- 리스트에 종목명 추가
- 공시 요청 여부 추가 - 공시 특허권취득 추가
This commit is contained in:
21
NewsForm.Designer.cs
generated
21
NewsForm.Designer.cs
generated
@@ -55,6 +55,8 @@
|
||||
this.btnConfig = new System.Windows.Forms.Button();
|
||||
this.chBuy = new System.Windows.Forms.CheckBox();
|
||||
this.cbPriceCheck = new System.Windows.Forms.CheckBox();
|
||||
this.materialContextMenuStrip1 = new MaterialSkin.Controls.MaterialContextMenuStrip();
|
||||
this.chCodeName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
||||
this.splitContainer1.Panel1.SuspendLayout();
|
||||
this.splitContainer1.Panel2.SuspendLayout();
|
||||
@@ -68,9 +70,10 @@
|
||||
this.chId,
|
||||
this.chTime,
|
||||
this.chResT,
|
||||
this.chResponseT,
|
||||
this.chReference,
|
||||
this.chTitle,
|
||||
this.chResponseT,
|
||||
this.chCodeName,
|
||||
this.chPriceS,
|
||||
this.chPriceLow,
|
||||
this.chPriceLowP,
|
||||
@@ -98,7 +101,7 @@
|
||||
//
|
||||
// chTime
|
||||
//
|
||||
this.chTime.Text = "시간";
|
||||
this.chTime.Text = "기사 시간";
|
||||
//
|
||||
// chResT
|
||||
//
|
||||
@@ -299,6 +302,18 @@
|
||||
this.cbPriceCheck.Text = "가격 체크";
|
||||
this.cbPriceCheck.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// materialContextMenuStrip1
|
||||
//
|
||||
this.materialContextMenuStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
||||
this.materialContextMenuStrip1.Depth = 0;
|
||||
this.materialContextMenuStrip1.MouseState = MaterialSkin.MouseState.HOVER;
|
||||
this.materialContextMenuStrip1.Name = "materialContextMenuStrip1";
|
||||
this.materialContextMenuStrip1.Size = new System.Drawing.Size(61, 4);
|
||||
//
|
||||
// chCodeName
|
||||
//
|
||||
this.chCodeName.Text = "종목명";
|
||||
//
|
||||
// NewsForm
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
||||
@@ -356,6 +371,8 @@
|
||||
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2;
|
||||
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel3;
|
||||
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel4;
|
||||
private System.Windows.Forms.ColumnHeader chCodeName;
|
||||
private MaterialSkin.Controls.MaterialContextMenuStrip materialContextMenuStrip1;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user