검색, 구매, 구매 확인 구현
This commit is contained in:
363
MainForm.Designer.cs
generated
363
MainForm.Designer.cs
generated
@@ -28,61 +28,322 @@
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.btSearch = new System.Windows.Forms.Button();
|
||||
this.textBox1 = new System.Windows.Forms.TextBox();
|
||||
this.cbSearch = new System.Windows.Forms.CheckBox();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// btSearch
|
||||
//
|
||||
this.btSearch.Location = new System.Drawing.Point(12, 12);
|
||||
this.btSearch.Name = "btSearch";
|
||||
this.btSearch.Size = new System.Drawing.Size(139, 88);
|
||||
this.btSearch.TabIndex = 0;
|
||||
this.btSearch.Text = "Search";
|
||||
this.btSearch.UseVisualStyleBackColor = true;
|
||||
this.btSearch.Click += new System.EventHandler(this.btSearch_Click);
|
||||
//
|
||||
// textBox1
|
||||
//
|
||||
this.textBox1.Location = new System.Drawing.Point(12, 120);
|
||||
this.textBox1.Multiline = true;
|
||||
this.textBox1.Name = "textBox1";
|
||||
this.textBox1.Size = new System.Drawing.Size(807, 510);
|
||||
this.textBox1.TabIndex = 2;
|
||||
//
|
||||
// cbSearch
|
||||
//
|
||||
this.cbSearch.Appearance = System.Windows.Forms.Appearance.Button;
|
||||
this.cbSearch.Location = new System.Drawing.Point(157, 12);
|
||||
this.cbSearch.Name = "cbSearch";
|
||||
this.cbSearch.Size = new System.Drawing.Size(151, 88);
|
||||
this.cbSearch.TabIndex = 3;
|
||||
this.cbSearch.Text = "Search";
|
||||
this.cbSearch.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
this.cbSearch.UseVisualStyleBackColor = true;
|
||||
this.cbSearch.CheckedChanged += new System.EventHandler(this.cbSearch_CheckedChanged);
|
||||
//
|
||||
// Form1
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(831, 642);
|
||||
this.Controls.Add(this.cbSearch);
|
||||
this.Controls.Add(this.textBox1);
|
||||
this.Controls.Add(this.btSearch);
|
||||
this.Name = "Form1";
|
||||
this.Text = "Form1";
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
this.textBox1 = new System.Windows.Forms.TextBox();
|
||||
this.chOrder = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||
this.chName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||
this.chCur = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||
this.chUp = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||
this.chRatio = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||
this.chVolume = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||
this.chBuy = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||
this.chBuyCnt = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||
this.lvWatch = new System.Windows.Forms.ListView();
|
||||
this.tbSearchMax = new System.Windows.Forms.TextBox();
|
||||
this.tbBidMin = new System.Windows.Forms.TextBox();
|
||||
this.tbBidAmount = new System.Windows.Forms.TextBox();
|
||||
this.tbTimeout = new System.Windows.Forms.TextBox();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.label3 = new System.Windows.Forms.Label();
|
||||
this.label4 = new System.Windows.Forms.Label();
|
||||
this.tbTrailing = new System.Windows.Forms.TextBox();
|
||||
this.label5 = new System.Windows.Forms.Label();
|
||||
this.tbLossCut = new System.Windows.Forms.TextBox();
|
||||
this.label6 = new System.Windows.Forms.Label();
|
||||
this.label7 = new System.Windows.Forms.Label();
|
||||
this.tbSearchMin = new System.Windows.Forms.TextBox();
|
||||
this.btApply = new System.Windows.Forms.Button();
|
||||
this.btCancel = new System.Windows.Forms.Button();
|
||||
this.tbBidMax = new System.Windows.Forms.TextBox();
|
||||
this.label8 = new System.Windows.Forms.Label();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// textBox1
|
||||
//
|
||||
this.textBox1.Location = new System.Drawing.Point(835, 413);
|
||||
this.textBox1.Multiline = true;
|
||||
this.textBox1.Name = "textBox1";
|
||||
this.textBox1.Size = new System.Drawing.Size(392, 217);
|
||||
this.textBox1.TabIndex = 2;
|
||||
//
|
||||
// chOrder
|
||||
//
|
||||
this.chOrder.Text = "순위";
|
||||
//
|
||||
// chName
|
||||
//
|
||||
this.chName.Text = "종목명";
|
||||
//
|
||||
// chCur
|
||||
//
|
||||
this.chCur.Text = "현재가";
|
||||
//
|
||||
// chUp
|
||||
//
|
||||
this.chUp.Text = "전일대비";
|
||||
//
|
||||
// chRatio
|
||||
//
|
||||
this.chRatio.Text = "대비율";
|
||||
//
|
||||
// chVolume
|
||||
//
|
||||
this.chVolume.Text = "거래량";
|
||||
//
|
||||
// chBuy
|
||||
//
|
||||
this.chBuy.Text = "매수호가";
|
||||
//
|
||||
// chBuyCnt
|
||||
//
|
||||
this.chBuyCnt.Text = "호가잔량";
|
||||
//
|
||||
// lvWatch
|
||||
//
|
||||
this.lvWatch.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||||
| System.Windows.Forms.AnchorStyles.Left)));
|
||||
this.lvWatch.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
||||
this.chOrder,
|
||||
this.chName,
|
||||
this.chCur,
|
||||
this.chUp,
|
||||
this.chRatio,
|
||||
this.chVolume,
|
||||
this.chBuy,
|
||||
this.chBuyCnt});
|
||||
this.lvWatch.FullRowSelect = true;
|
||||
this.lvWatch.Location = new System.Drawing.Point(12, 12);
|
||||
this.lvWatch.Name = "lvWatch";
|
||||
this.lvWatch.Size = new System.Drawing.Size(807, 618);
|
||||
this.lvWatch.TabIndex = 4;
|
||||
this.lvWatch.UseCompatibleStateImageBehavior = false;
|
||||
this.lvWatch.View = System.Windows.Forms.View.Details;
|
||||
//
|
||||
// tbSearchMax
|
||||
//
|
||||
this.tbSearchMax.Location = new System.Drawing.Point(984, 60);
|
||||
this.tbSearchMax.Name = "tbSearchMax";
|
||||
this.tbSearchMax.Size = new System.Drawing.Size(37, 21);
|
||||
this.tbSearchMax.TabIndex = 6;
|
||||
this.tbSearchMax.Text = "10.5";
|
||||
this.tbSearchMax.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// tbBidMin
|
||||
//
|
||||
this.tbBidMin.Location = new System.Drawing.Point(921, 87);
|
||||
this.tbBidMin.Name = "tbBidMin";
|
||||
this.tbBidMin.Size = new System.Drawing.Size(37, 21);
|
||||
this.tbBidMin.TabIndex = 8;
|
||||
this.tbBidMin.Text = "9.0";
|
||||
this.tbBidMin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// tbBidAmount
|
||||
//
|
||||
this.tbBidAmount.Location = new System.Drawing.Point(921, 114);
|
||||
this.tbBidAmount.Name = "tbBidAmount";
|
||||
this.tbBidAmount.Size = new System.Drawing.Size(100, 21);
|
||||
this.tbBidAmount.TabIndex = 9;
|
||||
this.tbBidAmount.Text = "1,000,000";
|
||||
this.tbBidAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// tbTimeout
|
||||
//
|
||||
this.tbTimeout.Location = new System.Drawing.Point(921, 141);
|
||||
this.tbTimeout.Name = "tbTimeout";
|
||||
this.tbTimeout.Size = new System.Drawing.Size(100, 21);
|
||||
this.tbTimeout.TabIndex = 10;
|
||||
this.tbTimeout.Text = "120";
|
||||
this.tbTimeout.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.Location = new System.Drawing.Point(862, 63);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(53, 12);
|
||||
this.label1.TabIndex = 11;
|
||||
this.label1.Text = "검색범위";
|
||||
//
|
||||
// label2
|
||||
//
|
||||
this.label2.AutoSize = true;
|
||||
this.label2.Location = new System.Drawing.Point(862, 90);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new System.Drawing.Size(53, 12);
|
||||
this.label2.TabIndex = 12;
|
||||
this.label2.Text = "매수범위";
|
||||
//
|
||||
// label3
|
||||
//
|
||||
this.label3.AutoSize = true;
|
||||
this.label3.Location = new System.Drawing.Point(862, 117);
|
||||
this.label3.Name = "label3";
|
||||
this.label3.Size = new System.Drawing.Size(41, 12);
|
||||
this.label3.TabIndex = 13;
|
||||
this.label3.Text = "매수금";
|
||||
//
|
||||
// label4
|
||||
//
|
||||
this.label4.AutoSize = true;
|
||||
this.label4.Location = new System.Drawing.Point(862, 144);
|
||||
this.label4.Name = "label4";
|
||||
this.label4.Size = new System.Drawing.Size(53, 12);
|
||||
this.label4.TabIndex = 13;
|
||||
this.label4.Text = "타임아웃";
|
||||
//
|
||||
// tbTrailing
|
||||
//
|
||||
this.tbTrailing.Location = new System.Drawing.Point(921, 168);
|
||||
this.tbTrailing.Name = "tbTrailing";
|
||||
this.tbTrailing.Size = new System.Drawing.Size(100, 21);
|
||||
this.tbTrailing.TabIndex = 10;
|
||||
this.tbTrailing.Text = "1.0";
|
||||
this.tbTrailing.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// label5
|
||||
//
|
||||
this.label5.AutoSize = true;
|
||||
this.label5.Location = new System.Drawing.Point(862, 171);
|
||||
this.label5.Name = "label5";
|
||||
this.label5.Size = new System.Drawing.Size(53, 12);
|
||||
this.label5.TabIndex = 13;
|
||||
this.label5.Text = "트레일링";
|
||||
//
|
||||
// tbLossCut
|
||||
//
|
||||
this.tbLossCut.Location = new System.Drawing.Point(921, 195);
|
||||
this.tbLossCut.Name = "tbLossCut";
|
||||
this.tbLossCut.Size = new System.Drawing.Size(100, 21);
|
||||
this.tbLossCut.TabIndex = 10;
|
||||
this.tbLossCut.Text = "2.0";
|
||||
this.tbLossCut.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// label6
|
||||
//
|
||||
this.label6.AutoSize = true;
|
||||
this.label6.Location = new System.Drawing.Point(862, 198);
|
||||
this.label6.Name = "label6";
|
||||
this.label6.Size = new System.Drawing.Size(29, 12);
|
||||
this.label6.TabIndex = 13;
|
||||
this.label6.Text = "손절";
|
||||
//
|
||||
// label7
|
||||
//
|
||||
this.label7.AutoSize = true;
|
||||
this.label7.Location = new System.Drawing.Point(964, 63);
|
||||
this.label7.Name = "label7";
|
||||
this.label7.Size = new System.Drawing.Size(14, 12);
|
||||
this.label7.TabIndex = 11;
|
||||
this.label7.Text = "~";
|
||||
//
|
||||
// tbSearchMin
|
||||
//
|
||||
this.tbSearchMin.Location = new System.Drawing.Point(921, 60);
|
||||
this.tbSearchMin.Name = "tbSearchMin";
|
||||
this.tbSearchMin.Size = new System.Drawing.Size(37, 21);
|
||||
this.tbSearchMin.TabIndex = 14;
|
||||
this.tbSearchMin.Text = "9.0";
|
||||
this.tbSearchMin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// btApply
|
||||
//
|
||||
this.btApply.Location = new System.Drawing.Point(921, 222);
|
||||
this.btApply.Name = "btApply";
|
||||
this.btApply.Size = new System.Drawing.Size(44, 23);
|
||||
this.btApply.TabIndex = 15;
|
||||
this.btApply.Text = "적용";
|
||||
this.btApply.UseVisualStyleBackColor = true;
|
||||
this.btApply.Click += new System.EventHandler(this.btApply_Click);
|
||||
//
|
||||
// btCancel
|
||||
//
|
||||
this.btCancel.Location = new System.Drawing.Point(977, 222);
|
||||
this.btCancel.Name = "btCancel";
|
||||
this.btCancel.Size = new System.Drawing.Size(44, 23);
|
||||
this.btCancel.TabIndex = 16;
|
||||
this.btCancel.Text = "취소";
|
||||
this.btCancel.UseVisualStyleBackColor = true;
|
||||
this.btCancel.Click += new System.EventHandler(this.btCancel_Click);
|
||||
//
|
||||
// tbBidMax
|
||||
//
|
||||
this.tbBidMax.Location = new System.Drawing.Point(984, 87);
|
||||
this.tbBidMax.Name = "tbBidMax";
|
||||
this.tbBidMax.Size = new System.Drawing.Size(37, 21);
|
||||
this.tbBidMax.TabIndex = 8;
|
||||
this.tbBidMax.Text = "10.0";
|
||||
this.tbBidMax.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// label8
|
||||
//
|
||||
this.label8.AutoSize = true;
|
||||
this.label8.Location = new System.Drawing.Point(964, 90);
|
||||
this.label8.Name = "label8";
|
||||
this.label8.Size = new System.Drawing.Size(14, 12);
|
||||
this.label8.TabIndex = 11;
|
||||
this.label8.Text = "~";
|
||||
//
|
||||
// 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.btCancel);
|
||||
this.Controls.Add(this.btApply);
|
||||
this.Controls.Add(this.tbSearchMin);
|
||||
this.Controls.Add(this.label6);
|
||||
this.Controls.Add(this.label5);
|
||||
this.Controls.Add(this.label4);
|
||||
this.Controls.Add(this.label3);
|
||||
this.Controls.Add(this.tbLossCut);
|
||||
this.Controls.Add(this.label2);
|
||||
this.Controls.Add(this.tbTrailing);
|
||||
this.Controls.Add(this.label8);
|
||||
this.Controls.Add(this.label7);
|
||||
this.Controls.Add(this.label1);
|
||||
this.Controls.Add(this.tbTimeout);
|
||||
this.Controls.Add(this.tbBidAmount);
|
||||
this.Controls.Add(this.tbBidMax);
|
||||
this.Controls.Add(this.tbBidMin);
|
||||
this.Controls.Add(this.tbSearchMax);
|
||||
this.Controls.Add(this.lvWatch);
|
||||
this.Controls.Add(this.textBox1);
|
||||
this.Name = "MainForm";
|
||||
this.Text = "Form1";
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.Button btSearch;
|
||||
private System.Windows.Forms.TextBox textBox1;
|
||||
private System.Windows.Forms.CheckBox cbSearch;
|
||||
}
|
||||
private System.Windows.Forms.ColumnHeader chOrder;
|
||||
private System.Windows.Forms.ColumnHeader chName;
|
||||
private System.Windows.Forms.ColumnHeader chCur;
|
||||
private System.Windows.Forms.ColumnHeader chUp;
|
||||
private System.Windows.Forms.ColumnHeader chRatio;
|
||||
private System.Windows.Forms.ColumnHeader chVolume;
|
||||
private System.Windows.Forms.ColumnHeader chBuy;
|
||||
private System.Windows.Forms.ColumnHeader chBuyCnt;
|
||||
private System.Windows.Forms.ListView lvWatch;
|
||||
private System.Windows.Forms.TextBox tbSearchMax;
|
||||
private System.Windows.Forms.TextBox tbBidMin;
|
||||
private System.Windows.Forms.TextBox tbBidAmount;
|
||||
private System.Windows.Forms.TextBox tbTimeout;
|
||||
private System.Windows.Forms.Label label1;
|
||||
private System.Windows.Forms.Label label2;
|
||||
private System.Windows.Forms.Label label3;
|
||||
private System.Windows.Forms.Label label4;
|
||||
private System.Windows.Forms.TextBox tbTrailing;
|
||||
private System.Windows.Forms.Label label5;
|
||||
private System.Windows.Forms.TextBox tbLossCut;
|
||||
private System.Windows.Forms.Label label6;
|
||||
private System.Windows.Forms.Label label7;
|
||||
private System.Windows.Forms.TextBox tbSearchMin;
|
||||
private System.Windows.Forms.Button btApply;
|
||||
private System.Windows.Forms.Button btCancel;
|
||||
private System.Windows.Forms.TextBox tbBidMax;
|
||||
private System.Windows.Forms.Label label8;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user