DispCtrl.cs 현장에서 예외 문제로 소스 행번호 로그 기능 수정

This commit is contained in:
shark219-hub
2024-11-27 17:44:53 +09:00
parent bedcaefaa4
commit 8a5617ccbb
4 changed files with 9 additions and 5 deletions

View File

@@ -156,7 +156,7 @@
this.button3.Location = new System.Drawing.Point(17, 199);
this.button3.Margin = new System.Windows.Forms.Padding(5, 8, 5, 8);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(593, 84);
this.button3.Size = new System.Drawing.Size(693, 84);
this.button3.TabIndex = 9;
this.button3.Text = "샘플데이터쓰기(40001=100 ~ 40020=0)";
this.button3.UseVisualStyleBackColor = true;

View File

@@ -17,6 +17,7 @@ namespace DigitalIndicator
{
ModbusSerialMaster modbus;
System.IO.Ports.SerialPort dev;
public Form1()
{
InitializeComponent();