namespace Core.StlMes.Client.PlnSaleOrd.炼钢计划.control { partial class UserControlGpStrat { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel(); this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel(); this.ultraPanel3 = new Infragistics.Win.Misc.UltraPanel(); this.ultraPanel4 = new Infragistics.Win.Misc.UltraPanel(); this.ultraPanel5 = new Infragistics.Win.Misc.UltraPanel(); this.chcStatus5 = new Core.StlMes.Client.PlnSaleOrd.Control.ControlRadioButton(); this.chcStatus4 = new Core.StlMes.Client.PlnSaleOrd.Control.ControlRadioButton(); this.chcStatus3 = new Core.StlMes.Client.PlnSaleOrd.Control.ControlRadioButton(); this.chcStatus2 = new Core.StlMes.Client.PlnSaleOrd.Control.ControlRadioButton(); this.chcStatus1 = new Core.StlMes.Client.PlnSaleOrd.Control.ControlRadioButton(); this.ultraPanel1.ClientArea.SuspendLayout(); this.ultraPanel1.SuspendLayout(); this.ultraPanel2.ClientArea.SuspendLayout(); this.ultraPanel2.SuspendLayout(); this.ultraPanel3.ClientArea.SuspendLayout(); this.ultraPanel3.SuspendLayout(); this.ultraPanel4.ClientArea.SuspendLayout(); this.ultraPanel4.SuspendLayout(); this.ultraPanel5.ClientArea.SuspendLayout(); this.ultraPanel5.SuspendLayout(); this.SuspendLayout(); // // ultraPanel1 // // // ultraPanel1.ClientArea // this.ultraPanel1.ClientArea.Controls.Add(this.chcStatus1); this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Left; this.ultraPanel1.Location = new System.Drawing.Point(0, 0); this.ultraPanel1.Name = "ultraPanel1"; this.ultraPanel1.Size = new System.Drawing.Size(62, 35); this.ultraPanel1.TabIndex = 0; // // ultraPanel2 // // // ultraPanel2.ClientArea // this.ultraPanel2.ClientArea.Controls.Add(this.chcStatus2); this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Left; this.ultraPanel2.Location = new System.Drawing.Point(62, 0); this.ultraPanel2.Name = "ultraPanel2"; this.ultraPanel2.Size = new System.Drawing.Size(56, 35); this.ultraPanel2.TabIndex = 1; // // ultraPanel3 // // // ultraPanel3.ClientArea // this.ultraPanel3.ClientArea.Controls.Add(this.chcStatus3); this.ultraPanel3.Dock = System.Windows.Forms.DockStyle.Left; this.ultraPanel3.Location = new System.Drawing.Point(118, 0); this.ultraPanel3.Name = "ultraPanel3"; this.ultraPanel3.Size = new System.Drawing.Size(56, 35); this.ultraPanel3.TabIndex = 2; // // ultraPanel4 // // // ultraPanel4.ClientArea // this.ultraPanel4.ClientArea.Controls.Add(this.chcStatus4); this.ultraPanel4.Dock = System.Windows.Forms.DockStyle.Left; this.ultraPanel4.Location = new System.Drawing.Point(174, 0); this.ultraPanel4.Name = "ultraPanel4"; this.ultraPanel4.Size = new System.Drawing.Size(52, 35); this.ultraPanel4.TabIndex = 3; // // ultraPanel5 // // // ultraPanel5.ClientArea // this.ultraPanel5.ClientArea.Controls.Add(this.chcStatus5); this.ultraPanel5.Dock = System.Windows.Forms.DockStyle.Left; this.ultraPanel5.Location = new System.Drawing.Point(226, 0); this.ultraPanel5.Name = "ultraPanel5"; this.ultraPanel5.Size = new System.Drawing.Size(81, 35); this.ultraPanel5.TabIndex = 4; // // chcStatus5 // this.chcStatus5.AutoSize = true; this.chcStatus5.Dock = System.Windows.Forms.DockStyle.Fill; this.chcStatus5.Location = new System.Drawing.Point(0, 0); this.chcStatus5.Margin = new System.Windows.Forms.Padding(2); this.chcStatus5.Name = "chcStatus5"; this.chcStatus5.Size = new System.Drawing.Size(81, 35); this.chcStatus5.TabIndex = 22; this.chcStatus5.Text = "生产完成"; this.chcStatus5.UseVisualStyleBackColor = true; this.chcStatus5.Visible = false; this.chcStatus5.CheckedChanged += new System.EventHandler(this.chc_CheckedChanged); // // chcStatus4 // this.chcStatus4.AutoSize = true; this.chcStatus4.Dock = System.Windows.Forms.DockStyle.Fill; this.chcStatus4.Location = new System.Drawing.Point(0, 0); this.chcStatus4.Margin = new System.Windows.Forms.Padding(2); this.chcStatus4.Name = "chcStatus4"; this.chcStatus4.Size = new System.Drawing.Size(52, 35); this.chcStatus4.TabIndex = 21; this.chcStatus4.Text = "关闭"; this.chcStatus4.UseVisualStyleBackColor = true; this.chcStatus4.CheckedChanged += new System.EventHandler(this.chc_CheckedChanged); // // chcStatus3 // this.chcStatus3.AutoSize = true; this.chcStatus3.Dock = System.Windows.Forms.DockStyle.Fill; this.chcStatus3.Location = new System.Drawing.Point(0, 0); this.chcStatus3.Margin = new System.Windows.Forms.Padding(2); this.chcStatus3.Name = "chcStatus3"; this.chcStatus3.Size = new System.Drawing.Size(56, 35); this.chcStatus3.TabIndex = 20; this.chcStatus3.Text = "生产"; this.chcStatus3.UseVisualStyleBackColor = true; this.chcStatus3.CheckedChanged += new System.EventHandler(this.chc_CheckedChanged); // // chcStatus2 // this.chcStatus2.AutoSize = true; this.chcStatus2.Checked = true; this.chcStatus2.Dock = System.Windows.Forms.DockStyle.Fill; this.chcStatus2.Location = new System.Drawing.Point(0, 0); this.chcStatus2.Margin = new System.Windows.Forms.Padding(2); this.chcStatus2.Name = "chcStatus2"; this.chcStatus2.Size = new System.Drawing.Size(56, 35); this.chcStatus2.TabIndex = 19; this.chcStatus2.TabStop = true; this.chcStatus2.Text = "计划"; this.chcStatus2.UseVisualStyleBackColor = true; this.chcStatus2.CheckedChanged += new System.EventHandler(this.chc_CheckedChanged); // // chcStatus1 // this.chcStatus1.AutoSize = true; this.chcStatus1.Checked = true; this.chcStatus1.Dock = System.Windows.Forms.DockStyle.Fill; this.chcStatus1.Location = new System.Drawing.Point(0, 0); this.chcStatus1.Margin = new System.Windows.Forms.Padding(2); this.chcStatus1.Name = "chcStatus1"; this.chcStatus1.Size = new System.Drawing.Size(62, 35); this.chcStatus1.TabIndex = 18; this.chcStatus1.TabStop = true; this.chcStatus1.Text = "待处理"; this.chcStatus1.UseVisualStyleBackColor = true; this.chcStatus1.CheckedChanged += new System.EventHandler(this.chc_CheckedChanged); // // UserControlGpStrat // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.ultraPanel5); this.Controls.Add(this.ultraPanel4); this.Controls.Add(this.ultraPanel3); this.Controls.Add(this.ultraPanel2); this.Controls.Add(this.ultraPanel1); this.Name = "UserControlGpStrat"; this.Size = new System.Drawing.Size(230, 35); this.ultraPanel1.ClientArea.ResumeLayout(false); this.ultraPanel1.ClientArea.PerformLayout(); this.ultraPanel1.ResumeLayout(false); this.ultraPanel2.ClientArea.ResumeLayout(false); this.ultraPanel2.ClientArea.PerformLayout(); this.ultraPanel2.ResumeLayout(false); this.ultraPanel3.ClientArea.ResumeLayout(false); this.ultraPanel3.ClientArea.PerformLayout(); this.ultraPanel3.ResumeLayout(false); this.ultraPanel4.ClientArea.ResumeLayout(false); this.ultraPanel4.ClientArea.PerformLayout(); this.ultraPanel4.ResumeLayout(false); this.ultraPanel5.ClientArea.ResumeLayout(false); this.ultraPanel5.ClientArea.PerformLayout(); this.ultraPanel5.ResumeLayout(false); this.ResumeLayout(false); } #endregion private Infragistics.Win.Misc.UltraPanel ultraPanel1; private Control.ControlRadioButton chcStatus1; private Infragistics.Win.Misc.UltraPanel ultraPanel2; private Control.ControlRadioButton chcStatus2; private Infragistics.Win.Misc.UltraPanel ultraPanel3; private Control.ControlRadioButton chcStatus3; private Infragistics.Win.Misc.UltraPanel ultraPanel4; private Control.ControlRadioButton chcStatus4; private Infragistics.Win.Misc.UltraPanel ultraPanel5; private Control.ControlRadioButton chcStatus5; } }