part11 수정중

master
DESKTOP-S459P9R\LSJ 2025-11-18 18:40:27 +09:00
parent 8bd2187dc3
commit ad3731b7e6
85 changed files with 6112 additions and 5281 deletions

Binary file not shown.

View File

@ -184,6 +184,8 @@ namespace INT63DC_2C.Controls
// grd = "ES"; // grd = "ES";
//else //else
// grd = "E"; // grd = "E";
grd = "●";
} }
else else
{ {

View File

@ -1,46 +0,0 @@
namespace INT63DC_2C.Controls
{
partial class ControlUserGroupEditor
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.SuspendLayout();
//
// ControlUserGroupEditor
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.Location = new System.Drawing.Point(0, 73);
this.Name = "ControlUserGroupEditor";
this.Size = new System.Drawing.Size(1024, 695);
this.ResumeLayout(false);
}
#endregion
}
}

View File

@ -1,37 +0,0 @@
using System;
using System.Linq;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Text;
using System.Windows.Forms;
namespace INT63DC_2C.Controls
{
public partial class ControlUserGroupEditor : UserControl
{
#region Field
#endregion
#region Constructor
public ControlUserGroupEditor()
{
InitializeComponent();
}
#endregion
#region Property
#endregion
#region Method
#endregion
#region Event Handler
#endregion
}
}

View File

@ -1,123 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="$this.FormFactorShadowProperty" xml:space="preserve">
<value>WEBPAD</value>
</metadata>
</root>

View File

@ -10,6 +10,8 @@ namespace INT63DC_2C
{ {
public class DataStore public class DataStore
{ {
public delegate void EventHandlerAlarmStateChange(DataStore.TrackingAlarm alarm, string status);
#region Enum #region Enum
public enum EquipmentStatus public enum EquipmentStatus
{ {
@ -232,9 +234,9 @@ namespace INT63DC_2C
JudgmentFilter, JudgmentFilter,
JudgmentDelayTime, JudgmentDelayTime,
JudgmentDoubleDelayTime, JudgmentTurnDelayTime,
JudgmentCount, JudgmentCount,
JudgmentCVSpeed, JudgmentSpeed,
Sorter1DelayTime, Sorter1DelayTime,
Sorter1RunTime, Sorter1RunTime,
@ -324,12 +326,25 @@ namespace INT63DC_2C
public enum TrackingAlarm public enum TrackingAlarm
{ {
None, None,
a1_PressureError, a1_EntrySensorError,
a2_LoadcellError, a2_LoadcellError,
a3_EntrySensorError, a3_PressureError,
a4_ServoTorqueAlarm, a4_,
a5_ServoAlarm,
a6_ServoOff, a5_,
a6_,
a7_Sorter2Error,
a8_EmergencyStop,
a9_,
a10_ServoAlarm,
a11_,
a12_ServoTorqueAlarm,
a13_,
a14_Sorter1Error,
a15_ProductDischargeError,
a16_ProductJamError,
} }
#endregion #endregion
} }
@ -831,7 +846,6 @@ namespace INT63DC_2C
private bool m_IsBypassOnce; private bool m_IsBypassOnce;
private bool m_IsOptDataStatistics; private bool m_IsOptDataStatistics;
private bool m_IsCutView; private bool m_IsCutView;
private bool m_IsAdcValueAdd;
private bool m_IsSamplingOnce; private bool m_IsSamplingOnce;
private bool m_IsSamplingRun; private bool m_IsSamplingRun;
private bool m_IsWeightLimitEnable; private bool m_IsWeightLimitEnable;
@ -938,11 +952,6 @@ namespace INT63DC_2C
get { return this.m_IsCutView; } get { return this.m_IsCutView; }
set { this.m_IsCutView = value; } set { this.m_IsCutView = value; }
} }
public bool IsAdcValueAdd
{
get { return this.m_IsAdcValueAdd; }
set { this.m_IsAdcValueAdd = value; }
}
public bool IsSamplingOnce public bool IsSamplingOnce
{ {
get { return this.m_IsSamplingOnce; } get { return this.m_IsSamplingOnce; }
@ -1206,7 +1215,6 @@ namespace INT63DC_2C
this.IsBypassOnce = true; this.IsBypassOnce = true;
this.IsOptDataStatistics = false; this.IsOptDataStatistics = false;
this.IsCutView = false; this.IsCutView = false;
this.IsAdcValueAdd = false;
this.IsSamplingOnce = true; this.IsSamplingOnce = true;
this.IsSamplingRun = false; this.IsSamplingRun = false;
this.IsWeightLimitEnable = true; this.IsWeightLimitEnable = true;
@ -2766,12 +2774,13 @@ namespace INT63DC_2C
private bool m_IsServoAlarm; private bool m_IsServoAlarm;
private bool m_IsServoAlarmTorque; private bool m_IsServoAlarmTorque;
private bool m_IsServoOff; private bool m_IsServoOff;
private bool m_IsInverterAlarm; private bool m_IsProductDischargeError;
private bool m_IsAlignError;
private bool m_IsSorter1Error; private bool m_IsSorter1Error;
private bool m_IsSorter2Error; private bool m_IsSorter2Error;
private bool m_IsBuzzerStatus; private bool m_IsBuzzerStatus;
public event DataStore.EventHandlerAlarmStateChange EventAlarmStateChange;
#endregion #endregion
#region Constructor #region Constructor
@ -2817,15 +2826,10 @@ namespace INT63DC_2C
get { return this.m_IsServoOff; } get { return this.m_IsServoOff; }
set { this.m_IsServoOff = value; } set { this.m_IsServoOff = value; }
} }
public bool IsInverterAlarm public bool IsProductDischargeError
{ {
get { return this.m_IsInverterAlarm; } get { return this.m_IsProductDischargeError; }
set { this.m_IsInverterAlarm = value; } set { this.m_IsProductDischargeError = value; }
}
public bool IsAlignError
{
get { return this.m_IsAlignError; }
set { this.m_IsAlignError = value; }
} }
public bool IsSorter1Error public bool IsSorter1Error
{ {
@ -2855,8 +2859,7 @@ namespace INT63DC_2C
this.IsServoAlarm = false; this.IsServoAlarm = false;
this.IsServoAlarmTorque = false; this.IsServoAlarmTorque = false;
this.IsServoOff = false; this.IsServoOff = false;
this.IsInverterAlarm = false; this.IsProductDischargeError = false;
this.IsAlignError = false;
this.IsSorter1Error = false; this.IsSorter1Error = false;
this.IsSorter2Error = false; this.IsSorter2Error = false;
@ -2885,17 +2888,41 @@ namespace INT63DC_2C
else else
{ } { }
#endregion #endregion
#region 알람 15-봉 정렬 에러(정렬기) #region 알람 15-배출 에러(정렬기)
if (sValue4[1] == '0') if (sValue4[1] == '0')
this.IsAlignError = false; {
if (this.IsProductDischargeError != false)
{
this.IsProductDischargeError = false;
this.EventAlarmStateChange(DataStore.TrackingAlarm.a15_ProductDischargeError, "OFF");
}
}
else else
this.IsAlignError = true; {
if (this.IsProductDischargeError != true)
{
this.IsProductDischargeError = true;
this.EventAlarmStateChange(DataStore.TrackingAlarm.a15_ProductDischargeError, "ON");
}
}
#endregion #endregion
#region 알람 14-선별기1 에러 #region 알람 14-선별기1 에러
if (sValue4[2] == '0') if (sValue4[2] == '0')
this.IsSorter1Error = false; {
if (this.IsSorter1Error != false)
{
this.IsSorter1Error = false;
this.EventAlarmStateChange(DataStore.TrackingAlarm.a14_Sorter1Error, "OFF");
}
}
else else
this.IsSorter1Error = true; {
if (this.IsSorter1Error != true)
{
this.IsSorter1Error = true;
this.EventAlarmStateChange(DataStore.TrackingAlarm.a14_Sorter1Error, "ON");
}
}
#endregion #endregion
#region 알람 13- #region 알람 13-
if (sValue4[3] == '0') if (sValue4[3] == '0')
@ -2906,9 +2933,21 @@ namespace INT63DC_2C
#region 알람 12-서보알람토크 #region 알람 12-서보알람토크
if (sValue3[0] == '0') if (sValue3[0] == '0')
this.IsServoAlarmTorque = false; {
if (this.IsServoAlarmTorque != false)
{
this.IsServoAlarmTorque = false;
this.EventAlarmStateChange(DataStore.TrackingAlarm.a12_ServoTorqueAlarm, "OFF");
}
}
else else
this.IsServoAlarmTorque = true; {
if (this.IsServoAlarmTorque != true)
{
this.IsServoAlarmTorque = true;
this.EventAlarmStateChange(DataStore.TrackingAlarm.a12_ServoTorqueAlarm, "ON");
}
}
#endregion #endregion
#region 알람 11- #region 알람 11-
if (sValue3[1] == '0') if (sValue3[1] == '0')
@ -2918,28 +2957,64 @@ namespace INT63DC_2C
#endregion #endregion
#region 알람 10-서보알람 #region 알람 10-서보알람
if (sValue3[2] == '0') if (sValue3[2] == '0')
this.IsServoAlarm = false; {
if (this.IsServoAlarm != false)
{
this.IsServoAlarm = false;
this.EventAlarmStateChange(DataStore.TrackingAlarm.a10_ServoAlarm, "OFF");
}
}
else else
this.IsServoAlarm = true; {
if (this.IsServoAlarm != true)
{
this.IsServoAlarm = true;
this.EventAlarmStateChange(DataStore.TrackingAlarm.a10_ServoAlarm, "ON");
}
}
#endregion #endregion
#region 알람 9-인버터알람 #region 알람 9-
if (sValue3[3] == '0') if (sValue3[3] == '0')
this.IsInverterAlarm = false; { }
else else
this.IsInverterAlarm = true; { }
#endregion #endregion
#region 알람 8-비상정지 #region 알람 8-비상정지
if (sValue2[0] == '0') if (sValue2[0] == '0')
this.IsEmergencyStop = false; {
if (this.IsEmergencyStop != false)
{
this.IsEmergencyStop = false;
this.EventAlarmStateChange(DataStore.TrackingAlarm.a8_EmergencyStop, "OFF");
}
}
else else
this.IsEmergencyStop = true; {
if (this.IsEmergencyStop != true)
{
this.IsEmergencyStop = true;
this.EventAlarmStateChange(DataStore.TrackingAlarm.a8_EmergencyStop, "ON");
}
}
#endregion #endregion
#region 알람 7-선별기2 에러 #region 알람 7-선별기2 에러
if (sValue2[1] == '0') if (sValue2[1] == '0')
this.IsSorter2Error = false; {
if (this.IsSorter2Error != false)
{
this.IsSorter2Error = false;
this.EventAlarmStateChange(DataStore.TrackingAlarm.a7_Sorter2Error, "OFF");
}
}
else else
this.IsSorter2Error = true; {
if (this.IsSorter2Error != true)
{
this.IsSorter2Error = true;
this.EventAlarmStateChange(DataStore.TrackingAlarm.a7_Sorter2Error, "ON");
}
}
#endregion #endregion
#region 알람 6- #region 알람 6-
if (sValue2[2] == '0') if (sValue2[2] == '0')
@ -2962,21 +3037,57 @@ namespace INT63DC_2C
#endregion #endregion
#region 알람 3-공압에러 #region 알람 3-공압에러
if (sValue1[1] == '0') if (sValue1[1] == '0')
this.IsPressureError = false; {
if (this.IsPressureError != false)
{
this.IsPressureError = false;
this.EventAlarmStateChange(DataStore.TrackingAlarm.a3_PressureError, "OFF");
}
}
else else
this.IsPressureError = true; {
if (this.IsPressureError != true)
{
this.IsPressureError = true;
this.EventAlarmStateChange(DataStore.TrackingAlarm.a3_PressureError, "ON");
}
}
#endregion #endregion
#region 알람 2-셀 에러 #region 알람 2-셀 에러
if (sValue1[2] == '0') if (sValue1[2] == '0')
this.IsLoadcellError = false; {
if (this.IsLoadcellError != false)
{
this.IsLoadcellError = false;
this.EventAlarmStateChange(DataStore.TrackingAlarm.a2_LoadcellError, "OFF");
}
}
else else
this.IsLoadcellError = true; {
if (this.IsLoadcellError != true)
{
this.IsLoadcellError = true;
this.EventAlarmStateChange(DataStore.TrackingAlarm.a2_LoadcellError, "ON");
}
}
#endregion #endregion
#region 알람 1-입력센서 에러 #region 알람 1-입력센서 에러
if (sValue1[3] == '0') if (sValue1[3] == '0')
this.IsEntrySensorError = false; {
if (this.IsEntrySensorError != false)
{
this.IsEntrySensorError = false;
this.EventAlarmStateChange(DataStore.TrackingAlarm.a1_EntrySensorError, "OFF");
}
}
else else
this.IsEntrySensorError = true; {
if (this.IsEntrySensorError != true)
{
this.IsEntrySensorError = true;
this.EventAlarmStateChange(DataStore.TrackingAlarm.a1_EntrySensorError, "ON");
}
}
#endregion #endregion
} }
#endregion #endregion

View File

@ -17,6 +17,9 @@ namespace INT63DC_2C.DialogForms
{ {
#region Field #region Field
private FormDataStatistics m_ParentForm; private FormDataStatistics m_ParentForm;
public List<string> ListFiles; // 파일 리스트 - Part11 미사용 시
public List<DataBackupYear> ListInspectionFile; // 파일 리스트 - Part11 사용 시
#endregion #endregion
#region Constructor #region Constructor
@ -105,7 +108,13 @@ namespace INT63DC_2C.DialogForms
} }
private void DefaultSetting() private void DefaultSetting()
{ {
this.DisplayTreeViewUpdate(); this.ListFiles = new List<string>();
this.ListInspectionFile = new List<DataBackupYear>();
if (this.ParentForm.ParentForm.SystemConfig.IsOptPart11 == false)
this.DisplayTreeViewUpdate1();
else
this.DisplayTreeViewUpdate2();
this.labelNodeIndex.Text = "-"; this.labelNodeIndex.Text = "-";
this.labelFileName.Text = "-"; this.labelFileName.Text = "-";
@ -114,90 +123,88 @@ namespace INT63DC_2C.DialogForms
this.labelId.Text = "-"; this.labelId.Text = "-";
} }
private Collection<List<string>> FileClassification(List<string> files) private List<string> DirectorySort(DirectoryInfo[] directorys)
{ {
string date = "", date1 = ""; List<string> listDirectory = new List<string>();
Collection<List<string>> fileClassification = new Collection<List<string>>(); Dictionary<string, int> dirNames = new Dictionary<string, int>();
List<string> list = new List<string>();
for (int i = 0; i < files.Count; i++) foreach (DirectoryInfo dir in directorys)
{ dirNames.Add(dir.Name, int.Parse(dir.Name));
date = files[i].Substring(0, 12);
if (i == 0)
date1 = date;
if (date == date1) // 순서데로 오름차순 정렬
{ var vrList = dirNames.OrderBy(x => x.Value);
list.Add(files[i]); foreach (var v in vrList)
} listDirectory.Add(v.Key);
else
{
date1 = date;
List<string> l = new List<string>(); return listDirectory;
foreach (string s in list)
l.Add(s);
fileClassification.Add(l);
list = new List<string>();
list.Add(files[i]);
}
}
List<string> ls = new List<string>();
foreach (string s in list)
ls.Add(s);
fileClassification.Add(ls);
return fileClassification;
} }
private List<string> FileSort(FileInfo[] files) private List<string> DayInspectionDirectorySort(FileInfo[] files)
{ {
List<string> listFiles = new List<string>(); string[] fileName;
Dictionary<string, int> fileNames = new Dictionary<string, int>(); List<string> listFile = new List<string>();
Dictionary<string, int> fileNamesSort = new Dictionary<string, int>(); Dictionary<string, int> dirNames = new Dictionary<string, int>();
#region File List 품번 순서데로 정렬
foreach (FileInfo file in files) foreach (FileInfo file in files)
{ {
fileNames.Add(file.Name, int.Parse(file.Name.Substring(11, 1))); fileName = file.Name.Split('-');
dirNames.Add(file.Name, int.Parse(fileName[1].Substring(0, fileName[1].Length - 4)));
} }
var vrList = fileNames.Keys.ToList(); var vrList = dirNames.OrderBy(x => x.Value);
vrList.Sort();
foreach (var v in vrList) foreach (var v in vrList)
fileNamesSort.Add(v, fileNames[v]); listFile.Add(v.Key);
#endregion
foreach (var v in fileNamesSort) #region File List 날짜 순서데로 정렬
listFiles.Add(v.Key); dirNames = new Dictionary<string, int>();
foreach (string f in listFile)
dirNames.Add(f, int.Parse(f.Substring(0, 8)));
return listFiles; listFile.Clear();
vrList = dirNames.OrderBy(x => x.Value);
foreach (var v in vrList)
listFile.Add(v.Key);
#endregion
return listFile;
} }
private List<string> FileSort(List<string> lst) private List<string> DayInspectionDirectorySort2(FileInfo[] files)
{ {
List<string> listFiles = new List<string>(); string[] fileName;
Dictionary<string, int> fileNames = new Dictionary<string, int>(); List<string> listFile = new List<string>();
Dictionary<string, int> fileNamesSort = new Dictionary<string, int>(); Dictionary<string, int> dirNames = new Dictionary<string, int>();
foreach (string list in lst) #region File List 품번 순서데로 정렬
foreach (FileInfo file in files)
{ {
if (list.Length == 22) fileName = file.Name.Split('-');
fileNames.Add(list, int.Parse(list.Substring(13, 1))); dirNames.Add(file.Name, int.Parse(fileName[1].Substring(0, fileName[1].Length - 4)));
else
fileNames.Add(list, int.Parse(list.Substring(13, 2)));
} }
// Lane 순서데로 오름차순 정렬 var vrList = dirNames.OrderBy(x => x.Value);
var vrList = fileNames.OrderBy(x => x.Value);
foreach (var v in vrList) foreach (var v in vrList)
listFiles.Add(v.Key); listFile.Add(v.Key);
#endregion
return listFiles; #region File List 날짜 순서데로 정렬
dirNames = new Dictionary<string, int>();
foreach (string f in listFile)
dirNames.Add(f, int.Parse(f.Substring(1, 8)));
listFile.Clear();
vrList = dirNames.OrderBy(x => x.Value);
foreach (var v in vrList)
listFile.Add(v.Key);
#endregion
return listFile;
} }
private void DisplayTreeViewUpdate() /// <summary>
/// Part11 미사용
/// </summary>
private void DisplayTreeViewUpdate1()
{ {
DirectoryInfo dir = new DirectoryInfo(this.ParentForm.ParentForm.PathDataBackupFolder); DirectoryInfo dir = new DirectoryInfo(this.ParentForm.ParentForm.PathDataBackupFolder);
List<string> fileNames = new List<string>(); List<string> fileNames = new List<string>();
@ -210,53 +217,123 @@ namespace INT63DC_2C.DialogForms
if (files.Length != 0) if (files.Length != 0)
{ {
// 파일 이름 순으로 정렬 // 날짜, 품번 순으로 정렬
fileNames = this.FileSort(files); fileNames = this.DayInspectionDirectorySort(files);
// 파일 날짜 순으로 분류 this.ListFiles = fileNames;
this.ParentForm.CollectionFileClassification = this.FileClassification(fileNames);
foreach (List<string> list in this.ParentForm.CollectionFileClassification) foreach (string name in fileNames)
{ {
TreeNode node = new TreeNode(list[0].Substring(0, 12)); this.treeView1.Nodes.Add(name);
for (int i = 0; i < list.Count; i++)
{
node.Nodes.Add(list[i]);
}
this.treeView1.Nodes.Add(node);
} }
} }
} }
/// <summary>
public void DisplayRefresh() /// Part11 사용
/// </summary>
private void DisplayTreeViewUpdate2()
{ {
this.DisplayTreeViewUpdate(); int fileCount = 0;
string[] fileName;
//TreeNode node;
List<string> years = new List<string>();
List<string> months = new List<string>();
List<string> days = new List<string>();
this.treeView1.Nodes.Clear();
this.ListInspectionFile.Clear();
DirectoryInfo dir = new DirectoryInfo(this.ParentForm.ParentForm.PathDataInspectionFolder);
List<string> fileNames = new List<string>();
// 폴더 체크
if (dir.Exists == false)
dir.Create();
// year 폴더 가져오기
DirectoryInfo[] yearDirectorys = dir.GetDirectories();
// year 폴더 정렬
years = this.DirectorySort(yearDirectorys);
// Inspection File 리스트 생성
if (years.Count != 0)
{
// Year
foreach (string year in years)
{
DataBackupYear y = new DataBackupYear(year);
DirectoryInfo monthDir = new DirectoryInfo(string.Format("{0}{1}", this.ParentForm.ParentForm.PathDataInspectionFolder, year));
DirectoryInfo[] monthDirectorys = monthDir.GetDirectories();
months = this.DirectorySort(monthDirectorys);
if (months.Count != 0)
{
// Month
foreach (string month in months)
{
DirectoryInfo dayDir = new DirectoryInfo(string.Format("{0}{1}\\{2}", this.ParentForm.ParentForm.PathDataInspectionFolder, year, month));
FileInfo[] dayFiles = dayDir.GetFiles();
days = this.DayInspectionDirectorySort2(dayFiles);
DataBackupMonth m = new DataBackupMonth(month);
m.Days = days;
y.Months.Add(m);
}
this.ListInspectionFile.Add(y);
}
else
{
this.ListInspectionFile.Add(y);
}
}
// node 생성
for (int i = 0; i < this.ListInspectionFile.Count; i++)
{
TreeNode node = new TreeNode(this.ListInspectionFile[i].Year);
for (int j = 0; j < this.ListInspectionFile[i].Months.Count; j++)
{
TreeNode nodeMonth = new TreeNode(this.ListInspectionFile[i].Months[j].Month);
for (int k = 0; k < this.ListInspectionFile[i].Months[j].Days.Count; k++)
{
fileName = this.ListInspectionFile[i].Months[j].Days[k].Split('.');
nodeMonth.Nodes.Add(fileName[0]);
fileCount++;
}
node.Nodes.Add(nodeMonth);
}
this.treeView1.Nodes.Add(node);
}
}
} }
#endregion #endregion
#region Event Handler #region Event Handler
private void buttonRead_Click(object sender, EventArgs e) private void buttonRead_Click(object sender, EventArgs e)
{ {
if (this.ParentForm.SelectNodeIndex == -1) int ret = 0;
if (this.ParentForm.SelectFilePath == "")
return; return;
this.treeView1.Enabled = false; this.treeView1.Enabled = false;
this.buttonRead.Enabled = false; this.buttonRead.Enabled = false;
this.buttonClose.Enabled = false; this.buttonClose.Enabled = false;
if (this.treeView1.Nodes.Count != 0) this.ParentForm.ClearData();
{ ret = this.ParentForm.DataRead();
this.ParentForm.ClearData();
if (this.ParentForm.DataRead1() == 0) if (ret == 0)
{ {
this.DialogResult = DialogResult.OK; this.DialogResult = DialogResult.OK;
this.Close(); this.Close();
}
else
this.DialogResult = DialogResult.Cancel;
} }
else
this.DialogResult = DialogResult.Cancel;
this.treeView1.Enabled = true; this.treeView1.Enabled = true;
this.buttonRead.Enabled = true; this.buttonRead.Enabled = true;

View File

@ -67,6 +67,7 @@
this.buttonOk.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonOk.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonOk.DisableImage = null; this.buttonOk.DisableImage = null;
this.buttonOk.DownImage = null; this.buttonOk.DownImage = null;
this.buttonOk.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.buttonOk.GroupID = 0; this.buttonOk.GroupID = 0;
this.buttonOk.InitVisible = true; this.buttonOk.InitVisible = true;
this.buttonOk.Location = new System.Drawing.Point(479, 407); this.buttonOk.Location = new System.Drawing.Point(479, 407);
@ -99,6 +100,7 @@
this.buttonCancel.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonCancel.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonCancel.DisableImage = null; this.buttonCancel.DisableImage = null;
this.buttonCancel.DownImage = null; this.buttonCancel.DownImage = null;
this.buttonCancel.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.buttonCancel.GroupID = 0; this.buttonCancel.GroupID = 0;
this.buttonCancel.InitVisible = true; this.buttonCancel.InitVisible = true;
this.buttonCancel.Location = new System.Drawing.Point(585, 407); this.buttonCancel.Location = new System.Drawing.Point(585, 407);
@ -128,7 +130,7 @@
this.smartGroupBox1.Controls.Add(this.checkBoxTypeParameter); this.smartGroupBox1.Controls.Add(this.checkBoxTypeParameter);
this.smartGroupBox1.Controls.Add(this.checkBoxTypeOperation); this.smartGroupBox1.Controls.Add(this.checkBoxTypeOperation);
this.smartGroupBox1.Controls.Add(this.checkBoxTypeAlarm); this.smartGroupBox1.Controls.Add(this.checkBoxTypeAlarm);
this.smartGroupBox1.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular); this.smartGroupBox1.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Regular);
this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.White; this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.White;
this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.White; this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.White;
this.smartGroupBox1.FrameLineThickness = 1; this.smartGroupBox1.FrameLineThickness = 1;
@ -155,7 +157,7 @@
this.checkBoxTypeParameter.CheckBoxSymbolSize = 14; this.checkBoxTypeParameter.CheckBoxSymbolSize = 14;
this.checkBoxTypeParameter.Checked = false; this.checkBoxTypeParameter.Checked = false;
this.checkBoxTypeParameter.CheckLineWidth = 3; this.checkBoxTypeParameter.CheckLineWidth = 3;
this.checkBoxTypeParameter.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular); this.checkBoxTypeParameter.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Regular);
this.checkBoxTypeParameter.ForeColor = System.Drawing.Color.White; this.checkBoxTypeParameter.ForeColor = System.Drawing.Color.White;
this.checkBoxTypeParameter.ImageCheckBox = null; this.checkBoxTypeParameter.ImageCheckBox = null;
this.checkBoxTypeParameter.ImageUnCheckBox = null; this.checkBoxTypeParameter.ImageUnCheckBox = null;
@ -179,7 +181,7 @@
this.checkBoxTypeOperation.CheckBoxSymbolSize = 14; this.checkBoxTypeOperation.CheckBoxSymbolSize = 14;
this.checkBoxTypeOperation.Checked = false; this.checkBoxTypeOperation.Checked = false;
this.checkBoxTypeOperation.CheckLineWidth = 3; this.checkBoxTypeOperation.CheckLineWidth = 3;
this.checkBoxTypeOperation.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular); this.checkBoxTypeOperation.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Regular);
this.checkBoxTypeOperation.ForeColor = System.Drawing.Color.White; this.checkBoxTypeOperation.ForeColor = System.Drawing.Color.White;
this.checkBoxTypeOperation.ImageCheckBox = null; this.checkBoxTypeOperation.ImageCheckBox = null;
this.checkBoxTypeOperation.ImageUnCheckBox = null; this.checkBoxTypeOperation.ImageUnCheckBox = null;
@ -203,7 +205,7 @@
this.checkBoxTypeAlarm.CheckBoxSymbolSize = 14; this.checkBoxTypeAlarm.CheckBoxSymbolSize = 14;
this.checkBoxTypeAlarm.Checked = false; this.checkBoxTypeAlarm.Checked = false;
this.checkBoxTypeAlarm.CheckLineWidth = 3; this.checkBoxTypeAlarm.CheckLineWidth = 3;
this.checkBoxTypeAlarm.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular); this.checkBoxTypeAlarm.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Regular);
this.checkBoxTypeAlarm.ForeColor = System.Drawing.Color.White; this.checkBoxTypeAlarm.ForeColor = System.Drawing.Color.White;
this.checkBoxTypeAlarm.ImageCheckBox = null; this.checkBoxTypeAlarm.ImageCheckBox = null;
this.checkBoxTypeAlarm.ImageUnCheckBox = null; this.checkBoxTypeAlarm.ImageUnCheckBox = null;

View File

@ -0,0 +1,215 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="smartForm1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
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
6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAACBVJREFUeF7t1jEBgDAQ
wMAqqScU4gZbMGTrgIG/4ZYoyLru5wUAgOnWGQAAYCJjDAAA5xjvvQEAYAxjDAAAxhgAAGKMAQDAGAMA
QIwxAAAYYwAAiDEGAABjDAAAMcYAAGCMAQAgxhgAAIwxAADEGAMAgDEGAIAYYwAAMMYAABBjDAAAxhgA
AGKMAQDAGAMAQIwxAAAYYwAAiDEGAABjDAAAMcYAAGCMAQAgxhgAAIwxAADEGAMAgDEGAIAYYwAAMMYA
ABBjDAAAxhgAAGKMAQDAGAMAQIwxAAAYYwAAiDEGAABjDAAAMcYAAGCMAQAgxhgAAIwxAADEGAMAgDEG
AIAYYwAAMMYAABBjDAAAxhgAAGKMAQDAGAMAQIwxAAAYYwAAiDEGAABjDAAAMcYAAGCMAQAgxhgAAIwx
AADEGAMAgDEGAIAYYwAAMMYAABBjDAAAxhgAAGKMAQDAGAMAQIwxAAAYYwAAiDEGAABjDAAAMcYAAGCM
AQAgxhgAAIwxAADEGAMAgDEGAIAYYwAAMMYAABBjDAAAxhgAAGKMAQDAGAMAQIwxAAAYYwAAiDEGAABj
DAAAMcYAAGCMAQAgxhgAAIwxAADEGAMAgDEGAIAYYwAAMMYAABBjDAAAxhgAAGKMAQDAGAMAQIwxAAAY
YwAAiDEGAABjDAAAMcYAAGCMAQAgxhgAAIwxAADEGAMAgDEGAIAYYwAAMMYAABBjDAAAxhgAAGKMAQDA
GAMAQIwxAAAYYwAAiDEGAABjDAAAMcYAAGCMAQAgxhgAAIwxAADEGAMAgDEGAIAYYwAAMMYAABBjDAAA
xhgAAGKMAQDAGAMAQIwxAAAYYwAAiDEGAABjDAAAMcYAAGCMAQAgxhgAAIwxAADEGAMAgDEGAIAYYwAA
MMYAABBjDAAAxhgAAGKMAQDAGAMAQIwxAAAYYwAAiDEGAABjDAAAMcYAAGCMAQAgxhgAAIwxAADEGAMA
gDEGAIAYYwAAMMYAABBjDAAAxhgAAGKMAQDAGAMAQIwxAAAYYwAAiDEGAABjDAAAMcYAAGCMAQAgxhgA
AIwxAADEGAMAgDEGAIAYYwAAMMYAABBjDAAAxhgAAGKMAQDAGAMAQIwxAAAYYwAAiDEGAABjDAAAMcYA
AGCMAQAgxhgAAIwxAADEGAMAgDEGAIAYYwAAMMYAABBjDAAAxhgAAGKMAQDAGAMAQIwxAAAYYwAAiDEG
AABjDAAAMcYAAGCMAQAgxhgAAIwxAADEGAMAgDEGAIAYYwAAMMYAABBjDAAAxhgAAGKMAQDAGAMAQIwx
AAAYYwAAiDEGAABjDAAAMcYAAGCMAQAgxhgAAIwxAADEGAMAgDEGAIAYYwAAMMYAABBjDAAAxhgAAGKM
AQDAGAMAQIwxAAAYYwAAiDEGAABjDAAAMcYAAGCMAQAgxhgAAIwxAADEGAMAgDEGAIAYYwAAMMYAABBj
DAAAxhgAAGKMAQDAGAMAQIwxAAAYYwAAiDEGAABjDAAAMcYAAGCMAQAgxhgAAIwxAADEGAMAgDEGAIAY
YwAAMMYAABBjDAAAxhgAAGKMAQDAGAMAQIwxAAAYYwAAiDEGAABjDAAAMcYAAGCMAQAgxhgAAIwxAADE
GAMAgDEGAIAYYwAAMMYAABBjDAAAxhgAAGKMAQDAGAMAQIwxAAAYYwAAiDEGAABjDAAAMcYAAGCMAQAg
xhgAAIwxAADEGAMAgDEGAIAYYwAAMMYAABBjDAAAxhgAAGKMAQDAGAMAQIwxAAAYYwAAiDEGAABjDAAA
McYAAGCMAQAgxhgAAIwxAADEGAMAgDEGAIAYYwAAMMYAABBjDAAAxhgAAGKMAQDAGAMAQIwxAAAYYwAA
iDEGAABjDAAAMcYAAGCMAQAgxhgAAIwxAADEGAMAgDEGAIAYYwAAMMYAABBjDAAAxhgAAGKMAQDAGAMA
QIwxAAAYYwAAiDEGAABjDAAAMcYAAGCMAQAgxhgAAIwxAADEGAMAgDEGAIAYYwAAMMYAABBjDAAAxhgA
AGKMAQDAGAMAQIwxAAAYYwAAiDEGAABjDAAAMcYAAGCMAQAgxhgAAIwxAADEGAMAgDEGAIAYYwAAMMYA
ABBjDAAAxhgAAGKMAQDAGAMAQIwxAAAYYwAAiDEGAABjDAAAMcYAAGCMAQAgxhgAAIwxAADEGAMAgDEG
AIAYYwAAMMYAABBjDAAAxhgAAGKMAQDAGAMAQIwxAAAYYwAAiDEGAABjDAAAMcYAAGCMAQAgxhgAAIwx
AADEGAMAgDEGAIAYYwAAMMYAABBjDAAAxhgAAGKMAQDAGAMAQIwxAAAYYwAAiDEGAABjDAAAMcYAAGCM
AQAgxhgAAIwxAADEGAMAgDEGAIAYYwAAMMYAABBjDAAAxhgAAGKMAQDAGAMAQIwxAAAYYwAAiDEGAABj
DAAAMcYAAGCMAQAgxhgAAIwxAADEGAMAgDEGAIAYYwAAMMYAABBjDAAAxhgAAGKMAQDAGAMAQIwxAAAY
YwAAiDEGAABjDAAAMcYAAGCMAQAgxhgAAIwxAADEGAMAgDEGAIAYYwAAMMYAABBjDAAAxhgAAGKMAQDA
GAMAQIwxAAAYYwAAiDEGAABjDAAAMcYAAGCMAQAgxhgAAIwxAADEGAMAgDEGAIAYYwAAMMYAABBjDAAA
xhgAAGKMAQDAGAMAQIwxAAAYYwAAiDEGAABjDAAAMcYAAGCMAQAgxhgAAIwxAADEGAMAgDEGAIAYYwAA
+BtjAACYyhgDAIAxBgCAfLLHgXNCEMWtAAAAAElFTkSuQmCC
</value>
</data>
<metadata name="timer1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<metadata name="$this.FormFactorShadowProperty" xml:space="preserve">
<value>WEBPAD</value>
</metadata>
<metadata name="$this.Skin" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</metadata>
</root>

View File

@ -34,13 +34,13 @@
this.buttonRead = new SmartX.SmartButton(); this.buttonRead = new SmartX.SmartButton();
this.labelFileName = new SmartX.SmartLabel(); this.labelFileName = new SmartX.SmartLabel();
this.smartGroupBox1 = new SmartX.SmartGroupBox(); this.smartGroupBox1 = new SmartX.SmartGroupBox();
this.checkBoxTypeParameter = new SmartX.SmartCheckBox();
this.checkBoxTypeOperation = new SmartX.SmartCheckBox();
this.checkBoxTypeAlarm = new SmartX.SmartCheckBox();
this.labelTitleDate = new SmartX.SmartLabel(); this.labelTitleDate = new SmartX.SmartLabel();
this.labelDate = new SmartX.SmartLabel(); this.labelDate = new SmartX.SmartLabel();
this.labelNodeIndex = new SmartX.SmartLabel(); this.labelNodeIndex = new SmartX.SmartLabel();
this.buttonClose = new SmartX.SmartButton(); this.buttonClose = new SmartX.SmartButton();
this.checkBoxTypeParameter = new SmartX.SmartCheckBox();
this.checkBoxTypeOperation = new SmartX.SmartCheckBox();
this.checkBoxTypeAlarm = new SmartX.SmartCheckBox();
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
this.smartGroupBox1.SuspendLayout(); this.smartGroupBox1.SuspendLayout();
this.SuspendLayout(); this.SuspendLayout();
@ -77,7 +77,8 @@
this.buttonRead.ButtonImageAutoSize = true; this.buttonRead.ButtonImageAutoSize = true;
this.buttonRead.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonRead.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonRead.DisableImage = null; this.buttonRead.DisableImage = null;
this.buttonRead.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonRead.DownImage"))); this.buttonRead.DownImage = null;
this.buttonRead.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.buttonRead.GroupID = 0; this.buttonRead.GroupID = 0;
this.buttonRead.InitVisible = true; this.buttonRead.InitVisible = true;
this.buttonRead.Location = new System.Drawing.Point(237, 351); this.buttonRead.Location = new System.Drawing.Point(237, 351);
@ -97,7 +98,7 @@
this.buttonRead.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonRead.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonRead.TextLocation = new System.Drawing.Point(0, 0); this.buttonRead.TextLocation = new System.Drawing.Point(0, 0);
this.buttonRead.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonRead.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonRead.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonRead.UpImage"))); this.buttonRead.UpImage = null;
this.buttonRead.Click += new System.EventHandler(this.buttonRead_Click); this.buttonRead.Click += new System.EventHandler(this.buttonRead_Click);
// //
// labelFileName // labelFileName
@ -108,7 +109,7 @@
this.labelFileName.BackPictureBox2 = null; this.labelFileName.BackPictureBox2 = null;
this.labelFileName.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30))))); this.labelFileName.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.labelFileName.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelFileName.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelFileName.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.labelFileName.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelFileName.ForeColor = System.Drawing.Color.White; this.labelFileName.ForeColor = System.Drawing.Color.White;
this.labelFileName.InitVisible = true; this.labelFileName.InitVisible = true;
this.labelFileName.LineSpacing = 0F; this.labelFileName.LineSpacing = 0F;
@ -150,102 +151,6 @@
this.smartGroupBox1.Text = "smartGroupBox1"; this.smartGroupBox1.Text = "smartGroupBox1";
this.smartGroupBox1.TextColor = System.Drawing.Color.Black; this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
// //
// labelTitleDate
//
this.labelTitleDate.BackColor = System.Drawing.Color.DimGray;
this.labelTitleDate.BackPictureBox = null;
this.labelTitleDate.BackPictureBox1 = null;
this.labelTitleDate.BackPictureBox2 = null;
this.labelTitleDate.BorderColor = System.Drawing.Color.DimGray;
this.labelTitleDate.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleDate.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
this.labelTitleDate.ForeColor = System.Drawing.Color.White;
this.labelTitleDate.InitVisible = true;
this.labelTitleDate.LineSpacing = 0F;
this.labelTitleDate.Location = new System.Drawing.Point(237, 28);
this.labelTitleDate.Name = "labelTitleDate";
this.labelTitleDate.Size = new System.Drawing.Size(100, 20);
this.labelTitleDate.TabIndex = 16;
this.labelTitleDate.Text = "Date";
this.labelTitleDate.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleDate.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleDate.Wordwrap = false;
//
// labelDate
//
this.labelDate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.labelDate.BackPictureBox = null;
this.labelDate.BackPictureBox1 = null;
this.labelDate.BackPictureBox2 = null;
this.labelDate.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.labelDate.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelDate.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
this.labelDate.ForeColor = System.Drawing.Color.White;
this.labelDate.InitVisible = true;
this.labelDate.LineSpacing = 0F;
this.labelDate.Location = new System.Drawing.Point(237, 50);
this.labelDate.Name = "labelDate";
this.labelDate.Size = new System.Drawing.Size(100, 20);
this.labelDate.TabIndex = 15;
this.labelDate.Text = "2020.02.24";
this.labelDate.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelDate.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelDate.Wordwrap = false;
//
// labelNodeIndex
//
this.labelNodeIndex.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.labelNodeIndex.BackPictureBox = null;
this.labelNodeIndex.BackPictureBox1 = null;
this.labelNodeIndex.BackPictureBox2 = null;
this.labelNodeIndex.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.labelNodeIndex.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelNodeIndex.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
this.labelNodeIndex.ForeColor = System.Drawing.Color.White;
this.labelNodeIndex.InitVisible = true;
this.labelNodeIndex.LineSpacing = 0F;
this.labelNodeIndex.Location = new System.Drawing.Point(237, 275);
this.labelNodeIndex.Name = "labelNodeIndex";
this.labelNodeIndex.Size = new System.Drawing.Size(100, 32);
this.labelNodeIndex.TabIndex = 14;
this.labelNodeIndex.Text = "20200214_1";
this.labelNodeIndex.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelNodeIndex.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelNodeIndex.Visible = false;
this.labelNodeIndex.Wordwrap = false;
//
// buttonClose
//
this.buttonClose.BackPictureBox = null;
this.buttonClose.BackPictureBox1 = null;
this.buttonClose.BackPictureBox2 = null;
this.buttonClose.ButtonColor = System.Drawing.Color.Gainsboro;
this.buttonClose.ButtonImageAutoSize = true;
this.buttonClose.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonClose.DisableImage = null;
this.buttonClose.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonClose.DownImage")));
this.buttonClose.GroupID = 0;
this.buttonClose.InitVisible = true;
this.buttonClose.Location = new System.Drawing.Point(237, 407);
this.buttonClose.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonClose.Name = "buttonClose";
this.buttonClose.NestedClickEventPrevent = false;
this.buttonClose.OutlinePixel = 1;
this.buttonClose.RepeatInterval = 200;
this.buttonClose.RepeatIntervalAccelerate = null;
this.buttonClose.SafeInterval = 200;
this.buttonClose.Size = new System.Drawing.Size(100, 50);
this.buttonClose.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonClose.TabIndex = 11;
this.buttonClose.Text = "Close";
this.buttonClose.TextColor = System.Drawing.Color.Black;
this.buttonClose.TextDownColor = System.Drawing.Color.White;
this.buttonClose.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonClose.TextLocation = new System.Drawing.Point(0, 0);
this.buttonClose.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonClose.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonClose.UpImage")));
this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
//
// checkBoxTypeParameter // checkBoxTypeParameter
// //
this.checkBoxTypeParameter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30))))); this.checkBoxTypeParameter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
@ -258,6 +163,7 @@
this.checkBoxTypeParameter.CheckBoxSymbolSize = 14; this.checkBoxTypeParameter.CheckBoxSymbolSize = 14;
this.checkBoxTypeParameter.Checked = false; this.checkBoxTypeParameter.Checked = false;
this.checkBoxTypeParameter.CheckLineWidth = 3; this.checkBoxTypeParameter.CheckLineWidth = 3;
this.checkBoxTypeParameter.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.checkBoxTypeParameter.ForeColor = System.Drawing.Color.White; this.checkBoxTypeParameter.ForeColor = System.Drawing.Color.White;
this.checkBoxTypeParameter.ImageCheckBox = null; this.checkBoxTypeParameter.ImageCheckBox = null;
this.checkBoxTypeParameter.ImageUnCheckBox = null; this.checkBoxTypeParameter.ImageUnCheckBox = null;
@ -281,6 +187,7 @@
this.checkBoxTypeOperation.CheckBoxSymbolSize = 14; this.checkBoxTypeOperation.CheckBoxSymbolSize = 14;
this.checkBoxTypeOperation.Checked = false; this.checkBoxTypeOperation.Checked = false;
this.checkBoxTypeOperation.CheckLineWidth = 3; this.checkBoxTypeOperation.CheckLineWidth = 3;
this.checkBoxTypeOperation.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.checkBoxTypeOperation.ForeColor = System.Drawing.Color.White; this.checkBoxTypeOperation.ForeColor = System.Drawing.Color.White;
this.checkBoxTypeOperation.ImageCheckBox = null; this.checkBoxTypeOperation.ImageCheckBox = null;
this.checkBoxTypeOperation.ImageUnCheckBox = null; this.checkBoxTypeOperation.ImageUnCheckBox = null;
@ -304,6 +211,7 @@
this.checkBoxTypeAlarm.CheckBoxSymbolSize = 14; this.checkBoxTypeAlarm.CheckBoxSymbolSize = 14;
this.checkBoxTypeAlarm.Checked = false; this.checkBoxTypeAlarm.Checked = false;
this.checkBoxTypeAlarm.CheckLineWidth = 3; this.checkBoxTypeAlarm.CheckLineWidth = 3;
this.checkBoxTypeAlarm.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.checkBoxTypeAlarm.ForeColor = System.Drawing.Color.White; this.checkBoxTypeAlarm.ForeColor = System.Drawing.Color.White;
this.checkBoxTypeAlarm.ImageCheckBox = null; this.checkBoxTypeAlarm.ImageCheckBox = null;
this.checkBoxTypeAlarm.ImageUnCheckBox = null; this.checkBoxTypeAlarm.ImageUnCheckBox = null;
@ -315,6 +223,103 @@
this.checkBoxTypeAlarm.Text = "Alarm"; this.checkBoxTypeAlarm.Text = "Alarm";
this.checkBoxTypeAlarm.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxTypeAlarm.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
// //
// labelTitleDate
//
this.labelTitleDate.BackColor = System.Drawing.Color.DimGray;
this.labelTitleDate.BackPictureBox = null;
this.labelTitleDate.BackPictureBox1 = null;
this.labelTitleDate.BackPictureBox2 = null;
this.labelTitleDate.BorderColor = System.Drawing.Color.DimGray;
this.labelTitleDate.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleDate.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelTitleDate.ForeColor = System.Drawing.Color.White;
this.labelTitleDate.InitVisible = true;
this.labelTitleDate.LineSpacing = 0F;
this.labelTitleDate.Location = new System.Drawing.Point(237, 28);
this.labelTitleDate.Name = "labelTitleDate";
this.labelTitleDate.Size = new System.Drawing.Size(100, 20);
this.labelTitleDate.TabIndex = 16;
this.labelTitleDate.Text = "Date";
this.labelTitleDate.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleDate.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleDate.Wordwrap = false;
//
// labelDate
//
this.labelDate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.labelDate.BackPictureBox = null;
this.labelDate.BackPictureBox1 = null;
this.labelDate.BackPictureBox2 = null;
this.labelDate.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.labelDate.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelDate.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelDate.ForeColor = System.Drawing.Color.White;
this.labelDate.InitVisible = true;
this.labelDate.LineSpacing = 0F;
this.labelDate.Location = new System.Drawing.Point(237, 50);
this.labelDate.Name = "labelDate";
this.labelDate.Size = new System.Drawing.Size(100, 20);
this.labelDate.TabIndex = 15;
this.labelDate.Text = "2020.02.24";
this.labelDate.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelDate.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelDate.Wordwrap = false;
//
// labelNodeIndex
//
this.labelNodeIndex.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.labelNodeIndex.BackPictureBox = null;
this.labelNodeIndex.BackPictureBox1 = null;
this.labelNodeIndex.BackPictureBox2 = null;
this.labelNodeIndex.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.labelNodeIndex.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelNodeIndex.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelNodeIndex.ForeColor = System.Drawing.Color.White;
this.labelNodeIndex.InitVisible = true;
this.labelNodeIndex.LineSpacing = 0F;
this.labelNodeIndex.Location = new System.Drawing.Point(237, 275);
this.labelNodeIndex.Name = "labelNodeIndex";
this.labelNodeIndex.Size = new System.Drawing.Size(100, 32);
this.labelNodeIndex.TabIndex = 14;
this.labelNodeIndex.Text = "20200214_1";
this.labelNodeIndex.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelNodeIndex.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelNodeIndex.Visible = false;
this.labelNodeIndex.Wordwrap = false;
//
// buttonClose
//
this.buttonClose.BackPictureBox = null;
this.buttonClose.BackPictureBox1 = null;
this.buttonClose.BackPictureBox2 = null;
this.buttonClose.ButtonColor = System.Drawing.Color.Gainsboro;
this.buttonClose.ButtonImageAutoSize = true;
this.buttonClose.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonClose.DisableImage = null;
this.buttonClose.DownImage = null;
this.buttonClose.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.buttonClose.GroupID = 0;
this.buttonClose.InitVisible = true;
this.buttonClose.Location = new System.Drawing.Point(237, 407);
this.buttonClose.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonClose.Name = "buttonClose";
this.buttonClose.NestedClickEventPrevent = false;
this.buttonClose.OutlinePixel = 1;
this.buttonClose.RepeatInterval = 200;
this.buttonClose.RepeatIntervalAccelerate = null;
this.buttonClose.SafeInterval = 200;
this.buttonClose.Size = new System.Drawing.Size(100, 50);
this.buttonClose.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonClose.TabIndex = 11;
this.buttonClose.Text = "Close";
this.buttonClose.TextColor = System.Drawing.Color.Black;
this.buttonClose.TextDownColor = System.Drawing.Color.White;
this.buttonClose.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonClose.TextLocation = new System.Drawing.Point(0, 0);
this.buttonClose.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonClose.UpImage = null;
this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
//
// DialogFormHistoryData // DialogFormHistoryData
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);

View File

@ -0,0 +1,201 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="smartForm1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
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
pAEI0gAEaQCCNABBGoAgDUCQBiBIAxCkAQjSAARpAII0AEEagCANQJAGIEgDEKQBCNIABGkAgjQAQRqA
IA1AkAYgSAMQpAEI0gAEaQCCNABBGoAgDUCQBiBIAxCkAQjSAARpAII0AEEagCANQJAGIEgDEKQBCNIA
BGkAgjQAQRqAIA1AkAYgSAMQpAEI0gAEaQCCNABBGoAgDUCQBiBIAxCkAQjSAARpAII0AEEagCANQJAG
IEgDEKQBCNIABGkAgjQAQRqAIA1AkAYgSAMQpAEI0gAEaQCCNABBGoAgDUCQBiBIAxCkAQjSAARpAII0
AEEagCANQJAGIEgDEKQBCNIABGkAgjQAQRqAIA1AkAYgSAMQpAEI0gAEaQCCNABBGoAgDUCQBiBIAxCk
AQjSAARpAII0AEEagCANQJAGIEgDEKQBCNIABGkAgjQAQRqAIA1AkAYgSAMQpAEI0gAEaQCCNABBGoAg
DUCQBiBIAxCkAQjSAARpAII0AEEagCANQJAGIEgDEKQBCNIABGkAgjQAQRqAIA1AkAYgSAMQpAEI0gAE
aQCCNABBGoAgDUCQBiBIAxCkAQjSAARpAII0AEEagCANQJAGIEgDEKQBCNIABGkAgjQAQRqAIA1AkAYg
SAMQpAEI0gAEaQCCNABBGoAgDUCQBiBIAxCkAQjSAARpAII0AEEagCANQJAGIEgDECINZmZn0mBmMWkw
s9gNlS3l7teKckgAAAAASUVORK5CYII=
</value>
</data>
<metadata name="$this.FormFactorShadowProperty" xml:space="preserve">
<value>WEBPAD</value>
</metadata>
<metadata name="$this.Skin" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</metadata>
</root>

View File

@ -41,6 +41,9 @@
this.pictureBoxImage = new System.Windows.Forms.PictureBox(); this.pictureBoxImage = new System.Windows.Forms.PictureBox();
this.smartButton1 = new SmartX.SmartButton(); this.smartButton1 = new SmartX.SmartButton();
this.smartButton2 = new SmartX.SmartButton(); this.smartButton2 = new SmartX.SmartButton();
this.smartButton3 = new SmartX.SmartButton();
this.smartButton4 = new SmartX.SmartButton();
this.smartButton5 = new SmartX.SmartButton();
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
this.SuspendLayout(); this.SuspendLayout();
// //
@ -63,7 +66,7 @@
// //
this.textBoxPassword.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Regular); this.textBoxPassword.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Regular);
this.textBoxPassword.Location = new System.Drawing.Point(260, 121); this.textBoxPassword.Location = new System.Drawing.Point(260, 121);
this.textBoxPassword.MaxLength = 10; this.textBoxPassword.MaxLength = 20;
this.textBoxPassword.Name = "textBoxPassword"; this.textBoxPassword.Name = "textBoxPassword";
this.textBoxPassword.PasswordChar = '*'; this.textBoxPassword.PasswordChar = '*';
this.textBoxPassword.Size = new System.Drawing.Size(248, 34); this.textBoxPassword.Size = new System.Drawing.Size(248, 34);
@ -75,7 +78,7 @@
// //
this.textBoxID.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Regular); this.textBoxID.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Regular);
this.textBoxID.Location = new System.Drawing.Point(260, 76); this.textBoxID.Location = new System.Drawing.Point(260, 76);
this.textBoxID.MaxLength = 10; this.textBoxID.MaxLength = 20;
this.textBoxID.Name = "textBoxID"; this.textBoxID.Name = "textBoxID";
this.textBoxID.Size = new System.Drawing.Size(248, 34); this.textBoxID.Size = new System.Drawing.Size(248, 34);
this.textBoxID.TabIndex = 6; this.textBoxID.TabIndex = 6;
@ -312,12 +315,111 @@
this.smartButton2.UpImage = null; this.smartButton2.UpImage = null;
this.smartButton2.Click += new System.EventHandler(this.smartButton2_Click); this.smartButton2.Click += new System.EventHandler(this.smartButton2_Click);
// //
// smartButton3
//
this.smartButton3.BackPictureBox = null;
this.smartButton3.BackPictureBox1 = null;
this.smartButton3.BackPictureBox2 = null;
this.smartButton3.ButtonColor = System.Drawing.Color.Gray;
this.smartButton3.ButtonImageAutoSize = true;
this.smartButton3.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.smartButton3.DisableImage = null;
this.smartButton3.DownImage = null;
this.smartButton3.GroupID = 0;
this.smartButton3.InitVisible = true;
this.smartButton3.Location = new System.Drawing.Point(114, 24);
this.smartButton3.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.smartButton3.Name = "smartButton3";
this.smartButton3.NestedClickEventPrevent = false;
this.smartButton3.OutlinePixel = 1;
this.smartButton3.RepeatInterval = 200;
this.smartButton3.RepeatIntervalAccelerate = null;
this.smartButton3.SafeInterval = 200;
this.smartButton3.Size = new System.Drawing.Size(80, 30);
this.smartButton3.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.smartButton3.TabIndex = 30;
this.smartButton3.Text = "user11";
this.smartButton3.TextColor = System.Drawing.Color.Black;
this.smartButton3.TextDownColor = System.Drawing.Color.White;
this.smartButton3.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.smartButton3.TextLocation = new System.Drawing.Point(0, 0);
this.smartButton3.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.smartButton3.UpImage = null;
this.smartButton3.Click += new System.EventHandler(this.smartButton3_Click);
//
// smartButton4
//
this.smartButton4.BackPictureBox = null;
this.smartButton4.BackPictureBox1 = null;
this.smartButton4.BackPictureBox2 = null;
this.smartButton4.ButtonColor = System.Drawing.Color.Gray;
this.smartButton4.ButtonImageAutoSize = true;
this.smartButton4.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.smartButton4.DisableImage = null;
this.smartButton4.DownImage = null;
this.smartButton4.GroupID = 0;
this.smartButton4.InitVisible = true;
this.smartButton4.Location = new System.Drawing.Point(200, 24);
this.smartButton4.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.smartButton4.Name = "smartButton4";
this.smartButton4.NestedClickEventPrevent = false;
this.smartButton4.OutlinePixel = 1;
this.smartButton4.RepeatInterval = 200;
this.smartButton4.RepeatIntervalAccelerate = null;
this.smartButton4.SafeInterval = 200;
this.smartButton4.Size = new System.Drawing.Size(80, 30);
this.smartButton4.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.smartButton4.TabIndex = 31;
this.smartButton4.Text = "user22";
this.smartButton4.TextColor = System.Drawing.Color.Black;
this.smartButton4.TextDownColor = System.Drawing.Color.White;
this.smartButton4.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.smartButton4.TextLocation = new System.Drawing.Point(0, 0);
this.smartButton4.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.smartButton4.UpImage = null;
this.smartButton4.Click += new System.EventHandler(this.smartButton4_Click);
//
// smartButton5
//
this.smartButton5.BackPictureBox = null;
this.smartButton5.BackPictureBox1 = null;
this.smartButton5.BackPictureBox2 = null;
this.smartButton5.ButtonColor = System.Drawing.Color.Gray;
this.smartButton5.ButtonImageAutoSize = true;
this.smartButton5.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.smartButton5.DisableImage = null;
this.smartButton5.DownImage = null;
this.smartButton5.GroupID = 0;
this.smartButton5.InitVisible = true;
this.smartButton5.Location = new System.Drawing.Point(286, 24);
this.smartButton5.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.smartButton5.Name = "smartButton5";
this.smartButton5.NestedClickEventPrevent = false;
this.smartButton5.OutlinePixel = 1;
this.smartButton5.RepeatInterval = 200;
this.smartButton5.RepeatIntervalAccelerate = null;
this.smartButton5.SafeInterval = 200;
this.smartButton5.Size = new System.Drawing.Size(80, 30);
this.smartButton5.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.smartButton5.TabIndex = 32;
this.smartButton5.Text = "user33";
this.smartButton5.TextColor = System.Drawing.Color.Black;
this.smartButton5.TextDownColor = System.Drawing.Color.White;
this.smartButton5.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.smartButton5.TextLocation = new System.Drawing.Point(0, 0);
this.smartButton5.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.smartButton5.UpImage = null;
this.smartButton5.Click += new System.EventHandler(this.smartButton5_Click);
//
// DialogFormLogOn // DialogFormLogOn
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.ClientSize = new System.Drawing.Size(710, 470); this.ClientSize = new System.Drawing.Size(710, 470);
this.ControlBox = false; this.ControlBox = false;
this.Controls.Add(this.smartButton5);
this.Controls.Add(this.smartButton4);
this.Controls.Add(this.smartButton3);
this.Controls.Add(this.smartButton2); this.Controls.Add(this.smartButton2);
this.Controls.Add(this.smartButton1); this.Controls.Add(this.smartButton1);
this.Controls.Add(this.pictureBoxImage); this.Controls.Add(this.pictureBoxImage);
@ -352,5 +454,8 @@
private System.Windows.Forms.PictureBox pictureBoxImage; private System.Windows.Forms.PictureBox pictureBoxImage;
private SmartX.SmartButton smartButton1; private SmartX.SmartButton smartButton1;
private SmartX.SmartButton smartButton2; private SmartX.SmartButton smartButton2;
private SmartX.SmartButton smartButton3;
private SmartX.SmartButton smartButton4;
private SmartX.SmartButton smartButton5;
} }
} }

View File

@ -517,8 +517,26 @@ namespace INT63DC_2C.DialogForms
private void smartButton2_Click(object sender, EventArgs e) private void smartButton2_Click(object sender, EventArgs e)
{ {
this.textBoxID.Text = "Admin00"; this.textBoxID.Text = "admin00";
this.textBoxPassword.Text = "Admin12!"; this.textBoxPassword.Text = "admin12!";
}
private void smartButton3_Click(object sender, EventArgs e)
{
this.textBoxID.Text = "user11";
this.textBoxPassword.Text = "user11!";
}
private void smartButton4_Click(object sender, EventArgs e)
{
this.textBoxID.Text = "user22";
this.textBoxPassword.Text = "user22!";
}
private void smartButton5_Click(object sender, EventArgs e)
{
this.textBoxID.Text = "user33";
this.textBoxPassword.Text = "user33!";
} }
} }
} }

View File

@ -49,7 +49,7 @@
this.labelMessage2.BackPictureBox2 = null; this.labelMessage2.BackPictureBox2 = null;
this.labelMessage2.BorderColor = System.Drawing.Color.Black; this.labelMessage2.BorderColor = System.Drawing.Color.Black;
this.labelMessage2.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelMessage2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelMessage2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelMessage2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.labelMessage2.InitVisible = true; this.labelMessage2.InitVisible = true;
this.labelMessage2.LineSpacing = 0F; this.labelMessage2.LineSpacing = 0F;
this.labelMessage2.Location = new System.Drawing.Point(78, 90); this.labelMessage2.Location = new System.Drawing.Point(78, 90);
@ -83,7 +83,7 @@
this.labelMessage1.BackPictureBox2 = null; this.labelMessage1.BackPictureBox2 = null;
this.labelMessage1.BorderColor = System.Drawing.Color.Black; this.labelMessage1.BorderColor = System.Drawing.Color.Black;
this.labelMessage1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelMessage1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelMessage1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelMessage1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.labelMessage1.InitVisible = true; this.labelMessage1.InitVisible = true;
this.labelMessage1.LineSpacing = 0F; this.labelMessage1.LineSpacing = 0F;
this.labelMessage1.Location = new System.Drawing.Point(78, 60); this.labelMessage1.Location = new System.Drawing.Point(78, 60);
@ -138,11 +138,12 @@
this.labelErrorCode.BackPictureBox2 = null; this.labelErrorCode.BackPictureBox2 = null;
this.labelErrorCode.BorderColor = System.Drawing.Color.Black; this.labelErrorCode.BorderColor = System.Drawing.Color.Black;
this.labelErrorCode.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelErrorCode.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelErrorCode.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
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(10, 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(430, 32);
this.labelErrorCode.TabIndex = 29; this.labelErrorCode.TabIndex = 29;
this.labelErrorCode.Text = " Error 0"; this.labelErrorCode.Text = " Error 0";
this.labelErrorCode.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelErrorCode.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
@ -152,7 +153,7 @@
// buttonOK // buttonOK
// //
this.buttonOK.BackColor = System.Drawing.Color.WhiteSmoke; this.buttonOK.BackColor = System.Drawing.Color.WhiteSmoke;
this.buttonOK.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.buttonOK.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.buttonOK.ForeColor = System.Drawing.Color.Black; this.buttonOK.ForeColor = System.Drawing.Color.Black;
this.buttonOK.Location = new System.Drawing.Point(335, 135); this.buttonOK.Location = new System.Drawing.Point(335, 135);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
@ -174,11 +175,11 @@
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(200)))), ((int)(((byte)(250))))); this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(200)))), ((int)(((byte)(250)))));
this.ClientSize = new System.Drawing.Size(450, 170); this.ClientSize = new System.Drawing.Size(450, 170);
this.ControlBox = false; this.ControlBox = false;
this.Controls.Add(this.labelMessage2); this.Controls.Add(this.pictureBoxAsterisk);
this.Controls.Add(this.labelMessage1);
this.Controls.Add(this.pictureBoxExclamation); this.Controls.Add(this.pictureBoxExclamation);
this.Controls.Add(this.pictureBoxHand); this.Controls.Add(this.pictureBoxHand);
this.Controls.Add(this.pictureBoxAsterisk); this.Controls.Add(this.labelMessage2);
this.Controls.Add(this.labelMessage1);
this.Controls.Add(this.pictureBoxQuestion); this.Controls.Add(this.pictureBoxQuestion);
this.Controls.Add(this.labelErrorCode); this.Controls.Add(this.labelErrorCode);
this.Controls.Add(this.buttonOK); this.Controls.Add(this.buttonOK);

View File

@ -120,32 +120,20 @@ namespace INT63DC_2C.DialogForms
this.labelMessage1.Text = "해당 메모리가 장착되지 않았습니다"; this.labelMessage1.Text = "해당 메모리가 장착되지 않았습니다";
break; break;
case 11: case 11:
this.labelErrorCode.Text = "Error 11"; this.labelErrorCode.Text = "Info 11";
this.labelMessage1.Text = "입력센서 에러에 의해 정지하였습니다"; this.labelMessage1.Text = "중량 Limit 설정 확인하세요!";
break; break;
case 12: case 12:
this.labelErrorCode.Text = "Warning 12";
this.labelMessage1.Text = "피드백 설정 확인하세요!";
this.labelMessage2.Text = "DeadZone Range";
break; break;
case 13: case 13:
this.labelErrorCode.Text = "Error 13"; this.labelErrorCode.Text = "Error 13";
this.labelMessage1.Text = "이 파일은 지원이 되지 않습니다"; this.labelMessage1.Text = "이 파일은 지원이 되지 않습니다";
break; break;
case 14: case 14:
this.labelErrorCode.Text = "Warning 14";
this.labelMessage1.Text = "피드백 설정 확인하세요!";
this.labelMessage2.Text = "High Limit Range";
break; break;
case 15: case 15:
this.labelErrorCode.Text = "Warning 15";
this.labelMessage1.Text = "피드백 설정 확인하세요!";
this.labelMessage2.Text = "Low Limit Range";
break; break;
case 16: case 16:
this.labelErrorCode.Text = "Error 16";
this.labelMessage1.Text = "현재 Modbus는 Client만 지원됩니다.";
this.labelMessage2.Text = "Client 모드로 전환됩니다.";
break; break;
case 17: case 17:
this.labelErrorCode.Text = "Error 17"; this.labelErrorCode.Text = "Error 17";
@ -159,6 +147,29 @@ namespace INT63DC_2C.DialogForms
break; break;
case 20: case 20:
break; break;
case 21:
break;
case 22:
break;
case 23:
this.labelErrorCode.Text = "Error 23";
this.labelMessage1.Text = "통신 연결 상태를 확인하세요";
this.labelMessage2.Text = "";
break;
case 24:
break;
case 25:
break;
case 26:
break;
case 27:
break;
case 28:
break;
case 29:
break;
case 30:
break;
case 31: case 31:
this.labelErrorCode.Text = "Error 31"; this.labelErrorCode.Text = "Error 31";
this.labelMessage1.Text = "유저 파일 에러"; this.labelMessage1.Text = "유저 파일 에러";
@ -276,32 +287,20 @@ namespace INT63DC_2C.DialogForms
this.labelMessage1.Text = "There is no MEMORY"; this.labelMessage1.Text = "There is no MEMORY";
break; break;
case 11: case 11:
this.labelErrorCode.Text = "Error 11"; this.labelErrorCode.Text = "Info 11";
this.labelMessage1.Text = "Emergency stop due to entry sensor error"; this.labelMessage1.Text = "Confirm input range (Weight Limit)";
break; break;
case 12: case 12:
this.labelErrorCode.Text = "Warning 12";
this.labelMessage1.Text = "Check your feedback settings!";
this.labelMessage2.Text = "DeadZone Range";
break; break;
case 13: case 13:
this.labelErrorCode.Text = "Error 13"; this.labelErrorCode.Text = "Error 13";
this.labelMessage1.Text = "This file is not supported"; this.labelMessage1.Text = "This file is not supported";
break; break;
case 14: case 14:
this.labelErrorCode.Text = "Warning 14";
this.labelMessage1.Text = "Check your feedback settings!";
this.labelMessage2.Text = "High Limit Range";
break; break;
case 15: case 15:
this.labelErrorCode.Text = "Warning 15";
this.labelMessage1.Text = "Check your feedback settings!";
this.labelMessage2.Text = "Low Limit Range";
break; break;
case 16: case 16:
this.labelErrorCode.Text = "Error 16";
this.labelMessage1.Text = "Currently, only the 'Client' is supported for Modbus.";
this.labelMessage2.Text = "Switches to 'Client' mode.";
break; break;
case 17: case 17:
this.labelErrorCode.Text = "Error 17"; this.labelErrorCode.Text = "Error 17";
@ -315,6 +314,29 @@ namespace INT63DC_2C.DialogForms
break; break;
case 20: case 20:
break; break;
case 21:
break;
case 22:
break;
case 23:
this.labelErrorCode.Text = "Error 23";
this.labelMessage1.Text = "Check the communication connection status";
this.labelMessage2.Text = "";
break;
case 24:
break;
case 25:
break;
case 26:
break;
case 27:
break;
case 28:
break;
case 29:
break;
case 30:
break;
case 31: case 31:
this.labelErrorCode.Text = "Error 31"; this.labelErrorCode.Text = "Error 31";
this.labelMessage1.Text = "User files error"; this.labelMessage1.Text = "User files error";
@ -434,32 +456,20 @@ namespace INT63DC_2C.DialogForms
this.labelMessage1.Text = "无存储"; this.labelMessage1.Text = "无存储";
break; break;
case 11: case 11:
this.labelErrorCode.Text = "錯誤 11"; this.labelErrorCode.Text = "信息 11";
this.labelMessage1.Text = "由于入口传感器错误导致紧急停止"; this.labelMessage1.Text = "确认输入范围(重量限制)";
break; break;
case 12: case 12:
this.labelErrorCode.Text = "注意 12";
this.labelMessage1.Text = "检查您的反馈设置!死区范围";
this.labelMessage2.Text = "";
break; break;
case 13: case 13:
this.labelErrorCode.Text = "錯誤 13"; this.labelErrorCode.Text = "錯誤 13";
this.labelMessage1.Text = "不支援这个档案"; this.labelMessage1.Text = "不支援这个档案";
break; break;
case 14: case 14:
this.labelErrorCode.Text = "注意 14";
this.labelMessage1.Text = "检查您的反馈设置!上限范围";
this.labelMessage2.Text = "";
break; break;
case 15: case 15:
this.labelErrorCode.Text = "注意 15";
this.labelMessage1.Text = "检查您的反馈设置!下限范围";
this.labelMessage2.Text = "";
break; break;
case 16: case 16:
this.labelErrorCode.Text = "錯誤 16";
this.labelMessage1.Text = "目前Modbus 仅支持“客户端”。";
this.labelMessage2.Text = "切换到“客户端”模式。";
break; break;
case 17: case 17:
this.labelErrorCode.Text = "錯誤 17"; this.labelErrorCode.Text = "錯誤 17";
@ -473,6 +483,29 @@ namespace INT63DC_2C.DialogForms
break; break;
case 20: case 20:
break; break;
case 21:
break;
case 22:
break;
case 23:
this.labelErrorCode.Text = "錯誤 23";
this.labelMessage1.Text = "检查通讯连接状态";
this.labelMessage2.Text = "";
break;
case 24:
break;
case 25:
break;
case 26:
break;
case 27:
break;
case 28:
break;
case 29:
break;
case 30:
break;
case 31: case 31:
this.labelErrorCode.Text = "錯誤 31"; this.labelErrorCode.Text = "錯誤 31";
this.labelMessage1.Text = "用户文件错误"; this.labelMessage1.Text = "用户文件错误";
@ -600,47 +633,55 @@ namespace INT63DC_2C.DialogForms
this.labelMessage2.Text = ""; this.labelMessage2.Text = "";
break; break;
case 11: case 11:
this.labelErrorCode.Text = "Chyba 11"; this.labelErrorCode.Text = "info 11";
this.labelMessage1.Text = "Nouzové zastavení z důvodu chyby vstupního senzoru"; this.labelMessage1.Text = "Potvrďte vstupní rozsah (hmotnostní limit)";
break; break;
case 12: case 12:
this.labelErrorCode.Text = "Varování 12";
this.labelMessage1.Text = "Zkontrolujte nastavení zpětné vazby!";
this.labelMessage2.Text = "Rozsah mrtvé zóny";
break; break;
case 13: case 13:
this.labelErrorCode.Text = "Chybě 13"; this.labelErrorCode.Text = "Chybě 13";
this.labelMessage1.Text = "Tento soubor není podporován"; this.labelMessage1.Text = "Tento soubor není podporován";
break; break;
case 14: case 14:
this.labelErrorCode.Text = "Varování 14";
this.labelMessage1.Text = "Zkontrolujte nastavení zpětné vazby!";
this.labelMessage2.Text = "Rozsah horního limitu";
break; break;
case 15: case 15:
this.labelErrorCode.Text = "Varování 15";
this.labelMessage1.Text = "Zkontrolujte nastavení zpětné vazby!";
this.labelMessage2.Text = "Rozsah dolního limitu";
break; break;
case 16: case 16:
this.labelErrorCode.Text = "Chyba 16";
this.labelMessage1.Text = "V současné době je pro Modbus podporován";
this.labelMessage2.Text = "pouze režim „Klient“. Přepne do režimu „Klient“.";
break; break;
case 17: case 17:
this.labelErrorCode.Text = "Chybě 17"; this.labelErrorCode.Text = "Chybě 17";
this.labelMessage1.Text = "Prosím proveďte spuštění"; this.labelMessage1.Text = "Prosím proveďte spuštění";
this.labelMessage2.Text = "";
break; break;
case 18: case 18:
this.labelErrorCode.Text = "Chybě 18"; this.labelErrorCode.Text = "Chybě 18";
this.labelMessage1.Text = "Vypněte a zapněte hlavním vypínačem"; this.labelMessage1.Text = "Vypněte a zapněte hlavním vypínačem";
this.labelMessage2.Text = "";
break; break;
case 19: case 19:
break; break;
case 20: case 20:
break; break;
case 21:
break;
case 22:
break;
case 23:
this.labelErrorCode.Text = "Chybě 23";
this.labelMessage1.Text = "Zkontrolujte stav komunikačního připojení";
break;
case 24:
break;
case 25:
break;
case 26:
break;
case 27:
break;
case 28:
break;
case 29:
break;
case 30:
break;
case 31: case 31:
this.labelErrorCode.Text = "Chybě 31"; this.labelErrorCode.Text = "Chybě 31";
this.labelMessage1.Text = "Chyba souborů uživatele"; this.labelMessage1.Text = "Chyba souborů uživatele";
@ -761,32 +802,20 @@ namespace INT63DC_2C.DialogForms
this.labelMessage1.Text = "Speicher/ Datenspeicher fehlt"; this.labelMessage1.Text = "Speicher/ Datenspeicher fehlt";
break; break;
case 11: case 11:
this.labelErrorCode.Text = "Fehler 11"; this.labelErrorCode.Text = "Info 11";
this.labelMessage1.Text = "Notstopp aufgrund eines Eingangssensorfehlers"; this.labelMessage1.Text = "Eingabebereich bestätigen (Gewichtsgrenze)";
break; break;
case 12: case 12:
this.labelErrorCode.Text = "Warnung 12";
this.labelMessage1.Text = "Überprüfen Sie Ihre Feedback-Einstellungen!";
this.labelMessage2.Text = "Totzonenbereich";
break; break;
case 13: case 13:
this.labelErrorCode.Text = "Fehler 13"; this.labelErrorCode.Text = "Fehler 13";
this.labelMessage1.Text = "Diese Datei wird nicht unterstützt"; this.labelMessage1.Text = "Diese Datei wird nicht unterstützt";
break; break;
case 14: case 14:
this.labelErrorCode.Text = "Warnung 14";
this.labelMessage1.Text = "Überprüfen Sie Ihre Feedback-Einstellungen!";
this.labelMessage2.Text = "Oberer Grenzwertbereich";
break; break;
case 15: case 15:
this.labelErrorCode.Text = "Warnung 15";
this.labelMessage1.Text = "Überprüfen Sie Ihre Feedback-Einstellungen!";
this.labelMessage2.Text = "Unterer Grenzwertbereich";
break; break;
case 16: case 16:
this.labelErrorCode.Text = "Fehler 16";
this.labelMessage1.Text = "Derzeit wird nur der „Client“-Modus für Modbus unterstützt.";
this.labelMessage2.Text = "Wechselt in den „Client“-Modus.";
break; break;
case 17: case 17:
this.labelErrorCode.Text = "Fehler 17"; this.labelErrorCode.Text = "Fehler 17";
@ -801,6 +830,29 @@ namespace INT63DC_2C.DialogForms
break; break;
case 20: case 20:
break; break;
case 21:
break;
case 22:
break;
case 23:
this.labelErrorCode.Text = "Fehler 23";
this.labelMessage1.Text = "Verbindungsstatus prüfen";
this.labelMessage2.Text = "";
break;
case 24:
break;
case 25:
break;
case 26:
break;
case 27:
break;
case 28:
break;
case 29:
break;
case 30:
break;
case 31: case 31:
this.labelErrorCode.Text = "Fehler 31"; this.labelErrorCode.Text = "Fehler 31";
this.labelMessage1.Text = "Fehler der Benutzerdateien"; this.labelMessage1.Text = "Fehler der Benutzerdateien";
@ -922,28 +974,16 @@ namespace INT63DC_2C.DialogForms
this.labelMessage1.Text = "重量制限設定を確認してください!"; this.labelMessage1.Text = "重量制限設定を確認してください!";
break; break;
case 12: case 12:
this.labelErrorCode.Text = "警告 12";
this.labelMessage1.Text = "フィードバック設定を確認してください!";
this.labelMessage2.Text = "デッドゾーン範囲";
break; break;
case 13: case 13:
this.labelErrorCode.Text = "エラㅡ 13"; this.labelErrorCode.Text = "エラㅡ 13";
this.labelMessage1.Text = "このファイルはサポートされていません"; this.labelMessage1.Text = "このファイルはサポートされていません";
break; break;
case 14: case 14:
this.labelErrorCode.Text = "警告 14";
this.labelMessage1.Text = "フィードバック設定を確認してください!";
this.labelMessage2.Text = "上限範囲";
break; break;
case 15: case 15:
this.labelErrorCode.Text = "警告 15";
this.labelMessage1.Text = "フィードバック設定を確認してください!";
this.labelMessage2.Text = "下限範囲";
break; break;
case 16: case 16:
this.labelErrorCode.Text = "エラㅡ 16";
this.labelMessage1.Text = "現在、ModbusはClientのみサポートされています。";
this.labelMessage2.Text = "Client モードに切り替わります。";
break; break;
case 17: case 17:
this.labelErrorCode.Text = "エラㅡ 17"; this.labelErrorCode.Text = "エラㅡ 17";
@ -957,11 +997,29 @@ namespace INT63DC_2C.DialogForms
break; break;
case 20: case 20:
break; break;
case 21:
break;
case 22:
break;
case 23: case 23:
this.labelErrorCode.Text = "エラㅡ 23"; this.labelErrorCode.Text = "エラㅡ 23";
this.labelMessage1.Text = "通信接続状態を確認する"; this.labelMessage1.Text = "通信接続状態を確認する";
this.labelMessage2.Text = ""; this.labelMessage2.Text = "";
break; break;
case 24:
break;
case 25:
break;
case 26:
break;
case 27:
break;
case 28:
break;
case 29:
break;
case 30:
break;
case 31: case 31:
this.labelErrorCode.Text = "エラㅡ 31"; this.labelErrorCode.Text = "エラㅡ 31";
this.labelMessage1.Text = "ユㅡザㅡファイルエラㅡ"; this.labelMessage1.Text = "ユㅡザㅡファイルエラㅡ";

View File

@ -165,18 +165,17 @@
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
gg==
</value> </value>
</data> </data>
<data name="pictureBoxExclamation.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="pictureBoxExclamation.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
@ -226,22 +225,19 @@
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
</value> </value>
</data> </data>
<data name="pictureBoxHand.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="pictureBoxHand.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
@ -291,46 +287,41 @@
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
</value> </value>
</data> </data>
<data name="pictureBoxAsterisk.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="pictureBoxAsterisk.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
@ -380,39 +371,32 @@
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 SUVORK5CYII=
BbWrRy+ijpIaZYzUKqNVasJ4NViiGR+MbNiZd4Tjz9niTp07HijPiBo3/rTyjsPV1bWnSM1XxzgKdTO4
oNp/qogaaYwNy1X+UPppJL/kSMZ+Vrjluxn6y+dO0F27T9JdzwOcHwO3bss4H+9E5YqIWC+q8VQNjDjC
a+vxcgso1M3ggmoJ4l3UBBwjxN+dXoAm9hAe8t+ih7pgn0VXtPXR5S6kUr5rRa0P1W7z0UCnvVDBBF0J
I+zjBFvqr8Mqua9IgAv2G4gb0X3TsP/rpiFHrNZgyCKBLptU0IhB8EAi6ZkbMMf8CAIGZjPXFMIGEuQ4
Infb9wXj5hLs/shcGnF+ppY1a6lfy0bRnvfgjZ8TCZ0RzTyPZvTn5o7+eDBsrgh0pgmMkCtlhDTpORLs
Nq+5KZb0qVqqEw9/AivofRDbj9l4GOcRcBTk8Ob3y7r9ayxMQ4G43QzRX/ZtzJNgmAm/jEbmM8KL8xHh
xfmI8OL8g5L/A0IOG5EQhvpOAAAAAElFTkSuQmCC
</value> </value>
</data> </data>
<data name="pictureBoxQuestion.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="pictureBoxQuestion.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
@ -462,39 +446,41 @@
RudN65tdA8sHzg46DF645Xrr8m2v29fvrLwzMBQydHc4cnjkLvvu5L2key/vZ9yff7DpIfph4SOpR+WP RudN65tdA8sHzg46DF645Xrr8m2v29fvrLwzMBQydHc4cnjkLvvu5L2key/vZ9yff7DpIfph4SOpR+WP
lR7X/aj3Y+uI5ciZUdfRvidBTx6Mscae/5T+04fx/Kfkp+UTqhONk2aTp6fcp24+W/1s/Hnq8/npgp+l lR7X/aj3Y+uI5ciZUdfRvidBTx6Mscae/5T+04fx/Kfkp+UTqhONk2aTp6fcp24+W/1s/Hnq8/npgp+l
f65+ofviu18cf+mbWTUz/pL/cuHX4lfyr468Xva6e9Z/9vGb5Dfzc4Vv5d8efcd41/s+7P3EfOYH7IeK f65+ofviu18cf+mbWTUz/pL/cuHX4lfyr468Xva6e9Z/9vGb5Dfzc4Vv5d8efcd41/s+7P3EfOYH7IeK
j3ofuz55f3q4kLyw8Bv3hPP74uYdwgAAAAlwSFlzAAAOxAAADsQBlSsOGwAABz5JREFUaEPdmmlsVFUY j3ofuz55f3q4kLyw8Bv3hPP74uYdwgAAAAlwSFlzAAAOxAAADsQBlSsOGwAAB8xJREFUaEPtmmtsHNUV
hl3QoBggIltboSqioAIKRBbB+EOMxGBiiBjlh9EYTBRjKiYSERVXJIiALC1bKCaiEqPGoBQqiCWARkkN x/laCVQQFMiLR4EACRBCG0pLBFUlUgiPT0iVWh5pAwpSW0BBSI1EU6lVW0IIwXYSe/2I7YTEqfMgMWA7
YFksUNpCS7fZeqedmfP5vrdzx5n2XObeO0NM/fHkMDP3nPO+9zvLd065TET+F2i/7I5ov+yOpHy4abXf fseJmzgGggOhedpOiB0/1zszuzu73p35V/87O2E9M+udGRvxEB/+Wns9997z23PPPeee9SUtLS34LugS
K1eCPmAseAEUgVJwBFSDunh5FPwE1oG5YDxgPdbXtZuWbBnpCUaB+eBXEAPiAgV+B6+D0eAaoOvHlmwY 6xvfVn0Pkq6mln2oadqPstrD+OuuY1hS0YXF5b24v2QQ9xSOYF5hULzyd77/7NYuvLbrGEprDotxHG+d
uResBH7QWZxTkuuFwGowEej605KJkUFgAagHXsTbYbXVCN4CuUDXfwpejTAKJcDqNFsmLJLb5VyaBHQ6 06smBVLf3IrNte14dcdx/Kq0Hz/eIONGD+Lzv9zYj1d2HBfz1DW32tZwK98gG2s68Ny2M7i9YNRmnFul
Engx8ig4AS6Fgc5YfVSCmUCnx8StkScAV55LbaAz7I9DbTbQ6XJl5DHwX5iwsMzMAl30OTXCFeQ4cG0i j7u1IIQ/VJxBcU2HbS038gyyp6FNfIJ3BYK+jM8kc647AkG8vP0E3m1os609kTyB0AuPlZ/37YFsSp+X
Hwxd1ZV8oHs+Deyfw2wqSNHoxMhAsAO4MjEEQnNX+tVgcOOnPnULvhteGFC3rqURnxq8wqdyVvA3ff2L sVRc7d47rkHWvncEPyse+koArDLXuLdoGG9WfWKzxUmuQFZVdYqT56sGsMrcav/ec9Rmk1VZQdZUffK1
QB1cAFJWs3RGuNO+AVjZkZGbAQ3kQOjk4oAqKDXUhvI22X4yIrtPR6Sksl0+O9wmb+411PQvgmZkBsOQ QJgyYd6o6rTZ5hqEJ8h9qe1kXSCbOOaG9XbduN7+bDaZ2yxQ/aHNxqwgVQ1teHyTEdjWiSfS9etlzMyT
ri0bLC3vgkQmkM4IU4da4MzEGkbAZ5YL94bV0QsxCbQp8YMmQ0lDq5JGlPwcBNX+mBQdapexGwNqwCeo MT1PxnXrJNzMozWgYHYBQSRMz5UwI5d/s4+dSOYBkOk0cwRhpl2+/YSnwL5pgwEwI1fCwk0KljeqKOmM
p2nTBuppAIlN82JGrgKrgPUGdA0moPg8RCIPQ2XNH22m0EYIr/LF5HRLTM5C9PlgTGpQnsFnUofPRkTJ o/p0As09CdR1jeGdz+L4W6uKxf8JC89Mz7XPk0mmLS9WnnSsBBxBWDrMLxxxD5FPD0jidWVrDJ8PaVDi
jr/b5c51fjVweUc7uvY7YWnaAK4GFzVyB2gBaU2YQEDfj33q5Z0G3j5EB+KCYaQhFJOWsDLN0FwzosJ/ OuS4jqCqYziqY0Q1fg/HdZyXNRQeGcNPNyq45m1JfAjWOZ1Ee+4MBB2Tpg2ksXkfllacce0NGj8rT8as
8zdGhaaX/xaWfst8aijachgZ6gqAMcDWSA/wGnBkgh1z8g4v9JvzwIpEVTwKh85H5dXSVjXz65B6bnur dTLyP44LQ0eiOs5JGnpCGr6QNfSHNfTKGs6GDA2ENagJHXvPjOHOIhnX5hjzWOe2yrTpma3daGge7xUb
2nkqYho9y2doFM+X10VlwuaA9OMQcxYVQn1MY3rYGekNmI06NsJozPgqJCebOGQ6jNRC7MnGqMz6JqSu yJa9hzAnVXZYJ3JUvowr3pLwcr2KoKqhX0kZLGkYjmgIxXQBQ7hR1fiZf6NXCJ3TEcNVayXckNqetvkt
W9Ki+MZ7oZy6JaDK6zqixudoluXT34ek91LXc+Uw6GtnhOeJaPxBXQMpsOM+EDDnh1Y5B3EXMJRqUDai ol23FYSwqbY9M0hT8z5RALqF4MIM3tkBWcSB6YlzKS8c6U/i1cYontwVwfPVUdR3JwToF3yGoFEdnQNJ
3IlViksw4XOcQzfgrW+raJN6/E4DrEMKdhmmEV0fNlAfjwwT7YzwUOTIBLEiMudHQyoaYnKsISqH66Ny 3Feu4CpuMRdeoWgfyxja6wjCkprVqBcQeuOJ7RGcDnLLGCB9iobTI0n8ZncEl60OiU/80tUhPLhZQeeA
oikqm7D0DsKw4ybIZ1n2X+5TW4+kGqkNKOH8chkRQp0FdkZ4snNshFDg7djwxm36l/HgrvUBlR83QYH9 4TU+R1i+Lnk/gh+u8RYrC0sGUd243xmE94mbNkieQC5fI2FZTRQXFA1DEQ29ioaRiIb6rjFxBFN8jjH0
sTLxuwM10cSQ4lCsbI4J5pD0wQvxYKTYzgiPp66MEJrhTp3MEMDfKC4Hw+t6zJPF+w3TBFcsGmlujcmO o7cl7Dgex2DEAOAYanmDKkCs82eSaV960I8D4aXILQRlemRZrYrjwxpODCfx2WASp4JJlHbGMS1XEkmQ
yogMw67PRcODkTJLe2cjPGO7NmIHhXH35tyYv9uQc4jAOQwlLr8cXjQ0+7uQ9HU/rAh1VtgZORt/QFfR z/L16hwJ246NB+lTdBFfXjxC0c4VOz93BuHNzgsIRQNvDyhYUPql7i1VcFexcjGL08Crc2Tx3qHe5MUt
FVYkOE8W7jWwpyipx3LLPYZRaUI0FpUZQpOMqEcj1XZGspauM3kcgMmNfURa4mnKKZhgVGjiowNhyUFa xa3YNaqJGLr8Le8gv9vS4wzCzOkVhCIMM3W6rk9lbho3I0/GlWslrDqoCgieWAQZjWrY25XALQXGoeEV
kweYWOraSAN11tkZ4ZVN5kZgYiCG1LStQVXZHBUfdnea4P7CJfq9srDKRaQ8zItkqLPGzkhW5ggneh5S ZFFZnzMI79R+QDLJONWM2FjRrOJCWMcFRRfHL7cXgZ6qiuAKj9uKop0/Lx50BrmnyH02zybTE4yTla0q
+GUHwxJGTmXmXJzciMzi/WEzjWc0MjBBqPOYpb2zEeb7GRvh5jei0K9KkZL4kE/RCIfXnjMRGVmEeYOl hiM6BqO6yDH0SjCq4e8HVAFJj/oBYUPDEWQqy3UWj9fkSCKPhFJlSndIE14hxBuHYpiRJ2FWnlFYWsdn
WFfPJdS5z87I+vgDuoqOyYWRcZuC6k9sjs1IJBmNVkTm/X1hczhx/ujquYQ6t9gZeTH+gK6iY7haTdoM E+2kvY4gJJwSkPUyrs2VsWhbGF2jSUgxA4L5hUf0Pw/EMDPXqIS9esIU7WQ96AgyVTHCQJ+1TsLa9hhi
I3URqfVHselF5QIm+EslBlaxjn1HV88l1DnPzsg4YF176io7Ih9Cb1sbUNM+D6qHMOEfRPnwl0E1ZkMw Cd2ouRjcqo5VB2OijKc3/EJQRowMOYP4PbWsYvKbE5DR2J2AFDdAuL1aziYwt1DGtBz7GK+inQ+VXXAG
myZYTrYzwuz3UNKDnuH5gvlTT2S9vZZ0lNwcM5zgFtTHC3Hb7JfnEV4oZ2yEc2EUcqu5Ja1qwR5DzdgW eXZr95SAzFwnY0FpGEcHkxhVDW9EEzr+1RYT24nxYx3jVbTzt5nyiNfMnkk8re4vD+PoQAJ9clLEyVBU
Ms/0VuqSIdT3DrA9jxDervuAZzNctUbDxLfH23F2Fwlh5WJu9TzSfZrJcHhRFy+87wEJ7TojPLMXAlZw w4t1KqblGnnHOsaraOdfdv7PGaSs5vDFh6wDvYgZ/bYCBYsqwvj1tjAeqgjjkcow5peEpwyCr0Vpd3hb
bSYfIrlHvFJqSCSmEoeotqiSg8h8GSWa0dV1gKVpM0h7ZicTgKd0JT9uZCk2Qy65p5GmM0msw47Oc8rk 9fvgxoFJg1C8X7B++sHqEC5dbbwyOU4mwE3RPh5MGatf1vdsh04FCGNhXrGCP9dF8VqLiid2RMSd3ixd
4mCmRprAfcDUms4I743eBtYb0DWqhTeM3LmfxRmd1z88PFVhQwwjIkzZR2BD9HA5RywtHwLH91okB+wC JiPaJ+7ume4jFLvinm6IDuKpdXexgj0nx6DEgUjcuKe8UBMVMJPZXrSLDe/y2sPj7LaB8M7++1QV7AeG
rowQbnjD1vjNqHBYnUeiuK86Io9gCaZJmtXVSwN1/AyGgIROJ0bIFMA7V09m+OanbAmo6TAwsghzAyZ0 8cEc8UqjioSmX7xExZM62nuTwkuEsY5zI9Omp7b0ZL+zUyU1Hb7LFRNkTXtMHLk9o8YdfSCiiXvKwk3h
zzqA/VeBB0CKRqdGyOOAt3uuzRBe3nH/yCAtYb+8Z3sKdNHnxgjh3yd4te/JTIapOk08A3S6XBsh/MvR SYHcERgdF+QTgrBvxDuxH6/weWbupdVR0f7h5elcSEMsqYuSfU6h9+acOS/1x8pT7vta1O6GNjzqM9Mz
KcDGPRlygdUHh9OTQKfHxIsRwmVvD7A6yrah5HZ/AfcDnY4EXo2QPLAININsmrHaYlbxARgKdP2nkIkR 4d2SLwuvGHdzHW3nE3isMiwg/czJMQ+X9WFn/X9ttk4IQhVWfyh6rn4WJgw/+Qc2K1hcGcbcQgUzPXQW
cjngX1x5D2YAS4RbU8n12sFGwKhfAXT9diFTIxbXgrsBL5TLQbIwp/AOlwkgjxC9gK4fW7JlxIJZc1/A 08X1f1I0jPwPPrLZ6AqEYhec3T0/MBSbd8wffssSrstTNNtXC1lBKE7C1r5fGL9J0IT4x+5PbTZZ5QqE
KBUA5kIc43+BGmD9X5QKUAaKwTzAt896zO907aZFa6Q7o/2y+yGX/QNH75Yh0mtVngAAAABJRU5ErkJg 4jdHC1LbzC+QW5lrcDu9nsUTplyDUDz2GHDmQlMNlD4vGwsTfR9ilScQ6t36Nry0/QTmBr78WtpqkB+Z
gg== c3Er/anyZMbTKZM8g1DN/DarukP0wWbnh3x7KH3czfkSnt7aLbzO+a1rZpMvEFN1Ta2i5mHyfCBVNXsV
e7gsAHmF2Nv0NfznQ7pYhbKkppfYxmQtxD3+i5JB0SAw/xeFfSi+zw4hL0X89DmO9Z11Tq+aEpBvgr4z
IP8HtFPN//2XDj4AAAAASUVORK5CYII=
</value> </value>
</data> </data>
<metadata name="timerAutoClose.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <metadata name="timerAutoClose.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
@ -506,4 +492,7 @@
<metadata name="$this.Skin" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> <metadata name="$this.Skin" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value> <value>False</value>
</metadata> </metadata>
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>50</value>
</metadata>
</root> </root>

View File

@ -0,0 +1,362 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="pictureBox1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
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
GMYAAJAZxgAAYBgDAEBmGAMAgGEMAACZYQwAAIYxAABkhjEAABjGAACQGcYAAGAYAwBAZhgDAIBhDAAA
mWEMAACGMQAAZIYxAAAYxgAAkBnGAABgGAMAQGYYAwCAYQwAAJlhDAAAhjEAAGSGMQAAGMYAAJAZxgAA
YBgDAEBmGAMAgGEMAACZYQwAAIYxAABkhjEAABjGAACQGcYAAGAYAwBAZhgDAIBhDAAAmWEMAACGMQAA
ZIYxAAAYxgAAkBnGAABgGAMAQGYYAwCAYQwAAJlhDAAAhjEAAGSGMQAAGMYAAJAZxgAAYBgDAEBmGAMA
gGEMAACZYQwAAIYxAABkhjEAABjGAACQGcYAAGAYAwBAZhgDAIBhDAAAmWEMAACGMQAAZIYxAAAYxgAA
kBnGAABgGAMAQGYYAwCAYQwAAJlhDAAAhjEAAGSGMQAAGMYAAJAZxgAAYBgDAEBmGAMAgGEMAACZYQwA
AIYxAABkhjEAABjGAACQGcYAAGAYAwBAZhgDAIBhDAAAmWEMAACGMQAAZIYxAAAYxgAAkBnGAABgGAMA
QGYYAwCAYQwAAJlhDAAAhjEAAGSGMQAAGMYAAJAZxgAAYBgDAEBmGAMAgGEMAACZYQwAAIYxAABkhjEA
ABjGAACQGcYAAGAYAwBAZhgDAIBhDAAAmWEMAACGMQAAZIYxAAAYxgAAkBnGAABgGAMAQGYYAwCAYQwA
AJlhDAAAhjEAAGSGMQAAGMYAAJAZxgAAYBgDAEBmGAMAgGEMAACZYQwAAIYxAABkhjEAABjGAACQGcYA
AGAYAwBAZhgDAIBhDAAAmWEMAACGMQAAZIYxAAAYxgAAkBnGAABgGAMAQGYYAwCAYQwAAJlhDAAAhjEA
AGSGMQAAGMYAAJAZxgAAYBgDAEBmGAMAgGEMAACZYQwAAIYxAABkhjEAABjGAACQGcYAAGAYAwBAZhgD
AIBhDAAAmWEMAACGMQAAZIYxAAAYxgAAkBnGAABgGAMAQGYYAwCAYQwAAJlhDAAAhjEAAGSGMQAAGMYA
AJAZxgAAYBgDAEBmGAMAgGEMAACZYQwAAIYxAABkhjEAABjGAACQGcYAAGAYAwBAZhgDAIBhDAAAmWEM
AACGMQAAZIYxAAAYxgAAkBnGAABgGAMAQGYYAwCAYQwAAJlhDAAAhjEAAGSGMQAAGMYAAJAZxgAAYBgD
AED2d4cxAABMVoYxAAAYxgAAkP0fsJBD/DOKm3MAAAAASUVORK5CYII=
</value>
</data>
<data name="pictureBoxImage.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
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
</value>
</data>
<metadata name="$this.FormFactorShadowProperty" xml:space="preserve">
<value>WEBPAD</value>
</metadata>
<metadata name="$this.Skin" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</metadata>
</root>

View File

@ -52,7 +52,7 @@
this.buttonNo.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonNo.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonNo.DisableImage = null; this.buttonNo.DisableImage = null;
this.buttonNo.DownImage = null; this.buttonNo.DownImage = null;
this.buttonNo.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.buttonNo.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.buttonNo.GroupID = 0; this.buttonNo.GroupID = 0;
this.buttonNo.InitVisible = true; this.buttonNo.InitVisible = true;
this.buttonNo.Location = new System.Drawing.Point(335, 135); this.buttonNo.Location = new System.Drawing.Point(335, 135);
@ -85,7 +85,7 @@
this.buttonYes.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonYes.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonYes.DisableImage = null; this.buttonYes.DisableImage = null;
this.buttonYes.DownImage = null; this.buttonYes.DownImage = null;
this.buttonYes.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.buttonYes.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.buttonYes.GroupID = 0; this.buttonYes.GroupID = 0;
this.buttonYes.InitVisible = true; this.buttonYes.InitVisible = true;
this.buttonYes.Location = new System.Drawing.Point(229, 135); this.buttonYes.Location = new System.Drawing.Point(229, 135);
@ -115,7 +115,7 @@
this.labelMessage2.BackPictureBox2 = null; this.labelMessage2.BackPictureBox2 = null;
this.labelMessage2.BorderColor = System.Drawing.Color.Black; this.labelMessage2.BorderColor = System.Drawing.Color.Black;
this.labelMessage2.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelMessage2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelMessage2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelMessage2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.labelMessage2.InitVisible = true; this.labelMessage2.InitVisible = true;
this.labelMessage2.LineSpacing = 0F; this.labelMessage2.LineSpacing = 0F;
this.labelMessage2.Location = new System.Drawing.Point(78, 90); this.labelMessage2.Location = new System.Drawing.Point(78, 90);
@ -149,7 +149,7 @@
this.labelMessage1.BackPictureBox2 = null; this.labelMessage1.BackPictureBox2 = null;
this.labelMessage1.BorderColor = System.Drawing.Color.Black; this.labelMessage1.BorderColor = System.Drawing.Color.Black;
this.labelMessage1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelMessage1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelMessage1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelMessage1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.labelMessage1.InitVisible = true; this.labelMessage1.InitVisible = true;
this.labelMessage1.LineSpacing = 0F; this.labelMessage1.LineSpacing = 0F;
this.labelMessage1.Location = new System.Drawing.Point(78, 60); this.labelMessage1.Location = new System.Drawing.Point(78, 60);
@ -169,11 +169,12 @@
this.labelErrorCode.BackPictureBox2 = null; this.labelErrorCode.BackPictureBox2 = null;
this.labelErrorCode.BorderColor = System.Drawing.Color.Black; this.labelErrorCode.BorderColor = System.Drawing.Color.Black;
this.labelErrorCode.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelErrorCode.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelErrorCode.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
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(10, 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(430, 32);
this.labelErrorCode.TabIndex = 28; this.labelErrorCode.TabIndex = 28;
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

@ -466,6 +466,7 @@ namespace INT63DC_2C.DialogForms
switch (language) switch (language)
{ {
case DataStore.LanguageID.Korean: case DataStore.LanguageID.Korean:
#region Korean
switch (ok) switch (ok)
{ {
case 2: case 2:
@ -483,17 +484,19 @@ namespace INT63DC_2C.DialogForms
default: default:
break; break;
} }
#endregion
break; break;
case DataStore.LanguageID.English: case DataStore.LanguageID.English:
#region English
switch (ok) switch (ok)
{ {
case 2: case 2:
this.labelErrorCode.Text = "Login"; this.labelErrorCode.Text = "Login";
if (int.Parse(msg) == 0) if (int.Parse(msg) == 0)
this.labelMessage1.Text = "Password has expired."; this.labelMessage1.Text = "Your password has expired.";
else else
this.labelMessage1.Text = string.Format("{0} days before password expiration.", msg); this.labelMessage1.Text = string.Format("Your password expires {0} days ago.", msg);
this.labelMessage2.Text = "Do you want to change the password?"; this.labelMessage2.Text = "Do you want to change your password?";
break; break;
case 31: case 31:
this.labelErrorCode.Text = "File"; this.labelErrorCode.Text = "File";
@ -502,8 +505,10 @@ namespace INT63DC_2C.DialogForms
default: default:
break; break;
} }
#endregion
break; break;
case DataStore.LanguageID.Chinese: case DataStore.LanguageID.Chinese:
#region Chinese
switch (ok) switch (ok)
{ {
case 2: case 2:
@ -521,10 +526,70 @@ namespace INT63DC_2C.DialogForms
default: default:
break; break;
} }
#endregion
break; break;
case DataStore.LanguageID.Czech: case DataStore.LanguageID.Czech:
#region Czech
switch (ok)
{
case 2:
this.labelErrorCode.Text = "Přihlášení";
if (int.Parse(msg) == 0)
this.labelMessage1.Text = "Platnost vašeho hesla vypršela.";
else
this.labelMessage1.Text = string.Format("{0} dní před vypršením platnosti hesla.", msg);
this.labelMessage2.Text = "Chcete změnit heslo?";
break;
case 31:
this.labelErrorCode.Text = "soubor";
this.labelMessage1.Text = string.Format("{0} již existuje. Chcete soubor změnit?", msg);
break;
default:
break;
}
#endregion
break; break;
case DataStore.LanguageID.German: case DataStore.LanguageID.German:
#region German
switch (ok)
{
case 2:
this.labelErrorCode.Text = "Login";
if (int.Parse(msg) == 0)
this.labelMessage1.Text = "Ihr Passwort ist abgelaufen.";
else
this.labelMessage1.Text = string.Format("{0} days before password expiration.", msg);
this.labelMessage2.Text = "Möchten Sie Ihr Passwort ändern?";
break;
case 31:
this.labelErrorCode.Text = "Datei";
this.labelMessage1.Text = string.Format("{0} existiert bereits. Ändern Sie die Datei?", msg);
break;
default:
break;
}
#endregion
break;
case DataStore.LanguageID.Japanese:
#region Japanese
switch (ok)
{
case 2:
this.labelErrorCode.Text = "ログイン";
if (int.Parse(msg) == 0)
this.labelMessage1.Text = "パスワードが期限切れです.";
else
this.labelMessage1.Text = string.Format("パスワードの有効期限{0}日前です", msg);
this.labelMessage2.Text = "パスワードを変更しますか?";
break;
case 31:
this.labelErrorCode.Text = "ファイル";
this.labelMessage1.Text = string.Format("{0} ファイルが既に存在します. 交換してもよろしいですか?", msg);
break;
default:
break;
}
#endregion
break; break;
default: default:
break; break;

View File

@ -165,18 +165,17 @@
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
gg==
</value> </value>
</data> </data>
<data name="pictureBoxExclamation.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="pictureBoxExclamation.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
@ -226,19 +225,19 @@
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
</value> </value>
</data> </data>
<data name="pictureBoxHand.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="pictureBoxHand.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
@ -288,42 +287,41 @@
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
0AAAAABJRU5ErkJggg==
</value> </value>
</data> </data>
<data name="pictureBoxAsterisk.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="pictureBoxAsterisk.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
@ -373,32 +371,32 @@
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 SUVORK5CYII=
</value> </value>
</data> </data>
<data name="pictureBoxQuestion.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="pictureBoxQuestion.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
@ -448,41 +446,41 @@
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
AAAAAElFTkSuQmCC IP8HtFPN//2XDj4AAAAASUVORK5CYII=
</value> </value>
</data> </data>
<metadata name="$this.FormFactorShadowProperty" xml:space="preserve"> <metadata name="$this.FormFactorShadowProperty" xml:space="preserve">

View File

@ -669,7 +669,6 @@ namespace INT63DC_2C.Forms
if (this.ParentForm.SystemConfig.IsOptPart11 == true) if (this.ParentForm.SystemConfig.IsOptPart11 == true)
this.ParentForm.SetTrackingHistoryData(DataStore.TrackingParameter.CalDigit, "", before, after); this.ParentForm.SetTrackingHistoryData(DataStore.TrackingParameter.CalDigit, "", before, after);
} }
private void labelBalanceWeight_Click(object sender, EventArgs e) private void labelBalanceWeight_Click(object sender, EventArgs e)
{ {
string value = "", before = "", after = ""; string value = "", before = "", after = "";

View File

@ -43,9 +43,6 @@
this.smartLabel4 = new SmartX.SmartLabel(); this.smartLabel4 = new SmartX.SmartLabel();
this.labelStaticSerial3Baudrate = new SmartX.SmartLabel(); this.labelStaticSerial3Baudrate = new SmartX.SmartLabel();
this.smartGroupBox1 = new SmartX.SmartGroupBox(); this.smartGroupBox1 = new SmartX.SmartGroupBox();
this.button10LaneSend = new System.Windows.Forms.Button();
this.button1LaneSend = new System.Windows.Forms.Button();
this.buttonDataSend = new System.Windows.Forms.Button();
this.smartLabel2 = new SmartX.SmartLabel(); this.smartLabel2 = new SmartX.SmartLabel();
this.smartLabel1 = new SmartX.SmartLabel(); this.smartLabel1 = new SmartX.SmartLabel();
this.smartSeparatorLine1 = new SmartX.SmartSeparatorLine(); this.smartSeparatorLine1 = new SmartX.SmartSeparatorLine();
@ -71,11 +68,6 @@
this.labelStartAddress = new SmartX.SmartLabel(); this.labelStartAddress = new SmartX.SmartLabel();
this.labelTitleStartAddress = new SmartX.SmartLabel(); this.labelTitleStartAddress = new SmartX.SmartLabel();
this.buttonTcpSave1 = new System.Windows.Forms.Button(); this.buttonTcpSave1 = new System.Windows.Forms.Button();
this.labelHelp = new SmartX.SmartLabel();
this.panel2 = new System.Windows.Forms.Panel();
this.radioButtonLocalIpStatic = new SmartX.SmartRadioButton();
this.radioButtonLocalIpDHCP = new SmartX.SmartRadioButton();
this.labelTitleIPConfiguration = new SmartX.SmartLabel();
this.labelLocalSubnetMask4 = new SmartX.SmartLabel(); this.labelLocalSubnetMask4 = new SmartX.SmartLabel();
this.labelLocalSubnetMask3 = new SmartX.SmartLabel(); this.labelLocalSubnetMask3 = new SmartX.SmartLabel();
this.labelLocalSubnetMask2 = new SmartX.SmartLabel(); this.labelLocalSubnetMask2 = new SmartX.SmartLabel();
@ -98,10 +90,10 @@
this.timerServer = new System.Windows.Forms.Timer(); this.timerServer = new System.Windows.Forms.Timer();
this.smartListBoxClientList = new SmartX.SmartListBox(); this.smartListBoxClientList = new SmartX.SmartListBox();
this.labelClientCount = new SmartX.SmartLabel(); this.labelClientCount = new SmartX.SmartLabel();
this.smartLabel3 = new SmartX.SmartLabel();
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
this.groupBoxComm.SuspendLayout(); this.groupBoxComm.SuspendLayout();
this.smartGroupBox1.SuspendLayout(); this.smartGroupBox1.SuspendLayout();
this.panel2.SuspendLayout();
this.SuspendLayout(); this.SuspendLayout();
// //
// smartForm1 // smartForm1
@ -189,7 +181,7 @@
this.groupBoxComm.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.RoundRectangle; this.groupBoxComm.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.RoundRectangle;
this.groupBoxComm.Image = null; this.groupBoxComm.Image = null;
this.groupBoxComm.InitVisible = true; this.groupBoxComm.InitVisible = true;
this.groupBoxComm.Location = new System.Drawing.Point(8, 555); this.groupBoxComm.Location = new System.Drawing.Point(8, 575);
this.groupBoxComm.Name = "groupBoxComm"; this.groupBoxComm.Name = "groupBoxComm";
this.groupBoxComm.RoundRadius = 5; this.groupBoxComm.RoundRadius = 5;
this.groupBoxComm.Size = new System.Drawing.Size(780, 178); this.groupBoxComm.Size = new System.Drawing.Size(780, 178);
@ -336,9 +328,7 @@
// //
this.smartGroupBox1.BackPictureBox = this.smartForm1; this.smartGroupBox1.BackPictureBox = this.smartForm1;
this.smartGroupBox1.BackPictureBox1 = null; this.smartGroupBox1.BackPictureBox1 = null;
this.smartGroupBox1.Controls.Add(this.button10LaneSend); this.smartGroupBox1.Controls.Add(this.smartLabel3);
this.smartGroupBox1.Controls.Add(this.button1LaneSend);
this.smartGroupBox1.Controls.Add(this.buttonDataSend);
this.smartGroupBox1.Controls.Add(this.smartLabel2); this.smartGroupBox1.Controls.Add(this.smartLabel2);
this.smartGroupBox1.Controls.Add(this.smartLabel1); this.smartGroupBox1.Controls.Add(this.smartLabel1);
this.smartGroupBox1.Controls.Add(this.smartSeparatorLine1); this.smartGroupBox1.Controls.Add(this.smartSeparatorLine1);
@ -364,9 +354,6 @@
this.smartGroupBox1.Controls.Add(this.labelStartAddress); this.smartGroupBox1.Controls.Add(this.labelStartAddress);
this.smartGroupBox1.Controls.Add(this.labelTitleStartAddress); this.smartGroupBox1.Controls.Add(this.labelTitleStartAddress);
this.smartGroupBox1.Controls.Add(this.buttonTcpSave1); this.smartGroupBox1.Controls.Add(this.buttonTcpSave1);
this.smartGroupBox1.Controls.Add(this.labelHelp);
this.smartGroupBox1.Controls.Add(this.panel2);
this.smartGroupBox1.Controls.Add(this.labelTitleIPConfiguration);
this.smartGroupBox1.Controls.Add(this.labelLocalSubnetMask4); this.smartGroupBox1.Controls.Add(this.labelLocalSubnetMask4);
this.smartGroupBox1.Controls.Add(this.labelLocalSubnetMask3); this.smartGroupBox1.Controls.Add(this.labelLocalSubnetMask3);
this.smartGroupBox1.Controls.Add(this.labelLocalSubnetMask2); this.smartGroupBox1.Controls.Add(this.labelLocalSubnetMask2);
@ -396,44 +383,11 @@
this.smartGroupBox1.Location = new System.Drawing.Point(8, 86); this.smartGroupBox1.Location = new System.Drawing.Point(8, 86);
this.smartGroupBox1.Name = "smartGroupBox1"; this.smartGroupBox1.Name = "smartGroupBox1";
this.smartGroupBox1.RoundRadius = 10; this.smartGroupBox1.RoundRadius = 10;
this.smartGroupBox1.Size = new System.Drawing.Size(1005, 471); this.smartGroupBox1.Size = new System.Drawing.Size(1005, 483);
this.smartGroupBox1.TabIndex = 220; this.smartGroupBox1.TabIndex = 220;
this.smartGroupBox1.Text = "Ethernet"; this.smartGroupBox1.Text = "Ethernet";
this.smartGroupBox1.TextColor = System.Drawing.Color.Black; this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
// //
// button10LaneSend
//
this.button10LaneSend.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.button10LaneSend.Location = new System.Drawing.Point(785, 315);
this.button10LaneSend.Name = "button10LaneSend";
this.button10LaneSend.Size = new System.Drawing.Size(120, 38);
this.button10LaneSend.TabIndex = 256;
this.button10LaneSend.Text = "10 Lane Send";
this.button10LaneSend.Visible = false;
this.button10LaneSend.Click += new System.EventHandler(this.button10LaneSend_Click);
//
// button1LaneSend
//
this.button1LaneSend.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.button1LaneSend.Location = new System.Drawing.Point(659, 315);
this.button1LaneSend.Name = "button1LaneSend";
this.button1LaneSend.Size = new System.Drawing.Size(120, 38);
this.button1LaneSend.TabIndex = 255;
this.button1LaneSend.Text = "1 Lane Send";
this.button1LaneSend.Visible = false;
this.button1LaneSend.Click += new System.EventHandler(this.button1LaneSend_Click);
//
// buttonDataSend
//
this.buttonDataSend.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.buttonDataSend.Location = new System.Drawing.Point(533, 315);
this.buttonDataSend.Name = "buttonDataSend";
this.buttonDataSend.Size = new System.Drawing.Size(120, 38);
this.buttonDataSend.TabIndex = 254;
this.buttonDataSend.Text = "Data Send";
this.buttonDataSend.Visible = false;
this.buttonDataSend.Click += new System.EventHandler(this.buttonDataSend_Click);
//
// smartLabel2 // smartLabel2
// //
this.smartLabel2.BackColor = System.Drawing.Color.WhiteSmoke; this.smartLabel2.BackColor = System.Drawing.Color.WhiteSmoke;
@ -446,7 +400,7 @@
this.smartLabel2.ForeColor = System.Drawing.Color.Black; this.smartLabel2.ForeColor = System.Drawing.Color.Black;
this.smartLabel2.InitVisible = true; this.smartLabel2.InitVisible = true;
this.smartLabel2.LineSpacing = 0F; this.smartLabel2.LineSpacing = 0F;
this.smartLabel2.Location = new System.Drawing.Point(502, 176); this.smartLabel2.Location = new System.Drawing.Point(502, 191);
this.smartLabel2.Name = "smartLabel2"; this.smartLabel2.Name = "smartLabel2";
this.smartLabel2.Size = new System.Drawing.Size(440, 30); this.smartLabel2.Size = new System.Drawing.Size(440, 30);
this.smartLabel2.TabIndex = 252; this.smartLabel2.TabIndex = 252;
@ -467,7 +421,7 @@
this.smartLabel1.ForeColor = System.Drawing.Color.Black; this.smartLabel1.ForeColor = System.Drawing.Color.Black;
this.smartLabel1.InitVisible = true; this.smartLabel1.InitVisible = true;
this.smartLabel1.LineSpacing = 0F; this.smartLabel1.LineSpacing = 0F;
this.smartLabel1.Location = new System.Drawing.Point(502, 30); this.smartLabel1.Location = new System.Drawing.Point(502, 45);
this.smartLabel1.Name = "smartLabel1"; this.smartLabel1.Name = "smartLabel1";
this.smartLabel1.Size = new System.Drawing.Size(440, 30); this.smartLabel1.Size = new System.Drawing.Size(440, 30);
this.smartLabel1.TabIndex = 251; this.smartLabel1.TabIndex = 251;
@ -487,7 +441,7 @@
this.smartSeparatorLine1.LineDirection = SmartX.SmartSeparatorLine.DIR.Vertical; this.smartSeparatorLine1.LineDirection = SmartX.SmartSeparatorLine.DIR.Vertical;
this.smartSeparatorLine1.Location = new System.Drawing.Point(478, 21); this.smartSeparatorLine1.Location = new System.Drawing.Point(478, 21);
this.smartSeparatorLine1.Name = "smartSeparatorLine1"; this.smartSeparatorLine1.Name = "smartSeparatorLine1";
this.smartSeparatorLine1.Size = new System.Drawing.Size(2, 350); this.smartSeparatorLine1.Size = new System.Drawing.Size(2, 330);
this.smartSeparatorLine1.TabIndex = 250; this.smartSeparatorLine1.TabIndex = 250;
this.smartSeparatorLine1.Text = "smartSeparatorLine1"; this.smartSeparatorLine1.Text = "smartSeparatorLine1";
// //
@ -502,7 +456,7 @@
this.labelConnectedIP.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold); this.labelConnectedIP.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.labelConnectedIP.InitVisible = true; this.labelConnectedIP.InitVisible = true;
this.labelConnectedIP.LineSpacing = 0F; this.labelConnectedIP.LineSpacing = 0F;
this.labelConnectedIP.Location = new System.Drawing.Point(693, 101); this.labelConnectedIP.Location = new System.Drawing.Point(693, 116);
this.labelConnectedIP.Name = "labelConnectedIP"; this.labelConnectedIP.Name = "labelConnectedIP";
this.labelConnectedIP.Size = new System.Drawing.Size(218, 28); this.labelConnectedIP.Size = new System.Drawing.Size(218, 28);
this.labelConnectedIP.TabIndex = 249; this.labelConnectedIP.TabIndex = 249;
@ -523,7 +477,7 @@
this.labelTitleConnectedIP.ForeColor = System.Drawing.Color.Black; this.labelTitleConnectedIP.ForeColor = System.Drawing.Color.Black;
this.labelTitleConnectedIP.InitVisible = true; this.labelTitleConnectedIP.InitVisible = true;
this.labelTitleConnectedIP.LineSpacing = 0F; this.labelTitleConnectedIP.LineSpacing = 0F;
this.labelTitleConnectedIP.Location = new System.Drawing.Point(519, 101); this.labelTitleConnectedIP.Location = new System.Drawing.Point(519, 116);
this.labelTitleConnectedIP.Name = "labelTitleConnectedIP"; this.labelTitleConnectedIP.Name = "labelTitleConnectedIP";
this.labelTitleConnectedIP.Size = new System.Drawing.Size(170, 28); this.labelTitleConnectedIP.Size = new System.Drawing.Size(170, 28);
this.labelTitleConnectedIP.TabIndex = 248; this.labelTitleConnectedIP.TabIndex = 248;
@ -535,9 +489,9 @@
// buttonTcpSend // buttonTcpSend
// //
this.buttonTcpSend.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.buttonTcpSend.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.buttonTcpSend.Location = new System.Drawing.Point(534, 394); this.buttonTcpSend.Location = new System.Drawing.Point(534, 376);
this.buttonTcpSend.Name = "buttonTcpSend"; this.buttonTcpSend.Name = "buttonTcpSend";
this.buttonTcpSend.Size = new System.Drawing.Size(100, 50); this.buttonTcpSend.Size = new System.Drawing.Size(100, 70);
this.buttonTcpSend.TabIndex = 224; this.buttonTcpSend.TabIndex = 224;
this.buttonTcpSend.Text = "SEND"; this.buttonTcpSend.Text = "SEND";
this.buttonTcpSend.Click += new System.EventHandler(this.buttonTcpSend_Click); this.buttonTcpSend.Click += new System.EventHandler(this.buttonTcpSend_Click);
@ -553,7 +507,7 @@
this.labelLocalPort.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold); this.labelLocalPort.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.labelLocalPort.InitVisible = true; this.labelLocalPort.InitVisible = true;
this.labelLocalPort.LineSpacing = 0F; this.labelLocalPort.LineSpacing = 0F;
this.labelLocalPort.Location = new System.Drawing.Point(693, 135); this.labelLocalPort.Location = new System.Drawing.Point(693, 150);
this.labelLocalPort.Name = "labelLocalPort"; this.labelLocalPort.Name = "labelLocalPort";
this.labelLocalPort.Size = new System.Drawing.Size(80, 28); this.labelLocalPort.Size = new System.Drawing.Size(80, 28);
this.labelLocalPort.TabIndex = 247; this.labelLocalPort.TabIndex = 247;
@ -566,9 +520,9 @@
// buttonStop // buttonStop
// //
this.buttonStop.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.buttonStop.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.buttonStop.Location = new System.Drawing.Point(428, 394); this.buttonStop.Location = new System.Drawing.Point(428, 376);
this.buttonStop.Name = "buttonStop"; this.buttonStop.Name = "buttonStop";
this.buttonStop.Size = new System.Drawing.Size(100, 50); this.buttonStop.Size = new System.Drawing.Size(100, 70);
this.buttonStop.TabIndex = 223; this.buttonStop.TabIndex = 223;
this.buttonStop.Text = "STOP"; this.buttonStop.Text = "STOP";
this.buttonStop.Click += new System.EventHandler(this.buttonStop_Click); this.buttonStop.Click += new System.EventHandler(this.buttonStop_Click);
@ -585,7 +539,7 @@
this.labelTitleServerPort.ForeColor = System.Drawing.Color.Black; this.labelTitleServerPort.ForeColor = System.Drawing.Color.Black;
this.labelTitleServerPort.InitVisible = true; this.labelTitleServerPort.InitVisible = true;
this.labelTitleServerPort.LineSpacing = 0F; this.labelTitleServerPort.LineSpacing = 0F;
this.labelTitleServerPort.Location = new System.Drawing.Point(519, 135); this.labelTitleServerPort.Location = new System.Drawing.Point(519, 150);
this.labelTitleServerPort.Name = "labelTitleServerPort"; this.labelTitleServerPort.Name = "labelTitleServerPort";
this.labelTitleServerPort.Size = new System.Drawing.Size(170, 28); this.labelTitleServerPort.Size = new System.Drawing.Size(170, 28);
this.labelTitleServerPort.TabIndex = 246; this.labelTitleServerPort.TabIndex = 246;
@ -597,9 +551,9 @@
// buttonStart // buttonStart
// //
this.buttonStart.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.buttonStart.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.buttonStart.Location = new System.Drawing.Point(322, 394); this.buttonStart.Location = new System.Drawing.Point(322, 376);
this.buttonStart.Name = "buttonStart"; this.buttonStart.Name = "buttonStart";
this.buttonStart.Size = new System.Drawing.Size(100, 50); this.buttonStart.Size = new System.Drawing.Size(100, 70);
this.buttonStart.TabIndex = 222; this.buttonStart.TabIndex = 222;
this.buttonStart.Text = "START"; this.buttonStart.Text = "START";
this.buttonStart.Click += new System.EventHandler(this.buttonStart_Click); this.buttonStart.Click += new System.EventHandler(this.buttonStart_Click);
@ -615,7 +569,7 @@
this.labelServerStatus.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold); this.labelServerStatus.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.labelServerStatus.InitVisible = true; this.labelServerStatus.InitVisible = true;
this.labelServerStatus.LineSpacing = 0F; this.labelServerStatus.LineSpacing = 0F;
this.labelServerStatus.Location = new System.Drawing.Point(693, 67); this.labelServerStatus.Location = new System.Drawing.Point(693, 82);
this.labelServerStatus.Name = "labelServerStatus"; this.labelServerStatus.Name = "labelServerStatus";
this.labelServerStatus.Size = new System.Drawing.Size(218, 28); this.labelServerStatus.Size = new System.Drawing.Size(218, 28);
this.labelServerStatus.TabIndex = 245; this.labelServerStatus.TabIndex = 245;
@ -627,7 +581,7 @@
// buttonTcpSave2 // buttonTcpSave2
// //
this.buttonTcpSave2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.buttonTcpSave2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.buttonTcpSave2.Location = new System.Drawing.Point(806, 281); this.buttonTcpSave2.Location = new System.Drawing.Point(806, 296);
this.buttonTcpSave2.Name = "buttonTcpSave2"; this.buttonTcpSave2.Name = "buttonTcpSave2";
this.buttonTcpSave2.Size = new System.Drawing.Size(106, 28); this.buttonTcpSave2.Size = new System.Drawing.Size(106, 28);
this.buttonTcpSave2.TabIndex = 241; this.buttonTcpSave2.TabIndex = 241;
@ -645,7 +599,7 @@
this.labelClientStatus.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold); this.labelClientStatus.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.labelClientStatus.InitVisible = true; this.labelClientStatus.InitVisible = true;
this.labelClientStatus.LineSpacing = 0F; this.labelClientStatus.LineSpacing = 0F;
this.labelClientStatus.Location = new System.Drawing.Point(694, 213); this.labelClientStatus.Location = new System.Drawing.Point(694, 228);
this.labelClientStatus.Name = "labelClientStatus"; this.labelClientStatus.Name = "labelClientStatus";
this.labelClientStatus.Size = new System.Drawing.Size(218, 28); this.labelClientStatus.Size = new System.Drawing.Size(218, 28);
this.labelClientStatus.TabIndex = 240; this.labelClientStatus.TabIndex = 240;
@ -666,7 +620,7 @@
this.labelTitleClientServerIP.ForeColor = System.Drawing.Color.Black; this.labelTitleClientServerIP.ForeColor = System.Drawing.Color.Black;
this.labelTitleClientServerIP.InitVisible = true; this.labelTitleClientServerIP.InitVisible = true;
this.labelTitleClientServerIP.LineSpacing = 0F; this.labelTitleClientServerIP.LineSpacing = 0F;
this.labelTitleClientServerIP.Location = new System.Drawing.Point(520, 247); this.labelTitleClientServerIP.Location = new System.Drawing.Point(520, 262);
this.labelTitleClientServerIP.Name = "labelTitleClientServerIP"; this.labelTitleClientServerIP.Name = "labelTitleClientServerIP";
this.labelTitleClientServerIP.Size = new System.Drawing.Size(168, 28); this.labelTitleClientServerIP.Size = new System.Drawing.Size(168, 28);
this.labelTitleClientServerIP.TabIndex = 233; this.labelTitleClientServerIP.TabIndex = 233;
@ -686,7 +640,7 @@
this.labelHostIP1.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold); this.labelHostIP1.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.labelHostIP1.InitVisible = true; this.labelHostIP1.InitVisible = true;
this.labelHostIP1.LineSpacing = 0F; this.labelHostIP1.LineSpacing = 0F;
this.labelHostIP1.Location = new System.Drawing.Point(694, 247); this.labelHostIP1.Location = new System.Drawing.Point(694, 262);
this.labelHostIP1.Name = "labelHostIP1"; this.labelHostIP1.Name = "labelHostIP1";
this.labelHostIP1.Size = new System.Drawing.Size(50, 28); this.labelHostIP1.Size = new System.Drawing.Size(50, 28);
this.labelHostIP1.TabIndex = 234; this.labelHostIP1.TabIndex = 234;
@ -707,7 +661,7 @@
this.labelHostIP2.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold); this.labelHostIP2.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.labelHostIP2.InitVisible = true; this.labelHostIP2.InitVisible = true;
this.labelHostIP2.LineSpacing = 0F; this.labelHostIP2.LineSpacing = 0F;
this.labelHostIP2.Location = new System.Drawing.Point(750, 247); this.labelHostIP2.Location = new System.Drawing.Point(750, 262);
this.labelHostIP2.Name = "labelHostIP2"; this.labelHostIP2.Name = "labelHostIP2";
this.labelHostIP2.Size = new System.Drawing.Size(50, 28); this.labelHostIP2.Size = new System.Drawing.Size(50, 28);
this.labelHostIP2.TabIndex = 235; this.labelHostIP2.TabIndex = 235;
@ -728,7 +682,7 @@
this.labelHostIP3.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold); this.labelHostIP3.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.labelHostIP3.InitVisible = true; this.labelHostIP3.InitVisible = true;
this.labelHostIP3.LineSpacing = 0F; this.labelHostIP3.LineSpacing = 0F;
this.labelHostIP3.Location = new System.Drawing.Point(806, 247); this.labelHostIP3.Location = new System.Drawing.Point(806, 262);
this.labelHostIP3.Name = "labelHostIP3"; this.labelHostIP3.Name = "labelHostIP3";
this.labelHostIP3.Size = new System.Drawing.Size(50, 28); this.labelHostIP3.Size = new System.Drawing.Size(50, 28);
this.labelHostIP3.TabIndex = 236; this.labelHostIP3.TabIndex = 236;
@ -749,7 +703,7 @@
this.labelHostPort.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold); this.labelHostPort.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.labelHostPort.InitVisible = true; this.labelHostPort.InitVisible = true;
this.labelHostPort.LineSpacing = 0F; this.labelHostPort.LineSpacing = 0F;
this.labelHostPort.Location = new System.Drawing.Point(694, 281); this.labelHostPort.Location = new System.Drawing.Point(694, 296);
this.labelHostPort.Name = "labelHostPort"; this.labelHostPort.Name = "labelHostPort";
this.labelHostPort.Size = new System.Drawing.Size(106, 28); this.labelHostPort.Size = new System.Drawing.Size(106, 28);
this.labelHostPort.TabIndex = 239; this.labelHostPort.TabIndex = 239;
@ -770,7 +724,7 @@
this.labelHostIP4.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold); this.labelHostIP4.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.labelHostIP4.InitVisible = true; this.labelHostIP4.InitVisible = true;
this.labelHostIP4.LineSpacing = 0F; this.labelHostIP4.LineSpacing = 0F;
this.labelHostIP4.Location = new System.Drawing.Point(862, 247); this.labelHostIP4.Location = new System.Drawing.Point(862, 262);
this.labelHostIP4.Name = "labelHostIP4"; this.labelHostIP4.Name = "labelHostIP4";
this.labelHostIP4.Size = new System.Drawing.Size(50, 28); this.labelHostIP4.Size = new System.Drawing.Size(50, 28);
this.labelHostIP4.TabIndex = 237; this.labelHostIP4.TabIndex = 237;
@ -792,7 +746,7 @@
this.labelTitleClientServerPort.ForeColor = System.Drawing.Color.Black; this.labelTitleClientServerPort.ForeColor = System.Drawing.Color.Black;
this.labelTitleClientServerPort.InitVisible = true; this.labelTitleClientServerPort.InitVisible = true;
this.labelTitleClientServerPort.LineSpacing = 0F; this.labelTitleClientServerPort.LineSpacing = 0F;
this.labelTitleClientServerPort.Location = new System.Drawing.Point(520, 281); this.labelTitleClientServerPort.Location = new System.Drawing.Point(520, 296);
this.labelTitleClientServerPort.Name = "labelTitleClientServerPort"; this.labelTitleClientServerPort.Name = "labelTitleClientServerPort";
this.labelTitleClientServerPort.Size = new System.Drawing.Size(168, 28); this.labelTitleClientServerPort.Size = new System.Drawing.Size(168, 28);
this.labelTitleClientServerPort.TabIndex = 238; this.labelTitleClientServerPort.TabIndex = 238;
@ -811,7 +765,7 @@
this.labelProtocolDescriptionEthernet_2.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Regular); this.labelProtocolDescriptionEthernet_2.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Regular);
this.labelProtocolDescriptionEthernet_2.InitVisible = true; this.labelProtocolDescriptionEthernet_2.InitVisible = true;
this.labelProtocolDescriptionEthernet_2.LineSpacing = 0F; this.labelProtocolDescriptionEthernet_2.LineSpacing = 0F;
this.labelProtocolDescriptionEthernet_2.Location = new System.Drawing.Point(78, 128); this.labelProtocolDescriptionEthernet_2.Location = new System.Drawing.Point(91, 326);
this.labelProtocolDescriptionEthernet_2.Name = "labelProtocolDescriptionEthernet_2"; this.labelProtocolDescriptionEthernet_2.Name = "labelProtocolDescriptionEthernet_2";
this.labelProtocolDescriptionEthernet_2.Size = new System.Drawing.Size(320, 20); this.labelProtocolDescriptionEthernet_2.Size = new System.Drawing.Size(320, 20);
this.labelProtocolDescriptionEthernet_2.TabIndex = 231; this.labelProtocolDescriptionEthernet_2.TabIndex = 231;
@ -830,7 +784,7 @@
this.labelProtocolDescriptionEthernet_1.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Regular); this.labelProtocolDescriptionEthernet_1.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Regular);
this.labelProtocolDescriptionEthernet_1.InitVisible = true; this.labelProtocolDescriptionEthernet_1.InitVisible = true;
this.labelProtocolDescriptionEthernet_1.LineSpacing = 0F; this.labelProtocolDescriptionEthernet_1.LineSpacing = 0F;
this.labelProtocolDescriptionEthernet_1.Location = new System.Drawing.Point(78, 102); this.labelProtocolDescriptionEthernet_1.Location = new System.Drawing.Point(91, 300);
this.labelProtocolDescriptionEthernet_1.Name = "labelProtocolDescriptionEthernet_1"; this.labelProtocolDescriptionEthernet_1.Name = "labelProtocolDescriptionEthernet_1";
this.labelProtocolDescriptionEthernet_1.Size = new System.Drawing.Size(320, 20); this.labelProtocolDescriptionEthernet_1.Size = new System.Drawing.Size(320, 20);
this.labelProtocolDescriptionEthernet_1.TabIndex = 230; this.labelProtocolDescriptionEthernet_1.TabIndex = 230;
@ -850,7 +804,7 @@
this.labelStartAddress.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold); this.labelStartAddress.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.labelStartAddress.InitVisible = true; this.labelStartAddress.InitVisible = true;
this.labelStartAddress.LineSpacing = 0F; this.labelStartAddress.LineSpacing = 0F;
this.labelStartAddress.Location = new System.Drawing.Point(198, 290); this.labelStartAddress.Location = new System.Drawing.Point(211, 184);
this.labelStartAddress.Name = "labelStartAddress"; this.labelStartAddress.Name = "labelStartAddress";
this.labelStartAddress.Size = new System.Drawing.Size(105, 28); this.labelStartAddress.Size = new System.Drawing.Size(105, 28);
this.labelStartAddress.TabIndex = 228; this.labelStartAddress.TabIndex = 228;
@ -872,7 +826,7 @@
this.labelTitleStartAddress.ForeColor = System.Drawing.Color.Black; this.labelTitleStartAddress.ForeColor = System.Drawing.Color.Black;
this.labelTitleStartAddress.InitVisible = true; this.labelTitleStartAddress.InitVisible = true;
this.labelTitleStartAddress.LineSpacing = 0F; this.labelTitleStartAddress.LineSpacing = 0F;
this.labelTitleStartAddress.Location = new System.Drawing.Point(52, 290); this.labelTitleStartAddress.Location = new System.Drawing.Point(65, 184);
this.labelTitleStartAddress.Name = "labelTitleStartAddress"; this.labelTitleStartAddress.Name = "labelTitleStartAddress";
this.labelTitleStartAddress.Size = new System.Drawing.Size(140, 28); this.labelTitleStartAddress.Size = new System.Drawing.Size(140, 28);
this.labelTitleStartAddress.TabIndex = 227; this.labelTitleStartAddress.TabIndex = 227;
@ -885,114 +839,13 @@
// buttonTcpSave1 // buttonTcpSave1
// //
this.buttonTcpSave1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.buttonTcpSave1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.buttonTcpSave1.Location = new System.Drawing.Point(310, 290); this.buttonTcpSave1.Location = new System.Drawing.Point(323, 184);
this.buttonTcpSave1.Name = "buttonTcpSave1"; this.buttonTcpSave1.Name = "buttonTcpSave1";
this.buttonTcpSave1.Size = new System.Drawing.Size(106, 28); this.buttonTcpSave1.Size = new System.Drawing.Size(106, 28);
this.buttonTcpSave1.TabIndex = 225; this.buttonTcpSave1.TabIndex = 225;
this.buttonTcpSave1.Text = "SAVE"; this.buttonTcpSave1.Text = "SAVE";
this.buttonTcpSave1.Click += new System.EventHandler(this.buttonTcpSave1_Click); this.buttonTcpSave1.Click += new System.EventHandler(this.buttonTcpSave1_Click);
// //
// labelHelp
//
this.labelHelp.BackPictureBox = this.smartForm1;
this.labelHelp.BackPictureBox1 = null;
this.labelHelp.BackPictureBox2 = null;
this.labelHelp.BorderColor = System.Drawing.Color.Black;
this.labelHelp.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelHelp.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold);
this.labelHelp.ForeColor = System.Drawing.Color.Red;
this.labelHelp.InitVisible = true;
this.labelHelp.LineSpacing = 0F;
this.labelHelp.Location = new System.Drawing.Point(52, 324);
this.labelHelp.Name = "labelHelp";
this.labelHelp.Size = new System.Drawing.Size(413, 60);
this.labelHelp.TabIndex = 219;
this.labelHelp.Text = "※ IP Configuration 변경 시, 재부팅 후 정상적으로 연결됩니다.";
this.labelHelp.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelHelp.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top;
this.labelHelp.Wordwrap = true;
//
// panel2
//
this.panel2.BackColor = System.Drawing.Color.Black;
this.panel2.Controls.Add(this.radioButtonLocalIpStatic);
this.panel2.Controls.Add(this.radioButtonLocalIpDHCP);
this.panel2.Location = new System.Drawing.Point(198, 154);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(218, 28);
//
// radioButtonLocalIpStatic
//
this.radioButtonLocalIpStatic.BackColor = System.Drawing.Color.Black;
this.radioButtonLocalIpStatic.BackPictureBox = null;
this.radioButtonLocalIpStatic.BackPictureBox1 = null;
this.radioButtonLocalIpStatic.BackPictureBox2 = null;
this.radioButtonLocalIpStatic.Checked = false;
this.radioButtonLocalIpStatic.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.radioButtonLocalIpStatic.ForeColor = System.Drawing.Color.White;
this.radioButtonLocalIpStatic.GroupID = 0;
this.radioButtonLocalIpStatic.ImageCheckRadioButton = null;
this.radioButtonLocalIpStatic.ImageUnCheckRadioButton = null;
this.radioButtonLocalIpStatic.InitVisible = true;
this.radioButtonLocalIpStatic.Location = new System.Drawing.Point(112, 0);
this.radioButtonLocalIpStatic.Name = "radioButtonLocalIpStatic";
this.radioButtonLocalIpStatic.OutputOnly = false;
this.radioButtonLocalIpStatic.RadioBackColor = System.Drawing.Color.White;
this.radioButtonLocalIpStatic.RadioCheckColor = System.Drawing.Color.Green;
this.radioButtonLocalIpStatic.RadioForeColor = System.Drawing.Color.Black;
this.radioButtonLocalIpStatic.RadioSymbolSize = 14;
this.radioButtonLocalIpStatic.Shadow = false;
this.radioButtonLocalIpStatic.Size = new System.Drawing.Size(100, 25);
this.radioButtonLocalIpStatic.TabIndex = 0;
this.radioButtonLocalIpStatic.Text = "Static";
this.radioButtonLocalIpStatic.TextVAlign = SmartX.SmartRadioButton.TextVerAlign.Middle;
//
// radioButtonLocalIpDHCP
//
this.radioButtonLocalIpDHCP.BackColor = System.Drawing.Color.Black;
this.radioButtonLocalIpDHCP.BackPictureBox = null;
this.radioButtonLocalIpDHCP.BackPictureBox1 = null;
this.radioButtonLocalIpDHCP.BackPictureBox2 = null;
this.radioButtonLocalIpDHCP.Checked = false;
this.radioButtonLocalIpDHCP.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.radioButtonLocalIpDHCP.ForeColor = System.Drawing.Color.White;
this.radioButtonLocalIpDHCP.GroupID = 0;
this.radioButtonLocalIpDHCP.ImageCheckRadioButton = null;
this.radioButtonLocalIpDHCP.ImageUnCheckRadioButton = null;
this.radioButtonLocalIpDHCP.InitVisible = true;
this.radioButtonLocalIpDHCP.Location = new System.Drawing.Point(3, 0);
this.radioButtonLocalIpDHCP.Name = "radioButtonLocalIpDHCP";
this.radioButtonLocalIpDHCP.OutputOnly = false;
this.radioButtonLocalIpDHCP.RadioBackColor = System.Drawing.Color.White;
this.radioButtonLocalIpDHCP.RadioCheckColor = System.Drawing.Color.Green;
this.radioButtonLocalIpDHCP.RadioForeColor = System.Drawing.Color.Black;
this.radioButtonLocalIpDHCP.RadioSymbolSize = 14;
this.radioButtonLocalIpDHCP.Shadow = false;
this.radioButtonLocalIpDHCP.Size = new System.Drawing.Size(100, 28);
this.radioButtonLocalIpDHCP.TabIndex = 0;
this.radioButtonLocalIpDHCP.Text = "DHCP";
this.radioButtonLocalIpDHCP.TextVAlign = SmartX.SmartRadioButton.TextVerAlign.Middle;
//
// labelTitleIPConfiguration
//
this.labelTitleIPConfiguration.BackPictureBox = this.smartForm1;
this.labelTitleIPConfiguration.BackPictureBox1 = null;
this.labelTitleIPConfiguration.BackPictureBox2 = null;
this.labelTitleIPConfiguration.BorderColor = System.Drawing.Color.Black;
this.labelTitleIPConfiguration.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleIPConfiguration.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.labelTitleIPConfiguration.ForeColor = System.Drawing.Color.Black;
this.labelTitleIPConfiguration.InitVisible = true;
this.labelTitleIPConfiguration.LineSpacing = 0F;
this.labelTitleIPConfiguration.Location = new System.Drawing.Point(52, 154);
this.labelTitleIPConfiguration.Name = "labelTitleIPConfiguration";
this.labelTitleIPConfiguration.Size = new System.Drawing.Size(140, 28);
this.labelTitleIPConfiguration.TabIndex = 218;
this.labelTitleIPConfiguration.Text = "IP Configuration";
this.labelTitleIPConfiguration.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleIPConfiguration.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleIPConfiguration.Wordwrap = false;
//
// labelLocalSubnetMask4 // labelLocalSubnetMask4
// //
this.labelLocalSubnetMask4.BackColor = System.Drawing.SystemColors.Window; this.labelLocalSubnetMask4.BackColor = System.Drawing.SystemColors.Window;
@ -1004,7 +857,7 @@
this.labelLocalSubnetMask4.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold); this.labelLocalSubnetMask4.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.labelLocalSubnetMask4.InitVisible = true; this.labelLocalSubnetMask4.InitVisible = true;
this.labelLocalSubnetMask4.LineSpacing = 0F; this.labelLocalSubnetMask4.LineSpacing = 0F;
this.labelLocalSubnetMask4.Location = new System.Drawing.Point(366, 222); this.labelLocalSubnetMask4.Location = new System.Drawing.Point(379, 116);
this.labelLocalSubnetMask4.Name = "labelLocalSubnetMask4"; this.labelLocalSubnetMask4.Name = "labelLocalSubnetMask4";
this.labelLocalSubnetMask4.Size = new System.Drawing.Size(50, 28); this.labelLocalSubnetMask4.Size = new System.Drawing.Size(50, 28);
this.labelLocalSubnetMask4.TabIndex = 216; this.labelLocalSubnetMask4.TabIndex = 216;
@ -1025,7 +878,7 @@
this.labelLocalSubnetMask3.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold); this.labelLocalSubnetMask3.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.labelLocalSubnetMask3.InitVisible = true; this.labelLocalSubnetMask3.InitVisible = true;
this.labelLocalSubnetMask3.LineSpacing = 0F; this.labelLocalSubnetMask3.LineSpacing = 0F;
this.labelLocalSubnetMask3.Location = new System.Drawing.Point(310, 222); this.labelLocalSubnetMask3.Location = new System.Drawing.Point(323, 116);
this.labelLocalSubnetMask3.Name = "labelLocalSubnetMask3"; this.labelLocalSubnetMask3.Name = "labelLocalSubnetMask3";
this.labelLocalSubnetMask3.Size = new System.Drawing.Size(50, 28); this.labelLocalSubnetMask3.Size = new System.Drawing.Size(50, 28);
this.labelLocalSubnetMask3.TabIndex = 215; this.labelLocalSubnetMask3.TabIndex = 215;
@ -1046,7 +899,7 @@
this.labelLocalSubnetMask2.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold); this.labelLocalSubnetMask2.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.labelLocalSubnetMask2.InitVisible = true; this.labelLocalSubnetMask2.InitVisible = true;
this.labelLocalSubnetMask2.LineSpacing = 0F; this.labelLocalSubnetMask2.LineSpacing = 0F;
this.labelLocalSubnetMask2.Location = new System.Drawing.Point(254, 222); this.labelLocalSubnetMask2.Location = new System.Drawing.Point(267, 116);
this.labelLocalSubnetMask2.Name = "labelLocalSubnetMask2"; this.labelLocalSubnetMask2.Name = "labelLocalSubnetMask2";
this.labelLocalSubnetMask2.Size = new System.Drawing.Size(50, 28); this.labelLocalSubnetMask2.Size = new System.Drawing.Size(50, 28);
this.labelLocalSubnetMask2.TabIndex = 214; this.labelLocalSubnetMask2.TabIndex = 214;
@ -1067,7 +920,7 @@
this.labelLocalSubnetMask1.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold); this.labelLocalSubnetMask1.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.labelLocalSubnetMask1.InitVisible = true; this.labelLocalSubnetMask1.InitVisible = true;
this.labelLocalSubnetMask1.LineSpacing = 0F; this.labelLocalSubnetMask1.LineSpacing = 0F;
this.labelLocalSubnetMask1.Location = new System.Drawing.Point(198, 222); this.labelLocalSubnetMask1.Location = new System.Drawing.Point(211, 116);
this.labelLocalSubnetMask1.Name = "labelLocalSubnetMask1"; this.labelLocalSubnetMask1.Name = "labelLocalSubnetMask1";
this.labelLocalSubnetMask1.Size = new System.Drawing.Size(50, 28); this.labelLocalSubnetMask1.Size = new System.Drawing.Size(50, 28);
this.labelLocalSubnetMask1.TabIndex = 213; this.labelLocalSubnetMask1.TabIndex = 213;
@ -1088,7 +941,7 @@
this.labelTitleSubnetMask.ForeColor = System.Drawing.Color.Black; this.labelTitleSubnetMask.ForeColor = System.Drawing.Color.Black;
this.labelTitleSubnetMask.InitVisible = true; this.labelTitleSubnetMask.InitVisible = true;
this.labelTitleSubnetMask.LineSpacing = 0F; this.labelTitleSubnetMask.LineSpacing = 0F;
this.labelTitleSubnetMask.Location = new System.Drawing.Point(52, 222); this.labelTitleSubnetMask.Location = new System.Drawing.Point(65, 116);
this.labelTitleSubnetMask.Name = "labelTitleSubnetMask"; this.labelTitleSubnetMask.Name = "labelTitleSubnetMask";
this.labelTitleSubnetMask.Size = new System.Drawing.Size(140, 28); this.labelTitleSubnetMask.Size = new System.Drawing.Size(140, 28);
this.labelTitleSubnetMask.TabIndex = 212; this.labelTitleSubnetMask.TabIndex = 212;
@ -1108,7 +961,7 @@
this.labelLocalGateway4.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold); this.labelLocalGateway4.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.labelLocalGateway4.InitVisible = true; this.labelLocalGateway4.InitVisible = true;
this.labelLocalGateway4.LineSpacing = 0F; this.labelLocalGateway4.LineSpacing = 0F;
this.labelLocalGateway4.Location = new System.Drawing.Point(366, 256); this.labelLocalGateway4.Location = new System.Drawing.Point(379, 150);
this.labelLocalGateway4.Name = "labelLocalGateway4"; this.labelLocalGateway4.Name = "labelLocalGateway4";
this.labelLocalGateway4.Size = new System.Drawing.Size(50, 28); this.labelLocalGateway4.Size = new System.Drawing.Size(50, 28);
this.labelLocalGateway4.TabIndex = 211; this.labelLocalGateway4.TabIndex = 211;
@ -1129,7 +982,7 @@
this.labelLocalGateway3.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold); this.labelLocalGateway3.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.labelLocalGateway3.InitVisible = true; this.labelLocalGateway3.InitVisible = true;
this.labelLocalGateway3.LineSpacing = 0F; this.labelLocalGateway3.LineSpacing = 0F;
this.labelLocalGateway3.Location = new System.Drawing.Point(310, 256); this.labelLocalGateway3.Location = new System.Drawing.Point(323, 150);
this.labelLocalGateway3.Name = "labelLocalGateway3"; this.labelLocalGateway3.Name = "labelLocalGateway3";
this.labelLocalGateway3.Size = new System.Drawing.Size(50, 28); this.labelLocalGateway3.Size = new System.Drawing.Size(50, 28);
this.labelLocalGateway3.TabIndex = 210; this.labelLocalGateway3.TabIndex = 210;
@ -1150,7 +1003,7 @@
this.labelLocalGateway2.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold); this.labelLocalGateway2.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.labelLocalGateway2.InitVisible = true; this.labelLocalGateway2.InitVisible = true;
this.labelLocalGateway2.LineSpacing = 0F; this.labelLocalGateway2.LineSpacing = 0F;
this.labelLocalGateway2.Location = new System.Drawing.Point(254, 256); this.labelLocalGateway2.Location = new System.Drawing.Point(267, 150);
this.labelLocalGateway2.Name = "labelLocalGateway2"; this.labelLocalGateway2.Name = "labelLocalGateway2";
this.labelLocalGateway2.Size = new System.Drawing.Size(50, 28); this.labelLocalGateway2.Size = new System.Drawing.Size(50, 28);
this.labelLocalGateway2.TabIndex = 209; this.labelLocalGateway2.TabIndex = 209;
@ -1171,7 +1024,7 @@
this.labelLocalGateway1.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold); this.labelLocalGateway1.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.labelLocalGateway1.InitVisible = true; this.labelLocalGateway1.InitVisible = true;
this.labelLocalGateway1.LineSpacing = 0F; this.labelLocalGateway1.LineSpacing = 0F;
this.labelLocalGateway1.Location = new System.Drawing.Point(198, 256); this.labelLocalGateway1.Location = new System.Drawing.Point(211, 150);
this.labelLocalGateway1.Name = "labelLocalGateway1"; this.labelLocalGateway1.Name = "labelLocalGateway1";
this.labelLocalGateway1.Size = new System.Drawing.Size(50, 28); this.labelLocalGateway1.Size = new System.Drawing.Size(50, 28);
this.labelLocalGateway1.TabIndex = 208; this.labelLocalGateway1.TabIndex = 208;
@ -1192,7 +1045,7 @@
this.labelTitleGateway.ForeColor = System.Drawing.Color.Black; this.labelTitleGateway.ForeColor = System.Drawing.Color.Black;
this.labelTitleGateway.InitVisible = true; this.labelTitleGateway.InitVisible = true;
this.labelTitleGateway.LineSpacing = 0F; this.labelTitleGateway.LineSpacing = 0F;
this.labelTitleGateway.Location = new System.Drawing.Point(52, 256); this.labelTitleGateway.Location = new System.Drawing.Point(65, 150);
this.labelTitleGateway.Name = "labelTitleGateway"; this.labelTitleGateway.Name = "labelTitleGateway";
this.labelTitleGateway.Size = new System.Drawing.Size(140, 28); this.labelTitleGateway.Size = new System.Drawing.Size(140, 28);
this.labelTitleGateway.TabIndex = 207; this.labelTitleGateway.TabIndex = 207;
@ -1212,7 +1065,7 @@
this.labelLocalIP4.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold); this.labelLocalIP4.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.labelLocalIP4.InitVisible = true; this.labelLocalIP4.InitVisible = true;
this.labelLocalIP4.LineSpacing = 0F; this.labelLocalIP4.LineSpacing = 0F;
this.labelLocalIP4.Location = new System.Drawing.Point(366, 188); this.labelLocalIP4.Location = new System.Drawing.Point(379, 82);
this.labelLocalIP4.Name = "labelLocalIP4"; this.labelLocalIP4.Name = "labelLocalIP4";
this.labelLocalIP4.Size = new System.Drawing.Size(50, 28); this.labelLocalIP4.Size = new System.Drawing.Size(50, 28);
this.labelLocalIP4.TabIndex = 206; this.labelLocalIP4.TabIndex = 206;
@ -1233,7 +1086,7 @@
this.labelLocalIP3.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold); this.labelLocalIP3.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.labelLocalIP3.InitVisible = true; this.labelLocalIP3.InitVisible = true;
this.labelLocalIP3.LineSpacing = 0F; this.labelLocalIP3.LineSpacing = 0F;
this.labelLocalIP3.Location = new System.Drawing.Point(310, 188); this.labelLocalIP3.Location = new System.Drawing.Point(323, 82);
this.labelLocalIP3.Name = "labelLocalIP3"; this.labelLocalIP3.Name = "labelLocalIP3";
this.labelLocalIP3.Size = new System.Drawing.Size(50, 28); this.labelLocalIP3.Size = new System.Drawing.Size(50, 28);
this.labelLocalIP3.TabIndex = 205; this.labelLocalIP3.TabIndex = 205;
@ -1254,7 +1107,7 @@
this.labelLocalIP2.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold); this.labelLocalIP2.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.labelLocalIP2.InitVisible = true; this.labelLocalIP2.InitVisible = true;
this.labelLocalIP2.LineSpacing = 0F; this.labelLocalIP2.LineSpacing = 0F;
this.labelLocalIP2.Location = new System.Drawing.Point(254, 188); this.labelLocalIP2.Location = new System.Drawing.Point(267, 82);
this.labelLocalIP2.Name = "labelLocalIP2"; this.labelLocalIP2.Name = "labelLocalIP2";
this.labelLocalIP2.Size = new System.Drawing.Size(50, 28); this.labelLocalIP2.Size = new System.Drawing.Size(50, 28);
this.labelLocalIP2.TabIndex = 204; this.labelLocalIP2.TabIndex = 204;
@ -1275,7 +1128,7 @@
this.labelLocalIP1.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold); this.labelLocalIP1.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.labelLocalIP1.InitVisible = true; this.labelLocalIP1.InitVisible = true;
this.labelLocalIP1.LineSpacing = 0F; this.labelLocalIP1.LineSpacing = 0F;
this.labelLocalIP1.Location = new System.Drawing.Point(198, 188); this.labelLocalIP1.Location = new System.Drawing.Point(211, 82);
this.labelLocalIP1.Name = "labelLocalIP1"; this.labelLocalIP1.Name = "labelLocalIP1";
this.labelLocalIP1.Size = new System.Drawing.Size(50, 28); this.labelLocalIP1.Size = new System.Drawing.Size(50, 28);
this.labelLocalIP1.TabIndex = 203; this.labelLocalIP1.TabIndex = 203;
@ -1296,7 +1149,7 @@
this.labelTitleIPAddress.ForeColor = System.Drawing.Color.Black; this.labelTitleIPAddress.ForeColor = System.Drawing.Color.Black;
this.labelTitleIPAddress.InitVisible = true; this.labelTitleIPAddress.InitVisible = true;
this.labelTitleIPAddress.LineSpacing = 0F; this.labelTitleIPAddress.LineSpacing = 0F;
this.labelTitleIPAddress.Location = new System.Drawing.Point(52, 188); this.labelTitleIPAddress.Location = new System.Drawing.Point(65, 82);
this.labelTitleIPAddress.Name = "labelTitleIPAddress"; this.labelTitleIPAddress.Name = "labelTitleIPAddress";
this.labelTitleIPAddress.Size = new System.Drawing.Size(140, 28); this.labelTitleIPAddress.Size = new System.Drawing.Size(140, 28);
this.labelTitleIPAddress.TabIndex = 202; this.labelTitleIPAddress.TabIndex = 202;
@ -1315,7 +1168,7 @@
this.labelStaticTcpMode.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.labelStaticTcpMode.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.labelStaticTcpMode.InitVisible = true; this.labelStaticTcpMode.InitVisible = true;
this.labelStaticTcpMode.LineSpacing = 0F; this.labelStaticTcpMode.LineSpacing = 0F;
this.labelStaticTcpMode.Location = new System.Drawing.Point(52, 66); this.labelStaticTcpMode.Location = new System.Drawing.Point(65, 264);
this.labelStaticTcpMode.Name = "labelStaticTcpMode"; this.labelStaticTcpMode.Name = "labelStaticTcpMode";
this.labelStaticTcpMode.Size = new System.Drawing.Size(140, 30); this.labelStaticTcpMode.Size = new System.Drawing.Size(140, 30);
this.labelStaticTcpMode.TabIndex = 181; this.labelStaticTcpMode.TabIndex = 181;
@ -1334,7 +1187,7 @@
this.labelStaticTcpOperationMode.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.labelStaticTcpOperationMode.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.labelStaticTcpOperationMode.InitVisible = true; this.labelStaticTcpOperationMode.InitVisible = true;
this.labelStaticTcpOperationMode.LineSpacing = 0F; this.labelStaticTcpOperationMode.LineSpacing = 0F;
this.labelStaticTcpOperationMode.Location = new System.Drawing.Point(52, 30); this.labelStaticTcpOperationMode.Location = new System.Drawing.Point(65, 228);
this.labelStaticTcpOperationMode.Name = "labelStaticTcpOperationMode"; this.labelStaticTcpOperationMode.Name = "labelStaticTcpOperationMode";
this.labelStaticTcpOperationMode.Size = new System.Drawing.Size(140, 30); this.labelStaticTcpOperationMode.Size = new System.Drawing.Size(140, 30);
this.labelStaticTcpOperationMode.TabIndex = 180; this.labelStaticTcpOperationMode.TabIndex = 180;
@ -1346,7 +1199,7 @@
// comboBoxTcpOperationMode // comboBoxTcpOperationMode
// //
this.comboBoxTcpOperationMode.Font = new System.Drawing.Font("Arial", 15.5F, System.Drawing.FontStyle.Bold); this.comboBoxTcpOperationMode.Font = new System.Drawing.Font("Arial", 15.5F, System.Drawing.FontStyle.Bold);
this.comboBoxTcpOperationMode.Location = new System.Drawing.Point(198, 30); this.comboBoxTcpOperationMode.Location = new System.Drawing.Point(211, 228);
this.comboBoxTcpOperationMode.Name = "comboBoxTcpOperationMode"; this.comboBoxTcpOperationMode.Name = "comboBoxTcpOperationMode";
this.comboBoxTcpOperationMode.Size = new System.Drawing.Size(200, 30); this.comboBoxTcpOperationMode.Size = new System.Drawing.Size(200, 30);
this.comboBoxTcpOperationMode.TabIndex = 179; this.comboBoxTcpOperationMode.TabIndex = 179;
@ -1355,7 +1208,7 @@
// comboBoxTcpMode // comboBoxTcpMode
// //
this.comboBoxTcpMode.Font = new System.Drawing.Font("Arial", 15.5F, System.Drawing.FontStyle.Bold); this.comboBoxTcpMode.Font = new System.Drawing.Font("Arial", 15.5F, System.Drawing.FontStyle.Bold);
this.comboBoxTcpMode.Location = new System.Drawing.Point(198, 66); this.comboBoxTcpMode.Location = new System.Drawing.Point(211, 264);
this.comboBoxTcpMode.Name = "comboBoxTcpMode"; this.comboBoxTcpMode.Name = "comboBoxTcpMode";
this.comboBoxTcpMode.Size = new System.Drawing.Size(200, 30); this.comboBoxTcpMode.Size = new System.Drawing.Size(200, 30);
this.comboBoxTcpMode.TabIndex = 178; this.comboBoxTcpMode.TabIndex = 178;
@ -1420,6 +1273,27 @@
this.labelClientCount.Visible = false; this.labelClientCount.Visible = false;
this.labelClientCount.Wordwrap = false; this.labelClientCount.Wordwrap = false;
// //
// smartLabel3
//
this.smartLabel3.BackColor = System.Drawing.Color.WhiteSmoke;
this.smartLabel3.BackPictureBox = null;
this.smartLabel3.BackPictureBox1 = null;
this.smartLabel3.BackPictureBox2 = null;
this.smartLabel3.BorderColor = System.Drawing.Color.Black;
this.smartLabel3.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.smartLabel3.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.smartLabel3.ForeColor = System.Drawing.Color.Black;
this.smartLabel3.InitVisible = true;
this.smartLabel3.LineSpacing = 0F;
this.smartLabel3.Location = new System.Drawing.Point(25, 45);
this.smartLabel3.Name = "smartLabel3";
this.smartLabel3.Size = new System.Drawing.Size(440, 30);
this.smartLabel3.TabIndex = 253;
this.smartLabel3.Text = "Setting";
this.smartLabel3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel3.Wordwrap = false;
//
// FormCommunication // FormCommunication
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
@ -1438,7 +1312,6 @@
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.smartForm1)).EndInit();
this.groupBoxComm.ResumeLayout(false); this.groupBoxComm.ResumeLayout(false);
this.smartGroupBox1.ResumeLayout(false); this.smartGroupBox1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.ResumeLayout(false); this.ResumeLayout(false);
} }
@ -1484,11 +1357,6 @@
public SmartX.SmartLabel labelStartAddress; public SmartX.SmartLabel labelStartAddress;
private SmartX.SmartLabel labelTitleStartAddress; private SmartX.SmartLabel labelTitleStartAddress;
private System.Windows.Forms.Button buttonTcpSave1; private System.Windows.Forms.Button buttonTcpSave1;
private SmartX.SmartLabel labelHelp;
private System.Windows.Forms.Panel panel2;
private SmartX.SmartRadioButton radioButtonLocalIpStatic;
private SmartX.SmartRadioButton radioButtonLocalIpDHCP;
private SmartX.SmartLabel labelTitleIPConfiguration;
public SmartX.SmartLabel labelLocalSubnetMask4; public SmartX.SmartLabel labelLocalSubnetMask4;
public SmartX.SmartLabel labelLocalSubnetMask3; public SmartX.SmartLabel labelLocalSubnetMask3;
public SmartX.SmartLabel labelLocalSubnetMask2; public SmartX.SmartLabel labelLocalSubnetMask2;
@ -1511,8 +1379,6 @@
public System.Windows.Forms.Timer timerServer; public System.Windows.Forms.Timer timerServer;
private SmartX.SmartListBox smartListBoxClientList; private SmartX.SmartListBox smartListBoxClientList;
private SmartX.SmartLabel labelClientCount; private SmartX.SmartLabel labelClientCount;
private System.Windows.Forms.Button button10LaneSend; private SmartX.SmartLabel smartLabel3;
private System.Windows.Forms.Button button1LaneSend;
private System.Windows.Forms.Button buttonDataSend;
} }
} }

View File

@ -46,79 +46,80 @@ namespace INT63DC_2C.Forms
{ {
ImageDll images = new ImageDll(); ImageDll images = new ImageDll();
if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean) switch (this.ParentForm.SystemConfig.Language)
{ {
case DataStore.LanguageID.Korean:
break;
case DataStore.LanguageID.English:
#region English
this.labelTitle.Text = "Communication";
// Serial
this.groupBoxComm.Text = "Communication";
this.labelStaticSerial3Baudrate.Text = "Baudrate";
this.labelStaticSerial3Mode.Text = "Mode";
// TCP
this.labelStaticTcpOperationMode.Text = "Operation mode";
this.labelStaticTcpMode.Text = "mode";
} this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackDisable));
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.English) this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackDown));
{ this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackUp));
this.labelTitle.Text = "Communication"; #endregion
// Serial break;
this.groupBoxComm.Text = "Communication"; case DataStore.LanguageID.Chinese:
this.labelStaticSerial3Baudrate.Text = "Baudrate"; #region Chinese
this.labelStaticSerial3Mode.Text = "Mode"; this.labelTitle.Text = "通讯设置";
// TCP // Serial
this.labelStaticTcpOperationMode.Text = "Operation mode"; this.groupBoxComm.Text = "通信";
this.labelStaticTcpMode.Text = "mode"; this.labelStaticSerial3Baudrate.Text = "波特率";
this.labelHelp.Text = "When IP configuration is changed, it is normally connected after rebooting."; this.labelStaticSerial3Mode.Text = "模式";
this.buttonSerial3Send.Text = "发送";
this.buttonSave3.Text = "保存";
// TCP
this.labelStaticTcpOperationMode.Text = "运转模式";
this.labelStaticTcpMode.Text = "模式";
this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackDisable)); this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackDisable));
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackDown)); this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackDown));
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackUp)); this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackUp));
} #endregion
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese) break;
{ case DataStore.LanguageID.Czech:
this.labelTitle.Text = "通讯设置"; #region Czech
// Serial this.labelTitle.Text = "Nastavení komunikace";
this.groupBoxComm.Text = "通信"; // Serial
this.labelStaticSerial3Baudrate.Text = "波特率"; this.groupBoxComm.Text = "Nastavení komunikace";
this.labelStaticSerial3Mode.Text = "模式"; this.labelStaticSerial3Baudrate.Text = "Přenosová rychlost";
this.buttonSerial3Send.Text = "发送"; this.labelStaticSerial3Mode.Text = "Režim";
this.buttonSave3.Text = "保存"; this.buttonSave3.Text = "Uložit";
// TCP // TCP
this.labelStaticTcpOperationMode.Text = "运转模式"; this.labelStaticTcpOperationMode.Text = "operační mód";
this.labelStaticTcpMode.Text = "模式"; this.labelStaticTcpMode.Text = "Režim";
this.labelHelp.Text = "更改IP配置时重启后正常连接.";
this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackDisable)); this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.czeBackDisable));
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackDown)); this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.czeBackDown));
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackUp)); this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.czeBackUp));
} #endregion
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech) break;
{ case DataStore.LanguageID.German:
this.labelTitle.Text = "Nastavení komunikace"; #region German
// Serial this.labelTitle.Text = "Kommunikationseinstellungen";
this.groupBoxComm.Text = "Nastavení komunikace"; // Serial
this.labelStaticSerial3Baudrate.Text = "Přenosová rychlost"; this.groupBoxComm.Text = "Kommunikationseinstellung";
this.labelStaticSerial3Mode.Text = "Režim"; this.labelStaticSerial3Baudrate.Text = "Baudrate";
this.buttonSave3.Text = "Uložit"; this.labelStaticSerial3Mode.Text = "Modus";
// TCP this.buttonSerial3Send.Text = "Senden";
this.labelStaticTcpOperationMode.Text = "operační mód"; this.buttonSave3.Text = "Speichern";
this.labelStaticTcpMode.Text = "Režim";
this.labelHelp.Text = "Při změně konfigurace IP se po restartu normálně připojí.";
this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.czeBackDisable));
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.czeBackDown));
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.czeBackUp));
}
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.German)
{
this.labelTitle.Text = "Kommunikationseinstellungen";
// Serial
this.groupBoxComm.Text = "Kommunikationseinstellung";
this.labelStaticSerial3Baudrate.Text = "Baudrate";
this.labelStaticSerial3Mode.Text = "Modus";
this.buttonSerial3Send.Text = "Senden";
this.buttonSave3.Text = "Speichern";
this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackDisable));
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackDown));
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackUp));
}
else
{
this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackDisable));
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackDown));
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackUp));
#endregion
break;
case DataStore.LanguageID.Japanese:
break;
default:
break;
} }
} }
private void InitializeControl() private void InitializeControl()
@ -423,48 +424,6 @@ namespace INT63DC_2C.Forms
this.labelLocalGateway4.Text = sValue[3]; this.labelLocalGateway4.Text = sValue[3];
} }
} }
private void UpdateLocalIPConfigurationDisplay()
{
this.radioButtonLocalIpDHCP.Click -= new EventHandler(this.radioButtonLocalIpDHCP_Click);
// Local IP DHCP
if (this.ParentForm.smartConfigs.IPSettings.DHCPEnable == 1)
{
this.radioButtonLocalIpDHCP.Checked = true;
this.LocalIPEnable(false);
}
else
{
this.radioButtonLocalIpStatic.Checked = true;
this.LocalIPEnable(true);
}
this.radioButtonLocalIpDHCP.Click += new EventHandler(this.radioButtonLocalIpDHCP_Click);
}
private void UpdateDisplaySettingData(int index)
{
switch (index)
{
case 2: // Modbus
this.buttonDataSend.Visible = true;
this.button1LaneSend.Visible = true;
this.button10LaneSend.Visible = true;
if (this.ParentForm.SystemConfig.EthernetOperationMode == 2) // Client일 때만 Start Address 사용
{
this.labelTitleStartAddress.Visible = true;
this.labelStartAddress.Visible = true;
this.labelStartAddress.Text = this.ParentForm.SystemConfig.ModbusTcpStartAddress.ToString();
}
break;
default:
this.buttonDataSend.Visible = false;
this.button1LaneSend.Visible = false;
this.button10LaneSend.Visible = false;
this.labelTitleStartAddress.Visible = false;
this.labelStartAddress.Visible = false;
break;
}
}
public void DisplayLabelLocalPort(bool bValue) public void DisplayLabelLocalPort(bool bValue)
{ {
if (bValue == false) if (bValue == false)
@ -519,14 +478,10 @@ namespace INT63DC_2C.Forms
this.labelHostPort.Text = this.ParentForm.SystemConfig.EthernetServerPort.ToString(); this.labelHostPort.Text = this.ParentForm.SystemConfig.EthernetServerPort.ToString();
this.labelLocalPort.Text = this.ParentForm.SystemConfig.EthernetLocalPort.ToString(); this.labelLocalPort.Text = this.ParentForm.SystemConfig.EthernetLocalPort.ToString();
// Local IP DHCP
this.UpdateLocalIPConfigurationDisplay();
// Local IP // Local IP
this.UpdateLocalIPAddressDisplay(); this.UpdateLocalIPAddressDisplay();
// Format // Format
this.UpdateProtocolDescriptionTcpDisplay(); this.UpdateProtocolDescriptionTcpDisplay();
// Setting Data visible
this.UpdateDisplaySettingData(this.ParentForm.SystemConfig.EthernetMode);
if (this.comboBoxTcpOperationMode.SelectedIndex == 1) if (this.comboBoxTcpOperationMode.SelectedIndex == 1)
{ {
@ -586,7 +541,10 @@ namespace INT63DC_2C.Forms
// Serial // Serial
private void buttonSend_Click(object sender, EventArgs e) private void buttonSend_Click(object sender, EventArgs e)
{ {
if (this.ParentForm.SystemConfig.Serial3Mode == 1)
this.ParentForm.SerialCH3STD1(this.ParentForm.CollectionWeightData);
else if (this.ParentForm.SystemConfig.Serial3Mode == 2)
this.ParentForm.SerialCH3STD2(this.ParentForm.CollectionWeightData);
} }
private void buttonSave3_Click(object sender, EventArgs e) private void buttonSave3_Click(object sender, EventArgs e)
{ {
@ -796,7 +754,6 @@ namespace INT63DC_2C.Forms
this.ParentForm.SystemConfig.EthernetMode = this.comboBoxTcpMode.SelectedIndex; this.ParentForm.SystemConfig.EthernetMode = this.comboBoxTcpMode.SelectedIndex;
this.ParentForm.SaveSystemConfigurationFile3(this.ParentForm.SystemConfig); this.ParentForm.SaveSystemConfigurationFile3(this.ParentForm.SystemConfig);
this.UpdateDisplaySettingData(this.ParentForm.SystemConfig.EthernetMode);
this.UpdateProtocolDescriptionTcpDisplay(); this.UpdateProtocolDescriptionTcpDisplay();
if (this.ParentForm.SystemConfig.EthernetMode != 0) if (this.ParentForm.SystemConfig.EthernetMode != 0)
@ -831,7 +788,7 @@ namespace INT63DC_2C.Forms
{ {
this.labelStartAddress.Text = myKeyPad.StringValue; this.labelStartAddress.Text = myKeyPad.StringValue;
this.ParentForm.SystemConfig.ModbusTcpStartAddress = myKeyPad.IntValue; this.ParentForm.SystemConfig.ModbusTcpStartAddress = myKeyPad.IntValue;
after = this.labelStartAddress.Text; after = myKeyPad.StringValue;
this.ParentForm.SaveSystemConfigurationFile3(this.ParentForm.SystemConfig); this.ParentForm.SaveSystemConfigurationFile3(this.ParentForm.SystemConfig);
@ -841,68 +798,6 @@ namespace INT63DC_2C.Forms
} }
} }
} }
private void radioButtonLocalIpDHCP_Click(object sender, EventArgs e)
{
string before = "", after = "";
if (this.ParentForm.smartConfigs.IPSettings.DHCPEnable == 0)
before = "Static";
else
before = "DHCP";
DialogFormYesNo myDlg;
if (this.radioButtonLocalIpStatic.Checked == true)
myDlg = new DialogFormYesNo(this.ParentForm.SystemConfig.Language, 15); // 로컬IP주소 수동으로 설정하시겠습니까?
else
myDlg = new DialogFormYesNo(this.ParentForm.SystemConfig.Language, 16); // 로컬IP주소 자동으로 설정하시겠습니까?
if (myDlg.ShowDialog() == DialogResult.Yes)
{
if (this.radioButtonLocalIpDHCP.Checked == true)
{
this.ParentForm.smartConfigs.IPSettings.DHCPEnable = 1;
this.LocalIPEnable(false);
this.UpdateLocalIPAddressDisplay();
after = "DHCP";
}
else
{
this.ParentForm.smartConfigs.IPSettings.DHCPEnable = 0;
this.LocalIPEnable(true);
after = "Static";
try
{
this.UpdateLocalIPAddressDisplay();
}
catch
{
this.ParentForm.smartConfigs.IPSettings.DeviceIP = "192.168.3.10";
this.ParentForm.smartConfigs.IPSettings.SubNetMask = "255.255.255.0";
this.ParentForm.smartConfigs.IPSettings.GateWay = "192.168.3.1";
this.UpdateLocalIPAddressDisplay();
}
}
this.ParentForm.smartConfigs.IPSettings.Save();
this.ParentForm.smartConfigs.IPSettings.SetApply();
// Part 11
if (this.ParentForm.SystemConfig.IsOptPart11 == true)
this.ParentForm.SetTrackingHistoryData(DataStore.TrackingParameter.TCPLocalIPConfig, "", before, after);
DialogFormMessage msg = new DialogFormMessage(18, this.ParentForm.SystemConfig.Language);
msg.ShowDialog();
}
else
{
this.DisplayRefresh();
}
}
private void labelLocalIP1_Click(object sender, EventArgs e) private void labelLocalIP1_Click(object sender, EventArgs e)
{ {
string temp = ""; string temp = "";
@ -1214,13 +1109,13 @@ namespace INT63DC_2C.Forms
if (myKeyPad.ShowDialog() == DialogResult.OK) if (myKeyPad.ShowDialog() == DialogResult.OK)
{ {
this.labelLocalPort.Text = myKeyPad.StringValue; this.labelLocalPort.Text = myKeyPad.StringValue;
after = myKeyPad.StringValue;
this.ParentForm.EthernetServerStop(); this.ParentForm.EthernetServerStop();
this.ParentForm.smartTCPMultiServer.Port = myKeyPad.IntValue; this.ParentForm.smartTCPMultiServer.Port = myKeyPad.IntValue;
this.ParentForm.SystemConfig.EthernetLocalPort = myKeyPad.IntValue; this.ParentForm.SystemConfig.EthernetLocalPort = myKeyPad.IntValue;
this.ParentForm.SaveSystemConfigurationFile3(this.ParentForm.SystemConfig); this.ParentForm.SaveSystemConfigurationFile3(this.ParentForm.SystemConfig);
after = this.labelLocalPort.Text;
// Part 11 // Part 11
if (this.ParentForm.SystemConfig.IsOptPart11 == true) if (this.ParentForm.SystemConfig.IsOptPart11 == true)
this.ParentForm.SetTrackingHistoryData(DataStore.TrackingParameter.TCPLocalPort, "", before, after); this.ParentForm.SetTrackingHistoryData(DataStore.TrackingParameter.TCPLocalPort, "", before, after);

View File

@ -632,10 +632,9 @@ namespace INT63DC_2C.Forms
else else
{ {
this.labelZeroParameterTime.Text = myKeyPad.StringValue; this.labelZeroParameterTime.Text = myKeyPad.StringValue;
after = this.labelZeroParameterTime.Text; after = myKeyPad.StringValue;
value = Helper.StringZeroFillDigits4(this.labelZeroParameterTime.Text); value = Helper.StringZeroFillDigits4(this.labelZeroParameterTime.Text);
this.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.SubBoardAll, CommunicationAddress._4001_ZeroTime, value); this.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.SubBoardAll, CommunicationAddress._4001_ZeroTime, value);
// Part 11 // Part 11
@ -663,10 +662,9 @@ namespace INT63DC_2C.Forms
else else
{ {
this.labelZeroParameterRange.Text = myKeyPad.StringValue; this.labelZeroParameterRange.Text = myKeyPad.StringValue;
after = this.labelZeroParameterRange.Text; after = myKeyPad.StringValue;
value = Helper.StringZeroFillDigits4(this.labelZeroParameterRange.Text); value = Helper.StringZeroFillDigits4(this.labelZeroParameterRange.Text);
this.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.SubBoardAll, CommunicationAddress._4002_ZeroRange, value); this.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.SubBoardAll, CommunicationAddress._4002_ZeroRange, value);
// Part 11 // Part 11
@ -694,10 +692,9 @@ namespace INT63DC_2C.Forms
else else
{ {
this.labelChattering.Text = myKeyPad.StringValue; this.labelChattering.Text = myKeyPad.StringValue;
after = this.labelChattering.Text; after = myKeyPad.StringValue;
value = Helper.StringZeroFillDigits4(this.labelChattering.Text); value = Helper.StringZeroFillDigits4(this.labelChattering.Text);
this.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress._6006_Chattering, value); this.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress._6006_Chattering, value);
// Part 11 // Part 11
@ -725,10 +722,9 @@ namespace INT63DC_2C.Forms
else else
{ {
this.labelBuzzerOnTime.Text = myKeyPad.StringValue; this.labelBuzzerOnTime.Text = myKeyPad.StringValue;
after = this.labelBuzzerOnTime.Text; after = myKeyPad.StringValue;
value = Helper.StringZeroFillDigits4(this.labelBuzzerOnTime.Text); value = Helper.StringZeroFillDigits4(this.labelBuzzerOnTime.Text);
this.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress._6001_BuzzerOnTime, value); this.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress._6001_BuzzerOnTime, value);
// Part 11 // Part 11
@ -756,10 +752,9 @@ namespace INT63DC_2C.Forms
else else
{ {
this.labelRelayOnTime.Text = myKeyPad.StringValue; this.labelRelayOnTime.Text = myKeyPad.StringValue;
after = this.labelRelayOnTime.Text; after = myKeyPad.StringValue;
value = Helper.StringZeroFillDigits4(this.labelRelayOnTime.Text); value = Helper.StringZeroFillDigits4(this.labelRelayOnTime.Text);
this.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress._6002_RelayOperatingTime, value); this.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress._6002_RelayOperatingTime, value);
// Part 11 // Part 11
@ -788,11 +783,10 @@ namespace INT63DC_2C.Forms
{ {
this.labelTurnDelayTime.Text = myKeyPad.StringValue; this.labelTurnDelayTime.Text = myKeyPad.StringValue;
this.ParentForm.SystemConfig.EXT1_DelayTime = myKeyPad.IntValue; this.ParentForm.SystemConfig.EXT1_DelayTime = myKeyPad.IntValue;
after = this.labelTurnDelayTime.Text; after = myKeyPad.StringValue;
value = Helper.StringZeroFillDigits4(this.labelTurnDelayTime.Text); value = Helper.StringZeroFillDigits4(this.labelTurnDelayTime.Text);
this.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress._5202_EXT1DelayTime, value); this.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress._5202_EXT1DelayTime, value);
this.ParentForm.SaveSystemConfigurationFile1(this.ParentForm.SystemConfig); this.ParentForm.SaveSystemConfigurationFile1(this.ParentForm.SystemConfig);
// Part 11 // Part 11
@ -821,11 +815,10 @@ namespace INT63DC_2C.Forms
{ {
this.labelTurnRunTime.Text = myKeyPad.StringValue; this.labelTurnRunTime.Text = myKeyPad.StringValue;
this.ParentForm.SystemConfig.EXT1_RunTime = myKeyPad.IntValue; this.ParentForm.SystemConfig.EXT1_RunTime = myKeyPad.IntValue;
after = this.labelTurnRunTime.Text; after = myKeyPad.StringValue;
value = Helper.StringZeroFillDigits4(this.labelTurnRunTime.Text); value = Helper.StringZeroFillDigits4(this.labelTurnRunTime.Text);
this.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress._5203_EXT1RunTime, value); this.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress._5203_EXT1RunTime, value);
this.ParentForm.SaveSystemConfigurationFile1(this.ParentForm.SystemConfig); this.ParentForm.SaveSystemConfigurationFile1(this.ParentForm.SystemConfig);
// Part 11 // Part 11
@ -854,11 +847,10 @@ namespace INT63DC_2C.Forms
{ {
this.labelEmptyWeight.Text = myKeyPad.StringValue; this.labelEmptyWeight.Text = myKeyPad.StringValue;
this.ParentForm.SystemConfig.EmptyWeight = myKeyPad.StringValue.Replace(".", ""); this.ParentForm.SystemConfig.EmptyWeight = myKeyPad.StringValue.Replace(".", "");
after = this.labelEmptyWeight.Text; after = myKeyPad.StringValue;
value = Helper.StringZeroFillDigits4(this.ParentForm.SystemConfig.EmptyWeight); value = Helper.StringZeroFillDigits4(this.ParentForm.SystemConfig.EmptyWeight);
this.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress._1021_EmptyWeight, value); this.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress._1021_EmptyWeight, value);
this.ParentForm.SaveSystemConfigurationFile1(this.ParentForm.SystemConfig); this.ParentForm.SaveSystemConfigurationFile1(this.ParentForm.SystemConfig);
// Part 11 // Part 11
@ -888,12 +880,11 @@ namespace INT63DC_2C.Forms
before = "0.05"; before = "0.05";
this.ParentForm.CurrentZeroParameterItem.Variate = this.comboBoxZeroParameterVariate.SelectedIndex.ToString(); this.ParentForm.CurrentZeroParameterItem.Variate = this.comboBoxZeroParameterVariate.SelectedIndex.ToString();
after = this.comboBoxZeroParameterVariate.SelectedItem.ToString();
value = Helper.StringZeroFillDigits4(this.ParentForm.CurrentZeroParameterItem.Variate); value = Helper.StringZeroFillDigits4(this.ParentForm.CurrentZeroParameterItem.Variate);
this.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.SubBoardAll, CommunicationAddress._4003_ZeroVariate, value); this.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.SubBoardAll, CommunicationAddress._4003_ZeroVariate, value);
after = this.comboBoxZeroParameterVariate.SelectedItem.ToString();
// Part 11 // Part 11
if (this.ParentForm.SystemConfig.IsOptPart11 == true) if (this.ParentForm.SystemConfig.IsOptPart11 == true)
this.ParentForm.SetTrackingHistoryData(DataStore.TrackingParameter.AutoZeroVariance, "", before, after); this.ParentForm.SetTrackingHistoryData(DataStore.TrackingParameter.AutoZeroVariance, "", before, after);

View File

@ -417,10 +417,11 @@ namespace INT63DC_2C.Forms
this.ParentForm.SystemConfig.IsEachNG = false; this.ParentForm.SystemConfig.IsEachNG = false;
// 모터 // 모터
if (this.radioButtonAcMotor.Checked == true) //if (this.radioButtonAcMotor.Checked == true)
this.ParentForm.SystemConfig.MotorSelect = 0; // this.ParentForm.SystemConfig.MotorSelect = 0;
else //else
this.ParentForm.SystemConfig.MotorSelect = 1; // this.ParentForm.SystemConfig.MotorSelect = 1;
this.ParentForm.SystemConfig.MotorSelect = 1;
// 중량표시 // 중량표시
if (this.radioButtonWeightViewForward.Checked == true) if (this.radioButtonWeightViewForward.Checked == true)
@ -448,10 +449,11 @@ namespace INT63DC_2C.Forms
this.ParentForm.SystemConfig.DataStoragePeriod = int.Parse(this.labelDataStoragePeriod.Text); this.ParentForm.SystemConfig.DataStoragePeriod = int.Parse(this.labelDataStoragePeriod.Text);
// COM Port // COM Port
if (this.radioButtonCOM1.Checked == true) //if (this.radioButtonCOM1.Checked == true)
this.ParentForm.SystemConfig.ComPort = "COM1"; // this.ParentForm.SystemConfig.ComPort = "COM1";
else //else
this.ParentForm.SystemConfig.ComPort = "COM2"; // this.ParentForm.SystemConfig.ComPort = "COM2";
this.ParentForm.SystemConfig.ComPort = "COM2";
// SystemConfig 파일 저장 // SystemConfig 파일 저장
this.ParentForm.SaveSystemConfigurationFile1(this.ParentForm.SystemConfig); this.ParentForm.SaveSystemConfigurationFile1(this.ParentForm.SystemConfig);

View File

@ -33,6 +33,26 @@
this.pictureBoxStart = new System.Windows.Forms.PictureBox(); this.pictureBoxStart = new System.Windows.Forms.PictureBox();
this.pictureBoxStop = new System.Windows.Forms.PictureBox(); this.pictureBoxStop = new System.Windows.Forms.PictureBox();
this.smartGroupBox1 = new SmartX.SmartGroupBox(); this.smartGroupBox1 = new SmartX.SmartGroupBox();
this.labelSensor16 = new System.Windows.Forms.Label();
this.labelSensor15 = new System.Windows.Forms.Label();
this.labelZero16 = new System.Windows.Forms.Label();
this.labelZero15 = new System.Windows.Forms.Label();
this.labelADC16 = new SmartX.SmartLabel();
this.labelADC15 = new SmartX.SmartLabel();
this.labelWeight16 = new SmartX.SmartLabel();
this.labelWeight15 = new SmartX.SmartLabel();
this.buttonZero16 = new SmartX.SmartButton();
this.buttonZero15 = new SmartX.SmartButton();
this.labelSensor14 = new System.Windows.Forms.Label();
this.labelSensor13 = new System.Windows.Forms.Label();
this.labelZero14 = new System.Windows.Forms.Label();
this.labelZero13 = new System.Windows.Forms.Label();
this.labelADC14 = new SmartX.SmartLabel();
this.labelADC13 = new SmartX.SmartLabel();
this.labelWeight14 = new SmartX.SmartLabel();
this.labelWeight13 = new SmartX.SmartLabel();
this.buttonZero14 = new SmartX.SmartButton();
this.buttonZero13 = new SmartX.SmartButton();
this.smartLabel2 = new SmartX.SmartLabel(); this.smartLabel2 = new SmartX.SmartLabel();
this.smartLabel1 = new SmartX.SmartLabel(); this.smartLabel1 = new SmartX.SmartLabel();
this.labelSensor1 = new System.Windows.Forms.Label(); this.labelSensor1 = new System.Windows.Forms.Label();
@ -109,31 +129,10 @@
this.labelAdcLogOpen = new SmartX.SmartLabel(); this.labelAdcLogOpen = new SmartX.SmartLabel();
this.buttonDisplay = new SmartX.SmartButton(); this.buttonDisplay = new SmartX.SmartButton();
this.checkBoxCutView = new SmartX.SmartCheckBox(); this.checkBoxCutView = new SmartX.SmartCheckBox();
this.checkBoxAdcValueAdd = new SmartX.SmartCheckBox();
this.checkBoxDeveloperMode = new SmartX.SmartCheckBox(); this.checkBoxDeveloperMode = new SmartX.SmartCheckBox();
this.smartLabel3 = new SmartX.SmartLabel(); this.smartLabel3 = new SmartX.SmartLabel();
this.labelComRetryCNT = new SmartX.SmartLabel(); this.labelComRetryCNT = new SmartX.SmartLabel();
this.buttonComRetryCNTReset = new System.Windows.Forms.Button(); this.buttonComRetryCNTReset = new System.Windows.Forms.Button();
this.labelSensor14 = new System.Windows.Forms.Label();
this.labelSensor13 = new System.Windows.Forms.Label();
this.labelZero14 = new System.Windows.Forms.Label();
this.labelZero13 = new System.Windows.Forms.Label();
this.labelADC14 = new SmartX.SmartLabel();
this.labelADC13 = new SmartX.SmartLabel();
this.labelWeight14 = new SmartX.SmartLabel();
this.labelWeight13 = new SmartX.SmartLabel();
this.buttonZero14 = new SmartX.SmartButton();
this.buttonZero13 = new SmartX.SmartButton();
this.labelSensor16 = new System.Windows.Forms.Label();
this.labelSensor15 = new System.Windows.Forms.Label();
this.labelZero16 = new System.Windows.Forms.Label();
this.labelZero15 = new System.Windows.Forms.Label();
this.labelADC16 = new SmartX.SmartLabel();
this.labelADC15 = new SmartX.SmartLabel();
this.labelWeight16 = new SmartX.SmartLabel();
this.labelWeight15 = new SmartX.SmartLabel();
this.buttonZero16 = new SmartX.SmartButton();
this.buttonZero15 = new SmartX.SmartButton();
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
this.smartGroupBox1.SuspendLayout(); this.smartGroupBox1.SuspendLayout();
this.SuspendLayout(); this.SuspendLayout();
@ -271,6 +270,362 @@
this.smartGroupBox1.Text = "Weight"; this.smartGroupBox1.Text = "Weight";
this.smartGroupBox1.TextColor = System.Drawing.Color.Black; this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
// //
// labelSensor16
//
this.labelSensor16.BackColor = System.Drawing.Color.Crimson;
this.labelSensor16.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular);
this.labelSensor16.ForeColor = System.Drawing.Color.Crimson;
this.labelSensor16.Location = new System.Drawing.Point(34, 613);
this.labelSensor16.Name = "labelSensor16";
this.labelSensor16.Size = new System.Drawing.Size(30, 30);
//
// labelSensor15
//
this.labelSensor15.BackColor = System.Drawing.Color.Crimson;
this.labelSensor15.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular);
this.labelSensor15.ForeColor = System.Drawing.Color.Crimson;
this.labelSensor15.Location = new System.Drawing.Point(34, 577);
this.labelSensor15.Name = "labelSensor15";
this.labelSensor15.Size = new System.Drawing.Size(30, 30);
//
// labelZero16
//
this.labelZero16.BackColor = System.Drawing.Color.Chartreuse;
this.labelZero16.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular);
this.labelZero16.ForeColor = System.Drawing.SystemColors.ControlDark;
this.labelZero16.Location = new System.Drawing.Point(176, 613);
this.labelZero16.Name = "labelZero16";
this.labelZero16.Size = new System.Drawing.Size(30, 30);
//
// labelZero15
//
this.labelZero15.BackColor = System.Drawing.Color.Chartreuse;
this.labelZero15.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular);
this.labelZero15.ForeColor = System.Drawing.SystemColors.ControlDark;
this.labelZero15.Location = new System.Drawing.Point(176, 577);
this.labelZero15.Name = "labelZero15";
this.labelZero15.Size = new System.Drawing.Size(30, 30);
//
// labelADC16
//
this.labelADC16.BackPictureBox = this.smartForm1;
this.labelADC16.BackPictureBox1 = null;
this.labelADC16.BackPictureBox2 = null;
this.labelADC16.BorderColor = System.Drawing.Color.Black;
this.labelADC16.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelADC16.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.labelADC16.ForeColor = System.Drawing.Color.Black;
this.labelADC16.InitVisible = true;
this.labelADC16.LineSpacing = 0F;
this.labelADC16.Location = new System.Drawing.Point(338, 613);
this.labelADC16.Name = "labelADC16";
this.labelADC16.Size = new System.Drawing.Size(100, 30);
this.labelADC16.TabIndex = 212;
this.labelADC16.Text = "0.0";
this.labelADC16.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelADC16.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelADC16.Wordwrap = false;
//
// labelADC15
//
this.labelADC15.BackPictureBox = this.smartForm1;
this.labelADC15.BackPictureBox1 = null;
this.labelADC15.BackPictureBox2 = null;
this.labelADC15.BorderColor = System.Drawing.Color.Black;
this.labelADC15.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelADC15.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.labelADC15.ForeColor = System.Drawing.Color.Black;
this.labelADC15.InitVisible = true;
this.labelADC15.LineSpacing = 0F;
this.labelADC15.Location = new System.Drawing.Point(338, 577);
this.labelADC15.Name = "labelADC15";
this.labelADC15.Size = new System.Drawing.Size(100, 30);
this.labelADC15.TabIndex = 209;
this.labelADC15.Text = "0.0";
this.labelADC15.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelADC15.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelADC15.Wordwrap = false;
//
// labelWeight16
//
this.labelWeight16.BackPictureBox = this.smartForm1;
this.labelWeight16.BackPictureBox1 = null;
this.labelWeight16.BackPictureBox2 = null;
this.labelWeight16.BorderColor = System.Drawing.Color.Black;
this.labelWeight16.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelWeight16.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.labelWeight16.ForeColor = System.Drawing.Color.Black;
this.labelWeight16.InitVisible = true;
this.labelWeight16.LineSpacing = 0F;
this.labelWeight16.Location = new System.Drawing.Point(232, 613);
this.labelWeight16.Name = "labelWeight16";
this.labelWeight16.Size = new System.Drawing.Size(100, 30);
this.labelWeight16.TabIndex = 210;
this.labelWeight16.Text = "0.0";
this.labelWeight16.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelWeight16.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelWeight16.Wordwrap = false;
//
// labelWeight15
//
this.labelWeight15.BackPictureBox = this.smartForm1;
this.labelWeight15.BackPictureBox1 = null;
this.labelWeight15.BackPictureBox2 = null;
this.labelWeight15.BorderColor = System.Drawing.Color.Black;
this.labelWeight15.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelWeight15.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.labelWeight15.ForeColor = System.Drawing.Color.Black;
this.labelWeight15.InitVisible = true;
this.labelWeight15.LineSpacing = 0F;
this.labelWeight15.Location = new System.Drawing.Point(232, 577);
this.labelWeight15.Name = "labelWeight15";
this.labelWeight15.Size = new System.Drawing.Size(100, 30);
this.labelWeight15.TabIndex = 211;
this.labelWeight15.Text = "0.0";
this.labelWeight15.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelWeight15.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelWeight15.Wordwrap = false;
//
// buttonZero16
//
this.buttonZero16.BackPictureBox = null;
this.buttonZero16.BackPictureBox1 = null;
this.buttonZero16.BackPictureBox2 = null;
this.buttonZero16.ButtonColor = System.Drawing.Color.Gray;
this.buttonZero16.ButtonImageAutoSize = true;
this.buttonZero16.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonZero16.DisableImage = null;
this.buttonZero16.DownImage = null;
this.buttonZero16.GroupID = 0;
this.buttonZero16.InitVisible = true;
this.buttonZero16.Location = new System.Drawing.Point(70, 613);
this.buttonZero16.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonZero16.Name = "buttonZero16";
this.buttonZero16.NestedClickEventPrevent = false;
this.buttonZero16.OutlinePixel = 1;
this.buttonZero16.RepeatInterval = 200;
this.buttonZero16.RepeatIntervalAccelerate = null;
this.buttonZero16.SafeInterval = 200;
this.buttonZero16.Size = new System.Drawing.Size(100, 30);
this.buttonZero16.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonZero16.TabIndex = 207;
this.buttonZero16.Text = "16";
this.buttonZero16.TextColor = System.Drawing.Color.Black;
this.buttonZero16.TextDownColor = System.Drawing.Color.White;
this.buttonZero16.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonZero16.TextLocation = new System.Drawing.Point(0, 0);
this.buttonZero16.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonZero16.UpImage = null;
//
// buttonZero15
//
this.buttonZero15.BackPictureBox = null;
this.buttonZero15.BackPictureBox1 = null;
this.buttonZero15.BackPictureBox2 = null;
this.buttonZero15.ButtonColor = System.Drawing.Color.Gray;
this.buttonZero15.ButtonImageAutoSize = true;
this.buttonZero15.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonZero15.DisableImage = null;
this.buttonZero15.DownImage = null;
this.buttonZero15.GroupID = 0;
this.buttonZero15.InitVisible = true;
this.buttonZero15.Location = new System.Drawing.Point(70, 577);
this.buttonZero15.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonZero15.Name = "buttonZero15";
this.buttonZero15.NestedClickEventPrevent = false;
this.buttonZero15.OutlinePixel = 1;
this.buttonZero15.RepeatInterval = 200;
this.buttonZero15.RepeatIntervalAccelerate = null;
this.buttonZero15.SafeInterval = 200;
this.buttonZero15.Size = new System.Drawing.Size(100, 30);
this.buttonZero15.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonZero15.TabIndex = 208;
this.buttonZero15.Text = "15";
this.buttonZero15.TextColor = System.Drawing.Color.Black;
this.buttonZero15.TextDownColor = System.Drawing.Color.White;
this.buttonZero15.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonZero15.TextLocation = new System.Drawing.Point(0, 0);
this.buttonZero15.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonZero15.UpImage = null;
//
// labelSensor14
//
this.labelSensor14.BackColor = System.Drawing.Color.Crimson;
this.labelSensor14.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular);
this.labelSensor14.ForeColor = System.Drawing.Color.Crimson;
this.labelSensor14.Location = new System.Drawing.Point(34, 531);
this.labelSensor14.Name = "labelSensor14";
this.labelSensor14.Size = new System.Drawing.Size(30, 30);
//
// labelSensor13
//
this.labelSensor13.BackColor = System.Drawing.Color.Crimson;
this.labelSensor13.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular);
this.labelSensor13.ForeColor = System.Drawing.Color.Crimson;
this.labelSensor13.Location = new System.Drawing.Point(34, 495);
this.labelSensor13.Name = "labelSensor13";
this.labelSensor13.Size = new System.Drawing.Size(30, 30);
//
// labelZero14
//
this.labelZero14.BackColor = System.Drawing.Color.Chartreuse;
this.labelZero14.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular);
this.labelZero14.ForeColor = System.Drawing.SystemColors.ControlDark;
this.labelZero14.Location = new System.Drawing.Point(176, 531);
this.labelZero14.Name = "labelZero14";
this.labelZero14.Size = new System.Drawing.Size(30, 30);
//
// labelZero13
//
this.labelZero13.BackColor = System.Drawing.Color.Chartreuse;
this.labelZero13.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular);
this.labelZero13.ForeColor = System.Drawing.SystemColors.ControlDark;
this.labelZero13.Location = new System.Drawing.Point(176, 495);
this.labelZero13.Name = "labelZero13";
this.labelZero13.Size = new System.Drawing.Size(30, 30);
//
// labelADC14
//
this.labelADC14.BackPictureBox = this.smartForm1;
this.labelADC14.BackPictureBox1 = null;
this.labelADC14.BackPictureBox2 = null;
this.labelADC14.BorderColor = System.Drawing.Color.Black;
this.labelADC14.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelADC14.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.labelADC14.ForeColor = System.Drawing.Color.Black;
this.labelADC14.InitVisible = true;
this.labelADC14.LineSpacing = 0F;
this.labelADC14.Location = new System.Drawing.Point(338, 531);
this.labelADC14.Name = "labelADC14";
this.labelADC14.Size = new System.Drawing.Size(100, 30);
this.labelADC14.TabIndex = 198;
this.labelADC14.Text = "0.0";
this.labelADC14.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelADC14.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelADC14.Wordwrap = false;
//
// labelADC13
//
this.labelADC13.BackPictureBox = this.smartForm1;
this.labelADC13.BackPictureBox1 = null;
this.labelADC13.BackPictureBox2 = null;
this.labelADC13.BorderColor = System.Drawing.Color.Black;
this.labelADC13.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelADC13.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.labelADC13.ForeColor = System.Drawing.Color.Black;
this.labelADC13.InitVisible = true;
this.labelADC13.LineSpacing = 0F;
this.labelADC13.Location = new System.Drawing.Point(338, 495);
this.labelADC13.Name = "labelADC13";
this.labelADC13.Size = new System.Drawing.Size(100, 30);
this.labelADC13.TabIndex = 195;
this.labelADC13.Text = "0.0";
this.labelADC13.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelADC13.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelADC13.Wordwrap = false;
//
// labelWeight14
//
this.labelWeight14.BackPictureBox = this.smartForm1;
this.labelWeight14.BackPictureBox1 = null;
this.labelWeight14.BackPictureBox2 = null;
this.labelWeight14.BorderColor = System.Drawing.Color.Black;
this.labelWeight14.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelWeight14.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.labelWeight14.ForeColor = System.Drawing.Color.Black;
this.labelWeight14.InitVisible = true;
this.labelWeight14.LineSpacing = 0F;
this.labelWeight14.Location = new System.Drawing.Point(232, 531);
this.labelWeight14.Name = "labelWeight14";
this.labelWeight14.Size = new System.Drawing.Size(100, 30);
this.labelWeight14.TabIndex = 196;
this.labelWeight14.Text = "0.0";
this.labelWeight14.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelWeight14.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelWeight14.Wordwrap = false;
//
// labelWeight13
//
this.labelWeight13.BackPictureBox = this.smartForm1;
this.labelWeight13.BackPictureBox1 = null;
this.labelWeight13.BackPictureBox2 = null;
this.labelWeight13.BorderColor = System.Drawing.Color.Black;
this.labelWeight13.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelWeight13.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.labelWeight13.ForeColor = System.Drawing.Color.Black;
this.labelWeight13.InitVisible = true;
this.labelWeight13.LineSpacing = 0F;
this.labelWeight13.Location = new System.Drawing.Point(232, 495);
this.labelWeight13.Name = "labelWeight13";
this.labelWeight13.Size = new System.Drawing.Size(100, 30);
this.labelWeight13.TabIndex = 197;
this.labelWeight13.Text = "0.0";
this.labelWeight13.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelWeight13.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelWeight13.Wordwrap = false;
//
// buttonZero14
//
this.buttonZero14.BackPictureBox = null;
this.buttonZero14.BackPictureBox1 = null;
this.buttonZero14.BackPictureBox2 = null;
this.buttonZero14.ButtonColor = System.Drawing.Color.Gray;
this.buttonZero14.ButtonImageAutoSize = true;
this.buttonZero14.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonZero14.DisableImage = null;
this.buttonZero14.DownImage = null;
this.buttonZero14.GroupID = 0;
this.buttonZero14.InitVisible = true;
this.buttonZero14.Location = new System.Drawing.Point(70, 531);
this.buttonZero14.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonZero14.Name = "buttonZero14";
this.buttonZero14.NestedClickEventPrevent = false;
this.buttonZero14.OutlinePixel = 1;
this.buttonZero14.RepeatInterval = 200;
this.buttonZero14.RepeatIntervalAccelerate = null;
this.buttonZero14.SafeInterval = 200;
this.buttonZero14.Size = new System.Drawing.Size(100, 30);
this.buttonZero14.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonZero14.TabIndex = 193;
this.buttonZero14.Text = "14";
this.buttonZero14.TextColor = System.Drawing.Color.Black;
this.buttonZero14.TextDownColor = System.Drawing.Color.White;
this.buttonZero14.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonZero14.TextLocation = new System.Drawing.Point(0, 0);
this.buttonZero14.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonZero14.UpImage = null;
//
// buttonZero13
//
this.buttonZero13.BackPictureBox = null;
this.buttonZero13.BackPictureBox1 = null;
this.buttonZero13.BackPictureBox2 = null;
this.buttonZero13.ButtonColor = System.Drawing.Color.Gray;
this.buttonZero13.ButtonImageAutoSize = true;
this.buttonZero13.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonZero13.DisableImage = null;
this.buttonZero13.DownImage = null;
this.buttonZero13.GroupID = 0;
this.buttonZero13.InitVisible = true;
this.buttonZero13.Location = new System.Drawing.Point(70, 495);
this.buttonZero13.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonZero13.Name = "buttonZero13";
this.buttonZero13.NestedClickEventPrevent = false;
this.buttonZero13.OutlinePixel = 1;
this.buttonZero13.RepeatInterval = 200;
this.buttonZero13.RepeatIntervalAccelerate = null;
this.buttonZero13.SafeInterval = 200;
this.buttonZero13.Size = new System.Drawing.Size(100, 30);
this.buttonZero13.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonZero13.TabIndex = 194;
this.buttonZero13.Text = "13";
this.buttonZero13.TextColor = System.Drawing.Color.Black;
this.buttonZero13.TextDownColor = System.Drawing.Color.White;
this.buttonZero13.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonZero13.TextLocation = new System.Drawing.Point(0, 0);
this.buttonZero13.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonZero13.UpImage = null;
//
// smartLabel2 // smartLabel2
// //
this.smartLabel2.BackPictureBox = this.smartForm1; this.smartLabel2.BackPictureBox = this.smartForm1;
@ -1017,7 +1372,6 @@
this.buttonZero12.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonZero12.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonZero12.DisableImage = null; this.buttonZero12.DisableImage = null;
this.buttonZero12.DownImage = null; this.buttonZero12.DownImage = null;
this.buttonZero12.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular);
this.buttonZero12.GroupID = 0; this.buttonZero12.GroupID = 0;
this.buttonZero12.InitVisible = true; this.buttonZero12.InitVisible = true;
this.buttonZero12.Location = new System.Drawing.Point(70, 459); this.buttonZero12.Location = new System.Drawing.Point(70, 459);
@ -1050,7 +1404,6 @@
this.buttonZero11.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonZero11.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonZero11.DisableImage = null; this.buttonZero11.DisableImage = null;
this.buttonZero11.DownImage = null; this.buttonZero11.DownImage = null;
this.buttonZero11.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular);
this.buttonZero11.GroupID = 0; this.buttonZero11.GroupID = 0;
this.buttonZero11.InitVisible = true; this.buttonZero11.InitVisible = true;
this.buttonZero11.Location = new System.Drawing.Point(70, 423); this.buttonZero11.Location = new System.Drawing.Point(70, 423);
@ -1083,7 +1436,6 @@
this.buttonZero10.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonZero10.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonZero10.DisableImage = null; this.buttonZero10.DisableImage = null;
this.buttonZero10.DownImage = null; this.buttonZero10.DownImage = null;
this.buttonZero10.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular);
this.buttonZero10.GroupID = 0; this.buttonZero10.GroupID = 0;
this.buttonZero10.InitVisible = true; this.buttonZero10.InitVisible = true;
this.buttonZero10.Location = new System.Drawing.Point(70, 377); this.buttonZero10.Location = new System.Drawing.Point(70, 377);
@ -1116,7 +1468,6 @@
this.buttonZero9.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonZero9.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonZero9.DisableImage = null; this.buttonZero9.DisableImage = null;
this.buttonZero9.DownImage = null; this.buttonZero9.DownImage = null;
this.buttonZero9.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular);
this.buttonZero9.GroupID = 0; this.buttonZero9.GroupID = 0;
this.buttonZero9.InitVisible = true; this.buttonZero9.InitVisible = true;
this.buttonZero9.Location = new System.Drawing.Point(70, 341); this.buttonZero9.Location = new System.Drawing.Point(70, 341);
@ -1149,7 +1500,6 @@
this.buttonZero8.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonZero8.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonZero8.DisableImage = null; this.buttonZero8.DisableImage = null;
this.buttonZero8.DownImage = null; this.buttonZero8.DownImage = null;
this.buttonZero8.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular);
this.buttonZero8.GroupID = 0; this.buttonZero8.GroupID = 0;
this.buttonZero8.InitVisible = true; this.buttonZero8.InitVisible = true;
this.buttonZero8.Location = new System.Drawing.Point(70, 305); this.buttonZero8.Location = new System.Drawing.Point(70, 305);
@ -1182,7 +1532,6 @@
this.buttonZero7.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonZero7.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonZero7.DisableImage = null; this.buttonZero7.DisableImage = null;
this.buttonZero7.DownImage = null; this.buttonZero7.DownImage = null;
this.buttonZero7.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular);
this.buttonZero7.GroupID = 0; this.buttonZero7.GroupID = 0;
this.buttonZero7.InitVisible = true; this.buttonZero7.InitVisible = true;
this.buttonZero7.Location = new System.Drawing.Point(70, 269); this.buttonZero7.Location = new System.Drawing.Point(70, 269);
@ -1215,7 +1564,6 @@
this.buttonZero6.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonZero6.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonZero6.DisableImage = null; this.buttonZero6.DisableImage = null;
this.buttonZero6.DownImage = null; this.buttonZero6.DownImage = null;
this.buttonZero6.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular);
this.buttonZero6.GroupID = 0; this.buttonZero6.GroupID = 0;
this.buttonZero6.InitVisible = true; this.buttonZero6.InitVisible = true;
this.buttonZero6.Location = new System.Drawing.Point(70, 233); this.buttonZero6.Location = new System.Drawing.Point(70, 233);
@ -1248,7 +1596,6 @@
this.buttonZero5.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonZero5.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonZero5.DisableImage = null; this.buttonZero5.DisableImage = null;
this.buttonZero5.DownImage = null; this.buttonZero5.DownImage = null;
this.buttonZero5.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular);
this.buttonZero5.GroupID = 0; this.buttonZero5.GroupID = 0;
this.buttonZero5.InitVisible = true; this.buttonZero5.InitVisible = true;
this.buttonZero5.Location = new System.Drawing.Point(70, 187); this.buttonZero5.Location = new System.Drawing.Point(70, 187);
@ -1281,7 +1628,6 @@
this.buttonZero4.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonZero4.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonZero4.DisableImage = null; this.buttonZero4.DisableImage = null;
this.buttonZero4.DownImage = null; this.buttonZero4.DownImage = null;
this.buttonZero4.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular);
this.buttonZero4.GroupID = 0; this.buttonZero4.GroupID = 0;
this.buttonZero4.InitVisible = true; this.buttonZero4.InitVisible = true;
this.buttonZero4.Location = new System.Drawing.Point(70, 151); this.buttonZero4.Location = new System.Drawing.Point(70, 151);
@ -1314,7 +1660,6 @@
this.buttonZero3.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonZero3.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonZero3.DisableImage = null; this.buttonZero3.DisableImage = null;
this.buttonZero3.DownImage = null; this.buttonZero3.DownImage = null;
this.buttonZero3.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular);
this.buttonZero3.GroupID = 0; this.buttonZero3.GroupID = 0;
this.buttonZero3.InitVisible = true; this.buttonZero3.InitVisible = true;
this.buttonZero3.Location = new System.Drawing.Point(70, 115); this.buttonZero3.Location = new System.Drawing.Point(70, 115);
@ -1347,7 +1692,6 @@
this.buttonZero2.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonZero2.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonZero2.DisableImage = null; this.buttonZero2.DisableImage = null;
this.buttonZero2.DownImage = null; this.buttonZero2.DownImage = null;
this.buttonZero2.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular);
this.buttonZero2.GroupID = 0; this.buttonZero2.GroupID = 0;
this.buttonZero2.InitVisible = true; this.buttonZero2.InitVisible = true;
this.buttonZero2.Location = new System.Drawing.Point(70, 79); this.buttonZero2.Location = new System.Drawing.Point(70, 79);
@ -1380,7 +1724,6 @@
this.buttonZero1.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonZero1.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonZero1.DisableImage = null; this.buttonZero1.DisableImage = null;
this.buttonZero1.DownImage = null; this.buttonZero1.DownImage = null;
this.buttonZero1.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular);
this.buttonZero1.GroupID = 0; this.buttonZero1.GroupID = 0;
this.buttonZero1.InitVisible = true; this.buttonZero1.InitVisible = true;
this.buttonZero1.Location = new System.Drawing.Point(70, 43); this.buttonZero1.Location = new System.Drawing.Point(70, 43);
@ -1580,7 +1923,6 @@
this.labelAdcLogOpen.BackPictureBox2 = null; this.labelAdcLogOpen.BackPictureBox2 = null;
this.labelAdcLogOpen.BorderColor = System.Drawing.Color.Black; this.labelAdcLogOpen.BorderColor = System.Drawing.Color.Black;
this.labelAdcLogOpen.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelAdcLogOpen.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelAdcLogOpen.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular);
this.labelAdcLogOpen.ForeColor = System.Drawing.Color.Red; this.labelAdcLogOpen.ForeColor = System.Drawing.Color.Red;
this.labelAdcLogOpen.InitVisible = true; this.labelAdcLogOpen.InitVisible = true;
this.labelAdcLogOpen.LineSpacing = 0F; this.labelAdcLogOpen.LineSpacing = 0F;
@ -1647,28 +1989,6 @@
this.checkBoxCutView.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxCutView.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxCutView.Click += new System.EventHandler(this.checkBoxCutView_Click); this.checkBoxCutView.Click += new System.EventHandler(this.checkBoxCutView_Click);
// //
// checkBoxAdcValueAdd
//
this.checkBoxAdcValueAdd.BackPictureBox = this.smartForm1;
this.checkBoxAdcValueAdd.BackPictureBox1 = null;
this.checkBoxAdcValueAdd.BackPictureBox2 = null;
this.checkBoxAdcValueAdd.CheckBoxBackColor = System.Drawing.Color.White;
this.checkBoxAdcValueAdd.CheckBoxCheckColor = System.Drawing.Color.Green;
this.checkBoxAdcValueAdd.CheckBoxForeColor = System.Drawing.Color.Black;
this.checkBoxAdcValueAdd.CheckBoxSymbolSize = 14;
this.checkBoxAdcValueAdd.Checked = false;
this.checkBoxAdcValueAdd.CheckLineWidth = 3;
this.checkBoxAdcValueAdd.ImageCheckBox = null;
this.checkBoxAdcValueAdd.ImageUnCheckBox = null;
this.checkBoxAdcValueAdd.InitVisible = true;
this.checkBoxAdcValueAdd.Location = new System.Drawing.Point(765, 286);
this.checkBoxAdcValueAdd.Name = "checkBoxAdcValueAdd";
this.checkBoxAdcValueAdd.Size = new System.Drawing.Size(206, 30);
this.checkBoxAdcValueAdd.TabIndex = 467;
this.checkBoxAdcValueAdd.Text = "DataBackup ADC value Add";
this.checkBoxAdcValueAdd.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxAdcValueAdd.Click += new System.EventHandler(this.checkBoxAdcValueAdd_Click);
//
// checkBoxDeveloperMode // checkBoxDeveloperMode
// //
this.checkBoxDeveloperMode.BackPictureBox = this.smartForm1; this.checkBoxDeveloperMode.BackPictureBox = this.smartForm1;
@ -1683,7 +2003,7 @@
this.checkBoxDeveloperMode.ImageCheckBox = null; this.checkBoxDeveloperMode.ImageCheckBox = null;
this.checkBoxDeveloperMode.ImageUnCheckBox = null; this.checkBoxDeveloperMode.ImageUnCheckBox = null;
this.checkBoxDeveloperMode.InitVisible = true; this.checkBoxDeveloperMode.InitVisible = true;
this.checkBoxDeveloperMode.Location = new System.Drawing.Point(765, 322); this.checkBoxDeveloperMode.Location = new System.Drawing.Point(765, 286);
this.checkBoxDeveloperMode.Name = "checkBoxDeveloperMode"; this.checkBoxDeveloperMode.Name = "checkBoxDeveloperMode";
this.checkBoxDeveloperMode.Size = new System.Drawing.Size(206, 30); this.checkBoxDeveloperMode.Size = new System.Drawing.Size(206, 30);
this.checkBoxDeveloperMode.TabIndex = 471; this.checkBoxDeveloperMode.TabIndex = 471;
@ -1741,366 +2061,6 @@
this.buttonComRetryCNTReset.Text = "Reset"; this.buttonComRetryCNTReset.Text = "Reset";
this.buttonComRetryCNTReset.Click += new System.EventHandler(this.buttonComRetryCNTReset_Click); this.buttonComRetryCNTReset.Click += new System.EventHandler(this.buttonComRetryCNTReset_Click);
// //
// labelSensor14
//
this.labelSensor14.BackColor = System.Drawing.Color.Crimson;
this.labelSensor14.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular);
this.labelSensor14.ForeColor = System.Drawing.Color.Crimson;
this.labelSensor14.Location = new System.Drawing.Point(34, 531);
this.labelSensor14.Name = "labelSensor14";
this.labelSensor14.Size = new System.Drawing.Size(30, 30);
//
// labelSensor13
//
this.labelSensor13.BackColor = System.Drawing.Color.Crimson;
this.labelSensor13.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular);
this.labelSensor13.ForeColor = System.Drawing.Color.Crimson;
this.labelSensor13.Location = new System.Drawing.Point(34, 495);
this.labelSensor13.Name = "labelSensor13";
this.labelSensor13.Size = new System.Drawing.Size(30, 30);
//
// labelZero14
//
this.labelZero14.BackColor = System.Drawing.Color.Chartreuse;
this.labelZero14.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular);
this.labelZero14.ForeColor = System.Drawing.SystemColors.ControlDark;
this.labelZero14.Location = new System.Drawing.Point(176, 531);
this.labelZero14.Name = "labelZero14";
this.labelZero14.Size = new System.Drawing.Size(30, 30);
//
// labelZero13
//
this.labelZero13.BackColor = System.Drawing.Color.Chartreuse;
this.labelZero13.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular);
this.labelZero13.ForeColor = System.Drawing.SystemColors.ControlDark;
this.labelZero13.Location = new System.Drawing.Point(176, 495);
this.labelZero13.Name = "labelZero13";
this.labelZero13.Size = new System.Drawing.Size(30, 30);
//
// labelADC14
//
this.labelADC14.BackPictureBox = this.smartForm1;
this.labelADC14.BackPictureBox1 = null;
this.labelADC14.BackPictureBox2 = null;
this.labelADC14.BorderColor = System.Drawing.Color.Black;
this.labelADC14.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelADC14.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.labelADC14.ForeColor = System.Drawing.Color.Black;
this.labelADC14.InitVisible = true;
this.labelADC14.LineSpacing = 0F;
this.labelADC14.Location = new System.Drawing.Point(338, 531);
this.labelADC14.Name = "labelADC14";
this.labelADC14.Size = new System.Drawing.Size(100, 30);
this.labelADC14.TabIndex = 198;
this.labelADC14.Text = "0.0";
this.labelADC14.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelADC14.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelADC14.Wordwrap = false;
//
// labelADC13
//
this.labelADC13.BackPictureBox = this.smartForm1;
this.labelADC13.BackPictureBox1 = null;
this.labelADC13.BackPictureBox2 = null;
this.labelADC13.BorderColor = System.Drawing.Color.Black;
this.labelADC13.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelADC13.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.labelADC13.ForeColor = System.Drawing.Color.Black;
this.labelADC13.InitVisible = true;
this.labelADC13.LineSpacing = 0F;
this.labelADC13.Location = new System.Drawing.Point(338, 495);
this.labelADC13.Name = "labelADC13";
this.labelADC13.Size = new System.Drawing.Size(100, 30);
this.labelADC13.TabIndex = 195;
this.labelADC13.Text = "0.0";
this.labelADC13.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelADC13.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelADC13.Wordwrap = false;
//
// labelWeight14
//
this.labelWeight14.BackPictureBox = this.smartForm1;
this.labelWeight14.BackPictureBox1 = null;
this.labelWeight14.BackPictureBox2 = null;
this.labelWeight14.BorderColor = System.Drawing.Color.Black;
this.labelWeight14.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelWeight14.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.labelWeight14.ForeColor = System.Drawing.Color.Black;
this.labelWeight14.InitVisible = true;
this.labelWeight14.LineSpacing = 0F;
this.labelWeight14.Location = new System.Drawing.Point(232, 531);
this.labelWeight14.Name = "labelWeight14";
this.labelWeight14.Size = new System.Drawing.Size(100, 30);
this.labelWeight14.TabIndex = 196;
this.labelWeight14.Text = "0.0";
this.labelWeight14.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelWeight14.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelWeight14.Wordwrap = false;
//
// labelWeight13
//
this.labelWeight13.BackPictureBox = this.smartForm1;
this.labelWeight13.BackPictureBox1 = null;
this.labelWeight13.BackPictureBox2 = null;
this.labelWeight13.BorderColor = System.Drawing.Color.Black;
this.labelWeight13.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelWeight13.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.labelWeight13.ForeColor = System.Drawing.Color.Black;
this.labelWeight13.InitVisible = true;
this.labelWeight13.LineSpacing = 0F;
this.labelWeight13.Location = new System.Drawing.Point(232, 495);
this.labelWeight13.Name = "labelWeight13";
this.labelWeight13.Size = new System.Drawing.Size(100, 30);
this.labelWeight13.TabIndex = 197;
this.labelWeight13.Text = "0.0";
this.labelWeight13.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelWeight13.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelWeight13.Wordwrap = false;
//
// buttonZero14
//
this.buttonZero14.BackPictureBox = null;
this.buttonZero14.BackPictureBox1 = null;
this.buttonZero14.BackPictureBox2 = null;
this.buttonZero14.ButtonColor = System.Drawing.Color.Gray;
this.buttonZero14.ButtonImageAutoSize = true;
this.buttonZero14.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonZero14.DisableImage = null;
this.buttonZero14.DownImage = null;
this.buttonZero14.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular);
this.buttonZero14.GroupID = 0;
this.buttonZero14.InitVisible = true;
this.buttonZero14.Location = new System.Drawing.Point(70, 531);
this.buttonZero14.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonZero14.Name = "buttonZero14";
this.buttonZero14.NestedClickEventPrevent = false;
this.buttonZero14.OutlinePixel = 1;
this.buttonZero14.RepeatInterval = 200;
this.buttonZero14.RepeatIntervalAccelerate = null;
this.buttonZero14.SafeInterval = 200;
this.buttonZero14.Size = new System.Drawing.Size(100, 30);
this.buttonZero14.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonZero14.TabIndex = 193;
this.buttonZero14.Text = "14";
this.buttonZero14.TextColor = System.Drawing.Color.Black;
this.buttonZero14.TextDownColor = System.Drawing.Color.White;
this.buttonZero14.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonZero14.TextLocation = new System.Drawing.Point(0, 0);
this.buttonZero14.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonZero14.UpImage = null;
//
// buttonZero13
//
this.buttonZero13.BackPictureBox = null;
this.buttonZero13.BackPictureBox1 = null;
this.buttonZero13.BackPictureBox2 = null;
this.buttonZero13.ButtonColor = System.Drawing.Color.Gray;
this.buttonZero13.ButtonImageAutoSize = true;
this.buttonZero13.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonZero13.DisableImage = null;
this.buttonZero13.DownImage = null;
this.buttonZero13.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular);
this.buttonZero13.GroupID = 0;
this.buttonZero13.InitVisible = true;
this.buttonZero13.Location = new System.Drawing.Point(70, 495);
this.buttonZero13.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonZero13.Name = "buttonZero13";
this.buttonZero13.NestedClickEventPrevent = false;
this.buttonZero13.OutlinePixel = 1;
this.buttonZero13.RepeatInterval = 200;
this.buttonZero13.RepeatIntervalAccelerate = null;
this.buttonZero13.SafeInterval = 200;
this.buttonZero13.Size = new System.Drawing.Size(100, 30);
this.buttonZero13.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonZero13.TabIndex = 194;
this.buttonZero13.Text = "13";
this.buttonZero13.TextColor = System.Drawing.Color.Black;
this.buttonZero13.TextDownColor = System.Drawing.Color.White;
this.buttonZero13.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonZero13.TextLocation = new System.Drawing.Point(0, 0);
this.buttonZero13.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonZero13.UpImage = null;
//
// labelSensor16
//
this.labelSensor16.BackColor = System.Drawing.Color.Crimson;
this.labelSensor16.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular);
this.labelSensor16.ForeColor = System.Drawing.Color.Crimson;
this.labelSensor16.Location = new System.Drawing.Point(34, 613);
this.labelSensor16.Name = "labelSensor16";
this.labelSensor16.Size = new System.Drawing.Size(30, 30);
//
// labelSensor15
//
this.labelSensor15.BackColor = System.Drawing.Color.Crimson;
this.labelSensor15.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular);
this.labelSensor15.ForeColor = System.Drawing.Color.Crimson;
this.labelSensor15.Location = new System.Drawing.Point(34, 577);
this.labelSensor15.Name = "labelSensor15";
this.labelSensor15.Size = new System.Drawing.Size(30, 30);
//
// labelZero16
//
this.labelZero16.BackColor = System.Drawing.Color.Chartreuse;
this.labelZero16.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular);
this.labelZero16.ForeColor = System.Drawing.SystemColors.ControlDark;
this.labelZero16.Location = new System.Drawing.Point(176, 613);
this.labelZero16.Name = "labelZero16";
this.labelZero16.Size = new System.Drawing.Size(30, 30);
//
// labelZero15
//
this.labelZero15.BackColor = System.Drawing.Color.Chartreuse;
this.labelZero15.Font = new System.Drawing.Font("Gulim", 10F, System.Drawing.FontStyle.Regular);
this.labelZero15.ForeColor = System.Drawing.SystemColors.ControlDark;
this.labelZero15.Location = new System.Drawing.Point(176, 577);
this.labelZero15.Name = "labelZero15";
this.labelZero15.Size = new System.Drawing.Size(30, 30);
//
// labelADC16
//
this.labelADC16.BackPictureBox = this.smartForm1;
this.labelADC16.BackPictureBox1 = null;
this.labelADC16.BackPictureBox2 = null;
this.labelADC16.BorderColor = System.Drawing.Color.Black;
this.labelADC16.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelADC16.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.labelADC16.ForeColor = System.Drawing.Color.Black;
this.labelADC16.InitVisible = true;
this.labelADC16.LineSpacing = 0F;
this.labelADC16.Location = new System.Drawing.Point(338, 613);
this.labelADC16.Name = "labelADC16";
this.labelADC16.Size = new System.Drawing.Size(100, 30);
this.labelADC16.TabIndex = 212;
this.labelADC16.Text = "0.0";
this.labelADC16.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelADC16.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelADC16.Wordwrap = false;
//
// labelADC15
//
this.labelADC15.BackPictureBox = this.smartForm1;
this.labelADC15.BackPictureBox1 = null;
this.labelADC15.BackPictureBox2 = null;
this.labelADC15.BorderColor = System.Drawing.Color.Black;
this.labelADC15.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelADC15.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.labelADC15.ForeColor = System.Drawing.Color.Black;
this.labelADC15.InitVisible = true;
this.labelADC15.LineSpacing = 0F;
this.labelADC15.Location = new System.Drawing.Point(338, 577);
this.labelADC15.Name = "labelADC15";
this.labelADC15.Size = new System.Drawing.Size(100, 30);
this.labelADC15.TabIndex = 209;
this.labelADC15.Text = "0.0";
this.labelADC15.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelADC15.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelADC15.Wordwrap = false;
//
// labelWeight16
//
this.labelWeight16.BackPictureBox = this.smartForm1;
this.labelWeight16.BackPictureBox1 = null;
this.labelWeight16.BackPictureBox2 = null;
this.labelWeight16.BorderColor = System.Drawing.Color.Black;
this.labelWeight16.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelWeight16.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.labelWeight16.ForeColor = System.Drawing.Color.Black;
this.labelWeight16.InitVisible = true;
this.labelWeight16.LineSpacing = 0F;
this.labelWeight16.Location = new System.Drawing.Point(232, 613);
this.labelWeight16.Name = "labelWeight16";
this.labelWeight16.Size = new System.Drawing.Size(100, 30);
this.labelWeight16.TabIndex = 210;
this.labelWeight16.Text = "0.0";
this.labelWeight16.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelWeight16.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelWeight16.Wordwrap = false;
//
// labelWeight15
//
this.labelWeight15.BackPictureBox = this.smartForm1;
this.labelWeight15.BackPictureBox1 = null;
this.labelWeight15.BackPictureBox2 = null;
this.labelWeight15.BorderColor = System.Drawing.Color.Black;
this.labelWeight15.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelWeight15.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.labelWeight15.ForeColor = System.Drawing.Color.Black;
this.labelWeight15.InitVisible = true;
this.labelWeight15.LineSpacing = 0F;
this.labelWeight15.Location = new System.Drawing.Point(232, 577);
this.labelWeight15.Name = "labelWeight15";
this.labelWeight15.Size = new System.Drawing.Size(100, 30);
this.labelWeight15.TabIndex = 211;
this.labelWeight15.Text = "0.0";
this.labelWeight15.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelWeight15.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelWeight15.Wordwrap = false;
//
// buttonZero16
//
this.buttonZero16.BackPictureBox = null;
this.buttonZero16.BackPictureBox1 = null;
this.buttonZero16.BackPictureBox2 = null;
this.buttonZero16.ButtonColor = System.Drawing.Color.Gray;
this.buttonZero16.ButtonImageAutoSize = true;
this.buttonZero16.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonZero16.DisableImage = null;
this.buttonZero16.DownImage = null;
this.buttonZero16.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular);
this.buttonZero16.GroupID = 0;
this.buttonZero16.InitVisible = true;
this.buttonZero16.Location = new System.Drawing.Point(70, 613);
this.buttonZero16.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonZero16.Name = "buttonZero16";
this.buttonZero16.NestedClickEventPrevent = false;
this.buttonZero16.OutlinePixel = 1;
this.buttonZero16.RepeatInterval = 200;
this.buttonZero16.RepeatIntervalAccelerate = null;
this.buttonZero16.SafeInterval = 200;
this.buttonZero16.Size = new System.Drawing.Size(100, 30);
this.buttonZero16.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonZero16.TabIndex = 207;
this.buttonZero16.Text = "16";
this.buttonZero16.TextColor = System.Drawing.Color.Black;
this.buttonZero16.TextDownColor = System.Drawing.Color.White;
this.buttonZero16.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonZero16.TextLocation = new System.Drawing.Point(0, 0);
this.buttonZero16.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonZero16.UpImage = null;
//
// buttonZero15
//
this.buttonZero15.BackPictureBox = null;
this.buttonZero15.BackPictureBox1 = null;
this.buttonZero15.BackPictureBox2 = null;
this.buttonZero15.ButtonColor = System.Drawing.Color.Gray;
this.buttonZero15.ButtonImageAutoSize = true;
this.buttonZero15.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonZero15.DisableImage = null;
this.buttonZero15.DownImage = null;
this.buttonZero15.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular);
this.buttonZero15.GroupID = 0;
this.buttonZero15.InitVisible = true;
this.buttonZero15.Location = new System.Drawing.Point(70, 577);
this.buttonZero15.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonZero15.Name = "buttonZero15";
this.buttonZero15.NestedClickEventPrevent = false;
this.buttonZero15.OutlinePixel = 1;
this.buttonZero15.RepeatInterval = 200;
this.buttonZero15.RepeatIntervalAccelerate = null;
this.buttonZero15.SafeInterval = 200;
this.buttonZero15.Size = new System.Drawing.Size(100, 30);
this.buttonZero15.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonZero15.TabIndex = 208;
this.buttonZero15.Text = "15";
this.buttonZero15.TextColor = System.Drawing.Color.Black;
this.buttonZero15.TextDownColor = System.Drawing.Color.White;
this.buttonZero15.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonZero15.TextLocation = new System.Drawing.Point(0, 0);
this.buttonZero15.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonZero15.UpImage = null;
//
// FormEquipmentTest // FormEquipmentTest
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
@ -2111,7 +2071,6 @@
this.Controls.Add(this.labelComRetryCNT); this.Controls.Add(this.labelComRetryCNT);
this.Controls.Add(this.smartLabel3); this.Controls.Add(this.smartLabel3);
this.Controls.Add(this.checkBoxDeveloperMode); this.Controls.Add(this.checkBoxDeveloperMode);
this.Controls.Add(this.checkBoxAdcValueAdd);
this.Controls.Add(this.checkBoxCutView); this.Controls.Add(this.checkBoxCutView);
this.Controls.Add(this.buttonDisplay); this.Controls.Add(this.buttonDisplay);
this.Controls.Add(this.labelAdcLogOpen); this.Controls.Add(this.labelAdcLogOpen);
@ -2220,7 +2179,6 @@
private SmartX.SmartLabel labelAdcLogOpen; private SmartX.SmartLabel labelAdcLogOpen;
private SmartX.SmartButton buttonDisplay; private SmartX.SmartButton buttonDisplay;
private SmartX.SmartCheckBox checkBoxCutView; private SmartX.SmartCheckBox checkBoxCutView;
private SmartX.SmartCheckBox checkBoxAdcValueAdd;
private SmartX.SmartCheckBox checkBoxDeveloperMode; private SmartX.SmartCheckBox checkBoxDeveloperMode;
private SmartX.SmartLabel smartLabel3; private SmartX.SmartLabel smartLabel3;
private SmartX.SmartLabel labelComRetryCNT; private SmartX.SmartLabel labelComRetryCNT;

View File

@ -709,13 +709,6 @@ namespace INT63DC_2C.Forms
else else
this.ParentForm.SystemConfig.IsCutView = false; this.ParentForm.SystemConfig.IsCutView = false;
} }
private void checkBoxAdcValueAdd_Click(object sender, EventArgs e)
{
if (this.checkBoxAdcValueAdd.Checked == true)
this.ParentForm.SystemConfig.IsAdcValueAdd = true;
else
this.ParentForm.SystemConfig.IsAdcValueAdd = false;
}
private void checkBoxDeveloperMode_Click(object sender, EventArgs e) private void checkBoxDeveloperMode_Click(object sender, EventArgs e)
{ {
if (this.checkBoxDeveloperMode.Checked == true) if (this.checkBoxDeveloperMode.Checked == true)

File diff suppressed because it is too large Load Diff

View File

@ -291,7 +291,7 @@ namespace INT63DC_2C.Forms
for (int i = 0; i < this.CollectionOutputButton.Count; i++) for (int i = 0; i < this.CollectionOutputButton.Count; i++)
this.CollectionOutputButton[i].Text = string.Format("{0}{1}", this.Text_Out, i + 1); this.CollectionOutputButton[i].Text = string.Format("{0}{1}", this.Text_Out, i + 1);
if (this.ParentForm.SystemConfig.EquipmentColumns != 16) if (this.ParentForm.SystemConfig.EquipmentColumns <= 12)
{ {
for (int i = 32; i < 40; i++) for (int i = 32; i < 40; i++)
this.CollectionOutputButton[i].Visible = false; this.CollectionOutputButton[i].Visible = false;

View File

@ -154,7 +154,7 @@ namespace INT63DC_2C.Forms
} }
private void DefaultSetting() private void DefaultSetting()
{ {
this.labelDisplayVer.Text = "8.8.1"; this.labelDisplayVer.Text = "9.0.0";
this.labelSerialNo.Text = this.ParentForm.SystemConfig.SerialNumber; this.labelSerialNo.Text = this.ParentForm.SystemConfig.SerialNumber;
this.textBoxSerialNo.Location = new Point(395, 225); this.textBoxSerialNo.Location = new Point(395, 225);
this.textBoxSerialNo.Visible = false; this.textBoxSerialNo.Visible = false;

File diff suppressed because it is too large Load Diff

View File

@ -391,6 +391,9 @@ namespace INT63DC_2C.Forms
this.ListDllUserName = new List<string>(); this.ListDllUserName = new List<string>();
this.ListDllUserName.Clear(); this.ListDllUserName.Clear();
this.CurrentAlarmList = new AlarmList();
this.CurrentAlarmList.EventAlarmStateChange += new DataStore.EventHandlerAlarmStateChange(this.CurrentAlarmList_Change);
this.SystemConfig = new SystemConfigurationItem(); this.SystemConfig = new SystemConfigurationItem();
this.CurrentProductItem = new ProductItem(); this.CurrentProductItem = new ProductItem();
this.CurrentJudgmentSetItem = new JudgmentSetItem(); this.CurrentJudgmentSetItem = new JudgmentSetItem();
@ -398,7 +401,6 @@ namespace INT63DC_2C.Forms
this.CurrentZeroParameterItem = new ZeroParameterItem(); this.CurrentZeroParameterItem = new ZeroParameterItem();
this.CurrentOptionParameterItem = new OptionParameterItem(); this.CurrentOptionParameterItem = new OptionParameterItem();
this.CommunicationABFood = new CommunicationStatusItem(); this.CommunicationABFood = new CommunicationStatusItem();
this.CurrentAlarmList = new AlarmList();
this.CurrentUserPasswordType = new UserPasswordType(); this.CurrentUserPasswordType = new UserPasswordType();
this.CurrentUserGroup = new UserGroup(); this.CurrentUserGroup = new UserGroup();
this.CurrentComRespone = new CommunicationRespone(); this.CurrentComRespone = new CommunicationRespone();
@ -461,6 +463,19 @@ namespace INT63DC_2C.Forms
this.ComPortMainToLCD = "COM1:"; this.ComPortMainToLCD = "COM1:";
} }
// Ethernet Static setting
if (this.smartConfigs.IPSettings.DHCPEnable == 1)
{
this.smartConfigs.IPSettings.DHCPEnable = 0;
this.smartConfigs.IPSettings.DeviceIP = "192.168.3.10";
this.smartConfigs.IPSettings.SubNetMask = "255.255.255.0";
this.smartConfigs.IPSettings.GateWay = "192.168.3.1";
this.smartConfigs.IPSettings.Save();
this.smartConfigs.IPSettings.SetApply();
}
// SerialDll Initialize // SerialDll Initialize
SerialMgrComm.IntializeSerialManager(); SerialMgrComm.IntializeSerialManager();
SerialMgrComm.SerialPortMessageReceive += this.SerialPort_MessageReceive; SerialMgrComm.SerialPortMessageReceive += this.SerialPort_MessageReceive;
@ -1842,7 +1857,7 @@ namespace INT63DC_2C.Forms
} }
} }
if (weightLimit.ToString().Length != 0) if (weightLimit.ToString().Length != 0)
this.ChildFormMainDisplay.UpdateDisplayPinchPointAlarm(weightLimit.ToString()); this.ChildFormMainDisplay.UpdateDisplayProductJamAlarm(weightLimit.ToString());
} }
} }
else else
@ -1875,7 +1890,7 @@ namespace INT63DC_2C.Forms
} }
} }
if (weightLimit.ToString().Length != 0) if (weightLimit.ToString().Length != 0)
this.ChildFormMainDisplay.UpdateDisplayPinchPointAlarm(weightLimit.ToString()); this.ChildFormMainDisplay.UpdateDisplayProductJamAlarm(weightLimit.ToString());
} }
} }
@ -1924,7 +1939,7 @@ namespace INT63DC_2C.Forms
#endregion #endregion
#region FormMainDisplay #region FormMainDisplay
this.DataBackup(this.CollectionWeightData); this.TrackingInspectionData(this.CollectionWeightData);
if (this.ChildFormMainDisplay != null) if (this.ChildFormMainDisplay != null)
{ {
@ -2917,7 +2932,6 @@ namespace INT63DC_2C.Forms
structItem.DummyBool19 = false; structItem.DummyBool19 = false;
structItem.DummyBool20 = false; structItem.DummyBool20 = false;
structItem.DummyInt1 = 0; structItem.DummyInt1 = 0;
structItem.DummyInt2 = 0; structItem.DummyInt2 = 0;
structItem.DummyInt3 = 0; structItem.DummyInt3 = 0;
@ -2972,7 +2986,7 @@ namespace INT63DC_2C.Forms
{ {
this.smartFileIO.Open(this.BufferSmartUart); this.smartFileIO.Open(this.BufferSmartUart);
this.CreateSystemConfigurationFile2(); this.CreateSystemConfigurationFile3();
} }
try try
@ -2999,7 +3013,7 @@ namespace INT63DC_2C.Forms
this.smartFileIO.Close(); this.smartFileIO.Close();
if (save == true) if (save == true)
this.SaveSystemConfigurationFile2(this.SystemConfig); this.SaveSystemConfigurationFile3(this.SystemConfig);
} }
#endregion #endregion
@ -5249,6 +5263,7 @@ namespace INT63DC_2C.Forms
item.NotLogin.IsMenuInformation = structItem.IsMenuInformation; item.NotLogin.IsMenuInformation = structItem.IsMenuInformation;
item.NotLogin.IsMenuDataBackup = structItem.IsMenuDataBackup; item.NotLogin.IsMenuDataBackup = structItem.IsMenuDataBackup;
item.NotLogin.IsMenuCalibration = structItem.IsMenuCalibration; item.NotLogin.IsMenuCalibration = structItem.IsMenuCalibration;
item.NotLogin.IsMenuCommunication = structItem.IsMenuCommunication;
item.NotLogin.IsMenuConfiguration = structItem.IsMenuConfiguration; item.NotLogin.IsMenuConfiguration = structItem.IsMenuConfiguration;
item.NotLogin.IsMenuSystem = structItem.IsMenuSystemSetting; item.NotLogin.IsMenuSystem = structItem.IsMenuSystemSetting;
item.NotLogin.IsMenuMotor = structItem.IsMenuMotorSetting; item.NotLogin.IsMenuMotor = structItem.IsMenuMotorSetting;
@ -5274,216 +5289,6 @@ namespace INT63DC_2C.Forms
} }
#endregion #endregion
#region Data Backup
private void DataBackup(Collection<WeightData> items)
{
bool fileCheck = false, directoryCheck = false;
string fullFilePath = "";
StreamWriter sw;
this.RemoveUsbBackupFile();
if (this.SystemConfig.IsDataBackup == true)
{
if (this.SystemConfig.IsAdcValueAdd == false)
{
fullFilePath = string.Format("{0}{1:yyyyMMdd}-{2}_{3}.csv", this.PathDataBackupFolder, DateTime.Now, this.SystemConfig.ProductNumber, this.SystemConfig.UsbID);
DirectoryInfo di = new DirectoryInfo(this.PathDataBackupFolder);
directoryCheck = di.Exists;
// 폴더 체크
if (directoryCheck == false)
di.Create();
FileInfo fileInfo = new FileInfo(fullFilePath);
fileCheck = fileInfo.Exists;
sw = new StreamWriter(fullFilePath, true, Encoding.UTF8);
if (fileCheck == false)
{
sw.Write("Date");
sw.Write(",");
sw.Write("Time");
sw.Write(",");
sw.Write("P_No");
sw.Write(",");
sw.Write("Name");
sw.Write(",");
sw.Write("Lot");
sw.Write(",");
sw.Write("UnderRange");
sw.Write(",");
sw.Write("PassRange");
sw.Write(",");
sw.Write("OverRange");
sw.Write(",");
sw.Write("TareRange");
for (int i = 0; i < this.SystemConfig.EquipmentColumns; i++)
{
sw.Write(",");
sw.Write(string.Format("#{0}_Weight", i + 1));
sw.Write(",");
sw.Write("Grade");
}
sw.WriteLine();
}
sw.Write(string.Format("{0:yyyy-MM-dd}", DateTime.Now));
sw.Write(",");
sw.Write(string.Format("{0:HH:mm:ss}", DateTime.Now));
sw.Write(",");
sw.Write(this.CurrentProductItem.Number);
sw.Write(",");
sw.Write(this.CurrentProductItem.Name);
sw.Write(",");
sw.Write(this.CurrentProductItem.LotNo);
sw.Write(",");
sw.Write(Helper.StringToDecimalPlaces(this.CurrentProductItem.UnderRange, this.SystemConfig.DecimalPlaces));
sw.Write(",");
sw.Write(Helper.StringToDecimalPlaces(this.CurrentProductItem.PassRange, this.SystemConfig.DecimalPlaces));
sw.Write(",");
sw.Write(Helper.StringToDecimalPlaces(this.CurrentProductItem.OverRange, this.SystemConfig.DecimalPlaces));
sw.Write(",");
sw.Write(Helper.StringToDecimalPlaces(this.CurrentProductItem.TareRange, this.SystemConfig.DecimalPlaces));
for (int i = 0; i < this.SystemConfig.EquipmentColumns; i++)
{
sw.Write(",");
sw.Write(Helper.DoubleToString(items[i].Weight, this.SystemConfig.DecimalPlaces));
sw.Write(",");
sw.Write(items[i].JudgmentStatus);
}
sw.WriteLine();
sw.Close();
}
else
this.DataBackupADC(items);
}
}
private void DataBackupADC(Collection<WeightData> items)
{
bool fileCheck = false, directoryCheck = false;
string fullFilePath = "";
StreamWriter sw;
this.RemoveUsbBackupFile();
fullFilePath = string.Format("{0}{1:yyyyMMdd}-{2}_{3}_ADC.csv", this.PathDataBackupFolder, DateTime.Now, this.SystemConfig.ProductNumber, this.SystemConfig.UsbID);
DirectoryInfo di = new DirectoryInfo(this.PathDataBackupFolder);
directoryCheck = di.Exists;
// 폴더 체크
if (directoryCheck == false)
di.Create();
FileInfo fileInfo = new FileInfo(fullFilePath);
fileCheck = fileInfo.Exists;
sw = new StreamWriter(fullFilePath, true, Encoding.UTF8);
if (fileCheck == false)
{
sw.Write("Date");
sw.Write(",");
sw.Write("Time");
sw.Write(",");
sw.Write("P_No");
sw.Write(",");
sw.Write("Name");
sw.Write(",");
sw.Write("Lot");
sw.Write(",");
sw.Write("UnderRange");
sw.Write(",");
sw.Write("PassRange");
sw.Write(",");
sw.Write("OverRange");
sw.Write(",");
sw.Write("TareRange");
for (int i = 0; i < this.SystemConfig.EquipmentColumns; i++)
{
sw.Write(",");
sw.Write(string.Format("#{0}_Weight", i + 1));
sw.Write(",");
sw.Write("Grade");
sw.Write(",");
sw.Write("ADC");
}
sw.WriteLine();
}
sw.Write(string.Format("{0:yyyy-MM-dd}", DateTime.Now));
sw.Write(",");
sw.Write(string.Format("{0:HH:mm:ss}", DateTime.Now));
sw.Write(",");
sw.Write(this.CurrentProductItem.Number);
sw.Write(",");
sw.Write(this.CurrentProductItem.Name);
sw.Write(",");
sw.Write(this.CurrentProductItem.LotNo);
sw.Write(",");
sw.Write(Helper.StringToDecimalPlaces(this.CurrentProductItem.UnderRange, this.SystemConfig.DecimalPlaces));
sw.Write(",");
sw.Write(Helper.StringToDecimalPlaces(this.CurrentProductItem.PassRange, this.SystemConfig.DecimalPlaces));
sw.Write(",");
sw.Write(Helper.StringToDecimalPlaces(this.CurrentProductItem.OverRange, this.SystemConfig.DecimalPlaces));
sw.Write(",");
sw.Write(Helper.StringToDecimalPlaces(this.CurrentProductItem.TareRange, this.SystemConfig.DecimalPlaces));
for (int i = 0; i < this.SystemConfig.EquipmentColumns; i++)
{
sw.Write(",");
sw.Write(Helper.DoubleToString(items[i].Weight, this.SystemConfig.DecimalPlaces));
sw.Write(",");
sw.Write(items[i].JudgmentStatus);
sw.Write(",");
sw.Write(items[i].ADCValue);
}
sw.WriteLine();
sw.Close();
}
private void RemoveUsbBackupFile()
{
bool directoryCheck = false;
try
{
string dday = string.Format("{0:yyyyMMdd}", DateTime.Now.AddDays(-180)) + ".csv";
DirectoryInfo dir = new DirectoryInfo(this.PathDataBackupFolder);
directoryCheck = dir.Exists;
// 폴더 체크
if (directoryCheck == false)
dir.Create();
FileInfo[] files = dir.GetFiles();
foreach (FileInfo subfile in files)
{
if (subfile.Name.StartsWith("20")) // 날짜 비교하여 10일 지난화일은 삭제함
{
if (subfile.Name.CompareTo(dday) < 0)
{
subfile.Delete();
}
}
}
}
catch
{
}
}
#endregion
#region Communication Protocol #region Communication Protocol
private string Protocol_OPT1_NotStxEtx(SystemConfigurationItem system, Collection<WeightData> datas) private string Protocol_OPT1_NotStxEtx(SystemConfigurationItem system, Collection<WeightData> datas)
{ {
@ -9659,6 +9464,14 @@ namespace INT63DC_2C.Forms
UserManager.UserManager_GetUserListName(); UserManager.UserManager_GetUserListName();
} }
private void CurrentAlarmList_Change(DataStore.TrackingAlarm alarm, string status)
{
if (this.SystemConfig.IsOptPart11 == false)
return;
this.SetTrackingHistoryData(alarm, status);
}
#region UserManagerEvent #region UserManagerEvent
private void UserManager_UserListLogoutDataEvent(int status) private void UserManager_UserListLogoutDataEvent(int status)
{ {

View File

@ -199,12 +199,16 @@ namespace INT63DC_2C.Forms
break; break;
case DataStore.LanguageID.Chinese: case DataStore.LanguageID.Chinese:
#region Chinese #region Chinese
this.buttonOver.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMainOverDisable));
this.buttonOver.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMainOverDown)); this.buttonOver.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMainOverDown));
this.buttonOver.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMainOverUp)); this.buttonOver.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMainOverUp));
this.buttonPass.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMainPassDisable));
this.buttonPass.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMainPassDown)); this.buttonPass.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMainPassDown));
this.buttonPass.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMainPassUp)); this.buttonPass.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMainPassUp));
this.buttonUnder.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMainUnderDisable));
this.buttonUnder.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMainUnderDown)); this.buttonUnder.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMainUnderDown));
this.buttonUnder.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMainUnderUp)); this.buttonUnder.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMainUnderUp));
this.buttonTare.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMainTareDisable));
this.buttonTare.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMainTareDown)); this.buttonTare.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMainTareDown));
this.buttonTare.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMainTareUp)); this.buttonTare.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMainTareUp));
@ -1774,22 +1778,9 @@ namespace INT63DC_2C.Forms
//Thread.Sleep(50); //Thread.Sleep(50);
this.ParentForm.ServoMotorWrite(1, ServoMotorParameterAddress.SaveAllParameters, ServoMotorParameterAddress.EEPROM); this.ParentForm.ServoMotorWrite(1, ServoMotorParameterAddress.SaveAllParameters, ServoMotorParameterAddress.EEPROM);
this.buttonMenu.Enabled = true;
if (this.ParentForm.SystemConfig.IsLogin == true) if (this.ParentForm.SystemConfig.IsLogin == true)
{ {
if (this.ParentForm.SystemConfig.CurrentUser.Group == DataStore.UserGroup.Level1 || this.UpdateDisplayUser(this.ParentForm.SystemConfig.CurrentUser);
this.ParentForm.SystemConfig.CurrentUser.Group == DataStore.UserGroup.Level2 ||
this.ParentForm.SystemConfig.CurrentUser.Group == DataStore.UserGroup.Level3 ||
this.ParentForm.SystemConfig.CurrentUser.Group == DataStore.UserGroup.Developer)
{
this.buttonProductNo.Enabled = true;
this.buttonUnder.Enabled = true;
this.buttonPass.Enabled = true;
this.buttonOver.Enabled = true;
this.buttonTare.Enabled = true;
this.panelSubMenu2.Enabled = true;
}
} }
else else
{ {
@ -1799,6 +1790,7 @@ namespace INT63DC_2C.Forms
this.buttonOver.Enabled = true; this.buttonOver.Enabled = true;
this.buttonTare.Enabled = true; this.buttonTare.Enabled = true;
this.panelSubMenu2.Enabled = true; this.panelSubMenu2.Enabled = true;
this.buttonMenu.Enabled = true;
} }
} }
#endregion #endregion
@ -1829,12 +1821,11 @@ namespace INT63DC_2C.Forms
{ {
#region Stop #region Stop
this.ParentForm.SaveCounterFile1(this.ParentForm.CollectionWeightData, this.ParentForm.SystemConfig.ProductNumber - 1); this.ParentForm.SaveCounterFile1(this.ParentForm.CollectionWeightData, this.ParentForm.SystemConfig.ProductNumber - 1);
if (this.ParentForm.SystemConfig.EquipmentColumns == 16) if (this.ParentForm.SystemConfig.EquipmentColumns >= 13)
this.ParentForm.SaveCounterFile2(this.ParentForm.CollectionWeightData, this.ParentForm.SystemConfig.ProductNumber - 1); this.ParentForm.SaveCounterFile2(this.ParentForm.CollectionWeightData, this.ParentForm.SystemConfig.ProductNumber - 1);
this.pictureBoxStart.Visible = false; this.pictureBoxStart.Visible = false;
this.pictureBoxStop.Visible = true; this.pictureBoxStop.Visible = true;
this.buttonProductNo.Enabled = true;
this.labelProductName.Enabled = true; this.labelProductName.Enabled = true;
if (this.panelSetting.Visible == true) if (this.panelSetting.Visible == true)
@ -1843,7 +1834,7 @@ namespace INT63DC_2C.Forms
this.buttonCut.ButtonUp(); this.buttonCut.ButtonUp();
this.timerCutSignal.Enabled = false; this.timerCutSignal.Enabled = false;
// 샘플링 // 샘플링 초기화
this.buttonSampling.ButtonUp(); this.buttonSampling.ButtonUp();
this.buttonSampling.Enabled = false; this.buttonSampling.Enabled = false;
this.buttonSamplingOnce.Enabled = true; this.buttonSamplingOnce.Enabled = true;
@ -1855,7 +1846,7 @@ namespace INT63DC_2C.Forms
this.ParentForm.timerSampling.Enabled = false; this.ParentForm.timerSampling.Enabled = false;
this.ParentForm.SystemConfig.SamplingCurrentCount = 0; this.ParentForm.SystemConfig.SamplingCurrentCount = 0;
// Leak Sampling // Leak Sampling 초기화
this.buttonLeakSampling.ButtonUp(); this.buttonLeakSampling.ButtonUp();
this.buttonLeakSampling.Enabled = false; this.buttonLeakSampling.Enabled = false;
this.buttonLeakSamplingOnce.Enabled = true; this.buttonLeakSamplingOnce.Enabled = true;
@ -1863,6 +1854,11 @@ namespace INT63DC_2C.Forms
this.ParentForm.SystemConfig.IsLeakSamplingRun = false; this.ParentForm.SystemConfig.IsLeakSamplingRun = false;
this.ParentForm.timerLeakSampling.Enabled = false; this.ParentForm.timerLeakSampling.Enabled = false;
this.smartTimerLeakRunDelay.Stop(); this.smartTimerLeakRunDelay.Stop();
if (this.ParentForm.SystemConfig.IsOptPart11 == true)
this.UpdateDisplayUser(this.ParentForm.SystemConfig.CurrentUser);
else
this.buttonProductNo.Enabled = true;
#endregion #endregion
} }
@ -2148,7 +2144,7 @@ namespace INT63DC_2C.Forms
if (alarm.IsEntrySensorError == true || alarm.IsLoadcellError == true || alarm.IsPressureError == true || if (alarm.IsEntrySensorError == true || alarm.IsLoadcellError == true || alarm.IsPressureError == true ||
alarm.IsEmergencyStop == true || alarm.IsServoAlarm == true || alarm.IsServoAlarmTorque == true || alarm.IsEmergencyStop == true || alarm.IsServoAlarm == true || alarm.IsServoAlarmTorque == true ||
alarm.IsAlignError == true || alarm.IsSorter1Error == true || alarm.IsSorter2Error == true) alarm.IsProductDischargeError == true || alarm.IsSorter1Error == true || alarm.IsSorter2Error == true)
{ {
this.pictureBoxAlarm.Visible = true; this.pictureBoxAlarm.Visible = true;
} }
@ -2191,7 +2187,7 @@ namespace INT63DC_2C.Forms
this.MainDisplayAlarmList.listBoxMessage.AddItem("Servo torque alarm"); this.MainDisplayAlarmList.listBoxMessage.AddItem("Servo torque alarm");
isAlarmMessageView = true; isAlarmMessageView = true;
} }
if (alarm.IsAlignError == true) if (alarm.IsProductDischargeError == true)
{ {
this.MainDisplayAlarmList.listBoxMessage.AddItem("Product discharge error"); this.MainDisplayAlarmList.listBoxMessage.AddItem("Product discharge error");
isAlarmMessageView = true; isAlarmMessageView = true;
@ -2218,7 +2214,7 @@ namespace INT63DC_2C.Forms
this.labelTimeroutCount.Visible = true; this.labelTimeroutCount.Visible = true;
this.labelTimeroutCount.Text = cnt.ToString(); this.labelTimeroutCount.Text = cnt.ToString();
} }
public void UpdateDisplayPinchPointAlarm(string lane) public void UpdateDisplayProductJamAlarm(string lane)
{ {
string message = ""; string message = "";
switch (this.ParentForm.SystemConfig.Language) switch (this.ParentForm.SystemConfig.Language)
@ -2227,16 +2223,16 @@ namespace INT63DC_2C.Forms
message = "제품 끼임 발생!"; message = "제품 끼임 발생!";
break; break;
case DataStore.LanguageID.English: case DataStore.LanguageID.English:
message = "Pinch point!"; message = "Product Jam!";
break; break;
case DataStore.LanguageID.Chinese: case DataStore.LanguageID.Chinese:
message = "Pinch point!"; message = "Product Jam!";
break; break;
case DataStore.LanguageID.Czech: case DataStore.LanguageID.Czech:
message = "Pinch point!"; message = "Product Jam!";
break; break;
case DataStore.LanguageID.German: case DataStore.LanguageID.German:
message = "Pinch point!"; message = "Product Jam!";
break; break;
case DataStore.LanguageID.Japanese: case DataStore.LanguageID.Japanese:
message = "ピンチポイントアラㅡム!"; message = "ピンチポイントアラㅡム!";
@ -2271,7 +2267,7 @@ namespace INT63DC_2C.Forms
this.smartListBox1.AddItem("Servo Torque Alarm"); this.smartListBox1.AddItem("Servo Torque Alarm");
if (alarm.IsEntrySensorError == true) if (alarm.IsEntrySensorError == true)
this.smartListBox1.AddItem("Entry Sensor Error"); this.smartListBox1.AddItem("Entry Sensor Error");
if (alarm.IsAlignError == true) if (alarm.IsProductDischargeError == true)
this.smartListBox1.AddItem("Product discharge error"); this.smartListBox1.AddItem("Product discharge error");
if (alarm.IsSorter1Error == true) if (alarm.IsSorter1Error == true)
this.smartListBox1.AddItem("Sorter1 error"); this.smartListBox1.AddItem("Sorter1 error");

View File

@ -150,6 +150,12 @@ namespace INT63DC_2C.Forms
this.buttonMotorSetting.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnMenuMotorSettingDisable)); this.buttonMotorSetting.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnMenuMotorSettingDisable));
this.buttonMotorSetting.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnMenuMotorSettingDown)); this.buttonMotorSetting.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnMenuMotorSettingDown));
this.buttonMotorSetting.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnMenuMotorSettingUp)); this.buttonMotorSetting.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnMenuMotorSettingUp));
this.buttonCommunication.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnMenuCommunicationDisable));
this.buttonCommunication.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnMenuCommunicationDown));
this.buttonCommunication.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnMenuCommunicationUp));
this.buttonDataViewer.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnMenuDataviewerDisable));
this.buttonDataViewer.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnMenuDataviewerDown));
this.buttonDataViewer.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnMenuDataviewerUp));
this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackDisable)); this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackDisable));
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackDown)); this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackDown));
@ -556,7 +562,7 @@ namespace INT63DC_2C.Forms
// false // false
this.buttonEquipmentTest.Visible = false; this.buttonEquipmentTest.Visible = false;
this.buttonOptionSetting.Visible = false; this.buttonOptionSetting.Visible = false;
this.buttonUser.Enabled = false; this.buttonUser.Visible = false;
this.buttonDataViewer.Visible = false; this.buttonDataViewer.Visible = false;
// 옵션 데이터집계 // 옵션 데이터집계

View File

@ -394,6 +394,10 @@ namespace INT63DC_2C.Forms
{ {
this.buttonBack.Enabled = false; this.buttonBack.Enabled = false;
this.ParentForm.TransferData(CommunicationCommand.MotorJogCwOn, CommunicationID.MainBoard); this.ParentForm.TransferData(CommunicationCommand.MotorJogCwOn, CommunicationID.MainBoard);
// Part11
if (this.ParentForm.SystemConfig.IsOptPart11 == true)
this.ParentForm.SetTrackingHistoryData(DataStore.TrackingOperation.Motor_JOGCW, "ON");
} }
private void buttonJogCW_MouseUp(object sender, MouseEventArgs e) private void buttonJogCW_MouseUp(object sender, MouseEventArgs e)
{ {
@ -402,11 +406,19 @@ namespace INT63DC_2C.Forms
this.buttonJogCW.Enabled = false; this.buttonJogCW.Enabled = false;
this.buttonJogCCW.Enabled = false; this.buttonJogCCW.Enabled = false;
this.smartTimer1.Start(); this.smartTimer1.Start();
// Part11
if (this.ParentForm.SystemConfig.IsOptPart11 == true)
this.ParentForm.SetTrackingHistoryData(DataStore.TrackingOperation.Motor_JOGCW, "OFF");
} }
private void buttonJogCCW_MouseDown(object sender, MouseEventArgs e) private void buttonJogCCW_MouseDown(object sender, MouseEventArgs e)
{ {
this.buttonBack.Enabled = false; this.buttonBack.Enabled = false;
this.ParentForm.TransferData(CommunicationCommand.MotorJogCcwOn, CommunicationID.MainBoard); this.ParentForm.TransferData(CommunicationCommand.MotorJogCcwOn, CommunicationID.MainBoard);
// Part11
if (this.ParentForm.SystemConfig.IsOptPart11 == true)
this.ParentForm.SetTrackingHistoryData(DataStore.TrackingOperation.Motor_JOGCCW, "ON");
} }
private void buttonJogCCW_MouseUp(object sender, MouseEventArgs e) private void buttonJogCCW_MouseUp(object sender, MouseEventArgs e)
{ {
@ -415,10 +427,15 @@ namespace INT63DC_2C.Forms
this.buttonJogCW.Enabled = false; this.buttonJogCW.Enabled = false;
this.buttonJogCCW.Enabled = false; this.buttonJogCCW.Enabled = false;
this.smartTimer1.Start(); this.smartTimer1.Start();
// Part11
if (this.ParentForm.SystemConfig.IsOptPart11 == true)
this.ParentForm.SetTrackingHistoryData(DataStore.TrackingOperation.Motor_JOGCCW, "OFF");
} }
private void labelMotorParameterSetup_Click(object sender, EventArgs e) private void labelMotorParameterSetup_Click(object sender, EventArgs e)
{ {
string before = "", after = "";
SmartLabel label = sender as SmartLabel; SmartLabel label = sender as SmartLabel;
if (label == null) if (label == null)
@ -432,11 +449,13 @@ namespace INT63DC_2C.Forms
return; return;
} }
// before
before = label.Text;
if (label == this.labelOrigin) if (label == this.labelOrigin)
{ {
#region Origin #region Origin
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelOrigin.Text, 6, 0, false, this.ParentForm.SystemConfig.Language); DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(label.Text, 6, 0, false, this.ParentForm.SystemConfig.Language);
if (myKeyPad.ShowDialog() == DialogResult.OK) if (myKeyPad.ShowDialog() == DialogResult.OK)
{ {
if (myKeyPad.doubleValue == 0) if (myKeyPad.doubleValue == 0)
@ -448,6 +467,7 @@ namespace INT63DC_2C.Forms
else else
{ {
this.ParentForm.ServoMotorWrite2(1, ServoMotorParameterAddress.CMD16, myKeyPad.IntValue, label); this.ParentForm.ServoMotorWrite2(1, ServoMotorParameterAddress.CMD16, myKeyPad.IntValue, label);
after = label.Text;
} }
} }
#endregion #endregion
@ -455,8 +475,7 @@ namespace INT63DC_2C.Forms
else if (label == this.labelSpeed0) else if (label == this.labelSpeed0)
{ {
#region Speed0 (원점 속도) #region Speed0 (원점 속도)
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelSpeed0.Text, 5, 0, false, this.ParentForm.SystemConfig.Language); DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(label.Text, 5, 0, false, this.ParentForm.SystemConfig.Language);
if (myKeyPad.ShowDialog() == DialogResult.OK) if (myKeyPad.ShowDialog() == DialogResult.OK)
{ {
if (myKeyPad.doubleValue < 1 || myKeyPad.doubleValue > 20000) if (myKeyPad.doubleValue < 1 || myKeyPad.doubleValue > 20000)
@ -468,6 +487,7 @@ namespace INT63DC_2C.Forms
else else
{ {
this.ParentForm.ServoMotorWrite1(1, ServoMotorParameterAddress.Speed0, myKeyPad.IntValue, label); this.ParentForm.ServoMotorWrite1(1, ServoMotorParameterAddress.Speed0, myKeyPad.IntValue, label);
after = label.Text;
} }
} }
#endregion #endregion
@ -475,7 +495,7 @@ namespace INT63DC_2C.Forms
else if (label == this.labelSpeed1) else if (label == this.labelSpeed1)
{ {
#region Speed 1 #region Speed 1
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelSpeed1.Text, 5, 0, false, this.ParentForm.SystemConfig.Language); DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(label.Text, 5, 0, false, this.ParentForm.SystemConfig.Language);
if (myKeyPad.ShowDialog() == DialogResult.OK) if (myKeyPad.ShowDialog() == DialogResult.OK)
{ {
@ -488,9 +508,9 @@ namespace INT63DC_2C.Forms
else else
{ {
this.ParentForm.ServoMotorWrite1(1, ServoMotorParameterAddress.Speed1, myKeyPad.IntValue, label); this.ParentForm.ServoMotorWrite1(1, ServoMotorParameterAddress.Speed1, myKeyPad.IntValue, label);
this.SelectedJudgmentSetItem.FeedSpeed = int.Parse(label.Text); this.SelectedJudgmentSetItem.FeedSpeed = int.Parse(label.Text);
this.ParentForm.SaveJudgmentSetFile(this.SelectedJudgmentSetItem, this.ParentForm.SystemConfig.ProductNumber - 1); this.ParentForm.SaveJudgmentSetFile(this.SelectedJudgmentSetItem, this.ParentForm.SystemConfig.ProductNumber - 1);
after = label.Text;
} }
} }
#endregion #endregion
@ -511,6 +531,7 @@ namespace INT63DC_2C.Forms
else else
{ {
this.ParentForm.ServoMotorWrite1(1, ServoMotorParameterAddress.Acceleration1, myKeyPad.IntValue, label); this.ParentForm.ServoMotorWrite1(1, ServoMotorParameterAddress.Acceleration1, myKeyPad.IntValue, label);
after = label.Text;
} }
} }
#endregion #endregion
@ -531,6 +552,7 @@ namespace INT63DC_2C.Forms
else else
{ {
this.ParentForm.ServoMotorWrite1(1, ServoMotorParameterAddress.Deceleration1, myKeyPad.IntValue, label); this.ParentForm.ServoMotorWrite1(1, ServoMotorParameterAddress.Deceleration1, myKeyPad.IntValue, label);
after = label.Text;
} }
} }
#endregion #endregion
@ -551,6 +573,7 @@ namespace INT63DC_2C.Forms
else else
{ {
this.ParentForm.ServoMotorWrite2(1, ServoMotorParameterAddress.CMD0, myKeyPad.IntValue, label); this.ParentForm.ServoMotorWrite2(1, ServoMotorParameterAddress.CMD0, myKeyPad.IntValue, label);
after = label.Text;
} }
} }
#endregion #endregion
@ -571,6 +594,7 @@ namespace INT63DC_2C.Forms
else else
{ {
this.ParentForm.ServoMotorWrite2(1, ServoMotorParameterAddress.CMD1, myKeyPad.IntValue, label); this.ParentForm.ServoMotorWrite2(1, ServoMotorParameterAddress.CMD1, myKeyPad.IntValue, label);
after = label.Text;
} }
} }
#endregion #endregion
@ -591,10 +615,15 @@ namespace INT63DC_2C.Forms
else else
{ {
this.ParentForm.ServoMotorWrite2(1, ServoMotorParameterAddress.CMD2, myKeyPad.IntValue, label); this.ParentForm.ServoMotorWrite2(1, ServoMotorParameterAddress.CMD2, myKeyPad.IntValue, label);
after = label.Text;
} }
} }
#endregion #endregion
} }
// Part 11
if (this.ParentForm.SystemConfig.IsOptPart11 == true)
this.ParentForm.SetTrackingHistoryData(DataStore.TrackingParameter.MotorOriginOffset, "", before, after);
} }
private void pictureBoxAlarm_Click(object sender, EventArgs e) private void pictureBoxAlarm_Click(object sender, EventArgs e)

View File

@ -34,6 +34,9 @@
this.labelTitle = new SmartX.SmartLabel(); this.labelTitle = new SmartX.SmartLabel();
this.smartGroupBox1 = new SmartX.SmartGroupBox(); this.smartGroupBox1 = new SmartX.SmartGroupBox();
this.smartGroupBox2 = new SmartX.SmartGroupBox(); this.smartGroupBox2 = new SmartX.SmartGroupBox();
this.labelInfo5 = new SmartX.SmartLabel();
this.buttonPart11 = new SmartX.SmartButton();
this.labelStaticPart11 = new SmartX.SmartLabel();
this.buttonSorterCheckEnable = new SmartX.SmartButton(); this.buttonSorterCheckEnable = new SmartX.SmartButton();
this.labelStaticSorterCheckEnable = new SmartX.SmartLabel(); this.labelStaticSorterCheckEnable = new SmartX.SmartLabel();
this.labelInfo4 = new SmartX.SmartLabel(); this.labelInfo4 = new SmartX.SmartLabel();
@ -44,9 +47,6 @@
this.labelBuadrateWarning2 = new SmartX.SmartLabel(); this.labelBuadrateWarning2 = new SmartX.SmartLabel();
this.labelBuadrateWarning = new SmartX.SmartLabel(); this.labelBuadrateWarning = new SmartX.SmartLabel();
this.buttonSave = new SmartX.SmartButton(); this.buttonSave = new SmartX.SmartButton();
this.buttonPart11 = new SmartX.SmartButton();
this.labelStaticPart11 = new SmartX.SmartLabel();
this.labelInfo5 = new SmartX.SmartLabel();
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
this.smartGroupBox1.SuspendLayout(); this.smartGroupBox1.SuspendLayout();
this.smartGroupBox2.SuspendLayout(); this.smartGroupBox2.SuspendLayout();
@ -170,6 +170,78 @@
this.smartGroupBox2.Text = "Option"; this.smartGroupBox2.Text = "Option";
this.smartGroupBox2.TextColor = System.Drawing.Color.Black; this.smartGroupBox2.TextColor = System.Drawing.Color.Black;
// //
// labelInfo5
//
this.labelInfo5.BackColor = System.Drawing.Color.Silver;
this.labelInfo5.BackPictureBox = this.smartForm1;
this.labelInfo5.BackPictureBox1 = null;
this.labelInfo5.BackPictureBox2 = null;
this.labelInfo5.BorderColor = System.Drawing.Color.Black;
this.labelInfo5.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelInfo5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelInfo5.ForeColor = System.Drawing.Color.MediumBlue;
this.labelInfo5.InitVisible = true;
this.labelInfo5.LineSpacing = 0F;
this.labelInfo5.Location = new System.Drawing.Point(343, 170);
this.labelInfo5.Name = "labelInfo5";
this.labelInfo5.Size = new System.Drawing.Size(450, 25);
this.labelInfo5.TabIndex = 273;
this.labelInfo5.Text = "※ Part11 ON : activate [Login], [Data backup], [Statistics]";
this.labelInfo5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelInfo5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelInfo5.Wordwrap = false;
//
// buttonPart11
//
this.buttonPart11.BackPictureBox = null;
this.buttonPart11.BackPictureBox1 = null;
this.buttonPart11.BackPictureBox2 = null;
this.buttonPart11.ButtonColor = System.Drawing.Color.Gray;
this.buttonPart11.ButtonImageAutoSize = true;
this.buttonPart11.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonPart11.DisableImage = null;
this.buttonPart11.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonPart11.DownImage")));
this.buttonPart11.GroupID = 0;
this.buttonPart11.InitVisible = true;
this.buttonPart11.Location = new System.Drawing.Point(253, 170);
this.buttonPart11.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonPart11.Name = "buttonPart11";
this.buttonPart11.NestedClickEventPrevent = false;
this.buttonPart11.OutlinePixel = 1;
this.buttonPart11.RepeatInterval = 200;
this.buttonPart11.RepeatIntervalAccelerate = null;
this.buttonPart11.SafeInterval = 200;
this.buttonPart11.Size = new System.Drawing.Size(84, 25);
this.buttonPart11.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonPart11.TabIndex = 272;
this.buttonPart11.TextColor = System.Drawing.Color.Black;
this.buttonPart11.TextDownColor = System.Drawing.Color.White;
this.buttonPart11.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonPart11.TextLocation = new System.Drawing.Point(0, 0);
this.buttonPart11.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonPart11.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonPart11.UpImage")));
this.buttonPart11.Click += new System.EventHandler(this.buttonPart11_Click);
//
// labelStaticPart11
//
this.labelStaticPart11.BackPictureBox = this.smartForm1;
this.labelStaticPart11.BackPictureBox1 = null;
this.labelStaticPart11.BackPictureBox2 = null;
this.labelStaticPart11.BorderColor = System.Drawing.Color.Black;
this.labelStaticPart11.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticPart11.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticPart11.ForeColor = System.Drawing.Color.Black;
this.labelStaticPart11.InitVisible = true;
this.labelStaticPart11.LineSpacing = 0F;
this.labelStaticPart11.Location = new System.Drawing.Point(47, 170);
this.labelStaticPart11.Name = "labelStaticPart11";
this.labelStaticPart11.Size = new System.Drawing.Size(200, 25);
this.labelStaticPart11.TabIndex = 271;
this.labelStaticPart11.Text = "Part11";
this.labelStaticPart11.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelStaticPart11.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelStaticPart11.Wordwrap = false;
//
// buttonSorterCheckEnable // buttonSorterCheckEnable
// //
this.buttonSorterCheckEnable.BackPictureBox = null; this.buttonSorterCheckEnable.BackPictureBox = null;
@ -414,80 +486,9 @@
this.buttonSave.TextLocation = new System.Drawing.Point(0, 0); this.buttonSave.TextLocation = new System.Drawing.Point(0, 0);
this.buttonSave.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonSave.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonSave.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonSave.UpImage"))); this.buttonSave.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonSave.UpImage")));
this.buttonSave.Visible = false;
this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click); this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
// //
// buttonPart11
//
this.buttonPart11.BackPictureBox = null;
this.buttonPart11.BackPictureBox1 = null;
this.buttonPart11.BackPictureBox2 = null;
this.buttonPart11.ButtonColor = System.Drawing.Color.Gray;
this.buttonPart11.ButtonImageAutoSize = true;
this.buttonPart11.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonPart11.DisableImage = null;
this.buttonPart11.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonPart11.DownImage")));
this.buttonPart11.GroupID = 0;
this.buttonPart11.InitVisible = true;
this.buttonPart11.Location = new System.Drawing.Point(253, 170);
this.buttonPart11.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
this.buttonPart11.Name = "buttonPart11";
this.buttonPart11.NestedClickEventPrevent = false;
this.buttonPart11.OutlinePixel = 1;
this.buttonPart11.RepeatInterval = 200;
this.buttonPart11.RepeatIntervalAccelerate = null;
this.buttonPart11.SafeInterval = 200;
this.buttonPart11.Size = new System.Drawing.Size(84, 25);
this.buttonPart11.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonPart11.TabIndex = 272;
this.buttonPart11.TextColor = System.Drawing.Color.Black;
this.buttonPart11.TextDownColor = System.Drawing.Color.White;
this.buttonPart11.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonPart11.TextLocation = new System.Drawing.Point(0, 0);
this.buttonPart11.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonPart11.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonPart11.UpImage")));
this.buttonPart11.Click += new System.EventHandler(this.buttonPart11_Click);
//
// labelStaticPart11
//
this.labelStaticPart11.BackPictureBox = this.smartForm1;
this.labelStaticPart11.BackPictureBox1 = null;
this.labelStaticPart11.BackPictureBox2 = null;
this.labelStaticPart11.BorderColor = System.Drawing.Color.Black;
this.labelStaticPart11.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticPart11.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticPart11.ForeColor = System.Drawing.Color.Black;
this.labelStaticPart11.InitVisible = true;
this.labelStaticPart11.LineSpacing = 0F;
this.labelStaticPart11.Location = new System.Drawing.Point(47, 170);
this.labelStaticPart11.Name = "labelStaticPart11";
this.labelStaticPart11.Size = new System.Drawing.Size(200, 25);
this.labelStaticPart11.TabIndex = 271;
this.labelStaticPart11.Text = "Part11";
this.labelStaticPart11.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelStaticPart11.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelStaticPart11.Wordwrap = false;
//
// labelInfo5
//
this.labelInfo5.BackColor = System.Drawing.Color.Silver;
this.labelInfo5.BackPictureBox = this.smartForm1;
this.labelInfo5.BackPictureBox1 = null;
this.labelInfo5.BackPictureBox2 = null;
this.labelInfo5.BorderColor = System.Drawing.Color.Black;
this.labelInfo5.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelInfo5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelInfo5.ForeColor = System.Drawing.Color.MediumBlue;
this.labelInfo5.InitVisible = true;
this.labelInfo5.LineSpacing = 0F;
this.labelInfo5.Location = new System.Drawing.Point(343, 170);
this.labelInfo5.Name = "labelInfo5";
this.labelInfo5.Size = new System.Drawing.Size(450, 25);
this.labelInfo5.TabIndex = 273;
this.labelInfo5.Text = "※ Part11 ON : activate [Login], [Data backup], [Statistics]";
this.labelInfo5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.labelInfo5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelInfo5.Wordwrap = false;
//
// FormOptionSetting // FormOptionSetting
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);

View File

@ -188,6 +188,8 @@ namespace INT63DC_2C.Forms
public void DisplayRefresh() public void DisplayRefresh()
{ {
this.buttonSave.Visible = false;
this.InitializeControl(); this.InitializeControl();
} }
#endregion #endregion

View File

@ -74,8 +74,6 @@
this.labelStaticSorter2RunTime = new SmartX.SmartLabel(); this.labelStaticSorter2RunTime = new SmartX.SmartLabel();
this.labelSorter1DelayTime = new SmartX.SmartLabel(); this.labelSorter1DelayTime = new SmartX.SmartLabel();
this.labelStaticSorter1DelayTime = new SmartX.SmartLabel(); this.labelStaticSorter1DelayTime = new SmartX.SmartLabel();
this.labelTorque = new SmartX.SmartLabel();
this.labelStaticTorque = new SmartX.SmartLabel();
this.labelJudgmentDelayTime = new SmartX.SmartLabel(); this.labelJudgmentDelayTime = new SmartX.SmartLabel();
this.labelStaticJudgmentDelayTime = new SmartX.SmartLabel(); this.labelStaticJudgmentDelayTime = new SmartX.SmartLabel();
this.smartSeparatorLine1 = new SmartX.SmartSeparatorLine(); this.smartSeparatorLine1 = new SmartX.SmartSeparatorLine();
@ -87,27 +85,21 @@
this.labelJudgmentCount = new SmartX.SmartLabel(); this.labelJudgmentCount = new SmartX.SmartLabel();
this.labelStaticADC = new SmartX.SmartLabel(); this.labelStaticADC = new SmartX.SmartLabel();
this.labelTurnDelayTime = new SmartX.SmartLabel(); this.labelTurnDelayTime = new SmartX.SmartLabel();
this.labelOriginOffset = new SmartX.SmartLabel();
this.labelFilter = new SmartX.SmartLabel(); this.labelFilter = new SmartX.SmartLabel();
this.labelADCValue = new SmartX.SmartLabel(); this.labelADCValue = new SmartX.SmartLabel();
this.labelStaticJudgmentCount = new SmartX.SmartLabel(); this.labelStaticJudgmentCount = new SmartX.SmartLabel();
this.labelStaticJudgment = new SmartX.SmartLabel(); this.labelStaticJudgment = new SmartX.SmartLabel();
this.labelStaticTurnDelayTime = new SmartX.SmartLabel(); this.labelStaticTurnDelayTime = new SmartX.SmartLabel();
this.labelWeightJudgment = new SmartX.SmartLabel(); this.labelWeightJudgment = new SmartX.SmartLabel();
this.labelStaticOriginOffset = new SmartX.SmartLabel();
this.labelStaticFilter = new SmartX.SmartLabel(); this.labelStaticFilter = new SmartX.SmartLabel();
this.labelWeightReference = new SmartX.SmartLabel(); this.labelWeightReference = new SmartX.SmartLabel();
this.smartDraw = new SmartX.SmartDraw(); this.smartDraw = new SmartX.SmartDraw();
this.labelFeedSpeed = new SmartX.SmartLabel(); this.labelFeedSpeed = new SmartX.SmartLabel();
this.labelTitleFeedSpeed = new SmartX.SmartLabel(); this.labelTitleFeedSpeed = new SmartX.SmartLabel();
this.labelDynamicCorrection = new SmartX.SmartLabel();
this.labelStaticDynamic = new SmartX.SmartLabel();
this.smartKeyboard = new SmartX.SmartKeyboard(); this.smartKeyboard = new SmartX.SmartKeyboard();
this.buttonCutSignal = new SmartX.SmartButton(); this.buttonCutSignal = new SmartX.SmartButton();
this.buttonSetting = new SmartX.SmartButton(); this.buttonSetting = new SmartX.SmartButton();
this.labelTimeroutCount = new SmartX.SmartLabel(); this.labelTimeroutCount = new SmartX.SmartLabel();
this.labelTurnTime = new SmartX.SmartLabel();
this.smartLabel2 = new SmartX.SmartLabel();
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
this.groupBoxProduct.SuspendLayout(); this.groupBoxProduct.SuspendLayout();
this.groupBoxJudgment.SuspendLayout(); this.groupBoxJudgment.SuspendLayout();
@ -651,7 +643,7 @@
this.textBoxLotNo.Location = new System.Drawing.Point(115, 105); this.textBoxLotNo.Location = new System.Drawing.Point(115, 105);
this.textBoxLotNo.MaxLength = 14; this.textBoxLotNo.MaxLength = 14;
this.textBoxLotNo.Name = "textBoxLotNo"; this.textBoxLotNo.Name = "textBoxLotNo";
this.textBoxLotNo.Size = new System.Drawing.Size(230, 29); this.textBoxLotNo.Size = new System.Drawing.Size(230, 28);
this.textBoxLotNo.TabIndex = 140; this.textBoxLotNo.TabIndex = 140;
this.textBoxLotNo.Text = "LotNo"; this.textBoxLotNo.Text = "LotNo";
this.textBoxLotNo.WordWrap = false; this.textBoxLotNo.WordWrap = false;
@ -663,7 +655,7 @@
this.textBoxProductName.Location = new System.Drawing.Point(115, 69); this.textBoxProductName.Location = new System.Drawing.Point(115, 69);
this.textBoxProductName.MaxLength = 12; this.textBoxProductName.MaxLength = 12;
this.textBoxProductName.Name = "textBoxProductName"; this.textBoxProductName.Name = "textBoxProductName";
this.textBoxProductName.Size = new System.Drawing.Size(230, 29); this.textBoxProductName.Size = new System.Drawing.Size(230, 28);
this.textBoxProductName.TabIndex = 139; this.textBoxProductName.TabIndex = 139;
this.textBoxProductName.Text = "Welcome"; this.textBoxProductName.Text = "Welcome";
this.textBoxProductName.WordWrap = false; this.textBoxProductName.WordWrap = false;
@ -744,7 +736,9 @@
this.groupBoxJudgment.Controls.Add(this.smartSeparatorLine2); this.groupBoxJudgment.Controls.Add(this.smartSeparatorLine2);
this.groupBoxJudgment.Controls.Add(this.labelSorter3DelayTime); this.groupBoxJudgment.Controls.Add(this.labelSorter3DelayTime);
this.groupBoxJudgment.Controls.Add(this.labelStaticSorter3DelayTime); this.groupBoxJudgment.Controls.Add(this.labelStaticSorter3DelayTime);
this.groupBoxJudgment.Controls.Add(this.labelFeedSpeed);
this.groupBoxJudgment.Controls.Add(this.labelSorter3RunTime); this.groupBoxJudgment.Controls.Add(this.labelSorter3RunTime);
this.groupBoxJudgment.Controls.Add(this.labelTitleFeedSpeed);
this.groupBoxJudgment.Controls.Add(this.labelStaticSorter3RunTime); this.groupBoxJudgment.Controls.Add(this.labelStaticSorter3RunTime);
this.groupBoxJudgment.Controls.Add(this.labelSorter2DelayTime); this.groupBoxJudgment.Controls.Add(this.labelSorter2DelayTime);
this.groupBoxJudgment.Controls.Add(this.labelStaticSorter2DelayTime); this.groupBoxJudgment.Controls.Add(this.labelStaticSorter2DelayTime);
@ -752,8 +746,6 @@
this.groupBoxJudgment.Controls.Add(this.labelStaticSorter2RunTime); this.groupBoxJudgment.Controls.Add(this.labelStaticSorter2RunTime);
this.groupBoxJudgment.Controls.Add(this.labelSorter1DelayTime); this.groupBoxJudgment.Controls.Add(this.labelSorter1DelayTime);
this.groupBoxJudgment.Controls.Add(this.labelStaticSorter1DelayTime); this.groupBoxJudgment.Controls.Add(this.labelStaticSorter1DelayTime);
this.groupBoxJudgment.Controls.Add(this.labelTorque);
this.groupBoxJudgment.Controls.Add(this.labelStaticTorque);
this.groupBoxJudgment.Controls.Add(this.labelJudgmentDelayTime); this.groupBoxJudgment.Controls.Add(this.labelJudgmentDelayTime);
this.groupBoxJudgment.Controls.Add(this.labelStaticJudgmentDelayTime); this.groupBoxJudgment.Controls.Add(this.labelStaticJudgmentDelayTime);
this.groupBoxJudgment.Controls.Add(this.smartSeparatorLine1); this.groupBoxJudgment.Controls.Add(this.smartSeparatorLine1);
@ -766,14 +758,12 @@
this.groupBoxJudgment.Controls.Add(this.labelStaticADC); this.groupBoxJudgment.Controls.Add(this.labelStaticADC);
this.groupBoxJudgment.Controls.Add(this.labelTurnDelayTime); this.groupBoxJudgment.Controls.Add(this.labelTurnDelayTime);
this.groupBoxJudgment.Controls.Add(this.comboBoxLane); this.groupBoxJudgment.Controls.Add(this.comboBoxLane);
this.groupBoxJudgment.Controls.Add(this.labelOriginOffset);
this.groupBoxJudgment.Controls.Add(this.labelFilter); this.groupBoxJudgment.Controls.Add(this.labelFilter);
this.groupBoxJudgment.Controls.Add(this.labelADCValue); this.groupBoxJudgment.Controls.Add(this.labelADCValue);
this.groupBoxJudgment.Controls.Add(this.labelStaticJudgmentCount); this.groupBoxJudgment.Controls.Add(this.labelStaticJudgmentCount);
this.groupBoxJudgment.Controls.Add(this.labelStaticJudgment); this.groupBoxJudgment.Controls.Add(this.labelStaticJudgment);
this.groupBoxJudgment.Controls.Add(this.labelStaticTurnDelayTime); this.groupBoxJudgment.Controls.Add(this.labelStaticTurnDelayTime);
this.groupBoxJudgment.Controls.Add(this.labelWeightJudgment); this.groupBoxJudgment.Controls.Add(this.labelWeightJudgment);
this.groupBoxJudgment.Controls.Add(this.labelStaticOriginOffset);
this.groupBoxJudgment.Controls.Add(this.labelStaticFilter); this.groupBoxJudgment.Controls.Add(this.labelStaticFilter);
this.groupBoxJudgment.Controls.Add(this.labelWeightReference); this.groupBoxJudgment.Controls.Add(this.labelWeightReference);
this.groupBoxJudgment.Controls.Add(this.smartDraw); this.groupBoxJudgment.Controls.Add(this.smartDraw);
@ -1027,47 +1017,6 @@
this.labelStaticSorter1DelayTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelStaticSorter1DelayTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelStaticSorter1DelayTime.Wordwrap = false; this.labelStaticSorter1DelayTime.Wordwrap = false;
// //
// labelTorque
//
this.labelTorque.BackColor = System.Drawing.SystemColors.Window;
this.labelTorque.BackPictureBox = null;
this.labelTorque.BackPictureBox1 = null;
this.labelTorque.BackPictureBox2 = null;
this.labelTorque.BorderColor = System.Drawing.Color.Black;
this.labelTorque.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelTorque.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold);
this.labelTorque.InitVisible = true;
this.labelTorque.LineSpacing = 0F;
this.labelTorque.Location = new System.Drawing.Point(188, 534);
this.labelTorque.Name = "labelTorque";
this.labelTorque.Size = new System.Drawing.Size(80, 25);
this.labelTorque.TabIndex = 177;
this.labelTorque.Text = "100";
this.labelTorque.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelTorque.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTorque.Wordwrap = false;
this.labelTorque.Click += new System.EventHandler(this.labelTorque_Click);
//
// labelStaticTorque
//
this.labelStaticTorque.BackPictureBox = this.smartForm1;
this.labelStaticTorque.BackPictureBox1 = null;
this.labelStaticTorque.BackPictureBox2 = null;
this.labelStaticTorque.BorderColor = System.Drawing.Color.Black;
this.labelStaticTorque.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticTorque.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticTorque.ForeColor = System.Drawing.Color.Black;
this.labelStaticTorque.InitVisible = true;
this.labelStaticTorque.LineSpacing = 0F;
this.labelStaticTorque.Location = new System.Drawing.Point(17, 534);
this.labelStaticTorque.Name = "labelStaticTorque";
this.labelStaticTorque.Size = new System.Drawing.Size(165, 25);
this.labelStaticTorque.TabIndex = 176;
this.labelStaticTorque.Text = "토크";
this.labelStaticTorque.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelStaticTorque.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelStaticTorque.Wordwrap = false;
//
// labelJudgmentDelayTime // labelJudgmentDelayTime
// //
this.labelJudgmentDelayTime.BackColor = System.Drawing.SystemColors.Window; this.labelJudgmentDelayTime.BackColor = System.Drawing.SystemColors.Window;
@ -1300,27 +1249,6 @@
this.labelTurnDelayTime.Wordwrap = false; this.labelTurnDelayTime.Wordwrap = false;
this.labelTurnDelayTime.Click += new System.EventHandler(this.labelTurnDelayTime_Click); this.labelTurnDelayTime.Click += new System.EventHandler(this.labelTurnDelayTime_Click);
// //
// labelOriginOffset
//
this.labelOriginOffset.BackColor = System.Drawing.SystemColors.Window;
this.labelOriginOffset.BackPictureBox = null;
this.labelOriginOffset.BackPictureBox1 = null;
this.labelOriginOffset.BackPictureBox2 = null;
this.labelOriginOffset.BorderColor = System.Drawing.Color.Black;
this.labelOriginOffset.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelOriginOffset.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold);
this.labelOriginOffset.InitVisible = true;
this.labelOriginOffset.LineSpacing = 0F;
this.labelOriginOffset.Location = new System.Drawing.Point(188, 503);
this.labelOriginOffset.Name = "labelOriginOffset";
this.labelOriginOffset.Size = new System.Drawing.Size(80, 25);
this.labelOriginOffset.TabIndex = 108;
this.labelOriginOffset.Text = "100";
this.labelOriginOffset.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelOriginOffset.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelOriginOffset.Wordwrap = false;
this.labelOriginOffset.Click += new System.EventHandler(this.labelOriginOffset_Click);
//
// labelFilter // labelFilter
// //
this.labelFilter.BackColor = System.Drawing.SystemColors.Window; this.labelFilter.BackColor = System.Drawing.SystemColors.Window;
@ -1442,26 +1370,6 @@
this.labelWeightJudgment.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelWeightJudgment.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelWeightJudgment.Wordwrap = false; this.labelWeightJudgment.Wordwrap = false;
// //
// labelStaticOriginOffset
//
this.labelStaticOriginOffset.BackPictureBox = this.smartForm1;
this.labelStaticOriginOffset.BackPictureBox1 = null;
this.labelStaticOriginOffset.BackPictureBox2 = null;
this.labelStaticOriginOffset.BorderColor = System.Drawing.Color.Black;
this.labelStaticOriginOffset.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticOriginOffset.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticOriginOffset.ForeColor = System.Drawing.Color.Black;
this.labelStaticOriginOffset.InitVisible = true;
this.labelStaticOriginOffset.LineSpacing = 0F;
this.labelStaticOriginOffset.Location = new System.Drawing.Point(17, 503);
this.labelStaticOriginOffset.Name = "labelStaticOriginOffset";
this.labelStaticOriginOffset.Size = new System.Drawing.Size(165, 25);
this.labelStaticOriginOffset.TabIndex = 107;
this.labelStaticOriginOffset.Text = "원점 옵셋";
this.labelStaticOriginOffset.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelStaticOriginOffset.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelStaticOriginOffset.Wordwrap = false;
//
// labelStaticFilter // labelStaticFilter
// //
this.labelStaticFilter.BackPictureBox = this.smartForm1; this.labelStaticFilter.BackPictureBox = this.smartForm1;
@ -1531,7 +1439,7 @@
this.labelFeedSpeed.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); this.labelFeedSpeed.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold);
this.labelFeedSpeed.InitVisible = true; this.labelFeedSpeed.InitVisible = true;
this.labelFeedSpeed.LineSpacing = 0F; this.labelFeedSpeed.LineSpacing = 0F;
this.labelFeedSpeed.Location = new System.Drawing.Point(664, 707); this.labelFeedSpeed.Location = new System.Drawing.Point(188, 503);
this.labelFeedSpeed.Name = "labelFeedSpeed"; this.labelFeedSpeed.Name = "labelFeedSpeed";
this.labelFeedSpeed.Size = new System.Drawing.Size(80, 25); this.labelFeedSpeed.Size = new System.Drawing.Size(80, 25);
this.labelFeedSpeed.TabIndex = 110; this.labelFeedSpeed.TabIndex = 110;
@ -1553,7 +1461,7 @@
this.labelTitleFeedSpeed.ForeColor = System.Drawing.Color.Black; this.labelTitleFeedSpeed.ForeColor = System.Drawing.Color.Black;
this.labelTitleFeedSpeed.InitVisible = true; this.labelTitleFeedSpeed.InitVisible = true;
this.labelTitleFeedSpeed.LineSpacing = 0F; this.labelTitleFeedSpeed.LineSpacing = 0F;
this.labelTitleFeedSpeed.Location = new System.Drawing.Point(493, 707); this.labelTitleFeedSpeed.Location = new System.Drawing.Point(17, 503);
this.labelTitleFeedSpeed.Name = "labelTitleFeedSpeed"; this.labelTitleFeedSpeed.Name = "labelTitleFeedSpeed";
this.labelTitleFeedSpeed.Size = new System.Drawing.Size(165, 25); this.labelTitleFeedSpeed.Size = new System.Drawing.Size(165, 25);
this.labelTitleFeedSpeed.TabIndex = 109; this.labelTitleFeedSpeed.TabIndex = 109;
@ -1563,49 +1471,6 @@
this.labelTitleFeedSpeed.Visible = false; this.labelTitleFeedSpeed.Visible = false;
this.labelTitleFeedSpeed.Wordwrap = false; this.labelTitleFeedSpeed.Wordwrap = false;
// //
// labelDynamicCorrection
//
this.labelDynamicCorrection.BackColor = System.Drawing.SystemColors.Window;
this.labelDynamicCorrection.BackPictureBox = null;
this.labelDynamicCorrection.BackPictureBox1 = null;
this.labelDynamicCorrection.BackPictureBox2 = null;
this.labelDynamicCorrection.BorderColor = System.Drawing.Color.Black;
this.labelDynamicCorrection.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelDynamicCorrection.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
this.labelDynamicCorrection.InitVisible = true;
this.labelDynamicCorrection.LineSpacing = 0F;
this.labelDynamicCorrection.Location = new System.Drawing.Point(664, 666);
this.labelDynamicCorrection.Name = "labelDynamicCorrection";
this.labelDynamicCorrection.Size = new System.Drawing.Size(80, 30);
this.labelDynamicCorrection.TabIndex = 108;
this.labelDynamicCorrection.Text = "1.000000";
this.labelDynamicCorrection.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelDynamicCorrection.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelDynamicCorrection.Visible = false;
this.labelDynamicCorrection.Wordwrap = false;
this.labelDynamicCorrection.Click += new System.EventHandler(this.labelDynamicCorrection_Click);
//
// labelStaticDynamic
//
this.labelStaticDynamic.BackPictureBox = this.smartForm1;
this.labelStaticDynamic.BackPictureBox1 = null;
this.labelStaticDynamic.BackPictureBox2 = null;
this.labelStaticDynamic.BorderColor = System.Drawing.Color.Black;
this.labelStaticDynamic.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticDynamic.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticDynamic.ForeColor = System.Drawing.Color.Black;
this.labelStaticDynamic.InitVisible = true;
this.labelStaticDynamic.LineSpacing = 0F;
this.labelStaticDynamic.Location = new System.Drawing.Point(516, 666);
this.labelStaticDynamic.Name = "labelStaticDynamic";
this.labelStaticDynamic.Size = new System.Drawing.Size(144, 30);
this.labelStaticDynamic.TabIndex = 107;
this.labelStaticDynamic.Text = "동보정";
this.labelStaticDynamic.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelStaticDynamic.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelStaticDynamic.Visible = false;
this.labelStaticDynamic.Wordwrap = false;
//
// smartKeyboard // smartKeyboard
// //
this.smartKeyboard.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(150)))), ((int)(((byte)(151))))); this.smartKeyboard.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(150)))), ((int)(((byte)(151)))));
@ -1723,65 +1588,17 @@
this.labelTimeroutCount.Visible = false; this.labelTimeroutCount.Visible = false;
this.labelTimeroutCount.Wordwrap = false; this.labelTimeroutCount.Wordwrap = false;
// //
// labelTurnTime
//
this.labelTurnTime.BackColor = System.Drawing.Color.Gainsboro;
this.labelTurnTime.BackPictureBox = null;
this.labelTurnTime.BackPictureBox1 = null;
this.labelTurnTime.BackPictureBox2 = null;
this.labelTurnTime.BorderColor = System.Drawing.Color.Black;
this.labelTurnTime.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelTurnTime.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
this.labelTurnTime.InitVisible = true;
this.labelTurnTime.LineSpacing = 0F;
this.labelTurnTime.Location = new System.Drawing.Point(664, 738);
this.labelTurnTime.Name = "labelTurnTime";
this.labelTurnTime.Size = new System.Drawing.Size(80, 25);
this.labelTurnTime.TabIndex = 189;
this.labelTurnTime.Text = "100";
this.labelTurnTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelTurnTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTurnTime.Visible = false;
this.labelTurnTime.Wordwrap = false;
//
// smartLabel2
//
this.smartLabel2.BackPictureBox = this.smartForm1;
this.smartLabel2.BackPictureBox1 = null;
this.smartLabel2.BackPictureBox2 = null;
this.smartLabel2.BorderColor = System.Drawing.Color.Black;
this.smartLabel2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.smartLabel2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.smartLabel2.ForeColor = System.Drawing.Color.Black;
this.smartLabel2.InitVisible = true;
this.smartLabel2.LineSpacing = 0F;
this.smartLabel2.Location = new System.Drawing.Point(508, 738);
this.smartLabel2.Name = "smartLabel2";
this.smartLabel2.Size = new System.Drawing.Size(150, 25);
this.smartLabel2.TabIndex = 188;
this.smartLabel2.Text = "턴 시간";
this.smartLabel2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.smartLabel2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.smartLabel2.Visible = false;
this.smartLabel2.Wordwrap = false;
//
// FormSystemSetting // FormSystemSetting
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true; this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(1024, 768); this.ClientSize = new System.Drawing.Size(1024, 768);
this.Controls.Add(this.labelFeedSpeed);
this.Controls.Add(this.labelTitleFeedSpeed);
this.Controls.Add(this.labelTurnTime);
this.Controls.Add(this.smartLabel2);
this.Controls.Add(this.labelTimeroutCount); this.Controls.Add(this.labelTimeroutCount);
this.Controls.Add(this.buttonSetting); this.Controls.Add(this.buttonSetting);
this.Controls.Add(this.buttonCutSignal); this.Controls.Add(this.buttonCutSignal);
this.Controls.Add(this.labelDynamicCorrection);
this.Controls.Add(this.smartKeyboard); this.Controls.Add(this.smartKeyboard);
this.Controls.Add(this.groupBoxJudgment); this.Controls.Add(this.groupBoxJudgment);
this.Controls.Add(this.labelStaticDynamic);
this.Controls.Add(this.groupBoxProduct); this.Controls.Add(this.groupBoxProduct);
this.Controls.Add(this.labelTitle); this.Controls.Add(this.labelTitle);
this.Controls.Add(this.buttonBack); this.Controls.Add(this.buttonBack);
@ -1820,8 +1637,6 @@
private SmartX.SmartLabel labelStaticLOT; private SmartX.SmartLabel labelStaticLOT;
private SmartX.SmartLabel labelStaticName; private SmartX.SmartLabel labelStaticName;
private SmartX.SmartGroupBox groupBoxJudgment; private SmartX.SmartGroupBox groupBoxJudgment;
public SmartX.SmartLabel labelDynamicCorrection;
private SmartX.SmartLabel labelStaticDynamic;
private SmartX.SmartLabel labelStaticWeight; private SmartX.SmartLabel labelStaticWeight;
private SmartX.SmartLabel labelWeightValue; private SmartX.SmartLabel labelWeightValue;
private SmartX.SmartButton buttonWeightReference; private SmartX.SmartButton buttonWeightReference;
@ -1841,17 +1656,13 @@
private SmartX.SmartLabel labelTitleFeedSpeed; private SmartX.SmartLabel labelTitleFeedSpeed;
public SmartX.SmartLabel labelJudgmentCount; public SmartX.SmartLabel labelJudgmentCount;
public SmartX.SmartLabel labelTurnDelayTime; public SmartX.SmartLabel labelTurnDelayTime;
public SmartX.SmartLabel labelOriginOffset;
public SmartX.SmartLabel labelFilter; public SmartX.SmartLabel labelFilter;
private SmartX.SmartLabel labelStaticJudgmentCount; private SmartX.SmartLabel labelStaticJudgmentCount;
private SmartX.SmartLabel labelStaticTurnDelayTime; private SmartX.SmartLabel labelStaticTurnDelayTime;
private SmartX.SmartLabel labelStaticOriginOffset;
private SmartX.SmartLabel labelStaticFilter; private SmartX.SmartLabel labelStaticFilter;
public SmartX.SmartLabel labelJudgmentDelayTime; public SmartX.SmartLabel labelJudgmentDelayTime;
private SmartX.SmartLabel labelStaticJudgmentDelayTime; private SmartX.SmartLabel labelStaticJudgmentDelayTime;
private SmartX.SmartButton buttonCutSignal; private SmartX.SmartButton buttonCutSignal;
public SmartX.SmartLabel labelTorque;
private SmartX.SmartLabel labelStaticTorque;
public SmartX.SmartLabel labelSorter2DelayTime; public SmartX.SmartLabel labelSorter2DelayTime;
private SmartX.SmartLabel labelStaticSorter2DelayTime; private SmartX.SmartLabel labelStaticSorter2DelayTime;
public SmartX.SmartLabel labelSorter2RunTime; public SmartX.SmartLabel labelSorter2RunTime;
@ -1864,8 +1675,6 @@
private SmartX.SmartLabel labelStaticSorter3DelayTime; private SmartX.SmartLabel labelStaticSorter3DelayTime;
public SmartX.SmartLabel labelSorter3RunTime; public SmartX.SmartLabel labelSorter3RunTime;
private SmartX.SmartLabel labelStaticSorter3RunTime; private SmartX.SmartLabel labelStaticSorter3RunTime;
public SmartX.SmartLabel labelTurnTime;
private SmartX.SmartLabel smartLabel2;
private SmartX.SmartSeparatorLine smartSeparatorLine2; private SmartX.SmartSeparatorLine smartSeparatorLine2;
private SmartX.SmartSeparatorLine smartSeparatorLine3; private SmartX.SmartSeparatorLine smartSeparatorLine3;
private SmartX.SmartLabel labelStaticOverRangeLimit; private SmartX.SmartLabel labelStaticOverRangeLimit;

View File

@ -80,15 +80,12 @@ namespace INT63DC_2C.Forms
this.labelStaticTurnDelayTime.Text = "Turn Delay"; this.labelStaticTurnDelayTime.Text = "Turn Delay";
this.labelTitleFeedSpeed.Text = "Feed Speed"; this.labelTitleFeedSpeed.Text = "Feed Speed";
this.labelStaticJudgmentCount.Text = "J.count"; this.labelStaticJudgmentCount.Text = "J.count";
this.labelStaticDynamic.Text = "Dynamic";
this.labelStaticSorter1DelayTime.Text = "Sorter1 Delay"; this.labelStaticSorter1DelayTime.Text = "Sorter1 Delay";
this.labelStaticSorter1RunTime.Text = "Sorter1 Run"; this.labelStaticSorter1RunTime.Text = "Sorter1 Run";
this.labelStaticSorter2DelayTime.Text = "Sorter2 Delay"; this.labelStaticSorter2DelayTime.Text = "Sorter2 Delay";
this.labelStaticSorter2RunTime.Text = "Sorter2 Run"; this.labelStaticSorter2RunTime.Text = "Sorter2 Run";
this.labelStaticSorter3DelayTime.Text = "Sorter3 Delay"; this.labelStaticSorter3DelayTime.Text = "Sorter3 Delay";
this.labelStaticSorter3RunTime.Text = "Sorter3 Run"; this.labelStaticSorter3RunTime.Text = "Sorter3 Run";
this.labelStaticOriginOffset.Text = "Origin Offset";
this.labelStaticTorque.Text = "Torque";
this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackDisable)); this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackDisable));
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackDown)); this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackDown));
@ -122,15 +119,12 @@ namespace INT63DC_2C.Forms
this.labelStaticTurnDelayTime.Text = "旋转延迟"; this.labelStaticTurnDelayTime.Text = "旋转延迟";
this.labelTitleFeedSpeed.Text = "速度"; this.labelTitleFeedSpeed.Text = "速度";
this.labelStaticJudgmentCount.Text = "重复延迟"; this.labelStaticJudgmentCount.Text = "重复延迟";
this.labelStaticDynamic.Text = "动态校正";
this.labelStaticSorter1DelayTime.Text = "分类机1 延迟时间"; this.labelStaticSorter1DelayTime.Text = "分类机1 延迟时间";
this.labelStaticSorter1RunTime.Text = "分类机1 运行时间"; this.labelStaticSorter1RunTime.Text = "分类机1 运行时间";
this.labelStaticSorter2DelayTime.Text = "分类机2 延迟时间"; this.labelStaticSorter2DelayTime.Text = "分类机2 延迟时间";
this.labelStaticSorter2RunTime.Text = "分类机2 运行时间"; this.labelStaticSorter2RunTime.Text = "分类机2 运行时间";
this.labelStaticSorter3DelayTime.Text = "分类机3 延迟时间"; this.labelStaticSorter3DelayTime.Text = "分类机3 延迟时间";
this.labelStaticSorter3RunTime.Text = "分类机3 运行时间"; this.labelStaticSorter3RunTime.Text = "分类机3 运行时间";
this.labelStaticOriginOffset.Text = "原点偏移";
this.labelStaticTorque.Text = "扭力";
this.labelStaticNo.Text = "编号"; this.labelStaticNo.Text = "编号";
this.labelStaticName.Text = "名称"; this.labelStaticName.Text = "名称";
@ -172,7 +166,6 @@ namespace INT63DC_2C.Forms
this.labelStaticTurnDelayTime.Text = "Zpoždění rotace"; this.labelStaticTurnDelayTime.Text = "Zpoždění rotace";
this.labelTitleFeedSpeed.Text = "Rychlost"; this.labelTitleFeedSpeed.Text = "Rychlost";
this.labelStaticJudgmentCount.Text = "Číslo kapsy"; this.labelStaticJudgmentCount.Text = "Číslo kapsy";
this.labelStaticDynamic.Text = "Dynamická korekce";
this.labelStaticSorter1DelayTime.Font = font; this.labelStaticSorter1DelayTime.Font = font;
this.labelStaticSorter1DelayTime.Text = "Vyřazovač1 Zpoždění"; this.labelStaticSorter1DelayTime.Text = "Vyřazovač1 Zpoždění";
this.labelStaticSorter1RunTime.Font = font; this.labelStaticSorter1RunTime.Font = font;
@ -185,8 +178,6 @@ namespace INT63DC_2C.Forms
this.labelStaticSorter3DelayTime.Text = "Vyřazovač3 Zpoždění"; this.labelStaticSorter3DelayTime.Text = "Vyřazovač3 Zpoždění";
this.labelStaticSorter3RunTime.Font = font; this.labelStaticSorter3RunTime.Font = font;
this.labelStaticSorter3RunTime.Text = "Vyřazovač3 Čas chodu"; this.labelStaticSorter3RunTime.Text = "Vyřazovač3 Čas chodu";
this.labelStaticOriginOffset.Text = "Počátek počátku";
this.labelStaticTorque.Text = "Kroutící moment";
this.buttonNameEdit.Text = this.buttonLotEdit.Text = "Editovat"; this.buttonNameEdit.Text = this.buttonLotEdit.Text = "Editovat";
this.labelStaticNo.Text = "Počet"; this.labelStaticNo.Text = "Počet";
@ -227,7 +218,6 @@ namespace INT63DC_2C.Forms
this.labelStaticTurnDelayTime.Text = "Rotationsverzögerung"; this.labelStaticTurnDelayTime.Text = "Rotationsverzögerung";
this.labelTitleFeedSpeed.Text = "Geschwindigkeit"; this.labelTitleFeedSpeed.Text = "Geschwindigkeit";
this.labelStaticJudgmentCount.Text = "Taschennummer"; this.labelStaticJudgmentCount.Text = "Taschennummer";
this.labelStaticDynamic.Text = "Dynamische Konstante";
this.labelStaticSorter1DelayTime.Font = font; this.labelStaticSorter1DelayTime.Font = font;
this.labelStaticSorter1DelayTime.Text = "Sortierer1 Vezögerung"; this.labelStaticSorter1DelayTime.Text = "Sortierer1 Vezögerung";
this.labelStaticSorter1RunTime.Font = font; this.labelStaticSorter1RunTime.Font = font;
@ -240,8 +230,6 @@ namespace INT63DC_2C.Forms
this.labelStaticSorter3DelayTime.Text = "Sortierer3 Vezögerung"; this.labelStaticSorter3DelayTime.Text = "Sortierer3 Vezögerung";
this.labelStaticSorter3RunTime.Font = font; this.labelStaticSorter3RunTime.Font = font;
this.labelStaticSorter3RunTime.Text = "Sortierer3 Laufzeit"; this.labelStaticSorter3RunTime.Text = "Sortierer3 Laufzeit";
this.labelStaticOriginOffset.Text = "Ursprungsversatz";
this.labelStaticTorque.Text = "Drehmoment";
this.buttonNameEdit.Text = this.buttonLotEdit.Text = "Bearbeiten"; this.buttonNameEdit.Text = this.buttonLotEdit.Text = "Bearbeiten";
this.labelStaticNo.Text = "Nummer"; this.labelStaticNo.Text = "Nummer";
@ -287,15 +275,12 @@ namespace INT63DC_2C.Forms
this.labelStaticTurnDelayTime.Text = "タㅡン遅延"; this.labelStaticTurnDelayTime.Text = "タㅡン遅延";
this.labelTitleFeedSpeed.Text = "速度"; this.labelTitleFeedSpeed.Text = "速度";
this.labelStaticJudgmentCount.Text = "判定番号"; this.labelStaticJudgmentCount.Text = "判定番号";
this.labelStaticDynamic.Text = "動的定数";
this.labelStaticSorter1DelayTime.Text = "ソㅡタㅡ1 遅延時間"; this.labelStaticSorter1DelayTime.Text = "ソㅡタㅡ1 遅延時間";
this.labelStaticSorter1RunTime.Text = "ソㅡタㅡ1 運転時間"; this.labelStaticSorter1RunTime.Text = "ソㅡタㅡ1 運転時間";
this.labelStaticSorter2DelayTime.Text = "ソㅡタㅡ2 遅延時間"; this.labelStaticSorter2DelayTime.Text = "ソㅡタㅡ2 遅延時間";
this.labelStaticSorter2RunTime.Text = "ソㅡタㅡ2 運転時間"; this.labelStaticSorter2RunTime.Text = "ソㅡタㅡ2 運転時間";
this.labelStaticSorter3DelayTime.Text = "ソㅡタㅡ3 遅延時間"; this.labelStaticSorter3DelayTime.Text = "ソㅡタㅡ3 遅延時間";
this.labelStaticSorter3RunTime.Text = "ソㅡタㅡ3 運転時間"; this.labelStaticSorter3RunTime.Text = "ソㅡタㅡ3 運転時間";
this.labelStaticOriginOffset.Text = "原点オフセット";
this.labelStaticTorque.Text = "トルク";
this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackDisable)); this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackDisable));
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackDown)); this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackDown));
@ -331,21 +316,6 @@ namespace INT63DC_2C.Forms
this.labelSorter3DelayTime.Visible = false; this.labelSorter3DelayTime.Visible = false;
this.labelSorter3RunTime.Visible = false; this.labelSorter3RunTime.Visible = false;
} }
if (this.ParentForm.SystemConfig.MotorSelect == 1)
{
this.labelStaticOriginOffset.Visible = false;
this.labelStaticTorque.Visible = false;
this.labelOriginOffset.Visible = false;
this.labelTorque.Visible = false;
this.groupBoxJudgment.Controls.Add(this.labelTitleFeedSpeed);
this.groupBoxJudgment.Controls.Add(this.labelFeedSpeed);
this.labelTitleFeedSpeed.Location = new Point(this.labelStaticOriginOffset.Location.X, this.labelStaticOriginOffset.Location.Y);
this.labelFeedSpeed.Location = new Point(this.labelOriginOffset.Location.X, this.labelOriginOffset.Location.Y);
this.labelTitleFeedSpeed.Visible = true;
this.labelFeedSpeed.Visible = true;
}
} }
private void DefaultSetting() private void DefaultSetting()
{ {
@ -356,14 +326,12 @@ namespace INT63DC_2C.Forms
this.labelFilter.Text = "-"; this.labelFilter.Text = "-";
this.labelTurnDelayTime.Text = "-"; this.labelTurnDelayTime.Text = "-";
this.labelJudgmentCount.Text = "-"; this.labelJudgmentCount.Text = "-";
this.labelDynamicCorrection.Text = "-";
this.labelSorter1DelayTime.Text = "-"; this.labelSorter1DelayTime.Text = "-";
this.labelSorter1RunTime.Text = "-"; this.labelSorter1RunTime.Text = "-";
this.labelSorter2DelayTime.Text = "-"; this.labelSorter2DelayTime.Text = "-";
this.labelSorter2RunTime.Text = "-"; this.labelSorter2RunTime.Text = "-";
this.labelSorter3DelayTime.Text = "-"; this.labelSorter3DelayTime.Text = "-";
this.labelSorter3RunTime.Text = "-"; this.labelSorter3RunTime.Text = "-";
this.labelTurnTime.Text = "-";
this.labelWeightReference.Text = Helper.StringToDecimalPlaces("0", this.ParentForm.SystemConfig.DecimalPlaces); this.labelWeightReference.Text = Helper.StringToDecimalPlaces("0", this.ParentForm.SystemConfig.DecimalPlaces);
this.labelWeightJudgment.Text = Helper.StringToDecimalPlaces("0", this.ParentForm.SystemConfig.DecimalPlaces); this.labelWeightJudgment.Text = Helper.StringToDecimalPlaces("0", this.ParentForm.SystemConfig.DecimalPlaces);
this.labelADCValue.Text = "-"; this.labelADCValue.Text = "-";
@ -443,7 +411,6 @@ namespace INT63DC_2C.Forms
this.labelItemNo.Text = this.ParentForm.SystemConfig.ProductNumber.ToString(); this.labelItemNo.Text = this.ParentForm.SystemConfig.ProductNumber.ToString();
this.SelectedProductNo = this.ParentForm.SystemConfig.ProductNumber; this.SelectedProductNo = this.ParentForm.SystemConfig.ProductNumber;
this.labelTorque.Text = this.ParentForm.SystemConfig.InverterTorque.ToString();
this.listBoxProductList.SelectedIndex = this.SelectedProductNo - 1; this.listBoxProductList.SelectedIndex = this.SelectedProductNo - 1;
@ -461,8 +428,6 @@ namespace INT63DC_2C.Forms
this.buttonSetting.ButtonUp(); this.buttonSetting.ButtonUp();
this.ChildControlDynamic.Visible = false; this.ChildControlDynamic.Visible = false;
this.labelTurnTime.Text = "-";
if(this.ParentForm.SystemConfig.Sorter3Location == 0) if(this.ParentForm.SystemConfig.Sorter3Location == 0)
this.UpdateSorter3Enabled(false); this.UpdateSorter3Enabled(false);
else else
@ -539,10 +504,6 @@ namespace INT63DC_2C.Forms
if (this.labelWeightJudgment.Text != sValue) if (this.labelWeightJudgment.Text != sValue)
this.labelWeightJudgment.Text = sValue; this.labelWeightJudgment.Text = sValue;
sValue = time1;
if (this.labelTurnTime.Text != sValue)
this.labelTurnTime.Text = sValue;
this.smartDraw.PutDataAllClear(); this.smartDraw.PutDataAllClear();
sValue = this.labelWeightReference.Text.Replace(".", ""); sValue = this.labelWeightReference.Text.Replace(".", "");
@ -742,14 +703,6 @@ namespace INT63DC_2C.Forms
if (this.labelTurnDelayTime.Text != sValue) if (this.labelTurnDelayTime.Text != sValue)
this.labelTurnDelayTime.Text = sValue; this.labelTurnDelayTime.Text = sValue;
sValue = item.OriginOffset.ToString();
if (this.labelOriginOffset.Text != sValue)
this.labelOriginOffset.Text = sValue;
sValue = string.Format("{0:f6}", item.DynamicCorrection);
if (this.labelDynamicCorrection.Text != sValue)
this.labelDynamicCorrection.Text = sValue;
sValue = item.Sorter1DelayTime.ToString(); sValue = item.Sorter1DelayTime.ToString();
if (this.labelSorter1DelayTime.Text != sValue) if (this.labelSorter1DelayTime.Text != sValue)
this.labelSorter1DelayTime.Text = sValue; this.labelSorter1DelayTime.Text = sValue;
@ -788,6 +741,10 @@ namespace INT63DC_2C.Forms
private void buttonCutSignal_Click(object sender, EventArgs e) private void buttonCutSignal_Click(object sender, EventArgs e)
{ {
this.ParentForm.TransferData(CommunicationCommand.CutInpupt, CommunicationID.MainBoard); this.ParentForm.TransferData(CommunicationCommand.CutInpupt, CommunicationID.MainBoard);
// Part11
if (this.ParentForm.SystemConfig.IsOptPart11 == true)
this.ParentForm.SetTrackingHistoryData(DataStore.TrackingOperation.MainCut, "");
} }
private void labelItemNo_Click(object sender, EventArgs e) private void labelItemNo_Click(object sender, EventArgs e)
@ -866,7 +823,6 @@ namespace INT63DC_2C.Forms
e.Handled = true; e.Handled = true;
} }
} }
private void textBoxLotNo_KeyPress(object sender, KeyPressEventArgs e) private void textBoxLotNo_KeyPress(object sender, KeyPressEventArgs e)
{ {
if (e.KeyChar == '\r') if (e.KeyChar == '\r')
@ -916,7 +872,6 @@ namespace INT63DC_2C.Forms
this.buttonLotEdit.Enabled = false; this.buttonLotEdit.Enabled = false;
this.textBoxLotNo.Enabled = false; this.textBoxLotNo.Enabled = false;
} }
private void buttonLotEdit_Click(object sender, EventArgs e) private void buttonLotEdit_Click(object sender, EventArgs e)
{ {
this.smartKeyboard.KeyboardType = SmartX.SmartKeyboard.KEYBOARDTYPES.NORMAL; this.smartKeyboard.KeyboardType = SmartX.SmartKeyboard.KEYBOARDTYPES.NORMAL;
@ -947,8 +902,13 @@ namespace INT63DC_2C.Forms
private void labelUnderRange_Click(object sender, EventArgs e) private void labelUnderRange_Click(object sender, EventArgs e)
{ {
string beforeUnder = "", beforeUnderLimit = "", afterUnder = "", afterUnderLimit = "", number = "";
int underRangeLimit = 0, underRange = 0; int underRangeLimit = 0, underRange = 0;
number = this.SelectedProductNo.ToString();
beforeUnder = this.labelUnderRange.Text;
beforeUnderLimit = this.labelUnderRangeLimit.Text;
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelUnderRange.Text, 5, this.ParentForm.SystemConfig.DecimalPlaces, false, this.ParentForm.SystemConfig.Language); DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelUnderRange.Text, 5, this.ParentForm.SystemConfig.DecimalPlaces, false, this.ParentForm.SystemConfig.Language);
if (myKeyPad.ShowDialog() == DialogResult.OK) if (myKeyPad.ShowDialog() == DialogResult.OK)
@ -963,8 +923,14 @@ namespace INT63DC_2C.Forms
{ {
this.labelUnderRange.Text = myKeyPad.StringValue; this.labelUnderRange.Text = myKeyPad.StringValue;
this.SelectedProductItem.UnderRange = myKeyPad.StringValue.Replace(".", ""); this.SelectedProductItem.UnderRange = myKeyPad.StringValue.Replace(".", "");
this.ParentForm.SaveProductFile(this.SelectedProductItem, this.SelectedProductNo - 1);
this.ParentForm.SaveProductFile(this.SelectedProductItem, this.SelectedProductItem.Number - 1); // Part11
if (this.ParentForm.SystemConfig.IsOptPart11 == true)
{
afterUnder = myKeyPad.StringValue;
this.ParentForm.SetTrackingHistoryData(DataStore.TrackingParameter.WeightUnderRange, number, beforeUnder, afterUnder);
}
underRangeLimit = int.Parse(this.SelectedProductItem.UnderRangeLimit); underRangeLimit = int.Parse(this.SelectedProductItem.UnderRangeLimit);
underRange = int.Parse(this.SelectedProductItem.UnderRange); underRange = int.Parse(this.SelectedProductItem.UnderRange);
@ -973,18 +939,30 @@ namespace INT63DC_2C.Forms
{ {
this.SelectedProductItem.UnderRangeLimit = "0"; this.SelectedProductItem.UnderRangeLimit = "0";
this.labelUnderRangeLimit.Text = Helper.StringToDecimalPlaces(this.SelectedProductItem.UnderRangeLimit, this.ParentForm.SystemConfig.DecimalPlaces); this.labelUnderRangeLimit.Text = Helper.StringToDecimalPlaces(this.SelectedProductItem.UnderRangeLimit, this.ParentForm.SystemConfig.DecimalPlaces);
this.ParentForm.SaveProductFile(this.SelectedProductItem, this.SelectedProductItem.Number - 1); this.ParentForm.SaveProductFile(this.SelectedProductItem, this.SelectedProductNo - 1);
// 중량 Limit 설정 확인하세요! // 중량 Limit 설정 확인하세요!
// Low Limit Range // Low Limit Range
DialogFormMessage myMsg = new DialogFormMessage(11, this.ParentForm.SystemConfig.Language); DialogFormMessage myMsg = new DialogFormMessage(11, this.ParentForm.SystemConfig.Language);
myMsg.ShowDialog(); myMsg.ShowDialog();
// Part11
if (this.ParentForm.SystemConfig.IsOptPart11 == true)
{
afterUnderLimit = this.labelUnderRangeLimit.Text;
this.ParentForm.SetTrackingHistoryData(DataStore.TrackingParameter.WeightUnderRange, number, beforeUnderLimit, afterUnderLimit);
}
} }
} }
} }
} }
private void labelPassRange_Click(object sender, EventArgs e) private void labelPassRange_Click(object sender, EventArgs e)
{ {
string before = "", after = "", number = "";
number = this.SelectedProductNo.ToString();
before = this.labelPassRange.Text;
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelPassRange.Text, 5, this.ParentForm.SystemConfig.DecimalPlaces, false, this.ParentForm.SystemConfig.Language); DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelPassRange.Text, 5, this.ParentForm.SystemConfig.DecimalPlaces, false, this.ParentForm.SystemConfig.Language);
if (myKeyPad.ShowDialog() == DialogResult.OK) if (myKeyPad.ShowDialog() == DialogResult.OK)
@ -1000,15 +978,26 @@ namespace INT63DC_2C.Forms
{ {
this.labelPassRange.Text = myKeyPad.StringValue; this.labelPassRange.Text = myKeyPad.StringValue;
this.SelectedProductItem.PassRange = myKeyPad.StringValue.Replace(".", ""); this.SelectedProductItem.PassRange = myKeyPad.StringValue.Replace(".", "");
this.ParentForm.SaveProductFile(this.SelectedProductItem, this.SelectedProductNo - 1);
this.ParentForm.SaveProductFile(this.SelectedProductItem, this.SelectedProductItem.Number - 1); // Part11
if (this.ParentForm.SystemConfig.IsOptPart11 == true)
{
after = myKeyPad.StringValue;
this.ParentForm.SetTrackingHistoryData(DataStore.TrackingParameter.WeightPassRange, number, before, after);
}
} }
} }
} }
private void labelOverRange_Click(object sender, EventArgs e) private void labelOverRange_Click(object sender, EventArgs e)
{ {
string beforeOver = "", beforeOverLimit = "", afterOver = "", afterOverLimit = "", number = "";
int overRangeLimit = 0, overRange = 0; int overRangeLimit = 0, overRange = 0;
number = this.SelectedProductNo.ToString();
beforeOver = this.labelOverRange.Text;
beforeOverLimit = this.labelOverRangeLimit.Text;
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelOverRange.Text, 5, this.ParentForm.SystemConfig.DecimalPlaces, false, this.ParentForm.SystemConfig.Language); DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelOverRange.Text, 5, this.ParentForm.SystemConfig.DecimalPlaces, false, this.ParentForm.SystemConfig.Language);
if (myKeyPad.ShowDialog() == DialogResult.OK) if (myKeyPad.ShowDialog() == DialogResult.OK)
@ -1023,8 +1012,14 @@ namespace INT63DC_2C.Forms
{ {
this.labelOverRange.Text = myKeyPad.StringValue; this.labelOverRange.Text = myKeyPad.StringValue;
this.SelectedProductItem.OverRange = myKeyPad.StringValue.Replace(".", ""); this.SelectedProductItem.OverRange = myKeyPad.StringValue.Replace(".", "");
this.ParentForm.SaveProductFile(this.SelectedProductItem, this.SelectedProductNo - 1);
this.ParentForm.SaveProductFile(this.SelectedProductItem, this.SelectedProductItem.Number - 1); // Part11
if (this.ParentForm.SystemConfig.IsOptPart11 == true)
{
afterOver = myKeyPad.StringValue;
this.ParentForm.SetTrackingHistoryData(DataStore.TrackingParameter.WeightOverRange, number, beforeOver, afterOver);
}
overRangeLimit = int.Parse(this.SelectedProductItem.OverRangeLimit); overRangeLimit = int.Parse(this.SelectedProductItem.OverRangeLimit);
overRange = int.Parse(this.SelectedProductItem.OverRange); overRange = int.Parse(this.SelectedProductItem.OverRange);
@ -1033,18 +1028,30 @@ namespace INT63DC_2C.Forms
{ {
this.SelectedProductItem.OverRangeLimit = "99999"; this.SelectedProductItem.OverRangeLimit = "99999";
this.labelOverRangeLimit.Text = Helper.StringToDecimalPlaces(this.SelectedProductItem.OverRangeLimit, this.ParentForm.SystemConfig.DecimalPlaces); this.labelOverRangeLimit.Text = Helper.StringToDecimalPlaces(this.SelectedProductItem.OverRangeLimit, this.ParentForm.SystemConfig.DecimalPlaces);
this.ParentForm.SaveProductFile(this.SelectedProductItem, this.SelectedProductItem.Number - 1); this.ParentForm.SaveProductFile(this.SelectedProductItem, this.SelectedProductNo - 1);
// 중량 Limit 설정 확인하세요! // 중량 Limit 설정 확인하세요!
// Low Limit Range // Low Limit Range
DialogFormMessage myMsg = new DialogFormMessage(11, this.ParentForm.SystemConfig.Language); DialogFormMessage myMsg = new DialogFormMessage(11, this.ParentForm.SystemConfig.Language);
myMsg.ShowDialog(); myMsg.ShowDialog();
// Part11
if (this.ParentForm.SystemConfig.IsOptPart11 == true)
{
afterOverLimit = this.labelOverRangeLimit.Text;
this.ParentForm.SetTrackingHistoryData(DataStore.TrackingParameter.WeightOverRangeLimit, number, beforeOverLimit, afterOverLimit);
}
} }
} }
} }
} }
private void labelTareRange_Click(object sender, EventArgs e) private void labelTareRange_Click(object sender, EventArgs e)
{ {
string before = "", after = "", number = "";
number = this.SelectedProductNo.ToString();
before = this.labelTareRange.Text;
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelTareRange.Text, 5, this.ParentForm.SystemConfig.DecimalPlaces, false, this.ParentForm.SystemConfig.Language); DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelTareRange.Text, 5, this.ParentForm.SystemConfig.DecimalPlaces, false, this.ParentForm.SystemConfig.Language);
if (myKeyPad.ShowDialog() == DialogResult.OK) if (myKeyPad.ShowDialog() == DialogResult.OK)
@ -1059,13 +1066,24 @@ namespace INT63DC_2C.Forms
{ {
this.labelTareRange.Text = myKeyPad.StringValue; this.labelTareRange.Text = myKeyPad.StringValue;
this.SelectedProductItem.TareRange = myKeyPad.StringValue.Replace(".", ""); this.SelectedProductItem.TareRange = myKeyPad.StringValue.Replace(".", "");
this.ParentForm.SaveProductFile(this.SelectedProductItem, this.SelectedProductNo - 1);
this.ParentForm.SaveProductFile(this.SelectedProductItem, this.SelectedProductItem.Number - 1); // Part11
if (this.ParentForm.SystemConfig.IsOptPart11 == true)
{
after = myKeyPad.StringValue;
this.ParentForm.SetTrackingHistoryData(DataStore.TrackingParameter.WeightTareRange, number, before, after);
}
} }
} }
} }
private void labelUnderRangeLimit_Click(object sender, EventArgs e) private void labelUnderRangeLimit_Click(object sender, EventArgs e)
{ {
string before = "", after = "", number = "";
number = this.SelectedProductNo.ToString();
before = this.labelUnderRangeLimit.Text;
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelUnderRangeLimit.Text, 5, this.ParentForm.SystemConfig.DecimalPlaces, false, this.ParentForm.SystemConfig.Language); DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelUnderRangeLimit.Text, 5, this.ParentForm.SystemConfig.DecimalPlaces, false, this.ParentForm.SystemConfig.Language);
if (myKeyPad.ShowDialog() == DialogResult.OK) if (myKeyPad.ShowDialog() == DialogResult.OK)
@ -1078,15 +1096,26 @@ namespace INT63DC_2C.Forms
} }
else else
{ {
this.SelectedProductItem.UnderRangeLimit = myKeyPad.StringValue.Replace(".", "");
this.labelUnderRangeLimit.Text = myKeyPad.StringValue; this.labelUnderRangeLimit.Text = myKeyPad.StringValue;
this.SelectedProductItem.UnderRangeLimit = myKeyPad.StringValue.Replace(".", "");
this.ParentForm.SaveProductFile(this.SelectedProductItem, this.SelectedProductNo - 1);
this.ParentForm.SaveProductFile(this.SelectedProductItem, this.SelectedProductItem.Number - 1); // Part11
if (this.ParentForm.SystemConfig.IsOptPart11 == true)
{
after = myKeyPad.StringValue;
this.ParentForm.SetTrackingHistoryData(DataStore.TrackingParameter.WeightUnderRangeLimit, number, before, after);
}
} }
} }
} }
private void labelOverRangeLimit_Click(object sender, EventArgs e) private void labelOverRangeLimit_Click(object sender, EventArgs e)
{ {
string before = "", after = "", number = "";
number = this.SelectedProductNo.ToString();
before = this.labelOverRangeLimit.Text;
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelOverRangeLimit.Text, 5, this.ParentForm.SystemConfig.DecimalPlaces, false, this.ParentForm.SystemConfig.Language); DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelOverRangeLimit.Text, 5, this.ParentForm.SystemConfig.DecimalPlaces, false, this.ParentForm.SystemConfig.Language);
if (myKeyPad.ShowDialog() == DialogResult.OK) if (myKeyPad.ShowDialog() == DialogResult.OK)
@ -1099,10 +1128,16 @@ namespace INT63DC_2C.Forms
} }
else else
{ {
this.SelectedProductItem.OverRangeLimit = myKeyPad.StringValue.Replace(".", "");
this.labelOverRangeLimit.Text = myKeyPad.StringValue; this.labelOverRangeLimit.Text = myKeyPad.StringValue;
this.SelectedProductItem.OverRangeLimit = myKeyPad.StringValue.Replace(".", "");
this.ParentForm.SaveProductFile(this.SelectedProductItem, this.SelectedProductNo - 1);
this.ParentForm.SaveProductFile(this.SelectedProductItem, this.SelectedProductItem.Number - 1); // Part11
if (this.ParentForm.SystemConfig.IsOptPart11 == true)
{
after = myKeyPad.StringValue;
this.ParentForm.SetTrackingHistoryData(DataStore.TrackingParameter.WeightOverRangeLimit, number, before, after);
}
} }
} }
} }
@ -1111,7 +1146,10 @@ namespace INT63DC_2C.Forms
#region 판정설정 #region 판정설정
private void labelFilter_Click(object sender, EventArgs e) private void labelFilter_Click(object sender, EventArgs e)
{ {
string value = ""; string value = "", before = "", after = "", number = "";
number = this.SelectedProductNo.ToString();
before = this.labelFilter.Text;
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelFilter.Text, 2, 0, false, this.ParentForm.SystemConfig.Language); DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelFilter.Text, 2, 0, false, this.ParentForm.SystemConfig.Language);
@ -1127,17 +1165,25 @@ namespace INT63DC_2C.Forms
{ {
this.labelFilter.Text = myKeyPad.StringValue; this.labelFilter.Text = myKeyPad.StringValue;
this.SelectedJudgmentSetItem.Filter = myKeyPad.IntValue; this.SelectedJudgmentSetItem.Filter = myKeyPad.IntValue;
value = Helper.StringZeroFillDigits4(this.labelFilter.Text); value = Helper.StringZeroFillDigits4(this.labelFilter.Text);
this.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.SubBoardAll, CommunicationAddress._5001_Filter, value); this.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.SubBoardAll, CommunicationAddress._5001_Filter, value);
this.ParentForm.SaveJudgmentSetFile(this.SelectedJudgmentSetItem, this.SelectedProductNo - 1); this.ParentForm.SaveJudgmentSetFile(this.SelectedJudgmentSetItem, this.SelectedProductNo - 1);
// Part 11
if (this.ParentForm.SystemConfig.IsOptPart11 == true)
{
after = myKeyPad.StringValue;
this.ParentForm.SetTrackingHistoryData(DataStore.TrackingParameter.JudgmentFilter, number, before, after);
}
} }
} }
} }
private void labelJudgmentDelayTime_Click(object sender, EventArgs e) private void labelJudgmentDelayTime_Click(object sender, EventArgs e)
{ {
string value = ""; string value = "", before = "", after = "", number = "";
number = this.SelectedProductNo.ToString();
before = this.labelJudgmentDelayTime.Text;
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelJudgmentDelayTime.Text, 4, 0, false, this.ParentForm.SystemConfig.Language); DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelJudgmentDelayTime.Text, 4, 0, false, this.ParentForm.SystemConfig.Language);
myKeyPad.Location = new Point(300, 90); myKeyPad.Location = new Point(300, 90);
@ -1154,18 +1200,25 @@ namespace INT63DC_2C.Forms
{ {
this.labelJudgmentDelayTime.Text = myKeyPad.StringValue; this.labelJudgmentDelayTime.Text = myKeyPad.StringValue;
this.SelectedJudgmentSetItem.JudgmentDelayTime = myKeyPad.IntValue; this.SelectedJudgmentSetItem.JudgmentDelayTime = myKeyPad.IntValue;
value = Helper.StringZeroFillDigits4(this.labelJudgmentDelayTime.Text); value = Helper.StringZeroFillDigits4(this.labelJudgmentDelayTime.Text);
this.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress._5002_JudgmentDelayTime, value); this.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress._5002_JudgmentDelayTime, value);
this.ParentForm.SaveJudgmentSetFile(this.SelectedJudgmentSetItem, this.SelectedProductNo - 1); this.ParentForm.SaveJudgmentSetFile(this.SelectedJudgmentSetItem, this.SelectedProductNo - 1);
// Part 11
if (this.ParentForm.SystemConfig.IsOptPart11 == true)
{
after = myKeyPad.StringValue;
this.ParentForm.SetTrackingHistoryData(DataStore.TrackingParameter.JudgmentDelayTime, number, before, after);
}
} }
} }
} }
private void labelTurnDelayTime_Click(object sender, EventArgs e) private void labelTurnDelayTime_Click(object sender, EventArgs e)
{ {
string value = ""; string value = "", before = "", after = "", number = "";
number = this.SelectedProductNo.ToString();
before = this.labelTurnDelayTime.Text;
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelTurnDelayTime.Text, 4, 0, false, this.ParentForm.SystemConfig.Language); DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelTurnDelayTime.Text, 4, 0, false, this.ParentForm.SystemConfig.Language);
@ -1181,17 +1234,26 @@ namespace INT63DC_2C.Forms
{ {
this.labelTurnDelayTime.Text = myKeyPad.StringValue; this.labelTurnDelayTime.Text = myKeyPad.StringValue;
this.SelectedJudgmentSetItem.TurnDelayTime = myKeyPad.IntValue; this.SelectedJudgmentSetItem.TurnDelayTime = myKeyPad.IntValue;
value = Helper.StringZeroFillDigits4(this.labelTurnDelayTime.Text); value = Helper.StringZeroFillDigits4(this.labelTurnDelayTime.Text);
this.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress._5017_TurnDelayTime, value); this.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress._5017_TurnDelayTime, value);
this.ParentForm.SaveJudgmentSetFile(this.SelectedJudgmentSetItem, this.SelectedProductNo - 1); this.ParentForm.SaveJudgmentSetFile(this.SelectedJudgmentSetItem, this.SelectedProductNo - 1);
// Part 11
if (this.ParentForm.SystemConfig.IsOptPart11 == true)
{
after = myKeyPad.StringValue;
this.ParentForm.SetTrackingHistoryData(DataStore.TrackingParameter.JudgmentTurnDelayTime, number, before, after);
}
} }
} }
} }
private void labelFeedSpeed_Click(object sender, EventArgs e) private void labelFeedSpeed_Click(object sender, EventArgs e)
{ {
string before = "", after = "", number = "";
number = this.SelectedProductNo.ToString();
before = this.labelFeedSpeed.Text;
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelFeedSpeed.Text, 5, 0, false, this.ParentForm.SystemConfig.Language); DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelFeedSpeed.Text, 5, 0, false, this.ParentForm.SystemConfig.Language);
myKeyPad.Location = new Point(300, 90); myKeyPad.Location = new Point(300, 90);
@ -1215,12 +1277,22 @@ namespace INT63DC_2C.Forms
this.SelectedJudgmentSetItem.FeedSpeed = int.Parse(this.labelFeedSpeed.Text); this.SelectedJudgmentSetItem.FeedSpeed = int.Parse(this.labelFeedSpeed.Text);
this.ParentForm.SaveJudgmentSetFile(this.SelectedJudgmentSetItem, this.SelectedProductNo - 1); this.ParentForm.SaveJudgmentSetFile(this.SelectedJudgmentSetItem, this.SelectedProductNo - 1);
// Part 11
if (this.ParentForm.SystemConfig.IsOptPart11 == true)
{
after = this.labelFeedSpeed.Text;
this.ParentForm.SetTrackingHistoryData(DataStore.TrackingParameter.JudgmentSpeed, number, before, after);
}
} }
} }
} }
private void labelJudgmentCount_Click(object sender, EventArgs e) private void labelJudgmentCount_Click(object sender, EventArgs e)
{ {
string value = ""; string value = "", before = "", after = "", number = "";
number = this.SelectedProductNo.ToString();
before = this.labelJudgmentCount.Text;
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelJudgmentCount.Text, 4, 0, false, this.ParentForm.SystemConfig.Language); DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelJudgmentCount.Text, 4, 0, false, this.ParentForm.SystemConfig.Language);
@ -1236,47 +1308,26 @@ namespace INT63DC_2C.Forms
{ {
this.labelJudgmentCount.Text = myKeyPad.StringValue; this.labelJudgmentCount.Text = myKeyPad.StringValue;
this.SelectedJudgmentSetItem.JudgmentCount = myKeyPad.IntValue; this.SelectedJudgmentSetItem.JudgmentCount = myKeyPad.IntValue;
this.GraphBackRedraw();
value = Helper.StringZeroFillDigits4(this.labelJudgmentCount.Text); value = Helper.StringZeroFillDigits4(this.labelJudgmentCount.Text);
this.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.SubBoardAll, CommunicationAddress._5004_JudgmentCount, value); this.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.SubBoardAll, CommunicationAddress._5004_JudgmentCount, value);
this.ParentForm.SaveJudgmentSetFile(this.SelectedJudgmentSetItem, this.SelectedProductNo - 1); this.ParentForm.SaveJudgmentSetFile(this.SelectedJudgmentSetItem, this.SelectedProductNo - 1);
} this.GraphBackRedraw();
}
}
private void labelDynamicCorrection_Click(object sender, EventArgs e)
{
string value = "";
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelDynamicCorrection.Text, 7, 6, false, this.ParentForm.SystemConfig.Language); // Part 11
if (this.ParentForm.SystemConfig.IsOptPart11 == true)
if (myKeyPad.ShowDialog() == DialogResult.OK) {
{ after = myKeyPad.StringValue;
if (myKeyPad.doubleValue < 0.500000 || myKeyPad.doubleValue > 2.000000) this.ParentForm.SetTrackingHistoryData(DataStore.TrackingParameter.JudgmentCount, number, before, after);
{ }
// 입력범위를 확인하세요
DialogFormMessage myMsg = new DialogFormMessage(1, this.ParentForm.SystemConfig.Language);
myMsg.ShowDialog();
}
else
{
this.labelDynamicCorrection.Text = myKeyPad.StringValue;
this.SelectedJudgmentSetItem.DynamicCorrection = myKeyPad.doubleValue;
value = string.Format("{0:f6}", this.labelDynamicCorrection.Text);
value = value.Remove(1, 1);
value = Helper.StringZeroFillDigits7(value);
this.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.SubBoardAll, CommunicationAddress._5006_DynamicCorrection, value);
this.ParentForm.SaveJudgmentSetFile(this.SelectedJudgmentSetItem, this.SelectedProductNo - 1);
} }
} }
} }
private void labelSorter1DelayTime_Click(object sender, EventArgs e) private void labelSorter1DelayTime_Click(object sender, EventArgs e)
{ {
string value = ""; string value = "", before = "", after = "", number = "";
number = this.SelectedProductNo.ToString();
before = this.labelSorter1DelayTime.Text;
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelSorter1DelayTime.Text, 4, 0, false, this.ParentForm.SystemConfig.Language); DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelSorter1DelayTime.Text, 4, 0, false, this.ParentForm.SystemConfig.Language);
@ -1292,17 +1343,25 @@ namespace INT63DC_2C.Forms
{ {
this.labelSorter1DelayTime.Text = myKeyPad.StringValue; this.labelSorter1DelayTime.Text = myKeyPad.StringValue;
this.SelectedJudgmentSetItem.Sorter1DelayTime = myKeyPad.IntValue; this.SelectedJudgmentSetItem.Sorter1DelayTime = myKeyPad.IntValue;
value = Helper.StringZeroFillDigits4(this.labelSorter1DelayTime.Text); value = Helper.StringZeroFillDigits4(this.labelSorter1DelayTime.Text);
this.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress._5102_Sorter1DelayTime, value); this.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress._5102_Sorter1DelayTime, value);
this.ParentForm.SaveJudgmentSetFile(this.SelectedJudgmentSetItem, this.SelectedProductNo - 1); this.ParentForm.SaveJudgmentSetFile(this.SelectedJudgmentSetItem, this.SelectedProductNo - 1);
// Part 11
if (this.ParentForm.SystemConfig.IsOptPart11 == true)
{
after = myKeyPad.StringValue;
this.ParentForm.SetTrackingHistoryData(DataStore.TrackingParameter.Sorter1DelayTime, number, before, after);
}
} }
} }
} }
private void labelSorter1RunTime_Click(object sender, EventArgs e) private void labelSorter1RunTime_Click(object sender, EventArgs e)
{ {
string value = ""; string value = "", before = "", after = "", number = "";
number = this.SelectedProductNo.ToString();
before = this.labelSorter1RunTime.Text;
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelSorter1RunTime.Text, 4, 0, false, this.ParentForm.SystemConfig.Language); DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelSorter1RunTime.Text, 4, 0, false, this.ParentForm.SystemConfig.Language);
@ -1318,17 +1377,25 @@ namespace INT63DC_2C.Forms
{ {
this.labelSorter1RunTime.Text = myKeyPad.StringValue; this.labelSorter1RunTime.Text = myKeyPad.StringValue;
this.SelectedJudgmentSetItem.Sorter1RunTime = myKeyPad.IntValue; this.SelectedJudgmentSetItem.Sorter1RunTime = myKeyPad.IntValue;
value = Helper.StringZeroFillDigits4(this.labelSorter1RunTime.Text); value = Helper.StringZeroFillDigits4(this.labelSorter1RunTime.Text);
this.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress._5103_Sorter1RunTime, value); this.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress._5103_Sorter1RunTime, value);
this.ParentForm.SaveJudgmentSetFile(this.SelectedJudgmentSetItem, this.SelectedProductNo - 1); this.ParentForm.SaveJudgmentSetFile(this.SelectedJudgmentSetItem, this.SelectedProductNo - 1);
// Part 11
if (this.ParentForm.SystemConfig.IsOptPart11 == true)
{
after = myKeyPad.StringValue;
this.ParentForm.SetTrackingHistoryData(DataStore.TrackingParameter.Sorter1RunTime, number, before, after);
}
} }
} }
} }
private void labelSorter2DelayTime_Click(object sender, EventArgs e) private void labelSorter2DelayTime_Click(object sender, EventArgs e)
{ {
string value = ""; string value = "", before = "", after = "", number = "";
number = this.SelectedProductNo.ToString();
before = this.labelSorter2DelayTime.Text;
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelSorter2DelayTime.Text, 4, 0, false, this.ParentForm.SystemConfig.Language); DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelSorter2DelayTime.Text, 4, 0, false, this.ParentForm.SystemConfig.Language);
@ -1344,17 +1411,25 @@ namespace INT63DC_2C.Forms
{ {
this.labelSorter2DelayTime.Text = myKeyPad.StringValue; this.labelSorter2DelayTime.Text = myKeyPad.StringValue;
this.SelectedJudgmentSetItem.Sorter2DelayTime = myKeyPad.IntValue; this.SelectedJudgmentSetItem.Sorter2DelayTime = myKeyPad.IntValue;
value = Helper.StringZeroFillDigits4(this.labelSorter2DelayTime.Text); value = Helper.StringZeroFillDigits4(this.labelSorter2DelayTime.Text);
this.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress._5105_Sorter2DelayTime, value); this.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress._5105_Sorter2DelayTime, value);
this.ParentForm.SaveJudgmentSetFile(this.SelectedJudgmentSetItem, this.SelectedProductNo - 1); this.ParentForm.SaveJudgmentSetFile(this.SelectedJudgmentSetItem, this.SelectedProductNo - 1);
// Part 11
if (this.ParentForm.SystemConfig.IsOptPart11 == true)
{
after = myKeyPad.StringValue;
this.ParentForm.SetTrackingHistoryData(DataStore.TrackingParameter.Sorter2DelayTime, number, before, after);
}
} }
} }
} }
private void labelSorter2RunTime_Click(object sender, EventArgs e) private void labelSorter2RunTime_Click(object sender, EventArgs e)
{ {
string value = ""; string value = "", before = "", after = "", number = "";
number = this.SelectedProductNo.ToString();
before = this.labelSorter2RunTime.Text;
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelSorter2RunTime.Text, 4, 0, false, this.ParentForm.SystemConfig.Language); DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelSorter2RunTime.Text, 4, 0, false, this.ParentForm.SystemConfig.Language);
@ -1370,17 +1445,25 @@ namespace INT63DC_2C.Forms
{ {
this.labelSorter2RunTime.Text = myKeyPad.StringValue; this.labelSorter2RunTime.Text = myKeyPad.StringValue;
this.SelectedJudgmentSetItem.Sorter2RunTime = myKeyPad.IntValue; this.SelectedJudgmentSetItem.Sorter2RunTime = myKeyPad.IntValue;
value = Helper.StringZeroFillDigits4(this.labelSorter2RunTime.Text); value = Helper.StringZeroFillDigits4(this.labelSorter2RunTime.Text);
this.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress._5106_Sorter2RunTime, value); this.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress._5106_Sorter2RunTime, value);
this.ParentForm.SaveJudgmentSetFile(this.SelectedJudgmentSetItem, this.SelectedProductNo - 1); this.ParentForm.SaveJudgmentSetFile(this.SelectedJudgmentSetItem, this.SelectedProductNo - 1);
// Part 11
if (this.ParentForm.SystemConfig.IsOptPart11 == true)
{
after = myKeyPad.StringValue;
this.ParentForm.SetTrackingHistoryData(DataStore.TrackingParameter.Sorter2RunTime, number, before, after);
}
} }
} }
} }
private void labelSorter3DelayTime_Click(object sender, EventArgs e) private void labelSorter3DelayTime_Click(object sender, EventArgs e)
{ {
string value = ""; string value = "", before = "", after = "", number = "";
number = this.SelectedProductNo.ToString();
before = this.labelSorter3DelayTime.Text;
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelSorter3DelayTime.Text, 4, 0, false, this.ParentForm.SystemConfig.Language); DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelSorter3DelayTime.Text, 4, 0, false, this.ParentForm.SystemConfig.Language);
@ -1396,17 +1479,25 @@ namespace INT63DC_2C.Forms
{ {
this.labelSorter3DelayTime.Text = myKeyPad.StringValue; this.labelSorter3DelayTime.Text = myKeyPad.StringValue;
this.SelectedJudgmentSetItem.Sorter3DelayTime = myKeyPad.StringValue; this.SelectedJudgmentSetItem.Sorter3DelayTime = myKeyPad.StringValue;
value = Helper.StringZeroFillDigits4(this.labelSorter3DelayTime.Text); value = Helper.StringZeroFillDigits4(this.labelSorter3DelayTime.Text);
this.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress._5108_Sorter3DelayTime, value); this.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress._5108_Sorter3DelayTime, value);
this.ParentForm.SaveJudgmentSetFile(this.SelectedJudgmentSetItem, this.SelectedProductNo - 1); this.ParentForm.SaveJudgmentSetFile(this.SelectedJudgmentSetItem, this.SelectedProductNo - 1);
// Part 11
if (this.ParentForm.SystemConfig.IsOptPart11 == true)
{
after = myKeyPad.StringValue;
this.ParentForm.SetTrackingHistoryData(DataStore.TrackingParameter.Sorter3DelayTime, number, before, after);
}
} }
} }
} }
private void labelSorter3RunTime_Click(object sender, EventArgs e) private void labelSorter3RunTime_Click(object sender, EventArgs e)
{ {
string value = ""; string value = "", before = "", after = "", number = "";
number = this.SelectedProductNo.ToString();
before = this.labelSorter3RunTime.Text;
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelSorter3RunTime.Text, 4, 0, false, this.ParentForm.SystemConfig.Language); DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelSorter3RunTime.Text, 4, 0, false, this.ParentForm.SystemConfig.Language);
@ -1422,63 +1513,16 @@ namespace INT63DC_2C.Forms
{ {
this.labelSorter3RunTime.Text = myKeyPad.StringValue; this.labelSorter3RunTime.Text = myKeyPad.StringValue;
this.SelectedJudgmentSetItem.Sorter3RunTime = myKeyPad.StringValue; this.SelectedJudgmentSetItem.Sorter3RunTime = myKeyPad.StringValue;
value = Helper.StringZeroFillDigits4(this.labelSorter3RunTime.Text); value = Helper.StringZeroFillDigits4(this.labelSorter3RunTime.Text);
this.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress._5109_Sorter3RunTime, value); this.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress._5109_Sorter3RunTime, value);
this.ParentForm.SaveJudgmentSetFile(this.SelectedJudgmentSetItem, this.SelectedProductNo - 1); this.ParentForm.SaveJudgmentSetFile(this.SelectedJudgmentSetItem, this.SelectedProductNo - 1);
}
}
}
private void labelOriginOffset_Click(object sender, EventArgs e)
{
string value = "";
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelOriginOffset.Text, 4, 0, false, this.ParentForm.SystemConfig.Language); // Part 11
if (this.ParentForm.SystemConfig.IsOptPart11 == true)
if (myKeyPad.ShowDialog() == DialogResult.OK) {
{ after = myKeyPad.StringValue;
if (myKeyPad.doubleValue < 0 || myKeyPad.doubleValue > 9999) this.ParentForm.SetTrackingHistoryData(DataStore.TrackingParameter.Sorter3RunTime, number, before, after);
{ }
// 입력범위를 확인하세요
DialogFormMessage myMsg = new DialogFormMessage(1, this.ParentForm.SystemConfig.Language);
myMsg.ShowDialog();
}
else
{
this.labelOriginOffset.Text = myKeyPad.StringValue;
this.SelectedJudgmentSetItem.OriginOffset = myKeyPad.IntValue;
value = Helper.StringZeroFillDigits4(this.labelOriginOffset.Text);
this.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress._5018_OriginOffset, value);
this.ParentForm.SaveJudgmentSetFile(this.SelectedJudgmentSetItem, this.SelectedProductNo - 1);
}
}
}
private void labelTorque_Click(object sender, EventArgs e)
{
string value = "";
DialogFormNumKeyPad myKeyPad = new DialogFormNumKeyPad(this.labelTorque.Text, 3, 0, false, this.ParentForm.SystemConfig.Language);
if (myKeyPad.ShowDialog() == DialogResult.OK)
{
if (myKeyPad.doubleValue < 50 || myKeyPad.doubleValue > 150)
{
// 입력범위를 확인하세요
DialogFormMessage myMsg = new DialogFormMessage(1, this.ParentForm.SystemConfig.Language);
myMsg.ShowDialog();
}
else
{
this.labelTorque.Text = myKeyPad.StringValue;
this.ParentForm.SystemConfig.InverterTorque = myKeyPad.IntValue;
value = Helper.StringZeroFillDigits4(this.labelTorque.Text);
this.ParentForm.TransferDataStream(CommunicationCommand.Write, CommunicationID.MainBoard, CommunicationAddress._5020_InverterTorque, value);
this.ParentForm.SaveSystemConfigurationFile1(this.ParentForm.SystemConfig);
} }
} }
} }
@ -1582,6 +1626,10 @@ namespace INT63DC_2C.Forms
this.CaptureJudgmentSetItem.DischargeStopperRunTime = this.SelectedJudgmentSetItem.DischargeStopperRunTime; this.CaptureJudgmentSetItem.DischargeStopperRunTime = this.SelectedJudgmentSetItem.DischargeStopperRunTime;
this.CaptureJudgmentSetItem.Stopper2DelayTime = this.SelectedJudgmentSetItem.Stopper2DelayTime; this.CaptureJudgmentSetItem.Stopper2DelayTime = this.SelectedJudgmentSetItem.Stopper2DelayTime;
this.CaptureJudgmentSetItem.Stopper2RunTime = this.SelectedJudgmentSetItem.Stopper2RunTime; this.CaptureJudgmentSetItem.Stopper2RunTime = this.SelectedJudgmentSetItem.Stopper2RunTime;
// Part11
if (this.ParentForm.SystemConfig.IsOptPart11 == true)
this.ParentForm.SetTrackingHistoryData(DataStore.TrackingOperation.ProductCopy, this.buttonCopy.Text);
} }
private void buttonPaste_Click(object sender, EventArgs e) private void buttonPaste_Click(object sender, EventArgs e)
{ {
@ -1634,6 +1682,10 @@ namespace INT63DC_2C.Forms
this.ParentForm.SaveDynamicCorrectionFile(this.SelectedJudgmentSetItem, this.SelectedProductNo - 1); this.ParentForm.SaveDynamicCorrectionFile(this.SelectedJudgmentSetItem, this.SelectedProductNo - 1);
this.ProductChange(this.SelectedProductNo); this.ProductChange(this.SelectedProductNo);
// Part11
if (this.ParentForm.SystemConfig.IsOptPart11 == true)
this.ParentForm.SetTrackingHistoryData(DataStore.TrackingOperation.ProductPaste, this.SelectedProductNo.ToString());
} }
private void buttonPasteAll_Click(object sender, EventArgs e) private void buttonPasteAll_Click(object sender, EventArgs e)
{ {
@ -1783,6 +1835,10 @@ namespace INT63DC_2C.Forms
this.buttonPasteAll.Enabled = true; this.buttonPasteAll.Enabled = true;
splash.Finish(); splash.Finish();
// Part11
if (this.ParentForm.SystemConfig.IsOptPart11 == true)
this.ParentForm.SetTrackingHistoryData(DataStore.TrackingOperation.ProductAllPaste, this.SelectedProductNo.ToString());
} }
#endregion #endregion

File diff suppressed because it is too large Load Diff

View File

@ -174,11 +174,16 @@ namespace INT63DC_2C.Forms
private void buttonSave_Click(object sender, EventArgs e) private void buttonSave_Click(object sender, EventArgs e)
{ {
string before = "", after = "";
before = DateTime.Now.ToString("yyyy-MM-dd HH:mm");
DateTime setDateTime; DateTime setDateTime;
try try
{ {
setDateTime = new DateTime(int.Parse(this.upDownYear.TxtValue), int.Parse(this.upDownMonth.TxtValue), setDateTime = new DateTime(int.Parse(this.upDownYear.TxtValue), int.Parse(this.upDownMonth.TxtValue),
int.Parse(this.upDownDate.TxtValue), int.Parse(this.upDownHour.TxtValue), int.Parse(this.upDownMinute.TxtValue), 00); int.Parse(this.upDownDate.TxtValue), int.Parse(this.upDownHour.TxtValue), int.Parse(this.upDownMinute.TxtValue), 00);
after = setDateTime.ToString("yyyy-MM-dd HH:mm");
} }
catch catch
{ {
@ -189,6 +194,12 @@ namespace INT63DC_2C.Forms
this.ParentForm.smartConfigs.ControlPanel.SetSystemDateTime(setDateTime); this.ParentForm.smartConfigs.ControlPanel.SetSystemDateTime(setDateTime);
this.TimerForTimeSetting.Enabled = true; this.TimerForTimeSetting.Enabled = true;
this.buttonSave.Visible = false; this.buttonSave.Visible = false;
if (this.ParentForm.SystemConfig.IsOptPart11 == true)
{
if (after != "" && before != after)
this.ParentForm.SetTrackingHistoryData(DataStore.TrackingParameter.ChangeTime, "", before, after);
}
} }
private void buttonBack_Click(object sender, EventArgs e) private void buttonBack_Click(object sender, EventArgs e)

View File

@ -277,6 +277,7 @@ namespace INT63DC_2C.Forms
this.checkBoxL1MenuInformation.Checked = group.Level1.IsMenuInformation; this.checkBoxL1MenuInformation.Checked = group.Level1.IsMenuInformation;
this.checkBoxL1MenuConfiguration.Checked = group.Level1.IsMenuConfiguration; this.checkBoxL1MenuConfiguration.Checked = group.Level1.IsMenuConfiguration;
this.checkBoxL1MenuCommunication.Checked = group.Level1.IsMenuCommunication;
this.checkBoxL1MenuCalibration.Checked = group.Level1.IsMenuCalibration; this.checkBoxL1MenuCalibration.Checked = group.Level1.IsMenuCalibration;
this.checkBoxL1MenuSystem.Checked = group.Level1.IsMenuSystem; this.checkBoxL1MenuSystem.Checked = group.Level1.IsMenuSystem;
this.checkBoxL1MenuMotor.Checked = group.Level1.IsMenuMotor; this.checkBoxL1MenuMotor.Checked = group.Level1.IsMenuMotor;
@ -298,6 +299,7 @@ namespace INT63DC_2C.Forms
this.checkBoxL2MenuInformation.Checked = group.Level2.IsMenuInformation; this.checkBoxL2MenuInformation.Checked = group.Level2.IsMenuInformation;
this.checkBoxL2MenuConfiguration.Checked = group.Level2.IsMenuConfiguration; this.checkBoxL2MenuConfiguration.Checked = group.Level2.IsMenuConfiguration;
this.checkBoxL2MenuCommunication.Checked = group.Level2.IsMenuCommunication;
this.checkBoxL2MenuCalibration.Checked = group.Level2.IsMenuCalibration; this.checkBoxL2MenuCalibration.Checked = group.Level2.IsMenuCalibration;
this.checkBoxL2MenuSystem.Checked = group.Level2.IsMenuSystem; this.checkBoxL2MenuSystem.Checked = group.Level2.IsMenuSystem;
this.checkBoxL2MenuMotor.Checked = group.Level2.IsMenuMotor; this.checkBoxL2MenuMotor.Checked = group.Level2.IsMenuMotor;
@ -319,6 +321,7 @@ namespace INT63DC_2C.Forms
this.checkBoxL3MenuInformation.Checked = group.Level3.IsMenuInformation; this.checkBoxL3MenuInformation.Checked = group.Level3.IsMenuInformation;
this.checkBoxL3MenuConfiguration.Checked = group.Level3.IsMenuConfiguration; this.checkBoxL3MenuConfiguration.Checked = group.Level3.IsMenuConfiguration;
this.checkBoxL3MenuCommunication.Checked = group.Level3.IsMenuCommunication;
this.checkBoxL3MenuCalibration.Checked = group.Level3.IsMenuCalibration; this.checkBoxL3MenuCalibration.Checked = group.Level3.IsMenuCalibration;
this.checkBoxL3MenuSystem.Checked = group.Level3.IsMenuSystem; this.checkBoxL3MenuSystem.Checked = group.Level3.IsMenuSystem;
this.checkBoxL3MenuMotor.Checked = group.Level3.IsMenuMotor; this.checkBoxL3MenuMotor.Checked = group.Level3.IsMenuMotor;
@ -340,6 +343,7 @@ namespace INT63DC_2C.Forms
this.checkBoxNotLoginMenuInformation.Checked = group.NotLogin.IsMenuInformation; this.checkBoxNotLoginMenuInformation.Checked = group.NotLogin.IsMenuInformation;
this.checkBoxNotLoginMenuConfiguration.Checked = group.NotLogin.IsMenuConfiguration; this.checkBoxNotLoginMenuConfiguration.Checked = group.NotLogin.IsMenuConfiguration;
this.checkBoxNotLoginMenuCommunication.Checked = group.NotLogin.IsMenuCommunication;
this.checkBoxNotLoginMenuCalibration.Checked = group.NotLogin.IsMenuCalibration; this.checkBoxNotLoginMenuCalibration.Checked = group.NotLogin.IsMenuCalibration;
this.checkBoxNotLoginMenuSystem.Checked = group.NotLogin.IsMenuSystem; this.checkBoxNotLoginMenuSystem.Checked = group.NotLogin.IsMenuSystem;
this.checkBoxNotLoginMenuMotor.Checked = group.NotLogin.IsMenuMotor; this.checkBoxNotLoginMenuMotor.Checked = group.NotLogin.IsMenuMotor;
@ -441,6 +445,7 @@ namespace INT63DC_2C.Forms
this.ParentForm.CurrentUserGroup.Level1.IsMenuInformation = this.checkBoxL1MenuInformation.Checked; this.ParentForm.CurrentUserGroup.Level1.IsMenuInformation = this.checkBoxL1MenuInformation.Checked;
this.ParentForm.CurrentUserGroup.Level1.IsMenuConfiguration = this.checkBoxL1MenuConfiguration.Checked; this.ParentForm.CurrentUserGroup.Level1.IsMenuConfiguration = this.checkBoxL1MenuConfiguration.Checked;
this.ParentForm.CurrentUserGroup.Level1.IsMenuCommunication = this.checkBoxL1MenuCommunication.Checked;
this.ParentForm.CurrentUserGroup.Level1.IsMenuCalibration = this.checkBoxL1MenuCalibration.Checked; this.ParentForm.CurrentUserGroup.Level1.IsMenuCalibration = this.checkBoxL1MenuCalibration.Checked;
this.ParentForm.CurrentUserGroup.Level1.IsMenuSystem = this.checkBoxL1MenuSystem.Checked; this.ParentForm.CurrentUserGroup.Level1.IsMenuSystem = this.checkBoxL1MenuSystem.Checked;
this.ParentForm.CurrentUserGroup.Level1.IsMenuMotor = this.checkBoxL1MenuMotor.Checked; this.ParentForm.CurrentUserGroup.Level1.IsMenuMotor = this.checkBoxL1MenuMotor.Checked;
@ -462,6 +467,7 @@ namespace INT63DC_2C.Forms
this.ParentForm.CurrentUserGroup.Level2.IsMenuInformation = this.checkBoxL2MenuInformation.Checked; this.ParentForm.CurrentUserGroup.Level2.IsMenuInformation = this.checkBoxL2MenuInformation.Checked;
this.ParentForm.CurrentUserGroup.Level2.IsMenuConfiguration = this.checkBoxL2MenuConfiguration.Checked; this.ParentForm.CurrentUserGroup.Level2.IsMenuConfiguration = this.checkBoxL2MenuConfiguration.Checked;
this.ParentForm.CurrentUserGroup.Level2.IsMenuCommunication = this.checkBoxL2MenuCommunication.Checked;
this.ParentForm.CurrentUserGroup.Level2.IsMenuCalibration = this.checkBoxL2MenuCalibration.Checked; this.ParentForm.CurrentUserGroup.Level2.IsMenuCalibration = this.checkBoxL2MenuCalibration.Checked;
this.ParentForm.CurrentUserGroup.Level2.IsMenuSystem = this.checkBoxL2MenuSystem.Checked; this.ParentForm.CurrentUserGroup.Level2.IsMenuSystem = this.checkBoxL2MenuSystem.Checked;
this.ParentForm.CurrentUserGroup.Level2.IsMenuMotor = this.checkBoxL2MenuMotor.Checked; this.ParentForm.CurrentUserGroup.Level2.IsMenuMotor = this.checkBoxL2MenuMotor.Checked;
@ -483,6 +489,7 @@ namespace INT63DC_2C.Forms
this.ParentForm.CurrentUserGroup.Level3.IsMenuInformation = this.checkBoxL3MenuInformation.Checked; this.ParentForm.CurrentUserGroup.Level3.IsMenuInformation = this.checkBoxL3MenuInformation.Checked;
this.ParentForm.CurrentUserGroup.Level3.IsMenuConfiguration = this.checkBoxL3MenuConfiguration.Checked; this.ParentForm.CurrentUserGroup.Level3.IsMenuConfiguration = this.checkBoxL3MenuConfiguration.Checked;
this.ParentForm.CurrentUserGroup.Level3.IsMenuCommunication = this.checkBoxL3MenuCommunication.Checked;
this.ParentForm.CurrentUserGroup.Level3.IsMenuCalibration = this.checkBoxL3MenuCalibration.Checked; this.ParentForm.CurrentUserGroup.Level3.IsMenuCalibration = this.checkBoxL3MenuCalibration.Checked;
this.ParentForm.CurrentUserGroup.Level3.IsMenuSystem = this.checkBoxL3MenuSystem.Checked; this.ParentForm.CurrentUserGroup.Level3.IsMenuSystem = this.checkBoxL3MenuSystem.Checked;
this.ParentForm.CurrentUserGroup.Level3.IsMenuMotor = this.checkBoxL3MenuMotor.Checked; this.ParentForm.CurrentUserGroup.Level3.IsMenuMotor = this.checkBoxL3MenuMotor.Checked;
@ -504,6 +511,7 @@ namespace INT63DC_2C.Forms
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuInformation = this.checkBoxNotLoginMenuInformation.Checked; this.ParentForm.CurrentUserGroup.NotLogin.IsMenuInformation = this.checkBoxNotLoginMenuInformation.Checked;
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuConfiguration = this.checkBoxNotLoginMenuConfiguration.Checked; this.ParentForm.CurrentUserGroup.NotLogin.IsMenuConfiguration = this.checkBoxNotLoginMenuConfiguration.Checked;
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuCommunication = this.checkBoxNotLoginMenuCommunication.Checked;
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuCalibration = this.checkBoxNotLoginMenuCalibration.Checked; this.ParentForm.CurrentUserGroup.NotLogin.IsMenuCalibration = this.checkBoxNotLoginMenuCalibration.Checked;
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuSystem = this.checkBoxNotLoginMenuSystem.Checked; this.ParentForm.CurrentUserGroup.NotLogin.IsMenuSystem = this.checkBoxNotLoginMenuSystem.Checked;
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuMotor = this.checkBoxNotLoginMenuMotor.Checked; this.ParentForm.CurrentUserGroup.NotLogin.IsMenuMotor = this.checkBoxNotLoginMenuMotor.Checked;
@ -621,8 +629,8 @@ namespace INT63DC_2C.Forms
this.checkBoxNotLoginMainSubMenu.Checked = true; this.checkBoxNotLoginMainSubMenu.Checked = true;
this.checkBoxNotLoginMenuInformation.Checked = true; this.checkBoxNotLoginMenuInformation.Checked = true;
this.checkBoxNotLoginMenuCommunication.Checked = true;
this.checkBoxNotLoginMenuConfiguration.Checked = true; this.checkBoxNotLoginMenuConfiguration.Checked = true;
this.checkBoxNotLoginMenuCommunication.Checked = true;
this.checkBoxNotLoginMenuCalibration.Checked = true; this.checkBoxNotLoginMenuCalibration.Checked = true;
this.checkBoxNotLoginMenuSystem.Checked = true; this.checkBoxNotLoginMenuSystem.Checked = true;
this.checkBoxNotLoginMenuMotor.Checked = true; this.checkBoxNotLoginMenuMotor.Checked = true;

View File

@ -304,12 +304,13 @@
this.checkBoxNotLoginMenuViewer.ImageCheckBox = null; this.checkBoxNotLoginMenuViewer.ImageCheckBox = null;
this.checkBoxNotLoginMenuViewer.ImageUnCheckBox = null; this.checkBoxNotLoginMenuViewer.ImageUnCheckBox = null;
this.checkBoxNotLoginMenuViewer.InitVisible = true; this.checkBoxNotLoginMenuViewer.InitVisible = true;
this.checkBoxNotLoginMenuViewer.Location = new System.Drawing.Point(921, 562); this.checkBoxNotLoginMenuViewer.Location = new System.Drawing.Point(921, 623);
this.checkBoxNotLoginMenuViewer.Name = "checkBoxNotLoginMenuViewer"; this.checkBoxNotLoginMenuViewer.Name = "checkBoxNotLoginMenuViewer";
this.checkBoxNotLoginMenuViewer.Size = new System.Drawing.Size(29, 30); this.checkBoxNotLoginMenuViewer.Size = new System.Drawing.Size(29, 30);
this.checkBoxNotLoginMenuViewer.TabIndex = 933; this.checkBoxNotLoginMenuViewer.TabIndex = 933;
this.checkBoxNotLoginMenuViewer.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxNotLoginMenuViewer.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxNotLoginMenuViewer.Visible = false; this.checkBoxNotLoginMenuViewer.Visible = false;
this.checkBoxNotLoginMenuViewer.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxL3MenuViewer // checkBoxL3MenuViewer
// //
@ -325,12 +326,13 @@
this.checkBoxL3MenuViewer.ImageCheckBox = null; this.checkBoxL3MenuViewer.ImageCheckBox = null;
this.checkBoxL3MenuViewer.ImageUnCheckBox = null; this.checkBoxL3MenuViewer.ImageUnCheckBox = null;
this.checkBoxL3MenuViewer.InitVisible = true; this.checkBoxL3MenuViewer.InitVisible = true;
this.checkBoxL3MenuViewer.Location = new System.Drawing.Point(871, 562); this.checkBoxL3MenuViewer.Location = new System.Drawing.Point(871, 623);
this.checkBoxL3MenuViewer.Name = "checkBoxL3MenuViewer"; this.checkBoxL3MenuViewer.Name = "checkBoxL3MenuViewer";
this.checkBoxL3MenuViewer.Size = new System.Drawing.Size(29, 30); this.checkBoxL3MenuViewer.Size = new System.Drawing.Size(29, 30);
this.checkBoxL3MenuViewer.TabIndex = 934; this.checkBoxL3MenuViewer.TabIndex = 934;
this.checkBoxL3MenuViewer.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxL3MenuViewer.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL3MenuViewer.Visible = false; this.checkBoxL3MenuViewer.Visible = false;
this.checkBoxL3MenuViewer.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxL2MenuViewer // checkBoxL2MenuViewer
// //
@ -346,12 +348,13 @@
this.checkBoxL2MenuViewer.ImageCheckBox = null; this.checkBoxL2MenuViewer.ImageCheckBox = null;
this.checkBoxL2MenuViewer.ImageUnCheckBox = null; this.checkBoxL2MenuViewer.ImageUnCheckBox = null;
this.checkBoxL2MenuViewer.InitVisible = true; this.checkBoxL2MenuViewer.InitVisible = true;
this.checkBoxL2MenuViewer.Location = new System.Drawing.Point(821, 562); this.checkBoxL2MenuViewer.Location = new System.Drawing.Point(821, 623);
this.checkBoxL2MenuViewer.Name = "checkBoxL2MenuViewer"; this.checkBoxL2MenuViewer.Name = "checkBoxL2MenuViewer";
this.checkBoxL2MenuViewer.Size = new System.Drawing.Size(29, 30); this.checkBoxL2MenuViewer.Size = new System.Drawing.Size(29, 30);
this.checkBoxL2MenuViewer.TabIndex = 935; this.checkBoxL2MenuViewer.TabIndex = 935;
this.checkBoxL2MenuViewer.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxL2MenuViewer.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL2MenuViewer.Visible = false; this.checkBoxL2MenuViewer.Visible = false;
this.checkBoxL2MenuViewer.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxL1MenuViewer // checkBoxL1MenuViewer
// //
@ -367,12 +370,13 @@
this.checkBoxL1MenuViewer.ImageCheckBox = null; this.checkBoxL1MenuViewer.ImageCheckBox = null;
this.checkBoxL1MenuViewer.ImageUnCheckBox = null; this.checkBoxL1MenuViewer.ImageUnCheckBox = null;
this.checkBoxL1MenuViewer.InitVisible = true; this.checkBoxL1MenuViewer.InitVisible = true;
this.checkBoxL1MenuViewer.Location = new System.Drawing.Point(771, 562); this.checkBoxL1MenuViewer.Location = new System.Drawing.Point(771, 623);
this.checkBoxL1MenuViewer.Name = "checkBoxL1MenuViewer"; this.checkBoxL1MenuViewer.Name = "checkBoxL1MenuViewer";
this.checkBoxL1MenuViewer.Size = new System.Drawing.Size(29, 30); this.checkBoxL1MenuViewer.Size = new System.Drawing.Size(29, 30);
this.checkBoxL1MenuViewer.TabIndex = 932; this.checkBoxL1MenuViewer.TabIndex = 932;
this.checkBoxL1MenuViewer.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxL1MenuViewer.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL1MenuViewer.Visible = false; this.checkBoxL1MenuViewer.Visible = false;
this.checkBoxL1MenuViewer.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxNotLoginMenuCommunication // checkBoxNotLoginMenuCommunication
// //
@ -388,12 +392,12 @@
this.checkBoxNotLoginMenuCommunication.ImageCheckBox = null; this.checkBoxNotLoginMenuCommunication.ImageCheckBox = null;
this.checkBoxNotLoginMenuCommunication.ImageUnCheckBox = null; this.checkBoxNotLoginMenuCommunication.ImageUnCheckBox = null;
this.checkBoxNotLoginMenuCommunication.InitVisible = true; this.checkBoxNotLoginMenuCommunication.InitVisible = true;
this.checkBoxNotLoginMenuCommunication.Location = new System.Drawing.Point(422, 687); this.checkBoxNotLoginMenuCommunication.Location = new System.Drawing.Point(424, 479);
this.checkBoxNotLoginMenuCommunication.Name = "checkBoxNotLoginMenuCommunication"; this.checkBoxNotLoginMenuCommunication.Name = "checkBoxNotLoginMenuCommunication";
this.checkBoxNotLoginMenuCommunication.Size = new System.Drawing.Size(29, 30); this.checkBoxNotLoginMenuCommunication.Size = new System.Drawing.Size(29, 30);
this.checkBoxNotLoginMenuCommunication.TabIndex = 930; this.checkBoxNotLoginMenuCommunication.TabIndex = 930;
this.checkBoxNotLoginMenuCommunication.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxNotLoginMenuCommunication.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxNotLoginMenuCommunication.Visible = false; this.checkBoxNotLoginMenuCommunication.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxL3MenuCommunication // checkBoxL3MenuCommunication
// //
@ -409,12 +413,12 @@
this.checkBoxL3MenuCommunication.ImageCheckBox = null; this.checkBoxL3MenuCommunication.ImageCheckBox = null;
this.checkBoxL3MenuCommunication.ImageUnCheckBox = null; this.checkBoxL3MenuCommunication.ImageUnCheckBox = null;
this.checkBoxL3MenuCommunication.InitVisible = true; this.checkBoxL3MenuCommunication.InitVisible = true;
this.checkBoxL3MenuCommunication.Location = new System.Drawing.Point(372, 687); this.checkBoxL3MenuCommunication.Location = new System.Drawing.Point(374, 479);
this.checkBoxL3MenuCommunication.Name = "checkBoxL3MenuCommunication"; this.checkBoxL3MenuCommunication.Name = "checkBoxL3MenuCommunication";
this.checkBoxL3MenuCommunication.Size = new System.Drawing.Size(29, 30); this.checkBoxL3MenuCommunication.Size = new System.Drawing.Size(29, 30);
this.checkBoxL3MenuCommunication.TabIndex = 928; this.checkBoxL3MenuCommunication.TabIndex = 928;
this.checkBoxL3MenuCommunication.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxL3MenuCommunication.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL3MenuCommunication.Visible = false; this.checkBoxL3MenuCommunication.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxL2MenuCommunication // checkBoxL2MenuCommunication
// //
@ -430,12 +434,12 @@
this.checkBoxL2MenuCommunication.ImageCheckBox = null; this.checkBoxL2MenuCommunication.ImageCheckBox = null;
this.checkBoxL2MenuCommunication.ImageUnCheckBox = null; this.checkBoxL2MenuCommunication.ImageUnCheckBox = null;
this.checkBoxL2MenuCommunication.InitVisible = true; this.checkBoxL2MenuCommunication.InitVisible = true;
this.checkBoxL2MenuCommunication.Location = new System.Drawing.Point(322, 687); this.checkBoxL2MenuCommunication.Location = new System.Drawing.Point(324, 479);
this.checkBoxL2MenuCommunication.Name = "checkBoxL2MenuCommunication"; this.checkBoxL2MenuCommunication.Name = "checkBoxL2MenuCommunication";
this.checkBoxL2MenuCommunication.Size = new System.Drawing.Size(29, 30); this.checkBoxL2MenuCommunication.Size = new System.Drawing.Size(29, 30);
this.checkBoxL2MenuCommunication.TabIndex = 929; this.checkBoxL2MenuCommunication.TabIndex = 929;
this.checkBoxL2MenuCommunication.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxL2MenuCommunication.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL2MenuCommunication.Visible = false; this.checkBoxL2MenuCommunication.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxL1MenuCommunication // checkBoxL1MenuCommunication
// //
@ -451,12 +455,12 @@
this.checkBoxL1MenuCommunication.ImageCheckBox = null; this.checkBoxL1MenuCommunication.ImageCheckBox = null;
this.checkBoxL1MenuCommunication.ImageUnCheckBox = null; this.checkBoxL1MenuCommunication.ImageUnCheckBox = null;
this.checkBoxL1MenuCommunication.InitVisible = true; this.checkBoxL1MenuCommunication.InitVisible = true;
this.checkBoxL1MenuCommunication.Location = new System.Drawing.Point(272, 687); this.checkBoxL1MenuCommunication.Location = new System.Drawing.Point(274, 479);
this.checkBoxL1MenuCommunication.Name = "checkBoxL1MenuCommunication"; this.checkBoxL1MenuCommunication.Name = "checkBoxL1MenuCommunication";
this.checkBoxL1MenuCommunication.Size = new System.Drawing.Size(29, 30); this.checkBoxL1MenuCommunication.Size = new System.Drawing.Size(29, 30);
this.checkBoxL1MenuCommunication.TabIndex = 931; this.checkBoxL1MenuCommunication.TabIndex = 931;
this.checkBoxL1MenuCommunication.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxL1MenuCommunication.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL1MenuCommunication.Visible = false; this.checkBoxL1MenuCommunication.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxNotLoginMenuStatistics // checkBoxNotLoginMenuStatistics
// //
@ -472,12 +476,13 @@
this.checkBoxNotLoginMenuStatistics.ImageCheckBox = null; this.checkBoxNotLoginMenuStatistics.ImageCheckBox = null;
this.checkBoxNotLoginMenuStatistics.ImageUnCheckBox = null; this.checkBoxNotLoginMenuStatistics.ImageUnCheckBox = null;
this.checkBoxNotLoginMenuStatistics.InitVisible = true; this.checkBoxNotLoginMenuStatistics.InitVisible = true;
this.checkBoxNotLoginMenuStatistics.Location = new System.Drawing.Point(921, 531); this.checkBoxNotLoginMenuStatistics.Location = new System.Drawing.Point(921, 587);
this.checkBoxNotLoginMenuStatistics.Name = "checkBoxNotLoginMenuStatistics"; this.checkBoxNotLoginMenuStatistics.Name = "checkBoxNotLoginMenuStatistics";
this.checkBoxNotLoginMenuStatistics.Size = new System.Drawing.Size(29, 30); this.checkBoxNotLoginMenuStatistics.Size = new System.Drawing.Size(29, 30);
this.checkBoxNotLoginMenuStatistics.TabIndex = 925; this.checkBoxNotLoginMenuStatistics.TabIndex = 925;
this.checkBoxNotLoginMenuStatistics.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxNotLoginMenuStatistics.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxNotLoginMenuStatistics.Visible = false; this.checkBoxNotLoginMenuStatistics.Visible = false;
this.checkBoxNotLoginMenuStatistics.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxL3MenuStatistics // checkBoxL3MenuStatistics
// //
@ -493,12 +498,13 @@
this.checkBoxL3MenuStatistics.ImageCheckBox = null; this.checkBoxL3MenuStatistics.ImageCheckBox = null;
this.checkBoxL3MenuStatistics.ImageUnCheckBox = null; this.checkBoxL3MenuStatistics.ImageUnCheckBox = null;
this.checkBoxL3MenuStatistics.InitVisible = true; this.checkBoxL3MenuStatistics.InitVisible = true;
this.checkBoxL3MenuStatistics.Location = new System.Drawing.Point(871, 531); this.checkBoxL3MenuStatistics.Location = new System.Drawing.Point(871, 587);
this.checkBoxL3MenuStatistics.Name = "checkBoxL3MenuStatistics"; this.checkBoxL3MenuStatistics.Name = "checkBoxL3MenuStatistics";
this.checkBoxL3MenuStatistics.Size = new System.Drawing.Size(29, 30); this.checkBoxL3MenuStatistics.Size = new System.Drawing.Size(29, 30);
this.checkBoxL3MenuStatistics.TabIndex = 926; this.checkBoxL3MenuStatistics.TabIndex = 926;
this.checkBoxL3MenuStatistics.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxL3MenuStatistics.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL3MenuStatistics.Visible = false; this.checkBoxL3MenuStatistics.Visible = false;
this.checkBoxL3MenuStatistics.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxL2MenuStatistics // checkBoxL2MenuStatistics
// //
@ -514,12 +520,13 @@
this.checkBoxL2MenuStatistics.ImageCheckBox = null; this.checkBoxL2MenuStatistics.ImageCheckBox = null;
this.checkBoxL2MenuStatistics.ImageUnCheckBox = null; this.checkBoxL2MenuStatistics.ImageUnCheckBox = null;
this.checkBoxL2MenuStatistics.InitVisible = true; this.checkBoxL2MenuStatistics.InitVisible = true;
this.checkBoxL2MenuStatistics.Location = new System.Drawing.Point(821, 531); this.checkBoxL2MenuStatistics.Location = new System.Drawing.Point(821, 587);
this.checkBoxL2MenuStatistics.Name = "checkBoxL2MenuStatistics"; this.checkBoxL2MenuStatistics.Name = "checkBoxL2MenuStatistics";
this.checkBoxL2MenuStatistics.Size = new System.Drawing.Size(29, 30); this.checkBoxL2MenuStatistics.Size = new System.Drawing.Size(29, 30);
this.checkBoxL2MenuStatistics.TabIndex = 927; this.checkBoxL2MenuStatistics.TabIndex = 927;
this.checkBoxL2MenuStatistics.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxL2MenuStatistics.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL2MenuStatistics.Visible = false; this.checkBoxL2MenuStatistics.Visible = false;
this.checkBoxL2MenuStatistics.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxL1MenuStatistics // checkBoxL1MenuStatistics
// //
@ -535,12 +542,13 @@
this.checkBoxL1MenuStatistics.ImageCheckBox = null; this.checkBoxL1MenuStatistics.ImageCheckBox = null;
this.checkBoxL1MenuStatistics.ImageUnCheckBox = null; this.checkBoxL1MenuStatistics.ImageUnCheckBox = null;
this.checkBoxL1MenuStatistics.InitVisible = true; this.checkBoxL1MenuStatistics.InitVisible = true;
this.checkBoxL1MenuStatistics.Location = new System.Drawing.Point(771, 531); this.checkBoxL1MenuStatistics.Location = new System.Drawing.Point(771, 587);
this.checkBoxL1MenuStatistics.Name = "checkBoxL1MenuStatistics"; this.checkBoxL1MenuStatistics.Name = "checkBoxL1MenuStatistics";
this.checkBoxL1MenuStatistics.Size = new System.Drawing.Size(29, 30); this.checkBoxL1MenuStatistics.Size = new System.Drawing.Size(29, 30);
this.checkBoxL1MenuStatistics.TabIndex = 924; this.checkBoxL1MenuStatistics.TabIndex = 924;
this.checkBoxL1MenuStatistics.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxL1MenuStatistics.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL1MenuStatistics.Visible = false; this.checkBoxL1MenuStatistics.Visible = false;
this.checkBoxL1MenuStatistics.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxNotLoginMenuCalibration // checkBoxNotLoginMenuCalibration
// //
@ -556,11 +564,12 @@
this.checkBoxNotLoginMenuCalibration.ImageCheckBox = null; this.checkBoxNotLoginMenuCalibration.ImageCheckBox = null;
this.checkBoxNotLoginMenuCalibration.ImageUnCheckBox = null; this.checkBoxNotLoginMenuCalibration.ImageUnCheckBox = null;
this.checkBoxNotLoginMenuCalibration.InitVisible = true; this.checkBoxNotLoginMenuCalibration.InitVisible = true;
this.checkBoxNotLoginMenuCalibration.Location = new System.Drawing.Point(424, 469); this.checkBoxNotLoginMenuCalibration.Location = new System.Drawing.Point(424, 515);
this.checkBoxNotLoginMenuCalibration.Name = "checkBoxNotLoginMenuCalibration"; this.checkBoxNotLoginMenuCalibration.Name = "checkBoxNotLoginMenuCalibration";
this.checkBoxNotLoginMenuCalibration.Size = new System.Drawing.Size(29, 30); this.checkBoxNotLoginMenuCalibration.Size = new System.Drawing.Size(29, 30);
this.checkBoxNotLoginMenuCalibration.TabIndex = 901; this.checkBoxNotLoginMenuCalibration.TabIndex = 901;
this.checkBoxNotLoginMenuCalibration.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxNotLoginMenuCalibration.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxNotLoginMenuCalibration.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxL3MenuCalibration // checkBoxL3MenuCalibration
// //
@ -576,11 +585,12 @@
this.checkBoxL3MenuCalibration.ImageCheckBox = null; this.checkBoxL3MenuCalibration.ImageCheckBox = null;
this.checkBoxL3MenuCalibration.ImageUnCheckBox = null; this.checkBoxL3MenuCalibration.ImageUnCheckBox = null;
this.checkBoxL3MenuCalibration.InitVisible = true; this.checkBoxL3MenuCalibration.InitVisible = true;
this.checkBoxL3MenuCalibration.Location = new System.Drawing.Point(374, 469); this.checkBoxL3MenuCalibration.Location = new System.Drawing.Point(374, 515);
this.checkBoxL3MenuCalibration.Name = "checkBoxL3MenuCalibration"; this.checkBoxL3MenuCalibration.Name = "checkBoxL3MenuCalibration";
this.checkBoxL3MenuCalibration.Size = new System.Drawing.Size(29, 30); this.checkBoxL3MenuCalibration.Size = new System.Drawing.Size(29, 30);
this.checkBoxL3MenuCalibration.TabIndex = 902; this.checkBoxL3MenuCalibration.TabIndex = 902;
this.checkBoxL3MenuCalibration.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxL3MenuCalibration.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL3MenuCalibration.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxNotLoginMainSubMenu // checkBoxNotLoginMainSubMenu
// //
@ -601,6 +611,7 @@
this.checkBoxNotLoginMainSubMenu.Size = new System.Drawing.Size(29, 30); this.checkBoxNotLoginMainSubMenu.Size = new System.Drawing.Size(29, 30);
this.checkBoxNotLoginMainSubMenu.TabIndex = 900; this.checkBoxNotLoginMainSubMenu.TabIndex = 900;
this.checkBoxNotLoginMainSubMenu.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxNotLoginMainSubMenu.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxNotLoginMainSubMenu.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxL3MainSubMenu // checkBoxL3MainSubMenu
// //
@ -621,6 +632,7 @@
this.checkBoxL3MainSubMenu.Size = new System.Drawing.Size(29, 30); this.checkBoxL3MainSubMenu.Size = new System.Drawing.Size(29, 30);
this.checkBoxL3MainSubMenu.TabIndex = 898; this.checkBoxL3MainSubMenu.TabIndex = 898;
this.checkBoxL3MainSubMenu.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxL3MainSubMenu.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL3MainSubMenu.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxL2MenuCalibration // checkBoxL2MenuCalibration
// //
@ -636,11 +648,12 @@
this.checkBoxL2MenuCalibration.ImageCheckBox = null; this.checkBoxL2MenuCalibration.ImageCheckBox = null;
this.checkBoxL2MenuCalibration.ImageUnCheckBox = null; this.checkBoxL2MenuCalibration.ImageUnCheckBox = null;
this.checkBoxL2MenuCalibration.InitVisible = true; this.checkBoxL2MenuCalibration.InitVisible = true;
this.checkBoxL2MenuCalibration.Location = new System.Drawing.Point(324, 469); this.checkBoxL2MenuCalibration.Location = new System.Drawing.Point(324, 515);
this.checkBoxL2MenuCalibration.Name = "checkBoxL2MenuCalibration"; this.checkBoxL2MenuCalibration.Name = "checkBoxL2MenuCalibration";
this.checkBoxL2MenuCalibration.Size = new System.Drawing.Size(29, 30); this.checkBoxL2MenuCalibration.Size = new System.Drawing.Size(29, 30);
this.checkBoxL2MenuCalibration.TabIndex = 899; this.checkBoxL2MenuCalibration.TabIndex = 899;
this.checkBoxL2MenuCalibration.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxL2MenuCalibration.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL2MenuCalibration.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxL2MainSubMenu // checkBoxL2MainSubMenu
// //
@ -661,6 +674,7 @@
this.checkBoxL2MainSubMenu.Size = new System.Drawing.Size(29, 30); this.checkBoxL2MainSubMenu.Size = new System.Drawing.Size(29, 30);
this.checkBoxL2MainSubMenu.TabIndex = 906; this.checkBoxL2MainSubMenu.TabIndex = 906;
this.checkBoxL2MainSubMenu.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxL2MainSubMenu.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL2MainSubMenu.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxL1MenuCalibration // checkBoxL1MenuCalibration
// //
@ -676,11 +690,12 @@
this.checkBoxL1MenuCalibration.ImageCheckBox = null; this.checkBoxL1MenuCalibration.ImageCheckBox = null;
this.checkBoxL1MenuCalibration.ImageUnCheckBox = null; this.checkBoxL1MenuCalibration.ImageUnCheckBox = null;
this.checkBoxL1MenuCalibration.InitVisible = true; this.checkBoxL1MenuCalibration.InitVisible = true;
this.checkBoxL1MenuCalibration.Location = new System.Drawing.Point(274, 469); this.checkBoxL1MenuCalibration.Location = new System.Drawing.Point(274, 515);
this.checkBoxL1MenuCalibration.Name = "checkBoxL1MenuCalibration"; this.checkBoxL1MenuCalibration.Name = "checkBoxL1MenuCalibration";
this.checkBoxL1MenuCalibration.Size = new System.Drawing.Size(29, 30); this.checkBoxL1MenuCalibration.Size = new System.Drawing.Size(29, 30);
this.checkBoxL1MenuCalibration.TabIndex = 907; this.checkBoxL1MenuCalibration.TabIndex = 907;
this.checkBoxL1MenuCalibration.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxL1MenuCalibration.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL1MenuCalibration.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxL1MainSubMenu // checkBoxL1MainSubMenu
// //
@ -701,6 +716,7 @@
this.checkBoxL1MainSubMenu.Size = new System.Drawing.Size(29, 30); this.checkBoxL1MainSubMenu.Size = new System.Drawing.Size(29, 30);
this.checkBoxL1MainSubMenu.TabIndex = 905; this.checkBoxL1MainSubMenu.TabIndex = 905;
this.checkBoxL1MainSubMenu.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxL1MainSubMenu.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL1MainSubMenu.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxNotLoginMenuEquipment // checkBoxNotLoginMenuEquipment
// //
@ -716,11 +732,12 @@
this.checkBoxNotLoginMenuEquipment.ImageCheckBox = null; this.checkBoxNotLoginMenuEquipment.ImageCheckBox = null;
this.checkBoxNotLoginMenuEquipment.ImageUnCheckBox = null; this.checkBoxNotLoginMenuEquipment.ImageUnCheckBox = null;
this.checkBoxNotLoginMenuEquipment.InitVisible = true; this.checkBoxNotLoginMenuEquipment.InitVisible = true;
this.checkBoxNotLoginMenuEquipment.Location = new System.Drawing.Point(921, 469); this.checkBoxNotLoginMenuEquipment.Location = new System.Drawing.Point(921, 515);
this.checkBoxNotLoginMenuEquipment.Name = "checkBoxNotLoginMenuEquipment"; this.checkBoxNotLoginMenuEquipment.Name = "checkBoxNotLoginMenuEquipment";
this.checkBoxNotLoginMenuEquipment.Size = new System.Drawing.Size(29, 30); this.checkBoxNotLoginMenuEquipment.Size = new System.Drawing.Size(29, 30);
this.checkBoxNotLoginMenuEquipment.TabIndex = 903; this.checkBoxNotLoginMenuEquipment.TabIndex = 903;
this.checkBoxNotLoginMenuEquipment.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxNotLoginMenuEquipment.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxNotLoginMenuEquipment.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxL3MenuEquipment // checkBoxL3MenuEquipment
// //
@ -737,11 +754,12 @@
this.checkBoxL3MenuEquipment.ImageCheckBox = null; this.checkBoxL3MenuEquipment.ImageCheckBox = null;
this.checkBoxL3MenuEquipment.ImageUnCheckBox = null; this.checkBoxL3MenuEquipment.ImageUnCheckBox = null;
this.checkBoxL3MenuEquipment.InitVisible = true; this.checkBoxL3MenuEquipment.InitVisible = true;
this.checkBoxL3MenuEquipment.Location = new System.Drawing.Point(871, 469); this.checkBoxL3MenuEquipment.Location = new System.Drawing.Point(871, 515);
this.checkBoxL3MenuEquipment.Name = "checkBoxL3MenuEquipment"; this.checkBoxL3MenuEquipment.Name = "checkBoxL3MenuEquipment";
this.checkBoxL3MenuEquipment.Size = new System.Drawing.Size(29, 30); this.checkBoxL3MenuEquipment.Size = new System.Drawing.Size(29, 30);
this.checkBoxL3MenuEquipment.TabIndex = 904; this.checkBoxL3MenuEquipment.TabIndex = 904;
this.checkBoxL3MenuEquipment.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxL3MenuEquipment.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL3MenuEquipment.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxNotLoginMenuUpdate // checkBoxNotLoginMenuUpdate
// //
@ -757,11 +775,12 @@
this.checkBoxNotLoginMenuUpdate.ImageCheckBox = null; this.checkBoxNotLoginMenuUpdate.ImageCheckBox = null;
this.checkBoxNotLoginMenuUpdate.ImageUnCheckBox = null; this.checkBoxNotLoginMenuUpdate.ImageUnCheckBox = null;
this.checkBoxNotLoginMenuUpdate.InitVisible = true; this.checkBoxNotLoginMenuUpdate.InitVisible = true;
this.checkBoxNotLoginMenuUpdate.Location = new System.Drawing.Point(424, 593); this.checkBoxNotLoginMenuUpdate.Location = new System.Drawing.Point(921, 407);
this.checkBoxNotLoginMenuUpdate.Name = "checkBoxNotLoginMenuUpdate"; this.checkBoxNotLoginMenuUpdate.Name = "checkBoxNotLoginMenuUpdate";
this.checkBoxNotLoginMenuUpdate.Size = new System.Drawing.Size(29, 30); this.checkBoxNotLoginMenuUpdate.Size = new System.Drawing.Size(29, 30);
this.checkBoxNotLoginMenuUpdate.TabIndex = 897; this.checkBoxNotLoginMenuUpdate.TabIndex = 897;
this.checkBoxNotLoginMenuUpdate.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxNotLoginMenuUpdate.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxNotLoginMenuUpdate.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxL3MenuUpdate // checkBoxL3MenuUpdate
// //
@ -777,11 +796,12 @@
this.checkBoxL3MenuUpdate.ImageCheckBox = null; this.checkBoxL3MenuUpdate.ImageCheckBox = null;
this.checkBoxL3MenuUpdate.ImageUnCheckBox = null; this.checkBoxL3MenuUpdate.ImageUnCheckBox = null;
this.checkBoxL3MenuUpdate.InitVisible = true; this.checkBoxL3MenuUpdate.InitVisible = true;
this.checkBoxL3MenuUpdate.Location = new System.Drawing.Point(374, 593); this.checkBoxL3MenuUpdate.Location = new System.Drawing.Point(871, 407);
this.checkBoxL3MenuUpdate.Name = "checkBoxL3MenuUpdate"; this.checkBoxL3MenuUpdate.Name = "checkBoxL3MenuUpdate";
this.checkBoxL3MenuUpdate.Size = new System.Drawing.Size(29, 30); this.checkBoxL3MenuUpdate.Size = new System.Drawing.Size(29, 30);
this.checkBoxL3MenuUpdate.TabIndex = 890; this.checkBoxL3MenuUpdate.TabIndex = 890;
this.checkBoxL3MenuUpdate.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxL3MenuUpdate.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL3MenuUpdate.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxNotLoginMenuConfiguration // checkBoxNotLoginMenuConfiguration
// //
@ -797,11 +817,12 @@
this.checkBoxNotLoginMenuConfiguration.ImageCheckBox = null; this.checkBoxNotLoginMenuConfiguration.ImageCheckBox = null;
this.checkBoxNotLoginMenuConfiguration.ImageUnCheckBox = null; this.checkBoxNotLoginMenuConfiguration.ImageUnCheckBox = null;
this.checkBoxNotLoginMenuConfiguration.InitVisible = true; this.checkBoxNotLoginMenuConfiguration.InitVisible = true;
this.checkBoxNotLoginMenuConfiguration.Location = new System.Drawing.Point(424, 438); this.checkBoxNotLoginMenuConfiguration.Location = new System.Drawing.Point(424, 443);
this.checkBoxNotLoginMenuConfiguration.Name = "checkBoxNotLoginMenuConfiguration"; this.checkBoxNotLoginMenuConfiguration.Name = "checkBoxNotLoginMenuConfiguration";
this.checkBoxNotLoginMenuConfiguration.Size = new System.Drawing.Size(29, 30); this.checkBoxNotLoginMenuConfiguration.Size = new System.Drawing.Size(29, 30);
this.checkBoxNotLoginMenuConfiguration.TabIndex = 891; this.checkBoxNotLoginMenuConfiguration.TabIndex = 891;
this.checkBoxNotLoginMenuConfiguration.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxNotLoginMenuConfiguration.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxNotLoginMenuConfiguration.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxL3MenuConfiguration // checkBoxL3MenuConfiguration
// //
@ -817,11 +838,12 @@
this.checkBoxL3MenuConfiguration.ImageCheckBox = null; this.checkBoxL3MenuConfiguration.ImageCheckBox = null;
this.checkBoxL3MenuConfiguration.ImageUnCheckBox = null; this.checkBoxL3MenuConfiguration.ImageUnCheckBox = null;
this.checkBoxL3MenuConfiguration.InitVisible = true; this.checkBoxL3MenuConfiguration.InitVisible = true;
this.checkBoxL3MenuConfiguration.Location = new System.Drawing.Point(374, 438); this.checkBoxL3MenuConfiguration.Location = new System.Drawing.Point(374, 443);
this.checkBoxL3MenuConfiguration.Name = "checkBoxL3MenuConfiguration"; this.checkBoxL3MenuConfiguration.Name = "checkBoxL3MenuConfiguration";
this.checkBoxL3MenuConfiguration.Size = new System.Drawing.Size(29, 30); this.checkBoxL3MenuConfiguration.Size = new System.Drawing.Size(29, 30);
this.checkBoxL3MenuConfiguration.TabIndex = 889; this.checkBoxL3MenuConfiguration.TabIndex = 889;
this.checkBoxL3MenuConfiguration.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxL3MenuConfiguration.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL3MenuConfiguration.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxNotLoginMainClear // checkBoxNotLoginMainClear
// //
@ -842,6 +864,7 @@
this.checkBoxNotLoginMainClear.Size = new System.Drawing.Size(29, 30); this.checkBoxNotLoginMainClear.Size = new System.Drawing.Size(29, 30);
this.checkBoxNotLoginMainClear.TabIndex = 887; this.checkBoxNotLoginMainClear.TabIndex = 887;
this.checkBoxNotLoginMainClear.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxNotLoginMainClear.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxNotLoginMainClear.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxL3MainClear // checkBoxL3MainClear
// //
@ -862,6 +885,7 @@
this.checkBoxL3MainClear.Size = new System.Drawing.Size(29, 30); this.checkBoxL3MainClear.Size = new System.Drawing.Size(29, 30);
this.checkBoxL3MainClear.TabIndex = 888; this.checkBoxL3MainClear.TabIndex = 888;
this.checkBoxL3MainClear.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxL3MainClear.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL3MainClear.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxL2MenuEquipment // checkBoxL2MenuEquipment
// //
@ -877,11 +901,12 @@
this.checkBoxL2MenuEquipment.ImageCheckBox = null; this.checkBoxL2MenuEquipment.ImageCheckBox = null;
this.checkBoxL2MenuEquipment.ImageUnCheckBox = null; this.checkBoxL2MenuEquipment.ImageUnCheckBox = null;
this.checkBoxL2MenuEquipment.InitVisible = true; this.checkBoxL2MenuEquipment.InitVisible = true;
this.checkBoxL2MenuEquipment.Location = new System.Drawing.Point(821, 469); this.checkBoxL2MenuEquipment.Location = new System.Drawing.Point(821, 515);
this.checkBoxL2MenuEquipment.Name = "checkBoxL2MenuEquipment"; this.checkBoxL2MenuEquipment.Name = "checkBoxL2MenuEquipment";
this.checkBoxL2MenuEquipment.Size = new System.Drawing.Size(29, 30); this.checkBoxL2MenuEquipment.Size = new System.Drawing.Size(29, 30);
this.checkBoxL2MenuEquipment.TabIndex = 895; this.checkBoxL2MenuEquipment.TabIndex = 895;
this.checkBoxL2MenuEquipment.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxL2MenuEquipment.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL2MenuEquipment.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxL2MenuUpdate // checkBoxL2MenuUpdate
// //
@ -897,11 +922,12 @@
this.checkBoxL2MenuUpdate.ImageCheckBox = null; this.checkBoxL2MenuUpdate.ImageCheckBox = null;
this.checkBoxL2MenuUpdate.ImageUnCheckBox = null; this.checkBoxL2MenuUpdate.ImageUnCheckBox = null;
this.checkBoxL2MenuUpdate.InitVisible = true; this.checkBoxL2MenuUpdate.InitVisible = true;
this.checkBoxL2MenuUpdate.Location = new System.Drawing.Point(324, 593); this.checkBoxL2MenuUpdate.Location = new System.Drawing.Point(821, 407);
this.checkBoxL2MenuUpdate.Name = "checkBoxL2MenuUpdate"; this.checkBoxL2MenuUpdate.Name = "checkBoxL2MenuUpdate";
this.checkBoxL2MenuUpdate.Size = new System.Drawing.Size(29, 30); this.checkBoxL2MenuUpdate.Size = new System.Drawing.Size(29, 30);
this.checkBoxL2MenuUpdate.TabIndex = 896; this.checkBoxL2MenuUpdate.TabIndex = 896;
this.checkBoxL2MenuUpdate.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxL2MenuUpdate.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL2MenuUpdate.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxL2MenuConfiguration // checkBoxL2MenuConfiguration
// //
@ -917,11 +943,12 @@
this.checkBoxL2MenuConfiguration.ImageCheckBox = null; this.checkBoxL2MenuConfiguration.ImageCheckBox = null;
this.checkBoxL2MenuConfiguration.ImageUnCheckBox = null; this.checkBoxL2MenuConfiguration.ImageUnCheckBox = null;
this.checkBoxL2MenuConfiguration.InitVisible = true; this.checkBoxL2MenuConfiguration.InitVisible = true;
this.checkBoxL2MenuConfiguration.Location = new System.Drawing.Point(324, 438); this.checkBoxL2MenuConfiguration.Location = new System.Drawing.Point(324, 443);
this.checkBoxL2MenuConfiguration.Name = "checkBoxL2MenuConfiguration"; this.checkBoxL2MenuConfiguration.Name = "checkBoxL2MenuConfiguration";
this.checkBoxL2MenuConfiguration.Size = new System.Drawing.Size(29, 30); this.checkBoxL2MenuConfiguration.Size = new System.Drawing.Size(29, 30);
this.checkBoxL2MenuConfiguration.TabIndex = 894; this.checkBoxL2MenuConfiguration.TabIndex = 894;
this.checkBoxL2MenuConfiguration.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxL2MenuConfiguration.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL2MenuConfiguration.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxL2MainClear // checkBoxL2MainClear
// //
@ -942,6 +969,7 @@
this.checkBoxL2MainClear.Size = new System.Drawing.Size(29, 30); this.checkBoxL2MainClear.Size = new System.Drawing.Size(29, 30);
this.checkBoxL2MainClear.TabIndex = 892; this.checkBoxL2MainClear.TabIndex = 892;
this.checkBoxL2MainClear.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxL2MainClear.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL2MainClear.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxL1MenuEquipment // checkBoxL1MenuEquipment
// //
@ -957,11 +985,12 @@
this.checkBoxL1MenuEquipment.ImageCheckBox = null; this.checkBoxL1MenuEquipment.ImageCheckBox = null;
this.checkBoxL1MenuEquipment.ImageUnCheckBox = null; this.checkBoxL1MenuEquipment.ImageUnCheckBox = null;
this.checkBoxL1MenuEquipment.InitVisible = true; this.checkBoxL1MenuEquipment.InitVisible = true;
this.checkBoxL1MenuEquipment.Location = new System.Drawing.Point(771, 469); this.checkBoxL1MenuEquipment.Location = new System.Drawing.Point(771, 515);
this.checkBoxL1MenuEquipment.Name = "checkBoxL1MenuEquipment"; this.checkBoxL1MenuEquipment.Name = "checkBoxL1MenuEquipment";
this.checkBoxL1MenuEquipment.Size = new System.Drawing.Size(29, 30); this.checkBoxL1MenuEquipment.Size = new System.Drawing.Size(29, 30);
this.checkBoxL1MenuEquipment.TabIndex = 893; this.checkBoxL1MenuEquipment.TabIndex = 893;
this.checkBoxL1MenuEquipment.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxL1MenuEquipment.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL1MenuEquipment.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxL1MenuUpdate // checkBoxL1MenuUpdate
// //
@ -977,11 +1006,12 @@
this.checkBoxL1MenuUpdate.ImageCheckBox = null; this.checkBoxL1MenuUpdate.ImageCheckBox = null;
this.checkBoxL1MenuUpdate.ImageUnCheckBox = null; this.checkBoxL1MenuUpdate.ImageUnCheckBox = null;
this.checkBoxL1MenuUpdate.InitVisible = true; this.checkBoxL1MenuUpdate.InitVisible = true;
this.checkBoxL1MenuUpdate.Location = new System.Drawing.Point(274, 593); this.checkBoxL1MenuUpdate.Location = new System.Drawing.Point(771, 407);
this.checkBoxL1MenuUpdate.Name = "checkBoxL1MenuUpdate"; this.checkBoxL1MenuUpdate.Name = "checkBoxL1MenuUpdate";
this.checkBoxL1MenuUpdate.Size = new System.Drawing.Size(29, 30); this.checkBoxL1MenuUpdate.Size = new System.Drawing.Size(29, 30);
this.checkBoxL1MenuUpdate.TabIndex = 908; this.checkBoxL1MenuUpdate.TabIndex = 908;
this.checkBoxL1MenuUpdate.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxL1MenuUpdate.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL1MenuUpdate.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxL1MenuConfiguration // checkBoxL1MenuConfiguration
// //
@ -997,11 +1027,12 @@
this.checkBoxL1MenuConfiguration.ImageCheckBox = null; this.checkBoxL1MenuConfiguration.ImageCheckBox = null;
this.checkBoxL1MenuConfiguration.ImageUnCheckBox = null; this.checkBoxL1MenuConfiguration.ImageUnCheckBox = null;
this.checkBoxL1MenuConfiguration.InitVisible = true; this.checkBoxL1MenuConfiguration.InitVisible = true;
this.checkBoxL1MenuConfiguration.Location = new System.Drawing.Point(274, 438); this.checkBoxL1MenuConfiguration.Location = new System.Drawing.Point(274, 443);
this.checkBoxL1MenuConfiguration.Name = "checkBoxL1MenuConfiguration"; this.checkBoxL1MenuConfiguration.Name = "checkBoxL1MenuConfiguration";
this.checkBoxL1MenuConfiguration.Size = new System.Drawing.Size(29, 30); this.checkBoxL1MenuConfiguration.Size = new System.Drawing.Size(29, 30);
this.checkBoxL1MenuConfiguration.TabIndex = 918; this.checkBoxL1MenuConfiguration.TabIndex = 918;
this.checkBoxL1MenuConfiguration.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxL1MenuConfiguration.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL1MenuConfiguration.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxL1MainClear // checkBoxL1MainClear
// //
@ -1022,6 +1053,7 @@
this.checkBoxL1MainClear.Size = new System.Drawing.Size(29, 30); this.checkBoxL1MainClear.Size = new System.Drawing.Size(29, 30);
this.checkBoxL1MainClear.TabIndex = 919; this.checkBoxL1MainClear.TabIndex = 919;
this.checkBoxL1MainClear.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxL1MainClear.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL1MainClear.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxNotLoginMenuIOTest // checkBoxNotLoginMenuIOTest
// //
@ -1037,11 +1069,12 @@
this.checkBoxNotLoginMenuIOTest.ImageCheckBox = null; this.checkBoxNotLoginMenuIOTest.ImageCheckBox = null;
this.checkBoxNotLoginMenuIOTest.ImageUnCheckBox = null; this.checkBoxNotLoginMenuIOTest.ImageUnCheckBox = null;
this.checkBoxNotLoginMenuIOTest.InitVisible = true; this.checkBoxNotLoginMenuIOTest.InitVisible = true;
this.checkBoxNotLoginMenuIOTest.Location = new System.Drawing.Point(424, 562); this.checkBoxNotLoginMenuIOTest.Location = new System.Drawing.Point(424, 623);
this.checkBoxNotLoginMenuIOTest.Name = "checkBoxNotLoginMenuIOTest"; this.checkBoxNotLoginMenuIOTest.Name = "checkBoxNotLoginMenuIOTest";
this.checkBoxNotLoginMenuIOTest.Size = new System.Drawing.Size(29, 30); this.checkBoxNotLoginMenuIOTest.Size = new System.Drawing.Size(29, 30);
this.checkBoxNotLoginMenuIOTest.TabIndex = 917; this.checkBoxNotLoginMenuIOTest.TabIndex = 917;
this.checkBoxNotLoginMenuIOTest.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxNotLoginMenuIOTest.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxNotLoginMenuIOTest.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxL3MenuIOTest // checkBoxL3MenuIOTest
// //
@ -1057,11 +1090,12 @@
this.checkBoxL3MenuIOTest.ImageCheckBox = null; this.checkBoxL3MenuIOTest.ImageCheckBox = null;
this.checkBoxL3MenuIOTest.ImageUnCheckBox = null; this.checkBoxL3MenuIOTest.ImageUnCheckBox = null;
this.checkBoxL3MenuIOTest.InitVisible = true; this.checkBoxL3MenuIOTest.InitVisible = true;
this.checkBoxL3MenuIOTest.Location = new System.Drawing.Point(374, 562); this.checkBoxL3MenuIOTest.Location = new System.Drawing.Point(374, 623);
this.checkBoxL3MenuIOTest.Name = "checkBoxL3MenuIOTest"; this.checkBoxL3MenuIOTest.Name = "checkBoxL3MenuIOTest";
this.checkBoxL3MenuIOTest.Size = new System.Drawing.Size(29, 30); this.checkBoxL3MenuIOTest.Size = new System.Drawing.Size(29, 30);
this.checkBoxL3MenuIOTest.TabIndex = 922; this.checkBoxL3MenuIOTest.TabIndex = 922;
this.checkBoxL3MenuIOTest.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxL3MenuIOTest.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL3MenuIOTest.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxNotLoginMenuDataBackup // checkBoxNotLoginMenuDataBackup
// //
@ -1077,11 +1111,12 @@
this.checkBoxNotLoginMenuDataBackup.ImageCheckBox = null; this.checkBoxNotLoginMenuDataBackup.ImageCheckBox = null;
this.checkBoxNotLoginMenuDataBackup.ImageUnCheckBox = null; this.checkBoxNotLoginMenuDataBackup.ImageUnCheckBox = null;
this.checkBoxNotLoginMenuDataBackup.InitVisible = true; this.checkBoxNotLoginMenuDataBackup.InitVisible = true;
this.checkBoxNotLoginMenuDataBackup.Location = new System.Drawing.Point(921, 438); this.checkBoxNotLoginMenuDataBackup.Location = new System.Drawing.Point(921, 479);
this.checkBoxNotLoginMenuDataBackup.Name = "checkBoxNotLoginMenuDataBackup"; this.checkBoxNotLoginMenuDataBackup.Name = "checkBoxNotLoginMenuDataBackup";
this.checkBoxNotLoginMenuDataBackup.Size = new System.Drawing.Size(29, 30); this.checkBoxNotLoginMenuDataBackup.Size = new System.Drawing.Size(29, 30);
this.checkBoxNotLoginMenuDataBackup.TabIndex = 923; this.checkBoxNotLoginMenuDataBackup.TabIndex = 923;
this.checkBoxNotLoginMenuDataBackup.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxNotLoginMenuDataBackup.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxNotLoginMenuDataBackup.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxL3MenuDataBackup // checkBoxL3MenuDataBackup
// //
@ -1097,11 +1132,12 @@
this.checkBoxL3MenuDataBackup.ImageCheckBox = null; this.checkBoxL3MenuDataBackup.ImageCheckBox = null;
this.checkBoxL3MenuDataBackup.ImageUnCheckBox = null; this.checkBoxL3MenuDataBackup.ImageUnCheckBox = null;
this.checkBoxL3MenuDataBackup.InitVisible = true; this.checkBoxL3MenuDataBackup.InitVisible = true;
this.checkBoxL3MenuDataBackup.Location = new System.Drawing.Point(871, 438); this.checkBoxL3MenuDataBackup.Location = new System.Drawing.Point(871, 479);
this.checkBoxL3MenuDataBackup.Name = "checkBoxL3MenuDataBackup"; this.checkBoxL3MenuDataBackup.Name = "checkBoxL3MenuDataBackup";
this.checkBoxL3MenuDataBackup.Size = new System.Drawing.Size(29, 30); this.checkBoxL3MenuDataBackup.Size = new System.Drawing.Size(29, 30);
this.checkBoxL3MenuDataBackup.TabIndex = 921; this.checkBoxL3MenuDataBackup.TabIndex = 921;
this.checkBoxL3MenuDataBackup.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxL3MenuDataBackup.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL3MenuDataBackup.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxL2MenuIOTest // checkBoxL2MenuIOTest
// //
@ -1117,11 +1153,12 @@
this.checkBoxL2MenuIOTest.ImageCheckBox = null; this.checkBoxL2MenuIOTest.ImageCheckBox = null;
this.checkBoxL2MenuIOTest.ImageUnCheckBox = null; this.checkBoxL2MenuIOTest.ImageUnCheckBox = null;
this.checkBoxL2MenuIOTest.InitVisible = true; this.checkBoxL2MenuIOTest.InitVisible = true;
this.checkBoxL2MenuIOTest.Location = new System.Drawing.Point(324, 562); this.checkBoxL2MenuIOTest.Location = new System.Drawing.Point(324, 623);
this.checkBoxL2MenuIOTest.Name = "checkBoxL2MenuIOTest"; this.checkBoxL2MenuIOTest.Name = "checkBoxL2MenuIOTest";
this.checkBoxL2MenuIOTest.Size = new System.Drawing.Size(29, 30); this.checkBoxL2MenuIOTest.Size = new System.Drawing.Size(29, 30);
this.checkBoxL2MenuIOTest.TabIndex = 920; this.checkBoxL2MenuIOTest.TabIndex = 920;
this.checkBoxL2MenuIOTest.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxL2MenuIOTest.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL2MenuIOTest.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxL2MenuDataBackup // checkBoxL2MenuDataBackup
// //
@ -1137,11 +1174,12 @@
this.checkBoxL2MenuDataBackup.ImageCheckBox = null; this.checkBoxL2MenuDataBackup.ImageCheckBox = null;
this.checkBoxL2MenuDataBackup.ImageUnCheckBox = null; this.checkBoxL2MenuDataBackup.ImageUnCheckBox = null;
this.checkBoxL2MenuDataBackup.InitVisible = true; this.checkBoxL2MenuDataBackup.InitVisible = true;
this.checkBoxL2MenuDataBackup.Location = new System.Drawing.Point(821, 438); this.checkBoxL2MenuDataBackup.Location = new System.Drawing.Point(821, 479);
this.checkBoxL2MenuDataBackup.Name = "checkBoxL2MenuDataBackup"; this.checkBoxL2MenuDataBackup.Name = "checkBoxL2MenuDataBackup";
this.checkBoxL2MenuDataBackup.Size = new System.Drawing.Size(29, 30); this.checkBoxL2MenuDataBackup.Size = new System.Drawing.Size(29, 30);
this.checkBoxL2MenuDataBackup.TabIndex = 916; this.checkBoxL2MenuDataBackup.TabIndex = 916;
this.checkBoxL2MenuDataBackup.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxL2MenuDataBackup.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL2MenuDataBackup.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxL1MenuIOTest // checkBoxL1MenuIOTest
// //
@ -1157,11 +1195,12 @@
this.checkBoxL1MenuIOTest.ImageCheckBox = null; this.checkBoxL1MenuIOTest.ImageCheckBox = null;
this.checkBoxL1MenuIOTest.ImageUnCheckBox = null; this.checkBoxL1MenuIOTest.ImageUnCheckBox = null;
this.checkBoxL1MenuIOTest.InitVisible = true; this.checkBoxL1MenuIOTest.InitVisible = true;
this.checkBoxL1MenuIOTest.Location = new System.Drawing.Point(274, 562); this.checkBoxL1MenuIOTest.Location = new System.Drawing.Point(274, 623);
this.checkBoxL1MenuIOTest.Name = "checkBoxL1MenuIOTest"; this.checkBoxL1MenuIOTest.Name = "checkBoxL1MenuIOTest";
this.checkBoxL1MenuIOTest.Size = new System.Drawing.Size(29, 30); this.checkBoxL1MenuIOTest.Size = new System.Drawing.Size(29, 30);
this.checkBoxL1MenuIOTest.TabIndex = 910; this.checkBoxL1MenuIOTest.TabIndex = 910;
this.checkBoxL1MenuIOTest.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxL1MenuIOTest.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL1MenuIOTest.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxL1MenuDataBackup // checkBoxL1MenuDataBackup
// //
@ -1177,11 +1216,12 @@
this.checkBoxL1MenuDataBackup.ImageCheckBox = null; this.checkBoxL1MenuDataBackup.ImageCheckBox = null;
this.checkBoxL1MenuDataBackup.ImageUnCheckBox = null; this.checkBoxL1MenuDataBackup.ImageUnCheckBox = null;
this.checkBoxL1MenuDataBackup.InitVisible = true; this.checkBoxL1MenuDataBackup.InitVisible = true;
this.checkBoxL1MenuDataBackup.Location = new System.Drawing.Point(771, 438); this.checkBoxL1MenuDataBackup.Location = new System.Drawing.Point(771, 479);
this.checkBoxL1MenuDataBackup.Name = "checkBoxL1MenuDataBackup"; this.checkBoxL1MenuDataBackup.Name = "checkBoxL1MenuDataBackup";
this.checkBoxL1MenuDataBackup.Size = new System.Drawing.Size(29, 30); this.checkBoxL1MenuDataBackup.Size = new System.Drawing.Size(29, 30);
this.checkBoxL1MenuDataBackup.TabIndex = 909; this.checkBoxL1MenuDataBackup.TabIndex = 909;
this.checkBoxL1MenuDataBackup.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxL1MenuDataBackup.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL1MenuDataBackup.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxNotLoginMenuMotor // checkBoxNotLoginMenuMotor
// //
@ -1197,11 +1237,12 @@
this.checkBoxNotLoginMenuMotor.ImageCheckBox = null; this.checkBoxNotLoginMenuMotor.ImageCheckBox = null;
this.checkBoxNotLoginMenuMotor.ImageUnCheckBox = null; this.checkBoxNotLoginMenuMotor.ImageUnCheckBox = null;
this.checkBoxNotLoginMenuMotor.InitVisible = true; this.checkBoxNotLoginMenuMotor.InitVisible = true;
this.checkBoxNotLoginMenuMotor.Location = new System.Drawing.Point(424, 531); this.checkBoxNotLoginMenuMotor.Location = new System.Drawing.Point(424, 587);
this.checkBoxNotLoginMenuMotor.Name = "checkBoxNotLoginMenuMotor"; this.checkBoxNotLoginMenuMotor.Name = "checkBoxNotLoginMenuMotor";
this.checkBoxNotLoginMenuMotor.Size = new System.Drawing.Size(29, 30); this.checkBoxNotLoginMenuMotor.Size = new System.Drawing.Size(29, 30);
this.checkBoxNotLoginMenuMotor.TabIndex = 914; this.checkBoxNotLoginMenuMotor.TabIndex = 914;
this.checkBoxNotLoginMenuMotor.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxNotLoginMenuMotor.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxNotLoginMenuMotor.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxL3MenuMotor // checkBoxL3MenuMotor
// //
@ -1217,11 +1258,12 @@
this.checkBoxL3MenuMotor.ImageCheckBox = null; this.checkBoxL3MenuMotor.ImageCheckBox = null;
this.checkBoxL3MenuMotor.ImageUnCheckBox = null; this.checkBoxL3MenuMotor.ImageUnCheckBox = null;
this.checkBoxL3MenuMotor.InitVisible = true; this.checkBoxL3MenuMotor.InitVisible = true;
this.checkBoxL3MenuMotor.Location = new System.Drawing.Point(374, 531); this.checkBoxL3MenuMotor.Location = new System.Drawing.Point(374, 587);
this.checkBoxL3MenuMotor.Name = "checkBoxL3MenuMotor"; this.checkBoxL3MenuMotor.Name = "checkBoxL3MenuMotor";
this.checkBoxL3MenuMotor.Size = new System.Drawing.Size(29, 30); this.checkBoxL3MenuMotor.Size = new System.Drawing.Size(29, 30);
this.checkBoxL3MenuMotor.TabIndex = 915; this.checkBoxL3MenuMotor.TabIndex = 915;
this.checkBoxL3MenuMotor.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxL3MenuMotor.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL3MenuMotor.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxNotLoginMenuInformation // checkBoxNotLoginMenuInformation
// //
@ -1242,6 +1284,7 @@
this.checkBoxNotLoginMenuInformation.Size = new System.Drawing.Size(29, 30); this.checkBoxNotLoginMenuInformation.Size = new System.Drawing.Size(29, 30);
this.checkBoxNotLoginMenuInformation.TabIndex = 913; this.checkBoxNotLoginMenuInformation.TabIndex = 913;
this.checkBoxNotLoginMenuInformation.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxNotLoginMenuInformation.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxNotLoginMenuInformation.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxL3MenuInformation // checkBoxL3MenuInformation
// //
@ -1262,6 +1305,7 @@
this.checkBoxL3MenuInformation.Size = new System.Drawing.Size(29, 30); this.checkBoxL3MenuInformation.Size = new System.Drawing.Size(29, 30);
this.checkBoxL3MenuInformation.TabIndex = 911; this.checkBoxL3MenuInformation.TabIndex = 911;
this.checkBoxL3MenuInformation.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxL3MenuInformation.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL3MenuInformation.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxNotLoginMainWeightSet // checkBoxNotLoginMainWeightSet
// //
@ -1282,6 +1326,7 @@
this.checkBoxNotLoginMainWeightSet.Size = new System.Drawing.Size(29, 30); this.checkBoxNotLoginMainWeightSet.Size = new System.Drawing.Size(29, 30);
this.checkBoxNotLoginMainWeightSet.TabIndex = 912; this.checkBoxNotLoginMainWeightSet.TabIndex = 912;
this.checkBoxNotLoginMainWeightSet.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxNotLoginMainWeightSet.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxNotLoginMainWeightSet.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxL3MainWeightSet // checkBoxL3MainWeightSet
// //
@ -1302,6 +1347,7 @@
this.checkBoxL3MainWeightSet.Size = new System.Drawing.Size(29, 30); this.checkBoxL3MainWeightSet.Size = new System.Drawing.Size(29, 30);
this.checkBoxL3MainWeightSet.TabIndex = 871; this.checkBoxL3MainWeightSet.TabIndex = 871;
this.checkBoxL3MainWeightSet.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxL3MainWeightSet.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL3MainWeightSet.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxL2MenuMotor // checkBoxL2MenuMotor
// //
@ -1317,11 +1363,12 @@
this.checkBoxL2MenuMotor.ImageCheckBox = null; this.checkBoxL2MenuMotor.ImageCheckBox = null;
this.checkBoxL2MenuMotor.ImageUnCheckBox = null; this.checkBoxL2MenuMotor.ImageUnCheckBox = null;
this.checkBoxL2MenuMotor.InitVisible = true; this.checkBoxL2MenuMotor.InitVisible = true;
this.checkBoxL2MenuMotor.Location = new System.Drawing.Point(324, 531); this.checkBoxL2MenuMotor.Location = new System.Drawing.Point(324, 587);
this.checkBoxL2MenuMotor.Name = "checkBoxL2MenuMotor"; this.checkBoxL2MenuMotor.Name = "checkBoxL2MenuMotor";
this.checkBoxL2MenuMotor.Size = new System.Drawing.Size(29, 30); this.checkBoxL2MenuMotor.Size = new System.Drawing.Size(29, 30);
this.checkBoxL2MenuMotor.TabIndex = 870; this.checkBoxL2MenuMotor.TabIndex = 870;
this.checkBoxL2MenuMotor.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxL2MenuMotor.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL2MenuMotor.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxL2MenuInformation // checkBoxL2MenuInformation
// //
@ -1342,6 +1389,7 @@
this.checkBoxL2MenuInformation.Size = new System.Drawing.Size(29, 30); this.checkBoxL2MenuInformation.Size = new System.Drawing.Size(29, 30);
this.checkBoxL2MenuInformation.TabIndex = 873; this.checkBoxL2MenuInformation.TabIndex = 873;
this.checkBoxL2MenuInformation.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxL2MenuInformation.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL2MenuInformation.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxL2MainWeightSet // checkBoxL2MainWeightSet
// //
@ -1362,6 +1410,7 @@
this.checkBoxL2MainWeightSet.Size = new System.Drawing.Size(29, 30); this.checkBoxL2MainWeightSet.Size = new System.Drawing.Size(29, 30);
this.checkBoxL2MainWeightSet.TabIndex = 872; this.checkBoxL2MainWeightSet.TabIndex = 872;
this.checkBoxL2MainWeightSet.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxL2MainWeightSet.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL2MainWeightSet.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxL1MenuMotor // checkBoxL1MenuMotor
// //
@ -1377,11 +1426,12 @@
this.checkBoxL1MenuMotor.ImageCheckBox = null; this.checkBoxL1MenuMotor.ImageCheckBox = null;
this.checkBoxL1MenuMotor.ImageUnCheckBox = null; this.checkBoxL1MenuMotor.ImageUnCheckBox = null;
this.checkBoxL1MenuMotor.InitVisible = true; this.checkBoxL1MenuMotor.InitVisible = true;
this.checkBoxL1MenuMotor.Location = new System.Drawing.Point(274, 531); this.checkBoxL1MenuMotor.Location = new System.Drawing.Point(274, 587);
this.checkBoxL1MenuMotor.Name = "checkBoxL1MenuMotor"; this.checkBoxL1MenuMotor.Name = "checkBoxL1MenuMotor";
this.checkBoxL1MenuMotor.Size = new System.Drawing.Size(29, 30); this.checkBoxL1MenuMotor.Size = new System.Drawing.Size(29, 30);
this.checkBoxL1MenuMotor.TabIndex = 866; this.checkBoxL1MenuMotor.TabIndex = 866;
this.checkBoxL1MenuMotor.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxL1MenuMotor.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL1MenuMotor.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxL1MenuInformation // checkBoxL1MenuInformation
// //
@ -1402,6 +1452,7 @@
this.checkBoxL1MenuInformation.Size = new System.Drawing.Size(29, 30); this.checkBoxL1MenuInformation.Size = new System.Drawing.Size(29, 30);
this.checkBoxL1MenuInformation.TabIndex = 865; this.checkBoxL1MenuInformation.TabIndex = 865;
this.checkBoxL1MenuInformation.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxL1MenuInformation.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL1MenuInformation.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxL1MainWeightSet // checkBoxL1MainWeightSet
// //
@ -1422,6 +1473,7 @@
this.checkBoxL1MainWeightSet.Size = new System.Drawing.Size(29, 30); this.checkBoxL1MainWeightSet.Size = new System.Drawing.Size(29, 30);
this.checkBoxL1MainWeightSet.TabIndex = 864; this.checkBoxL1MainWeightSet.TabIndex = 864;
this.checkBoxL1MainWeightSet.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxL1MainWeightSet.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL1MainWeightSet.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxNotLoginMenuInitialization // checkBoxNotLoginMenuInitialization
// //
@ -1437,11 +1489,12 @@
this.checkBoxNotLoginMenuInitialization.ImageCheckBox = null; this.checkBoxNotLoginMenuInitialization.ImageCheckBox = null;
this.checkBoxNotLoginMenuInitialization.ImageUnCheckBox = null; this.checkBoxNotLoginMenuInitialization.ImageUnCheckBox = null;
this.checkBoxNotLoginMenuInitialization.InitVisible = true; this.checkBoxNotLoginMenuInitialization.InitVisible = true;
this.checkBoxNotLoginMenuInitialization.Location = new System.Drawing.Point(921, 407); this.checkBoxNotLoginMenuInitialization.Location = new System.Drawing.Point(921, 443);
this.checkBoxNotLoginMenuInitialization.Name = "checkBoxNotLoginMenuInitialization"; this.checkBoxNotLoginMenuInitialization.Name = "checkBoxNotLoginMenuInitialization";
this.checkBoxNotLoginMenuInitialization.Size = new System.Drawing.Size(29, 30); this.checkBoxNotLoginMenuInitialization.Size = new System.Drawing.Size(29, 30);
this.checkBoxNotLoginMenuInitialization.TabIndex = 869; this.checkBoxNotLoginMenuInitialization.TabIndex = 869;
this.checkBoxNotLoginMenuInitialization.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxNotLoginMenuInitialization.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxNotLoginMenuInitialization.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxL3MenuInitialization // checkBoxL3MenuInitialization
// //
@ -1457,11 +1510,12 @@
this.checkBoxL3MenuInitialization.ImageCheckBox = null; this.checkBoxL3MenuInitialization.ImageCheckBox = null;
this.checkBoxL3MenuInitialization.ImageUnCheckBox = null; this.checkBoxL3MenuInitialization.ImageUnCheckBox = null;
this.checkBoxL3MenuInitialization.InitVisible = true; this.checkBoxL3MenuInitialization.InitVisible = true;
this.checkBoxL3MenuInitialization.Location = new System.Drawing.Point(871, 407); this.checkBoxL3MenuInitialization.Location = new System.Drawing.Point(871, 443);
this.checkBoxL3MenuInitialization.Name = "checkBoxL3MenuInitialization"; this.checkBoxL3MenuInitialization.Name = "checkBoxL3MenuInitialization";
this.checkBoxL3MenuInitialization.Size = new System.Drawing.Size(29, 30); this.checkBoxL3MenuInitialization.Size = new System.Drawing.Size(29, 30);
this.checkBoxL3MenuInitialization.TabIndex = 868; this.checkBoxL3MenuInitialization.TabIndex = 868;
this.checkBoxL3MenuInitialization.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxL3MenuInitialization.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL3MenuInitialization.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxNotLoginMenuSystem // checkBoxNotLoginMenuSystem
// //
@ -1477,11 +1531,12 @@
this.checkBoxNotLoginMenuSystem.ImageCheckBox = null; this.checkBoxNotLoginMenuSystem.ImageCheckBox = null;
this.checkBoxNotLoginMenuSystem.ImageUnCheckBox = null; this.checkBoxNotLoginMenuSystem.ImageUnCheckBox = null;
this.checkBoxNotLoginMenuSystem.InitVisible = true; this.checkBoxNotLoginMenuSystem.InitVisible = true;
this.checkBoxNotLoginMenuSystem.Location = new System.Drawing.Point(424, 500); this.checkBoxNotLoginMenuSystem.Location = new System.Drawing.Point(424, 551);
this.checkBoxNotLoginMenuSystem.Name = "checkBoxNotLoginMenuSystem"; this.checkBoxNotLoginMenuSystem.Name = "checkBoxNotLoginMenuSystem";
this.checkBoxNotLoginMenuSystem.Size = new System.Drawing.Size(29, 30); this.checkBoxNotLoginMenuSystem.Size = new System.Drawing.Size(29, 30);
this.checkBoxNotLoginMenuSystem.TabIndex = 867; this.checkBoxNotLoginMenuSystem.TabIndex = 867;
this.checkBoxNotLoginMenuSystem.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxNotLoginMenuSystem.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxNotLoginMenuSystem.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxL3MenuSystem // checkBoxL3MenuSystem
// //
@ -1497,11 +1552,12 @@
this.checkBoxL3MenuSystem.ImageCheckBox = null; this.checkBoxL3MenuSystem.ImageCheckBox = null;
this.checkBoxL3MenuSystem.ImageUnCheckBox = null; this.checkBoxL3MenuSystem.ImageUnCheckBox = null;
this.checkBoxL3MenuSystem.InitVisible = true; this.checkBoxL3MenuSystem.InitVisible = true;
this.checkBoxL3MenuSystem.Location = new System.Drawing.Point(374, 500); this.checkBoxL3MenuSystem.Location = new System.Drawing.Point(374, 551);
this.checkBoxL3MenuSystem.Name = "checkBoxL3MenuSystem"; this.checkBoxL3MenuSystem.Name = "checkBoxL3MenuSystem";
this.checkBoxL3MenuSystem.Size = new System.Drawing.Size(29, 30); this.checkBoxL3MenuSystem.Size = new System.Drawing.Size(29, 30);
this.checkBoxL3MenuSystem.TabIndex = 874; this.checkBoxL3MenuSystem.TabIndex = 874;
this.checkBoxL3MenuSystem.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxL3MenuSystem.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL3MenuSystem.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxNotLoginMenuTime // checkBoxNotLoginMenuTime
// //
@ -1517,11 +1573,12 @@
this.checkBoxNotLoginMenuTime.ImageCheckBox = null; this.checkBoxNotLoginMenuTime.ImageCheckBox = null;
this.checkBoxNotLoginMenuTime.ImageUnCheckBox = null; this.checkBoxNotLoginMenuTime.ImageUnCheckBox = null;
this.checkBoxNotLoginMenuTime.InitVisible = true; this.checkBoxNotLoginMenuTime.InitVisible = true;
this.checkBoxNotLoginMenuTime.Location = new System.Drawing.Point(921, 500); this.checkBoxNotLoginMenuTime.Location = new System.Drawing.Point(921, 551);
this.checkBoxNotLoginMenuTime.Name = "checkBoxNotLoginMenuTime"; this.checkBoxNotLoginMenuTime.Name = "checkBoxNotLoginMenuTime";
this.checkBoxNotLoginMenuTime.Size = new System.Drawing.Size(29, 30); this.checkBoxNotLoginMenuTime.Size = new System.Drawing.Size(29, 30);
this.checkBoxNotLoginMenuTime.TabIndex = 883; this.checkBoxNotLoginMenuTime.TabIndex = 883;
this.checkBoxNotLoginMenuTime.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxNotLoginMenuTime.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxNotLoginMenuTime.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxL3MenuTime // checkBoxL3MenuTime
// //
@ -1538,11 +1595,12 @@
this.checkBoxL3MenuTime.ImageCheckBox = null; this.checkBoxL3MenuTime.ImageCheckBox = null;
this.checkBoxL3MenuTime.ImageUnCheckBox = null; this.checkBoxL3MenuTime.ImageUnCheckBox = null;
this.checkBoxL3MenuTime.InitVisible = true; this.checkBoxL3MenuTime.InitVisible = true;
this.checkBoxL3MenuTime.Location = new System.Drawing.Point(871, 500); this.checkBoxL3MenuTime.Location = new System.Drawing.Point(871, 551);
this.checkBoxL3MenuTime.Name = "checkBoxL3MenuTime"; this.checkBoxL3MenuTime.Name = "checkBoxL3MenuTime";
this.checkBoxL3MenuTime.Size = new System.Drawing.Size(29, 30); this.checkBoxL3MenuTime.Size = new System.Drawing.Size(29, 30);
this.checkBoxL3MenuTime.TabIndex = 882; this.checkBoxL3MenuTime.TabIndex = 882;
this.checkBoxL3MenuTime.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxL3MenuTime.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL3MenuTime.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxNotLoginMainProductNo // checkBoxNotLoginMainProductNo
// //
@ -1563,6 +1621,7 @@
this.checkBoxNotLoginMainProductNo.Size = new System.Drawing.Size(29, 30); this.checkBoxNotLoginMainProductNo.Size = new System.Drawing.Size(29, 30);
this.checkBoxNotLoginMainProductNo.TabIndex = 881; this.checkBoxNotLoginMainProductNo.TabIndex = 881;
this.checkBoxNotLoginMainProductNo.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxNotLoginMainProductNo.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxNotLoginMainProductNo.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxL3MainProductNo // checkBoxL3MainProductNo
// //
@ -1583,6 +1642,7 @@
this.checkBoxL3MainProductNo.Size = new System.Drawing.Size(29, 30); this.checkBoxL3MainProductNo.Size = new System.Drawing.Size(29, 30);
this.checkBoxL3MainProductNo.TabIndex = 886; this.checkBoxL3MainProductNo.TabIndex = 886;
this.checkBoxL3MainProductNo.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxL3MainProductNo.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL3MainProductNo.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxL2MenuInitialization // checkBoxL2MenuInitialization
// //
@ -1598,11 +1658,12 @@
this.checkBoxL2MenuInitialization.ImageCheckBox = null; this.checkBoxL2MenuInitialization.ImageCheckBox = null;
this.checkBoxL2MenuInitialization.ImageUnCheckBox = null; this.checkBoxL2MenuInitialization.ImageUnCheckBox = null;
this.checkBoxL2MenuInitialization.InitVisible = true; this.checkBoxL2MenuInitialization.InitVisible = true;
this.checkBoxL2MenuInitialization.Location = new System.Drawing.Point(821, 407); this.checkBoxL2MenuInitialization.Location = new System.Drawing.Point(821, 443);
this.checkBoxL2MenuInitialization.Name = "checkBoxL2MenuInitialization"; this.checkBoxL2MenuInitialization.Name = "checkBoxL2MenuInitialization";
this.checkBoxL2MenuInitialization.Size = new System.Drawing.Size(29, 30); this.checkBoxL2MenuInitialization.Size = new System.Drawing.Size(29, 30);
this.checkBoxL2MenuInitialization.TabIndex = 885; this.checkBoxL2MenuInitialization.TabIndex = 885;
this.checkBoxL2MenuInitialization.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxL2MenuInitialization.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL2MenuInitialization.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxL2MenuSystem // checkBoxL2MenuSystem
// //
@ -1618,11 +1679,12 @@
this.checkBoxL2MenuSystem.ImageCheckBox = null; this.checkBoxL2MenuSystem.ImageCheckBox = null;
this.checkBoxL2MenuSystem.ImageUnCheckBox = null; this.checkBoxL2MenuSystem.ImageUnCheckBox = null;
this.checkBoxL2MenuSystem.InitVisible = true; this.checkBoxL2MenuSystem.InitVisible = true;
this.checkBoxL2MenuSystem.Location = new System.Drawing.Point(324, 500); this.checkBoxL2MenuSystem.Location = new System.Drawing.Point(324, 551);
this.checkBoxL2MenuSystem.Name = "checkBoxL2MenuSystem"; this.checkBoxL2MenuSystem.Name = "checkBoxL2MenuSystem";
this.checkBoxL2MenuSystem.Size = new System.Drawing.Size(29, 30); this.checkBoxL2MenuSystem.Size = new System.Drawing.Size(29, 30);
this.checkBoxL2MenuSystem.TabIndex = 884; this.checkBoxL2MenuSystem.TabIndex = 884;
this.checkBoxL2MenuSystem.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxL2MenuSystem.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL2MenuSystem.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxL2MenuTime // checkBoxL2MenuTime
// //
@ -1638,11 +1700,12 @@
this.checkBoxL2MenuTime.ImageCheckBox = null; this.checkBoxL2MenuTime.ImageCheckBox = null;
this.checkBoxL2MenuTime.ImageUnCheckBox = null; this.checkBoxL2MenuTime.ImageUnCheckBox = null;
this.checkBoxL2MenuTime.InitVisible = true; this.checkBoxL2MenuTime.InitVisible = true;
this.checkBoxL2MenuTime.Location = new System.Drawing.Point(821, 500); this.checkBoxL2MenuTime.Location = new System.Drawing.Point(821, 551);
this.checkBoxL2MenuTime.Name = "checkBoxL2MenuTime"; this.checkBoxL2MenuTime.Name = "checkBoxL2MenuTime";
this.checkBoxL2MenuTime.Size = new System.Drawing.Size(29, 30); this.checkBoxL2MenuTime.Size = new System.Drawing.Size(29, 30);
this.checkBoxL2MenuTime.TabIndex = 877; this.checkBoxL2MenuTime.TabIndex = 877;
this.checkBoxL2MenuTime.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxL2MenuTime.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL2MenuTime.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxL2MainProductNo // checkBoxL2MainProductNo
// //
@ -1663,6 +1726,7 @@
this.checkBoxL2MainProductNo.Size = new System.Drawing.Size(29, 30); this.checkBoxL2MainProductNo.Size = new System.Drawing.Size(29, 30);
this.checkBoxL2MainProductNo.TabIndex = 876; this.checkBoxL2MainProductNo.TabIndex = 876;
this.checkBoxL2MainProductNo.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxL2MainProductNo.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL2MainProductNo.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxL1MenuInitialization // checkBoxL1MenuInitialization
// //
@ -1678,11 +1742,12 @@
this.checkBoxL1MenuInitialization.ImageCheckBox = null; this.checkBoxL1MenuInitialization.ImageCheckBox = null;
this.checkBoxL1MenuInitialization.ImageUnCheckBox = null; this.checkBoxL1MenuInitialization.ImageUnCheckBox = null;
this.checkBoxL1MenuInitialization.InitVisible = true; this.checkBoxL1MenuInitialization.InitVisible = true;
this.checkBoxL1MenuInitialization.Location = new System.Drawing.Point(771, 407); this.checkBoxL1MenuInitialization.Location = new System.Drawing.Point(771, 443);
this.checkBoxL1MenuInitialization.Name = "checkBoxL1MenuInitialization"; this.checkBoxL1MenuInitialization.Name = "checkBoxL1MenuInitialization";
this.checkBoxL1MenuInitialization.Size = new System.Drawing.Size(29, 30); this.checkBoxL1MenuInitialization.Size = new System.Drawing.Size(29, 30);
this.checkBoxL1MenuInitialization.TabIndex = 875; this.checkBoxL1MenuInitialization.TabIndex = 875;
this.checkBoxL1MenuInitialization.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxL1MenuInitialization.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL1MenuInitialization.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxL1MenuSystem // checkBoxL1MenuSystem
// //
@ -1698,11 +1763,12 @@
this.checkBoxL1MenuSystem.ImageCheckBox = null; this.checkBoxL1MenuSystem.ImageCheckBox = null;
this.checkBoxL1MenuSystem.ImageUnCheckBox = null; this.checkBoxL1MenuSystem.ImageUnCheckBox = null;
this.checkBoxL1MenuSystem.InitVisible = true; this.checkBoxL1MenuSystem.InitVisible = true;
this.checkBoxL1MenuSystem.Location = new System.Drawing.Point(274, 500); this.checkBoxL1MenuSystem.Location = new System.Drawing.Point(274, 551);
this.checkBoxL1MenuSystem.Name = "checkBoxL1MenuSystem"; this.checkBoxL1MenuSystem.Name = "checkBoxL1MenuSystem";
this.checkBoxL1MenuSystem.Size = new System.Drawing.Size(29, 30); this.checkBoxL1MenuSystem.Size = new System.Drawing.Size(29, 30);
this.checkBoxL1MenuSystem.TabIndex = 880; this.checkBoxL1MenuSystem.TabIndex = 880;
this.checkBoxL1MenuSystem.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxL1MenuSystem.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL1MenuSystem.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxL1MenuTime // checkBoxL1MenuTime
// //
@ -1718,11 +1784,12 @@
this.checkBoxL1MenuTime.ImageCheckBox = null; this.checkBoxL1MenuTime.ImageCheckBox = null;
this.checkBoxL1MenuTime.ImageUnCheckBox = null; this.checkBoxL1MenuTime.ImageUnCheckBox = null;
this.checkBoxL1MenuTime.InitVisible = true; this.checkBoxL1MenuTime.InitVisible = true;
this.checkBoxL1MenuTime.Location = new System.Drawing.Point(771, 500); this.checkBoxL1MenuTime.Location = new System.Drawing.Point(771, 551);
this.checkBoxL1MenuTime.Name = "checkBoxL1MenuTime"; this.checkBoxL1MenuTime.Name = "checkBoxL1MenuTime";
this.checkBoxL1MenuTime.Size = new System.Drawing.Size(29, 30); this.checkBoxL1MenuTime.Size = new System.Drawing.Size(29, 30);
this.checkBoxL1MenuTime.TabIndex = 879; this.checkBoxL1MenuTime.TabIndex = 879;
this.checkBoxL1MenuTime.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxL1MenuTime.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL1MenuTime.Click += new System.EventHandler(this.checkBox_Click);
// //
// checkBoxL1MainProductNo // checkBoxL1MainProductNo
// //
@ -1743,6 +1810,7 @@
this.checkBoxL1MainProductNo.Size = new System.Drawing.Size(29, 30); this.checkBoxL1MainProductNo.Size = new System.Drawing.Size(29, 30);
this.checkBoxL1MainProductNo.TabIndex = 878; this.checkBoxL1MainProductNo.TabIndex = 878;
this.checkBoxL1MainProductNo.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle; this.checkBoxL1MainProductNo.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.checkBoxL1MainProductNo.Click += new System.EventHandler(this.checkBox_Click);
// //
// buttonSave // buttonSave
// //
@ -1883,7 +1951,7 @@
this.labelTitleViewer.ForeColor = System.Drawing.Color.Black; this.labelTitleViewer.ForeColor = System.Drawing.Color.Black;
this.labelTitleViewer.InitVisible = true; this.labelTitleViewer.InitVisible = true;
this.labelTitleViewer.LineSpacing = 0F; this.labelTitleViewer.LineSpacing = 0F;
this.labelTitleViewer.Location = new System.Drawing.Point(532, 562); this.labelTitleViewer.Location = new System.Drawing.Point(532, 623);
this.labelTitleViewer.Name = "labelTitleViewer"; this.labelTitleViewer.Name = "labelTitleViewer";
this.labelTitleViewer.Size = new System.Drawing.Size(200, 30); this.labelTitleViewer.Size = new System.Drawing.Size(200, 30);
this.labelTitleViewer.TabIndex = 852; this.labelTitleViewer.TabIndex = 852;
@ -1904,14 +1972,13 @@
this.labelTitleCommunication.ForeColor = System.Drawing.Color.Black; this.labelTitleCommunication.ForeColor = System.Drawing.Color.Black;
this.labelTitleCommunication.InitVisible = true; this.labelTitleCommunication.InitVisible = true;
this.labelTitleCommunication.LineSpacing = 0F; this.labelTitleCommunication.LineSpacing = 0F;
this.labelTitleCommunication.Location = new System.Drawing.Point(33, 687); this.labelTitleCommunication.Location = new System.Drawing.Point(35, 479);
this.labelTitleCommunication.Name = "labelTitleCommunication"; this.labelTitleCommunication.Name = "labelTitleCommunication";
this.labelTitleCommunication.Size = new System.Drawing.Size(200, 30); this.labelTitleCommunication.Size = new System.Drawing.Size(200, 30);
this.labelTitleCommunication.TabIndex = 847; this.labelTitleCommunication.TabIndex = 847;
this.labelTitleCommunication.Text = "Communication"; this.labelTitleCommunication.Text = "Communication";
this.labelTitleCommunication.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelTitleCommunication.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.labelTitleCommunication.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTitleCommunication.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTitleCommunication.Visible = false;
this.labelTitleCommunication.Wordwrap = false; this.labelTitleCommunication.Wordwrap = false;
// //
// smartLabel26 // smartLabel26
@ -2087,7 +2154,7 @@
this.labelTitle.BackPictureBox2 = null; this.labelTitle.BackPictureBox2 = null;
this.labelTitle.BorderColor = System.Drawing.Color.Black; this.labelTitle.BorderColor = System.Drawing.Color.Black;
this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitle.Font = new System.Drawing.Font("새굴림", 35F, System.Drawing.FontStyle.Bold); this.labelTitle.Font = new System.Drawing.Font("New Gulim", 35F, System.Drawing.FontStyle.Bold);
this.labelTitle.InitVisible = true; this.labelTitle.InitVisible = true;
this.labelTitle.LineSpacing = 0F; this.labelTitle.LineSpacing = 0F;
this.labelTitle.Location = new System.Drawing.Point(199, 7); this.labelTitle.Location = new System.Drawing.Point(199, 7);
@ -2110,7 +2177,7 @@
this.labelTitleStatistics.ForeColor = System.Drawing.Color.Black; this.labelTitleStatistics.ForeColor = System.Drawing.Color.Black;
this.labelTitleStatistics.InitVisible = true; this.labelTitleStatistics.InitVisible = true;
this.labelTitleStatistics.LineSpacing = 0F; this.labelTitleStatistics.LineSpacing = 0F;
this.labelTitleStatistics.Location = new System.Drawing.Point(532, 531); this.labelTitleStatistics.Location = new System.Drawing.Point(532, 587);
this.labelTitleStatistics.Name = "labelTitleStatistics"; this.labelTitleStatistics.Name = "labelTitleStatistics";
this.labelTitleStatistics.Size = new System.Drawing.Size(200, 30); this.labelTitleStatistics.Size = new System.Drawing.Size(200, 30);
this.labelTitleStatistics.TabIndex = 628; this.labelTitleStatistics.TabIndex = 628;
@ -2219,7 +2286,7 @@
this.smartLabel21.ForeColor = System.Drawing.Color.Black; this.smartLabel21.ForeColor = System.Drawing.Color.Black;
this.smartLabel21.InitVisible = true; this.smartLabel21.InitVisible = true;
this.smartLabel21.LineSpacing = 0F; this.smartLabel21.LineSpacing = 0F;
this.smartLabel21.Location = new System.Drawing.Point(532, 469); this.smartLabel21.Location = new System.Drawing.Point(532, 515);
this.smartLabel21.Name = "smartLabel21"; this.smartLabel21.Name = "smartLabel21";
this.smartLabel21.Size = new System.Drawing.Size(200, 30); this.smartLabel21.Size = new System.Drawing.Size(200, 30);
this.smartLabel21.TabIndex = 555; this.smartLabel21.TabIndex = 555;
@ -2239,7 +2306,7 @@
this.smartLabel18.ForeColor = System.Drawing.Color.Black; this.smartLabel18.ForeColor = System.Drawing.Color.Black;
this.smartLabel18.InitVisible = true; this.smartLabel18.InitVisible = true;
this.smartLabel18.LineSpacing = 0F; this.smartLabel18.LineSpacing = 0F;
this.smartLabel18.Location = new System.Drawing.Point(532, 407); this.smartLabel18.Location = new System.Drawing.Point(532, 443);
this.smartLabel18.Name = "smartLabel18"; this.smartLabel18.Name = "smartLabel18";
this.smartLabel18.Size = new System.Drawing.Size(200, 30); this.smartLabel18.Size = new System.Drawing.Size(200, 30);
this.smartLabel18.TabIndex = 552; this.smartLabel18.TabIndex = 552;
@ -2259,7 +2326,7 @@
this.smartLabel16.ForeColor = System.Drawing.Color.Black; this.smartLabel16.ForeColor = System.Drawing.Color.Black;
this.smartLabel16.InitVisible = true; this.smartLabel16.InitVisible = true;
this.smartLabel16.LineSpacing = 0F; this.smartLabel16.LineSpacing = 0F;
this.smartLabel16.Location = new System.Drawing.Point(35, 593); this.smartLabel16.Location = new System.Drawing.Point(532, 407);
this.smartLabel16.Name = "smartLabel16"; this.smartLabel16.Name = "smartLabel16";
this.smartLabel16.Size = new System.Drawing.Size(200, 30); this.smartLabel16.Size = new System.Drawing.Size(200, 30);
this.smartLabel16.TabIndex = 551; this.smartLabel16.TabIndex = 551;
@ -2279,7 +2346,7 @@
this.smartLabel15.ForeColor = System.Drawing.Color.Black; this.smartLabel15.ForeColor = System.Drawing.Color.Black;
this.smartLabel15.InitVisible = true; this.smartLabel15.InitVisible = true;
this.smartLabel15.LineSpacing = 0F; this.smartLabel15.LineSpacing = 0F;
this.smartLabel15.Location = new System.Drawing.Point(35, 562); this.smartLabel15.Location = new System.Drawing.Point(35, 623);
this.smartLabel15.Name = "smartLabel15"; this.smartLabel15.Name = "smartLabel15";
this.smartLabel15.Size = new System.Drawing.Size(200, 30); this.smartLabel15.Size = new System.Drawing.Size(200, 30);
this.smartLabel15.TabIndex = 550; this.smartLabel15.TabIndex = 550;
@ -2299,7 +2366,7 @@
this.smartLabel14.ForeColor = System.Drawing.Color.Black; this.smartLabel14.ForeColor = System.Drawing.Color.Black;
this.smartLabel14.InitVisible = true; this.smartLabel14.InitVisible = true;
this.smartLabel14.LineSpacing = 0F; this.smartLabel14.LineSpacing = 0F;
this.smartLabel14.Location = new System.Drawing.Point(35, 531); this.smartLabel14.Location = new System.Drawing.Point(35, 587);
this.smartLabel14.Name = "smartLabel14"; this.smartLabel14.Name = "smartLabel14";
this.smartLabel14.Size = new System.Drawing.Size(200, 30); this.smartLabel14.Size = new System.Drawing.Size(200, 30);
this.smartLabel14.TabIndex = 549; this.smartLabel14.TabIndex = 549;
@ -2319,7 +2386,7 @@
this.smartLabel13.ForeColor = System.Drawing.Color.Black; this.smartLabel13.ForeColor = System.Drawing.Color.Black;
this.smartLabel13.InitVisible = true; this.smartLabel13.InitVisible = true;
this.smartLabel13.LineSpacing = 0F; this.smartLabel13.LineSpacing = 0F;
this.smartLabel13.Location = new System.Drawing.Point(35, 500); this.smartLabel13.Location = new System.Drawing.Point(35, 551);
this.smartLabel13.Name = "smartLabel13"; this.smartLabel13.Name = "smartLabel13";
this.smartLabel13.Size = new System.Drawing.Size(200, 30); this.smartLabel13.Size = new System.Drawing.Size(200, 30);
this.smartLabel13.TabIndex = 548; this.smartLabel13.TabIndex = 548;
@ -2339,7 +2406,7 @@
this.smartLabel12.ForeColor = System.Drawing.Color.Black; this.smartLabel12.ForeColor = System.Drawing.Color.Black;
this.smartLabel12.InitVisible = true; this.smartLabel12.InitVisible = true;
this.smartLabel12.LineSpacing = 0F; this.smartLabel12.LineSpacing = 0F;
this.smartLabel12.Location = new System.Drawing.Point(35, 469); this.smartLabel12.Location = new System.Drawing.Point(35, 515);
this.smartLabel12.Name = "smartLabel12"; this.smartLabel12.Name = "smartLabel12";
this.smartLabel12.Size = new System.Drawing.Size(200, 30); this.smartLabel12.Size = new System.Drawing.Size(200, 30);
this.smartLabel12.TabIndex = 547; this.smartLabel12.TabIndex = 547;
@ -2359,7 +2426,7 @@
this.smartLabel11.ForeColor = System.Drawing.Color.Black; this.smartLabel11.ForeColor = System.Drawing.Color.Black;
this.smartLabel11.InitVisible = true; this.smartLabel11.InitVisible = true;
this.smartLabel11.LineSpacing = 0F; this.smartLabel11.LineSpacing = 0F;
this.smartLabel11.Location = new System.Drawing.Point(35, 438); this.smartLabel11.Location = new System.Drawing.Point(35, 443);
this.smartLabel11.Name = "smartLabel11"; this.smartLabel11.Name = "smartLabel11";
this.smartLabel11.Size = new System.Drawing.Size(200, 30); this.smartLabel11.Size = new System.Drawing.Size(200, 30);
this.smartLabel11.TabIndex = 546; this.smartLabel11.TabIndex = 546;
@ -2379,7 +2446,7 @@
this.smartLabel10.ForeColor = System.Drawing.Color.Black; this.smartLabel10.ForeColor = System.Drawing.Color.Black;
this.smartLabel10.InitVisible = true; this.smartLabel10.InitVisible = true;
this.smartLabel10.LineSpacing = 0F; this.smartLabel10.LineSpacing = 0F;
this.smartLabel10.Location = new System.Drawing.Point(532, 438); this.smartLabel10.Location = new System.Drawing.Point(532, 479);
this.smartLabel10.Name = "smartLabel10"; this.smartLabel10.Name = "smartLabel10";
this.smartLabel10.Size = new System.Drawing.Size(200, 30); this.smartLabel10.Size = new System.Drawing.Size(200, 30);
this.smartLabel10.TabIndex = 545; this.smartLabel10.TabIndex = 545;
@ -2419,7 +2486,7 @@
this.smartLabel8.ForeColor = System.Drawing.Color.Black; this.smartLabel8.ForeColor = System.Drawing.Color.Black;
this.smartLabel8.InitVisible = true; this.smartLabel8.InitVisible = true;
this.smartLabel8.LineSpacing = 0F; this.smartLabel8.LineSpacing = 0F;
this.smartLabel8.Location = new System.Drawing.Point(532, 500); this.smartLabel8.Location = new System.Drawing.Point(532, 551);
this.smartLabel8.Name = "smartLabel8"; this.smartLabel8.Name = "smartLabel8";
this.smartLabel8.Size = new System.Drawing.Size(200, 30); this.smartLabel8.Size = new System.Drawing.Size(200, 30);
this.smartLabel8.TabIndex = 543; this.smartLabel8.TabIndex = 543;

View File

@ -165,75 +165,77 @@
XTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxS XTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxS
fNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+ fNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+
tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/ tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/
6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAAD99JREFUeF7t1wENADAI 6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOxAAADsQBlSsOGwAAEEJJREFUeF7t1zERACAQ
wDD8CwC5v5B1qYnNkyRJkpTJAEiSJEmhDIAkSZIUygBIkiRJoQyAJEmSFMoASJIkSaEMgCRJkhTKAEiS xMD3LwDkQo8EspmtzsHNkSRJkpRp3kGSJEnSvzkAkiRJUigHQJIkSQrlAEiSJEmhHABJkiQplAMgSZIk
JEmhDIAkSZIUygBIkiRJoQyAJEmSFMoASJIkSaEMgCRJkhTKAEiSJEmhDIAkSZIUygBIkiRJoQyAJEmS hXIAJEmSpFAOgCRJkhTKAZAkSZJCOQCSJElSKAdAkiRJCuUASJIkSaEcAEmSJCmUAyBJkiSFcgAkSZKk
FMoASJIkSaEMgCRJkhTKAEiSJEmhDIAkSZIUygBIkiRJoQyAJEmSFMoASJIkSaEMgCRJkhTKAEiSJEmh UA6AJEmSFMoBkCRJkkI5AJIkSVIoB0CSJEkK5QBIkiRJoRwASZIkKZQDIEmSJIVyACRJkqRQDoAkSZIU
DIAkSZIUygBIkiRJoQyAJEmSFMoASJIkSaEMgCRJkhTKAEiSJEmhDIAkSZIUygBIkiRJoQyAJEmSFMoA ygGQJEmSQjkAkiRJUigHQJIkSQrlAEiSJEmhHABJkiQplAMgSZIkhXIAJEmSpFAOgCRJkhTKAZAkSZJC
SJIkSaEMgCRJkhTKAEiSJEmhDIAkSZIUygBIkiRJoQyAJEmSFMoASJIkSaEMgCRJkhTKAEiSJEmhDIAk OQCSJElSKAdAkiRJCuUASJIkSaEcAEmSJCmUAyBJkiSFcgAkSZKkUA6AJEmSFMoBkCRJkkI5AJIkSVIo
SZIUygBIkiRJoQyAJEmSFMoASJIkSaEMgCRJkhTKAEiSJEmhDIAkSZIUygBIkiRJoQyAJEmSFMoASJIk B0CSJEkK5QBIkiRJoRwASZIkKZQDIEmSJIVyACRJkqRQDoAkSZIUygGQJEmSQjkAkiRJUigHQJIkSQrl
SaEMgCRJkhTKAEiSJEmhDIAkSZIUygBIkiRJoQyAJEmSFMoASJIkSaEMgCRJkhTKAEiSJEmhDIAkSZIU AEiSJEmhHABJkiQplAMgSZIkhXIAJEmSpFAOgCRJkhTKAZAkSZJCOQCSJElSKAdAkiRJCuUASJIkSaEc
ygBIkiRJoQyAJEmSFMoASJIkSaEMgCRJkhTKAEiSJEmhDIAkSZIUygBIkiRJoQyAJEmSFMoASJIkSaEM AEmSJCmUAyBJkiSFcgAkSZKkUA6AJEmSFMoBkCRJkkI5AJIkSVIoB0CSJEkK5QBIkiRJoRwASZIkKZQD
gCRJkhRqbg8AAIgwAAAAEGIAAAAgxAAAAECIAQAAgBADAAAAIQYAAABCDAAAAIQYAAAACDEAAAAQYgAA IEmSJIVyACRJkqRQDoAkSZIUavbaAABAhAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAA
ACDEAAAAQIgBAACAEAMAAAAhBgAAAEIMAAAAhBgAAAAIMQAAABBiAAAAIMQAAABAiAEAAIAQAwAAACEG EOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4
AAAAQgwAAACEGAAAAAgxAAAAEGIAAAAgxAAAAECIAQAAgBADAAAAIQYAAABCDAAAAIQYAAAACDEAAAAQ AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAA
YgAAACDEAAAAQIgBAACAEAMAAAAhBgAAAEIMAAAAhBgAAAAIMQAAABBiAAAAIMQAAABAiAEAAIAQAwAA AIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAh
ACEGAAAAQgwAAACEGAAAAAgxAAAAEGIAAAAgxAAAAECIAQAAgBADAAAAIQYAAABCDAAAAIQYAAAACDEA DgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMA
AAAQYgAAACDEAAAAQIgBAACAEAMAAAAhBgAAAEIMAAAAhBgAAAAIMQAAABBiAAAAIMQAAABAiAEAAIAQ AAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABA
AwAAACEGAAAAQgwAAACEGAAAAAgxAAAAEGIAAAAgxAAAAECIAQAAgBADAAAAIQYAAABCDAAAAIQYAAAA iAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIA
CDEAAAAQYgAAACDEAAAAQIgBAACAEAMAAAAhBgAAAEIMAAAAhBgAAAAIMQAAABBiAAAAIMQAAABAiAEA AABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAA
AIAQAwAAACEGAAAAQgwAAACEGAAAAAgxAAAAEGIAAAAgxAAAAECIAQAAgBADAAAAIQYAAABCDAAAAIQY EOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4
AAAACDEAAAAQYgAAACDEAAAAQIgBAACAEAMAAAAhBgAAAEIMAAAAhBgAAAAIMQAAABBiAAAAIMQAAABA AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAA
iAEAAIAQAwAAACEGAAAAQgwAAACEGAAAAAgxAAAAEGIAAAAgxAAAAECIAQAAgBADAAAAIQYAAABCDAAA AIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAh
AIQYAAAACDEAAAAQYgAAACDEAAAAQIgBAACAEAMAAAAhBgAAAEIMAAAAhBgAAAAIMQAAABBiAAAAIMQA DgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMA
AABAiAEAAIAQAwAAACEGAAAAQgwAAACEGAAAAAgxAAAAEGIAAAAgxAAAAECIAQAAgBADAAAAIQYAAABC AAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABA
DAAAAIQYAAAACDEAAAAQYgAAACDEAAAAQIgBAACAEAMAAAAhBgAAAEIMAAAAhBgAAAAIMQAAABBiAAAA iAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIA
IMQAAABAiAEAAIAQAwAAACEGAAAAQgwAAACEGAAAAAgxAAAAEGIAAAAgxAAAAECIAQAAgBADAAAAIQYA AABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAA
AABCDAAAAIQYAAAACDEAAAAQYgAAACDEAAAAQIgBAACAEAMAAAAhBgAAAEIMAAAAhBgAAAAIMQAAABBi EOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4
AAAAIMQAAABAiAEAAIAQAwAAACEGAAAAQgwAAACEGAAAAAgxAAAAEGIAAAAgxAAAAECIAQAAgBADAAAA AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAA
IQYAAABCDAAAAIQYAAAACDEAAAAQYgAAACDEAAAAQIgBAACAEAMAAAAhBgAAAEIMAAAAhBgAAAAIMQAA AIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAh
ABBiAAAAIMQAAABAiAEAAIAQAwAAACEGAAAAQgwAAACEGAAAAAgxAAAAEGIAAAAgxAAAAECIAQAAgBAD DgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMA
AAAAIQYAAABCDAAAAIQYAAAACDEAAAAQYgAAACDEAAAAQIgBAACAEAMAAAAhBgAAAEIMAAAAhBgAAAAI AAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABA
MQAAABBiAAAAIMQAAABAiAEAAIAQAwAAACEGAAAAQgwAAACEGAAAAAgxAAAAEGIAAAAgxAAAAECIAQAA iAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIA
gBADAAAAIQYAAABCDAAAAIQYAAAACDEAAAAQYgAAACDEAAAAQIgBAACAEAMAAAAhBgAAAEIMAAAAhBgA AABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAA
AAAIMQAAABBiAAAAIMQAAABAiAEAAIAQAwAAACEGAAAAQgwAAACEGAAAAAgxAAAAEGIAAAAgxAAAAECI EOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4
AQAAgBADAAAAIQYAAABCDAAAAIQYAAAACDEAAAAQYgAAACDEAAAAQIgBAACAEAMAAAAhBgAAAEIMAAAA AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAA
hBgAAAAIMQAAABBiAAAAIMQAAABAiAEAAIAQAwAAACEGAAAAQgwAAACEGAAAAAgxAAAAEGIAAAAgxAAA AIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAh
AECIAQAAgBADAAAAIQYAAABCDAAAAIQYAAAACDEAAAAQYgAAACDEAAAAQIgBAACAEAMAAAAhBgAAAEIM DgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMA
AAAAhBgAAAAIMQAAABBiAAAAIMQAAABAiAEAAIAQAwAAACEGAAAAQgwAAACEGAAAAAgxAAAAEGIAAAAg AAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABA
xAAAAECIAQAAgBADAAAAIQYAAABCDAAAAIQYAAAACDEAAAAQYgAAACDEAAAAQIgBAACAEAMAAAAhBgAA iAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIA
AEIMAAAAhBgAAAAIMQAAABBiAAAAIMQAAABAiAEAAIAQAwAAACEGAAAAQgwAAACEGAAAAAgxAAAAEGIA AABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAA
AAAgxAAAAECIAQAAgBADAAAAIQYAAABCDAAAAIQYAAAACDEAAAAQYgAAACDEAAAAQIgBAACAEAMAAAAh EOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4
BgAAAEIMAAAAhBgAAAAIMQAAABBiAAAAIMQAAABAiAEAAIAQAwAAACEGAAAAQgwAAACEGAAAAAgxAAAA AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAA
EGIAAAAgxAAAAECIAQAAgBADAAAAIQYAAABCDAAAAIQYAAAACDEAAAAQYgAAACDEAAAAQIgBAACAEAMA AIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAh
AAAhBgAAAEIMAAAAhBgAAAAIMQAAABBiAAAAIMQAAABAiAEAAIAQAwAAACEGAAAAQgwAAACEGAAAAAgx DgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMA
AAAAEGIAAAAgxAAAAECIAQAAgBADAAAAIQYAAABCDAAAAIQYAAAACDEAAAAQYgAAACDEAAAAQIgBAACA AAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABA
EAMAAAAhBgAAAEIMAAAAhBgAAAAIMQAAABBiAAAAIMQAAABAiAEAAIAQAwAAACEGAAAAQgwAAACEGAAA iAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIA
AAgxAAAAEGIAAAAgxAAAAECIAQAAgBADAAAAIQYAAABCDAAAAIQYAAAACDEAAAAQYgAAACDEAAAAQIgB AABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAA
AACAEAMAAAAhBgAAAEIMAAAAhBgAAAAIMQAAABBiAAAAIMQAAABAiAEAAIAQAwAAACEGAAAAQgwAAACE EOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4
GAAAAAgxAAAAEGIAAAAgxAAAAECIAQAAgBADAAAAIQYAAABCDAAAAIQYAAAACDEAAAAQYgAAACDEAAAA AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAA
QIgBAACAEAMAAAAhBgAAAEIMAAAAhBgAAAAIMQAAABBiAAAAIMQAAABAiAEAAIAQAwAAACEGAAAAQgwA AIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAh
AACEGAAAAAgxAAAAEGIAAAAgxAAAAECIAQAAgBADAAAAIQYAAABCDAAAAIQYAAAACDEAAAAQYgAAACDE DgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMA
AAAAQIgBAACAEAMAAAAhBgAAAEIMAAAAhBgAAAAIMQAAABBiAAAAIMQAAABAiAEAAIAQAwAAACEGAAAA AAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABA
QgwAAACEGAAAAAgxAAAAEGIAAAAgxAAAAECIAQAAgBADAAAAIQYAAABCDAAAAIQYAAAACDEAAAAQYgAA iAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIA
ACDEAAAAQIgBAACAEAMAAAAhBgAAAEIMAAAAhBgAAAAIMQAAABBiAAAAIMQAAABAiAEAAIAQAwAAACEG AABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAA
AAAAQgwAAACEGAAAAAgxAAAAEGIAAAAgxAAAAECIAQAAgBADAAAAIQYAAABCDAAAAIQYAAAACDEAAAAQ EOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4
YgAAACDEAAAAQIgBAACAEAMAAAAhBgAAAEIMAAAAhBgAAAAIMQAAABBiAAAAIMQAAABAiAEAAIAQAwAA AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAA
ACEGAAAAQgwAAACEGAAAAAgxAAAAEGIAAAAgxAAAAECIAQAAgBADAAAAIQYAAABCDAAAAIQYAAAACDEA AIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAh
AAAQYgAAACDEAAAAQIgBAACAEAMAAAAhBgAAAEIMAAAAhBgAAAAIMQAAABBiAAAAIMQAAABAiAEAAIAQ DgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMA
AwAAACEGAAAAQgwAAACEGAAAAAgxAAAAEGIAAAAgxAAAAECIAQAAgBADAAAAIQYAAABCDAAAAIQYAAAA AAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABA
CDEAAAAQYgAAACDEAAAAQIgBAACAEAMAAAAhBgAAAEIMAAAAhBgAAAAIMQAAABBiAAAAIMQAAABAiAEA iAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIA
AIAQAwAAACEGAAAAQgwAAACEGAAAAAgxAAAAEGIAAAAgxAAAAECIAQAAgBADAAAAIQYAAABCDAAAAIQY AABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAA
AAAACDEAAAAQYgAAACDEAAAAQIgBAACAEAMAAAAhBgAAAEIMAAAAhBgAAAAIMQAAABBiAAAAIMQAAABA EOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4
iAEAAIAQAwAAACEGAAAAQgwAAACEGAAAAAgxAAAAEGIAAAAgxAAAAECIAQAAgBADAAAAIQYAAABCDAAA AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAA
AIQYAAAACDEAAAAQYgAAACDEAAAAQIgBAACAEAMAAAAhBgAAAEIMAAAAhBgAAAAIMQAAABBiAAAAIMQA AIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAh
AABAiAEAAIAQAwAAACEGAAAAQgwAAACEGAAAAAgxAAAAEGIAAAAgxAAAAECIAQAAgBADAAAAIQYAAABC DgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMA
DAAAAIQYAAAACDEAAAAQYgAAACDEAAAAQIgBAACAEAMAAAAhBgAAAEIMAAAAhBgAAAAIMQAAABBiAAAA AAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABA
IMQAAABAiAEAAIAQAwAAACEGAAAAQgwAAACEGAAAAAgxAAAAEGIAAAAgxAAAAECIAQAAgBADAAAAIQYA iAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIA
AABCDAAAAIQYAAAACDEAAAAQYgAAACDEAAAAQIgBAACAEAMAAAAhBgAAAEIMAAAAhBgAAAAIMQAAABBi AABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAA
AAAAIMQAAABAiAEAAIAQAwAAACEGAAAAQgwAAACEGAAAAAgxAAAAEGIAAAAgxAAAAECIAQAAgBADAAAA EOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4
IQYAAABCDAAAAIQYAAAACDEAAAAQYgAAACDEAAAAQIgBAACAEAMAAAAhBgAAAEIMAAAAhBgAAAAIMQAA AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAA
ABBiAAAAIMQAAABAiAEAAIAQAwAAACEGAAAAMvY+1tRWy+4CoZ0AAAAASUVORK5CYII= AIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAh
DgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMAAAAhDgAAAIQ4AAAAEOIAAABAiAMA
AAAhDgAAAIRc1tRWy/QY8wMAAAAASUVORK5CYII=
</value> </value>
</data> </data>
<data name="buttonSave.DisableImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="buttonSave.DisableImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
@ -283,36 +285,38 @@
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
XCDPUhc74QlukldNjs7VIyMjbNQQY6tjgLWddIqwmWM94wEhTCYmJugyOk5VEcWV8qz5xHNnZyeR/KcZ YRiKonK5XLfb/fjxYzQaxeQZhsGLMc1i5R0OBxzwut3uOPler/f69Wuxz9HRUa/Xazabw/JPnz7FizHN
zG38BFx0d3d3dHSQX1Y+/eyA++QZPaK3qKiIbxlJvk2R/MC15NdFpAtcJk+jiXkCGNjqfwmLokZK6RBw YuXhlT8+Pr66uhp3q7u9va3X6wcHB9lstl6v93q9s7OzwQHPevKo0jzPq6p6cnJSr9dPh6jVavV6Hb5a
kzxrMoPGDp9pTE4v7FiZw/lOEk47fDMF+Hw+GX+Xyfv9/s3NTSZz5nkLcMLhwMMhlwiiNqJJ1W4fDsoz KBQK5XK5UqlkMhkAAEVRlpd3Op2iKD5//jwajUZGIUlStI8kSeFweHd3VxRFeOdDfceS8hRF2e32J0+e
ezGZs7zHW+ETQ6nb29vR0VHZ/7hMnmPp9va2ZXm2ANfX1yyTHpW/urrKymfls/L2kpW3W16a61F5DjM0 2O12eCWpMSBJiqJgepQFngKLydM0zfP8j+8BALgmwD0AzIWagJXkWZalKEoQhIODA/j00mq1ms1ma2La
V6/zyiZFkL+5uWGdlziiC1Tt9uHsyHNoxcEy9/f3Y2NjLtvhMeYMFyeTcDjMLs0a7HAODw858yLPsYcL 7Xar1SqXy36/H15/i8kHg8FqtXp7e3s3Ezc3N+fn54lEgqZpiqI4jsOLMc0C5cPhcK1We+iD39wn4OHh
Vbt9OCI/OzvLsRx/WrwUhV5ICYosLCzwwHM6wjwYDIZCIVW7fTgiv7KywoGEkW9tbR0YGJB/kEsJilCQ 4du3b6lUCs5/LCYfCoXev38/s/z9/f3FxYWqqmsq//Xr1438Rn4jP1828vOWh9VdU3mn0zl4n8e1JuP+
B4dTLT2I+erqqqrdPhyRdwtZ+ay8B8nKZ+U9SFb+W+TZpcxFUfdpoKuKRCIqyRI2yOumxEOayKaNXTpI /v7y8jKVSsF2ZJmXGejKn56e4o/v09DpdPb39y02wwuHwyzLAgB0Xf82KxcXF41GIxKJ0DTtcrkikQhe
qXiQn5zxkH0eF1IVmaWUNWyQ102JhzRRZ5NS8Uhcm6GqnyY/MTHR9oHk5zCr7tvaOPOQJ4PkY0nQrCTl jGkWIv/q1avd3V2WZSORSKGPPiWFQuHNmzeqqgqC4HK5kslkPp/HizHNQuRLpVIikQAAPHv2bG9vD36Q
Y5H8OKv7D3RVHPv4i6RHLJC58ihJflBJH+iqhN97J0lslg8EAtIgkWeq40KQ/ywBkvNLdH7gWVCpUTJU mwpFUfb29kKhkCiKkUgkn88bhoEXY5qFyFuFjfxGfg3ZyG/k15CN/B+RNwxD64PvmB50qEqlgu+bhjnI
nnZIg2gftzjLbSySMzGGgjz2sbGt5TMr7GmlNMvv93NrTZ5SUg/f2pNrPf46kZySYg075WdmZqRNQFsN o6qMA1ZRURS6D57/VzRNw9drDQDneehQJk/lHORRVcYBqzih/O+Phh1q1eQzmYzvX2B6uCYFAldmLZH8
OxDdYnVvBst4bLRTIYk4q/uysrq6OvJkoryOeYEmqh+iJCNPvEge+k7MBSTRJp2u4Tbj5Hn8pEF0gTQU IL+p1oTyg8D0w6tx0KFUVdU0bea1assrr+s6TD+cBWtrw2dnQuYsL8syrBCUr1QqaNiDryWGTcaB0tM0
AdMHVd3HAT26wHTfmqFhjySqukEg17H+ScoboDgFgT6lU7igl+kFSZTdrmVskCc+tbn+/7D1o6sDmLZK nclkBnctqTzqqIqiwKF7sJYQPM8osIwcxw227SVt9nA1Dk3TwWBw2AGC5xkCrkyDzsiT4zh0/X/TuaZi
imT4EnpQIsgU+UcBldUq6cprJZAHUqP9aShhnJJ87NwpA66hNkk3PFYWSFeewJPWEI0qKQZpa0qnOkEb nvK5XA4ZchyHzUAm6fOGYQy29lwuB8d/tEUQBMMwllEetXkIbPmISeSDwSBMw3EcNIdomiYIAk3T8DXm
UkolxaDnRUN3p0q68iDbOHUTn5TkJSeYznw6Lizv7QQb5JMkJXk9toSAYVbjVk8xpnGRPBkqz8McO9vR 0smrqgor5PP5YEXHddRfsg0RiUSCweDIeeuSNntd11Fvh2M7/Peg/4TyGLquw4mtz+cLBoOKoqiqmslk
BQwyGBJN4yJ5MlQeEGPtMJ3w0WaKSdMcvk/eMsR5dOugSN9Z4wJ55/C8fF5eno2x5BbUmxMKCgrS3yq6 Bme7MzMH+Vwuh8zR/8NGXRc14GnlUVMfCfwogOeZErPyg7dc7LsC8ocrUKeSHxw74QVHAADgdqxbzYBZ
DvXOjAovvy3F0+/J8fQbkjz9biz+8PHuW9H4yPvwBgcHVZYfCoIm78Pj09fbR5cQD0s/9E2IRDuCaGrl ecMwYG1UVcX39U8NNJ/2yiNDbNSEoHHR5Gccs/JoGodvHWIqeZiSpumRIx9qFzPP7SBzkJ+QqeTRtQUA
T3n5yDswmQxZDNz+DkwajwIi6CCV6B2Y+sM0yPrHMuj2t5/SeBQQQQcpg+ZwcPg/V6C3rEOgl84AAAAA YKOaYRhoiBnZLiZnSeV1XR8c7QAA8JEW2ziyXUzOksrD3iTL8sgBHwCgqqpJ8z8qPzPYazLzzggLyC+O
SUVORK5CYII= tZcnSXKObckq/Iyc8OjRI5NTJSvyM2bGWkdLWes4OWsdIWmtY2Ote1Q0FA8vHo/jaVeLeDw+Ih7ey+TL
qBRd7UiIAACe56NSFI+EiH4wBqbX602n01aPgVmtVovFYjqd9nq9/xMDE/1+RD/1BxiGsXr0U4IgbDYb
wzABf2Bk9NN/AFegt6zjT1umAAAAAElFTkSuQmCC
</value> </value>
</data> </data>
<data name="buttonSave.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="buttonSave.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
@ -362,129 +366,138 @@
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
MFOSU/4P6BtaWaCrPPgAAAAASUVORK5CYII= Rr3g2DarzWFzOO1Op6NPdqfD7nA6nG6X+9bNW+BpKVmZWdsyMiq/Lys9fa6yrAJMy92ukdZIISlY0EWi
pJJUqpVCEwIXYA1Auhcvo87YLz0Q7+dWs5U3r8vhcjldbqebl8sJXnpcHq/HW1hQCJ6TU1RYFB8ff/XS
5WsXr96+dkt8l8uQJApUATZl0gTND3cGggcfOXiZjeaXR0J75vwckDtdbpfb4/Z43B6v28v/9bq9Pq9P
r9MnJCSAJyQVFxWnp6fn5eZC/NQv10+iChDbKZxS0SoQPzT98UMIIX2ymq0vg2wWG48NXN3hdDvdwMJu
r9fj9Xl8Pq+gOl9dQ31DQUFBehr3bKzAU9FKS0spnCJQ0Anxu3MCXaUQQvoiJ7ieBYi/5IsXF8bsNoFc
8G2enAOu89XV19U31Dc0NjRWVVUNeCpacVHx3j174+PjT5ScCCxND2QIgs1NZkBrtdlt3GXsjpdIDsDs
dPa7utcrYNfX1Qew6+vrz507Fx8fv3fP3sFPQizIL0hNTU3ZmCIVS4WI0pcSWC1Wu83Ox0z+Ai+R3H0N
2yOY2ufzAeZ6gbmpscnf5FcpVZs3b05NTS3ILxj8JMSAMrdn8r/N9WvXYQjm+wYeuL907gK8O70UqhMs
HABubATMTU1NDMNIxJL8/Pz4+PgfegZmQODpp1nZyevB008HP1D0VTtWrVq1fv367KzHP/30/wPoG1pZ
XcbJAAAAAABJRU5ErkJggg==
</value> </value>
</data> </data>
<data name="buttonSave.UpImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="buttonSave.UpImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
@ -534,58 +547,61 @@
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
</value> </value>
</data> </data>
<data name="buttonBack.DisableImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="buttonBack.DisableImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
@ -635,28 +651,29 @@
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
hf8BrK786fYhO9AAAAAASUVORK5CYII= JEkcx4WaAGdC9DaQA5OiKE3TLj0Hpuu6s9lM0zSKor7Jgelt79lPGRbDsEvPfoogSCaTwTCMZdid2U//
A6yu/OmZUbOXAAAAAElFTkSuQmCC
</value> </value>
</data> </data>
<data name="buttonBack.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="buttonBack.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
@ -706,120 +723,128 @@
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
9pH/yfYAAAAASUVORK5CYII=
</value> </value>
</data> </data>
<data name="buttonBack.UpImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="buttonBack.UpImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
@ -869,47 +894,49 @@
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
</value> </value>
</data> </data>
<metadata name="$this.FormFactorShadowProperty" xml:space="preserve"> <metadata name="$this.FormFactorShadowProperty" xml:space="preserve">

View File

@ -258,12 +258,6 @@
<Compile Include="Controls\ControlDynamicSetting.Designer.cs"> <Compile Include="Controls\ControlDynamicSetting.Designer.cs">
<DependentUpon>ControlDynamicSetting.cs</DependentUpon> <DependentUpon>ControlDynamicSetting.cs</DependentUpon>
</Compile> </Compile>
<Compile Include="Controls\ControlUserGroupEditor.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\ControlUserGroupEditor.Designer.cs">
<DependentUpon>ControlUserGroupEditor.cs</DependentUpon>
</Compile>
<Compile Include="Controls\ControlMainDisplayEachBarGraph16.cs"> <Compile Include="Controls\ControlMainDisplayEachBarGraph16.cs">
<SubType>UserControl</SubType> <SubType>UserControl</SubType>
</Compile> </Compile>
@ -680,10 +674,6 @@
<DependentUpon>ControlDynamicSetting.cs</DependentUpon> <DependentUpon>ControlDynamicSetting.cs</DependentUpon>
<SubType>Designer</SubType> <SubType>Designer</SubType>
</EmbeddedResource> </EmbeddedResource>
<EmbeddedResource Include="Controls\ControlUserGroupEditor.resx">
<DependentUpon>ControlUserGroupEditor.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Controls\ControlMainDisplayEachBarGraph16.resx"> <EmbeddedResource Include="Controls\ControlMainDisplayEachBarGraph16.resx">
<DependentUpon>ControlMainDisplayEachBarGraph16.cs</DependentUpon> <DependentUpon>ControlMainDisplayEachBarGraph16.cs</DependentUpon>
<SubType>Designer</SubType> <SubType>Designer</SubType>
@ -736,6 +726,14 @@
<DependentUpon>DialogFormDataStatistics.cs</DependentUpon> <DependentUpon>DialogFormDataStatistics.cs</DependentUpon>
<SubType>Designer</SubType> <SubType>Designer</SubType>
</EmbeddedResource> </EmbeddedResource>
<EmbeddedResource Include="DialogForms\DialogFormDataViewerFilter.resx">
<DependentUpon>DialogFormDataViewerFilter.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="DialogForms\DialogFormHistoryData.resx">
<DependentUpon>DialogFormHistoryData.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="DialogForms\DialogFormLogOn.resx"> <EmbeddedResource Include="DialogForms\DialogFormLogOn.resx">
<DependentUpon>DialogFormLogOn.cs</DependentUpon> <DependentUpon>DialogFormLogOn.cs</DependentUpon>
<SubType>Designer</SubType> <SubType>Designer</SubType>
@ -756,6 +754,10 @@
<DependentUpon>DialogFormPasswordKeyPad.cs</DependentUpon> <DependentUpon>DialogFormPasswordKeyPad.cs</DependentUpon>
<SubType>Designer</SubType> <SubType>Designer</SubType>
</EmbeddedResource> </EmbeddedResource>
<EmbeddedResource Include="DialogForms\DialogFormUserEditorKeyboard.resx">
<DependentUpon>DialogFormUserEditorKeyboard.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="DialogForms\DialogFormYesNo.resx"> <EmbeddedResource Include="DialogForms\DialogFormYesNo.resx">
<DependentUpon>DialogFormYesNo.cs</DependentUpon> <DependentUpon>DialogFormYesNo.cs</DependentUpon>
<SubType>Designer</SubType> <SubType>Designer</SubType>

Binary file not shown.

View File

@ -287,7 +287,6 @@
<None Include="Resources\korFormMainLogoffUp.png" /> <None Include="Resources\korFormMainLogoffUp.png" />
<None Include="Resources\korFormMainLoginDisable.png" /> <None Include="Resources\korFormMainLoginDisable.png" />
<None Include="Resources\korFormMainLoginUp.png" /> <None Include="Resources\korFormMainLoginUp.png" />
<None Include="Resources\chnFormMainClearDisable.png" />
<None Include="Resources\chnFormMainClearDown.png" /> <None Include="Resources\chnFormMainClearDown.png" />
<None Include="Resources\chnFormMainClearUp.png" /> <None Include="Resources\chnFormMainClearUp.png" />
<None Include="Resources\chnFormMainZeroDisable.png" /> <None Include="Resources\chnFormMainZeroDisable.png" />
@ -323,7 +322,6 @@
<None Include="Resources\gerSubMenuNGUp.png" /> <None Include="Resources\gerSubMenuNGUp.png" />
<None Include="Resources\gerSubMenuOnceUp.png" /> <None Include="Resources\gerSubMenuOnceUp.png" />
<None Include="Resources\gerSubMenuPassUp.png" /> <None Include="Resources\gerSubMenuPassUp.png" />
<None Include="Resources\chnFormMainSubMenuDisable.png" />
<None Include="Resources\chnFormMainSubMenuDown.png" /> <None Include="Resources\chnFormMainSubMenuDown.png" />
<None Include="Resources\chnFormMainSubMenuUp.png" /> <None Include="Resources\chnFormMainSubMenuUp.png" />
<None Include="Resources\czeFormMainSubMenuDisable.png" /> <None Include="Resources\czeFormMainSubMenuDisable.png" />
@ -410,49 +408,33 @@
<None Include="Resources\chnFileSelectDisable.png" /> <None Include="Resources\chnFileSelectDisable.png" />
<None Include="Resources\chnFileSelectDown.png" /> <None Include="Resources\chnFileSelectDown.png" />
<None Include="Resources\chnMenuTimeUp.png" /> <None Include="Resources\chnMenuTimeUp.png" />
<None Include="Resources\chnMenuUpdateDisable.png" />
<None Include="Resources\chnMenuUpdateDown.png" /> <None Include="Resources\chnMenuUpdateDown.png" />
<None Include="Resources\chnMenuUpdateUp.png" /> <None Include="Resources\chnMenuUpdateUp.png" />
<None Include="Resources\chnMenuUserSettingDisable.png" />
<None Include="Resources\chnMenuUserSettingDown.png" /> <None Include="Resources\chnMenuUserSettingDown.png" />
<None Include="Resources\chnMenuUserSettingUp.png" /> <None Include="Resources\chnMenuUserSettingUp.png" />
<None Include="Resources\chnMenuCalibrationDisable.png" />
<None Include="Resources\chnMenuCalibrationDown.png" /> <None Include="Resources\chnMenuCalibrationDown.png" />
<None Include="Resources\chnMenuCalibrationUp.png" /> <None Include="Resources\chnMenuCalibrationUp.png" />
<None Include="Resources\chnMenuConfigurationDisable.png" />
<None Include="Resources\chnMenuConfigurationDown.png" />
<None Include="Resources\chnMenuConfigurationUp.png" /> <None Include="Resources\chnMenuConfigurationUp.png" />
<None Include="Resources\chnMenuDataBackupDisable.png" />
<None Include="Resources\chnMenuDataBackupDown.png" /> <None Include="Resources\chnMenuDataBackupDown.png" />
<None Include="Resources\chnMenuDataBackupUp.png" /> <None Include="Resources\chnMenuDataBackupUp.png" />
<None Include="Resources\chnMenuDataStatisticsDisable.png" />
<None Include="Resources\chnMenuDataStatisticsDown.png" /> <None Include="Resources\chnMenuDataStatisticsDown.png" />
<None Include="Resources\chnMenuDataStatisticsUp.png" /> <None Include="Resources\chnMenuDataStatisticsUp.png" />
<None Include="Resources\chnMenuEquipmentSettingDisable.png" />
<None Include="Resources\chnMenuEquipmentSettingDown.png" /> <None Include="Resources\chnMenuEquipmentSettingDown.png" />
<None Include="Resources\chnMenuEquipmentSettingUp.png" /> <None Include="Resources\chnMenuEquipmentSettingUp.png" />
<None Include="Resources\chnMenuEquipmentTestDisable.png" />
<None Include="Resources\chnMenuEquipmentTestDown.png" /> <None Include="Resources\chnMenuEquipmentTestDown.png" />
<None Include="Resources\chnMenuEquipmentTestUp.png" /> <None Include="Resources\chnMenuEquipmentTestUp.png" />
<None Include="Resources\chnMenuInformationDisable.png" />
<None Include="Resources\chnMenuInformationDown.png" /> <None Include="Resources\chnMenuInformationDown.png" />
<None Include="Resources\chnMenuInformationUp.png" /> <None Include="Resources\chnMenuInformationUp.png" />
<None Include="Resources\chnMenuInitializationDisable.png" />
<None Include="Resources\chnMenuInitializationDown.png" /> <None Include="Resources\chnMenuInitializationDown.png" />
<None Include="Resources\chnMenuInitializationUp.png" /> <None Include="Resources\chnMenuInitializationUp.png" />
<None Include="Resources\chnMenuIOTestDisable.png" />
<None Include="Resources\chnMenuIOTestDown.png" /> <None Include="Resources\chnMenuIOTestDown.png" />
<None Include="Resources\chnMenuIOTestUp.png" /> <None Include="Resources\chnMenuIOTestUp.png" />
<None Include="Resources\chnMenuMotorSettingDisable.png" />
<None Include="Resources\chnMenuMotorSettingDown.png" /> <None Include="Resources\chnMenuMotorSettingDown.png" />
<None Include="Resources\chnMenuMotorSettingUp.png" /> <None Include="Resources\chnMenuMotorSettingUp.png" />
<None Include="Resources\chnMenuOptionDisable.png" />
<None Include="Resources\chnMenuOptionDown.png" /> <None Include="Resources\chnMenuOptionDown.png" />
<None Include="Resources\chnMenuOptionUp.png" /> <None Include="Resources\chnMenuOptionUp.png" />
<None Include="Resources\chnMenuSystemSettingDisable.png" />
<None Include="Resources\chnMenuSystemSettingDown.png" /> <None Include="Resources\chnMenuSystemSettingDown.png" />
<None Include="Resources\chnMenuSystemSettingUp.png" /> <None Include="Resources\chnMenuSystemSettingUp.png" />
<None Include="Resources\chnMenuTimeDisable.png" />
<None Include="Resources\chnMenuTimeDown.png" /> <None Include="Resources\chnMenuTimeDown.png" />
<None Include="Resources\engFileSelectUp.png" /> <None Include="Resources\engFileSelectUp.png" />
<None Include="Resources\engSaveDisable.png" /> <None Include="Resources\engSaveDisable.png" />
@ -765,6 +747,37 @@
<None Include="Resources\jpnGroupEditorDisable.png" /> <None Include="Resources\jpnGroupEditorDisable.png" />
<None Include="Resources\jpnGroupEditorDown.png" /> <None Include="Resources\jpnGroupEditorDown.png" />
<None Include="Resources\jpnGroupEditorUp.png" /> <None Include="Resources\jpnGroupEditorUp.png" />
<None Include="Resources\chnFormMainClearDisable.png" />
<None Include="Resources\chnFormMainSubMenuDisable.png" />
<None Include="Resources\chnMenuCalibrationDisable.png" />
<None Include="Resources\chnMenuConfigurationDown.png" />
<None Include="Resources\chnMenuConfigurationDisable.png" />
<None Include="Resources\chnMenuDataStatisticsDisable.png" />
<None Include="Resources\chnMenuDataBackupDisable.png" />
<None Include="Resources\chnMenuInformationDisable.png" />
<None Include="Resources\chnMenuEquipmentSettingDisable.png" />
<None Include="Resources\chnMenuEquipmentTestDisable.png" />
<None Include="Resources\chnMenuMotorSettingDisable.png" />
<None Include="Resources\chnMenuInitializationDisable.png" />
<None Include="Resources\chnMenuIOTestDisable.png" />
<None Include="Resources\chnMenuUserSettingDisable.png" />
<None Include="Resources\chnMenuOptionDisable.png" />
<None Include="Resources\chnMenuSystemSettingDisable.png" />
<None Include="Resources\chnMenuTimeDisable.png" />
<None Include="Resources\chnMenuUpdateDisable.png" />
<None Include="Resources\chnMenuDataviewerUp.png" />
<None Include="Resources\chnMenuDataviewerDisable.png" />
<None Include="Resources\chnMenuDataviewerDown.png" />
<None Include="Resources\czeFormMainUnderDisable.png" />
<None Include="Resources\czeFormMainOverDisable.png" />
<None Include="Resources\czeFormMainPassDisable.png" />
<None Include="Resources\czeFormMainTareDisable.png" />
<None Include="Resources\chnMenuCommunicaionUp.png" />
<None Include="Resources\chnMenuCommunicaionDisable.png" />
<None Include="Resources\chnMenuCommunicaionDown.png" />
<None Include="Resources\chnMenuCommunicationUp.png" />
<None Include="Resources\chnMenuCommunicationDisable.png" />
<None Include="Resources\chnMenuCommunicationDown.png" />
<Content Include="version.txt" /> <Content Include="version.txt" />
</ItemGroup> </ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" /> <Import Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" />

View File

@ -50,12 +50,16 @@ namespace INT63DC_ImageDll
chnFormMainMenuSmallDisable, chnFormMainMenuSmallDisable,
chnFormMainMenuSmallDown, chnFormMainMenuSmallDown,
chnFormMainMenuSmallUp, chnFormMainMenuSmallUp,
chnFormMainOverDisable,
chnFormMainOverDown, chnFormMainOverDown,
chnFormMainOverUp, chnFormMainOverUp,
chnFormMainPassDisable,
chnFormMainPassDown, chnFormMainPassDown,
chnFormMainPassUp, chnFormMainPassUp,
chnFormMainTareDisable,
chnFormMainTareDown, chnFormMainTareDown,
chnFormMainTareUp, chnFormMainTareUp,
chnFormMainUnderDisable,
chnFormMainUnderDown, chnFormMainUnderDown,
chnFormMainUnderUp, chnFormMainUnderUp,
chnFormMainZeroDown, chnFormMainZeroDown,
@ -143,6 +147,12 @@ namespace INT63DC_ImageDll
chnFormMainSubMenuDisable, chnFormMainSubMenuDisable,
chnFormMainSubMenuDown, chnFormMainSubMenuDown,
chnFormMainSubMenuUp, chnFormMainSubMenuUp,
chnMenuDataviewerDisable,
chnMenuDataviewerDown,
chnMenuDataviewerUp,
chnMenuCommunicationDisable,
chnMenuCommunicationDown,
chnMenuCommunicationUp,
#endregion #endregion
#region Czech #region Czech
@ -794,24 +804,36 @@ namespace INT63DC_ImageDll
case ButtonImages.chnFormMainMenuSmallUp: case ButtonImages.chnFormMainMenuSmallUp:
bt = new Bitmap(Resource.chnFormMainMenuSmallUp); bt = new Bitmap(Resource.chnFormMainMenuSmallUp);
break; break;
case ButtonImages.chnFormMainOverDisable:
bt = new Bitmap(Resource.chnFormMainOverDisable);
break;
case ButtonImages.chnFormMainOverDown: case ButtonImages.chnFormMainOverDown:
bt = new Bitmap(Resource.chnFormMainOverDown); bt = new Bitmap(Resource.chnFormMainOverDown);
break; break;
case ButtonImages.chnFormMainOverUp: case ButtonImages.chnFormMainOverUp:
bt = new Bitmap(Resource.chnFormMainOverUp); bt = new Bitmap(Resource.chnFormMainOverUp);
break; break;
case ButtonImages.chnFormMainPassDisable:
bt = new Bitmap(Resource.chnFormMainPassDisable);
break;
case ButtonImages.chnFormMainPassDown: case ButtonImages.chnFormMainPassDown:
bt = new Bitmap(Resource.chnFormMainPassDown); bt = new Bitmap(Resource.chnFormMainPassDown);
break; break;
case ButtonImages.chnFormMainPassUp: case ButtonImages.chnFormMainPassUp:
bt = new Bitmap(Resource.chnFormMainPassUp); bt = new Bitmap(Resource.chnFormMainPassUp);
break; break;
case ButtonImages.chnFormMainTareDisable:
bt = new Bitmap(Resource.chnFormMainTareDisable);
break;
case ButtonImages.chnFormMainTareDown: case ButtonImages.chnFormMainTareDown:
bt = new Bitmap(Resource.chnFormMainTareDown); bt = new Bitmap(Resource.chnFormMainTareDown);
break; break;
case ButtonImages.chnFormMainTareUp: case ButtonImages.chnFormMainTareUp:
bt = new Bitmap(Resource.chnFormMainTareUp); bt = new Bitmap(Resource.chnFormMainTareUp);
break; break;
case ButtonImages.chnFormMainUnderDisable:
bt = new Bitmap(Resource.chnFormMainUnderDisable);
break;
case ButtonImages.chnFormMainUnderDown: case ButtonImages.chnFormMainUnderDown:
bt = new Bitmap(Resource.chnFormMainUnderDown); bt = new Bitmap(Resource.chnFormMainUnderDown);
break; break;
@ -1073,6 +1095,24 @@ namespace INT63DC_ImageDll
case ButtonImages.chnFormMainSubMenuUp: case ButtonImages.chnFormMainSubMenuUp:
bt = new Bitmap(Resource.chnFormMainSubMenuUp); bt = new Bitmap(Resource.chnFormMainSubMenuUp);
break; break;
case ButtonImages.chnMenuDataviewerDisable:
bt = new Bitmap(Resource.chnMenuDataviewerDisable);
break;
case ButtonImages.chnMenuDataviewerDown:
bt = new Bitmap(Resource.chnMenuDataviewerDown);
break;
case ButtonImages.chnMenuDataviewerUp:
bt = new Bitmap(Resource.chnMenuDataviewerUp);
break;
case ButtonImages.chnMenuCommunicationDisable:
bt = new Bitmap(Resource.chnMenuCommunicationDisable);
break;
case ButtonImages.chnMenuCommunicationDown:
bt = new Bitmap(Resource.chnMenuCommunicationDown);
break;
case ButtonImages.chnMenuCommunicationUp:
bt = new Bitmap(Resource.chnMenuCommunicationUp);
break;
#endregion #endregion
#region Czech #region Czech

View File

@ -1,10 +1,10 @@
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
// <auto-generated> // <auto-generated>
// 이 코드는 도구를 사용하여 생성되었습니다. // This code was generated by a tool.
// 런타임 버전:2.0.50727.9151 // Runtime Version:2.0.50727.9179
// //
// 파일 내용을 변경하면 잘못된 동작이 발생할 수 있으며, 코드를 다시 생성하면 // Changes to this file may cause incorrect behavior and will be lost if
// 이러한 변경 내용이 손실됩니다. // the code is regenerated.
// </auto-generated> // </auto-generated>
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
@ -13,12 +13,12 @@ namespace INT63DC_ImageDll {
/// <summary> /// <summary>
/// 지역화된 문자열 등을 찾기 위한 강력한 형식의 리소스 클래스입니다. /// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary> /// </summary>
// 이 클래스는 ResGen 또는 Visual Studio와 같은 도구를 통해 StronglyTypedResourceBuilder // This class was auto-generated by the StronglyTypedResourceBuilder
// 클래스에서 자동으로 생성되었습니다. // class via a tool like ResGen or Visual Studio.
// 멤버를 추가하거나 제거하려면 .ResX 파일을 편집한 다음 /str 옵션을 사용하여 ResGen을 // To add or remove a member, edit your .ResX file then rerun ResGen
// 다시 실행하거나 VS 프로젝트를 다시 빌드하십시오. // with the /str option, or rebuild your VS project.
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
internal class Resource { internal class Resource {
@ -30,7 +30,7 @@ namespace INT63DC_ImageDll {
} }
/// <summary> /// <summary>
/// 이 클래스에서 사용하는 캐시된 ResourceManager 인스턴스를 반환합니다. /// Returns the cached ResourceManager instance used by this class.
/// </summary> /// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager { internal static global::System.Resources.ResourceManager ResourceManager {
@ -44,8 +44,8 @@ namespace INT63DC_ImageDll {
} }
/// <summary> /// <summary>
/// 이 강력한 형식의 리소스 클래스를 사용하여 모든 리소스 조회에 대한 현재 스레드의 CurrentUICulture /// Overrides the current thread's CurrentUICulture property for all
/// 속성을 재정의합니다. /// resource lookups using this strongly typed resource class.
/// </summary> /// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture { internal static global::System.Globalization.CultureInfo Culture {
@ -631,6 +631,27 @@ namespace INT63DC_ImageDll {
} }
} }
internal static System.Drawing.Bitmap chnMenuCommunicationDisable {
get {
object obj = ResourceManager.GetObject("chnMenuCommunicationDisable", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap chnMenuCommunicationDown {
get {
object obj = ResourceManager.GetObject("chnMenuCommunicationDown", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap chnMenuCommunicationUp {
get {
object obj = ResourceManager.GetObject("chnMenuCommunicationUp", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap chnMenuConfigurationDisable { internal static System.Drawing.Bitmap chnMenuConfigurationDisable {
get { get {
object obj = ResourceManager.GetObject("chnMenuConfigurationDisable", resourceCulture); object obj = ResourceManager.GetObject("chnMenuConfigurationDisable", resourceCulture);
@ -694,6 +715,27 @@ namespace INT63DC_ImageDll {
} }
} }
internal static System.Drawing.Bitmap chnMenuDataviewerDisable {
get {
object obj = ResourceManager.GetObject("chnMenuDataviewerDisable", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap chnMenuDataviewerDown {
get {
object obj = ResourceManager.GetObject("chnMenuDataviewerDown", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap chnMenuDataviewerUp {
get {
object obj = ResourceManager.GetObject("chnMenuDataviewerUp", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap chnMenuEquipmentSettingDisable { internal static System.Drawing.Bitmap chnMenuEquipmentSettingDisable {
get { get {
object obj = ResourceManager.GetObject("chnMenuEquipmentSettingDisable", resourceCulture); object obj = ResourceManager.GetObject("chnMenuEquipmentSettingDisable", resourceCulture);
@ -1275,6 +1317,13 @@ namespace INT63DC_ImageDll {
} }
} }
internal static System.Drawing.Bitmap czeFormMainOverDisable {
get {
object obj = ResourceManager.GetObject("czeFormMainOverDisable", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap czeFormMainOverDown { internal static System.Drawing.Bitmap czeFormMainOverDown {
get { get {
object obj = ResourceManager.GetObject("czeFormMainOverDown", resourceCulture); object obj = ResourceManager.GetObject("czeFormMainOverDown", resourceCulture);
@ -1289,6 +1338,13 @@ namespace INT63DC_ImageDll {
} }
} }
internal static System.Drawing.Bitmap czeFormMainPassDisable {
get {
object obj = ResourceManager.GetObject("czeFormMainPassDisable", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap czeFormMainPassDown { internal static System.Drawing.Bitmap czeFormMainPassDown {
get { get {
object obj = ResourceManager.GetObject("czeFormMainPassDown", resourceCulture); object obj = ResourceManager.GetObject("czeFormMainPassDown", resourceCulture);
@ -1331,6 +1387,13 @@ namespace INT63DC_ImageDll {
} }
} }
internal static System.Drawing.Bitmap czeFormMainTareDisable {
get {
object obj = ResourceManager.GetObject("czeFormMainTareDisable", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap czeFormMainTareDown { internal static System.Drawing.Bitmap czeFormMainTareDown {
get { get {
object obj = ResourceManager.GetObject("czeFormMainTareDown", resourceCulture); object obj = ResourceManager.GetObject("czeFormMainTareDown", resourceCulture);
@ -1345,6 +1408,13 @@ namespace INT63DC_ImageDll {
} }
} }
internal static System.Drawing.Bitmap czeFormMainUnderDisable {
get {
object obj = ResourceManager.GetObject("czeFormMainUnderDisable", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
internal static System.Drawing.Bitmap czeFormMainUnderDown { internal static System.Drawing.Bitmap czeFormMainUnderDown {
get { get {
object obj = ResourceManager.GetObject("czeFormMainUnderDown", resourceCulture); object obj = ResourceManager.GetObject("czeFormMainUnderDown", resourceCulture);

View File

@ -2089,4 +2089,34 @@
<data name="gerGroupEditorUp" type="System.Resources.ResXFileRef, System.Windows.Forms"> <data name="gerGroupEditorUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\gerGroupEditorUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> <value>Resources\gerGroupEditorUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data> </data>
<data name="chnMenuDataviewerDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnMenuDataviewerDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnMenuDataviewerDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnMenuDataviewerDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnMenuDataviewerUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnMenuDataviewerUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="czeFormMainOverDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\czeFormMainOverDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="czeFormMainPassDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\czeFormMainPassDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="czeFormMainTareDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\czeFormMainTareDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="czeFormMainUnderDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\czeFormMainUnderDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnMenuCommunicationDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnMenuCommunicationDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnMenuCommunicationDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnMenuCommunicationDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="chnMenuCommunicationUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\chnMenuCommunicationUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root> </root>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.9 KiB

After

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.4 KiB

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.0 KiB

After

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB