namespace Mesnac.Action.Compressor { partial class FrmStationData { /// /// 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.panel1 = new System.Windows.Forms.Panel(); this.txt_data = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.txt_state = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.panel3 = new System.Windows.Forms.Panel(); this.lb_stationName = new System.Windows.Forms.Label(); this.panel2 = new System.Windows.Forms.Panel(); this.btn_next = new System.Windows.Forms.Button(); this.btn_return = new System.Windows.Forms.Button(); this.btn_pre = new System.Windows.Forms.Button(); this.listView1 = 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.panel1.SuspendLayout(); this.panel3.SuspendLayout(); this.panel2.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.BackColor = System.Drawing.SystemColors.ButtonFace; this.panel1.Controls.Add(this.listView1); this.panel1.Controls.Add(this.txt_data); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.txt_state); this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.panel3); this.panel1.Controls.Add(this.panel2); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(369, 332); this.panel1.TabIndex = 0; // // txt_data // this.txt_data.BackColor = System.Drawing.SystemColors.ActiveCaption; this.txt_data.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txt_data.Location = new System.Drawing.Point(111, 109); this.txt_data.Name = "txt_data"; this.txt_data.ReadOnly = true; this.txt_data.Size = new System.Drawing.Size(171, 26); this.txt_data.TabIndex = 5; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.Location = new System.Drawing.Point(12, 112); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(95, 19); this.label2.TabIndex = 4; this.label2.Text = "检测数据:"; // // txt_state // this.txt_state.BackColor = System.Drawing.SystemColors.ActiveCaption; this.txt_state.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txt_state.Location = new System.Drawing.Point(111, 64); this.txt_state.Name = "txt_state"; this.txt_state.ReadOnly = true; this.txt_state.Size = new System.Drawing.Size(171, 26); this.txt_state.TabIndex = 3; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(12, 67); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(95, 19); this.label1.TabIndex = 2; this.label1.Text = "当前状态:"; // // panel3 // this.panel3.BackColor = System.Drawing.SystemColors.MenuHighlight; this.panel3.Controls.Add(this.lb_stationName); this.panel3.Dock = System.Windows.Forms.DockStyle.Top; this.panel3.Location = new System.Drawing.Point(0, 0); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(369, 47); this.panel3.TabIndex = 1; // // lb_stationName // this.lb_stationName.AutoSize = true; this.lb_stationName.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lb_stationName.Location = new System.Drawing.Point(107, 9); this.lb_stationName.Name = "lb_stationName"; this.lb_stationName.Size = new System.Drawing.Size(185, 24); this.lb_stationName.TabIndex = 0; this.lb_stationName.Text = "某某某工位信息"; this.lb_stationName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // panel2 // this.panel2.Controls.Add(this.btn_next); this.panel2.Controls.Add(this.btn_return); this.panel2.Controls.Add(this.btn_pre); this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel2.Location = new System.Drawing.Point(0, 293); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(369, 39); this.panel2.TabIndex = 0; // // btn_next // this.btn_next.BackColor = System.Drawing.Color.Lime; this.btn_next.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn_next.Location = new System.Drawing.Point(75, 0); this.btn_next.Name = "btn_next"; this.btn_next.Size = new System.Drawing.Size(75, 39); this.btn_next.TabIndex = 2; this.btn_next.Text = "下工位"; this.btn_next.UseVisualStyleBackColor = false; this.btn_next.Click += new System.EventHandler(this.btn_next_Click); // // btn_return // this.btn_return.BackColor = System.Drawing.Color.Yellow; this.btn_return.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn_return.Location = new System.Drawing.Point(291, 0); this.btn_return.Name = "btn_return"; this.btn_return.Size = new System.Drawing.Size(75, 39); this.btn_return.TabIndex = 1; this.btn_return.Text = "返回"; this.btn_return.UseVisualStyleBackColor = false; this.btn_return.Click += new System.EventHandler(this.btn_return_Click); // // btn_pre // this.btn_pre.BackColor = System.Drawing.Color.Lime; this.btn_pre.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn_pre.Location = new System.Drawing.Point(0, 0); this.btn_pre.Name = "btn_pre"; this.btn_pre.Size = new System.Drawing.Size(75, 39); this.btn_pre.TabIndex = 0; this.btn_pre.Text = "上工位"; this.btn_pre.UseVisualStyleBackColor = false; this.btn_pre.Click += new System.EventHandler(this.btn_pre_Click); // // listView1 // this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader1, this.columnHeader2, this.columnHeader3}); this.listView1.Location = new System.Drawing.Point(3, 152); this.listView1.Name = "listView1"; this.listView1.Size = new System.Drawing.Size(366, 135); this.listView1.TabIndex = 6; this.listView1.UseCompatibleStateImageBehavior = false; this.listView1.View = System.Windows.Forms.View.Details; // // columnHeader1 // this.columnHeader1.Text = "序号"; this.columnHeader1.Width = 70; // // columnHeader2 // this.columnHeader2.Text = "项目名称"; this.columnHeader2.Width = 130; // // columnHeader3 // this.columnHeader3.Text = "检测数据"; this.columnHeader3.Width = 160; // // FrmStation // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.ActiveCaption; this.ClientSize = new System.Drawing.Size(369, 332); this.Controls.Add(this.panel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Name = "FrmStation"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "工位信息"; this.Load += new System.EventHandler(this.FrmStation_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.panel3.ResumeLayout(false); this.panel3.PerformLayout(); this.panel2.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.Label lb_stationName; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Button btn_return; private System.Windows.Forms.Button btn_pre; private System.Windows.Forms.TextBox txt_data; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txt_state; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button btn_next; private System.Windows.Forms.ListView listView1; private System.Windows.Forms.ColumnHeader columnHeader1; private System.Windows.Forms.ColumnHeader columnHeader2; private System.Windows.Forms.ColumnHeader columnHeader3; } }