잔고 평가 dlg 추가

This commit is contained in:
2016-07-07 01:57:38 +09:00
parent 8006843ff0
commit c0a93e082a
9 changed files with 481 additions and 14 deletions

16
MainForm.Designer.cs generated
View File

@@ -56,11 +56,12 @@
this.btCancel = new System.Windows.Forms.Button();
this.tbBidMax = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.btBalance = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(835, 413);
this.textBox1.Location = new System.Drawing.Point(836, 414);
this.textBox1.Multiline = true;
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(392, 217);
@@ -112,6 +113,7 @@
this.chBuy,
this.chBuyCnt});
this.lvWatch.FullRowSelect = true;
this.lvWatch.GridLines = true;
this.lvWatch.Location = new System.Drawing.Point(12, 12);
this.lvWatch.Name = "lvWatch";
this.lvWatch.Size = new System.Drawing.Size(807, 618);
@@ -283,11 +285,22 @@
this.label8.TabIndex = 11;
this.label8.Text = "~";
//
// btBalance
//
this.btBalance.Location = new System.Drawing.Point(883, 298);
this.btBalance.Name = "btBalance";
this.btBalance.Size = new System.Drawing.Size(75, 23);
this.btBalance.TabIndex = 17;
this.btBalance.Text = "잔고";
this.btBalance.UseVisualStyleBackColor = true;
this.btBalance.Click += new System.EventHandler(this.btBalance_Click);
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1239, 642);
this.Controls.Add(this.btBalance);
this.Controls.Add(this.btCancel);
this.Controls.Add(this.btApply);
this.Controls.Add(this.tbSearchMin);
@@ -344,6 +357,7 @@
private System.Windows.Forms.Button btCancel;
private System.Windows.Forms.TextBox tbBidMax;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Button btBalance;
}
}