namespace ClientTest { partial class E_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.checkBox3 = new System.Windows.Forms.CheckBox(); this.checkBox1 = new System.Windows.Forms.CheckBox(); this.checkBox2 = new System.Windows.Forms.CheckBox(); this.btnApply = new System.Windows.Forms.Button(); this.tbMID = new System.Windows.Forms.TextBox(); this.checkBox7 = new System.Windows.Forms.CheckBox(); this.checkBox4 = new System.Windows.Forms.CheckBox(); this.btnCancel = new System.Windows.Forms.Button(); this.checkBox5 = new System.Windows.Forms.CheckBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.checkBox8 = new System.Windows.Forms.CheckBox(); this.checkBox6 = new System.Windows.Forms.CheckBox(); this.linkLabelAllSelect = new System.Windows.Forms.LinkLabel(); this.linkLabelNoSelect = new System.Windows.Forms.LinkLabel(); this.linkLabelUnSelect = new System.Windows.Forms.LinkLabel(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(21, 24); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(65, 12); this.label1.TabIndex = 14; this.label1.Text = "仪表编号:"; // // checkBox3 // this.checkBox3.AutoSize = true; this.checkBox3.Location = new System.Drawing.Point(9, 86); this.checkBox3.Name = "checkBox3"; this.checkBox3.Size = new System.Drawing.Size(66, 16); this.checkBox3.TabIndex = 4; this.checkBox3.Text = "C相电压"; this.checkBox3.UseVisualStyleBackColor = true; // // checkBox1 // this.checkBox1.AutoSize = true; this.checkBox1.Location = new System.Drawing.Point(9, 17); this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new System.Drawing.Size(66, 16); this.checkBox1.TabIndex = 2; this.checkBox1.Text = "A相电压"; this.checkBox1.UseVisualStyleBackColor = true; // // checkBox2 // this.checkBox2.AutoSize = true; this.checkBox2.Location = new System.Drawing.Point(9, 50); this.checkBox2.Name = "checkBox2"; this.checkBox2.Size = new System.Drawing.Size(66, 16); this.checkBox2.TabIndex = 3; this.checkBox2.Text = "B相电压"; this.checkBox2.UseVisualStyleBackColor = true; // // btnApply // this.btnApply.DialogResult = System.Windows.Forms.DialogResult.OK; this.btnApply.Location = new System.Drawing.Point(344, 144); this.btnApply.Name = "btnApply"; this.btnApply.Size = new System.Drawing.Size(75, 23); this.btnApply.TabIndex = 12; this.btnApply.Text = "应用"; this.btnApply.UseVisualStyleBackColor = true; this.btnApply.Click += new System.EventHandler(this.btnApply_Click); // // tbMID // this.tbMID.Location = new System.Drawing.Point(93, 20); this.tbMID.Name = "tbMID"; this.tbMID.ReadOnly = true; this.tbMID.Size = new System.Drawing.Size(95, 21); this.tbMID.TabIndex = 15; this.tbMID.Text = "111"; // // checkBox7 // this.checkBox7.AutoSize = true; this.checkBox7.Location = new System.Drawing.Point(9, 126); this.checkBox7.Name = "checkBox7"; this.checkBox7.Size = new System.Drawing.Size(84, 16); this.checkBox7.TabIndex = 8; this.checkBox7.Text = "总功率因数"; this.checkBox7.UseVisualStyleBackColor = true; // // checkBox4 // this.checkBox4.AutoSize = true; this.checkBox4.Location = new System.Drawing.Point(177, 20); this.checkBox4.Name = "checkBox4"; this.checkBox4.Size = new System.Drawing.Size(66, 16); this.checkBox4.TabIndex = 5; this.checkBox4.Text = "A相电流"; this.checkBox4.UseVisualStyleBackColor = true; // // btnCancel // this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Location = new System.Drawing.Point(344, 188); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(75, 23); this.btnCancel.TabIndex = 13; this.btnCancel.Text = "取消"; this.btnCancel.UseVisualStyleBackColor = true; // // checkBox5 // this.checkBox5.AutoSize = true; this.checkBox5.Location = new System.Drawing.Point(177, 55); this.checkBox5.Name = "checkBox5"; this.checkBox5.Size = new System.Drawing.Size(66, 16); this.checkBox5.TabIndex = 6; this.checkBox5.Text = "B相电流"; this.checkBox5.UseVisualStyleBackColor = true; // // groupBox1 // 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(23, 59); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(315, 152); this.groupBox1.TabIndex = 16; this.groupBox1.TabStop = false; this.groupBox1.Text = "数据选项"; // // checkBox8 // this.checkBox8.AutoSize = true; this.checkBox8.Location = new System.Drawing.Point(177, 126); this.checkBox8.Name = "checkBox8"; this.checkBox8.Size = new System.Drawing.Size(108, 16); this.checkBox8.TabIndex = 9; this.checkBox8.Text = "正向有功总电能"; this.checkBox8.UseVisualStyleBackColor = true; // // checkBox6 // this.checkBox6.AutoSize = true; this.checkBox6.Location = new System.Drawing.Point(177, 89); this.checkBox6.Name = "checkBox6"; this.checkBox6.Size = new System.Drawing.Size(66, 16); this.checkBox6.TabIndex = 7; this.checkBox6.Text = "C相电流"; this.checkBox6.UseVisualStyleBackColor = true; // // linkLabelAllSelect // this.linkLabelAllSelect.AutoSize = true; this.linkLabelAllSelect.Location = new System.Drawing.Point(30, 225); this.linkLabelAllSelect.Name = "linkLabelAllSelect"; this.linkLabelAllSelect.Size = new System.Drawing.Size(29, 12); this.linkLabelAllSelect.TabIndex = 17; this.linkLabelAllSelect.TabStop = true; this.linkLabelAllSelect.Text = "全选"; this.linkLabelAllSelect.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelAllSelect_LinkClicked); // // linkLabelNoSelect // this.linkLabelNoSelect.AutoSize = true; this.linkLabelNoSelect.Location = new System.Drawing.Point(67, 225); this.linkLabelNoSelect.Name = "linkLabelNoSelect"; this.linkLabelNoSelect.Size = new System.Drawing.Size(29, 12); this.linkLabelNoSelect.TabIndex = 18; this.linkLabelNoSelect.TabStop = true; this.linkLabelNoSelect.Text = "不选"; this.linkLabelNoSelect.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelNoSelect_LinkClicked); // // linkLabelUnSelect // this.linkLabelUnSelect.AutoSize = true; this.linkLabelUnSelect.Location = new System.Drawing.Point(104, 225); this.linkLabelUnSelect.Name = "linkLabelUnSelect"; this.linkLabelUnSelect.Size = new System.Drawing.Size(29, 12); this.linkLabelUnSelect.TabIndex = 19; this.linkLabelUnSelect.TabStop = true; this.linkLabelUnSelect.Text = "反选"; this.linkLabelUnSelect.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelUnSelect_LinkClicked); // // E_CallDataForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(424, 246); this.Controls.Add(this.linkLabelUnSelect); this.Controls.Add(this.linkLabelNoSelect); this.Controls.Add(this.linkLabelAllSelect); this.Controls.Add(this.label1); this.Controls.Add(this.btnApply); this.Controls.Add(this.tbMID); this.Controls.Add(this.btnCancel); this.Controls.Add(this.groupBox1); this.Name = "E_CallDataForm"; this.Text = "电表数据招唤窗口"; this.Load += new System.EventHandler(this.E_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.CheckBox checkBox3; private System.Windows.Forms.CheckBox checkBox1; private System.Windows.Forms.CheckBox checkBox2; private System.Windows.Forms.Button btnApply; private System.Windows.Forms.TextBox tbMID; private System.Windows.Forms.CheckBox checkBox7; private System.Windows.Forms.CheckBox checkBox4; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.CheckBox checkBox5; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.CheckBox checkBox8; private System.Windows.Forms.CheckBox checkBox6; private System.Windows.Forms.LinkLabel linkLabelAllSelect; private System.Windows.Forms.LinkLabel linkLabelNoSelect; private System.Windows.Forms.LinkLabel linkLabelUnSelect; } }