- 이데일리, 머니투데이, 파이낸셜뉴스 추가
- 리스트창에 종목명, 종목코드 삭제 - NewtonSoft.Json 추가
This commit is contained in:
14
NewsForm.Designer.cs
generated
14
NewsForm.Designer.cs
generated
@@ -31,8 +31,6 @@
|
||||
this.lvList = new System.Windows.Forms.ListView();
|
||||
this.chTime = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||
this.chTitle = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||
this.chCodeName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||
this.chCode = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||
this.chReference = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||
this.chLink = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||
this.wbView = new System.Windows.Forms.WebBrowser();
|
||||
@@ -59,8 +57,6 @@
|
||||
this.lvList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
||||
this.chTime,
|
||||
this.chTitle,
|
||||
this.chCodeName,
|
||||
this.chCode,
|
||||
this.chReference,
|
||||
this.chLink});
|
||||
this.lvList.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
@@ -86,14 +82,6 @@
|
||||
this.chTitle.Text = "제목";
|
||||
this.chTitle.Width = 366;
|
||||
//
|
||||
// chCodeName
|
||||
//
|
||||
this.chCodeName.Text = "종목명";
|
||||
//
|
||||
// chCode
|
||||
//
|
||||
this.chCode.Text = "종목코드";
|
||||
//
|
||||
// chReference
|
||||
//
|
||||
this.chReference.Text = "출처";
|
||||
@@ -249,8 +237,6 @@
|
||||
private System.Windows.Forms.ListView lvList;
|
||||
private System.Windows.Forms.ColumnHeader chTime;
|
||||
private System.Windows.Forms.ColumnHeader chTitle;
|
||||
private System.Windows.Forms.ColumnHeader chCodeName;
|
||||
private System.Windows.Forms.ColumnHeader chCode;
|
||||
private System.Windows.Forms.ColumnHeader chReference;
|
||||
private System.Windows.Forms.ColumnHeader chLink;
|
||||
private System.Windows.Forms.WebBrowser wbView;
|
||||
|
||||
Reference in New Issue
Block a user