실시간트렌드뷰 Pub_RemoteCommandEvent 화면UI 오류에 대한 예외처리 추가

This commit is contained in:
shark219-hub
2024-12-13 18:42:24 +09:00
parent 9d580a0f98
commit 50d5ea91fc
11 changed files with 341 additions and 314 deletions

View File

@@ -50,7 +50,7 @@
this.tbbaud.Location = new System.Drawing.Point(471, 17);
this.tbbaud.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
this.tbbaud.Name = "tbbaud";
this.tbbaud.Size = new System.Drawing.Size(215, 49);
this.tbbaud.Size = new System.Drawing.Size(215, 42);
this.tbbaud.TabIndex = 0;
this.tbbaud.Text = "9600";
this.tbbaud.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
@@ -61,7 +61,7 @@
this.label1.Font = new System.Drawing.Font("맑은 고딕", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.label1.Location = new System.Drawing.Point(24, 22);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(80, 45);
this.label1.Size = new System.Drawing.Size(68, 37);
this.label1.TabIndex = 1;
this.label1.Text = "port";
//
@@ -71,7 +71,7 @@
this.label2.Font = new System.Drawing.Font("맑은 고딕", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.label2.Location = new System.Drawing.Point(348, 22);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(94, 45);
this.label2.Size = new System.Drawing.Size(79, 37);
this.label2.TabIndex = 1;
this.label2.Text = "baud";
//
@@ -97,7 +97,7 @@
this.textBox1.Location = new System.Drawing.Point(120, 142);
this.textBox1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(215, 49);
this.textBox1.Size = new System.Drawing.Size(215, 42);
this.textBox1.TabIndex = 3;
this.textBox1.Text = "65636";
this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
@@ -119,7 +119,7 @@
this.label3.Font = new System.Drawing.Font("맑은 고딕", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.label3.Location = new System.Drawing.Point(12, 102);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(141, 45);
this.label3.Size = new System.Drawing.Size(118, 37);
this.label3.TabIndex = 6;
this.label3.Text = "slave no";
//
@@ -129,7 +129,7 @@
this.label4.Font = new System.Drawing.Font("맑은 고딕", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.label4.Location = new System.Drawing.Point(12, 147);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(97, 45);
this.label4.Size = new System.Drawing.Size(81, 37);
this.label4.TabIndex = 7;
this.label4.Text = "value";
//
@@ -142,7 +142,7 @@
0,
0});
this.numericUpDown1.Name = "numericUpDown1";
this.numericUpDown1.Size = new System.Drawing.Size(215, 49);
this.numericUpDown1.Size = new System.Drawing.Size(215, 42);
this.numericUpDown1.TabIndex = 8;
this.numericUpDown1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.numericUpDown1.Value = new decimal(new int[] {
@@ -167,12 +167,12 @@
this.cmbIndiport.FormattingEnabled = true;
this.cmbIndiport.Location = new System.Drawing.Point(120, 19);
this.cmbIndiport.Name = "cmbIndiport";
this.cmbIndiport.Size = new System.Drawing.Size(147, 53);
this.cmbIndiport.Size = new System.Drawing.Size(147, 44);
this.cmbIndiport.TabIndex = 46;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(18F, 45F);
this.AutoScaleDimensions = new System.Drawing.SizeF(15F, 36F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1100, 558);
this.Controls.Add(this.cmbIndiport);