이미지 수정
parent
780e63b468
commit
b4468e40e5
BIN
INT63DC_6CH.suo
BIN
INT63DC_6CH.suo
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue