- 버전 표기
This commit is contained in:
44
ConfigForm.Designer.cs
generated
44
ConfigForm.Designer.cs
generated
@@ -63,6 +63,8 @@
|
||||
this.groupBox11 = new System.Windows.Forms.GroupBox();
|
||||
this.btnAccountApply = new System.Windows.Forms.Button();
|
||||
this.groupBox12 = new System.Windows.Forms.GroupBox();
|
||||
this.label5 = new System.Windows.Forms.Label();
|
||||
this.tbAnProfitChange = new System.Windows.Forms.TextBox();
|
||||
this.btAnApply = new System.Windows.Forms.Button();
|
||||
this.tbAnPatent = new System.Windows.Forms.TextBox();
|
||||
this.chAnProfitChange = new System.Windows.Forms.CheckBox();
|
||||
@@ -76,8 +78,6 @@
|
||||
this.label6 = new System.Windows.Forms.Label();
|
||||
this.tbAnSupplyContractRate = new System.Windows.Forms.TextBox();
|
||||
this.label9 = new System.Windows.Forms.Label();
|
||||
this.label5 = new System.Windows.Forms.Label();
|
||||
this.tbAnProfitChange = new System.Windows.Forms.TextBox();
|
||||
this.groupBox1.SuspendLayout();
|
||||
this.groupBox2.SuspendLayout();
|
||||
this.groupBox6.SuspendLayout();
|
||||
@@ -466,6 +466,25 @@
|
||||
this.groupBox12.TabStop = false;
|
||||
this.groupBox12.Text = "공시";
|
||||
//
|
||||
// label5
|
||||
//
|
||||
this.label5.AutoSize = true;
|
||||
this.label5.Location = new System.Drawing.Point(215, 170);
|
||||
this.label5.Name = "label5";
|
||||
this.label5.Size = new System.Drawing.Size(15, 12);
|
||||
this.label5.TabIndex = 10;
|
||||
this.label5.Text = "%";
|
||||
//
|
||||
// tbAnProfitChange
|
||||
//
|
||||
this.tbAnProfitChange.Location = new System.Drawing.Point(136, 167);
|
||||
this.tbAnProfitChange.Name = "tbAnProfitChange";
|
||||
this.tbAnProfitChange.Size = new System.Drawing.Size(73, 21);
|
||||
this.tbAnProfitChange.TabIndex = 9;
|
||||
this.tbAnProfitChange.Text = "5.0";
|
||||
this.tbAnProfitChange.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
||||
this.tbAnProfitChange.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbAnProfitChange_KeyPress);
|
||||
//
|
||||
// btAnApply
|
||||
//
|
||||
this.btAnApply.Location = new System.Drawing.Point(91, 211);
|
||||
@@ -602,26 +621,7 @@
|
||||
this.label9.Name = "label9";
|
||||
this.label9.Size = new System.Drawing.Size(132, 12);
|
||||
this.label9.TabIndex = 20;
|
||||
this.label9.Text = "Version : 2017.02.07.09";
|
||||
//
|
||||
// label5
|
||||
//
|
||||
this.label5.AutoSize = true;
|
||||
this.label5.Location = new System.Drawing.Point(215, 170);
|
||||
this.label5.Name = "label5";
|
||||
this.label5.Size = new System.Drawing.Size(15, 12);
|
||||
this.label5.TabIndex = 10;
|
||||
this.label5.Text = "%";
|
||||
//
|
||||
// tbAnProfitChange
|
||||
//
|
||||
this.tbAnProfitChange.Location = new System.Drawing.Point(136, 167);
|
||||
this.tbAnProfitChange.Name = "tbAnProfitChange";
|
||||
this.tbAnProfitChange.Size = new System.Drawing.Size(73, 21);
|
||||
this.tbAnProfitChange.TabIndex = 9;
|
||||
this.tbAnProfitChange.Text = "5.0";
|
||||
this.tbAnProfitChange.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
||||
this.tbAnProfitChange.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbAnProfitChange_KeyPress);
|
||||
this.label9.Text = "Version : 2017.02.09.15";
|
||||
//
|
||||
// ConfigForm
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user