- 종목명 검색 개선

- 엑셀 핸들러 추가
- 기타 코드 정리
This commit is contained in:
2017-01-10 19:22:02 +09:00
parent 349de89a05
commit ea5165a4aa
8 changed files with 286 additions and 159 deletions

12
NewsForm.Designer.cs generated
View File

@@ -123,25 +123,27 @@
// chPriceS
//
this.chPriceS.Text = "시가";
this.chPriceS.Width = 66;
this.chPriceS.Width = 65;
//
// chPriceLow
//
this.chPriceLow.Text = "최저가";
this.chPriceLow.Width = 75;
this.chPriceLow.Width = 61;
//
// chPriceLowP
//
this.chPriceLowP.Text = "최저가 대비(%)";
this.chPriceLowP.Text = "대비";
this.chPriceLowP.Width = 33;
//
// chPriceHigh
//
this.chPriceHigh.Text = "최고가";
this.chPriceHigh.Width = 73;
this.chPriceHigh.Width = 58;
//
// chPriceHighP
//
this.chPriceHighP.Text = "최고가 대비(%)";
this.chPriceHighP.Text = "대비";
this.chPriceHighP.Width = 35;
//
// chLink
//