namespace JinYuan.ControlLib { partial class UCElectricityMeterH { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UCElectricityMeterV)); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.txtAccumulatedElectricity = new JinYuan.ControlLib.TextSet(); this.txtPhaseVoltageA = new JinYuan.ControlLib.TextSet(); this.txtPhaseVoltageB = new JinYuan.ControlLib.TextSet(); this.txtPhaseVoltageC = new JinYuan.ControlLib.TextSet(); this.txtPhaseCurrentA = new JinYuan.ControlLib.TextSet(); this.txtPhaseCurrentB = new JinYuan.ControlLib.TextSet(); this.txtPhaseCurrentC = new JinYuan.ControlLib.TextSet(); this.txtPhasePowerA = new JinYuan.ControlLib.TextSet(); this.txtPhasePowerB = new JinYuan.ControlLib.TextSet(); this.txtPowerFactor = new JinYuan.ControlLib.TextSet2(); this.txtPhasePowerC = new JinYuan.ControlLib.TextSet(); this.txtCt = new JinYuan.ControlLib.TextSet2(); this.txtPt = new JinYuan.ControlLib.TextSet2(); this.txtActivePower = new JinYuan.ControlLib.TextSet2(); this.UCtitleName = new JinYuan.ControlLib.LongTitleStyle2(); this.tableLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 2; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 49.50495F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.49505F)); this.tableLayoutPanel1.Controls.Add(this.txtAccumulatedElectricity, 0, 7); this.tableLayoutPanel1.Controls.Add(this.txtPhaseVoltageA, 0, 0); this.tableLayoutPanel1.Controls.Add(this.txtPhaseVoltageB, 0, 1); this.tableLayoutPanel1.Controls.Add(this.txtPhaseVoltageC, 0, 2); this.tableLayoutPanel1.Controls.Add(this.txtPhaseCurrentA, 1, 0); this.tableLayoutPanel1.Controls.Add(this.txtPhaseCurrentB, 1, 1); this.tableLayoutPanel1.Controls.Add(this.txtPhaseCurrentC, 1, 2); this.tableLayoutPanel1.Controls.Add(this.txtPhasePowerA, 0, 3); this.tableLayoutPanel1.Controls.Add(this.txtPhasePowerB, 0, 4); this.tableLayoutPanel1.Controls.Add(this.txtPowerFactor, 1, 3); this.tableLayoutPanel1.Controls.Add(this.txtPhasePowerC, 0, 5); this.tableLayoutPanel1.Controls.Add(this.txtCt, 1, 6); this.tableLayoutPanel1.Controls.Add(this.txtPt, 1, 5); this.tableLayoutPanel1.Controls.Add(this.txtActivePower, 1, 4); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 28); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 8; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 38F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 38F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 38F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 38F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 38F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 38F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 38F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 38F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(361, 303); this.tableLayoutPanel1.TabIndex = 17; // // txtAccumulatedElectricity // this.txtAccumulatedElectricity.BindVarName = null; this.tableLayoutPanel1.SetColumnSpan(this.txtAccumulatedElectricity, 2); this.txtAccumulatedElectricity.CurrentValue = "0.0"; this.txtAccumulatedElectricity.Dock = System.Windows.Forms.DockStyle.Fill; this.txtAccumulatedElectricity.Font = new System.Drawing.Font("微软雅黑", 10.5F); this.txtAccumulatedElectricity.ForeColor = System.Drawing.Color.White; this.txtAccumulatedElectricity.Location = new System.Drawing.Point(4, 271); this.txtAccumulatedElectricity.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtAccumulatedElectricity.Name = "txtAccumulatedElectricity"; this.txtAccumulatedElectricity.Size = new System.Drawing.Size(353, 28); this.txtAccumulatedElectricity.TabIndex = 14; this.txtAccumulatedElectricity.TitleName = "累计有功电能"; this.txtAccumulatedElectricity.Unit = "kW·h"; // // txtPhaseVoltageA // this.txtPhaseVoltageA.BindVarName = null; this.txtPhaseVoltageA.CurrentValue = "123.5"; this.txtPhaseVoltageA.Dock = System.Windows.Forms.DockStyle.Fill; this.txtPhaseVoltageA.Font = new System.Drawing.Font("微软雅黑", 10.5F); this.txtPhaseVoltageA.ForeColor = System.Drawing.Color.White; this.txtPhaseVoltageA.Location = new System.Drawing.Point(1, 1); this.txtPhaseVoltageA.Margin = new System.Windows.Forms.Padding(1); this.txtPhaseVoltageA.Name = "txtPhaseVoltageA"; this.txtPhaseVoltageA.Size = new System.Drawing.Size(176, 36); this.txtPhaseVoltageA.TabIndex = 2; this.txtPhaseVoltageA.TitleName = "A相电压"; this.txtPhaseVoltageA.Unit = "V"; // // txtPhaseVoltageB // this.txtPhaseVoltageB.BindVarName = null; this.txtPhaseVoltageB.CurrentValue = "0.0"; this.txtPhaseVoltageB.Dock = System.Windows.Forms.DockStyle.Fill; this.txtPhaseVoltageB.Font = new System.Drawing.Font("微软雅黑", 10.5F); this.txtPhaseVoltageB.ForeColor = System.Drawing.Color.White; this.txtPhaseVoltageB.Location = new System.Drawing.Point(4, 43); this.txtPhaseVoltageB.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtPhaseVoltageB.Name = "txtPhaseVoltageB"; this.txtPhaseVoltageB.Size = new System.Drawing.Size(170, 28); this.txtPhaseVoltageB.TabIndex = 3; this.txtPhaseVoltageB.TitleName = "B相电压"; this.txtPhaseVoltageB.Unit = "V"; // // txtPhaseVoltageC // this.txtPhaseVoltageC.BindVarName = null; this.txtPhaseVoltageC.CurrentValue = "0.0"; this.txtPhaseVoltageC.Dock = System.Windows.Forms.DockStyle.Fill; this.txtPhaseVoltageC.Font = new System.Drawing.Font("微软雅黑", 10.5F); this.txtPhaseVoltageC.ForeColor = System.Drawing.Color.White; this.txtPhaseVoltageC.Location = new System.Drawing.Point(4, 81); this.txtPhaseVoltageC.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtPhaseVoltageC.Name = "txtPhaseVoltageC"; this.txtPhaseVoltageC.Size = new System.Drawing.Size(170, 28); this.txtPhaseVoltageC.TabIndex = 4; this.txtPhaseVoltageC.TitleName = "C相电压"; this.txtPhaseVoltageC.Unit = "V"; // // txtPhaseCurrentA // this.txtPhaseCurrentA.BindVarName = null; this.txtPhaseCurrentA.CurrentValue = "0.0"; this.txtPhaseCurrentA.Dock = System.Windows.Forms.DockStyle.Fill; this.txtPhaseCurrentA.Font = new System.Drawing.Font("微软雅黑", 10.5F); this.txtPhaseCurrentA.ForeColor = System.Drawing.Color.White; this.txtPhaseCurrentA.Location = new System.Drawing.Point(182, 5); this.txtPhaseCurrentA.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtPhaseCurrentA.Name = "txtPhaseCurrentA"; this.txtPhaseCurrentA.Size = new System.Drawing.Size(175, 28); this.txtPhaseCurrentA.TabIndex = 5; this.txtPhaseCurrentA.TitleName = "A相电流"; this.txtPhaseCurrentA.Unit = "A"; // // txtPhaseCurrentB // this.txtPhaseCurrentB.BindVarName = null; this.txtPhaseCurrentB.CurrentValue = "0.0"; this.txtPhaseCurrentB.Dock = System.Windows.Forms.DockStyle.Fill; this.txtPhaseCurrentB.Font = new System.Drawing.Font("微软雅黑", 10.5F); this.txtPhaseCurrentB.ForeColor = System.Drawing.Color.White; this.txtPhaseCurrentB.Location = new System.Drawing.Point(182, 43); this.txtPhaseCurrentB.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtPhaseCurrentB.Name = "txtPhaseCurrentB"; this.txtPhaseCurrentB.Size = new System.Drawing.Size(175, 28); this.txtPhaseCurrentB.TabIndex = 6; this.txtPhaseCurrentB.TitleName = "B相电流"; this.txtPhaseCurrentB.Unit = "A"; // // txtPhaseCurrentC // this.txtPhaseCurrentC.BindVarName = null; this.txtPhaseCurrentC.CurrentValue = "0.0"; this.txtPhaseCurrentC.Dock = System.Windows.Forms.DockStyle.Fill; this.txtPhaseCurrentC.Font = new System.Drawing.Font("微软雅黑", 10.5F); this.txtPhaseCurrentC.ForeColor = System.Drawing.Color.White; this.txtPhaseCurrentC.Location = new System.Drawing.Point(182, 81); this.txtPhaseCurrentC.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtPhaseCurrentC.Name = "txtPhaseCurrentC"; this.txtPhaseCurrentC.Size = new System.Drawing.Size(175, 28); this.txtPhaseCurrentC.TabIndex = 7; this.txtPhaseCurrentC.TitleName = "C相电流"; this.txtPhaseCurrentC.Unit = "A"; // // txtPhasePowerA // this.txtPhasePowerA.BindVarName = null; this.txtPhasePowerA.CurrentValue = "0.0"; this.txtPhasePowerA.Dock = System.Windows.Forms.DockStyle.Fill; this.txtPhasePowerA.Font = new System.Drawing.Font("微软雅黑", 10.5F); this.txtPhasePowerA.ForeColor = System.Drawing.Color.White; this.txtPhasePowerA.Location = new System.Drawing.Point(4, 119); this.txtPhasePowerA.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtPhasePowerA.Name = "txtPhasePowerA"; this.txtPhasePowerA.Size = new System.Drawing.Size(170, 28); this.txtPhasePowerA.TabIndex = 8; this.txtPhasePowerA.TitleName = "A相功率"; this.txtPhasePowerA.Unit = "W"; // // txtPhasePowerB // this.txtPhasePowerB.BindVarName = null; this.txtPhasePowerB.CurrentValue = "0.0"; this.txtPhasePowerB.Dock = System.Windows.Forms.DockStyle.Fill; this.txtPhasePowerB.Font = new System.Drawing.Font("微软雅黑", 10.5F); this.txtPhasePowerB.ForeColor = System.Drawing.Color.White; this.txtPhasePowerB.Location = new System.Drawing.Point(4, 157); this.txtPhasePowerB.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtPhasePowerB.Name = "txtPhasePowerB"; this.txtPhasePowerB.Size = new System.Drawing.Size(170, 28); this.txtPhasePowerB.TabIndex = 9; this.txtPhasePowerB.TitleName = "B相功率"; this.txtPhasePowerB.Unit = "W"; // // txtPowerFactor // this.txtPowerFactor.BindVarName = null; this.txtPowerFactor.CurrentValue = "0.0"; this.txtPowerFactor.Dock = System.Windows.Forms.DockStyle.Fill; this.txtPowerFactor.Font = new System.Drawing.Font("微软雅黑", 10.5F); this.txtPowerFactor.ForeColor = System.Drawing.Color.White; this.txtPowerFactor.Location = new System.Drawing.Point(182, 119); this.txtPowerFactor.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtPowerFactor.Name = "txtPowerFactor"; this.txtPowerFactor.Size = new System.Drawing.Size(175, 28); this.txtPowerFactor.TabIndex = 19; this.txtPowerFactor.TitleName = "总功率因素"; // // txtPhasePowerC // this.txtPhasePowerC.BindVarName = null; this.txtPhasePowerC.CurrentValue = "0.0"; this.txtPhasePowerC.Dock = System.Windows.Forms.DockStyle.Fill; this.txtPhasePowerC.Font = new System.Drawing.Font("微软雅黑", 10.5F); this.txtPhasePowerC.ForeColor = System.Drawing.Color.White; this.txtPhasePowerC.Location = new System.Drawing.Point(4, 195); this.txtPhasePowerC.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtPhasePowerC.Name = "txtPhasePowerC"; this.txtPhasePowerC.Size = new System.Drawing.Size(170, 28); this.txtPhasePowerC.TabIndex = 10; this.txtPhasePowerC.TitleName = "C相功率"; this.txtPhasePowerC.Unit = "W"; // // txtCt // this.txtCt.BindVarName = null; this.txtCt.CurrentValue = "0.0"; this.txtCt.Dock = System.Windows.Forms.DockStyle.Fill; this.txtCt.Font = new System.Drawing.Font("微软雅黑", 10.5F); this.txtCt.ForeColor = System.Drawing.Color.White; this.txtCt.Location = new System.Drawing.Point(182, 233); this.txtCt.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtCt.Name = "txtCt"; this.txtCt.Size = new System.Drawing.Size(175, 28); this.txtCt.TabIndex = 18; this.txtCt.TitleName = "电流变比"; // // txtPt // this.txtPt.BindVarName = null; this.txtPt.CurrentValue = "0.0"; this.txtPt.Dock = System.Windows.Forms.DockStyle.Fill; this.txtPt.Font = new System.Drawing.Font("微软雅黑", 10.5F); this.txtPt.ForeColor = System.Drawing.Color.White; this.txtPt.Location = new System.Drawing.Point(182, 195); this.txtPt.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtPt.Name = "txtPt"; this.txtPt.Size = new System.Drawing.Size(175, 28); this.txtPt.TabIndex = 18; this.txtPt.TitleName = "电压变比"; // // txtActivePower // this.txtActivePower.BindVarName = null; this.txtActivePower.CurrentValue = "0.0"; this.txtActivePower.Dock = System.Windows.Forms.DockStyle.Fill; this.txtActivePower.Font = new System.Drawing.Font("微软雅黑", 10.5F); this.txtActivePower.ForeColor = System.Drawing.Color.White; this.txtActivePower.Location = new System.Drawing.Point(182, 157); this.txtActivePower.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtActivePower.Name = "txtActivePower"; this.txtActivePower.Size = new System.Drawing.Size(175, 28); this.txtActivePower.TabIndex = 20; this.txtActivePower.TitleName = "总有功功率"; // // UCtitleName // this.UCtitleName.BackColor = System.Drawing.Color.Transparent; this.UCtitleName.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("UCtitleName.BackgroundImage"))); this.UCtitleName.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.UCtitleName.Dock = System.Windows.Forms.DockStyle.Top; this.UCtitleName.Location = new System.Drawing.Point(0, 0); this.UCtitleName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.UCtitleName.Name = "UCtitleName"; this.UCtitleName.Size = new System.Drawing.Size(361, 28); this.UCtitleName.TabIndex = 1; this.UCtitleName.TitleName = "智能电表"; // // UCElectricityMeter // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(39)))), ((int)(((byte)(104))))); this.Controls.Add(this.tableLayoutPanel1); this.Controls.Add(this.UCtitleName); this.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.Name = "UCElectricityMeter"; this.Size = new System.Drawing.Size(361, 331); this.tableLayoutPanel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private LongTitleStyle2 UCtitleName; private TextSet txtPhaseVoltageA; private TextSet txtPhaseVoltageB; private TextSet txtPhaseVoltageC; private TextSet txtPhaseCurrentA; private TextSet txtPhaseCurrentB; private TextSet txtPhaseCurrentC; private TextSet txtPhasePowerA; private TextSet txtPhasePowerB; private TextSet txtPhasePowerC; private TextSet txtAccumulatedElectricity; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private TextSet2 txtActivePower; private TextSet2 txtCt; private TextSet2 txtPowerFactor; private TextSet2 txtPt; } }