You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

309 lines
14 KiB
C#

namespace ClientTest
{
partial class S_CallDataForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.btnApply = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.checkBox2 = new System.Windows.Forms.CheckBox();
this.checkBox3 = new System.Windows.Forms.CheckBox();
this.checkBox4 = new System.Windows.Forms.CheckBox();
this.checkBox5 = new System.Windows.Forms.CheckBox();
this.checkBox6 = new System.Windows.Forms.CheckBox();
this.checkBox7 = new System.Windows.Forms.CheckBox();
this.label1 = new System.Windows.Forms.Label();
this.tbMeterID = new System.Windows.Forms.TextBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.checkBox9 = new System.Windows.Forms.CheckBox();
this.checkBox10 = new System.Windows.Forms.CheckBox();
this.checkBox8 = new System.Windows.Forms.CheckBox();
this.linkLabelUnSelect = new System.Windows.Forms.LinkLabel();
this.linkLabelNoSelect = new System.Windows.Forms.LinkLabel();
this.linkLabelAllSelect = new System.Windows.Forms.LinkLabel();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// btnApply
//
this.btnApply.DialogResult = System.Windows.Forms.DialogResult.OK;
this.btnApply.Location = new System.Drawing.Point(58, 350);
this.btnApply.Name = "btnApply";
this.btnApply.Size = new System.Drawing.Size(75, 23);
this.btnApply.TabIndex = 0;
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(226, 350);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 1;
this.btnCancel.Text = "取消";
this.btnCancel.UseVisualStyleBackColor = true;
//
// checkBox1
//
this.checkBox1.AutoSize = true;
this.checkBox1.Checked = true;
this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBox1.Location = new System.Drawing.Point(9, 17);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(108, 16);
this.checkBox1.TabIndex = 2;
this.checkBox1.Text = "蒸汽仪表压力值";
this.checkBox1.UseVisualStyleBackColor = true;
//
// checkBox2
//
this.checkBox2.AutoSize = true;
this.checkBox2.Checked = true;
this.checkBox2.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBox2.Location = new System.Drawing.Point(9, 50);
this.checkBox2.Name = "checkBox2";
this.checkBox2.Size = new System.Drawing.Size(108, 16);
this.checkBox2.TabIndex = 3;
this.checkBox2.Text = "蒸汽仪表温度值";
this.checkBox2.UseVisualStyleBackColor = true;
//
// checkBox3
//
this.checkBox3.AutoSize = true;
this.checkBox3.Checked = true;
this.checkBox3.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBox3.Location = new System.Drawing.Point(9, 86);
this.checkBox3.Name = "checkBox3";
this.checkBox3.Size = new System.Drawing.Size(132, 16);
this.checkBox3.TabIndex = 4;
this.checkBox3.Text = "蒸汽仪表瞬时流量值";
this.checkBox3.UseVisualStyleBackColor = true;
//
// checkBox4
//
this.checkBox4.AutoSize = true;
this.checkBox4.Checked = true;
this.checkBox4.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBox4.Location = new System.Drawing.Point(177, 20);
this.checkBox4.Name = "checkBox4";
this.checkBox4.Size = new System.Drawing.Size(132, 16);
this.checkBox4.TabIndex = 5;
this.checkBox4.Text = "蒸汽仪表累积流量值";
this.checkBox4.UseVisualStyleBackColor = true;
//
// checkBox5
//
this.checkBox5.AutoSize = true;
this.checkBox5.Checked = true;
this.checkBox5.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBox5.Location = new System.Drawing.Point(177, 55);
this.checkBox5.Name = "checkBox5";
this.checkBox5.Size = new System.Drawing.Size(120, 16);
this.checkBox5.TabIndex = 6;
this.checkBox5.Text = "蒸汽仪表瞬时热量";
this.checkBox5.UseVisualStyleBackColor = true;
//
// checkBox6
//
this.checkBox6.AutoSize = true;
this.checkBox6.Checked = true;
this.checkBox6.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBox6.Location = new System.Drawing.Point(177, 89);
this.checkBox6.Name = "checkBox6";
this.checkBox6.Size = new System.Drawing.Size(120, 16);
this.checkBox6.TabIndex = 7;
this.checkBox6.Text = "蒸汽仪表累积热量";
this.checkBox6.UseVisualStyleBackColor = true;
//
// checkBox7
//
this.checkBox7.AutoSize = true;
this.checkBox7.Checked = true;
this.checkBox7.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBox7.Location = new System.Drawing.Point(9, 126);
this.checkBox7.Name = "checkBox7";
this.checkBox7.Size = new System.Drawing.Size(96, 16);
this.checkBox7.TabIndex = 8;
this.checkBox7.Text = "采集终端时间";
this.checkBox7.UseVisualStyleBackColor = true;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(86, 46);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 9;
this.label1.Text = "仪表编号:";
//
// tbMeterID
//
this.tbMeterID.Location = new System.Drawing.Point(158, 42);
this.tbMeterID.Name = "tbMeterID";
this.tbMeterID.ReadOnly = true;
this.tbMeterID.Size = new System.Drawing.Size(95, 21);
this.tbMeterID.TabIndex = 10;
this.tbMeterID.Text = "111";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.checkBox9);
this.groupBox1.Controls.Add(this.checkBox10);
this.groupBox1.Controls.Add(this.checkBox8);
this.groupBox1.Controls.Add(this.checkBox3);
this.groupBox1.Controls.Add(this.checkBox1);
this.groupBox1.Controls.Add(this.checkBox2);
this.groupBox1.Controls.Add(this.checkBox7);
this.groupBox1.Controls.Add(this.checkBox4);
this.groupBox1.Controls.Add(this.checkBox6);
this.groupBox1.Controls.Add(this.checkBox5);
this.groupBox1.Location = new System.Drawing.Point(28, 100);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(315, 184);
this.groupBox1.TabIndex = 11;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "数据选项";
//
// checkBox9
//
this.checkBox9.AutoSize = true;
this.checkBox9.Checked = true;
this.checkBox9.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBox9.Location = new System.Drawing.Point(177, 162);
this.checkBox9.Name = "checkBox9";
this.checkBox9.Size = new System.Drawing.Size(96, 16);
this.checkBox9.TabIndex = 11;
this.checkBox9.Text = "蒸汽仪表密度";
this.checkBox9.UseVisualStyleBackColor = true;
//
// checkBox10
//
this.checkBox10.AutoSize = true;
this.checkBox10.Checked = true;
this.checkBox10.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBox10.Location = new System.Drawing.Point(9, 162);
this.checkBox10.Name = "checkBox10";
this.checkBox10.Size = new System.Drawing.Size(96, 16);
this.checkBox10.TabIndex = 10;
this.checkBox10.Text = "蒸汽仪表差压";
this.checkBox10.UseVisualStyleBackColor = true;
//
// checkBox8
//
this.checkBox8.AutoSize = true;
this.checkBox8.Checked = true;
this.checkBox8.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBox8.Location = new System.Drawing.Point(177, 126);
this.checkBox8.Name = "checkBox8";
this.checkBox8.Size = new System.Drawing.Size(96, 16);
this.checkBox8.TabIndex = 9;
this.checkBox8.Text = "蒸汽仪表频率";
this.checkBox8.UseVisualStyleBackColor = true;
//
// linkLabelUnSelect
//
this.linkLabelUnSelect.AutoSize = true;
this.linkLabelUnSelect.Location = new System.Drawing.Point(109, 308);
this.linkLabelUnSelect.Name = "linkLabelUnSelect";
this.linkLabelUnSelect.Size = new System.Drawing.Size(29, 12);
this.linkLabelUnSelect.TabIndex = 22;
this.linkLabelUnSelect.TabStop = true;
this.linkLabelUnSelect.Text = "反选";
this.linkLabelUnSelect.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelUnSelect_LinkClicked);
//
// linkLabelNoSelect
//
this.linkLabelNoSelect.AutoSize = true;
this.linkLabelNoSelect.Location = new System.Drawing.Point(72, 308);
this.linkLabelNoSelect.Name = "linkLabelNoSelect";
this.linkLabelNoSelect.Size = new System.Drawing.Size(29, 12);
this.linkLabelNoSelect.TabIndex = 21;
this.linkLabelNoSelect.TabStop = true;
this.linkLabelNoSelect.Text = "不选";
this.linkLabelNoSelect.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelNoSelect_LinkClicked);
//
// linkLabelAllSelect
//
this.linkLabelAllSelect.AutoSize = true;
this.linkLabelAllSelect.Location = new System.Drawing.Point(35, 308);
this.linkLabelAllSelect.Name = "linkLabelAllSelect";
this.linkLabelAllSelect.Size = new System.Drawing.Size(29, 12);
this.linkLabelAllSelect.TabIndex = 20;
this.linkLabelAllSelect.TabStop = true;
this.linkLabelAllSelect.Text = "全选";
this.linkLabelAllSelect.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelAllSelect_LinkClicked);
//
// S_CallDataForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(374, 385);
this.Controls.Add(this.linkLabelUnSelect);
this.Controls.Add(this.linkLabelNoSelect);
this.Controls.Add(this.linkLabelAllSelect);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.tbMeterID);
this.Controls.Add(this.label1);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnApply);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Name = "S_CallDataForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "数据招唤输入窗口";
this.Load += new System.EventHandler(this.CallDataForm_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnApply;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.CheckBox checkBox1;
private System.Windows.Forms.CheckBox checkBox2;
private System.Windows.Forms.CheckBox checkBox3;
private System.Windows.Forms.CheckBox checkBox4;
private System.Windows.Forms.CheckBox checkBox5;
private System.Windows.Forms.CheckBox checkBox6;
private System.Windows.Forms.CheckBox checkBox7;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox tbMeterID;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.CheckBox checkBox8;
private System.Windows.Forms.CheckBox checkBox9;
private System.Windows.Forms.CheckBox checkBox10;
private System.Windows.Forms.LinkLabel linkLabelUnSelect;
private System.Windows.Forms.LinkLabel linkLabelNoSelect;
private System.Windows.Forms.LinkLabel linkLabelAllSelect;
}
}