|
@@ -29,6 +29,9 @@
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
|
+ this.label9 = new System.Windows.Forms.Label();
|
|
|
+ this.ReportPort = new System.Windows.Forms.TextBox();
|
|
|
+ this.isAutoStart = new System.Windows.Forms.CheckBox();
|
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
|
this.dataBase = new System.Windows.Forms.TextBox();
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
@@ -49,15 +52,16 @@
|
|
|
this.connectionTimeOut = new System.Windows.Forms.TextBox();
|
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
|
- this.isAutoStart = new System.Windows.Forms.CheckBox();
|
|
|
- this.ReportPort = new System.Windows.Forms.TextBox();
|
|
|
- this.label9 = new System.Windows.Forms.Label();
|
|
|
+ this.label10 = new System.Windows.Forms.Label();
|
|
|
+ this.MonitorPort = new System.Windows.Forms.TextBox();
|
|
|
this.groupBox1.SuspendLayout();
|
|
|
this.groupBox2.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// groupBox1
|
|
|
//
|
|
|
+ this.groupBox1.Controls.Add(this.MonitorPort);
|
|
|
+ this.groupBox1.Controls.Add(this.label10);
|
|
|
this.groupBox1.Controls.Add(this.label9);
|
|
|
this.groupBox1.Controls.Add(this.ReportPort);
|
|
|
this.groupBox1.Controls.Add(this.isAutoStart);
|
|
@@ -76,10 +80,36 @@
|
|
|
this.groupBox1.TabStop = false;
|
|
|
this.groupBox1.Text = "数据库配置";
|
|
|
//
|
|
|
+ // label9
|
|
|
+ //
|
|
|
+ this.label9.AutoSize = true;
|
|
|
+ this.label9.Location = new System.Drawing.Point(18, 173);
|
|
|
+ this.label9.Name = "label9";
|
|
|
+ this.label9.Size = new System.Drawing.Size(77, 12);
|
|
|
+ this.label9.TabIndex = 12;
|
|
|
+ this.label9.Text = "数据上报端口";
|
|
|
+ //
|
|
|
+ // ReportPort
|
|
|
+ //
|
|
|
+ this.ReportPort.Location = new System.Drawing.Point(101, 169);
|
|
|
+ this.ReportPort.Name = "ReportPort";
|
|
|
+ this.ReportPort.Size = new System.Drawing.Size(100, 21);
|
|
|
+ this.ReportPort.TabIndex = 11;
|
|
|
+ //
|
|
|
+ // isAutoStart
|
|
|
+ //
|
|
|
+ this.isAutoStart.AutoSize = true;
|
|
|
+ this.isAutoStart.Location = new System.Drawing.Point(101, 242);
|
|
|
+ this.isAutoStart.Name = "isAutoStart";
|
|
|
+ this.isAutoStart.Size = new System.Drawing.Size(120, 16);
|
|
|
+ this.isAutoStart.TabIndex = 9;
|
|
|
+ this.isAutoStart.Text = "是否打开自动启动";
|
|
|
+ this.isAutoStart.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
// label4
|
|
|
//
|
|
|
this.label4.AutoSize = true;
|
|
|
- this.label4.Location = new System.Drawing.Point(26, 70);
|
|
|
+ this.label4.Location = new System.Drawing.Point(54, 62);
|
|
|
this.label4.Name = "label4";
|
|
|
this.label4.Size = new System.Drawing.Size(41, 12);
|
|
|
this.label4.TabIndex = 7;
|
|
@@ -87,7 +117,7 @@
|
|
|
//
|
|
|
// dataBase
|
|
|
//
|
|
|
- this.dataBase.Location = new System.Drawing.Point(87, 67);
|
|
|
+ this.dataBase.Location = new System.Drawing.Point(101, 59);
|
|
|
this.dataBase.Name = "dataBase";
|
|
|
this.dataBase.Size = new System.Drawing.Size(172, 21);
|
|
|
this.dataBase.TabIndex = 6;
|
|
@@ -95,7 +125,7 @@
|
|
|
// label3
|
|
|
//
|
|
|
this.label3.AutoSize = true;
|
|
|
- this.label3.Location = new System.Drawing.Point(26, 156);
|
|
|
+ this.label3.Location = new System.Drawing.Point(66, 135);
|
|
|
this.label3.Name = "label3";
|
|
|
this.label3.Size = new System.Drawing.Size(29, 12);
|
|
|
this.label3.TabIndex = 5;
|
|
@@ -103,7 +133,7 @@
|
|
|
//
|
|
|
// passWord
|
|
|
//
|
|
|
- this.passWord.Location = new System.Drawing.Point(87, 153);
|
|
|
+ this.passWord.Location = new System.Drawing.Point(101, 132);
|
|
|
this.passWord.Name = "passWord";
|
|
|
this.passWord.Size = new System.Drawing.Size(172, 21);
|
|
|
this.passWord.TabIndex = 4;
|
|
@@ -111,7 +141,7 @@
|
|
|
// label2
|
|
|
//
|
|
|
this.label2.AutoSize = true;
|
|
|
- this.label2.Location = new System.Drawing.Point(26, 114);
|
|
|
+ this.label2.Location = new System.Drawing.Point(54, 99);
|
|
|
this.label2.Name = "label2";
|
|
|
this.label2.Size = new System.Drawing.Size(41, 12);
|
|
|
this.label2.TabIndex = 3;
|
|
@@ -119,7 +149,7 @@
|
|
|
//
|
|
|
// userName
|
|
|
//
|
|
|
- this.userName.Location = new System.Drawing.Point(87, 111);
|
|
|
+ this.userName.Location = new System.Drawing.Point(101, 96);
|
|
|
this.userName.Name = "userName";
|
|
|
this.userName.Size = new System.Drawing.Size(172, 21);
|
|
|
this.userName.TabIndex = 2;
|
|
@@ -127,7 +157,7 @@
|
|
|
// label1
|
|
|
//
|
|
|
this.label1.AutoSize = true;
|
|
|
- this.label1.Location = new System.Drawing.Point(26, 32);
|
|
|
+ this.label1.Location = new System.Drawing.Point(54, 27);
|
|
|
this.label1.Name = "label1";
|
|
|
this.label1.Size = new System.Drawing.Size(41, 12);
|
|
|
this.label1.TabIndex = 1;
|
|
@@ -135,7 +165,7 @@
|
|
|
//
|
|
|
// dataBaseIP
|
|
|
//
|
|
|
- this.dataBaseIP.Location = new System.Drawing.Point(87, 29);
|
|
|
+ this.dataBaseIP.Location = new System.Drawing.Point(101, 24);
|
|
|
this.dataBaseIP.Name = "dataBaseIP";
|
|
|
this.dataBaseIP.Size = new System.Drawing.Size(172, 21);
|
|
|
this.dataBaseIP.TabIndex = 0;
|
|
@@ -255,31 +285,21 @@
|
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
|
//
|
|
|
- // isAutoStart
|
|
|
- //
|
|
|
- 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
|
|
|
+ // label10
|
|
|
//
|
|
|
- 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;
|
|
|
+ this.label10.AutoSize = true;
|
|
|
+ this.label10.Location = new System.Drawing.Point(18, 209);
|
|
|
+ this.label10.Name = "label10";
|
|
|
+ this.label10.Size = new System.Drawing.Size(77, 12);
|
|
|
+ this.label10.TabIndex = 13;
|
|
|
+ this.label10.Text = "网站监听端口";
|
|
|
//
|
|
|
- // label9
|
|
|
+ // MonitorPort
|
|
|
//
|
|
|
- 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 = "上报端口";
|
|
|
+ this.MonitorPort.Location = new System.Drawing.Point(101, 206);
|
|
|
+ this.MonitorPort.Name = "MonitorPort";
|
|
|
+ this.MonitorPort.Size = new System.Drawing.Size(100, 21);
|
|
|
+ this.MonitorPort.TabIndex = 14;
|
|
|
//
|
|
|
// ParamSetForm
|
|
|
//
|
|
@@ -329,5 +349,7 @@
|
|
|
private System.Windows.Forms.CheckBox isAutoStart;
|
|
|
private System.Windows.Forms.Label label9;
|
|
|
private System.Windows.Forms.TextBox ReportPort;
|
|
|
+ private System.Windows.Forms.TextBox MonitorPort;
|
|
|
+ private System.Windows.Forms.Label label10;
|
|
|
}
|
|
|
}
|