namespace AutoSeller { 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.materialContextMenuStrip1 = new MaterialSkin.Controls.MaterialContextMenuStrip(); this.materialTabSelector1 = new MaterialSkin.Controls.MaterialTabSelector(); this.materialTabControl1 = new MaterialSkin.Controls.MaterialTabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.lvList = new System.Windows.Forms.ListView(); this.chCodeName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.chCurPrice = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.chBookValue = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.chCount = ((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.Yield = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.tbLog = new System.Windows.Forms.TextBox(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.materialLabel2 = new MaterialSkin.Controls.MaterialLabel(); this.splitContainer2 = new System.Windows.Forms.SplitContainer(); this.lvCurPrice = new System.Windows.Forms.ListView(); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.materialTabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.tabPage2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit(); this.splitContainer2.Panel1.SuspendLayout(); this.splitContainer2.Panel2.SuspendLayout(); this.splitContainer2.SuspendLayout(); this.SuspendLayout(); // // materialContextMenuStrip1 // this.materialContextMenuStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.materialContextMenuStrip1.Depth = 0; this.materialContextMenuStrip1.MouseState = MaterialSkin.MouseState.HOVER; this.materialContextMenuStrip1.Name = "materialContextMenuStrip1"; this.materialContextMenuStrip1.Size = new System.Drawing.Size(61, 4); // // 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(1003, 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, 116); this.materialTabControl1.MouseState = MaterialSkin.MouseState.HOVER; this.materialTabControl1.Name = "materialTabControl1"; this.materialTabControl1.SelectedIndex = 0; this.materialTabControl1.Size = new System.Drawing.Size(997, 571); this.materialTabControl1.TabIndex = 2; // // tabPage1 // this.tabPage1.Controls.Add(this.splitContainer2); 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(989, 545); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "Items"; this.tabPage1.UseVisualStyleBackColor = true; // // 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.lvList); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.tbLog); this.splitContainer1.Size = new System.Drawing.Size(738, 539); this.splitContainer1.SplitterDistance = 375; this.splitContainer1.TabIndex = 1; // // lvList // this.lvList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.chCodeName, this.chCurPrice, this.chBookValue, this.chCount, this.chCapitalGains, this.chAssessedValue, this.chValuation, this.Yield}); this.lvList.Dock = System.Windows.Forms.DockStyle.Fill; this.lvList.Location = new System.Drawing.Point(0, 0); this.lvList.Name = "lvList"; this.lvList.Size = new System.Drawing.Size(738, 375); this.lvList.TabIndex = 0; this.lvList.UseCompatibleStateImageBehavior = false; this.lvList.View = System.Windows.Forms.View.Details; // // chCodeName // this.chCodeName.Text = "종목명"; // // chCurPrice // this.chCurPrice.Text = "현재가"; // // chBookValue // this.chBookValue.Text = "장부가"; // // chCount // this.chCount.Text = "잔고수량"; // // chCapitalGains // this.chCapitalGains.Text = "손익단가"; // // chAssessedValue // this.chAssessedValue.Text = "평가금액"; // // chValuation // this.chValuation.Text = "평가손익"; // // Yield // this.Yield.Text = "수익률"; // // tbLog // this.tbLog.Dock = System.Windows.Forms.DockStyle.Fill; this.tbLog.Location = new System.Drawing.Point(0, 0); this.tbLog.Multiline = true; this.tbLog.Name = "tbLog"; this.tbLog.Size = new System.Drawing.Size(738, 160); this.tbLog.TabIndex = 0; // // tabPage2 // this.tabPage2.Controls.Add(this.materialLabel2); 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(776, 545); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "Preference"; this.tabPage2.UseVisualStyleBackColor = true; // // materialLabel2 // this.materialLabel2.AutoSize = true; this.materialLabel2.Depth = 0; this.materialLabel2.Font = new System.Drawing.Font("Roboto", 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(339, 156); this.materialLabel2.MouseState = MaterialSkin.MouseState.HOVER; this.materialLabel2.Name = "materialLabel2"; this.materialLabel2.Size = new System.Drawing.Size(108, 19); this.materialLabel2.TabIndex = 0; this.materialLabel2.Text = "materialLabel2"; // // splitContainer2 // this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer2.IsSplitterFixed = true; this.splitContainer2.Location = new System.Drawing.Point(3, 3); 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(983, 539); this.splitContainer2.SplitterDistance = 738; this.splitContainer2.TabIndex = 2; this.splitContainer2.SizeChanged += new System.EventHandler(this.splitContainer2_SizeChanged); // // lvCurPrice // this.lvCurPrice.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader1, this.columnHeader2, this.columnHeader3}); this.lvCurPrice.Dock = System.Windows.Forms.DockStyle.Fill; this.lvCurPrice.Location = new System.Drawing.Point(0, 0); this.lvCurPrice.Name = "lvCurPrice"; this.lvCurPrice.Size = new System.Drawing.Size(241, 539); this.lvCurPrice.TabIndex = 0; this.lvCurPrice.UseCompatibleStateImageBehavior = false; this.lvCurPrice.View = System.Windows.Forms.View.Details; // // columnHeader1 // this.columnHeader1.Text = "매도잔량"; this.columnHeader1.Width = 96; // // columnHeader2 // this.columnHeader2.Text = "호가"; this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // columnHeader3 // this.columnHeader3.Text = "매수잔량"; this.columnHeader3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.columnHeader3.Width = 81; // // Material // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1003, 690); this.Controls.Add(this.materialTabSelector1); this.Controls.Add(this.materialTabControl1); this.Name = "Material"; this.Text = "Material"; this.materialTabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); this.splitContainer1.Panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.tabPage2.ResumeLayout(false); this.tabPage2.PerformLayout(); this.splitContainer2.Panel1.ResumeLayout(false); this.splitContainer2.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit(); this.splitContainer2.ResumeLayout(false); this.ResumeLayout(false); } #endregion private MaterialSkin.Controls.MaterialContextMenuStrip materialContextMenuStrip1; private MaterialSkin.Controls.MaterialTabSelector materialTabSelector1; private MaterialSkin.Controls.MaterialTabControl materialTabControl1; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.TabPage tabPage2; private MaterialSkin.Controls.MaterialLabel materialLabel2; private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.ListView lvList; 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 Yield; private System.Windows.Forms.TextBox tbLog; private System.Windows.Forms.SplitContainer splitContainer2; private System.Windows.Forms.ListView lvCurPrice; private System.Windows.Forms.ColumnHeader columnHeader1; private System.Windows.Forms.ColumnHeader columnHeader2; private System.Windows.Forms.ColumnHeader columnHeader3; } }