이미지 수정

main
CJY 2025-07-15 13:03:39 +09:00
parent 780e63b468
commit b4468e40e5
6 changed files with 11323 additions and 10355 deletions

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -65,9 +65,9 @@
this.labelErrorCode.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelErrorCode.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelErrorCode.InitVisible = true; this.labelErrorCode.InitVisible = true;
this.labelErrorCode.LineSpacing = 0F; this.labelErrorCode.LineSpacing = 0F;
this.labelErrorCode.Location = new System.Drawing.Point(0, 0); this.labelErrorCode.Location = new System.Drawing.Point(12, 0);
this.labelErrorCode.Name = "labelErrorCode"; this.labelErrorCode.Name = "labelErrorCode";
this.labelErrorCode.Size = new System.Drawing.Size(450, 32); this.labelErrorCode.Size = new System.Drawing.Size(438, 32);
this.labelErrorCode.TabIndex = 7; this.labelErrorCode.TabIndex = 7;
this.labelErrorCode.Text = " Error 0"; this.labelErrorCode.Text = " Error 0";
this.labelErrorCode.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelErrorCode.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;

View File

@ -83,9 +83,9 @@
this.labelErrorCode.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelErrorCode.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelErrorCode.InitVisible = true; this.labelErrorCode.InitVisible = true;
this.labelErrorCode.LineSpacing = 0F; this.labelErrorCode.LineSpacing = 0F;
this.labelErrorCode.Location = new System.Drawing.Point(0, 0); this.labelErrorCode.Location = new System.Drawing.Point(12, 0);
this.labelErrorCode.Name = "labelErrorCode"; this.labelErrorCode.Name = "labelErrorCode";
this.labelErrorCode.Size = new System.Drawing.Size(450, 32); this.labelErrorCode.Size = new System.Drawing.Size(438, 32);
this.labelErrorCode.TabIndex = 11; this.labelErrorCode.TabIndex = 11;
this.labelErrorCode.Text = " Error 0"; this.labelErrorCode.Text = " Error 0";
this.labelErrorCode.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelErrorCode.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;

View File

@ -10,6 +10,7 @@ using System.Windows.Forms;
using SmartX; using SmartX;
using INT63DC_ImageDll; using INT63DC_ImageDll;
using INT63DC_6CH.DialogForms; using INT63DC_6CH.DialogForms;
using INT63DC_6CH.In_SerialManager;
namespace INT63DC_6CH.Forms namespace INT63DC_6CH.Forms
{ {

View File

@ -16,6 +16,7 @@ using InModbus;
using INT63DC_6CH.In_UserManager; using INT63DC_6CH.In_UserManager;
using INT63DC_6CH.In_Encryption; using INT63DC_6CH.In_Encryption;
using INT63DC_6CH.DialogForms; using INT63DC_6CH.DialogForms;
using INT63DC_6CH.In_SerialManager;
namespace INT63DC_6CH.Forms namespace INT63DC_6CH.Forms
{ {