| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361 | namespace WCS_Client.Frm.MBtn_Sys{    partial class FormSet    {        /// <summary>        /// Required designer variable.        /// </summary>        private System.ComponentModel.IContainer components = null;        /// <summary>        /// Clean up any resources being used.        /// </summary>        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>        protected override void Dispose(bool disposing)        {            if (disposing && (components != null))            {                components.Dispose();            }            base.Dispose(disposing);        }        #region Windows Form Designer generated code        /// <summary>        /// Required method for Designer support - do not modify        /// the contents of this method with the code editor.        /// </summary>        private void InitializeComponent()        {            this.groupBox1 = new System.Windows.Forms.GroupBox();            this.rdoBtn4RoomDisable = new System.Windows.Forms.RadioButton();            this.rdoBtn4RoomEnable = new System.Windows.Forms.RadioButton();            this.rdoBtn5RoomDisable = new System.Windows.Forms.RadioButton();            this.rdoBtn5RoomEnable = new System.Windows.Forms.RadioButton();            this.groupBox2 = new System.Windows.Forms.GroupBox();            this.rdoBtn6RoomDisable = new System.Windows.Forms.RadioButton();            this.rdoBtn6RoomEnable = new System.Windows.Forms.RadioButton();            this.groupBox3 = new System.Windows.Forms.GroupBox();            this.rdoBtn7RoomDisable = new System.Windows.Forms.RadioButton();            this.rdoBtn7RoomEnable = new System.Windows.Forms.RadioButton();            this.groupBox4 = new System.Windows.Forms.GroupBox();            this.rdoBtn18RoomDisable = new System.Windows.Forms.RadioButton();            this.rdoBtn18RoomEnable = new System.Windows.Forms.RadioButton();            this.groupBox5 = new System.Windows.Forms.GroupBox();            this.btnSave = new System.Windows.Forms.Button();            this.groupBox6 = new System.Windows.Forms.GroupBox();            this.rdoBtnMRADisable = new System.Windows.Forms.RadioButton();            this.rdoBtnMatureRAEnable = new System.Windows.Forms.RadioButton();            this.groupBox7 = new System.Windows.Forms.GroupBox();            this.rdoBtnMRBDisable = new System.Windows.Forms.RadioButton();            this.rdoBtnMatureRBEnable = new System.Windows.Forms.RadioButton();            this.groupBox1.SuspendLayout();            this.groupBox2.SuspendLayout();            this.groupBox3.SuspendLayout();            this.groupBox4.SuspendLayout();            this.groupBox5.SuspendLayout();            this.groupBox6.SuspendLayout();            this.groupBox7.SuspendLayout();            this.SuspendLayout();            //             // groupBox1            //             this.groupBox1.Controls.Add(this.rdoBtn4RoomDisable);            this.groupBox1.Controls.Add(this.rdoBtn4RoomEnable);            this.groupBox1.Location = new System.Drawing.Point(34, 32);            this.groupBox1.Name = "groupBox1";            this.groupBox1.Size = new System.Drawing.Size(383, 81);            this.groupBox1.TabIndex = 0;            this.groupBox1.TabStop = false;            this.groupBox1.Text = "4号涂布车间";            //             // rdoBtn4RoomDisable            //             this.rdoBtn4RoomDisable.AutoSize = true;            this.rdoBtn4RoomDisable.Location = new System.Drawing.Point(233, 33);            this.rdoBtn4RoomDisable.Name = "rdoBtn4RoomDisable";            this.rdoBtn4RoomDisable.Size = new System.Drawing.Size(65, 16);            this.rdoBtn4RoomDisable.TabIndex = 1;            this.rdoBtn4RoomDisable.TabStop = true;            this.rdoBtn4RoomDisable.Text = "禁用AGV";            this.rdoBtn4RoomDisable.UseVisualStyleBackColor = true;            //             // rdoBtn4RoomEnable            //             this.rdoBtn4RoomEnable.AutoSize = true;            this.rdoBtn4RoomEnable.Location = new System.Drawing.Point(83, 33);            this.rdoBtn4RoomEnable.Name = "rdoBtn4RoomEnable";            this.rdoBtn4RoomEnable.Size = new System.Drawing.Size(65, 16);            this.rdoBtn4RoomEnable.TabIndex = 0;            this.rdoBtn4RoomEnable.TabStop = true;            this.rdoBtn4RoomEnable.Text = "启用AGV";            this.rdoBtn4RoomEnable.UseVisualStyleBackColor = true;            //             // rdoBtn5RoomDisable            //             this.rdoBtn5RoomDisable.AutoSize = true;            this.rdoBtn5RoomDisable.Location = new System.Drawing.Point(233, 33);            this.rdoBtn5RoomDisable.Name = "rdoBtn5RoomDisable";            this.rdoBtn5RoomDisable.Size = new System.Drawing.Size(65, 16);            this.rdoBtn5RoomDisable.TabIndex = 1;            this.rdoBtn5RoomDisable.TabStop = true;            this.rdoBtn5RoomDisable.Text = "禁用AGV";            this.rdoBtn5RoomDisable.UseVisualStyleBackColor = true;            //             // rdoBtn5RoomEnable            //             this.rdoBtn5RoomEnable.AutoSize = true;            this.rdoBtn5RoomEnable.Location = new System.Drawing.Point(83, 33);            this.rdoBtn5RoomEnable.Name = "rdoBtn5RoomEnable";            this.rdoBtn5RoomEnable.Size = new System.Drawing.Size(65, 16);            this.rdoBtn5RoomEnable.TabIndex = 0;            this.rdoBtn5RoomEnable.TabStop = true;            this.rdoBtn5RoomEnable.Text = "启用AGV";            this.rdoBtn5RoomEnable.UseVisualStyleBackColor = true;            //             // groupBox2            //             this.groupBox2.Controls.Add(this.rdoBtn5RoomDisable);            this.groupBox2.Controls.Add(this.rdoBtn5RoomEnable);            this.groupBox2.Location = new System.Drawing.Point(500, 32);            this.groupBox2.Name = "groupBox2";            this.groupBox2.Size = new System.Drawing.Size(383, 81);            this.groupBox2.TabIndex = 1;            this.groupBox2.TabStop = false;            this.groupBox2.Text = "5号涂布车间";            //             // rdoBtn6RoomDisable            //             this.rdoBtn6RoomDisable.AutoSize = true;            this.rdoBtn6RoomDisable.Location = new System.Drawing.Point(233, 33);            this.rdoBtn6RoomDisable.Name = "rdoBtn6RoomDisable";            this.rdoBtn6RoomDisable.Size = new System.Drawing.Size(65, 16);            this.rdoBtn6RoomDisable.TabIndex = 1;            this.rdoBtn6RoomDisable.TabStop = true;            this.rdoBtn6RoomDisable.Text = "禁用AGV";            this.rdoBtn6RoomDisable.UseVisualStyleBackColor = true;            //             // rdoBtn6RoomEnable            //             this.rdoBtn6RoomEnable.AutoSize = true;            this.rdoBtn6RoomEnable.Location = new System.Drawing.Point(83, 33);            this.rdoBtn6RoomEnable.Name = "rdoBtn6RoomEnable";            this.rdoBtn6RoomEnable.Size = new System.Drawing.Size(65, 16);            this.rdoBtn6RoomEnable.TabIndex = 0;            this.rdoBtn6RoomEnable.TabStop = true;            this.rdoBtn6RoomEnable.Text = "启用AGV";            this.rdoBtn6RoomEnable.UseVisualStyleBackColor = true;            //             // groupBox3            //             this.groupBox3.Controls.Add(this.rdoBtn6RoomDisable);            this.groupBox3.Controls.Add(this.rdoBtn6RoomEnable);            this.groupBox3.Location = new System.Drawing.Point(34, 142);            this.groupBox3.Name = "groupBox3";            this.groupBox3.Size = new System.Drawing.Size(383, 81);            this.groupBox3.TabIndex = 2;            this.groupBox3.TabStop = false;            this.groupBox3.Text = "6号涂布车间";            //             // rdoBtn7RoomDisable            //             this.rdoBtn7RoomDisable.AutoSize = true;            this.rdoBtn7RoomDisable.Location = new System.Drawing.Point(233, 33);            this.rdoBtn7RoomDisable.Name = "rdoBtn7RoomDisable";            this.rdoBtn7RoomDisable.Size = new System.Drawing.Size(65, 16);            this.rdoBtn7RoomDisable.TabIndex = 1;            this.rdoBtn7RoomDisable.TabStop = true;            this.rdoBtn7RoomDisable.Text = "禁用AGV";            this.rdoBtn7RoomDisable.UseVisualStyleBackColor = true;            //             // rdoBtn7RoomEnable            //             this.rdoBtn7RoomEnable.AutoSize = true;            this.rdoBtn7RoomEnable.Location = new System.Drawing.Point(83, 33);            this.rdoBtn7RoomEnable.Name = "rdoBtn7RoomEnable";            this.rdoBtn7RoomEnable.Size = new System.Drawing.Size(65, 16);            this.rdoBtn7RoomEnable.TabIndex = 0;            this.rdoBtn7RoomEnable.TabStop = true;            this.rdoBtn7RoomEnable.Text = "启用AGV";            this.rdoBtn7RoomEnable.UseVisualStyleBackColor = true;            //             // groupBox4            //             this.groupBox4.Controls.Add(this.rdoBtn7RoomDisable);            this.groupBox4.Controls.Add(this.rdoBtn7RoomEnable);            this.groupBox4.Location = new System.Drawing.Point(500, 142);            this.groupBox4.Name = "groupBox4";            this.groupBox4.Size = new System.Drawing.Size(383, 81);            this.groupBox4.TabIndex = 3;            this.groupBox4.TabStop = false;            this.groupBox4.Text = "7号涂布车间";            //             // rdoBtn18RoomDisable            //             this.rdoBtn18RoomDisable.AutoSize = true;            this.rdoBtn18RoomDisable.Location = new System.Drawing.Point(233, 33);            this.rdoBtn18RoomDisable.Name = "rdoBtn18RoomDisable";            this.rdoBtn18RoomDisable.Size = new System.Drawing.Size(65, 16);            this.rdoBtn18RoomDisable.TabIndex = 1;            this.rdoBtn18RoomDisable.TabStop = true;            this.rdoBtn18RoomDisable.Text = "禁用AGV";            this.rdoBtn18RoomDisable.UseVisualStyleBackColor = true;            //             // rdoBtn18RoomEnable            //             this.rdoBtn18RoomEnable.AutoSize = true;            this.rdoBtn18RoomEnable.Location = new System.Drawing.Point(83, 33);            this.rdoBtn18RoomEnable.Name = "rdoBtn18RoomEnable";            this.rdoBtn18RoomEnable.Size = new System.Drawing.Size(65, 16);            this.rdoBtn18RoomEnable.TabIndex = 0;            this.rdoBtn18RoomEnable.TabStop = true;            this.rdoBtn18RoomEnable.Text = "启用AGV";            this.rdoBtn18RoomEnable.UseVisualStyleBackColor = true;            //             // groupBox5            //             this.groupBox5.Controls.Add(this.rdoBtn18RoomDisable);            this.groupBox5.Controls.Add(this.rdoBtn18RoomEnable);            this.groupBox5.Location = new System.Drawing.Point(34, 256);            this.groupBox5.Name = "groupBox5";            this.groupBox5.Size = new System.Drawing.Size(383, 81);            this.groupBox5.TabIndex = 4;            this.groupBox5.TabStop = false;            this.groupBox5.Text = "18号涂布车间";            //             // btnSave            //             this.btnSave.Location = new System.Drawing.Point(34, 484);            this.btnSave.Name = "btnSave";            this.btnSave.Size = new System.Drawing.Size(75, 23);            this.btnSave.TabIndex = 5;            this.btnSave.Text = "保存配置";            this.btnSave.UseVisualStyleBackColor = true;            this.btnSave.Click += new System.EventHandler(this.btnSave_Click);            //             // groupBox6            //             this.groupBox6.Controls.Add(this.rdoBtnMRADisable);            this.groupBox6.Controls.Add(this.rdoBtnMatureRAEnable);            this.groupBox6.Location = new System.Drawing.Point(500, 256);            this.groupBox6.Name = "groupBox6";            this.groupBox6.Size = new System.Drawing.Size(383, 81);            this.groupBox6.TabIndex = 6;            this.groupBox6.TabStop = false;            this.groupBox6.Text = "熟化房A";            //             // rdoBtnMRADisable            //             this.rdoBtnMRADisable.AutoSize = true;            this.rdoBtnMRADisable.Location = new System.Drawing.Point(233, 33);            this.rdoBtnMRADisable.Name = "rdoBtnMRADisable";            this.rdoBtnMRADisable.Size = new System.Drawing.Size(65, 16);            this.rdoBtnMRADisable.TabIndex = 1;            this.rdoBtnMRADisable.TabStop = true;            this.rdoBtnMRADisable.Text = "禁用AGV";            this.rdoBtnMRADisable.UseVisualStyleBackColor = true;            //             // rdoBtnMatureRAEnable            //             this.rdoBtnMatureRAEnable.AutoSize = true;            this.rdoBtnMatureRAEnable.Location = new System.Drawing.Point(83, 33);            this.rdoBtnMatureRAEnable.Name = "rdoBtnMatureRAEnable";            this.rdoBtnMatureRAEnable.Size = new System.Drawing.Size(65, 16);            this.rdoBtnMatureRAEnable.TabIndex = 0;            this.rdoBtnMatureRAEnable.TabStop = true;            this.rdoBtnMatureRAEnable.Text = "启用AGV";            this.rdoBtnMatureRAEnable.UseVisualStyleBackColor = true;            //             // groupBox7            //             this.groupBox7.Controls.Add(this.rdoBtnMRBDisable);            this.groupBox7.Controls.Add(this.rdoBtnMatureRBEnable);            this.groupBox7.Location = new System.Drawing.Point(34, 367);            this.groupBox7.Name = "groupBox7";            this.groupBox7.Size = new System.Drawing.Size(383, 81);            this.groupBox7.TabIndex = 7;            this.groupBox7.TabStop = false;            this.groupBox7.Text = "熟化房B";            //             // rdoBtnMRBDisable            //             this.rdoBtnMRBDisable.AutoSize = true;            this.rdoBtnMRBDisable.Location = new System.Drawing.Point(233, 33);            this.rdoBtnMRBDisable.Name = "rdoBtnMRBDisable";            this.rdoBtnMRBDisable.Size = new System.Drawing.Size(65, 16);            this.rdoBtnMRBDisable.TabIndex = 1;            this.rdoBtnMRBDisable.TabStop = true;            this.rdoBtnMRBDisable.Text = "禁用AGV";            this.rdoBtnMRBDisable.UseVisualStyleBackColor = true;            //             // rdoBtnMatureRBEnable            //             this.rdoBtnMatureRBEnable.AutoSize = true;            this.rdoBtnMatureRBEnable.Location = new System.Drawing.Point(83, 33);            this.rdoBtnMatureRBEnable.Name = "rdoBtnMatureRBEnable";            this.rdoBtnMatureRBEnable.Size = new System.Drawing.Size(65, 16);            this.rdoBtnMatureRBEnable.TabIndex = 0;            this.rdoBtnMatureRBEnable.TabStop = true;            this.rdoBtnMatureRBEnable.Text = "启用AGV";            this.rdoBtnMatureRBEnable.UseVisualStyleBackColor = true;            //             // FormSet            //             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;            this.ClientSize = new System.Drawing.Size(994, 609);            this.Controls.Add(this.groupBox7);            this.Controls.Add(this.groupBox6);            this.Controls.Add(this.btnSave);            this.Controls.Add(this.groupBox5);            this.Controls.Add(this.groupBox4);            this.Controls.Add(this.groupBox3);            this.Controls.Add(this.groupBox2);            this.Controls.Add(this.groupBox1);            this.Name = "FormSet";            this.Text = "FormSet";            this.groupBox1.ResumeLayout(false);            this.groupBox1.PerformLayout();            this.groupBox2.ResumeLayout(false);            this.groupBox2.PerformLayout();            this.groupBox3.ResumeLayout(false);            this.groupBox3.PerformLayout();            this.groupBox4.ResumeLayout(false);            this.groupBox4.PerformLayout();            this.groupBox5.ResumeLayout(false);            this.groupBox5.PerformLayout();            this.groupBox6.ResumeLayout(false);            this.groupBox6.PerformLayout();            this.groupBox7.ResumeLayout(false);            this.groupBox7.PerformLayout();            this.ResumeLayout(false);        }        #endregion        private System.Windows.Forms.GroupBox groupBox1;        private System.Windows.Forms.RadioButton rdoBtn4RoomDisable;        private System.Windows.Forms.RadioButton rdoBtn4RoomEnable;        private System.Windows.Forms.RadioButton rdoBtn5RoomDisable;        private System.Windows.Forms.RadioButton rdoBtn5RoomEnable;        private System.Windows.Forms.GroupBox groupBox2;        private System.Windows.Forms.RadioButton rdoBtn6RoomDisable;        private System.Windows.Forms.RadioButton rdoBtn6RoomEnable;        private System.Windows.Forms.GroupBox groupBox3;        private System.Windows.Forms.RadioButton rdoBtn7RoomDisable;        private System.Windows.Forms.RadioButton rdoBtn7RoomEnable;        private System.Windows.Forms.GroupBox groupBox4;        private System.Windows.Forms.RadioButton rdoBtn18RoomDisable;        private System.Windows.Forms.RadioButton rdoBtn18RoomEnable;        private System.Windows.Forms.GroupBox groupBox5;        private System.Windows.Forms.Button btnSave;        private System.Windows.Forms.GroupBox groupBox6;        private System.Windows.Forms.RadioButton rdoBtnMRADisable;        private System.Windows.Forms.RadioButton rdoBtnMatureRAEnable;        private System.Windows.Forms.GroupBox groupBox7;        private System.Windows.Forms.RadioButton rdoBtnMRBDisable;        private System.Windows.Forms.RadioButton rdoBtnMatureRBEnable;    }}
 |