- 매도 가격을 매도호가의 한호가 아래로 설정
- 미체결 화면 추가
This commit is contained in:
115
AutoSeller.Designer.cs
generated
115
AutoSeller.Designer.cs
generated
@@ -56,6 +56,7 @@
|
||||
this.tbSimulationLog = new System.Windows.Forms.RichTextBox();
|
||||
this.btSimulate = new MaterialSkin.Controls.MaterialFlatButton();
|
||||
this.btLoad = new MaterialSkin.Controls.MaterialFlatButton();
|
||||
this.splitContainer3 = new System.Windows.Forms.SplitContainer();
|
||||
this.lvItems = new AutoSellerNS.ListViewNF();
|
||||
this.chCode = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||
this.chCodeName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||
@@ -68,6 +69,12 @@
|
||||
this.chYield = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||
this.chMaxPrice = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||
this.chCheckCount = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||
this.lvNCItem = new AutoSellerNS.ListViewNF();
|
||||
this.chNCCode = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||
this.chNCCodeName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||
this.chNCType = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||
this.chNCPrice = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||
this.chNCCount = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||
this.lvCurPrice = new AutoSellerNS.ListViewNF();
|
||||
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||
this.chAskCount = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||
@@ -85,6 +92,10 @@
|
||||
this.splitContainer1.SuspendLayout();
|
||||
this.tabPage2.SuspendLayout();
|
||||
this.tabPage3.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
|
||||
this.splitContainer3.Panel1.SuspendLayout();
|
||||
this.splitContainer3.Panel2.SuspendLayout();
|
||||
this.splitContainer3.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// materialTabSelector1
|
||||
@@ -113,7 +124,7 @@
|
||||
this.materialTabControl1.MouseState = MaterialSkin.MouseState.HOVER;
|
||||
this.materialTabControl1.Name = "materialTabControl1";
|
||||
this.materialTabControl1.SelectedIndex = 0;
|
||||
this.materialTabControl1.Size = new System.Drawing.Size(1068, 572);
|
||||
this.materialTabControl1.Size = new System.Drawing.Size(1068, 719);
|
||||
this.materialTabControl1.TabIndex = 2;
|
||||
//
|
||||
// tabPage1
|
||||
@@ -125,7 +136,7 @@
|
||||
this.tabPage1.Location = new System.Drawing.Point(4, 22);
|
||||
this.tabPage1.Name = "tabPage1";
|
||||
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
||||
this.tabPage1.Size = new System.Drawing.Size(1060, 546);
|
||||
this.tabPage1.Size = new System.Drawing.Size(1060, 693);
|
||||
this.tabPage1.TabIndex = 0;
|
||||
this.tabPage1.Text = "Items";
|
||||
this.tabPage1.UseVisualStyleBackColor = true;
|
||||
@@ -160,7 +171,7 @@
|
||||
// splitContainer2.Panel2
|
||||
//
|
||||
this.splitContainer2.Panel2.Controls.Add(this.lvCurPrice);
|
||||
this.splitContainer2.Size = new System.Drawing.Size(1054, 508);
|
||||
this.splitContainer2.Size = new System.Drawing.Size(1054, 655);
|
||||
this.splitContainer2.SplitterDistance = 804;
|
||||
this.splitContainer2.TabIndex = 2;
|
||||
this.splitContainer2.SizeChanged += new System.EventHandler(this.splitContainer2_SizeChanged);
|
||||
@@ -174,13 +185,13 @@
|
||||
//
|
||||
// splitContainer1.Panel1
|
||||
//
|
||||
this.splitContainer1.Panel1.Controls.Add(this.lvItems);
|
||||
this.splitContainer1.Panel1.Controls.Add(this.splitContainer3);
|
||||
//
|
||||
// splitContainer1.Panel2
|
||||
//
|
||||
this.splitContainer1.Panel2.Controls.Add(this.tbLog);
|
||||
this.splitContainer1.Size = new System.Drawing.Size(804, 508);
|
||||
this.splitContainer1.SplitterDistance = 353;
|
||||
this.splitContainer1.Size = new System.Drawing.Size(804, 655);
|
||||
this.splitContainer1.SplitterDistance = 455;
|
||||
this.splitContainer1.TabIndex = 1;
|
||||
//
|
||||
// tbLog
|
||||
@@ -188,7 +199,7 @@
|
||||
this.tbLog.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tbLog.Location = new System.Drawing.Point(0, 0);
|
||||
this.tbLog.Name = "tbLog";
|
||||
this.tbLog.Size = new System.Drawing.Size(804, 151);
|
||||
this.tbLog.Size = new System.Drawing.Size(804, 196);
|
||||
this.tbLog.TabIndex = 0;
|
||||
this.tbLog.Text = "";
|
||||
//
|
||||
@@ -239,7 +250,7 @@
|
||||
this.tabPage2.Location = new System.Drawing.Point(4, 22);
|
||||
this.tabPage2.Name = "tabPage2";
|
||||
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
||||
this.tabPage2.Size = new System.Drawing.Size(1060, 546);
|
||||
this.tabPage2.Size = new System.Drawing.Size(1060, 693);
|
||||
this.tabPage2.TabIndex = 1;
|
||||
this.tabPage2.Text = "Preference";
|
||||
//
|
||||
@@ -334,12 +345,12 @@
|
||||
this.materialLabel3.Depth = 0;
|
||||
this.materialLabel3.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
|
||||
this.materialLabel3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
||||
this.materialLabel3.Location = new System.Drawing.Point(6, 524);
|
||||
this.materialLabel3.Location = new System.Drawing.Point(6, 671);
|
||||
this.materialLabel3.MouseState = MaterialSkin.MouseState.HOVER;
|
||||
this.materialLabel3.Name = "materialLabel3";
|
||||
this.materialLabel3.Size = new System.Drawing.Size(162, 18);
|
||||
this.materialLabel3.TabIndex = 6;
|
||||
this.materialLabel3.Text = "Version : 2017.02.07.09";
|
||||
this.materialLabel3.Text = "Version : 2017.02.17.04";
|
||||
//
|
||||
// materialLabel2
|
||||
//
|
||||
@@ -433,7 +444,7 @@
|
||||
this.tabPage3.Location = new System.Drawing.Point(4, 22);
|
||||
this.tabPage3.Name = "tabPage3";
|
||||
this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
|
||||
this.tabPage3.Size = new System.Drawing.Size(1060, 546);
|
||||
this.tabPage3.Size = new System.Drawing.Size(1060, 693);
|
||||
this.tabPage3.TabIndex = 2;
|
||||
this.tabPage3.Text = "Simulation";
|
||||
this.tabPage3.UseVisualStyleBackColor = true;
|
||||
@@ -445,7 +456,7 @@
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.tbSimulationLog.Location = new System.Drawing.Point(0, 204);
|
||||
this.tbSimulationLog.Name = "tbSimulationLog";
|
||||
this.tbSimulationLog.Size = new System.Drawing.Size(1060, 342);
|
||||
this.tbSimulationLog.Size = new System.Drawing.Size(1060, 489);
|
||||
this.tbSimulationLog.TabIndex = 2;
|
||||
this.tbSimulationLog.Text = "";
|
||||
//
|
||||
@@ -481,6 +492,24 @@
|
||||
this.btLoad.UseVisualStyleBackColor = true;
|
||||
this.btLoad.Click += new System.EventHandler(this.btLoad_Click);
|
||||
//
|
||||
// splitContainer3
|
||||
//
|
||||
this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.splitContainer3.Location = new System.Drawing.Point(0, 0);
|
||||
this.splitContainer3.Name = "splitContainer3";
|
||||
this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
||||
//
|
||||
// splitContainer3.Panel1
|
||||
//
|
||||
this.splitContainer3.Panel1.Controls.Add(this.lvItems);
|
||||
//
|
||||
// splitContainer3.Panel2
|
||||
//
|
||||
this.splitContainer3.Panel2.Controls.Add(this.lvNCItem);
|
||||
this.splitContainer3.Size = new System.Drawing.Size(804, 455);
|
||||
this.splitContainer3.SplitterDistance = 300;
|
||||
this.splitContainer3.TabIndex = 1;
|
||||
//
|
||||
// lvItems
|
||||
//
|
||||
this.lvItems.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
||||
@@ -500,7 +529,7 @@
|
||||
this.lvItems.GridLines = true;
|
||||
this.lvItems.Location = new System.Drawing.Point(0, 0);
|
||||
this.lvItems.Name = "lvItems";
|
||||
this.lvItems.Size = new System.Drawing.Size(804, 353);
|
||||
this.lvItems.Size = new System.Drawing.Size(804, 300);
|
||||
this.lvItems.TabIndex = 0;
|
||||
this.lvItems.UseCompatibleStateImageBehavior = false;
|
||||
this.lvItems.View = System.Windows.Forms.View.Details;
|
||||
@@ -567,6 +596,51 @@
|
||||
this.chCheckCount.Text = "조건횟수";
|
||||
this.chCheckCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
||||
//
|
||||
// lvNCItem
|
||||
//
|
||||
this.lvNCItem.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
||||
this.chNCCode,
|
||||
this.chNCCodeName,
|
||||
this.chNCType,
|
||||
this.chNCPrice,
|
||||
this.chNCCount});
|
||||
this.lvNCItem.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.lvNCItem.FullRowSelect = true;
|
||||
this.lvNCItem.GridLines = true;
|
||||
this.lvNCItem.Location = new System.Drawing.Point(0, 0);
|
||||
this.lvNCItem.Name = "lvNCItem";
|
||||
this.lvNCItem.Size = new System.Drawing.Size(804, 151);
|
||||
this.lvNCItem.TabIndex = 1;
|
||||
this.lvNCItem.UseCompatibleStateImageBehavior = false;
|
||||
this.lvNCItem.View = System.Windows.Forms.View.Details;
|
||||
//
|
||||
// chNCCode
|
||||
//
|
||||
this.chNCCode.Text = "코드";
|
||||
this.chNCCode.Width = 77;
|
||||
//
|
||||
// chNCCodeName
|
||||
//
|
||||
this.chNCCodeName.Text = "종목명";
|
||||
this.chNCCodeName.Width = 86;
|
||||
//
|
||||
// chNCType
|
||||
//
|
||||
this.chNCType.Text = "매매구분";
|
||||
this.chNCType.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
||||
this.chNCType.Width = 71;
|
||||
//
|
||||
// chNCPrice
|
||||
//
|
||||
this.chNCPrice.Text = "주문단가";
|
||||
this.chNCPrice.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
||||
this.chNCPrice.Width = 72;
|
||||
//
|
||||
// chNCCount
|
||||
//
|
||||
this.chNCCount.Text = "미체결량";
|
||||
this.chNCCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
||||
//
|
||||
// lvCurPrice
|
||||
//
|
||||
this.lvCurPrice.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
||||
@@ -579,7 +653,7 @@
|
||||
this.lvCurPrice.GridLines = true;
|
||||
this.lvCurPrice.Location = new System.Drawing.Point(0, 0);
|
||||
this.lvCurPrice.Name = "lvCurPrice";
|
||||
this.lvCurPrice.Size = new System.Drawing.Size(246, 508);
|
||||
this.lvCurPrice.Size = new System.Drawing.Size(246, 655);
|
||||
this.lvCurPrice.TabIndex = 0;
|
||||
this.lvCurPrice.UseCompatibleStateImageBehavior = false;
|
||||
this.lvCurPrice.View = System.Windows.Forms.View.Details;
|
||||
@@ -609,7 +683,7 @@
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(1074, 690);
|
||||
this.ClientSize = new System.Drawing.Size(1074, 837);
|
||||
this.Controls.Add(this.materialTabSelector1);
|
||||
this.Controls.Add(this.materialTabControl1);
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
@@ -630,6 +704,10 @@
|
||||
this.tabPage2.PerformLayout();
|
||||
this.tabPage3.ResumeLayout(false);
|
||||
this.tabPage3.PerformLayout();
|
||||
this.splitContainer3.Panel1.ResumeLayout(false);
|
||||
this.splitContainer3.Panel2.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
|
||||
this.splitContainer3.ResumeLayout(false);
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
@@ -679,5 +757,12 @@
|
||||
private MaterialSkin.Controls.MaterialFlatButton btLoad;
|
||||
private MaterialSkin.Controls.MaterialFlatButton btSimulate;
|
||||
private System.Windows.Forms.RichTextBox tbSimulationLog;
|
||||
private System.Windows.Forms.SplitContainer splitContainer3;
|
||||
private ListViewNF lvNCItem;
|
||||
private System.Windows.Forms.ColumnHeader chNCCode;
|
||||
private System.Windows.Forms.ColumnHeader chNCCodeName;
|
||||
private System.Windows.Forms.ColumnHeader chNCType;
|
||||
private System.Windows.Forms.ColumnHeader chNCCount;
|
||||
private System.Windows.Forms.ColumnHeader chNCPrice;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user