namespace TProduct.Link.Debugger.Analog
|
{
|
partial class Calc420RangleDlg
|
{
|
/// <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.spinEditQ = new DevExpress.XtraEditors.SpinEdit();
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
this.spinEditI = new DevExpress.XtraEditors.SpinEdit();
|
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
|
this.groupBox1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.spinEdit1.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.spinEditQ.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.spinEditI.Properties)).BeginInit();
|
this.SuspendLayout();
|
//
|
// groupBox1
|
//
|
this.groupBox1.Controls.Add(this.spinEdit1);
|
this.groupBox1.Controls.Add(this.simpleButton1);
|
this.groupBox1.Controls.Add(this.spinEditQ);
|
this.groupBox1.Controls.Add(this.labelControl1);
|
this.groupBox1.Controls.Add(this.spinEditI);
|
this.groupBox1.Controls.Add(this.labelControl3);
|
this.groupBox1.Location = new System.Drawing.Point(3, 1);
|
this.groupBox1.Name = "groupBox1";
|
this.groupBox1.Size = new System.Drawing.Size(205, 133);
|
this.groupBox1.TabIndex = 0;
|
this.groupBox1.TabStop = false;
|
this.groupBox1.Text = "计算4-20毫安的量程";
|
this.groupBox1.Enter += new System.EventHandler(this.groupBox1_Enter);
|
//
|
// spinEdit1
|
//
|
this.spinEdit1.EditValue = new decimal(new int[] {
|
0,
|
0,
|
0,
|
0});
|
this.spinEdit1.Location = new System.Drawing.Point(110, 87);
|
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(15, 86);
|
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);
|
//
|
// spinEditQ
|
//
|
this.spinEditQ.EditValue = new decimal(new int[] {
|
10,
|
0,
|
0,
|
0});
|
this.spinEditQ.Location = new System.Drawing.Point(110, 58);
|
this.spinEditQ.Name = "spinEditQ";
|
this.spinEditQ.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.spinEditQ.Properties.MaxValue = new decimal(new int[] {
|
1000000,
|
0,
|
0,
|
0});
|
this.spinEditQ.Properties.MinValue = new decimal(new int[] {
|
10,
|
0,
|
0,
|
0});
|
this.spinEditQ.Size = new System.Drawing.Size(81, 20);
|
this.spinEditQ.TabIndex = 1;
|
//
|
// labelControl1
|
//
|
this.labelControl1.Location = new System.Drawing.Point(30, 61);
|
this.labelControl1.Name = "labelControl1";
|
this.labelControl1.Size = new System.Drawing.Size(60, 14);
|
this.labelControl1.TabIndex = 0;
|
this.labelControl1.Text = "当前流量值";
|
//
|
// spinEditI
|
//
|
this.spinEditI.EditValue = new decimal(new int[] {
|
10,
|
0,
|
0,
|
0});
|
this.spinEditI.Location = new System.Drawing.Point(110, 30);
|
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(30, 33);
|
this.labelControl3.Name = "labelControl3";
|
this.labelControl3.Size = new System.Drawing.Size(60, 14);
|
this.labelControl3.TabIndex = 0;
|
this.labelControl3.Text = "当前电流值";
|
//
|
// Calc420RangleDlg
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(212, 138);
|
this.Controls.Add(this.groupBox1);
|
this.MaximizeBox = false;
|
this.Name = "Calc420RangleDlg";
|
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.spinEditQ.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.spinEditI.Properties)).EndInit();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
private DevExpress.XtraEditors.SpinEdit spinEditI;
|
private DevExpress.XtraEditors.LabelControl labelControl3;
|
private DevExpress.XtraEditors.SimpleButton simpleButton1;
|
private DevExpress.XtraEditors.SpinEdit spinEdit1;
|
private DevExpress.XtraEditors.SpinEdit spinEditQ;
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
}
|
}
|