namespace UAS_MES_NEW.Make { partial class Make_ParseLog { /// /// 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.Device = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.txtPath = new System.Windows.Forms.TextBox(); this.Choose = new System.Windows.Forms.Button(); this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); this.logList = new System.Windows.Forms.ListView(); this.sn = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.time = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.fileName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.panel1 = new System.Windows.Forms.Panel(); this.onWatch = new System.Windows.Forms.Button(); this.claerBtn = new System.Windows.Forms.Button(); this.LockMakeCode = new UAS_MES_NEW.CustomControl.CustomCheckBox.LockCheckBox(); this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox(); this.allParse = new System.Windows.Forms.Button(); this.label3 = new System.Windows.Forms.Label(); this.panel2 = new System.Windows.Forms.Panel(); this.panel4 = new System.Windows.Forms.Panel(); this.lstFiles = new System.Windows.Forms.ListBox(); this.panel3 = new System.Windows.Forms.Panel(); this.openFileDialog2 = new System.Windows.Forms.OpenFileDialog(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); this.panel4.SuspendLayout(); this.panel3.SuspendLayout(); this.SuspendLayout(); // // Device // this.Device.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.Device.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Device.FormattingEnabled = true; this.Device.Items.AddRange(new object[] { "测试设备"}); this.Device.Location = new System.Drawing.Point(193, 88); this.Device.Name = "Device"; this.Device.Size = new System.Drawing.Size(328, 32); this.Device.TabIndex = 2; this.Device.SelectedIndexChanged += new System.EventHandler(this.Device_SelectedIndexChanged); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(61, 86); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(101, 30); this.label1.TabIndex = 0; this.label1.Text = "设备选择"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.Location = new System.Drawing.Point(61, 159); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(123, 30); this.label2.TabIndex = 4; this.label2.Text = "文件夹选择"; // // txtPath // this.txtPath.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtPath.Location = new System.Drawing.Point(193, 154); this.txtPath.Name = "txtPath"; this.txtPath.Size = new System.Drawing.Size(474, 39); this.txtPath.TabIndex = 3; // // Choose // this.Choose.Cursor = System.Windows.Forms.Cursors.Hand; this.Choose.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Choose.Location = new System.Drawing.Point(693, 152); this.Choose.Name = "Choose"; this.Choose.Size = new System.Drawing.Size(122, 38); this.Choose.TabIndex = 4; this.Choose.Text = "选择"; this.Choose.UseVisualStyleBackColor = true; this.Choose.Click += new System.EventHandler(this.Choose_Click); // // openFileDialog1 // this.openFileDialog1.FileName = "openFileDialog1"; this.openFileDialog1.RestoreDirectory = true; // // logList // this.logList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.sn, this.time, this.fileName}); this.logList.Dock = System.Windows.Forms.DockStyle.Fill; this.logList.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.logList.HideSelection = false; this.logList.Location = new System.Drawing.Point(0, 0); this.logList.Name = "logList"; this.logList.Size = new System.Drawing.Size(326, 530); this.logList.TabIndex = 6; this.logList.UseCompatibleStateImageBehavior = false; this.logList.View = System.Windows.Forms.View.Details; this.logList.Visible = false; // // sn // this.sn.Text = "序号"; this.sn.Width = 55; // // time // this.time.Text = "时间"; this.time.Width = 220; // // fileName // this.fileName.Text = "文件名称"; this.fileName.Width = 380; // // panel1 // this.panel1.BackColor = System.Drawing.SystemColors.Control; this.panel1.Controls.Add(this.onWatch); this.panel1.Controls.Add(this.claerBtn); this.panel1.Controls.Add(this.LockMakeCode); this.panel1.Controls.Add(this.ma_code); this.panel1.Controls.Add(this.allParse); this.panel1.Controls.Add(this.label3); this.panel1.Controls.Add(this.Device); this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.Choose); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.txtPath); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1304, 296); this.panel1.TabIndex = 7; // // onWatch // this.onWatch.Cursor = System.Windows.Forms.Cursors.Hand; this.onWatch.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.onWatch.Location = new System.Drawing.Point(66, 232); this.onWatch.Name = "onWatch"; this.onWatch.Size = new System.Drawing.Size(122, 38); this.onWatch.TabIndex = 8; this.onWatch.Text = "开启解析"; this.onWatch.UseVisualStyleBackColor = true; this.onWatch.Click += new System.EventHandler(this.onWatch_Click); // // claerBtn // this.claerBtn.Cursor = System.Windows.Forms.Cursors.Hand; this.claerBtn.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.claerBtn.Location = new System.Drawing.Point(391, 231); this.claerBtn.Name = "claerBtn"; this.claerBtn.Size = new System.Drawing.Size(122, 38); this.claerBtn.TabIndex = 7; this.claerBtn.Text = "清除"; this.claerBtn.UseVisualStyleBackColor = true; this.claerBtn.Click += new System.EventHandler(this.claerBtn_Click); // // LockMakeCode // this.LockMakeCode.AutoSize = true; this.LockMakeCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.LockMakeCode.LeaveEvent = false; this.LockMakeCode.Location = new System.Drawing.Point(520, 25); this.LockMakeCode.Margin = new System.Windows.Forms.Padding(4); this.LockMakeCode.Name = "LockMakeCode"; this.LockMakeCode.Size = new System.Drawing.Size(72, 28); this.LockMakeCode.TabIndex = 1; this.LockMakeCode.Text = "锁定"; this.LockMakeCode.UseVisualStyleBackColor = true; // // ma_code // this.ma_code.AllPower = null; this.ma_code.BackColor = System.Drawing.SystemColors.Control; this.ma_code.Caller = null; this.ma_code.Condition = null; this.ma_code.DBTitle = null; this.ma_code.FormName = null; this.ma_code.Location = new System.Drawing.Point(193, 25); this.ma_code.Margin = new System.Windows.Forms.Padding(4); this.ma_code.Name = "ma_code"; this.ma_code.Power = null; this.ma_code.ReturnData = null; this.ma_code.SelectField = null; this.ma_code.SetValueField = null; this.ma_code.Size = new System.Drawing.Size(224, 32); this.ma_code.TabIndex = 0; this.ma_code.TableName = null; this.ma_code.TextBoxEnable = true; // // allParse // this.allParse.Cursor = System.Windows.Forms.Cursors.Hand; this.allParse.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.allParse.Location = new System.Drawing.Point(230, 232); this.allParse.Name = "allParse"; this.allParse.Size = new System.Drawing.Size(122, 38); this.allParse.TabIndex = 5; this.allParse.Text = "批量解析"; this.allParse.UseVisualStyleBackColor = true; this.allParse.Click += new System.EventHandler(this.allParse_Click); // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.Location = new System.Drawing.Point(61, 23); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(57, 30); this.label3.TabIndex = 6; this.label3.Text = "工单"; // // panel2 // this.panel2.Controls.Add(this.panel4); this.panel2.Controls.Add(this.panel3); this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; this.panel2.Location = new System.Drawing.Point(0, 296); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(1304, 530); this.panel2.TabIndex = 8; // // panel4 // this.panel4.Controls.Add(this.lstFiles); this.panel4.Dock = System.Windows.Forms.DockStyle.Fill; this.panel4.Location = new System.Drawing.Point(0, 0); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(978, 530); this.panel4.TabIndex = 2; // // lstFiles // this.lstFiles.Dock = System.Windows.Forms.DockStyle.Fill; this.lstFiles.FormattingEnabled = true; this.lstFiles.ItemHeight = 18; this.lstFiles.Location = new System.Drawing.Point(0, 0); this.lstFiles.Name = "lstFiles"; this.lstFiles.Size = new System.Drawing.Size(978, 530); this.lstFiles.TabIndex = 0; // // panel3 // this.panel3.Controls.Add(this.logList); this.panel3.Dock = System.Windows.Forms.DockStyle.Right; this.panel3.Location = new System.Drawing.Point(978, 0); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(326, 530); this.panel3.TabIndex = 1; // // openFileDialog2 // this.openFileDialog2.FileName = "openFileDialog2"; // // Make_ParseLog // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.Window; this.ClientSize = new System.Drawing.Size(1304, 826); this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "Make_ParseLog"; this.Text = "Make_ParseLog"; this.Load += new System.EventHandler(this.Make_ParseLog_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.panel2.ResumeLayout(false); this.panel4.ResumeLayout(false); this.panel3.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ComboBox Device; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtPath; private System.Windows.Forms.Button Choose; private System.Windows.Forms.OpenFileDialog openFileDialog1; private System.Windows.Forms.ListView logList; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.ColumnHeader time; private System.Windows.Forms.ColumnHeader fileName; private System.Windows.Forms.ColumnHeader sn; private System.Windows.Forms.Label label3; private System.Windows.Forms.Button allParse; private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code; private CustomControl.CustomCheckBox.LockCheckBox LockMakeCode; private System.Windows.Forms.OpenFileDialog openFileDialog2; private System.Windows.Forms.ListBox lstFiles; private System.Windows.Forms.Button claerBtn; private System.Windows.Forms.Panel panel4; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.Button onWatch; } }