| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176 |
- namespace Core.StlMes.Client.SaleOrder.Control
- {
- partial class ContorlPlanStatus
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region 组件设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.panel1 = new System.Windows.Forms.Panel();
- this.chcStatus1 = new Core.StlMes.Client.SaleOrder.Control.ControlRadioButton();
- this.panel2 = new System.Windows.Forms.Panel();
- this.chcStatus2 = new Core.StlMes.Client.SaleOrder.Control.ControlRadioButton();
- this.panel3 = new System.Windows.Forms.Panel();
- this.chcStatus3 = new Core.StlMes.Client.SaleOrder.Control.ControlRadioButton();
- this.panel4 = new System.Windows.Forms.Panel();
- this.chcStatus4 = new Core.StlMes.Client.SaleOrder.Control.ControlRadioButton();
- this.panel1.SuspendLayout();
- this.panel2.SuspendLayout();
- this.panel3.SuspendLayout();
- this.panel4.SuspendLayout();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.Controls.Add(this.chcStatus1);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(56, 19);
- this.panel1.TabIndex = 0;
- //
- // 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, 2, 2, 2);
- this.chcStatus1.Name = "chcStatus1";
- this.chcStatus1.Size = new System.Drawing.Size(56, 19);
- this.chcStatus1.TabIndex = 17;
- this.chcStatus1.TabStop = true;
- this.chcStatus1.Text = "计划";
- this.chcStatus1.UseVisualStyleBackColor = true;
- this.chcStatus1.CheckedChanged += new System.EventHandler(this.chc_CheckedChanged);
- //
- // panel2
- //
- this.panel2.Controls.Add(this.chcStatus2);
- this.panel2.Dock = System.Windows.Forms.DockStyle.Left;
- this.panel2.Location = new System.Drawing.Point(56, 0);
- this.panel2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(60, 19);
- this.panel2.TabIndex = 1;
- //
- // 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, 2, 2, 2);
- this.chcStatus2.Name = "chcStatus2";
- this.chcStatus2.Size = new System.Drawing.Size(60, 19);
- this.chcStatus2.TabIndex = 18;
- this.chcStatus2.TabStop = true;
- this.chcStatus2.Text = "生产中";
- this.chcStatus2.UseVisualStyleBackColor = true;
- this.chcStatus2.CheckedChanged += new System.EventHandler(this.chc_CheckedChanged);
- //
- // panel3
- //
- this.panel3.Controls.Add(this.chcStatus3);
- this.panel3.Dock = System.Windows.Forms.DockStyle.Left;
- this.panel3.Location = new System.Drawing.Point(116, 0);
- this.panel3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.panel3.Name = "panel3";
- this.panel3.Size = new System.Drawing.Size(60, 19);
- this.panel3.TabIndex = 2;
- //
- // 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, 2, 2, 2);
- this.chcStatus3.Name = "chcStatus3";
- this.chcStatus3.Size = new System.Drawing.Size(60, 19);
- this.chcStatus3.TabIndex = 19;
- this.chcStatus3.Text = "已生产";
- this.chcStatus3.UseVisualStyleBackColor = true;
- this.chcStatus3.CheckedChanged += new System.EventHandler(this.chc_CheckedChanged);
- //
- // panel4
- //
- this.panel4.Controls.Add(this.chcStatus4);
- this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel4.Location = new System.Drawing.Point(176, 0);
- this.panel4.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.panel4.Name = "panel4";
- this.panel4.Size = new System.Drawing.Size(60, 19);
- this.panel4.TabIndex = 3;
- //
- // 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, 2, 2, 2);
- this.chcStatus4.Name = "chcStatus4";
- this.chcStatus4.Size = new System.Drawing.Size(60, 19);
- this.chcStatus4.TabIndex = 20;
- this.chcStatus4.Text = "关闭A";
- this.chcStatus4.UseVisualStyleBackColor = true;
- this.chcStatus4.CheckedChanged += new System.EventHandler(this.chc_CheckedChanged);
- //
- // ContorlPlanStatus
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.Transparent;
- this.Controls.Add(this.panel4);
- this.Controls.Add(this.panel3);
- this.Controls.Add(this.panel2);
- this.Controls.Add(this.panel1);
- this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.Name = "ContorlPlanStatus";
- this.Size = new System.Drawing.Size(236, 19);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.panel2.ResumeLayout(false);
- this.panel2.PerformLayout();
- this.panel3.ResumeLayout(false);
- this.panel3.PerformLayout();
- this.panel4.ResumeLayout(false);
- this.panel4.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.Panel panel3;
- private System.Windows.Forms.Panel panel4;
- private ControlRadioButton chcStatus1;
- private ControlRadioButton chcStatus2;
- private ControlRadioButton chcStatus3;
- private ControlRadioButton chcStatus4;
- }
- }
|