namespace UAS_MES_NEW.Make { partial class Make_FirstInspect { /// /// 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.label1 = 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.onWatch = new System.Windows.Forms.Button(); this.claerBtn = new System.Windows.Forms.Button(); this.allParse = new System.Windows.Forms.Button(); this.lstOk = new System.Windows.Forms.ListBox(); this.lstFiles = new System.Windows.Forms.ListBox(); this.openFileDialog2 = new System.Windows.Forms.OpenFileDialog(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.generateRadio = new System.Windows.Forms.CheckBox(); this.panel1 = new System.Windows.Forms.Panel(); this.tableLayoutPanel1.SuspendLayout(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // 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(31, 43); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(123, 30); this.label1.TabIndex = 4; this.label1.Text = "文件夹路径"; // // txtPath // this.txtPath.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtPath.Location = new System.Drawing.Point(149, 43); this.txtPath.Name = "txtPath"; this.txtPath.Size = new System.Drawing.Size(387, 31); 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(557, 39); this.Choose.Name = "Choose"; this.Choose.Size = new System.Drawing.Size(100, 35); 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; // // 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(102, 173); 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(427, 172); 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); // // 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(266, 173); 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); // // lstOk // this.lstOk.Dock = System.Windows.Forms.DockStyle.Fill; this.lstOk.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lstOk.FormattingEnabled = true; this.lstOk.ItemHeight = 24; this.lstOk.Location = new System.Drawing.Point(3, 3); this.lstOk.Name = "lstOk"; this.lstOk.Size = new System.Drawing.Size(1494, 249); this.lstOk.TabIndex = 1; // // lstFiles // this.lstFiles.Dock = System.Windows.Forms.DockStyle.Fill; this.lstFiles.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.lstFiles.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lstFiles.FormattingEnabled = true; this.lstFiles.ItemHeight = 22; this.lstFiles.Location = new System.Drawing.Point(3, 258); this.lstFiles.Name = "lstFiles"; this.lstFiles.Size = new System.Drawing.Size(1494, 377); this.lstFiles.TabIndex = 0; this.lstFiles.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.lstFiles_DrawItem); // // openFileDialog2 // this.openFileDialog2.FileName = "openFileDialog2"; // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 1; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Controls.Add(this.lstFiles, 0, 1); this.tableLayoutPanel1.Controls.Add(this.lstOk, 0, 0); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 262); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 2; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 40F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 60F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(1500, 638); this.tableLayoutPanel1.TabIndex = 8; // // generateRadio // this.generateRadio.AutoSize = true; this.generateRadio.Cursor = System.Windows.Forms.Cursors.Hand; this.generateRadio.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.generateRadio.Location = new System.Drawing.Point(161, 97); this.generateRadio.Name = "generateRadio"; this.generateRadio.Size = new System.Drawing.Size(227, 32); this.generateRadio.TabIndex = 11; this.generateRadio.Text = "是否生成首件任务单"; this.generateRadio.UseVisualStyleBackColor = true; // // panel1 // this.panel1.Controls.Add(this.txtPath); this.panel1.Controls.Add(this.generateRadio); this.panel1.Controls.Add(this.Choose); this.panel1.Controls.Add(this.allParse); this.panel1.Controls.Add(this.onWatch); this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.claerBtn); 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(1500, 262); this.panel1.TabIndex = 12; // // Make_FirstInspect // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.Control; this.ClientSize = new System.Drawing.Size(1500, 900); this.Controls.Add(this.tableLayoutPanel1); this.Controls.Add(this.panel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "Make_FirstInspect"; this.Text = "Make_ParseLog"; this.Load += new System.EventHandler(this.Make_ParseLog_Load); this.tableLayoutPanel1.ResumeLayout(false); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtPath; private System.Windows.Forms.Button Choose; private System.Windows.Forms.OpenFileDialog openFileDialog1; private System.Windows.Forms.Button allParse; private System.Windows.Forms.OpenFileDialog openFileDialog2; private System.Windows.Forms.ListBox lstFiles; private System.Windows.Forms.Button claerBtn; private System.Windows.Forms.Button onWatch; private System.Windows.Forms.ListBox lstOk; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.CheckBox generateRadio; private System.Windows.Forms.Panel panel1; } }