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.groupBox1 = new System.Windows.Forms.GroupBox(); this.tuopan_save = new System.Windows.Forms.Button(); this.tuopan_Demo_No = new System.Windows.Forms.RadioButton(); this.tuopan_Demo_Yes = new System.Windows.Forms.RadioButton(); this.tishengji_S_gb.SuspendLayout(); this.groupBox1.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(41, 36); 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(71, 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(71, 16); this.liaoxiang_Demo_Yes.TabIndex = 2; this.liaoxiang_Demo_Yes.Text = "演示模式"; this.liaoxiang_Demo_Yes.UseVisualStyleBackColor = true; // // groupBox1 // this.groupBox1.Controls.Add(this.tuopan_save); this.groupBox1.Controls.Add(this.tuopan_Demo_No); this.groupBox1.Controls.Add(this.tuopan_Demo_Yes); this.groupBox1.ForeColor = System.Drawing.Color.Red; this.groupBox1.Location = new System.Drawing.Point(42, 175); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(370, 81); this.groupBox1.TabIndex = 7; this.groupBox1.TabStop = false; this.groupBox1.Text = "托盘库"; // // tuopan_save // this.tuopan_save.ForeColor = System.Drawing.SystemColors.ControlText; this.tuopan_save.Location = new System.Drawing.Point(278, 33); this.tuopan_save.Name = "tuopan_save"; this.tuopan_save.Size = new System.Drawing.Size(75, 23); this.tuopan_save.TabIndex = 4; this.tuopan_save.Text = "保存"; this.tuopan_save.UseVisualStyleBackColor = true; this.tuopan_save.Click += new System.EventHandler(this.tuopan_save_Click); // // tuopan_Demo_No // this.tuopan_Demo_No.AutoSize = true; this.tuopan_Demo_No.Checked = true; this.tuopan_Demo_No.ForeColor = System.Drawing.SystemColors.ControlText; this.tuopan_Demo_No.Location = new System.Drawing.Point(168, 36); this.tuopan_Demo_No.Name = "tuopan_Demo_No"; this.tuopan_Demo_No.Size = new System.Drawing.Size(71, 16); this.tuopan_Demo_No.TabIndex = 3; this.tuopan_Demo_No.TabStop = true; this.tuopan_Demo_No.Text = "正常模式"; this.tuopan_Demo_No.UseVisualStyleBackColor = true; // // tuopan_Demo_Yes // this.tuopan_Demo_Yes.AutoSize = true; this.tuopan_Demo_Yes.ForeColor = System.Drawing.SystemColors.ControlText; this.tuopan_Demo_Yes.Location = new System.Drawing.Point(13, 36); this.tuopan_Demo_Yes.Name = "tuopan_Demo_Yes"; this.tuopan_Demo_Yes.Size = new System.Drawing.Size(71, 16); this.tuopan_Demo_Yes.TabIndex = 2; this.tuopan_Demo_Yes.Text = "演示模式"; this.tuopan_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.groupBox1); this.Controls.Add(this.tishengji_S_gb); this.Name = "FrmDemoSet"; this.Text = "FrmDemoSet"; 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.groupBox1.ResumeLayout(false); this.groupBox1.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; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Button tuopan_save; private System.Windows.Forms.RadioButton tuopan_Demo_No; private System.Windows.Forms.RadioButton tuopan_Demo_Yes; } }