계좌 선택 기능 추가
This commit is contained in:
54
ConfigForm.Designer.cs
generated
54
ConfigForm.Designer.cs
generated
@@ -58,6 +58,10 @@
|
||||
this.tbBuyPrice = new System.Windows.Forms.TextBox();
|
||||
this.label4 = new System.Windows.Forms.Label();
|
||||
this.groupBox10 = new System.Windows.Forms.GroupBox();
|
||||
this.cbAccount = new System.Windows.Forms.ComboBox();
|
||||
this.tbAccountSub = new System.Windows.Forms.TextBox();
|
||||
this.groupBox11 = new System.Windows.Forms.GroupBox();
|
||||
this.btnAccountApply = new System.Windows.Forms.Button();
|
||||
this.groupBox1.SuspendLayout();
|
||||
this.groupBox2.SuspendLayout();
|
||||
this.groupBox6.SuspendLayout();
|
||||
@@ -68,6 +72,7 @@
|
||||
this.groupBox8.SuspendLayout();
|
||||
this.groupBox9.SuspendLayout();
|
||||
this.groupBox10.SuspendLayout();
|
||||
this.groupBox11.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// tbVolume
|
||||
@@ -382,11 +387,51 @@
|
||||
this.groupBox10.TabStop = false;
|
||||
this.groupBox10.Text = "매수";
|
||||
//
|
||||
// cbAccount
|
||||
//
|
||||
this.cbAccount.FormattingEnabled = true;
|
||||
this.cbAccount.Location = new System.Drawing.Point(14, 21);
|
||||
this.cbAccount.Name = "cbAccount";
|
||||
this.cbAccount.Size = new System.Drawing.Size(121, 20);
|
||||
this.cbAccount.TabIndex = 16;
|
||||
//
|
||||
// tbAccountSub
|
||||
//
|
||||
this.tbAccountSub.Location = new System.Drawing.Point(141, 20);
|
||||
this.tbAccountSub.Name = "tbAccountSub";
|
||||
this.tbAccountSub.Size = new System.Drawing.Size(27, 21);
|
||||
this.tbAccountSub.TabIndex = 17;
|
||||
this.tbAccountSub.Text = "10";
|
||||
this.tbAccountSub.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
||||
//
|
||||
// groupBox11
|
||||
//
|
||||
this.groupBox11.Controls.Add(this.btnAccountApply);
|
||||
this.groupBox11.Controls.Add(this.cbAccount);
|
||||
this.groupBox11.Controls.Add(this.tbAccountSub);
|
||||
this.groupBox11.Location = new System.Drawing.Point(10, 316);
|
||||
this.groupBox11.Name = "groupBox11";
|
||||
this.groupBox11.Size = new System.Drawing.Size(262, 57);
|
||||
this.groupBox11.TabIndex = 18;
|
||||
this.groupBox11.TabStop = false;
|
||||
this.groupBox11.Text = "계좌";
|
||||
//
|
||||
// btnAccountApply
|
||||
//
|
||||
this.btnAccountApply.Location = new System.Drawing.Point(184, 10);
|
||||
this.btnAccountApply.Name = "btnAccountApply";
|
||||
this.btnAccountApply.Size = new System.Drawing.Size(72, 39);
|
||||
this.btnAccountApply.TabIndex = 5;
|
||||
this.btnAccountApply.Text = "적용";
|
||||
this.btnAccountApply.UseVisualStyleBackColor = true;
|
||||
this.btnAccountApply.Click += new System.EventHandler(this.btnAccountApply_Click);
|
||||
//
|
||||
// ConfigForm
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(548, 320);
|
||||
this.ClientSize = new System.Drawing.Size(548, 385);
|
||||
this.Controls.Add(this.groupBox11);
|
||||
this.Controls.Add(this.groupBox10);
|
||||
this.Controls.Add(this.groupBox9);
|
||||
this.Controls.Add(this.groupBox2);
|
||||
@@ -395,6 +440,7 @@
|
||||
this.ShowIcon = false;
|
||||
this.ShowInTaskbar = false;
|
||||
this.Text = "설정";
|
||||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ConfigForm_FormClosing);
|
||||
this.Load += new System.EventHandler(this.ConfigForm_Load);
|
||||
this.groupBox1.ResumeLayout(false);
|
||||
this.groupBox1.PerformLayout();
|
||||
@@ -408,6 +454,8 @@
|
||||
this.groupBox9.ResumeLayout(false);
|
||||
this.groupBox10.ResumeLayout(false);
|
||||
this.groupBox10.PerformLayout();
|
||||
this.groupBox11.ResumeLayout(false);
|
||||
this.groupBox11.PerformLayout();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
@@ -443,5 +491,9 @@
|
||||
private System.Windows.Forms.TextBox tbBuyPrice;
|
||||
private System.Windows.Forms.Label label4;
|
||||
private System.Windows.Forms.GroupBox groupBox10;
|
||||
private System.Windows.Forms.ComboBox cbAccount;
|
||||
private System.Windows.Forms.TextBox tbAccountSub;
|
||||
private System.Windows.Forms.GroupBox groupBox11;
|
||||
private System.Windows.Forms.Button btnAccountApply;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user