모의 투자가 아닐 경우 IOC 매수
This commit is contained in:
16
ConfigForm.Designer.cs
generated
16
ConfigForm.Designer.cs
generated
@@ -78,6 +78,7 @@
|
||||
this.label6 = new System.Windows.Forms.Label();
|
||||
this.tbAnSupplyContractRate = new System.Windows.Forms.TextBox();
|
||||
this.label9 = new System.Windows.Forms.Label();
|
||||
this.cbMockTrading = new System.Windows.Forms.CheckBox();
|
||||
this.groupBox1.SuspendLayout();
|
||||
this.groupBox2.SuspendLayout();
|
||||
this.groupBox6.SuspendLayout();
|
||||
@@ -621,13 +622,25 @@
|
||||
this.label9.Name = "label9";
|
||||
this.label9.Size = new System.Drawing.Size(132, 12);
|
||||
this.label9.TabIndex = 20;
|
||||
this.label9.Text = "Version : 2017.02.09.15";
|
||||
this.label9.Text = "Version : 2017.11.18.01";
|
||||
//
|
||||
// cbMockTrading
|
||||
//
|
||||
this.cbMockTrading.AutoSize = true;
|
||||
this.cbMockTrading.Location = new System.Drawing.Point(24, 397);
|
||||
this.cbMockTrading.Name = "cbMockTrading";
|
||||
this.cbMockTrading.Size = new System.Drawing.Size(76, 16);
|
||||
this.cbMockTrading.TabIndex = 21;
|
||||
this.cbMockTrading.Text = "모의 투자";
|
||||
this.cbMockTrading.UseVisualStyleBackColor = true;
|
||||
this.cbMockTrading.CheckedChanged += new System.EventHandler(this.cbMockTrading_CheckedChanged);
|
||||
//
|
||||
// ConfigForm
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(548, 598);
|
||||
this.Controls.Add(this.cbMockTrading);
|
||||
this.Controls.Add(this.label9);
|
||||
this.Controls.Add(this.groupBox12);
|
||||
this.Controls.Add(this.groupBox11);
|
||||
@@ -713,5 +726,6 @@
|
||||
private System.Windows.Forms.CheckBox chAnProfitChange;
|
||||
private System.Windows.Forms.Label label5;
|
||||
private System.Windows.Forms.TextBox tbAnProfitChange;
|
||||
private System.Windows.Forms.CheckBox cbMockTrading;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user