|
@@ -43,11 +43,11 @@
|
|
//
|
|
//
|
|
this.richTextBox_Nlog.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.richTextBox_Nlog.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.richTextBox_Nlog.Font = new System.Drawing.Font("SimSun", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.richTextBox_Nlog.Font = new System.Drawing.Font("SimSun", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
- this.richTextBox_Nlog.Location = new System.Drawing.Point(4, 62);
|
|
|
|
|
|
+ this.richTextBox_Nlog.Location = new System.Drawing.Point(4, 63);
|
|
this.richTextBox_Nlog.Margin = new System.Windows.Forms.Padding(4);
|
|
this.richTextBox_Nlog.Margin = new System.Windows.Forms.Padding(4);
|
|
this.richTextBox_Nlog.Name = "richTextBox_Nlog";
|
|
this.richTextBox_Nlog.Name = "richTextBox_Nlog";
|
|
this.richTextBox_Nlog.ReadOnly = true;
|
|
this.richTextBox_Nlog.ReadOnly = true;
|
|
- this.richTextBox_Nlog.Size = new System.Drawing.Size(504, 909);
|
|
|
|
|
|
+ this.richTextBox_Nlog.Size = new System.Drawing.Size(506, 615);
|
|
this.richTextBox_Nlog.TabIndex = 0;
|
|
this.richTextBox_Nlog.TabIndex = 0;
|
|
this.richTextBox_Nlog.Text = "";
|
|
this.richTextBox_Nlog.Text = "";
|
|
//
|
|
//
|
|
@@ -61,13 +61,13 @@
|
|
this.groupBox1.Margin = new System.Windows.Forms.Padding(4);
|
|
this.groupBox1.Margin = new System.Windows.Forms.Padding(4);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Padding = new System.Windows.Forms.Padding(4);
|
|
this.groupBox1.Padding = new System.Windows.Forms.Padding(4);
|
|
- this.groupBox1.Size = new System.Drawing.Size(504, 45);
|
|
|
|
|
|
+ this.groupBox1.Size = new System.Drawing.Size(506, 45);
|
|
this.groupBox1.TabIndex = 7;
|
|
this.groupBox1.TabIndex = 7;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.TabStop = false;
|
|
//
|
|
//
|
|
// button1
|
|
// button1
|
|
//
|
|
//
|
|
- this.button1.Location = new System.Drawing.Point(0, 12);
|
|
|
|
|
|
+ this.button1.Location = new System.Drawing.Point(0, 9);
|
|
this.button1.Margin = new System.Windows.Forms.Padding(4);
|
|
this.button1.Margin = new System.Windows.Forms.Padding(4);
|
|
this.button1.Name = "button1";
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(100, 29);
|
|
this.button1.Size = new System.Drawing.Size(100, 29);
|
|
@@ -79,19 +79,19 @@
|
|
// button_Clear
|
|
// button_Clear
|
|
//
|
|
//
|
|
this.button_Clear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.button_Clear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
- this.button_Clear.Location = new System.Drawing.Point(412, 12);
|
|
|
|
|
|
+ this.button_Clear.Location = new System.Drawing.Point(314, 8);
|
|
this.button_Clear.Margin = new System.Windows.Forms.Padding(4);
|
|
this.button_Clear.Margin = new System.Windows.Forms.Padding(4);
|
|
this.button_Clear.Name = "button_Clear";
|
|
this.button_Clear.Name = "button_Clear";
|
|
this.button_Clear.Size = new System.Drawing.Size(84, 29);
|
|
this.button_Clear.Size = new System.Drawing.Size(84, 29);
|
|
this.button_Clear.TabIndex = 4;
|
|
this.button_Clear.TabIndex = 4;
|
|
- this.button_Clear.Text = "close";
|
|
|
|
|
|
+ this.button_Clear.Text = "clear";
|
|
this.button_Clear.UseVisualStyleBackColor = true;
|
|
this.button_Clear.UseVisualStyleBackColor = true;
|
|
this.button_Clear.Click += new System.EventHandler(this.button_Clear_Click);
|
|
this.button_Clear.Click += new System.EventHandler(this.button_Clear_Click);
|
|
//
|
|
//
|
|
// button_stop
|
|
// button_stop
|
|
//
|
|
//
|
|
this.button_stop.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.button_stop.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
- this.button_stop.Location = new System.Drawing.Point(292, 12);
|
|
|
|
|
|
+ this.button_stop.Location = new System.Drawing.Point(222, 9);
|
|
this.button_stop.Margin = new System.Windows.Forms.Padding(4);
|
|
this.button_stop.Margin = new System.Windows.Forms.Padding(4);
|
|
this.button_stop.Name = "button_stop";
|
|
this.button_stop.Name = "button_stop";
|
|
this.button_stop.Size = new System.Drawing.Size(84, 29);
|
|
this.button_stop.Size = new System.Drawing.Size(84, 29);
|
|
@@ -104,7 +104,7 @@
|
|
//
|
|
//
|
|
this.combox_NlogType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.combox_NlogType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.combox_NlogType.FormattingEnabled = true;
|
|
this.combox_NlogType.FormattingEnabled = true;
|
|
- this.combox_NlogType.Location = new System.Drawing.Point(133, 15);
|
|
|
|
|
|
+ this.combox_NlogType.Location = new System.Drawing.Point(108, 13);
|
|
this.combox_NlogType.Margin = new System.Windows.Forms.Padding(4);
|
|
this.combox_NlogType.Margin = new System.Windows.Forms.Padding(4);
|
|
this.combox_NlogType.Name = "combox_NlogType";
|
|
this.combox_NlogType.Name = "combox_NlogType";
|
|
this.combox_NlogType.Size = new System.Drawing.Size(104, 20);
|
|
this.combox_NlogType.Size = new System.Drawing.Size(104, 20);
|
|
@@ -115,15 +115,15 @@
|
|
//
|
|
//
|
|
this.tableLayoutPanel1.ColumnCount = 1;
|
|
this.tableLayoutPanel1.ColumnCount = 1;
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
- this.tableLayoutPanel1.Controls.Add(this.groupBox1, 0, 0);
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.richTextBox_Nlog, 0, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.richTextBox_Nlog, 0, 1);
|
|
|
|
+ this.tableLayoutPanel1.Controls.Add(this.groupBox1, 0, 0);
|
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
this.tableLayoutPanel1.RowCount = 2;
|
|
this.tableLayoutPanel1.RowCount = 2;
|
|
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 5.948718F));
|
|
|
|
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 94.05128F));
|
|
|
|
- this.tableLayoutPanel1.Size = new System.Drawing.Size(509, 975);
|
|
|
|
|
|
+ this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 8.651027F));
|
|
|
|
+ this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 91.34898F));
|
|
|
|
+ this.tableLayoutPanel1.Size = new System.Drawing.Size(419, 682);
|
|
this.tableLayoutPanel1.TabIndex = 8;
|
|
this.tableLayoutPanel1.TabIndex = 8;
|
|
//
|
|
//
|
|
// OTSMeasureOutputNlog
|
|
// OTSMeasureOutputNlog
|
|
@@ -132,7 +132,7 @@
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.AutoScroll = true;
|
|
this.AutoScroll = true;
|
|
this.AutoSize = true;
|
|
this.AutoSize = true;
|
|
- this.ClientSize = new System.Drawing.Size(509, 975);
|
|
|
|
|
|
+ this.ClientSize = new System.Drawing.Size(419, 682);
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
|
this.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.Margin = new System.Windows.Forms.Padding(4);
|
|
this.Margin = new System.Windows.Forms.Padding(4);
|