|
|
|
@ -108,7 +108,7 @@
|
|
|
|
|
this.txtMaxVal.Location = new System.Drawing.Point(148, 5);
|
|
|
|
|
this.txtMaxVal.Name = "txtMaxVal";
|
|
|
|
|
this.txtMaxVal.Properties.AutoHeight = false;
|
|
|
|
|
this.txtMaxVal.Properties.NullValuePrompt = "电流上限";
|
|
|
|
|
this.txtMaxVal.Properties.NullValuePrompt = "上限";
|
|
|
|
|
this.txtMaxVal.Size = new System.Drawing.Size(77, 27);
|
|
|
|
|
this.txtMaxVal.StyleController = this.layoutControl1;
|
|
|
|
|
this.txtMaxVal.TabIndex = 5;
|
|
|
|
@ -118,7 +118,7 @@
|
|
|
|
|
this.txtMinVal.Location = new System.Drawing.Point(235, 5);
|
|
|
|
|
this.txtMinVal.Name = "txtMinVal";
|
|
|
|
|
this.txtMinVal.Properties.AutoHeight = false;
|
|
|
|
|
this.txtMinVal.Properties.NullValuePrompt = "电流下限";
|
|
|
|
|
this.txtMinVal.Properties.NullValuePrompt = "下限";
|
|
|
|
|
this.txtMinVal.Size = new System.Drawing.Size(77, 27);
|
|
|
|
|
this.txtMinVal.StyleController = this.layoutControl1;
|
|
|
|
|
this.txtMinVal.TabIndex = 6;
|
|
|
|
|