namespace ClientTest { partial class T_CallDataForm { /// /// 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.label1 = new System.Windows.Forms.Label(); this.tbNumber = new System.Windows.Forms.TextBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.cbHumi = new System.Windows.Forms.CheckBox(); this.cbTemp = new System.Windows.Forms.CheckBox(); this.btnApply = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(36, 37); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(65, 12); this.label1.TabIndex = 0; this.label1.Text = "仪表编号:"; // // tbNumber // this.tbNumber.Location = new System.Drawing.Point(107, 33); this.tbNumber.Name = "tbNumber"; this.tbNumber.ReadOnly = true; this.tbNumber.Size = new System.Drawing.Size(100, 21); this.tbNumber.TabIndex = 1; // // groupBox1 // this.groupBox1.Controls.Add(this.cbHumi); this.groupBox1.Controls.Add(this.cbTemp); this.groupBox1.Location = new System.Drawing.Point(18, 87); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(126, 100); this.groupBox1.TabIndex = 2; this.groupBox1.TabStop = false; this.groupBox1.Text = "数据选项"; // // cbHumi // this.cbHumi.AutoSize = true; this.cbHumi.Checked = true; this.cbHumi.CheckState = System.Windows.Forms.CheckState.Checked; this.cbHumi.Location = new System.Drawing.Point(26, 64); this.cbHumi.Name = "cbHumi"; this.cbHumi.Size = new System.Drawing.Size(60, 16); this.cbHumi.TabIndex = 1; this.cbHumi.Text = "湿 度"; this.cbHumi.UseVisualStyleBackColor = true; // // cbTemp // this.cbTemp.AutoSize = true; this.cbTemp.Checked = true; this.cbTemp.CheckState = System.Windows.Forms.CheckState.Checked; this.cbTemp.Location = new System.Drawing.Point(26, 30); this.cbTemp.Name = "cbTemp"; this.cbTemp.Size = new System.Drawing.Size(60, 16); this.cbTemp.TabIndex = 0; this.cbTemp.Text = "温 度"; this.cbTemp.UseVisualStyleBackColor = true; // // btnApply // this.btnApply.DialogResult = System.Windows.Forms.DialogResult.OK; this.btnApply.Location = new System.Drawing.Point(181, 113); this.btnApply.Name = "btnApply"; this.btnApply.Size = new System.Drawing.Size(75, 23); this.btnApply.TabIndex = 3; this.btnApply.Text = "应用"; this.btnApply.UseVisualStyleBackColor = true; this.btnApply.Click += new System.EventHandler(this.btnApply_Click); // // btnCancel // this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Location = new System.Drawing.Point(181, 151); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(75, 23); this.btnCancel.TabIndex = 4; this.btnCancel.Text = "取消"; this.btnCancel.UseVisualStyleBackColor = true; // // T_CallDataForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(281, 207); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnApply); this.Controls.Add(this.groupBox1); this.Controls.Add(this.tbNumber); this.Controls.Add(this.label1); this.Name = "T_CallDataForm"; this.Text = "温湿度数据招唤窗口"; this.Load += new System.EventHandler(this.T_CallDataForm_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox tbNumber; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.CheckBox cbHumi; private System.Windows.Forms.CheckBox cbTemp; private System.Windows.Forms.Button btnApply; private System.Windows.Forms.Button btnCancel; } }