Files
AutoSeller/AutoSeller.Designer.cs
2018-12-26 16:14:07 +09:00

1634 lines
72 KiB
C#

namespace AutoSellerNS
{
partial class AutoSeller
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if(disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AutoSeller));
this.materialTabSelector1 = new MaterialSkin.Controls.MaterialTabSelector();
this.materialTabControl1 = new MaterialSkin.Controls.MaterialTabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.btClearBeforeClosing = new MaterialSkin.Controls.MaterialRaisedButton();
this.btClearAll = new MaterialSkin.Controls.MaterialRaisedButton();
this.lbRQCnt = new MaterialSkin.Controls.MaterialLabel();
this.lbTRCnt = new MaterialSkin.Controls.MaterialLabel();
this.lbSBCnt = new MaterialSkin.Controls.MaterialLabel();
this.btSell = new MaterialSkin.Controls.MaterialRaisedButton();
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.splitContainer3 = new System.Windows.Forms.SplitContainer();
this.splitContainer4 = new System.Windows.Forms.SplitContainer();
this.btCancel = new MaterialSkin.Controls.MaterialRaisedButton();
this.btUpdateNC = new MaterialSkin.Controls.MaterialRaisedButton();
this.tbLog = new System.Windows.Forms.RichTextBox();
this.btUpdate = new MaterialSkin.Controls.MaterialRaisedButton();
this.btCybos = new MaterialSkin.Controls.MaterialRaisedButton();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.btUpdateConclusion = new MaterialSkin.Controls.MaterialRaisedButton();
this.lvConclusion = new System.Windows.Forms.ListView();
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader9 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader10 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.tabPage3 = new System.Windows.Forms.TabPage();
this.materialLabel19 = new MaterialSkin.Controls.MaterialLabel();
this.tbAutoCancelDelay = new MaterialSkin.Controls.MaterialSingleLineTextField();
this.cbAutoCancel = new MaterialSkin.Controls.MaterialCheckBox();
this.cbMockTrading = new MaterialSkin.Controls.MaterialCheckBox();
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();
this.tbTrailingP = new MaterialSkin.Controls.MaterialSingleLineTextField();
this.materialLabel5 = new MaterialSkin.Controls.MaterialLabel();
this.materialLabel4 = new MaterialSkin.Controls.MaterialLabel();
this.materialLabel3 = new MaterialSkin.Controls.MaterialLabel();
this.materialLabel2 = new MaterialSkin.Controls.MaterialLabel();
this.tbBidCount = new MaterialSkin.Controls.MaterialSingleLineTextField();
this.materialLabel1 = new MaterialSkin.Controls.MaterialLabel();
this.btApply = new MaterialSkin.Controls.MaterialFlatButton();
this.tbSubAccount = new MaterialSkin.Controls.MaterialSingleLineTextField();
this.cbAccount = new System.Windows.Forms.ComboBox();
this.tabPage4 = new System.Windows.Forms.TabPage();
this.chSMHalfTrailing = new MaterialSkin.Controls.MaterialCheckBox();
this.tbSMSlowDownCnt = new System.Windows.Forms.TextBox();
this.tbSMFastDownCnt = new System.Windows.Forms.TextBox();
this.cbSMMethod = new System.Windows.Forms.ComboBox();
this.tbSMListSize = new System.Windows.Forms.TextBox();
this.tbSMSlowUpCnt = new System.Windows.Forms.TextBox();
this.tbSMTimeDiffLimit = new System.Windows.Forms.TextBox();
this.tbSMIgnorePrice = new System.Windows.Forms.TextBox();
this.tbSMTimeSub = new System.Windows.Forms.TextBox();
this.tbSMSlowSD = new System.Windows.Forms.TextBox();
this.tbSMFastUpCnt = new System.Windows.Forms.TextBox();
this.tbSMFastSD = new System.Windows.Forms.TextBox();
this.tbSimulationLog = new System.Windows.Forms.RichTextBox();
this.btSimulate = new MaterialSkin.Controls.MaterialFlatButton();
this.btLoad = new MaterialSkin.Controls.MaterialFlatButton();
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()));
this.chCurPrice = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.chCount = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.chBookValue = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.chCapitalGains = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.chAssessedValue = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.chValuation = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.chYield = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.chMaxPrice = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.chCheckCountLimit = ((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.chNCOrderNo = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.chNCOrgOrderNo = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
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()));
this.chCallPrice = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.chBidCount = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.materialTabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
this.splitContainer2.Panel1.SuspendLayout();
this.splitContainer2.Panel2.SuspendLayout();
this.splitContainer2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
this.splitContainer3.Panel1.SuspendLayout();
this.splitContainer3.Panel2.SuspendLayout();
this.splitContainer3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).BeginInit();
this.splitContainer4.Panel1.SuspendLayout();
this.splitContainer4.Panel2.SuspendLayout();
this.splitContainer4.SuspendLayout();
this.tabPage2.SuspendLayout();
this.tabPage3.SuspendLayout();
this.tabPage4.SuspendLayout();
this.SuspendLayout();
//
// materialTabSelector1
//
this.materialTabSelector1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.materialTabSelector1.BaseTabControl = this.materialTabControl1;
this.materialTabSelector1.Depth = 0;
this.materialTabSelector1.Location = new System.Drawing.Point(0, 64);
this.materialTabSelector1.MouseState = MaterialSkin.MouseState.HOVER;
this.materialTabSelector1.Name = "materialTabSelector1";
this.materialTabSelector1.Size = new System.Drawing.Size(1147, 49);
this.materialTabSelector1.TabIndex = 1;
this.materialTabSelector1.Text = "materialTabSelector1";
//
// materialTabControl1
//
this.materialTabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.materialTabControl1.Controls.Add(this.tabPage1);
this.materialTabControl1.Controls.Add(this.tabPage3);
this.materialTabControl1.Controls.Add(this.tabPage4);
this.materialTabControl1.Controls.Add(this.tabPage2);
this.materialTabControl1.Depth = 0;
this.materialTabControl1.Location = new System.Drawing.Point(3, 115);
this.materialTabControl1.MouseState = MaterialSkin.MouseState.HOVER;
this.materialTabControl1.Name = "materialTabControl1";
this.materialTabControl1.SelectedIndex = 0;
this.materialTabControl1.Size = new System.Drawing.Size(1141, 662);
this.materialTabControl1.TabIndex = 2;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.btClearBeforeClosing);
this.tabPage1.Controls.Add(this.btClearAll);
this.tabPage1.Controls.Add(this.lbRQCnt);
this.tabPage1.Controls.Add(this.lbTRCnt);
this.tabPage1.Controls.Add(this.lbSBCnt);
this.tabPage1.Controls.Add(this.btSell);
this.tabPage1.Controls.Add(this.splitContainer2);
this.tabPage1.Controls.Add(this.btUpdate);
this.tabPage1.Controls.Add(this.btCybos);
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(1133, 636);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "Items";
this.tabPage1.UseVisualStyleBackColor = true;
//
// btClearBeforeClosing
//
this.btClearBeforeClosing.AutoSize = true;
this.btClearBeforeClosing.Depth = 0;
this.btClearBeforeClosing.Location = new System.Drawing.Point(782, 3);
this.btClearBeforeClosing.MouseState = MaterialSkin.MouseState.HOVER;
this.btClearBeforeClosing.Name = "btClearBeforeClosing";
this.btClearBeforeClosing.Primary = true;
this.btClearBeforeClosing.Size = new System.Drawing.Size(128, 28);
this.btClearBeforeClosing.TabIndex = 9;
this.btClearBeforeClosing.Text = "Close Closing";
this.btClearBeforeClosing.UseVisualStyleBackColor = true;
this.btClearBeforeClosing.Click += new System.EventHandler(this.btClearBeforeClosing_Click);
//
// btClearAll
//
this.btClearAll.AutoSize = true;
this.btClearAll.Depth = 0;
this.btClearAll.Location = new System.Drawing.Point(916, 3);
this.btClearAll.MouseState = MaterialSkin.MouseState.HOVER;
this.btClearAll.Name = "btClearAll";
this.btClearAll.Primary = true;
this.btClearAll.Size = new System.Drawing.Size(68, 28);
this.btClearAll.TabIndex = 8;
this.btClearAll.Text = "Clear";
this.btClearAll.UseVisualStyleBackColor = true;
this.btClearAll.Click += new System.EventHandler(this.btClearAll_Click);
//
// lbRQCnt
//
this.lbRQCnt.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.lbRQCnt.AutoSize = true;
this.lbRQCnt.Depth = 0;
this.lbRQCnt.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.lbRQCnt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.lbRQCnt.Location = new System.Drawing.Point(1026, 6);
this.lbRQCnt.MouseState = MaterialSkin.MouseState.HOVER;
this.lbRQCnt.Name = "lbRQCnt";
this.lbRQCnt.Size = new System.Drawing.Size(0, 18);
this.lbRQCnt.TabIndex = 7;
//
// lbTRCnt
//
this.lbTRCnt.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.lbTRCnt.AutoSize = true;
this.lbTRCnt.Depth = 0;
this.lbTRCnt.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.lbTRCnt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.lbTRCnt.Location = new System.Drawing.Point(1060, 6);
this.lbTRCnt.MouseState = MaterialSkin.MouseState.HOVER;
this.lbTRCnt.Name = "lbTRCnt";
this.lbTRCnt.Size = new System.Drawing.Size(0, 18);
this.lbTRCnt.TabIndex = 6;
//
// lbSBCnt
//
this.lbSBCnt.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.lbSBCnt.AutoSize = true;
this.lbSBCnt.Depth = 0;
this.lbSBCnt.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.lbSBCnt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.lbSBCnt.Location = new System.Drawing.Point(1094, 6);
this.lbSBCnt.MouseState = MaterialSkin.MouseState.HOVER;
this.lbSBCnt.Name = "lbSBCnt";
this.lbSBCnt.Size = new System.Drawing.Size(0, 18);
this.lbSBCnt.TabIndex = 5;
//
// btSell
//
this.btSell.AutoSize = true;
this.btSell.Depth = 0;
this.btSell.Location = new System.Drawing.Point(148, 3);
this.btSell.MouseState = MaterialSkin.MouseState.HOVER;
this.btSell.Name = "btSell";
this.btSell.Primary = true;
this.btSell.Size = new System.Drawing.Size(68, 28);
this.btSell.TabIndex = 4;
this.btSell.Text = "Sell";
this.btSell.UseVisualStyleBackColor = true;
this.btSell.Click += new System.EventHandler(this.btSell_Click);
//
// splitContainer2
//
this.splitContainer2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.splitContainer2.IsSplitterFixed = true;
this.splitContainer2.Location = new System.Drawing.Point(3, 34);
this.splitContainer2.Name = "splitContainer2";
//
// splitContainer2.Panel1
//
this.splitContainer2.Panel1.Controls.Add(this.splitContainer1);
//
// splitContainer2.Panel2
//
this.splitContainer2.Panel2.Controls.Add(this.lvCurPrice);
this.splitContainer2.Size = new System.Drawing.Size(1127, 598);
this.splitContainer2.SplitterDistance = 859;
this.splitContainer2.TabIndex = 2;
this.splitContainer2.SizeChanged += new System.EventHandler(this.splitContainer2_SizeChanged);
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
this.splitContainer1.Name = "splitContainer1";
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.splitContainer3);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.tbLog);
this.splitContainer1.Size = new System.Drawing.Size(859, 598);
this.splitContainer1.SplitterDistance = 415;
this.splitContainer1.TabIndex = 1;
//
// 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.splitContainer4);
this.splitContainer3.Size = new System.Drawing.Size(859, 415);
this.splitContainer3.SplitterDistance = 273;
this.splitContainer3.TabIndex = 1;
//
// splitContainer4
//
this.splitContainer4.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer4.Location = new System.Drawing.Point(0, 0);
this.splitContainer4.Name = "splitContainer4";
//
// splitContainer4.Panel1
//
this.splitContainer4.Panel1.Controls.Add(this.lvNCItem);
//
// splitContainer4.Panel2
//
this.splitContainer4.Panel2.Controls.Add(this.btCancel);
this.splitContainer4.Panel2.Controls.Add(this.btUpdateNC);
this.splitContainer4.Size = new System.Drawing.Size(859, 138);
this.splitContainer4.SplitterDistance = 772;
this.splitContainer4.TabIndex = 2;
//
// btCancel
//
this.btCancel.AutoSize = true;
this.btCancel.Depth = 0;
this.btCancel.Location = new System.Drawing.Point(2, 37);
this.btCancel.MouseState = MaterialSkin.MouseState.HOVER;
this.btCancel.Name = "btCancel";
this.btCancel.Primary = true;
this.btCancel.Size = new System.Drawing.Size(77, 28);
this.btCancel.TabIndex = 4;
this.btCancel.Text = "Cancel";
this.btCancel.UseVisualStyleBackColor = true;
this.btCancel.Click += new System.EventHandler(this.btCancel_Click);
//
// btUpdateNC
//
this.btUpdateNC.AutoSize = true;
this.btUpdateNC.Depth = 0;
this.btUpdateNC.Location = new System.Drawing.Point(3, 3);
this.btUpdateNC.MouseState = MaterialSkin.MouseState.HOVER;
this.btUpdateNC.Name = "btUpdateNC";
this.btUpdateNC.Primary = true;
this.btUpdateNC.Size = new System.Drawing.Size(77, 28);
this.btUpdateNC.TabIndex = 4;
this.btUpdateNC.Text = "Update";
this.btUpdateNC.UseVisualStyleBackColor = true;
this.btUpdateNC.Click += new System.EventHandler(this.btUpdateNC_Click);
//
// tbLog
//
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(859, 179);
this.tbLog.TabIndex = 0;
this.tbLog.Text = "";
//
// btUpdate
//
this.btUpdate.AutoSize = true;
this.btUpdate.Depth = 0;
this.btUpdate.Location = new System.Drawing.Point(74, 3);
this.btUpdate.MouseState = MaterialSkin.MouseState.HOVER;
this.btUpdate.Name = "btUpdate";
this.btUpdate.Primary = true;
this.btUpdate.Size = new System.Drawing.Size(68, 28);
this.btUpdate.TabIndex = 3;
this.btUpdate.Text = "Update";
this.btUpdate.UseVisualStyleBackColor = true;
this.btUpdate.Click += new System.EventHandler(this.btUpdate_Click);
//
// btCybos
//
this.btCybos.AutoSize = true;
this.btCybos.Depth = 0;
this.btCybos.Location = new System.Drawing.Point(3, 3);
this.btCybos.MouseState = MaterialSkin.MouseState.HOVER;
this.btCybos.Name = "btCybos";
this.btCybos.Primary = true;
this.btCybos.Size = new System.Drawing.Size(66, 28);
this.btCybos.TabIndex = 3;
this.btCybos.Text = "Cybos";
this.btCybos.UseVisualStyleBackColor = true;
this.btCybos.Click += new System.EventHandler(this.btCybos_Click);
//
// tabPage2
//
this.tabPage2.Controls.Add(this.btUpdateConclusion);
this.tabPage2.Controls.Add(this.lvConclusion);
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(1133, 636);
this.tabPage2.TabIndex = 3;
this.tabPage2.Text = "Conclusion";
this.tabPage2.UseVisualStyleBackColor = true;
//
// btUpdateConclusion
//
this.btUpdateConclusion.Depth = 0;
this.btUpdateConclusion.Location = new System.Drawing.Point(6, 6);
this.btUpdateConclusion.MouseState = MaterialSkin.MouseState.HOVER;
this.btUpdateConclusion.Name = "btUpdateConclusion";
this.btUpdateConclusion.Primary = true;
this.btUpdateConclusion.Size = new System.Drawing.Size(75, 23);
this.btUpdateConclusion.TabIndex = 1;
this.btUpdateConclusion.Text = "update";
this.btUpdateConclusion.UseVisualStyleBackColor = true;
this.btUpdateConclusion.Click += new System.EventHandler(this.btUpdateConclusion_Click);
//
// lvConclusion
//
this.lvConclusion.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lvConclusion.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader2,
this.columnHeader3,
this.columnHeader4,
this.columnHeader5,
this.columnHeader6,
this.columnHeader7,
this.columnHeader8,
this.columnHeader9,
this.columnHeader10});
this.lvConclusion.FullRowSelect = true;
this.lvConclusion.GridLines = true;
this.lvConclusion.Location = new System.Drawing.Point(0, 35);
this.lvConclusion.Name = "lvConclusion";
this.lvConclusion.Size = new System.Drawing.Size(1133, 601);
this.lvConclusion.TabIndex = 0;
this.lvConclusion.UseCompatibleStateImageBehavior = false;
this.lvConclusion.View = System.Windows.Forms.View.Details;
//
// columnHeader2
//
this.columnHeader2.Text = "종목코드";
//
// columnHeader3
//
this.columnHeader3.Text = "종목명";
//
// columnHeader4
//
this.columnHeader4.Text = "구분";
//
// columnHeader5
//
this.columnHeader5.Text = "약정금액";
//
// columnHeader6
//
this.columnHeader6.Text = "정산금액";
//
// columnHeader7
//
this.columnHeader7.Text = "수수료";
//
// columnHeader8
//
this.columnHeader8.Text = "거래세";
//
// columnHeader9
//
this.columnHeader9.Text = "농특세";
//
// columnHeader10
//
this.columnHeader10.Text = "날짜";
//
// tabPage3
//
this.tabPage3.BackColor = System.Drawing.Color.White;
this.tabPage3.Controls.Add(this.materialLabel19);
this.tabPage3.Controls.Add(this.tbAutoCancelDelay);
this.tabPage3.Controls.Add(this.cbAutoCancel);
this.tabPage3.Controls.Add(this.cbMockTrading);
this.tabPage3.Controls.Add(this.materialLabel18);
this.tabPage3.Controls.Add(this.tbCFIgnorePrice);
this.tabPage3.Controls.Add(this.materialLabel17);
this.tabPage3.Controls.Add(this.materialLabel14);
this.tabPage3.Controls.Add(this.materialLabel13);
this.tabPage3.Controls.Add(this.tbCFSlowDown);
this.tabPage3.Controls.Add(this.tbCFSlowUp);
this.tabPage3.Controls.Add(this.tbCFSlowSD);
this.tabPage3.Controls.Add(this.materialLabel15);
this.tabPage3.Controls.Add(this.materialLabel11);
this.tabPage3.Controls.Add(this.materialLabel8);
this.tabPage3.Controls.Add(this.tbCFFastDown);
this.tabPage3.Controls.Add(this.tbCFFastUp);
this.tabPage3.Controls.Add(this.tbCFFastSD);
this.tabPage3.Controls.Add(this.materialLabel12);
this.tabPage3.Controls.Add(this.tbCFTimeLimit);
this.tabPage3.Controls.Add(this.tbCFTimeDown);
this.tabPage3.Controls.Add(this.tbCFListSize);
this.tabPage3.Controls.Add(this.materialLabel16);
this.tabPage3.Controls.Add(this.materialLabel9);
this.tabPage3.Controls.Add(this.materialLabel10);
this.tabPage3.Controls.Add(this.materialLabel7);
this.tabPage3.Controls.Add(this.tbTrailingCnt);
this.tabPage3.Controls.Add(this.materialLabel6);
this.tabPage3.Controls.Add(this.tbTrailingP);
this.tabPage3.Controls.Add(this.materialLabel5);
this.tabPage3.Controls.Add(this.materialLabel4);
this.tabPage3.Controls.Add(this.materialLabel3);
this.tabPage3.Controls.Add(this.materialLabel2);
this.tabPage3.Controls.Add(this.tbBidCount);
this.tabPage3.Controls.Add(this.materialLabel1);
this.tabPage3.Controls.Add(this.btApply);
this.tabPage3.Controls.Add(this.tbSubAccount);
this.tabPage3.Controls.Add(this.cbAccount);
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(1133, 636);
this.tabPage3.TabIndex = 1;
this.tabPage3.Text = "Preference";
//
// materialLabel19
//
this.materialLabel19.AutoSize = true;
this.materialLabel19.Depth = 0;
this.materialLabel19.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.materialLabel19.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.materialLabel19.Location = new System.Drawing.Point(80, 504);
this.materialLabel19.MouseState = MaterialSkin.MouseState.HOVER;
this.materialLabel19.Name = "materialLabel19";
this.materialLabel19.Size = new System.Drawing.Size(145, 18);
this.materialLabel19.TabIndex = 41;
this.materialLabel19.Text = "초 후 미체결 매수 취소";
//
// tbAutoCancelDelay
//
this.tbAutoCancelDelay.Depth = 0;
this.tbAutoCancelDelay.Hint = "";
this.tbAutoCancelDelay.Location = new System.Drawing.Point(52, 503);
this.tbAutoCancelDelay.MouseState = MaterialSkin.MouseState.HOVER;
this.tbAutoCancelDelay.Name = "tbAutoCancelDelay";
this.tbAutoCancelDelay.PasswordChar = '\0';
this.tbAutoCancelDelay.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.tbAutoCancelDelay.SelectedText = "";
this.tbAutoCancelDelay.SelectionLength = 0;
this.tbAutoCancelDelay.SelectionStart = 0;
this.tbAutoCancelDelay.Size = new System.Drawing.Size(24, 23);
this.tbAutoCancelDelay.TabIndex = 40;
this.tbAutoCancelDelay.Text = "30";
this.tbAutoCancelDelay.UseSystemPasswordChar = false;
//
// cbAutoCancel
//
this.cbAutoCancel.AutoSize = true;
this.cbAutoCancel.Depth = 0;
this.cbAutoCancel.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
this.cbAutoCancel.Location = new System.Drawing.Point(23, 497);
this.cbAutoCancel.Margin = new System.Windows.Forms.Padding(0);
this.cbAutoCancel.MouseLocation = new System.Drawing.Point(-1, -1);
this.cbAutoCancel.MouseState = MaterialSkin.MouseState.HOVER;
this.cbAutoCancel.Name = "cbAutoCancel";
this.cbAutoCancel.Ripple = true;
this.cbAutoCancel.Size = new System.Drawing.Size(26, 30);
this.cbAutoCancel.TabIndex = 39;
this.cbAutoCancel.UseVisualStyleBackColor = true;
//
// cbMockTrading
//
this.cbMockTrading.AutoSize = true;
this.cbMockTrading.Depth = 0;
this.cbMockTrading.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
this.cbMockTrading.Location = new System.Drawing.Point(23, 580);
this.cbMockTrading.Margin = new System.Windows.Forms.Padding(0);
this.cbMockTrading.MouseLocation = new System.Drawing.Point(-1, -1);
this.cbMockTrading.MouseState = MaterialSkin.MouseState.HOVER;
this.cbMockTrading.Name = "cbMockTrading";
this.cbMockTrading.Ripple = true;
this.cbMockTrading.Size = new System.Drawing.Size(94, 30);
this.cbMockTrading.TabIndex = 38;
this.cbMockTrading.Text = "모의 투자";
this.cbMockTrading.UseVisualStyleBackColor = true;
//
// 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", 11F);
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(51, 18);
this.materialLabel10.TabIndex = 22;
this.materialLabel10.Text = "체결 수";
//
// materialLabel7
//
this.materialLabel7.AutoSize = true;
this.materialLabel7.Depth = 0;
this.materialLabel7.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.materialLabel7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.materialLabel7.Location = new System.Drawing.Point(224, 229);
this.materialLabel7.MouseState = MaterialSkin.MouseState.HOVER;
this.materialLabel7.Name = "materialLabel7";
this.materialLabel7.Size = new System.Drawing.Size(21, 18);
this.materialLabel7.TabIndex = 12;
this.materialLabel7.Text = "회";
//
// tbTrailingCnt
//
this.tbTrailingCnt.Depth = 0;
this.tbTrailingCnt.Hint = "";
this.tbTrailingCnt.Location = new System.Drawing.Point(188, 225);
this.tbTrailingCnt.MouseState = MaterialSkin.MouseState.HOVER;
this.tbTrailingCnt.Name = "tbTrailingCnt";
this.tbTrailingCnt.PasswordChar = '\0';
this.tbTrailingCnt.SelectedText = "";
this.tbTrailingCnt.SelectionLength = 0;
this.tbTrailingCnt.SelectionStart = 0;
this.tbTrailingCnt.Size = new System.Drawing.Size(30, 23);
this.tbTrailingCnt.TabIndex = 11;
this.tbTrailingCnt.Text = "2";
this.tbTrailingCnt.UseSystemPasswordChar = false;
//
// materialLabel6
//
this.materialLabel6.AutoSize = true;
this.materialLabel6.Depth = 0;
this.materialLabel6.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.materialLabel6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.materialLabel6.Location = new System.Drawing.Point(152, 229);
this.materialLabel6.MouseState = MaterialSkin.MouseState.HOVER;
this.materialLabel6.Name = "materialLabel6";
this.materialLabel6.Size = new System.Drawing.Size(21, 18);
this.materialLabel6.TabIndex = 10;
this.materialLabel6.Text = "%";
//
// tbTrailingP
//
this.tbTrailingP.Depth = 0;
this.tbTrailingP.Hint = "";
this.tbTrailingP.Location = new System.Drawing.Point(116, 225);
this.tbTrailingP.MouseState = MaterialSkin.MouseState.HOVER;
this.tbTrailingP.Name = "tbTrailingP";
this.tbTrailingP.PasswordChar = '\0';
this.tbTrailingP.SelectedText = "";
this.tbTrailingP.SelectionLength = 0;
this.tbTrailingP.SelectionStart = 0;
this.tbTrailingP.Size = new System.Drawing.Size(30, 23);
this.tbTrailingP.TabIndex = 9;
this.tbTrailingP.Text = "1.0";
this.tbTrailingP.UseSystemPasswordChar = false;
//
// materialLabel5
//
this.materialLabel5.AutoSize = true;
this.materialLabel5.Depth = 0;
this.materialLabel5.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.materialLabel5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.materialLabel5.Location = new System.Drawing.Point(25, 229);
this.materialLabel5.MouseState = MaterialSkin.MouseState.HOVER;
this.materialLabel5.Name = "materialLabel5";
this.materialLabel5.Size = new System.Drawing.Size(77, 18);
this.materialLabel5.TabIndex = 8;
this.materialLabel5.Text = "최고가 대비";
//
// materialLabel4
//
this.materialLabel4.AutoSize = true;
this.materialLabel4.Depth = 0;
this.materialLabel4.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.materialLabel4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.materialLabel4.Location = new System.Drawing.Point(25, 144);
this.materialLabel4.MouseState = MaterialSkin.MouseState.HOVER;
this.materialLabel4.Name = "materialLabel4";
this.materialLabel4.Size = new System.Drawing.Size(64, 18);
this.materialLabel4.TabIndex = 7;
this.materialLabel4.Text = "조건 횟수";
//
// materialLabel3
//
this.materialLabel3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.materialLabel3.AutoSize = true;
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, 614);
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 : 2018.12.26.00";
//
// materialLabel2
//
this.materialLabel2.AutoSize = true;
this.materialLabel2.Depth = 0;
this.materialLabel2.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.materialLabel2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.materialLabel2.Location = new System.Drawing.Point(152, 148);
this.materialLabel2.MouseState = MaterialSkin.MouseState.HOVER;
this.materialLabel2.Name = "materialLabel2";
this.materialLabel2.Size = new System.Drawing.Size(21, 18);
this.materialLabel2.TabIndex = 5;
this.materialLabel2.Text = "회";
//
// tbBidCount
//
this.tbBidCount.Depth = 0;
this.tbBidCount.Hint = "";
this.tbBidCount.Location = new System.Drawing.Point(116, 144);
this.tbBidCount.MouseState = MaterialSkin.MouseState.HOVER;
this.tbBidCount.Name = "tbBidCount";
this.tbBidCount.PasswordChar = '\0';
this.tbBidCount.SelectedText = "";
this.tbBidCount.SelectionLength = 0;
this.tbBidCount.SelectionStart = 0;
this.tbBidCount.Size = new System.Drawing.Size(30, 23);
this.tbBidCount.TabIndex = 4;
this.tbBidCount.Text = "5";
this.tbBidCount.UseSystemPasswordChar = false;
//
// materialLabel1
//
this.materialLabel1.AutoSize = true;
this.materialLabel1.Depth = 0;
this.materialLabel1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.materialLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.materialLabel1.Location = new System.Drawing.Point(25, 29);
this.materialLabel1.MouseState = MaterialSkin.MouseState.HOVER;
this.materialLabel1.Name = "materialLabel1";
this.materialLabel1.Size = new System.Drawing.Size(62, 18);
this.materialLabel1.TabIndex = 3;
this.materialLabel1.Text = "Account";
//
// btApply
//
this.btApply.AutoSize = true;
this.btApply.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.btApply.Depth = 0;
this.btApply.Location = new System.Drawing.Point(844, 483);
this.btApply.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
this.btApply.MinimumSize = new System.Drawing.Size(120, 36);
this.btApply.MouseState = MaterialSkin.MouseState.HOVER;
this.btApply.Name = "btApply";
this.btApply.Primary = false;
this.btApply.Size = new System.Drawing.Size(120, 36);
this.btApply.TabIndex = 2;
this.btApply.Text = "적용하기";
this.btApply.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.btApply.UseVisualStyleBackColor = true;
this.btApply.Click += new System.EventHandler(this.btApply_Click);
//
// tbSubAccount
//
this.tbSubAccount.Depth = 0;
this.tbSubAccount.Hint = "";
this.tbSubAccount.Location = new System.Drawing.Point(154, 62);
this.tbSubAccount.MouseState = MaterialSkin.MouseState.HOVER;
this.tbSubAccount.Name = "tbSubAccount";
this.tbSubAccount.PasswordChar = '\0';
this.tbSubAccount.SelectedText = "";
this.tbSubAccount.SelectionLength = 0;
this.tbSubAccount.SelectionStart = 0;
this.tbSubAccount.Size = new System.Drawing.Size(25, 23);
this.tbSubAccount.TabIndex = 1;
this.tbSubAccount.Text = "10";
this.tbSubAccount.UseSystemPasswordChar = false;
//
// cbAccount
//
this.cbAccount.FormattingEnabled = true;
this.cbAccount.Location = new System.Drawing.Point(25, 62);
this.cbAccount.Name = "cbAccount";
this.cbAccount.Size = new System.Drawing.Size(121, 20);
this.cbAccount.TabIndex = 0;
//
// tabPage4
//
this.tabPage4.Controls.Add(this.chSMHalfTrailing);
this.tabPage4.Controls.Add(this.tbSMSlowDownCnt);
this.tabPage4.Controls.Add(this.tbSMFastDownCnt);
this.tabPage4.Controls.Add(this.cbSMMethod);
this.tabPage4.Controls.Add(this.tbSMListSize);
this.tabPage4.Controls.Add(this.tbSMSlowUpCnt);
this.tabPage4.Controls.Add(this.tbSMTimeDiffLimit);
this.tabPage4.Controls.Add(this.tbSMIgnorePrice);
this.tabPage4.Controls.Add(this.tbSMTimeSub);
this.tabPage4.Controls.Add(this.tbSMSlowSD);
this.tabPage4.Controls.Add(this.tbSMFastUpCnt);
this.tabPage4.Controls.Add(this.tbSMFastSD);
this.tabPage4.Controls.Add(this.tbSimulationLog);
this.tabPage4.Controls.Add(this.btSimulate);
this.tabPage4.Controls.Add(this.btLoad);
this.tabPage4.Location = new System.Drawing.Point(4, 22);
this.tabPage4.Name = "tabPage4";
this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
this.tabPage4.Size = new System.Drawing.Size(1133, 636);
this.tabPage4.TabIndex = 2;
this.tabPage4.Text = "Simulation";
this.tabPage4.UseVisualStyleBackColor = true;
//
// chSMHalfTrailing
//
this.chSMHalfTrailing.AutoSize = true;
this.chSMHalfTrailing.Depth = 0;
this.chSMHalfTrailing.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
this.chSMHalfTrailing.Location = new System.Drawing.Point(516, 116);
this.chSMHalfTrailing.Margin = new System.Windows.Forms.Padding(0);
this.chSMHalfTrailing.MouseLocation = new System.Drawing.Point(-1, -1);
this.chSMHalfTrailing.MouseState = MaterialSkin.MouseState.HOVER;
this.chSMHalfTrailing.Name = "chSMHalfTrailing";
this.chSMHalfTrailing.Ripple = true;
this.chSMHalfTrailing.Size = new System.Drawing.Size(100, 30);
this.chSMHalfTrailing.TabIndex = 10;
this.chSMHalfTrailing.Text = "half trailing";
this.chSMHalfTrailing.UseVisualStyleBackColor = true;
//
// tbSMSlowDownCnt
//
this.tbSMSlowDownCnt.Location = new System.Drawing.Point(417, 74);
this.tbSMSlowDownCnt.Name = "tbSMSlowDownCnt";
this.tbSMSlowDownCnt.Size = new System.Drawing.Size(36, 21);
this.tbSMSlowDownCnt.TabIndex = 8;
this.tbSMSlowDownCnt.Text = "0.4";
//
// tbSMFastDownCnt
//
this.tbSMFastDownCnt.Location = new System.Drawing.Point(417, 47);
this.tbSMFastDownCnt.Name = "tbSMFastDownCnt";
this.tbSMFastDownCnt.Size = new System.Drawing.Size(36, 21);
this.tbSMFastDownCnt.TabIndex = 6;
this.tbSMFastDownCnt.Text = "0.05";
//
// cbSMMethod
//
this.cbSMMethod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbSMMethod.FormattingEnabled = true;
this.cbSMMethod.Items.AddRange(new object[] {
"평균 비교",
"마지막 비교",
"호가 비교"});
this.cbSMMethod.Location = new System.Drawing.Point(477, 24);
this.cbSMMethod.Name = "cbSMMethod";
this.cbSMMethod.Size = new System.Drawing.Size(121, 20);
this.cbSMMethod.TabIndex = 9;
//
// tbSMListSize
//
this.tbSMListSize.Location = new System.Drawing.Point(333, 20);
this.tbSMListSize.Name = "tbSMListSize";
this.tbSMListSize.Size = new System.Drawing.Size(36, 21);
this.tbSMListSize.TabIndex = 3;
this.tbSMListSize.Text = "20";
//
// tbSMSlowUpCnt
//
this.tbSMSlowUpCnt.Location = new System.Drawing.Point(375, 74);
this.tbSMSlowUpCnt.Name = "tbSMSlowUpCnt";
this.tbSMSlowUpCnt.Size = new System.Drawing.Size(36, 21);
this.tbSMSlowUpCnt.TabIndex = 7;
this.tbSMSlowUpCnt.Text = "0.4";
//
// tbSMTimeDiffLimit
//
this.tbSMTimeDiffLimit.Location = new System.Drawing.Point(375, 101);
this.tbSMTimeDiffLimit.Name = "tbSMTimeDiffLimit";
this.tbSMTimeDiffLimit.Size = new System.Drawing.Size(36, 21);
this.tbSMTimeDiffLimit.TabIndex = 6;
this.tbSMTimeDiffLimit.Text = "5";
//
// 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";
//
// tbSMTimeSub
//
this.tbSMTimeSub.Location = new System.Drawing.Point(333, 101);
this.tbSMTimeSub.Name = "tbSMTimeSub";
this.tbSMTimeSub.Size = new System.Drawing.Size(36, 21);
this.tbSMTimeSub.TabIndex = 6;
this.tbSMTimeSub.Text = "0.02";
//
// tbSMSlowSD
//
this.tbSMSlowSD.Location = new System.Drawing.Point(333, 74);
this.tbSMSlowSD.Name = "tbSMSlowSD";
this.tbSMSlowSD.Size = new System.Drawing.Size(36, 21);
this.tbSMSlowSD.TabIndex = 6;
this.tbSMSlowSD.Text = "0.2";
//
// tbSMFastUpCnt
//
this.tbSMFastUpCnt.Location = new System.Drawing.Point(375, 47);
this.tbSMFastUpCnt.Name = "tbSMFastUpCnt";
this.tbSMFastUpCnt.Size = new System.Drawing.Size(36, 21);
this.tbSMFastUpCnt.TabIndex = 5;
this.tbSMFastUpCnt.Text = "0.05";
//
// tbSMFastSD
//
this.tbSMFastSD.Location = new System.Drawing.Point(333, 47);
this.tbSMFastSD.Name = "tbSMFastSD";
this.tbSMFastSD.Size = new System.Drawing.Size(36, 21);
this.tbSMFastSD.TabIndex = 4;
this.tbSMFastSD.Text = "0.75";
//
// tbSimulationLog
//
this.tbSimulationLog.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tbSimulationLog.HideSelection = false;
this.tbSimulationLog.Location = new System.Drawing.Point(0, 204);
this.tbSimulationLog.Name = "tbSimulationLog";
this.tbSimulationLog.Size = new System.Drawing.Size(1133, 432);
this.tbSimulationLog.TabIndex = 2;
this.tbSimulationLog.Text = "";
//
// btSimulate
//
this.btSimulate.AutoSize = true;
this.btSimulate.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.btSimulate.Depth = 0;
this.btSimulate.Location = new System.Drawing.Point(44, 95);
this.btSimulate.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
this.btSimulate.MouseState = MaterialSkin.MouseState.HOVER;
this.btSimulate.Name = "btSimulate";
this.btSimulate.Primary = false;
this.btSimulate.Size = new System.Drawing.Size(139, 36);
this.btSimulate.TabIndex = 1;
this.btSimulate.Text = "simulation start";
this.btSimulate.UseVisualStyleBackColor = true;
this.btSimulate.Click += new System.EventHandler(this.btSimulate_Click);
//
// btLoad
//
this.btLoad.AutoSize = true;
this.btLoad.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.btLoad.Depth = 0;
this.btLoad.Location = new System.Drawing.Point(44, 47);
this.btLoad.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
this.btLoad.MouseState = MaterialSkin.MouseState.HOVER;
this.btLoad.Name = "btLoad";
this.btLoad.Primary = false;
this.btLoad.Size = new System.Drawing.Size(86, 36);
this.btLoad.TabIndex = 0;
this.btLoad.Text = "Load data";
this.btLoad.UseVisualStyleBackColor = true;
this.btLoad.Click += new System.EventHandler(this.btLoad_Click);
//
// lvItems
//
this.lvItems.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.chCode,
this.chCodeName,
this.chCurPrice,
this.chCount,
this.chBookValue,
this.chCapitalGains,
this.chAssessedValue,
this.chValuation,
this.chYield,
this.chMaxPrice,
this.chCheckCountLimit,
this.chCheckCount});
this.lvItems.Dock = System.Windows.Forms.DockStyle.Fill;
this.lvItems.FullRowSelect = true;
this.lvItems.GridLines = true;
this.lvItems.Location = new System.Drawing.Point(0, 0);
this.lvItems.Name = "lvItems";
this.lvItems.Size = new System.Drawing.Size(859, 273);
this.lvItems.TabIndex = 0;
this.lvItems.UseCompatibleStateImageBehavior = false;
this.lvItems.View = System.Windows.Forms.View.Details;
this.lvItems.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.lvItems_ColumnClick);
this.lvItems.SelectedIndexChanged += new System.EventHandler(this.lvList_SelectedIndexChanged);
//
// chCode
//
this.chCode.Text = "코드";
this.chCode.Width = 77;
//
// chCodeName
//
this.chCodeName.Text = "종목명";
this.chCodeName.Width = 86;
//
// chCurPrice
//
this.chCurPrice.Text = "현재가";
this.chCurPrice.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.chCurPrice.Width = 71;
//
// chCount
//
this.chCount.Text = "잔고수량";
this.chCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// chBookValue
//
this.chBookValue.Text = "장부가";
this.chBookValue.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.chBookValue.Width = 72;
//
// chCapitalGains
//
this.chCapitalGains.Text = "손익단가";
this.chCapitalGains.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.chCapitalGains.Width = 73;
//
// chAssessedValue
//
this.chAssessedValue.Text = "평가금액";
this.chAssessedValue.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.chAssessedValue.Width = 76;
//
// chValuation
//
this.chValuation.Text = "평가손익";
this.chValuation.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.chValuation.Width = 79;
//
// chYield
//
this.chYield.Text = "수익률";
this.chYield.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.chYield.Width = 79;
//
// chMaxPrice
//
this.chMaxPrice.Text = "최고가";
this.chMaxPrice.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// chCheckCountLimit
//
this.chCheckCountLimit.Text = "조건제한";
this.chCheckCountLimit.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// chCheckCount
//
this.chCheckCount.Text = "조건횟수";
this.chCheckCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// lvNCItem
//
this.lvNCItem.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.chNCOrderNo,
this.chNCOrgOrderNo,
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(772, 138);
this.lvNCItem.TabIndex = 1;
this.lvNCItem.UseCompatibleStateImageBehavior = false;
this.lvNCItem.View = System.Windows.Forms.View.Details;
this.lvNCItem.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.lvNCItem_ColumnClick);
//
// chNCOrderNo
//
this.chNCOrderNo.Text = "주문번호";
//
// chNCOrgOrderNo
//
this.chNCOrgOrderNo.Text = "원주문번호";
this.chNCOrgOrderNo.Width = 91;
//
// chNCCode
//
this.chNCCode.Text = "코드";
this.chNCCode.Width = 77;
//
// chNCCodeName
//
this.chNCCodeName.Text = "종목명";
this.chNCCodeName.Width = 101;
//
// chNCType
//
this.chNCType.Text = "매매구분";
this.chNCType.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.chNCType.Width = 106;
//
// 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[] {
this.columnHeader1,
this.chAskCount,
this.chCallPrice,
this.chBidCount});
this.lvCurPrice.Dock = System.Windows.Forms.DockStyle.Fill;
this.lvCurPrice.FullRowSelect = true;
this.lvCurPrice.GridLines = true;
this.lvCurPrice.Location = new System.Drawing.Point(0, 0);
this.lvCurPrice.Name = "lvCurPrice";
this.lvCurPrice.Size = new System.Drawing.Size(264, 598);
this.lvCurPrice.TabIndex = 0;
this.lvCurPrice.UseCompatibleStateImageBehavior = false;
this.lvCurPrice.View = System.Windows.Forms.View.Details;
//
// columnHeader1
//
this.columnHeader1.Width = 10;
//
// chAskCount
//
this.chAskCount.Text = "매도잔량";
this.chAskCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.chAskCount.Width = 75;
//
// chCallPrice
//
this.chCallPrice.Text = "호가";
this.chCallPrice.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// chBidCount
//
this.chBidCount.Text = "매수잔량";
this.chBidCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.chBidCount.Width = 75;
//
// AutoSeller
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1147, 780);
this.Controls.Add(this.materialTabSelector1);
this.Controls.Add(this.materialTabControl1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "AutoSeller";
this.Text = "AutoSeller";
this.materialTabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage1.PerformLayout();
this.splitContainer2.Panel1.ResumeLayout(false);
this.splitContainer2.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
this.splitContainer2.ResumeLayout(false);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.splitContainer3.Panel1.ResumeLayout(false);
this.splitContainer3.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
this.splitContainer3.ResumeLayout(false);
this.splitContainer4.Panel1.ResumeLayout(false);
this.splitContainer4.Panel2.ResumeLayout(false);
this.splitContainer4.Panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).EndInit();
this.splitContainer4.ResumeLayout(false);
this.tabPage2.ResumeLayout(false);
this.tabPage3.ResumeLayout(false);
this.tabPage3.PerformLayout();
this.tabPage4.ResumeLayout(false);
this.tabPage4.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private MaterialSkin.Controls.MaterialTabSelector materialTabSelector1;
private MaterialSkin.Controls.MaterialTabControl materialTabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.TabPage tabPage3;
private System.Windows.Forms.TabPage tabPage4;
private System.Windows.Forms.SplitContainer splitContainer1;
private ListViewNF lvItems;
private System.Windows.Forms.ColumnHeader chCodeName;
private System.Windows.Forms.ColumnHeader chCurPrice;
private System.Windows.Forms.ColumnHeader chBookValue;
private System.Windows.Forms.ColumnHeader chCount;
private System.Windows.Forms.ColumnHeader chCapitalGains;
private System.Windows.Forms.ColumnHeader chAssessedValue;
private System.Windows.Forms.ColumnHeader chValuation;
private System.Windows.Forms.ColumnHeader chYield;
private System.Windows.Forms.RichTextBox tbLog;
private System.Windows.Forms.SplitContainer splitContainer2;
private ListViewNF lvCurPrice;
private System.Windows.Forms.ColumnHeader chAskCount;
private System.Windows.Forms.ColumnHeader chCallPrice;
private System.Windows.Forms.ColumnHeader chBidCount;
private MaterialSkin.Controls.MaterialRaisedButton btCybos;
private MaterialSkin.Controls.MaterialRaisedButton btUpdate;
private System.Windows.Forms.ColumnHeader chCode;
private System.Windows.Forms.ColumnHeader columnHeader1;
private MaterialSkin.Controls.MaterialFlatButton btApply;
private MaterialSkin.Controls.MaterialSingleLineTextField tbSubAccount;
private System.Windows.Forms.ComboBox cbAccount;
private MaterialSkin.Controls.MaterialLabel materialLabel1;
private MaterialSkin.Controls.MaterialLabel materialLabel2;
private MaterialSkin.Controls.MaterialSingleLineTextField tbBidCount;
private MaterialSkin.Controls.MaterialRaisedButton btSell;
private System.Windows.Forms.ColumnHeader chMaxPrice;
private System.Windows.Forms.ColumnHeader chCheckCount;
private MaterialSkin.Controls.MaterialLabel materialLabel3;
private MaterialSkin.Controls.MaterialLabel materialLabel7;
private MaterialSkin.Controls.MaterialSingleLineTextField tbTrailingCnt;
private MaterialSkin.Controls.MaterialLabel materialLabel6;
private MaterialSkin.Controls.MaterialSingleLineTextField tbTrailingP;
private MaterialSkin.Controls.MaterialLabel materialLabel5;
private MaterialSkin.Controls.MaterialLabel materialLabel4;
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;
public System.Windows.Forms.TextBox tbSMSlowSD;
public System.Windows.Forms.TextBox tbSMFastUpCnt;
public System.Windows.Forms.TextBox tbSMFastSD;
public System.Windows.Forms.TextBox tbSMSlowUpCnt;
public System.Windows.Forms.TextBox tbSMListSize;
public System.Windows.Forms.ComboBox cbSMMethod;
public System.Windows.Forms.TextBox tbSMSlowDownCnt;
public System.Windows.Forms.TextBox tbSMFastDownCnt;
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;
private System.Windows.Forms.ColumnHeader chNCOrgOrderNo;
public MaterialSkin.Controls.MaterialCheckBox chSMHalfTrailing;
private System.Windows.Forms.ColumnHeader chNCOrderNo;
private MaterialSkin.Controls.MaterialCheckBox cbMockTrading;
private MaterialSkin.Controls.MaterialLabel lbSBCnt;
private MaterialSkin.Controls.MaterialLabel lbRQCnt;
private MaterialSkin.Controls.MaterialLabel lbTRCnt;
private MaterialSkin.Controls.MaterialRaisedButton btClearAll;
private System.Windows.Forms.SplitContainer splitContainer4;
private MaterialSkin.Controls.MaterialRaisedButton btUpdateNC;
private System.Windows.Forms.ListView lvConclusion;
private System.Windows.Forms.ColumnHeader columnHeader2;
private System.Windows.Forms.ColumnHeader columnHeader3;
private System.Windows.Forms.ColumnHeader columnHeader4;
private System.Windows.Forms.ColumnHeader columnHeader5;
private MaterialSkin.Controls.MaterialRaisedButton btUpdateConclusion;
private System.Windows.Forms.ColumnHeader columnHeader6;
private System.Windows.Forms.ColumnHeader columnHeader7;
private System.Windows.Forms.ColumnHeader columnHeader8;
private System.Windows.Forms.ColumnHeader columnHeader9;
private System.Windows.Forms.ColumnHeader columnHeader10;
private MaterialSkin.Controls.MaterialRaisedButton btClearBeforeClosing;
private MaterialSkin.Controls.MaterialRaisedButton btCancel;
private MaterialSkin.Controls.MaterialLabel materialLabel19;
private MaterialSkin.Controls.MaterialSingleLineTextField tbAutoCancelDelay;
private MaterialSkin.Controls.MaterialCheckBox cbAutoCancel;
}
}