..
This commit is contained in:
@@ -57,32 +57,23 @@ namespace AR
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
[Category("Communication"), DisplayName("키엔스바코드IP(LEFT)"), Description("키엔스 바코드 프로그램의 접속 IP Address")]
|
[Category("Communication"), DisplayName("Keynece IP(Front)"), Description("Keyence Barcode IP Address")]
|
||||||
public string Keyence_IPF { get; set; }
|
public string Keyence_IPF { get; set; }
|
||||||
[Category("Communication"), DisplayName("키엔스바코드IP(RIGHT)"), Description("키엔스 바코드 프로그램의 접속 IP Address")]
|
[Category("Communication"), DisplayName("Keyence IP(Rear)"), Description("Keyence Barcode IP Address")]
|
||||||
public string Keyence_IPR { get; set; }
|
public string Keyence_IPR { get; set; }
|
||||||
|
|
||||||
[Category("Communication"), DisplayName("키엔스통신포트"), Editor(typeof(MyUITypeEditor), typeof(UITypeEditor))]
|
[Category("Communication"), DisplayName("Keyence Port"), Editor(typeof(MyUITypeEditor), typeof(UITypeEditor))]
|
||||||
public int Keyence_Port { get; set; }
|
public int Keyence_Port { get; set; }
|
||||||
|
|
||||||
[Category("Communication"), Editor(typeof(MyUITypeEditor), typeof(UITypeEditor))]
|
[Category("Communication"), DisplayName("Left Printer (Port)"), Editor(typeof(MyUITypeEditor), typeof(UITypeEditor))]
|
||||||
public string PrintL_Port { get; set; }
|
public string PrintL_Port { get; set; }
|
||||||
[Category("Communication"), Editor(typeof(MyUITypeEditor), typeof(UITypeEditor))]
|
[Category("Communication"), DisplayName("Left Printer (Baud)"), Editor(typeof(MyUITypeEditor), typeof(UITypeEditor))]
|
||||||
public int PrintL_Baud { get; set; }
|
public int PrintL_Baud { get; set; }
|
||||||
[Category("Communication"), Editor(typeof(MyUITypeEditor), typeof(UITypeEditor))]
|
[Category("Communication"), DisplayName("Right Printer (Port)"), Editor(typeof(MyUITypeEditor), typeof(UITypeEditor))]
|
||||||
public string PrintR_Port { get; set; }
|
public string PrintR_Port { get; set; }
|
||||||
[Category("Communication"), Editor(typeof(MyUITypeEditor), typeof(UITypeEditor))]
|
[Category("Communication"), DisplayName("Right Printer (Baud)"), Editor(typeof(MyUITypeEditor), typeof(UITypeEditor))]
|
||||||
public int PrintR_Baud { get; set; }
|
public int PrintR_Baud { get; set; }
|
||||||
[Category("Communication"), Editor(typeof(MyUITypeEditor), typeof(UITypeEditor))]
|
|
||||||
public bool PrintL_RS232 { get; set; }
|
|
||||||
|
|
||||||
[Category("Communication"), Editor(typeof(MyUITypeEditor), typeof(UITypeEditor))]
|
|
||||||
public bool PrintR_RS232 { get; set; }
|
|
||||||
|
|
||||||
[Category("Communication"), Editor(typeof(MyUITypeEditor), typeof(UITypeEditor))]
|
|
||||||
public string PrintL_AddSend { get; set; }
|
|
||||||
[Category("Communication"), Editor(typeof(MyUITypeEditor), typeof(UITypeEditor))]
|
|
||||||
public string PrintR_AddSend { get; set; }
|
|
||||||
|
|
||||||
|
|
||||||
[Category("Communication"), Editor(typeof(MyUITypeEditor), typeof(UITypeEditor))]
|
[Category("Communication"), Editor(typeof(MyUITypeEditor), typeof(UITypeEditor))]
|
||||||
@@ -49,12 +49,12 @@
|
|||||||
<Reference Include="System.Xml" />
|
<Reference Include="System.Xml" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="Common.cs" />
|
<Compile Include="Model\Common.cs" />
|
||||||
<Compile Include="CounterSetting.cs" />
|
<Compile Include="Model\CounterSetting.cs" />
|
||||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||||
<Compile Include="SETTING.cs" />
|
<Compile Include="SETTING.cs" />
|
||||||
<Compile Include="System_Setting.cs" />
|
<Compile Include="Model\System_Setting.cs" />
|
||||||
<Compile Include="UserSetting.cs" />
|
<Compile Include="Model\UserSetting.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||||
</Project>
|
</Project>
|
||||||
Reference in New Issue
Block a user