namespace Bro.UI.Config.MenuForms { partial class FrmOperation { /// /// 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.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmOperation)); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.plProcess = new System.Windows.Forms.Panel(); this.cboProcessCode = new System.Windows.Forms.ComboBox(); this.lblProcessCode = new System.Windows.Forms.Label(); this.plProduct = new System.Windows.Forms.Panel(); this.cboProductionCode = new System.Windows.Forms.ComboBox(); this.lblProductionCode = new System.Windows.Forms.Label(); this.plOperation = new System.Windows.Forms.Panel(); this.btnStart = new System.Windows.Forms.Button(); this.imgList = new System.Windows.Forms.ImageList(this.components); this.btnLoad = new System.Windows.Forms.Button(); this.imgListLoad = new System.Windows.Forms.ImageList(this.components); this.tableLayoutPanel1.SuspendLayout(); this.plProcess.SuspendLayout(); this.plProduct.SuspendLayout(); this.plOperation.SuspendLayout(); this.SuspendLayout(); // // 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.plProcess, 0, 0); this.tableLayoutPanel1.Controls.Add(this.plProduct, 0, 1); this.tableLayoutPanel1.Controls.Add(this.plOperation, 0, 2); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 3; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.Size = new System.Drawing.Size(184, 214); this.tableLayoutPanel1.TabIndex = 0; // // plProcess // this.plProcess.AutoSize = true; this.plProcess.Controls.Add(this.cboProcessCode); this.plProcess.Controls.Add(this.lblProcessCode); this.plProcess.Dock = System.Windows.Forms.DockStyle.Fill; this.plProcess.Location = new System.Drawing.Point(3, 3); this.plProcess.Name = "plProcess"; this.plProcess.Size = new System.Drawing.Size(178, 29); this.plProcess.TabIndex = 0; // // cboProcessCode // this.cboProcessCode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.cboProcessCode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboProcessCode.FormattingEnabled = true; this.cboProcessCode.Location = new System.Drawing.Point(76, 5); this.cboProcessCode.Name = "cboProcessCode"; this.cboProcessCode.Size = new System.Drawing.Size(95, 21); this.cboProcessCode.TabIndex = 1; // // lblProcessCode // this.lblProcessCode.AutoSize = true; this.lblProcessCode.Location = new System.Drawing.Point(4, 11); this.lblProcessCode.Name = "lblProcessCode"; this.lblProcessCode.Size = new System.Drawing.Size(67, 13); this.lblProcessCode.TabIndex = 0; this.lblProcessCode.Text = "流程代码:"; // // plProduct // this.plProduct.AutoSize = true; this.plProduct.Controls.Add(this.cboProductionCode); this.plProduct.Controls.Add(this.lblProductionCode); this.plProduct.Dock = System.Windows.Forms.DockStyle.Fill; this.plProduct.Location = new System.Drawing.Point(3, 38); this.plProduct.Name = "plProduct"; this.plProduct.Size = new System.Drawing.Size(178, 27); this.plProduct.TabIndex = 1; // // cboProductionCode // this.cboProductionCode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.cboProductionCode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboProductionCode.FormattingEnabled = true; this.cboProductionCode.Location = new System.Drawing.Point(76, 3); this.cboProductionCode.Name = "cboProductionCode"; this.cboProductionCode.Size = new System.Drawing.Size(95, 21); this.cboProductionCode.TabIndex = 1; // // lblProductionCode // this.lblProductionCode.AutoSize = true; this.lblProductionCode.Location = new System.Drawing.Point(4, 9); this.lblProductionCode.Name = "lblProductionCode"; this.lblProductionCode.Size = new System.Drawing.Size(67, 13); this.lblProductionCode.TabIndex = 0; this.lblProductionCode.Text = "产品代码:"; // // plOperation // this.plOperation.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.plOperation.Controls.Add(this.btnStart); this.plOperation.Controls.Add(this.btnLoad); this.plOperation.Location = new System.Drawing.Point(3, 71); this.plOperation.Name = "plOperation"; this.plOperation.Size = new System.Drawing.Size(178, 140); this.plOperation.TabIndex = 2; // // btnStart // this.btnStart.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.btnStart.AutoSize = true; this.btnStart.Cursor = System.Windows.Forms.Cursors.Hand; this.btnStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnStart.ImageAlign = System.Drawing.ContentAlignment.MiddleRight; this.btnStart.ImageIndex = 0; this.btnStart.ImageList = this.imgList; this.btnStart.Location = new System.Drawing.Point(10, 82); this.btnStart.Name = "btnStart"; this.btnStart.Size = new System.Drawing.Size(150, 35); this.btnStart.TabIndex = 1; this.btnStart.Text = " 启 动"; this.btnStart.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.btnStart.UseVisualStyleBackColor = true; this.btnStart.Click += new System.EventHandler(this.btnStart_Click); // // imgList // this.imgList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgList.ImageStream"))); this.imgList.TransparentColor = System.Drawing.Color.Transparent; this.imgList.Images.SetKeyName(0, "start_32px.png"); this.imgList.Images.SetKeyName(1, "stop_32px.png"); // // btnLoad // this.btnLoad.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.btnLoad.Cursor = System.Windows.Forms.Cursors.Hand; this.btnLoad.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnLoad.ImageAlign = System.Drawing.ContentAlignment.MiddleRight; this.btnLoad.ImageKey = "load_32px.png"; this.btnLoad.ImageList = this.imgListLoad; this.btnLoad.Location = new System.Drawing.Point(10, 24); this.btnLoad.Name = "btnLoad"; this.btnLoad.Size = new System.Drawing.Size(150, 35); this.btnLoad.TabIndex = 0; this.btnLoad.Text = " 载 入"; this.btnLoad.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.btnLoad.UseMnemonic = false; this.btnLoad.UseVisualStyleBackColor = false; this.btnLoad.Click += new System.EventHandler(this.btnLoad_Click); // // imgListLoad // this.imgListLoad.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgListLoad.ImageStream"))); this.imgListLoad.TransparentColor = System.Drawing.Color.Transparent; this.imgListLoad.Images.SetKeyName(0, "load_32px.png"); // // FrmOperation // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; this.ClientSize = new System.Drawing.Size(184, 214); this.Controls.Add(this.tableLayoutPanel1); this.Name = "FrmOperation"; this.Text = "FrmOperation"; this.Load += new System.EventHandler(this.FrmOperation_Load); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.plProcess.ResumeLayout(false); this.plProcess.PerformLayout(); this.plProduct.ResumeLayout(false); this.plProduct.PerformLayout(); this.plOperation.ResumeLayout(false); this.plOperation.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.Panel plProcess; private System.Windows.Forms.Panel plProduct; private System.Windows.Forms.Panel plOperation; private System.Windows.Forms.ComboBox cboProcessCode; private System.Windows.Forms.Label lblProcessCode; private System.Windows.Forms.ComboBox cboProductionCode; private System.Windows.Forms.Label lblProductionCode; private System.Windows.Forms.Button btnLoad; private System.Windows.Forms.Button btnStart; private System.Windows.Forms.ImageList imgList; private System.Windows.Forms.ImageList imgListLoad; } }