|
@@ -56,13 +56,13 @@
|
|
|
this.btnStart = new System.Windows.Forms.Button();
|
|
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
+ this.label2 = new System.Windows.Forms.Label();
|
|
|
+ this.label1 = new System.Windows.Forms.Label();
|
|
|
this.txtMonitorPort = new System.Windows.Forms.TextBox();
|
|
|
this.button4 = new System.Windows.Forms.Button();
|
|
|
this.button3 = new System.Windows.Forms.Button();
|
|
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
|
|
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
|
|
|
- this.label1 = new System.Windows.Forms.Label();
|
|
|
- this.label2 = new System.Windows.Forms.Label();
|
|
|
this.contextMenuStrip1.SuspendLayout();
|
|
|
this.groupBox3.SuspendLayout();
|
|
|
this.statusStrip1.SuspendLayout();
|
|
@@ -267,7 +267,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
- this.txtPort.Location = new System.Drawing.Point(161, 15);
|
|
|
+ this.txtPort.Location = new System.Drawing.Point(167, 15);
|
|
|
this.txtPort.Name = "txtPort";
|
|
|
this.txtPort.ReadOnly = true;
|
|
|
this.txtPort.Size = new System.Drawing.Size(40, 21);
|
|
@@ -275,10 +275,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
- this.txtIpAddress.Location = new System.Drawing.Point(10, 14);
|
|
|
+ this.txtIpAddress.Location = new System.Drawing.Point(7, 14);
|
|
|
this.txtIpAddress.Name = "txtIpAddress";
|
|
|
this.txtIpAddress.ReadOnly = true;
|
|
|
- this.txtIpAddress.Size = new System.Drawing.Size(77, 21);
|
|
|
+ this.txtIpAddress.Size = new System.Drawing.Size(101, 21);
|
|
|
this.txtIpAddress.TabIndex = 18;
|
|
|
this.txtIpAddress.Text = "0.0.0.0";
|
|
|
|
|
@@ -346,9 +346,27 @@
|
|
|
this.panel1.Size = new System.Drawing.Size(776, 48);
|
|
|
this.panel1.TabIndex = 6;
|
|
|
|
|
|
+
|
|
|
+
|
|
|
+ this.label2.AutoSize = true;
|
|
|
+ this.label2.Location = new System.Drawing.Point(224, 19);
|
|
|
+ this.label2.Name = "label2";
|
|
|
+ this.label2.Size = new System.Drawing.Size(77, 12);
|
|
|
+ this.label2.TabIndex = 27;
|
|
|
+ this.label2.Text = "网站监听端口";
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.label1.AutoSize = true;
|
|
|
+ this.label1.Location = new System.Drawing.Point(111, 19);
|
|
|
+ this.label1.Name = "label1";
|
|
|
+ this.label1.Size = new System.Drawing.Size(53, 12);
|
|
|
+ this.label1.TabIndex = 26;
|
|
|
+ this.label1.Text = "上报端口";
|
|
|
+
|
|
|
|
|
|
|
|
|
- this.txtMonitorPort.Location = new System.Drawing.Point(300, 15);
|
|
|
+ this.txtMonitorPort.Location = new System.Drawing.Point(306, 15);
|
|
|
this.txtMonitorPort.Name = "txtMonitorPort";
|
|
|
this.txtMonitorPort.ReadOnly = true;
|
|
|
this.txtMonitorPort.Size = new System.Drawing.Size(40, 21);
|
|
@@ -400,24 +418,6 @@
|
|
|
this.splitContainer2.SplitterDistance = 325;
|
|
|
this.splitContainer2.TabIndex = 10;
|
|
|
|
|
|
-
|
|
|
-
|
|
|
- this.label1.AutoSize = true;
|
|
|
- this.label1.Location = new System.Drawing.Point(105, 19);
|
|
|
- this.label1.Name = "label1";
|
|
|
- this.label1.Size = new System.Drawing.Size(53, 12);
|
|
|
- this.label1.TabIndex = 26;
|
|
|
- this.label1.Text = "上报端口";
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- this.label2.AutoSize = true;
|
|
|
- this.label2.Location = new System.Drawing.Point(218, 19);
|
|
|
- this.label2.Name = "label2";
|
|
|
- this.label2.Size = new System.Drawing.Size(77, 12);
|
|
|
- this.label2.TabIndex = 27;
|
|
|
- this.label2.Text = "网站监听端口";
|
|
|
-
|
|
|
|
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|