namespace Core.StlMes.Client.Mcp.Control.Base { partial class FrmChangePline { /// /// 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() { Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.cmbPlineCode = new Infragistics.Win.UltraWinEditors.UltraComboEditor(); this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel(); this.panel1 = new System.Windows.Forms.Panel(); this.ultraButton2 = new Infragistics.Win.Misc.UltraButton(); this.ultraButton1 = new Infragistics.Win.Misc.UltraButton(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.cmbPlineCode)).BeginInit(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.BackColor = System.Drawing.Color.LightSteelBlue; this.groupBox1.Controls.Add(this.cmbPlineCode); this.groupBox1.Controls.Add(this.ultraLabel1); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox1.ForeColor = System.Drawing.SystemColors.ControlText; this.groupBox1.Location = new System.Drawing.Point(0, 0); this.groupBox1.Margin = new System.Windows.Forms.Padding(4); this.groupBox1.Name = "groupBox1"; this.groupBox1.Padding = new System.Windows.Forms.Padding(4); this.groupBox1.Size = new System.Drawing.Size(345, 106); this.groupBox1.TabIndex = 2; this.groupBox1.TabStop = false; this.groupBox1.Text = "编辑区"; // // cmbPlineCode // this.cmbPlineCode.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList; this.cmbPlineCode.Location = new System.Drawing.Point(95, 39); this.cmbPlineCode.Margin = new System.Windows.Forms.Padding(4); this.cmbPlineCode.Name = "cmbPlineCode"; this.cmbPlineCode.Size = new System.Drawing.Size(209, 24); this.cmbPlineCode.TabIndex = 2; // // ultraLabel1 // appearance4.TextHAlignAsString = "Center"; appearance4.TextVAlignAsString = "Middle"; this.ultraLabel1.Appearance = appearance4; this.ultraLabel1.Enabled = false; this.ultraLabel1.Location = new System.Drawing.Point(13, 38); this.ultraLabel1.Margin = new System.Windows.Forms.Padding(4); this.ultraLabel1.Name = "ultraLabel1"; this.ultraLabel1.Size = new System.Drawing.Size(85, 29); this.ultraLabel1.TabIndex = 6; this.ultraLabel1.Text = "产线"; // // panel1 // this.panel1.BackColor = System.Drawing.Color.LightSteelBlue; this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel1.Controls.Add(this.ultraButton2); this.panel1.Controls.Add(this.ultraButton1); this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel1.ForeColor = System.Drawing.SystemColors.ControlText; this.panel1.Location = new System.Drawing.Point(0, 106); this.panel1.Margin = new System.Windows.Forms.Padding(4); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(345, 61); this.panel1.TabIndex = 3; // // ultraButton2 // this.ultraButton2.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.ultraButton2.Location = new System.Drawing.Point(231, 18); this.ultraButton2.Margin = new System.Windows.Forms.Padding(4); this.ultraButton2.Name = "ultraButton2"; this.ultraButton2.Size = new System.Drawing.Size(100, 29); this.ultraButton2.TabIndex = 1; this.ultraButton2.Text = "取消"; // // ultraButton1 // this.ultraButton1.DialogResult = System.Windows.Forms.DialogResult.OK; this.ultraButton1.Location = new System.Drawing.Point(110, 18); this.ultraButton1.Margin = new System.Windows.Forms.Padding(4); this.ultraButton1.Name = "ultraButton1"; this.ultraButton1.Size = new System.Drawing.Size(100, 29); this.ultraButton1.TabIndex = 0; this.ultraButton1.Text = "确认"; // // FrmChangePline // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(345, 167); this.Controls.Add(this.groupBox1); this.Controls.Add(this.panel1); this.Name = "FrmChangePline"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "选择产线"; this.Load += new System.EventHandler(this.FrmChangePline_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.cmbPlineCode)).EndInit(); this.panel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox1; private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbPlineCode; private Infragistics.Win.Misc.UltraLabel ultraLabel1; private System.Windows.Forms.Panel panel1; private Infragistics.Win.Misc.UltraButton ultraButton2; private Infragistics.Win.Misc.UltraButton ultraButton1; } }