|
@@ -38,6 +38,7 @@
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
this.dataBaseIP = new System.Windows.Forms.TextBox();
|
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
|
+ this.isBatteryDevice = new System.Windows.Forms.CheckBox();
|
|
|
this.isHaveModBus = new System.Windows.Forms.CheckBox();
|
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
|
this.connectionTimeOutInterval = new System.Windows.Forms.TextBox();
|
|
@@ -48,13 +49,18 @@
|
|
|
this.connectionTimeOut = new System.Windows.Forms.TextBox();
|
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
|
- this.isBatteryDevice = new System.Windows.Forms.CheckBox();
|
|
|
+ this.isAutoStart = new System.Windows.Forms.CheckBox();
|
|
|
+ this.ReportPort = new System.Windows.Forms.TextBox();
|
|
|
+ this.label9 = new System.Windows.Forms.Label();
|
|
|
this.groupBox1.SuspendLayout();
|
|
|
this.groupBox2.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// groupBox1
|
|
|
//
|
|
|
+ this.groupBox1.Controls.Add(this.label9);
|
|
|
+ this.groupBox1.Controls.Add(this.ReportPort);
|
|
|
+ this.groupBox1.Controls.Add(this.isAutoStart);
|
|
|
this.groupBox1.Controls.Add(this.label4);
|
|
|
this.groupBox1.Controls.Add(this.dataBase);
|
|
|
this.groupBox1.Controls.Add(this.label3);
|
|
@@ -73,7 +79,7 @@
|
|
|
// label4
|
|
|
//
|
|
|
this.label4.AutoSize = true;
|
|
|
- this.label4.Location = new System.Drawing.Point(26, 89);
|
|
|
+ this.label4.Location = new System.Drawing.Point(26, 70);
|
|
|
this.label4.Name = "label4";
|
|
|
this.label4.Size = new System.Drawing.Size(41, 12);
|
|
|
this.label4.TabIndex = 7;
|
|
@@ -81,7 +87,7 @@
|
|
|
//
|
|
|
// dataBase
|
|
|
//
|
|
|
- this.dataBase.Location = new System.Drawing.Point(87, 86);
|
|
|
+ this.dataBase.Location = new System.Drawing.Point(87, 67);
|
|
|
this.dataBase.Name = "dataBase";
|
|
|
this.dataBase.Size = new System.Drawing.Size(172, 21);
|
|
|
this.dataBase.TabIndex = 6;
|
|
@@ -89,7 +95,7 @@
|
|
|
// label3
|
|
|
//
|
|
|
this.label3.AutoSize = true;
|
|
|
- this.label3.Location = new System.Drawing.Point(26, 195);
|
|
|
+ this.label3.Location = new System.Drawing.Point(26, 156);
|
|
|
this.label3.Name = "label3";
|
|
|
this.label3.Size = new System.Drawing.Size(29, 12);
|
|
|
this.label3.TabIndex = 5;
|
|
@@ -97,7 +103,7 @@
|
|
|
//
|
|
|
// passWord
|
|
|
//
|
|
|
- this.passWord.Location = new System.Drawing.Point(87, 192);
|
|
|
+ this.passWord.Location = new System.Drawing.Point(87, 153);
|
|
|
this.passWord.Name = "passWord";
|
|
|
this.passWord.Size = new System.Drawing.Size(172, 21);
|
|
|
this.passWord.TabIndex = 4;
|
|
@@ -105,7 +111,7 @@
|
|
|
// label2
|
|
|
//
|
|
|
this.label2.AutoSize = true;
|
|
|
- this.label2.Location = new System.Drawing.Point(26, 140);
|
|
|
+ this.label2.Location = new System.Drawing.Point(26, 114);
|
|
|
this.label2.Name = "label2";
|
|
|
this.label2.Size = new System.Drawing.Size(41, 12);
|
|
|
this.label2.TabIndex = 3;
|
|
@@ -113,7 +119,7 @@
|
|
|
//
|
|
|
// userName
|
|
|
//
|
|
|
- this.userName.Location = new System.Drawing.Point(87, 137);
|
|
|
+ this.userName.Location = new System.Drawing.Point(87, 111);
|
|
|
this.userName.Name = "userName";
|
|
|
this.userName.Size = new System.Drawing.Size(172, 21);
|
|
|
this.userName.TabIndex = 2;
|
|
@@ -121,7 +127,7 @@
|
|
|
// label1
|
|
|
//
|
|
|
this.label1.AutoSize = true;
|
|
|
- this.label1.Location = new System.Drawing.Point(26, 43);
|
|
|
+ this.label1.Location = new System.Drawing.Point(26, 32);
|
|
|
this.label1.Name = "label1";
|
|
|
this.label1.Size = new System.Drawing.Size(41, 12);
|
|
|
this.label1.TabIndex = 1;
|
|
@@ -129,7 +135,7 @@
|
|
|
//
|
|
|
// dataBaseIP
|
|
|
//
|
|
|
- this.dataBaseIP.Location = new System.Drawing.Point(87, 40);
|
|
|
+ this.dataBaseIP.Location = new System.Drawing.Point(87, 29);
|
|
|
this.dataBaseIP.Name = "dataBaseIP";
|
|
|
this.dataBaseIP.Size = new System.Drawing.Size(172, 21);
|
|
|
this.dataBaseIP.TabIndex = 0;
|
|
@@ -152,6 +158,16 @@
|
|
|
this.groupBox2.TabStop = false;
|
|
|
this.groupBox2.Text = "参数配置";
|
|
|
//
|
|
|
+ // isBatteryDevice
|
|
|
+ //
|
|
|
+ this.isBatteryDevice.AutoSize = true;
|
|
|
+ this.isBatteryDevice.Location = new System.Drawing.Point(182, 173);
|
|
|
+ this.isBatteryDevice.Name = "isBatteryDevice";
|
|
|
+ this.isBatteryDevice.Size = new System.Drawing.Size(96, 16);
|
|
|
+ this.isBatteryDevice.TabIndex = 17;
|
|
|
+ this.isBatteryDevice.Text = "电池供电设备";
|
|
|
+ this.isBatteryDevice.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
// isHaveModBus
|
|
|
//
|
|
|
this.isHaveModBus.AutoSize = true;
|
|
@@ -239,15 +255,31 @@
|
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
|
//
|
|
|
- // isBatteryDevice
|
|
|
+ // isAutoStart
|
|
|
//
|
|
|
- this.isBatteryDevice.AutoSize = true;
|
|
|
- this.isBatteryDevice.Location = new System.Drawing.Point(182, 173);
|
|
|
- this.isBatteryDevice.Name = "isBatteryDevice";
|
|
|
- this.isBatteryDevice.Size = new System.Drawing.Size(96, 16);
|
|
|
- this.isBatteryDevice.TabIndex = 17;
|
|
|
- this.isBatteryDevice.Text = "电池供电设备";
|
|
|
- this.isBatteryDevice.UseVisualStyleBackColor = true;
|
|
|
+ this.isAutoStart.AutoSize = true;
|
|
|
+ this.isAutoStart.Location = new System.Drawing.Point(87, 236);
|
|
|
+ this.isAutoStart.Name = "isAutoStart";
|
|
|
+ this.isAutoStart.Size = new System.Drawing.Size(120, 16);
|
|
|
+ this.isAutoStart.TabIndex = 9;
|
|
|
+ this.isAutoStart.Text = "是否打开自动启动";
|
|
|
+ this.isAutoStart.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // ReportPort
|
|
|
+ //
|
|
|
+ this.ReportPort.Location = new System.Drawing.Point(87, 191);
|
|
|
+ this.ReportPort.Name = "ReportPort";
|
|
|
+ this.ReportPort.Size = new System.Drawing.Size(100, 21);
|
|
|
+ this.ReportPort.TabIndex = 11;
|
|
|
+ //
|
|
|
+ // label9
|
|
|
+ //
|
|
|
+ this.label9.AutoSize = true;
|
|
|
+ this.label9.Location = new System.Drawing.Point(28, 196);
|
|
|
+ this.label9.Name = "label9";
|
|
|
+ this.label9.Size = new System.Drawing.Size(53, 12);
|
|
|
+ this.label9.TabIndex = 12;
|
|
|
+ this.label9.Text = "上报端口";
|
|
|
//
|
|
|
// ParamSetForm
|
|
|
//
|
|
@@ -294,5 +326,8 @@
|
|
|
private System.Windows.Forms.TextBox connectionTimeOut;
|
|
|
private System.Windows.Forms.CheckBox isHaveModBus;
|
|
|
private System.Windows.Forms.CheckBox isBatteryDevice;
|
|
|
+ private System.Windows.Forms.CheckBox isAutoStart;
|
|
|
+ private System.Windows.Forms.Label label9;
|
|
|
+ private System.Windows.Forms.TextBox ReportPort;
|
|
|
}
|
|
|
}
|