namespace ClientTest { partial class E_CTPTSettingForm { /// /// 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.label13 = new System.Windows.Forms.Label(); this.tbMeterNo = new System.Windows.Forms.TextBox(); this.button2 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.tbCT = new System.Windows.Forms.TextBox(); this.tbPT = new System.Windows.Forms.TextBox(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // label13 // this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(56, 26); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(53, 12); this.label13.TabIndex = 62; this.label13.Text = "电表编号"; // // tbMeterNo // this.tbMeterNo.Location = new System.Drawing.Point(114, 21); this.tbMeterNo.Name = "tbMeterNo"; this.tbMeterNo.ReadOnly = true; this.tbMeterNo.Size = new System.Drawing.Size(100, 21); this.tbMeterNo.TabIndex = 63; this.tbMeterNo.Text = "01"; // // button2 // this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.button2.Location = new System.Drawing.Point(209, 197); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(73, 33); this.button2.TabIndex = 69; this.button2.Text = "取消"; this.button2.UseVisualStyleBackColor = true; // // button1 // this.button1.DialogResult = System.Windows.Forms.DialogResult.OK; this.button1.Location = new System.Drawing.Point(117, 197); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(73, 33); this.button1.TabIndex = 68; this.button1.Text = "应用"; this.button1.UseVisualStyleBackColor = true; // // groupBox1 // this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.tbCT); this.groupBox1.Controls.Add(this.tbPT); this.groupBox1.Location = new System.Drawing.Point(49, 72); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(200, 100); this.groupBox1.TabIndex = 70; this.groupBox1.TabStop = false; this.groupBox1.Text = "参数设置"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(33, 28); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(29, 12); this.label2.TabIndex = 71; this.label2.Text = "PT值"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(32, 65); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(29, 12); this.label1.TabIndex = 70; this.label1.Text = "CT值"; // // tbCT // this.tbCT.Location = new System.Drawing.Point(67, 61); this.tbCT.Name = "tbCT"; this.tbCT.Size = new System.Drawing.Size(100, 21); this.tbCT.TabIndex = 69; // // tbPT // this.tbPT.Location = new System.Drawing.Point(67, 24); this.tbPT.Name = "tbPT"; this.tbPT.Size = new System.Drawing.Size(100, 21); this.tbPT.TabIndex = 68; // // E_CTPTSettingForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(292, 240); this.Controls.Add(this.groupBox1); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Controls.Add(this.tbMeterNo); this.Controls.Add(this.label13); this.Name = "E_CTPTSettingForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "电表CTPT设置窗口"; this.Shown += new System.EventHandler(this.E_CTPTSettingForm_Shown); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label13; private System.Windows.Forms.TextBox tbMeterNo; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button1; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox tbCT; private System.Windows.Forms.TextBox tbPT; } }