namespace ClientTest { partial class T_AlarmSettingForm { /// /// 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.tbMeterNo = new System.Windows.Forms.TextBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.btnApply = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.tbThresholdTLL = new System.Windows.Forms.TextBox(); this.tbThresholdTL = new System.Windows.Forms.TextBox(); this.tbThresholdTU = new System.Windows.Forms.TextBox(); this.tbThresholdTUU = new System.Windows.Forms.TextBox(); this.tbThresholdHLL = new System.Windows.Forms.TextBox(); this.tbThresholdHL = new System.Windows.Forms.TextBox(); this.tbThresholdHU = new System.Windows.Forms.TextBox(); this.tbThresholdHUU = new System.Windows.Forms.TextBox(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(140, 30); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(65, 12); this.label1.TabIndex = 0; this.label1.Text = "仪表编号:"; // // tbMeterNo // this.tbMeterNo.Location = new System.Drawing.Point(206, 25); this.tbMeterNo.Name = "tbMeterNo"; this.tbMeterNo.ReadOnly = true; this.tbMeterNo.Size = new System.Drawing.Size(100, 21); this.tbMeterNo.TabIndex = 1; // // groupBox1 // this.groupBox1.Controls.Add(this.tbThresholdHUU); this.groupBox1.Controls.Add(this.tbThresholdHU); this.groupBox1.Controls.Add(this.tbThresholdHL); this.groupBox1.Controls.Add(this.tbThresholdHLL); this.groupBox1.Controls.Add(this.tbThresholdTUU); this.groupBox1.Controls.Add(this.tbThresholdTU); this.groupBox1.Controls.Add(this.tbThresholdTL); this.groupBox1.Controls.Add(this.tbThresholdTLL); this.groupBox1.Controls.Add(this.label7); this.groupBox1.Controls.Add(this.label6); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Location = new System.Drawing.Point(24, 72); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(410, 223); this.groupBox1.TabIndex = 2; this.groupBox1.TabStop = false; this.groupBox1.Text = "参数设置"; // // btnApply // this.btnApply.DialogResult = System.Windows.Forms.DialogResult.OK; this.btnApply.Location = new System.Drawing.Point(238, 313); this.btnApply.Name = "btnApply"; this.btnApply.Size = new System.Drawing.Size(75, 23); this.btnApply.TabIndex = 3; this.btnApply.Text = "应用"; this.btnApply.UseVisualStyleBackColor = true; // // btnCancel // this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Location = new System.Drawing.Point(359, 313); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(75, 23); this.btnCancel.TabIndex = 4; this.btnCancel.Text = "取消"; this.btnCancel.UseVisualStyleBackColor = true; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(131, 30); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(29, 12); this.label2.TabIndex = 0; this.label2.Text = "温度"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(282, 30); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(53, 12); this.label3.TabIndex = 1; this.label3.Text = "相对湿度"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(31, 169); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(53, 12); this.label4.TabIndex = 2; this.label4.Text = "下下限:"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(31, 132); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(53, 12); this.label5.TabIndex = 3; this.label5.Text = "下 限:"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(32, 97); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(53, 12); this.label6.TabIndex = 4; this.label6.Text = "上 限:"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(32, 60); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(53, 12); this.label7.TabIndex = 5; this.label7.Text = "上上限:"; // // tbThresholdTLL // this.tbThresholdTLL.Location = new System.Drawing.Point(100, 165); this.tbThresholdTLL.Name = "tbThresholdTLL"; this.tbThresholdTLL.Size = new System.Drawing.Size(100, 21); this.tbThresholdTLL.TabIndex = 3; // // tbThresholdTL // this.tbThresholdTL.Location = new System.Drawing.Point(99, 129); this.tbThresholdTL.Name = "tbThresholdTL"; this.tbThresholdTL.Size = new System.Drawing.Size(100, 21); this.tbThresholdTL.TabIndex = 2; // // tbThresholdTU // this.tbThresholdTU.Location = new System.Drawing.Point(100, 94); this.tbThresholdTU.Name = "tbThresholdTU"; this.tbThresholdTU.Size = new System.Drawing.Size(100, 21); this.tbThresholdTU.TabIndex = 1; // // tbThresholdTUU // this.tbThresholdTUU.Location = new System.Drawing.Point(100, 57); this.tbThresholdTUU.Name = "tbThresholdTUU"; this.tbThresholdTUU.Size = new System.Drawing.Size(100, 21); this.tbThresholdTUU.TabIndex = 0; // // tbThresholdHLL // this.tbThresholdHLL.Location = new System.Drawing.Point(260, 165); this.tbThresholdHLL.Name = "tbThresholdHLL"; this.tbThresholdHLL.Size = new System.Drawing.Size(100, 21); this.tbThresholdHLL.TabIndex = 7; // // tbThresholdHL // this.tbThresholdHL.Location = new System.Drawing.Point(260, 129); this.tbThresholdHL.Name = "tbThresholdHL"; this.tbThresholdHL.Size = new System.Drawing.Size(100, 21); this.tbThresholdHL.TabIndex = 6; // // tbThresholdHU // this.tbThresholdHU.Location = new System.Drawing.Point(261, 94); this.tbThresholdHU.Name = "tbThresholdHU"; this.tbThresholdHU.Size = new System.Drawing.Size(100, 21); this.tbThresholdHU.TabIndex = 5; // // tbThresholdHUU // this.tbThresholdHUU.Location = new System.Drawing.Point(261, 57); this.tbThresholdHUU.Name = "tbThresholdHUU"; this.tbThresholdHUU.Size = new System.Drawing.Size(100, 21); this.tbThresholdHUU.TabIndex = 4; // // T_AlarmSettingForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(455, 348); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnApply); this.Controls.Add(this.groupBox1); this.Controls.Add(this.tbMeterNo); this.Controls.Add(this.label1); this.Name = "T_AlarmSettingForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "温湿度告警参数设置"; this.Shown += new System.EventHandler(this.T_AlarmSettingForm_Shown); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox tbMeterNo; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Button btnApply; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox tbThresholdTLL; private System.Windows.Forms.TextBox tbThresholdTUU; private System.Windows.Forms.TextBox tbThresholdTU; private System.Windows.Forms.TextBox tbThresholdTL; private System.Windows.Forms.TextBox tbThresholdHL; private System.Windows.Forms.TextBox tbThresholdHLL; private System.Windows.Forms.TextBox tbThresholdHUU; private System.Windows.Forms.TextBox tbThresholdHU; } }