- 종목명 검색 개선
- 엑셀 핸들러 추가 - 기타 코드 정리
This commit is contained in:
12
NewsForm.Designer.cs
generated
12
NewsForm.Designer.cs
generated
@@ -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
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user