DispCtrl.cs 현장에서 예외 문제로 소스 행번호 로그 기능 수정
This commit is contained in:
2
TEST/DigitalIndicator/Form1.Designer.cs
generated
2
TEST/DigitalIndicator/Form1.Designer.cs
generated
@@ -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;
|
||||
|
||||
@@ -17,6 +17,7 @@ namespace DigitalIndicator
|
||||
{
|
||||
ModbusSerialMaster modbus;
|
||||
System.IO.Ports.SerialPort dev;
|
||||
|
||||
public Form1()
|
||||
{
|
||||
InitializeComponent();
|
||||
|
||||
Reference in New Issue
Block a user