namespace AutoSellerNS { partial class AutoSeller { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if(disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.materialTabSelector1 = new MaterialSkin.Controls.MaterialTabSelector(); this.materialTabControl1 = new MaterialSkin.Controls.MaterialTabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.splitContainer2 = new System.Windows.Forms.SplitContainer(); this.btUpdate = new MaterialSkin.Controls.MaterialRaisedButton(); this.btCybos = new MaterialSkin.Controls.MaterialRaisedButton(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.cbAccount = new System.Windows.Forms.ComboBox(); this.tbSubAccount = new MaterialSkin.Controls.MaterialSingleLineTextField(); this.btApply = new MaterialSkin.Controls.MaterialFlatButton(); this.materialLabel1 = new MaterialSkin.Controls.MaterialLabel(); this.tbBidCount = new MaterialSkin.Controls.MaterialSingleLineTextField(); this.materialLabel2 = new MaterialSkin.Controls.MaterialLabel(); this.btSell = new MaterialSkin.Controls.MaterialRaisedButton(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.tbLog = new System.Windows.Forms.RichTextBox(); 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.chCheckCount = ((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.materialLabel3 = new MaterialSkin.Controls.MaterialLabel(); this.materialTabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit(); this.splitContainer2.Panel1.SuspendLayout(); this.splitContainer2.Panel2.SuspendLayout(); this.splitContainer2.SuspendLayout(); this.tabPage2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.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(1074, 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.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(1068, 572); this.materialTabControl1.TabIndex = 2; // // tabPage1 // 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(1060, 546); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "Items"; this.tabPage1.UseVisualStyleBackColor = true; // // 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(1054, 508); this.splitContainer2.SplitterDistance = 804; this.splitContainer2.TabIndex = 2; this.splitContainer2.SizeChanged += new System.EventHandler(this.splitContainer2_SizeChanged); // // 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.BackColor = System.Drawing.Color.White; this.tabPage2.Controls.Add(this.materialLabel3); this.tabPage2.Controls.Add(this.materialLabel2); this.tabPage2.Controls.Add(this.tbBidCount); this.tabPage2.Controls.Add(this.materialLabel1); this.tabPage2.Controls.Add(this.btApply); this.tabPage2.Controls.Add(this.tbSubAccount); this.tabPage2.Controls.Add(this.cbAccount); 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.TabIndex = 1; this.tabPage2.Text = "Preference"; // // 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; // // 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; // // 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); // // 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"; // // 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; // // 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 = "회"; // // 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); // // 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.lvItems); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.tbLog); this.splitContainer1.Size = new System.Drawing.Size(804, 508); this.splitContainer1.SplitterDistance = 353; this.splitContainer1.TabIndex = 1; // // 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(804, 151); this.tbLog.TabIndex = 0; this.tbLog.Text = ""; // // 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.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(804, 353); this.lvItems.TabIndex = 0; this.lvItems.UseCompatibleStateImageBehavior = false; this.lvItems.View = System.Windows.Forms.View.Details; 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; // // chCheckCount // this.chCheckCount.Text = "조건횟수"; this.chCheckCount.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(246, 508); 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; // // materialLabel3 // this.materialLabel3.AutoSize = true; this.materialLabel3.Depth = 0; this.materialLabel3.Font = new System.Drawing.Font("Roboto", 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.MouseState = MaterialSkin.MouseState.HOVER; this.materialLabel3.Name = "materialLabel3"; this.materialLabel3.Size = new System.Drawing.Size(165, 19); this.materialLabel3.TabIndex = 6; this.materialLabel3.Text = "Version : 2017.01.26.14"; // // AutoSeller // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1074, 690); this.Controls.Add(this.materialTabSelector1); this.Controls.Add(this.materialTabControl1); 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.tabPage2.ResumeLayout(false); this.tabPage2.PerformLayout(); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); 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.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; } }