namespace wcfControlMonitorClient { partial class FrmZCKSetIOStation { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); _formInstance = null; } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.button1 = new System.Windows.Forms.Button(); this.radioButton1 = new System.Windows.Forms.RadioButton(); this.radioButton2 = new System.Windows.Forms.RadioButton(); this.radioButton3 = new System.Windows.Forms.RadioButton(); this.radioButton4 = new System.Windows.Forms.RadioButton(); this.SuspendLayout(); // // button1 // this.button1.Location = new System.Drawing.Point(238, 95); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 38; this.button1.Text = "保 存"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // radioButton1 // this.radioButton1.AutoSize = true; this.radioButton1.Checked = true; this.radioButton1.Location = new System.Drawing.Point(13, 13); this.radioButton1.Name = "radioButton1"; this.radioButton1.Size = new System.Drawing.Size(143, 16); this.radioButton1.TabIndex = 39; this.radioButton1.TabStop = true; this.radioButton1.Text = "22104上楼,22102下楼"; this.radioButton1.UseVisualStyleBackColor = true; // // radioButton2 // this.radioButton2.AutoSize = true; this.radioButton2.Location = new System.Drawing.Point(200, 13); this.radioButton2.Name = "radioButton2"; this.radioButton2.Size = new System.Drawing.Size(143, 16); this.radioButton2.TabIndex = 39; this.radioButton2.TabStop = true; this.radioButton2.Text = "22104下楼,22102上楼"; this.radioButton2.UseVisualStyleBackColor = true; // // radioButton3 // this.radioButton3.AutoSize = true; this.radioButton3.Location = new System.Drawing.Point(13, 44); this.radioButton3.Name = "radioButton3"; this.radioButton3.Size = new System.Drawing.Size(101, 16); this.radioButton3.TabIndex = 39; this.radioButton3.TabStop = true; this.radioButton3.Text = "22104上、下楼"; this.radioButton3.UseVisualStyleBackColor = true; // // radioButton4 // this.radioButton4.AutoSize = true; this.radioButton4.Location = new System.Drawing.Point(200, 44); this.radioButton4.Name = "radioButton4"; this.radioButton4.Size = new System.Drawing.Size(113, 16); this.radioButton4.TabIndex = 39; this.radioButton4.TabStop = true; this.radioButton4.Text = "22102上楼、下楼"; this.radioButton4.UseVisualStyleBackColor = true; // // FrmZCKSetIOStation // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(347, 130); this.Controls.Add(this.radioButton4); this.Controls.Add(this.radioButton3); this.Controls.Add(this.radioButton2); this.Controls.Add(this.radioButton1); this.Controls.Add(this.button1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmZCKSetIOStation"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "暂存库上下楼通道设置"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmIOStation_FormClosing); this.Load += new System.EventHandler(this.FrmZCKSetIOStation_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button button1; private System.Windows.Forms.RadioButton radioButton1; private System.Windows.Forms.RadioButton radioButton2; private System.Windows.Forms.RadioButton radioButton3; private System.Windows.Forms.RadioButton radioButton4; } }