- 시뮬레이션의 파라미터를 실제에서 조정할 수 있도록
- 얼마 이하의 매수, 매도 체결은 무시하도록
This commit is contained in:
381
AutoSeller.Designer.cs
generated
381
AutoSeller.Designer.cs
generated
@@ -40,6 +40,27 @@
|
||||
this.btUpdate = new MaterialSkin.Controls.MaterialRaisedButton();
|
||||
this.btCybos = new MaterialSkin.Controls.MaterialRaisedButton();
|
||||
this.tabPage2 = new System.Windows.Forms.TabPage();
|
||||
this.materialLabel18 = new MaterialSkin.Controls.MaterialLabel();
|
||||
this.tbCFIgnorePrice = new MaterialSkin.Controls.MaterialSingleLineTextField();
|
||||
this.materialLabel17 = new MaterialSkin.Controls.MaterialLabel();
|
||||
this.materialLabel14 = new MaterialSkin.Controls.MaterialLabel();
|
||||
this.materialLabel13 = new MaterialSkin.Controls.MaterialLabel();
|
||||
this.tbCFSlowDown = new MaterialSkin.Controls.MaterialSingleLineTextField();
|
||||
this.tbCFSlowUp = new MaterialSkin.Controls.MaterialSingleLineTextField();
|
||||
this.tbCFSlowSD = new MaterialSkin.Controls.MaterialSingleLineTextField();
|
||||
this.materialLabel15 = new MaterialSkin.Controls.MaterialLabel();
|
||||
this.materialLabel11 = new MaterialSkin.Controls.MaterialLabel();
|
||||
this.materialLabel8 = new MaterialSkin.Controls.MaterialLabel();
|
||||
this.tbCFFastDown = new MaterialSkin.Controls.MaterialSingleLineTextField();
|
||||
this.tbCFFastUp = new MaterialSkin.Controls.MaterialSingleLineTextField();
|
||||
this.tbCFFastSD = new MaterialSkin.Controls.MaterialSingleLineTextField();
|
||||
this.materialLabel12 = new MaterialSkin.Controls.MaterialLabel();
|
||||
this.tbCFTimeLimit = new MaterialSkin.Controls.MaterialSingleLineTextField();
|
||||
this.tbCFTimeDown = new MaterialSkin.Controls.MaterialSingleLineTextField();
|
||||
this.tbCFListSize = new MaterialSkin.Controls.MaterialSingleLineTextField();
|
||||
this.materialLabel16 = new MaterialSkin.Controls.MaterialLabel();
|
||||
this.materialLabel9 = new MaterialSkin.Controls.MaterialLabel();
|
||||
this.materialLabel10 = new MaterialSkin.Controls.MaterialLabel();
|
||||
this.materialLabel7 = new MaterialSkin.Controls.MaterialLabel();
|
||||
this.tbTrailingCnt = new MaterialSkin.Controls.MaterialSingleLineTextField();
|
||||
this.materialLabel6 = new MaterialSkin.Controls.MaterialLabel();
|
||||
@@ -67,6 +88,7 @@
|
||||
this.tbSimulationLog = new System.Windows.Forms.RichTextBox();
|
||||
this.btSimulate = new MaterialSkin.Controls.MaterialFlatButton();
|
||||
this.btLoad = new MaterialSkin.Controls.MaterialFlatButton();
|
||||
this.tbSMIgnorePrice = new System.Windows.Forms.TextBox();
|
||||
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()));
|
||||
@@ -263,6 +285,27 @@
|
||||
// tabPage2
|
||||
//
|
||||
this.tabPage2.BackColor = System.Drawing.Color.White;
|
||||
this.tabPage2.Controls.Add(this.materialLabel18);
|
||||
this.tabPage2.Controls.Add(this.tbCFIgnorePrice);
|
||||
this.tabPage2.Controls.Add(this.materialLabel17);
|
||||
this.tabPage2.Controls.Add(this.materialLabel14);
|
||||
this.tabPage2.Controls.Add(this.materialLabel13);
|
||||
this.tabPage2.Controls.Add(this.tbCFSlowDown);
|
||||
this.tabPage2.Controls.Add(this.tbCFSlowUp);
|
||||
this.tabPage2.Controls.Add(this.tbCFSlowSD);
|
||||
this.tabPage2.Controls.Add(this.materialLabel15);
|
||||
this.tabPage2.Controls.Add(this.materialLabel11);
|
||||
this.tabPage2.Controls.Add(this.materialLabel8);
|
||||
this.tabPage2.Controls.Add(this.tbCFFastDown);
|
||||
this.tabPage2.Controls.Add(this.tbCFFastUp);
|
||||
this.tabPage2.Controls.Add(this.tbCFFastSD);
|
||||
this.tabPage2.Controls.Add(this.materialLabel12);
|
||||
this.tabPage2.Controls.Add(this.tbCFTimeLimit);
|
||||
this.tabPage2.Controls.Add(this.tbCFTimeDown);
|
||||
this.tabPage2.Controls.Add(this.tbCFListSize);
|
||||
this.tabPage2.Controls.Add(this.materialLabel16);
|
||||
this.tabPage2.Controls.Add(this.materialLabel9);
|
||||
this.tabPage2.Controls.Add(this.materialLabel10);
|
||||
this.tabPage2.Controls.Add(this.materialLabel7);
|
||||
this.tabPage2.Controls.Add(this.tbTrailingCnt);
|
||||
this.tabPage2.Controls.Add(this.materialLabel6);
|
||||
@@ -283,6 +326,309 @@
|
||||
this.tabPage2.TabIndex = 1;
|
||||
this.tabPage2.Text = "Preference";
|
||||
//
|
||||
// materialLabel18
|
||||
//
|
||||
this.materialLabel18.AutoSize = true;
|
||||
this.materialLabel18.Depth = 0;
|
||||
this.materialLabel18.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
|
||||
this.materialLabel18.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
||||
this.materialLabel18.Location = new System.Drawing.Point(99, 455);
|
||||
this.materialLabel18.MouseState = MaterialSkin.MouseState.HOVER;
|
||||
this.materialLabel18.Name = "materialLabel18";
|
||||
this.materialLabel18.Size = new System.Drawing.Size(111, 18);
|
||||
this.materialLabel18.TabIndex = 37;
|
||||
this.materialLabel18.Text = "원 이하 체결 무시";
|
||||
//
|
||||
// tbCFIgnorePrice
|
||||
//
|
||||
this.tbCFIgnorePrice.Depth = 0;
|
||||
this.tbCFIgnorePrice.Hint = "";
|
||||
this.tbCFIgnorePrice.Location = new System.Drawing.Point(30, 455);
|
||||
this.tbCFIgnorePrice.MouseState = MaterialSkin.MouseState.HOVER;
|
||||
this.tbCFIgnorePrice.Name = "tbCFIgnorePrice";
|
||||
this.tbCFIgnorePrice.PasswordChar = '\0';
|
||||
this.tbCFIgnorePrice.SelectedText = "";
|
||||
this.tbCFIgnorePrice.SelectionLength = 0;
|
||||
this.tbCFIgnorePrice.SelectionStart = 0;
|
||||
this.tbCFIgnorePrice.Size = new System.Drawing.Size(63, 23);
|
||||
this.tbCFIgnorePrice.TabIndex = 36;
|
||||
this.tbCFIgnorePrice.Text = "50000";
|
||||
this.tbCFIgnorePrice.UseSystemPasswordChar = false;
|
||||
//
|
||||
// materialLabel17
|
||||
//
|
||||
this.materialLabel17.AutoSize = true;
|
||||
this.materialLabel17.Depth = 0;
|
||||
this.materialLabel17.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
|
||||
this.materialLabel17.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
||||
this.materialLabel17.Location = new System.Drawing.Point(187, 424);
|
||||
this.materialLabel17.MouseState = MaterialSkin.MouseState.HOVER;
|
||||
this.materialLabel17.Name = "materialLabel17";
|
||||
this.materialLabel17.Size = new System.Drawing.Size(107, 18);
|
||||
this.materialLabel17.TabIndex = 35;
|
||||
this.materialLabel17.Text = "초 이상이면 매도";
|
||||
//
|
||||
// materialLabel14
|
||||
//
|
||||
this.materialLabel14.AutoSize = true;
|
||||
this.materialLabel14.Depth = 0;
|
||||
this.materialLabel14.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
|
||||
this.materialLabel14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
||||
this.materialLabel14.Location = new System.Drawing.Point(209, 389);
|
||||
this.materialLabel14.MouseState = MaterialSkin.MouseState.HOVER;
|
||||
this.materialLabel14.Name = "materialLabel14";
|
||||
this.materialLabel14.Size = new System.Drawing.Size(13, 18);
|
||||
this.materialLabel14.TabIndex = 34;
|
||||
this.materialLabel14.Text = "-";
|
||||
//
|
||||
// materialLabel13
|
||||
//
|
||||
this.materialLabel13.AutoSize = true;
|
||||
this.materialLabel13.Depth = 0;
|
||||
this.materialLabel13.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
|
||||
this.materialLabel13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
||||
this.materialLabel13.Location = new System.Drawing.Point(143, 390);
|
||||
this.materialLabel13.MouseState = MaterialSkin.MouseState.HOVER;
|
||||
this.materialLabel13.Name = "materialLabel13";
|
||||
this.materialLabel13.Size = new System.Drawing.Size(17, 18);
|
||||
this.materialLabel13.TabIndex = 34;
|
||||
this.materialLabel13.Text = "+";
|
||||
//
|
||||
// tbCFSlowDown
|
||||
//
|
||||
this.tbCFSlowDown.Depth = 0;
|
||||
this.tbCFSlowDown.Hint = "";
|
||||
this.tbCFSlowDown.Location = new System.Drawing.Point(222, 390);
|
||||
this.tbCFSlowDown.MouseState = MaterialSkin.MouseState.HOVER;
|
||||
this.tbCFSlowDown.Name = "tbCFSlowDown";
|
||||
this.tbCFSlowDown.PasswordChar = '\0';
|
||||
this.tbCFSlowDown.SelectedText = "";
|
||||
this.tbCFSlowDown.SelectionLength = 0;
|
||||
this.tbCFSlowDown.SelectionStart = 0;
|
||||
this.tbCFSlowDown.Size = new System.Drawing.Size(37, 23);
|
||||
this.tbCFSlowDown.TabIndex = 33;
|
||||
this.tbCFSlowDown.Text = "0.4";
|
||||
this.tbCFSlowDown.UseSystemPasswordChar = false;
|
||||
//
|
||||
// tbCFSlowUp
|
||||
//
|
||||
this.tbCFSlowUp.Depth = 0;
|
||||
this.tbCFSlowUp.Hint = "";
|
||||
this.tbCFSlowUp.Location = new System.Drawing.Point(162, 390);
|
||||
this.tbCFSlowUp.MouseState = MaterialSkin.MouseState.HOVER;
|
||||
this.tbCFSlowUp.Name = "tbCFSlowUp";
|
||||
this.tbCFSlowUp.PasswordChar = '\0';
|
||||
this.tbCFSlowUp.SelectedText = "";
|
||||
this.tbCFSlowUp.SelectionLength = 0;
|
||||
this.tbCFSlowUp.SelectionStart = 0;
|
||||
this.tbCFSlowUp.Size = new System.Drawing.Size(39, 23);
|
||||
this.tbCFSlowUp.TabIndex = 33;
|
||||
this.tbCFSlowUp.Text = "0.4";
|
||||
this.tbCFSlowUp.UseSystemPasswordChar = false;
|
||||
//
|
||||
// tbCFSlowSD
|
||||
//
|
||||
this.tbCFSlowSD.Depth = 0;
|
||||
this.tbCFSlowSD.Hint = "";
|
||||
this.tbCFSlowSD.Location = new System.Drawing.Point(103, 390);
|
||||
this.tbCFSlowSD.MouseState = MaterialSkin.MouseState.HOVER;
|
||||
this.tbCFSlowSD.Name = "tbCFSlowSD";
|
||||
this.tbCFSlowSD.PasswordChar = '\0';
|
||||
this.tbCFSlowSD.SelectedText = "";
|
||||
this.tbCFSlowSD.SelectionLength = 0;
|
||||
this.tbCFSlowSD.SelectionStart = 0;
|
||||
this.tbCFSlowSD.Size = new System.Drawing.Size(30, 23);
|
||||
this.tbCFSlowSD.TabIndex = 31;
|
||||
this.tbCFSlowSD.Text = "0.2";
|
||||
this.tbCFSlowSD.UseSystemPasswordChar = false;
|
||||
//
|
||||
// materialLabel15
|
||||
//
|
||||
this.materialLabel15.AutoSize = true;
|
||||
this.materialLabel15.Depth = 0;
|
||||
this.materialLabel15.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
|
||||
this.materialLabel15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
||||
this.materialLabel15.Location = new System.Drawing.Point(25, 391);
|
||||
this.materialLabel15.MouseState = MaterialSkin.MouseState.HOVER;
|
||||
this.materialLabel15.Name = "materialLabel15";
|
||||
this.materialLabel15.Size = new System.Drawing.Size(64, 18);
|
||||
this.materialLabel15.TabIndex = 30;
|
||||
this.materialLabel15.Text = "저 변동성";
|
||||
//
|
||||
// materialLabel11
|
||||
//
|
||||
this.materialLabel11.AutoSize = true;
|
||||
this.materialLabel11.Depth = 0;
|
||||
this.materialLabel11.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
|
||||
this.materialLabel11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
||||
this.materialLabel11.Location = new System.Drawing.Point(209, 355);
|
||||
this.materialLabel11.MouseState = MaterialSkin.MouseState.HOVER;
|
||||
this.materialLabel11.Name = "materialLabel11";
|
||||
this.materialLabel11.Size = new System.Drawing.Size(13, 18);
|
||||
this.materialLabel11.TabIndex = 29;
|
||||
this.materialLabel11.Text = "-";
|
||||
//
|
||||
// materialLabel8
|
||||
//
|
||||
this.materialLabel8.AutoSize = true;
|
||||
this.materialLabel8.Depth = 0;
|
||||
this.materialLabel8.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
|
||||
this.materialLabel8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
||||
this.materialLabel8.Location = new System.Drawing.Point(143, 355);
|
||||
this.materialLabel8.MouseState = MaterialSkin.MouseState.HOVER;
|
||||
this.materialLabel8.Name = "materialLabel8";
|
||||
this.materialLabel8.Size = new System.Drawing.Size(17, 18);
|
||||
this.materialLabel8.TabIndex = 29;
|
||||
this.materialLabel8.Text = "+";
|
||||
//
|
||||
// tbCFFastDown
|
||||
//
|
||||
this.tbCFFastDown.Depth = 0;
|
||||
this.tbCFFastDown.Hint = "";
|
||||
this.tbCFFastDown.Location = new System.Drawing.Point(222, 355);
|
||||
this.tbCFFastDown.MouseState = MaterialSkin.MouseState.HOVER;
|
||||
this.tbCFFastDown.Name = "tbCFFastDown";
|
||||
this.tbCFFastDown.PasswordChar = '\0';
|
||||
this.tbCFFastDown.SelectedText = "";
|
||||
this.tbCFFastDown.SelectionLength = 0;
|
||||
this.tbCFFastDown.SelectionStart = 0;
|
||||
this.tbCFFastDown.Size = new System.Drawing.Size(37, 23);
|
||||
this.tbCFFastDown.TabIndex = 28;
|
||||
this.tbCFFastDown.Text = "0.05";
|
||||
this.tbCFFastDown.UseSystemPasswordChar = false;
|
||||
//
|
||||
// tbCFFastUp
|
||||
//
|
||||
this.tbCFFastUp.Depth = 0;
|
||||
this.tbCFFastUp.Hint = "";
|
||||
this.tbCFFastUp.Location = new System.Drawing.Point(162, 355);
|
||||
this.tbCFFastUp.MouseState = MaterialSkin.MouseState.HOVER;
|
||||
this.tbCFFastUp.Name = "tbCFFastUp";
|
||||
this.tbCFFastUp.PasswordChar = '\0';
|
||||
this.tbCFFastUp.SelectedText = "";
|
||||
this.tbCFFastUp.SelectionLength = 0;
|
||||
this.tbCFFastUp.SelectionStart = 0;
|
||||
this.tbCFFastUp.Size = new System.Drawing.Size(39, 23);
|
||||
this.tbCFFastUp.TabIndex = 28;
|
||||
this.tbCFFastUp.Text = "0.05";
|
||||
this.tbCFFastUp.UseSystemPasswordChar = false;
|
||||
//
|
||||
// tbCFFastSD
|
||||
//
|
||||
this.tbCFFastSD.Depth = 0;
|
||||
this.tbCFFastSD.Hint = "";
|
||||
this.tbCFFastSD.Location = new System.Drawing.Point(103, 355);
|
||||
this.tbCFFastSD.MouseState = MaterialSkin.MouseState.HOVER;
|
||||
this.tbCFFastSD.Name = "tbCFFastSD";
|
||||
this.tbCFFastSD.PasswordChar = '\0';
|
||||
this.tbCFFastSD.SelectedText = "";
|
||||
this.tbCFFastSD.SelectionLength = 0;
|
||||
this.tbCFFastSD.SelectionStart = 0;
|
||||
this.tbCFFastSD.Size = new System.Drawing.Size(30, 23);
|
||||
this.tbCFFastSD.TabIndex = 26;
|
||||
this.tbCFFastSD.Text = "0.75";
|
||||
this.tbCFFastSD.UseSystemPasswordChar = false;
|
||||
//
|
||||
// materialLabel12
|
||||
//
|
||||
this.materialLabel12.AutoSize = true;
|
||||
this.materialLabel12.Depth = 0;
|
||||
this.materialLabel12.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
|
||||
this.materialLabel12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
||||
this.materialLabel12.Location = new System.Drawing.Point(25, 356);
|
||||
this.materialLabel12.MouseState = MaterialSkin.MouseState.HOVER;
|
||||
this.materialLabel12.Name = "materialLabel12";
|
||||
this.materialLabel12.Size = new System.Drawing.Size(64, 18);
|
||||
this.materialLabel12.TabIndex = 25;
|
||||
this.materialLabel12.Text = "고 변동성";
|
||||
//
|
||||
// tbCFTimeLimit
|
||||
//
|
||||
this.tbCFTimeLimit.Depth = 0;
|
||||
this.tbCFTimeLimit.Hint = "";
|
||||
this.tbCFTimeLimit.Location = new System.Drawing.Point(151, 424);
|
||||
this.tbCFTimeLimit.MouseState = MaterialSkin.MouseState.HOVER;
|
||||
this.tbCFTimeLimit.Name = "tbCFTimeLimit";
|
||||
this.tbCFTimeLimit.PasswordChar = '\0';
|
||||
this.tbCFTimeLimit.SelectedText = "";
|
||||
this.tbCFTimeLimit.SelectionLength = 0;
|
||||
this.tbCFTimeLimit.SelectionStart = 0;
|
||||
this.tbCFTimeLimit.Size = new System.Drawing.Size(30, 23);
|
||||
this.tbCFTimeLimit.TabIndex = 23;
|
||||
this.tbCFTimeLimit.Text = "5";
|
||||
this.tbCFTimeLimit.UseSystemPasswordChar = false;
|
||||
//
|
||||
// tbCFTimeDown
|
||||
//
|
||||
this.tbCFTimeDown.Depth = 0;
|
||||
this.tbCFTimeDown.Hint = "";
|
||||
this.tbCFTimeDown.Location = new System.Drawing.Point(63, 424);
|
||||
this.tbCFTimeDown.MouseState = MaterialSkin.MouseState.HOVER;
|
||||
this.tbCFTimeDown.Name = "tbCFTimeDown";
|
||||
this.tbCFTimeDown.PasswordChar = '\0';
|
||||
this.tbCFTimeDown.SelectedText = "";
|
||||
this.tbCFTimeDown.SelectionLength = 0;
|
||||
this.tbCFTimeDown.SelectionStart = 0;
|
||||
this.tbCFTimeDown.Size = new System.Drawing.Size(30, 23);
|
||||
this.tbCFTimeDown.TabIndex = 23;
|
||||
this.tbCFTimeDown.Text = "0.02";
|
||||
this.tbCFTimeDown.UseSystemPasswordChar = false;
|
||||
//
|
||||
// tbCFListSize
|
||||
//
|
||||
this.tbCFListSize.Depth = 0;
|
||||
this.tbCFListSize.Hint = "";
|
||||
this.tbCFListSize.Location = new System.Drawing.Point(88, 323);
|
||||
this.tbCFListSize.MouseState = MaterialSkin.MouseState.HOVER;
|
||||
this.tbCFListSize.Name = "tbCFListSize";
|
||||
this.tbCFListSize.PasswordChar = '\0';
|
||||
this.tbCFListSize.SelectedText = "";
|
||||
this.tbCFListSize.SelectionLength = 0;
|
||||
this.tbCFListSize.SelectionStart = 0;
|
||||
this.tbCFListSize.Size = new System.Drawing.Size(30, 23);
|
||||
this.tbCFListSize.TabIndex = 23;
|
||||
this.tbCFListSize.Text = "20";
|
||||
this.tbCFListSize.UseSystemPasswordChar = false;
|
||||
//
|
||||
// materialLabel16
|
||||
//
|
||||
this.materialLabel16.AutoSize = true;
|
||||
this.materialLabel16.Depth = 0;
|
||||
this.materialLabel16.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
|
||||
this.materialLabel16.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
||||
this.materialLabel16.Location = new System.Drawing.Point(99, 424);
|
||||
this.materialLabel16.MouseState = MaterialSkin.MouseState.HOVER;
|
||||
this.materialLabel16.Name = "materialLabel16";
|
||||
this.materialLabel16.Size = new System.Drawing.Size(34, 18);
|
||||
this.materialLabel16.TabIndex = 22;
|
||||
this.materialLabel16.Text = "감소";
|
||||
//
|
||||
// materialLabel9
|
||||
//
|
||||
this.materialLabel9.AutoSize = true;
|
||||
this.materialLabel9.Depth = 0;
|
||||
this.materialLabel9.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
|
||||
this.materialLabel9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
||||
this.materialLabel9.Location = new System.Drawing.Point(26, 424);
|
||||
this.materialLabel9.MouseState = MaterialSkin.MouseState.HOVER;
|
||||
this.materialLabel9.Name = "materialLabel9";
|
||||
this.materialLabel9.Size = new System.Drawing.Size(34, 18);
|
||||
this.materialLabel9.TabIndex = 22;
|
||||
this.materialLabel9.Text = "초당";
|
||||
//
|
||||
// materialLabel10
|
||||
//
|
||||
this.materialLabel10.AutoSize = true;
|
||||
this.materialLabel10.Depth = 0;
|
||||
this.materialLabel10.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
|
||||
this.materialLabel10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
||||
this.materialLabel10.Location = new System.Drawing.Point(25, 322);
|
||||
this.materialLabel10.MouseState = MaterialSkin.MouseState.HOVER;
|
||||
this.materialLabel10.Name = "materialLabel10";
|
||||
this.materialLabel10.Size = new System.Drawing.Size(49, 20);
|
||||
this.materialLabel10.TabIndex = 22;
|
||||
this.materialLabel10.Text = "체결 수";
|
||||
//
|
||||
// materialLabel7
|
||||
//
|
||||
this.materialLabel7.AutoSize = true;
|
||||
@@ -379,7 +725,7 @@
|
||||
this.materialLabel3.Name = "materialLabel3";
|
||||
this.materialLabel3.Size = new System.Drawing.Size(162, 18);
|
||||
this.materialLabel3.TabIndex = 6;
|
||||
this.materialLabel3.Text = "Version : 2017.03.07.15";
|
||||
this.materialLabel3.Text = "Version : 2017.03.20.11";
|
||||
//
|
||||
// materialLabel2
|
||||
//
|
||||
@@ -473,6 +819,7 @@
|
||||
this.tabPage3.Controls.Add(this.tbSMListSize);
|
||||
this.tabPage3.Controls.Add(this.tbSMSlowUpCnt);
|
||||
this.tabPage3.Controls.Add(this.tbSMTimeDiffLimit);
|
||||
this.tabPage3.Controls.Add(this.tbSMIgnorePrice);
|
||||
this.tabPage3.Controls.Add(this.tbSMTimeSub);
|
||||
this.tabPage3.Controls.Add(this.tbSMSlowSD);
|
||||
this.tabPage3.Controls.Add(this.tbSMFastUpCnt);
|
||||
@@ -617,6 +964,14 @@
|
||||
this.btLoad.UseVisualStyleBackColor = true;
|
||||
this.btLoad.Click += new System.EventHandler(this.btLoad_Click);
|
||||
//
|
||||
// tbSMIgnorePrice
|
||||
//
|
||||
this.tbSMIgnorePrice.Location = new System.Drawing.Point(333, 128);
|
||||
this.tbSMIgnorePrice.Name = "tbSMIgnorePrice";
|
||||
this.tbSMIgnorePrice.Size = new System.Drawing.Size(59, 21);
|
||||
this.tbSMIgnorePrice.TabIndex = 6;
|
||||
this.tbSMIgnorePrice.Text = "50000";
|
||||
//
|
||||
// lvItems
|
||||
//
|
||||
this.lvItems.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
||||
@@ -740,7 +1095,7 @@
|
||||
//
|
||||
this.chNCType.Text = "매매구분";
|
||||
this.chNCType.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
||||
this.chNCType.Width = 71;
|
||||
this.chNCType.Width = 106;
|
||||
//
|
||||
// chNCPrice
|
||||
//
|
||||
@@ -887,5 +1242,27 @@
|
||||
private System.Windows.Forms.ColumnHeader chCheckCountLimit;
|
||||
public System.Windows.Forms.TextBox tbSMTimeSub;
|
||||
public System.Windows.Forms.TextBox tbSMTimeDiffLimit;
|
||||
private MaterialSkin.Controls.MaterialLabel materialLabel18;
|
||||
private MaterialSkin.Controls.MaterialSingleLineTextField tbCFIgnorePrice;
|
||||
private MaterialSkin.Controls.MaterialLabel materialLabel17;
|
||||
private MaterialSkin.Controls.MaterialLabel materialLabel14;
|
||||
private MaterialSkin.Controls.MaterialLabel materialLabel13;
|
||||
private MaterialSkin.Controls.MaterialSingleLineTextField tbCFSlowDown;
|
||||
private MaterialSkin.Controls.MaterialSingleLineTextField tbCFSlowUp;
|
||||
private MaterialSkin.Controls.MaterialSingleLineTextField tbCFSlowSD;
|
||||
private MaterialSkin.Controls.MaterialLabel materialLabel15;
|
||||
private MaterialSkin.Controls.MaterialLabel materialLabel11;
|
||||
private MaterialSkin.Controls.MaterialLabel materialLabel8;
|
||||
private MaterialSkin.Controls.MaterialSingleLineTextField tbCFFastDown;
|
||||
private MaterialSkin.Controls.MaterialSingleLineTextField tbCFFastUp;
|
||||
private MaterialSkin.Controls.MaterialSingleLineTextField tbCFFastSD;
|
||||
private MaterialSkin.Controls.MaterialLabel materialLabel12;
|
||||
private MaterialSkin.Controls.MaterialSingleLineTextField tbCFTimeLimit;
|
||||
private MaterialSkin.Controls.MaterialSingleLineTextField tbCFTimeDown;
|
||||
private MaterialSkin.Controls.MaterialSingleLineTextField tbCFListSize;
|
||||
private MaterialSkin.Controls.MaterialLabel materialLabel16;
|
||||
private MaterialSkin.Controls.MaterialLabel materialLabel9;
|
||||
private MaterialSkin.Controls.MaterialLabel materialLabel10;
|
||||
public System.Windows.Forms.TextBox tbSMIgnorePrice;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user