- 리스트에 종목명 추가
- 공시 요청 여부 추가 - 공시 특허권취득 추가
This commit is contained in:
186
ConfigForm.Designer.cs
generated
186
ConfigForm.Designer.cs
generated
@@ -63,13 +63,18 @@
|
||||
this.groupBox11 = new System.Windows.Forms.GroupBox();
|
||||
this.btnAccountApply = new System.Windows.Forms.Button();
|
||||
this.groupBox12 = new System.Windows.Forms.GroupBox();
|
||||
this.label6 = new System.Windows.Forms.Label();
|
||||
this.tbSupplyContractRate = new System.Windows.Forms.TextBox();
|
||||
this.label5 = new System.Windows.Forms.Label();
|
||||
this.btAnApply = new System.Windows.Forms.Button();
|
||||
this.tbAnPatent = new System.Windows.Forms.TextBox();
|
||||
this.chAnPatent = new System.Windows.Forms.CheckBox();
|
||||
this.chAnRightsIssue = new System.Windows.Forms.CheckBox();
|
||||
this.chAnRevenue = new System.Windows.Forms.CheckBox();
|
||||
this.chAnSupply = new System.Windows.Forms.CheckBox();
|
||||
this.label7 = new System.Windows.Forms.Label();
|
||||
this.tbRevenueRate = new System.Windows.Forms.TextBox();
|
||||
this.label8 = new System.Windows.Forms.Label();
|
||||
this.tbAnRevenueRate = new System.Windows.Forms.TextBox();
|
||||
this.label6 = new System.Windows.Forms.Label();
|
||||
this.tbAnSupplyContractRate = new System.Windows.Forms.TextBox();
|
||||
this.label9 = new System.Windows.Forms.Label();
|
||||
this.chAnDartAPI = new System.Windows.Forms.CheckBox();
|
||||
this.groupBox1.SuspendLayout();
|
||||
this.groupBox2.SuspendLayout();
|
||||
this.groupBox6.SuspendLayout();
|
||||
@@ -437,91 +442,155 @@
|
||||
//
|
||||
// groupBox12
|
||||
//
|
||||
this.groupBox12.Controls.Add(this.btAnApply);
|
||||
this.groupBox12.Controls.Add(this.tbAnPatent);
|
||||
this.groupBox12.Controls.Add(this.chAnPatent);
|
||||
this.groupBox12.Controls.Add(this.chAnRightsIssue);
|
||||
this.groupBox12.Controls.Add(this.chAnRevenue);
|
||||
this.groupBox12.Controls.Add(this.chAnDartAPI);
|
||||
this.groupBox12.Controls.Add(this.chAnSupply);
|
||||
this.groupBox12.Controls.Add(this.label7);
|
||||
this.groupBox12.Controls.Add(this.tbRevenueRate);
|
||||
this.groupBox12.Controls.Add(this.label8);
|
||||
this.groupBox12.Controls.Add(this.tbAnRevenueRate);
|
||||
this.groupBox12.Controls.Add(this.label6);
|
||||
this.groupBox12.Controls.Add(this.tbSupplyContractRate);
|
||||
this.groupBox12.Controls.Add(this.label5);
|
||||
this.groupBox12.Controls.Add(this.tbAnSupplyContractRate);
|
||||
this.groupBox12.Location = new System.Drawing.Point(280, 316);
|
||||
this.groupBox12.Name = "groupBox12";
|
||||
this.groupBox12.Size = new System.Drawing.Size(262, 82);
|
||||
this.groupBox12.Size = new System.Drawing.Size(262, 209);
|
||||
this.groupBox12.TabIndex = 19;
|
||||
this.groupBox12.TabStop = false;
|
||||
this.groupBox12.Text = "공시";
|
||||
//
|
||||
// label6
|
||||
// btAnApply
|
||||
//
|
||||
this.label6.AutoSize = true;
|
||||
this.label6.Location = new System.Drawing.Point(217, 23);
|
||||
this.label6.Name = "label6";
|
||||
this.label6.Size = new System.Drawing.Size(15, 12);
|
||||
this.label6.TabIndex = 2;
|
||||
this.label6.Text = "%";
|
||||
this.btAnApply.Location = new System.Drawing.Point(93, 163);
|
||||
this.btAnApply.Name = "btAnApply";
|
||||
this.btAnApply.Size = new System.Drawing.Size(72, 39);
|
||||
this.btAnApply.TabIndex = 5;
|
||||
this.btAnApply.Text = "적용";
|
||||
this.btAnApply.UseVisualStyleBackColor = true;
|
||||
this.btAnApply.Click += new System.EventHandler(this.btAnApply_Click);
|
||||
//
|
||||
// tbSupplyContractRate
|
||||
// tbAnPatent
|
||||
//
|
||||
this.tbSupplyContractRate.Location = new System.Drawing.Point(136, 20);
|
||||
this.tbSupplyContractRate.Name = "tbSupplyContractRate";
|
||||
this.tbSupplyContractRate.Size = new System.Drawing.Size(73, 21);
|
||||
this.tbSupplyContractRate.TabIndex = 1;
|
||||
this.tbSupplyContractRate.Text = "5.0";
|
||||
this.tbSupplyContractRate.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
||||
this.tbSupplyContractRate.TextChanged += new System.EventHandler(this.tbSupplyContractRate_TextChanged);
|
||||
this.tbSupplyContractRate.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbSupplyContractRate_KeyPress);
|
||||
this.tbAnPatent.Location = new System.Drawing.Point(136, 136);
|
||||
this.tbAnPatent.Name = "tbAnPatent";
|
||||
this.tbAnPatent.Size = new System.Drawing.Size(73, 21);
|
||||
this.tbAnPatent.TabIndex = 8;
|
||||
this.tbAnPatent.Text = "(미국|중국)";
|
||||
//
|
||||
// label5
|
||||
// chAnPatent
|
||||
//
|
||||
this.label5.AutoSize = true;
|
||||
this.label5.Location = new System.Drawing.Point(28, 23);
|
||||
this.label5.Name = "label5";
|
||||
this.label5.Size = new System.Drawing.Size(77, 12);
|
||||
this.label5.TabIndex = 0;
|
||||
this.label5.Text = "공급계약체결";
|
||||
this.chAnPatent.AutoSize = true;
|
||||
this.chAnPatent.Checked = true;
|
||||
this.chAnPatent.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.chAnPatent.Location = new System.Drawing.Point(16, 138);
|
||||
this.chAnPatent.Name = "chAnPatent";
|
||||
this.chAnPatent.Size = new System.Drawing.Size(88, 16);
|
||||
this.chAnPatent.TabIndex = 7;
|
||||
this.chAnPatent.Text = "특허권 취득";
|
||||
this.chAnPatent.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// chAnRightsIssue
|
||||
//
|
||||
this.chAnRightsIssue.AutoSize = true;
|
||||
this.chAnRightsIssue.Checked = true;
|
||||
this.chAnRightsIssue.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.chAnRightsIssue.Location = new System.Drawing.Point(16, 109);
|
||||
this.chAnRightsIssue.Name = "chAnRightsIssue";
|
||||
this.chAnRightsIssue.Size = new System.Drawing.Size(102, 16);
|
||||
this.chAnRightsIssue.TabIndex = 7;
|
||||
this.chAnRightsIssue.Text = "제3자배정증자";
|
||||
this.chAnRightsIssue.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// chAnRevenue
|
||||
//
|
||||
this.chAnRevenue.AutoSize = true;
|
||||
this.chAnRevenue.Checked = true;
|
||||
this.chAnRevenue.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.chAnRevenue.Location = new System.Drawing.Point(16, 80);
|
||||
this.chAnRevenue.Name = "chAnRevenue";
|
||||
this.chAnRevenue.Size = new System.Drawing.Size(106, 16);
|
||||
this.chAnRevenue.TabIndex = 7;
|
||||
this.chAnRevenue.Text = "영업(잠정)실적";
|
||||
this.chAnRevenue.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// chAnSupply
|
||||
//
|
||||
this.chAnSupply.AutoSize = true;
|
||||
this.chAnSupply.Checked = true;
|
||||
this.chAnSupply.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.chAnSupply.Location = new System.Drawing.Point(16, 51);
|
||||
this.chAnSupply.Name = "chAnSupply";
|
||||
this.chAnSupply.Size = new System.Drawing.Size(96, 16);
|
||||
this.chAnSupply.TabIndex = 6;
|
||||
this.chAnSupply.Text = "공급계약체결";
|
||||
this.chAnSupply.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// label7
|
||||
//
|
||||
this.label7.AutoSize = true;
|
||||
this.label7.Location = new System.Drawing.Point(217, 50);
|
||||
this.label7.Location = new System.Drawing.Point(215, 81);
|
||||
this.label7.Name = "label7";
|
||||
this.label7.Size = new System.Drawing.Size(15, 12);
|
||||
this.label7.TabIndex = 5;
|
||||
this.label7.Text = "%";
|
||||
//
|
||||
// tbRevenueRate
|
||||
// tbAnRevenueRate
|
||||
//
|
||||
this.tbRevenueRate.Location = new System.Drawing.Point(136, 47);
|
||||
this.tbRevenueRate.Name = "tbRevenueRate";
|
||||
this.tbRevenueRate.Size = new System.Drawing.Size(73, 21);
|
||||
this.tbRevenueRate.TabIndex = 4;
|
||||
this.tbRevenueRate.Text = "5.0";
|
||||
this.tbRevenueRate.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
||||
this.tbRevenueRate.TextChanged += new System.EventHandler(this.tbRevenueRate_TextChanged);
|
||||
this.tbRevenueRate.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbRevenueRate_KeyPress);
|
||||
this.tbAnRevenueRate.Location = new System.Drawing.Point(136, 78);
|
||||
this.tbAnRevenueRate.Name = "tbAnRevenueRate";
|
||||
this.tbAnRevenueRate.Size = new System.Drawing.Size(73, 21);
|
||||
this.tbAnRevenueRate.TabIndex = 4;
|
||||
this.tbAnRevenueRate.Text = "5.0";
|
||||
this.tbAnRevenueRate.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
||||
this.tbAnRevenueRate.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbRevenueRate_KeyPress);
|
||||
//
|
||||
// label8
|
||||
// label6
|
||||
//
|
||||
this.label8.AutoSize = true;
|
||||
this.label8.Location = new System.Drawing.Point(28, 50);
|
||||
this.label8.Name = "label8";
|
||||
this.label8.Size = new System.Drawing.Size(87, 12);
|
||||
this.label8.TabIndex = 3;
|
||||
this.label8.Text = "영업(잠정)실적";
|
||||
this.label6.AutoSize = true;
|
||||
this.label6.Location = new System.Drawing.Point(215, 52);
|
||||
this.label6.Name = "label6";
|
||||
this.label6.Size = new System.Drawing.Size(15, 12);
|
||||
this.label6.TabIndex = 2;
|
||||
this.label6.Text = "%";
|
||||
//
|
||||
// tbAnSupplyContractRate
|
||||
//
|
||||
this.tbAnSupplyContractRate.Location = new System.Drawing.Point(136, 48);
|
||||
this.tbAnSupplyContractRate.Name = "tbAnSupplyContractRate";
|
||||
this.tbAnSupplyContractRate.Size = new System.Drawing.Size(73, 21);
|
||||
this.tbAnSupplyContractRate.TabIndex = 1;
|
||||
this.tbAnSupplyContractRate.Text = "5.0";
|
||||
this.tbAnSupplyContractRate.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
||||
this.tbAnSupplyContractRate.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbSupplyContractRate_KeyPress);
|
||||
//
|
||||
// label9
|
||||
//
|
||||
this.label9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||
this.label9.AutoSize = true;
|
||||
this.label9.Location = new System.Drawing.Point(8, 420);
|
||||
this.label9.Location = new System.Drawing.Point(12, 516);
|
||||
this.label9.Name = "label9";
|
||||
this.label9.Size = new System.Drawing.Size(132, 12);
|
||||
this.label9.TabIndex = 20;
|
||||
this.label9.Text = "Version : 2017.01.27.01";
|
||||
//
|
||||
// chAnDartAPI
|
||||
//
|
||||
this.chAnDartAPI.AutoSize = true;
|
||||
this.chAnDartAPI.Checked = true;
|
||||
this.chAnDartAPI.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.chAnDartAPI.Location = new System.Drawing.Point(16, 21);
|
||||
this.chAnDartAPI.Name = "chAnDartAPI";
|
||||
this.chAnDartAPI.Size = new System.Drawing.Size(97, 16);
|
||||
this.chAnDartAPI.TabIndex = 6;
|
||||
this.chAnDartAPI.Text = "Dart API 요청";
|
||||
this.chAnDartAPI.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// ConfigForm
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(548, 441);
|
||||
this.ClientSize = new System.Drawing.Size(548, 537);
|
||||
this.Controls.Add(this.label9);
|
||||
this.Controls.Add(this.groupBox12);
|
||||
this.Controls.Add(this.groupBox11);
|
||||
@@ -593,11 +662,16 @@
|
||||
private System.Windows.Forms.Button btnAccountApply;
|
||||
private System.Windows.Forms.GroupBox groupBox12;
|
||||
private System.Windows.Forms.Label label6;
|
||||
private System.Windows.Forms.TextBox tbSupplyContractRate;
|
||||
private System.Windows.Forms.Label label5;
|
||||
private System.Windows.Forms.TextBox tbAnSupplyContractRate;
|
||||
private System.Windows.Forms.Label label7;
|
||||
private System.Windows.Forms.TextBox tbRevenueRate;
|
||||
private System.Windows.Forms.Label label8;
|
||||
private System.Windows.Forms.TextBox tbAnRevenueRate;
|
||||
private System.Windows.Forms.Label label9;
|
||||
private System.Windows.Forms.CheckBox chAnRightsIssue;
|
||||
private System.Windows.Forms.CheckBox chAnRevenue;
|
||||
private System.Windows.Forms.CheckBox chAnSupply;
|
||||
private System.Windows.Forms.TextBox tbAnPatent;
|
||||
private System.Windows.Forms.CheckBox chAnPatent;
|
||||
private System.Windows.Forms.Button btAnApply;
|
||||
private System.Windows.Forms.CheckBox chAnDartAPI;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user