namespace TProduct.Link.Debugger.Analog
|
{
|
partial class Calc420ValueDlg
|
{
|
/// <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.groupBox1 = new System.Windows.Forms.GroupBox();
|
this.spinEdit1 = new DevExpress.XtraEditors.SpinEdit();
|
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
|
this.spinEditI = new DevExpress.XtraEditors.SpinEdit();
|
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
|
this.spinEditQ20 = new DevExpress.XtraEditors.SpinEdit();
|
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
this.spinEditQ4 = new DevExpress.XtraEditors.SpinEdit();
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
this.groupBox1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.spinEdit1.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.spinEditI.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.spinEditQ20.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.spinEditQ4.Properties)).BeginInit();
|
this.SuspendLayout();
|
//
|
// groupBox1
|
//
|
this.groupBox1.Controls.Add(this.spinEdit1);
|
this.groupBox1.Controls.Add(this.simpleButton1);
|
this.groupBox1.Controls.Add(this.spinEditI);
|
this.groupBox1.Controls.Add(this.labelControl3);
|
this.groupBox1.Controls.Add(this.spinEditQ20);
|
this.groupBox1.Controls.Add(this.labelControl2);
|
this.groupBox1.Controls.Add(this.spinEditQ4);
|
this.groupBox1.Controls.Add(this.labelControl1);
|
this.groupBox1.Location = new System.Drawing.Point(3, 1);
|
this.groupBox1.Name = "groupBox1";
|
this.groupBox1.Size = new System.Drawing.Size(211, 133);
|
this.groupBox1.TabIndex = 0;
|
this.groupBox1.TabStop = false;
|
this.groupBox1.Text = "计算真实值";
|
//
|
// spinEdit1
|
//
|
this.spinEdit1.EditValue = new decimal(new int[] {
|
0,
|
0,
|
0,
|
0});
|
this.spinEdit1.Location = new System.Drawing.Point(114, 105);
|
this.spinEdit1.Name = "spinEdit1";
|
this.spinEdit1.Size = new System.Drawing.Size(81, 20);
|
this.spinEdit1.TabIndex = 1;
|
//
|
// simpleButton1
|
//
|
this.simpleButton1.Location = new System.Drawing.Point(19, 104);
|
this.simpleButton1.Name = "simpleButton1";
|
this.simpleButton1.Size = new System.Drawing.Size(75, 23);
|
this.simpleButton1.TabIndex = 2;
|
this.simpleButton1.Text = "计算";
|
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
|
//
|
// spinEditI
|
//
|
this.spinEditI.EditValue = new decimal(new int[] {
|
10,
|
0,
|
0,
|
0});
|
this.spinEditI.Location = new System.Drawing.Point(114, 77);
|
this.spinEditI.Name = "spinEditI";
|
this.spinEditI.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.spinEditI.Properties.MaxValue = new decimal(new int[] {
|
25,
|
0,
|
0,
|
0});
|
this.spinEditI.Properties.MinValue = new decimal(new int[] {
|
3,
|
0,
|
0,
|
0});
|
this.spinEditI.Size = new System.Drawing.Size(81, 20);
|
this.spinEditI.TabIndex = 1;
|
//
|
// labelControl3
|
//
|
this.labelControl3.Location = new System.Drawing.Point(19, 80);
|
this.labelControl3.Name = "labelControl3";
|
this.labelControl3.Size = new System.Drawing.Size(60, 14);
|
this.labelControl3.TabIndex = 0;
|
this.labelControl3.Text = "当前电流值";
|
//
|
// spinEditQ20
|
//
|
this.spinEditQ20.EditValue = new decimal(new int[] {
|
1000,
|
0,
|
0,
|
0});
|
this.spinEditQ20.Location = new System.Drawing.Point(114, 49);
|
this.spinEditQ20.Name = "spinEditQ20";
|
this.spinEditQ20.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.spinEditQ20.Properties.MaxValue = new decimal(new int[] {
|
100000,
|
0,
|
0,
|
0});
|
this.spinEditQ20.Size = new System.Drawing.Size(81, 20);
|
this.spinEditQ20.TabIndex = 1;
|
//
|
// labelControl2
|
//
|
this.labelControl2.Location = new System.Drawing.Point(19, 52);
|
this.labelControl2.Name = "labelControl2";
|
this.labelControl2.Size = new System.Drawing.Size(86, 14);
|
this.labelControl2.TabIndex = 0;
|
this.labelControl2.Text = "20毫安的流量值";
|
//
|
// spinEditQ4
|
//
|
this.spinEditQ4.EditValue = new decimal(new int[] {
|
0,
|
0,
|
0,
|
0});
|
this.spinEditQ4.Location = new System.Drawing.Point(114, 21);
|
this.spinEditQ4.Name = "spinEditQ4";
|
this.spinEditQ4.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.spinEditQ4.Size = new System.Drawing.Size(81, 20);
|
this.spinEditQ4.TabIndex = 1;
|
//
|
// labelControl1
|
//
|
this.labelControl1.Location = new System.Drawing.Point(26, 24);
|
this.labelControl1.Name = "labelControl1";
|
this.labelControl1.Size = new System.Drawing.Size(79, 14);
|
this.labelControl1.TabIndex = 0;
|
this.labelControl1.Text = "4毫安的流量值";
|
//
|
// Calc420ValueDlg
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(221, 139);
|
this.Controls.Add(this.groupBox1);
|
this.MaximizeBox = false;
|
this.Name = "Calc420ValueDlg";
|
this.ShowIcon = false;
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.groupBox1.ResumeLayout(false);
|
this.groupBox1.PerformLayout();
|
((System.ComponentModel.ISupportInitialize)(this.spinEdit1.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.spinEditI.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.spinEditQ20.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.spinEditQ4.Properties)).EndInit();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
private DevExpress.XtraEditors.SpinEdit spinEditQ4;
|
private DevExpress.XtraEditors.SpinEdit spinEditI;
|
private DevExpress.XtraEditors.LabelControl labelControl3;
|
private DevExpress.XtraEditors.SpinEdit spinEditQ20;
|
private DevExpress.XtraEditors.LabelControl labelControl2;
|
private DevExpress.XtraEditors.SimpleButton simpleButton1;
|
private DevExpress.XtraEditors.SpinEdit spinEdit1;
|
}
|
}
|