|
@@ -0,0 +1,207 @@
|
|
|
|
|
+namespace UAS_MES_NEW.Make
|
|
|
|
|
+{
|
|
|
|
|
+ partial class Make_ParseLog
|
|
|
|
|
+ {
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ /// Required designer variable.
|
|
|
|
|
+ /// </summary>
|
|
|
|
|
+ private System.ComponentModel.IContainer components = null;
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ /// Clean up any resources being used.
|
|
|
|
|
+ /// </summary>
|
|
|
|
|
+ /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
|
|
+ protected override void Dispose(bool disposing)
|
|
|
|
|
+ {
|
|
|
|
|
+ if (disposing && (components != null))
|
|
|
|
|
+ {
|
|
|
|
|
+ components.Dispose();
|
|
|
|
|
+ }
|
|
|
|
|
+ base.Dispose(disposing);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ #region Windows Form Designer generated code
|
|
|
|
|
+
|
|
|
|
|
+ /// <summary>
|
|
|
|
|
+ /// Required method for Designer support - do not modify
|
|
|
|
|
+ /// the contents of this method with the code editor.
|
|
|
|
|
+ /// </summary>
|
|
|
|
|
+ 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.panel2 = new System.Windows.Forms.Panel();
|
|
|
|
|
+ this.panel3 = new System.Windows.Forms.Panel();
|
|
|
|
|
+ this.panel1.SuspendLayout();
|
|
|
|
|
+ this.panel2.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[] {
|
|
|
|
|
+ "SPI设备",
|
|
|
|
|
+ "AOI设备",
|
|
|
|
|
+ "印刷机"});
|
|
|
|
|
+ this.Device.Location = new System.Drawing.Point(192, 59);
|
|
|
|
|
+ this.Device.Name = "Device";
|
|
|
|
|
+ this.Device.Size = new System.Drawing.Size(328, 32);
|
|
|
|
|
+ this.Device.TabIndex = 1;
|
|
|
|
|
+ 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(60, 57);
|
|
|
|
|
+ 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(60, 137);
|
|
|
|
|
+ this.label2.Name = "label2";
|
|
|
|
|
+ this.label2.Size = new System.Drawing.Size(101, 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(192, 132);
|
|
|
|
|
+ this.txtPath.Name = "txtPath";
|
|
|
|
|
+ this.txtPath.Size = new System.Drawing.Size(474, 39);
|
|
|
|
|
+ this.txtPath.TabIndex = 2;
|
|
|
|
|
+ //
|
|
|
|
|
+ // 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(692, 130);
|
|
|
|
|
+ this.Choose.Name = "Choose";
|
|
|
|
|
+ this.Choose.Size = new System.Drawing.Size(122, 38);
|
|
|
|
|
+ this.Choose.TabIndex = 5;
|
|
|
|
|
+ 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(814, 492);
|
|
|
|
|
+ this.logList.TabIndex = 6;
|
|
|
|
|
+ this.logList.UseCompatibleStateImageBehavior = false;
|
|
|
|
|
+ this.logList.View = System.Windows.Forms.View.Details;
|
|
|
|
|
+ //
|
|
|
|
|
+ // 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.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, 334);
|
|
|
|
|
+ this.panel1.TabIndex = 7;
|
|
|
|
|
+ //
|
|
|
|
|
+ // panel2
|
|
|
|
|
+ //
|
|
|
|
|
+ this.panel2.Controls.Add(this.panel3);
|
|
|
|
|
+ this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
+ this.panel2.Location = new System.Drawing.Point(0, 334);
|
|
|
|
|
+ this.panel2.Name = "panel2";
|
|
|
|
|
+ this.panel2.Size = new System.Drawing.Size(1304, 492);
|
|
|
|
|
+ this.panel2.TabIndex = 8;
|
|
|
|
|
+ //
|
|
|
|
|
+ // panel3
|
|
|
|
|
+ //
|
|
|
|
|
+ this.panel3.Controls.Add(this.logList);
|
|
|
|
|
+ this.panel3.Dock = System.Windows.Forms.DockStyle.Left;
|
|
|
|
|
+ this.panel3.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
+ this.panel3.Name = "panel3";
|
|
|
|
|
+ this.panel3.Size = new System.Drawing.Size(814, 492);
|
|
|
|
|
+ this.panel3.TabIndex = 7;
|
|
|
|
|
+ //
|
|
|
|
|
+ // 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.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.Panel panel3;
|
|
|
|
|
+ private System.Windows.Forms.ColumnHeader time;
|
|
|
|
|
+ private System.Windows.Forms.ColumnHeader fileName;
|
|
|
|
|
+ private System.Windows.Forms.ColumnHeader sn;
|
|
|
|
|
+ }
|
|
|
|
|
+}
|