|
|
@@ -88,23 +88,24 @@
|
|
|
//
|
|
|
// contextMenuStrip1
|
|
|
//
|
|
|
+ this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
|
|
|
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
this.显示ToolStripMenuItem,
|
|
|
this.退出ToolStripMenuItem});
|
|
|
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
|
|
- this.contextMenuStrip1.Size = new System.Drawing.Size(101, 48);
|
|
|
+ this.contextMenuStrip1.Size = new System.Drawing.Size(117, 64);
|
|
|
//
|
|
|
// 显示ToolStripMenuItem
|
|
|
//
|
|
|
this.显示ToolStripMenuItem.Name = "显示ToolStripMenuItem";
|
|
|
- this.显示ToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
|
|
|
+ this.显示ToolStripMenuItem.Size = new System.Drawing.Size(116, 30);
|
|
|
this.显示ToolStripMenuItem.Text = "显示";
|
|
|
this.显示ToolStripMenuItem.Click += new System.EventHandler(this.显示ToolStripMenuItem_Click);
|
|
|
//
|
|
|
// 退出ToolStripMenuItem
|
|
|
//
|
|
|
this.退出ToolStripMenuItem.Name = "退出ToolStripMenuItem";
|
|
|
- this.退出ToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
|
|
|
+ this.退出ToolStripMenuItem.Size = new System.Drawing.Size(116, 30);
|
|
|
this.退出ToolStripMenuItem.Text = "退出";
|
|
|
this.退出ToolStripMenuItem.Click += new System.EventHandler(this.退出ToolStripMenuItem_Click);
|
|
|
//
|
|
|
@@ -114,10 +115,11 @@
|
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.lbErrorData.FormattingEnabled = true;
|
|
|
- this.lbErrorData.ItemHeight = 12;
|
|
|
- this.lbErrorData.Location = new System.Drawing.Point(6, 15);
|
|
|
+ this.lbErrorData.ItemHeight = 18;
|
|
|
+ this.lbErrorData.Location = new System.Drawing.Point(9, 22);
|
|
|
+ this.lbErrorData.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.lbErrorData.Name = "lbErrorData";
|
|
|
- this.lbErrorData.Size = new System.Drawing.Size(747, 52);
|
|
|
+ this.lbErrorData.Size = new System.Drawing.Size(1118, 76);
|
|
|
this.lbErrorData.TabIndex = 0;
|
|
|
//
|
|
|
// groupBox3
|
|
|
@@ -126,9 +128,11 @@
|
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.groupBox3.Controls.Add(this.lbErrorData);
|
|
|
- this.groupBox3.Location = new System.Drawing.Point(11, 3);
|
|
|
+ this.groupBox3.Location = new System.Drawing.Point(16, 4);
|
|
|
+ this.groupBox3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.groupBox3.Name = "groupBox3";
|
|
|
- this.groupBox3.Size = new System.Drawing.Size(753, 75);
|
|
|
+ this.groupBox3.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
+ this.groupBox3.Size = new System.Drawing.Size(1130, 112);
|
|
|
this.groupBox3.TabIndex = 8;
|
|
|
this.groupBox3.TabStop = false;
|
|
|
this.groupBox3.Text = "错误信息";
|
|
|
@@ -136,47 +140,48 @@
|
|
|
// toolStripStatusLabel6
|
|
|
//
|
|
|
this.toolStripStatusLabel6.Name = "toolStripStatusLabel6";
|
|
|
- this.toolStripStatusLabel6.Size = new System.Drawing.Size(68, 17);
|
|
|
+ this.toolStripStatusLabel6.Size = new System.Drawing.Size(100, 24);
|
|
|
this.toolStripStatusLabel6.Text = "系统时间:";
|
|
|
//
|
|
|
// toolStripStatusLabel5
|
|
|
//
|
|
|
this.toolStripStatusLabel5.Name = "toolStripStatusLabel5";
|
|
|
- this.toolStripStatusLabel5.Size = new System.Drawing.Size(11, 17);
|
|
|
+ this.toolStripStatusLabel5.Size = new System.Drawing.Size(15, 24);
|
|
|
this.toolStripStatusLabel5.Text = "|";
|
|
|
//
|
|
|
// toolStripStatusLabel4
|
|
|
//
|
|
|
this.toolStripStatusLabel4.Name = "toolStripStatusLabel4";
|
|
|
- this.toolStripStatusLabel4.Size = new System.Drawing.Size(92, 17);
|
|
|
+ this.toolStripStatusLabel4.Size = new System.Drawing.Size(136, 24);
|
|
|
this.toolStripStatusLabel4.Text = "系统持续运行:";
|
|
|
//
|
|
|
// toolStripStatusLabel7
|
|
|
//
|
|
|
this.toolStripStatusLabel7.Name = "toolStripStatusLabel7";
|
|
|
- this.toolStripStatusLabel7.Size = new System.Drawing.Size(11, 17);
|
|
|
+ this.toolStripStatusLabel7.Size = new System.Drawing.Size(15, 24);
|
|
|
this.toolStripStatusLabel7.Text = "|";
|
|
|
//
|
|
|
// toolStripStatusLabel3
|
|
|
//
|
|
|
this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
|
|
|
- this.toolStripStatusLabel3.Size = new System.Drawing.Size(92, 17);
|
|
|
+ this.toolStripStatusLabel3.Size = new System.Drawing.Size(136, 24);
|
|
|
this.toolStripStatusLabel3.Text = "客户端连接数:";
|
|
|
//
|
|
|
// toolStripStatusLabel2
|
|
|
//
|
|
|
this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
|
|
|
- this.toolStripStatusLabel2.Size = new System.Drawing.Size(11, 17);
|
|
|
+ this.toolStripStatusLabel2.Size = new System.Drawing.Size(15, 24);
|
|
|
this.toolStripStatusLabel2.Text = "|";
|
|
|
//
|
|
|
// toolStripStatusLabel1
|
|
|
//
|
|
|
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
|
|
|
- this.toolStripStatusLabel1.Size = new System.Drawing.Size(35, 17);
|
|
|
+ this.toolStripStatusLabel1.Size = new System.Drawing.Size(50, 24);
|
|
|
this.toolStripStatusLabel1.Text = "状态:";
|
|
|
//
|
|
|
// statusStrip1
|
|
|
//
|
|
|
+ this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
|
|
|
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
this.toolStripStatusLabel1,
|
|
|
this.toolStripStatusLabel2,
|
|
|
@@ -185,18 +190,20 @@
|
|
|
this.toolStripStatusLabel4,
|
|
|
this.toolStripStatusLabel5,
|
|
|
this.toolStripStatusLabel6});
|
|
|
- this.statusStrip1.Location = new System.Drawing.Point(0, 473);
|
|
|
+ this.statusStrip1.Location = new System.Drawing.Point(0, 711);
|
|
|
this.statusStrip1.Name = "statusStrip1";
|
|
|
- this.statusStrip1.Size = new System.Drawing.Size(800, 22);
|
|
|
+ this.statusStrip1.Padding = new System.Windows.Forms.Padding(2, 0, 21, 0);
|
|
|
+ this.statusStrip1.Size = new System.Drawing.Size(1200, 31);
|
|
|
this.statusStrip1.TabIndex = 7;
|
|
|
this.statusStrip1.Text = "statusStrip1";
|
|
|
//
|
|
|
// button2
|
|
|
//
|
|
|
this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
- this.button2.Location = new System.Drawing.Point(285, 277);
|
|
|
+ this.button2.Location = new System.Drawing.Point(429, 415);
|
|
|
+ this.button2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.button2.Name = "button2";
|
|
|
- this.button2.Size = new System.Drawing.Size(75, 23);
|
|
|
+ this.button2.Size = new System.Drawing.Size(112, 34);
|
|
|
this.button2.TabIndex = 2;
|
|
|
this.button2.Text = "清空显示";
|
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
|
@@ -209,9 +216,11 @@
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.groupBox2.Controls.Add(this.button2);
|
|
|
this.groupBox2.Controls.Add(this.lbReceiveData);
|
|
|
- this.groupBox2.Location = new System.Drawing.Point(6, 4);
|
|
|
+ this.groupBox2.Location = new System.Drawing.Point(9, 6);
|
|
|
+ this.groupBox2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.groupBox2.Name = "groupBox2";
|
|
|
- this.groupBox2.Size = new System.Drawing.Size(366, 306);
|
|
|
+ this.groupBox2.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
+ this.groupBox2.Size = new System.Drawing.Size(550, 458);
|
|
|
this.groupBox2.TabIndex = 2;
|
|
|
this.groupBox2.TabStop = false;
|
|
|
this.groupBox2.Text = "接收数据";
|
|
|
@@ -222,18 +231,20 @@
|
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.lbReceiveData.FormattingEnabled = true;
|
|
|
- this.lbReceiveData.ItemHeight = 12;
|
|
|
- this.lbReceiveData.Location = new System.Drawing.Point(6, 20);
|
|
|
+ this.lbReceiveData.ItemHeight = 18;
|
|
|
+ this.lbReceiveData.Location = new System.Drawing.Point(9, 30);
|
|
|
+ this.lbReceiveData.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.lbReceiveData.Name = "lbReceiveData";
|
|
|
- this.lbReceiveData.Size = new System.Drawing.Size(354, 256);
|
|
|
+ this.lbReceiveData.Size = new System.Drawing.Size(530, 364);
|
|
|
this.lbReceiveData.TabIndex = 1;
|
|
|
//
|
|
|
// button1
|
|
|
//
|
|
|
this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
- this.button1.Location = new System.Drawing.Point(287, 277);
|
|
|
+ this.button1.Location = new System.Drawing.Point(430, 415);
|
|
|
+ this.button1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.button1.Name = "button1";
|
|
|
- this.button1.Size = new System.Drawing.Size(75, 23);
|
|
|
+ this.button1.Size = new System.Drawing.Size(112, 34);
|
|
|
this.button1.TabIndex = 1;
|
|
|
this.button1.Text = "清空显示";
|
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
|
@@ -245,10 +256,11 @@
|
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.lbSendData.FormattingEnabled = true;
|
|
|
- this.lbSendData.ItemHeight = 12;
|
|
|
- this.lbSendData.Location = new System.Drawing.Point(6, 20);
|
|
|
+ this.lbSendData.ItemHeight = 18;
|
|
|
+ this.lbSendData.Location = new System.Drawing.Point(9, 30);
|
|
|
+ this.lbSendData.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.lbSendData.Name = "lbSendData";
|
|
|
- this.lbSendData.Size = new System.Drawing.Size(356, 256);
|
|
|
+ this.lbSendData.Size = new System.Drawing.Size(532, 364);
|
|
|
this.lbSendData.TabIndex = 0;
|
|
|
//
|
|
|
// groupBox1
|
|
|
@@ -258,27 +270,31 @@
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.groupBox1.Controls.Add(this.button1);
|
|
|
this.groupBox1.Controls.Add(this.lbSendData);
|
|
|
- this.groupBox1.Location = new System.Drawing.Point(3, 4);
|
|
|
+ this.groupBox1.Location = new System.Drawing.Point(4, 6);
|
|
|
+ this.groupBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.groupBox1.Name = "groupBox1";
|
|
|
- this.groupBox1.Size = new System.Drawing.Size(368, 306);
|
|
|
+ this.groupBox1.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
+ this.groupBox1.Size = new System.Drawing.Size(552, 458);
|
|
|
this.groupBox1.TabIndex = 1;
|
|
|
this.groupBox1.TabStop = false;
|
|
|
this.groupBox1.Text = "发送数据";
|
|
|
//
|
|
|
// txtPort
|
|
|
//
|
|
|
- this.txtPort.Location = new System.Drawing.Point(167, 15);
|
|
|
+ this.txtPort.Location = new System.Drawing.Point(250, 22);
|
|
|
+ this.txtPort.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.txtPort.Name = "txtPort";
|
|
|
this.txtPort.ReadOnly = true;
|
|
|
- this.txtPort.Size = new System.Drawing.Size(40, 21);
|
|
|
+ this.txtPort.Size = new System.Drawing.Size(58, 28);
|
|
|
this.txtPort.TabIndex = 19;
|
|
|
//
|
|
|
// txtIpAddress
|
|
|
//
|
|
|
- this.txtIpAddress.Location = new System.Drawing.Point(7, 14);
|
|
|
+ this.txtIpAddress.Location = new System.Drawing.Point(10, 21);
|
|
|
+ this.txtIpAddress.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.txtIpAddress.Name = "txtIpAddress";
|
|
|
this.txtIpAddress.ReadOnly = true;
|
|
|
- this.txtIpAddress.Size = new System.Drawing.Size(101, 21);
|
|
|
+ this.txtIpAddress.Size = new System.Drawing.Size(150, 28);
|
|
|
this.txtIpAddress.TabIndex = 18;
|
|
|
this.txtIpAddress.Text = "0.0.0.0";
|
|
|
//
|
|
|
@@ -287,9 +303,10 @@
|
|
|
this.btnStop.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.btnStop.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.btnStop.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
|
|
- this.btnStop.Location = new System.Drawing.Point(710, 6);
|
|
|
+ this.btnStop.Location = new System.Drawing.Point(1065, 9);
|
|
|
+ this.btnStop.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.btnStop.Name = "btnStop";
|
|
|
- this.btnStop.Size = new System.Drawing.Size(47, 34);
|
|
|
+ this.btnStop.Size = new System.Drawing.Size(70, 51);
|
|
|
this.btnStop.TabIndex = 17;
|
|
|
this.btnStop.Text = "停止";
|
|
|
this.btnStop.UseVisualStyleBackColor = true;
|
|
|
@@ -300,9 +317,10 @@
|
|
|
this.btnStart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.btnStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.btnStart.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
|
|
|
- this.btnStart.Location = new System.Drawing.Point(657, 6);
|
|
|
+ this.btnStart.Location = new System.Drawing.Point(986, 9);
|
|
|
+ this.btnStart.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.btnStart.Name = "btnStart";
|
|
|
- this.btnStart.Size = new System.Drawing.Size(47, 34);
|
|
|
+ this.btnStart.Size = new System.Drawing.Size(70, 51);
|
|
|
this.btnStart.TabIndex = 16;
|
|
|
this.btnStart.Text = "启动";
|
|
|
this.btnStart.UseVisualStyleBackColor = true;
|
|
|
@@ -313,7 +331,8 @@
|
|
|
this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
- this.splitContainer1.Location = new System.Drawing.Point(11, 3);
|
|
|
+ this.splitContainer1.Location = new System.Drawing.Point(16, 4);
|
|
|
+ this.splitContainer1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.splitContainer1.Name = "splitContainer1";
|
|
|
//
|
|
|
// splitContainer1.Panel1
|
|
|
@@ -323,8 +342,9 @@
|
|
|
// splitContainer1.Panel2
|
|
|
//
|
|
|
this.splitContainer1.Panel2.Controls.Add(this.groupBox2);
|
|
|
- this.splitContainer1.Size = new System.Drawing.Size(753, 319);
|
|
|
- this.splitContainer1.SplitterDistance = 374;
|
|
|
+ this.splitContainer1.Size = new System.Drawing.Size(1130, 477);
|
|
|
+ this.splitContainer1.SplitterDistance = 561;
|
|
|
+ this.splitContainer1.SplitterWidth = 6;
|
|
|
this.splitContainer1.TabIndex = 9;
|
|
|
//
|
|
|
// panel1
|
|
|
@@ -341,52 +361,59 @@
|
|
|
this.panel1.Controls.Add(this.txtIpAddress);
|
|
|
this.panel1.Controls.Add(this.btnStop);
|
|
|
this.panel1.Controls.Add(this.btnStart);
|
|
|
- this.panel1.Location = new System.Drawing.Point(12, 6);
|
|
|
+ this.panel1.Location = new System.Drawing.Point(18, 9);
|
|
|
+ this.panel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.panel1.Name = "panel1";
|
|
|
- this.panel1.Size = new System.Drawing.Size(776, 48);
|
|
|
+ this.panel1.Size = new System.Drawing.Size(1163, 71);
|
|
|
this.panel1.TabIndex = 6;
|
|
|
//
|
|
|
// label2
|
|
|
//
|
|
|
this.label2.AutoSize = true;
|
|
|
- this.label2.Location = new System.Drawing.Point(224, 19);
|
|
|
+ this.label2.Location = new System.Drawing.Point(336, 28);
|
|
|
+ this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.label2.Name = "label2";
|
|
|
- this.label2.Size = new System.Drawing.Size(77, 12);
|
|
|
+ this.label2.Size = new System.Drawing.Size(116, 18);
|
|
|
this.label2.TabIndex = 27;
|
|
|
this.label2.Text = "网站监听端口";
|
|
|
//
|
|
|
// label1
|
|
|
//
|
|
|
this.label1.AutoSize = true;
|
|
|
- this.label1.Location = new System.Drawing.Point(111, 19);
|
|
|
+ this.label1.Location = new System.Drawing.Point(166, 28);
|
|
|
+ this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.label1.Name = "label1";
|
|
|
- this.label1.Size = new System.Drawing.Size(53, 12);
|
|
|
+ this.label1.Size = new System.Drawing.Size(80, 18);
|
|
|
this.label1.TabIndex = 26;
|
|
|
this.label1.Text = "上报端口";
|
|
|
//
|
|
|
// txtMonitorPort
|
|
|
//
|
|
|
- this.txtMonitorPort.Location = new System.Drawing.Point(306, 15);
|
|
|
+ this.txtMonitorPort.Location = new System.Drawing.Point(459, 22);
|
|
|
+ this.txtMonitorPort.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.txtMonitorPort.Name = "txtMonitorPort";
|
|
|
this.txtMonitorPort.ReadOnly = true;
|
|
|
- this.txtMonitorPort.Size = new System.Drawing.Size(40, 21);
|
|
|
+ this.txtMonitorPort.Size = new System.Drawing.Size(58, 28);
|
|
|
this.txtMonitorPort.TabIndex = 25;
|
|
|
//
|
|
|
// button4
|
|
|
//
|
|
|
- this.button4.Location = new System.Drawing.Point(474, 12);
|
|
|
+ this.button4.Location = new System.Drawing.Point(711, 18);
|
|
|
+ this.button4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.button4.Name = "button4";
|
|
|
- this.button4.Size = new System.Drawing.Size(75, 23);
|
|
|
+ this.button4.Size = new System.Drawing.Size(112, 34);
|
|
|
this.button4.TabIndex = 24;
|
|
|
this.button4.Text = "实时监控";
|
|
|
this.button4.UseVisualStyleBackColor = true;
|
|
|
+ this.button4.Visible = false;
|
|
|
this.button4.Click += new System.EventHandler(this.button4_Click);
|
|
|
//
|
|
|
// button3
|
|
|
//
|
|
|
- this.button3.Location = new System.Drawing.Point(362, 12);
|
|
|
+ this.button3.Location = new System.Drawing.Point(543, 18);
|
|
|
+ this.button3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.button3.Name = "button3";
|
|
|
- this.button3.Size = new System.Drawing.Size(75, 23);
|
|
|
+ this.button3.Size = new System.Drawing.Size(112, 34);
|
|
|
this.button3.TabIndex = 23;
|
|
|
this.button3.Text = "参数设置";
|
|
|
this.button3.UseVisualStyleBackColor = true;
|
|
|
@@ -403,7 +430,8 @@
|
|
|
this.splitContainer2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
- this.splitContainer2.Location = new System.Drawing.Point(12, 60);
|
|
|
+ this.splitContainer2.Location = new System.Drawing.Point(18, 90);
|
|
|
+ this.splitContainer2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.splitContainer2.Name = "splitContainer2";
|
|
|
this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|
|
//
|
|
|
@@ -414,19 +442,21 @@
|
|
|
// splitContainer2.Panel2
|
|
|
//
|
|
|
this.splitContainer2.Panel2.Controls.Add(this.groupBox3);
|
|
|
- this.splitContainer2.Size = new System.Drawing.Size(776, 410);
|
|
|
- this.splitContainer2.SplitterDistance = 325;
|
|
|
+ this.splitContainer2.Size = new System.Drawing.Size(1164, 615);
|
|
|
+ this.splitContainer2.SplitterDistance = 487;
|
|
|
+ this.splitContainer2.SplitterWidth = 6;
|
|
|
this.splitContainer2.TabIndex = 10;
|
|
|
//
|
|
|
// MainForm_TCP
|
|
|
//
|
|
|
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.ClientSize = new System.Drawing.Size(800, 495);
|
|
|
+ this.ClientSize = new System.Drawing.Size(1200, 742);
|
|
|
this.Controls.Add(this.splitContainer2);
|
|
|
this.Controls.Add(this.statusStrip1);
|
|
|
this.Controls.Add(this.panel1);
|
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
|
+ this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.Name = "MainForm_TCP";
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
|
this.Text = "大表通讯服务器TCP";
|