namespace wcfControlMonitorClient { partial class FrmDemoSet { /// /// 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.tishengji_S_gb = new System.Windows.Forms.GroupBox(); this.liaoxiang_save = new System.Windows.Forms.Button(); this.liaoxiang_Demo_No = new System.Windows.Forms.RadioButton(); this.liaoxiang_Demo_Yes = new System.Windows.Forms.RadioButton(); this.tishengji_S_gb.SuspendLayout(); this.SuspendLayout(); // // tishengji_S_gb // this.tishengji_S_gb.Controls.Add(this.liaoxiang_save); this.tishengji_S_gb.Controls.Add(this.liaoxiang_Demo_No); this.tishengji_S_gb.Controls.Add(this.liaoxiang_Demo_Yes); this.tishengji_S_gb.ForeColor = System.Drawing.Color.Red; this.tishengji_S_gb.Location = new System.Drawing.Point(12, 82); this.tishengji_S_gb.Name = "tishengji_S_gb"; this.tishengji_S_gb.Size = new System.Drawing.Size(370, 81); this.tishengji_S_gb.TabIndex = 6; this.tishengji_S_gb.TabStop = false; this.tishengji_S_gb.Text = "设置"; // // liaoxiang_save // this.liaoxiang_save.ForeColor = System.Drawing.SystemColors.ControlText; this.liaoxiang_save.Location = new System.Drawing.Point(278, 33); this.liaoxiang_save.Name = "liaoxiang_save"; this.liaoxiang_save.Size = new System.Drawing.Size(75, 23); this.liaoxiang_save.TabIndex = 4; this.liaoxiang_save.Text = "保存"; this.liaoxiang_save.UseVisualStyleBackColor = true; this.liaoxiang_save.Click += new System.EventHandler(this.liaoxiang_save_Click); // // liaoxiang_Demo_No // this.liaoxiang_Demo_No.AutoSize = true; this.liaoxiang_Demo_No.Checked = true; this.liaoxiang_Demo_No.ForeColor = System.Drawing.SystemColors.ControlText; this.liaoxiang_Demo_No.Location = new System.Drawing.Point(168, 36); this.liaoxiang_Demo_No.Name = "liaoxiang_Demo_No"; this.liaoxiang_Demo_No.Size = new System.Drawing.Size(83, 16); this.liaoxiang_Demo_No.TabIndex = 3; this.liaoxiang_Demo_No.TabStop = true; this.liaoxiang_Demo_No.Text = "入库提升机"; this.liaoxiang_Demo_No.UseVisualStyleBackColor = true; // // liaoxiang_Demo_Yes // this.liaoxiang_Demo_Yes.AutoSize = true; this.liaoxiang_Demo_Yes.ForeColor = System.Drawing.SystemColors.ControlText; this.liaoxiang_Demo_Yes.Location = new System.Drawing.Point(13, 36); this.liaoxiang_Demo_Yes.Name = "liaoxiang_Demo_Yes"; this.liaoxiang_Demo_Yes.Size = new System.Drawing.Size(83, 16); this.liaoxiang_Demo_Yes.TabIndex = 2; this.liaoxiang_Demo_Yes.Text = "出库提升机"; this.liaoxiang_Demo_Yes.UseVisualStyleBackColor = true; // // FrmDemoSet // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(423, 329); this.Controls.Add(this.tishengji_S_gb); this.Name = "FrmDemoSet"; this.Text = "换层提升机设置"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmDemoSet_FormClosing); this.Load += new System.EventHandler(this.FrmDemoSet_Load); this.tishengji_S_gb.ResumeLayout(false); this.tishengji_S_gb.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox tishengji_S_gb; private System.Windows.Forms.Button liaoxiang_save; private System.Windows.Forms.RadioButton liaoxiang_Demo_No; private System.Windows.Forms.RadioButton liaoxiang_Demo_Yes; } }