namespace VICrawlerNS { partial class VICrawler { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(VICrawler)); this.materialTabSelector1 = new MaterialSkin.Controls.MaterialTabSelector(); this.materialTabControl1 = new MaterialSkin.Controls.MaterialTabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.lbInfo = new MaterialSkin.Controls.MaterialLabel(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.lvItems = new VICrawlerNS.ListViewNF(); this.chSeq = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.chCBTime = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.chRecvTime = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.chCode = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.chCodeName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.chEvent = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.chDesc = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.chStartPrice = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.chLowPrice = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.chLowP = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.chHighPrice = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.chHighP = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.tbLog = new System.Windows.Forms.RichTextBox(); this.btCybos = new MaterialSkin.Controls.MaterialRaisedButton(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.tbSubAccount = new MaterialSkin.Controls.MaterialSingleLineTextField(); this.cbAccount = new System.Windows.Forms.ComboBox(); this.materialLabel4 = new MaterialSkin.Controls.MaterialLabel(); this.materialLabel2 = new MaterialSkin.Controls.MaterialLabel(); this.btApply = new MaterialSkin.Controls.MaterialFlatButton(); this.tbCheckTime = new MaterialSkin.Controls.MaterialSingleLineTextField(); this.materialLabel1 = new MaterialSkin.Controls.MaterialLabel(); this.materialLabel3 = new MaterialSkin.Controls.MaterialLabel(); this.materialFlatButton1 = new MaterialSkin.Controls.MaterialFlatButton(); 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(); 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.materialFlatButton1); this.tabPage1.Controls.Add(this.lbInfo); this.tabPage1.Controls.Add(this.splitContainer1); 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; // // lbInfo // this.lbInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.lbInfo.AutoSize = true; this.lbInfo.Depth = 0; this.lbInfo.Font = new System.Drawing.Font("Roboto", 11F); this.lbInfo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.lbInfo.Location = new System.Drawing.Point(827, 6); this.lbInfo.MouseState = MaterialSkin.MouseState.HOVER; this.lbInfo.Name = "lbInfo"; this.lbInfo.Size = new System.Drawing.Size(227, 19); this.lbInfo.TabIndex = 4; this.lbInfo.Text = "00 | 000 | yyyy-MM-dd HH:mm:ss"; // // splitContainer1 // this.splitContainer1.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.splitContainer1.Location = new System.Drawing.Point(0, 35); 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(1060, 511); this.splitContainer1.SplitterDistance = 355; this.splitContainer1.TabIndex = 1; // // lvItems // this.lvItems.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.chSeq, this.chCBTime, this.chRecvTime, this.chCode, this.chCodeName, this.chEvent, this.chDesc, this.chStartPrice, this.chLowPrice, this.chLowP, this.chHighPrice, this.chHighP}); 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(1060, 355); 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); // // chSeq // this.chSeq.Text = "Seq."; this.chSeq.Width = 39; // // chCBTime // this.chCBTime.Text = "시간"; this.chCBTime.Width = 59; // // chRecvTime // this.chRecvTime.Text = "받은 시간"; this.chRecvTime.Width = 80; // // chCode // this.chCode.Text = "코드"; this.chCode.Width = 73; // // chCodeName // this.chCodeName.Text = "종목명"; this.chCodeName.Width = 102; // // chEvent // this.chEvent.Text = "코드"; this.chEvent.Width = 53; // // chDesc // this.chDesc.Text = "신호"; this.chDesc.Width = 314; // // chStartPrice // this.chStartPrice.Text = "시가"; this.chStartPrice.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.chStartPrice.Width = 71; // // chLowPrice // this.chLowPrice.Text = "저가"; this.chLowPrice.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // chLowP // this.chLowP.Text = "대비"; this.chLowP.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // chHighPrice // this.chHighPrice.Text = "고가"; this.chHighPrice.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // chHighP // this.chHighP.Text = "대비"; this.chHighP.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // 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(1060, 152); this.tbLog.TabIndex = 0; this.tbLog.Text = ""; // // 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.tbSubAccount); this.tabPage2.Controls.Add(this.cbAccount); this.tabPage2.Controls.Add(this.materialLabel4); this.tabPage2.Controls.Add(this.materialLabel2); this.tabPage2.Controls.Add(this.btApply); this.tabPage2.Controls.Add(this.tbCheckTime); this.tabPage2.Controls.Add(this.materialLabel1); this.tabPage2.Controls.Add(this.materialLabel3); 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"; // // tbSubAccount // this.tbSubAccount.Depth = 0; this.tbSubAccount.Hint = ""; this.tbSubAccount.Location = new System.Drawing.Point(211, 45); 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(32, 23); this.tbSubAccount.TabIndex = 13; this.tbSubAccount.UseSystemPasswordChar = false; // // cbAccount // this.cbAccount.FormattingEnabled = true; this.cbAccount.Location = new System.Drawing.Point(84, 45); this.cbAccount.Name = "cbAccount"; this.cbAccount.Size = new System.Drawing.Size(121, 20); this.cbAccount.TabIndex = 12; // // materialLabel4 // this.materialLabel4.AutoSize = true; this.materialLabel4.Depth = 0; this.materialLabel4.Font = new System.Drawing.Font("Roboto", 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(5, 45); this.materialLabel4.MouseState = MaterialSkin.MouseState.HOVER; this.materialLabel4.Name = "materialLabel4"; this.materialLabel4.Size = new System.Drawing.Size(73, 19); this.materialLabel4.TabIndex = 11; this.materialLabel4.Text = "Account :"; // // 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(136, 105); this.materialLabel2.MouseState = MaterialSkin.MouseState.HOVER; this.materialLabel2.Name = "materialLabel2"; this.materialLabel2.Size = new System.Drawing.Size(38, 19); this.materialLabel2.TabIndex = 10; this.materialLabel2.Text = "min."; // // btApply // this.btApply.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btApply.AutoSize = true; this.btApply.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.btApply.Depth = 0; this.btApply.Font = new System.Drawing.Font("Malgun Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btApply.Location = new System.Drawing.Point(887, 454); this.btApply.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6); this.btApply.MinimumSize = new System.Drawing.Size(120, 0); 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 = 9; this.btApply.Text = "적용"; this.btApply.UseVisualStyleBackColor = true; this.btApply.Click += new System.EventHandler(this.btApply_Click); // // tbCheckTime // this.tbCheckTime.Depth = 0; this.tbCheckTime.Hint = ""; this.tbCheckTime.Location = new System.Drawing.Point(109, 105); this.tbCheckTime.MouseState = MaterialSkin.MouseState.HOVER; this.tbCheckTime.Name = "tbCheckTime"; this.tbCheckTime.PasswordChar = '\0'; this.tbCheckTime.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.tbCheckTime.SelectedText = ""; this.tbCheckTime.SelectionLength = 0; this.tbCheckTime.SelectionStart = 0; this.tbCheckTime.Size = new System.Drawing.Size(21, 23); this.tbCheckTime.TabIndex = 8; this.tbCheckTime.Text = "5"; this.tbCheckTime.UseSystemPasswordChar = false; // // materialLabel1 // this.materialLabel1.AutoSize = true; this.materialLabel1.Depth = 0; this.materialLabel1.Font = new System.Drawing.Font("Roboto", 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(6, 105); this.materialLabel1.MouseState = MaterialSkin.MouseState.HOVER; this.materialLabel1.Name = "materialLabel1"; this.materialLabel1.Size = new System.Drawing.Size(97, 19); this.materialLabel1.TabIndex = 7; this.materialLabel1.Text = "Check Time :"; // // 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("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.02.07.09"; // // materialFlatButton1 // this.materialFlatButton1.AutoSize = true; this.materialFlatButton1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.materialFlatButton1.Depth = 0; this.materialFlatButton1.Location = new System.Drawing.Point(285, 3); this.materialFlatButton1.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6); this.materialFlatButton1.MouseState = MaterialSkin.MouseState.HOVER; this.materialFlatButton1.Name = "materialFlatButton1"; this.materialFlatButton1.Primary = false; this.materialFlatButton1.Size = new System.Drawing.Size(172, 36); this.materialFlatButton1.TabIndex = 5; this.materialFlatButton1.Text = "materialFlatButton1"; this.materialFlatButton1.UseVisualStyleBackColor = true; this.materialFlatButton1.Click += new System.EventHandler(this.materialFlatButton1_Click); // // VICrawler // 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.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "VICrawler"; this.Text = "VICrawler"; this.materialTabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage1.PerformLayout(); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.tabPage2.ResumeLayout(false); this.tabPage2.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.SplitContainer splitContainer1; private ListViewNF lvItems; private System.Windows.Forms.ColumnHeader chCodeName; private System.Windows.Forms.ColumnHeader chStartPrice; private System.Windows.Forms.RichTextBox tbLog; private MaterialSkin.Controls.MaterialRaisedButton btCybos; private System.Windows.Forms.ColumnHeader chCode; private MaterialSkin.Controls.MaterialLabel materialLabel3; private System.Windows.Forms.ColumnHeader chLowPrice; private System.Windows.Forms.ColumnHeader chLowP; private System.Windows.Forms.ColumnHeader chHighPrice; private System.Windows.Forms.ColumnHeader chHighP; private System.Windows.Forms.ColumnHeader chEvent; private System.Windows.Forms.ColumnHeader chSeq; private System.Windows.Forms.ColumnHeader chCBTime; private System.Windows.Forms.ColumnHeader chRecvTime; private MaterialSkin.Controls.MaterialLabel lbInfo; private MaterialSkin.Controls.MaterialLabel materialLabel2; private MaterialSkin.Controls.MaterialFlatButton btApply; private MaterialSkin.Controls.MaterialSingleLineTextField tbCheckTime; private MaterialSkin.Controls.MaterialLabel materialLabel1; private System.Windows.Forms.ColumnHeader chDesc; private MaterialSkin.Controls.MaterialSingleLineTextField tbSubAccount; private System.Windows.Forms.ComboBox cbAccount; private MaterialSkin.Controls.MaterialLabel materialLabel4; private MaterialSkin.Controls.MaterialFlatButton materialFlatButton1; } }