Commit 75b00525 刘韬

阳光电源新扫码台

1 个父辈 a5e1fcb0
正在显示 127 个修改的文件 包含 920 行增加5020 行删除
......@@ -2,5 +2,6 @@
"ExpandedNodes": [
""
],
"SelectedNode": "\\扫码贴标.sln",
"PreviewInSolutionExplorer": false
}
\ No newline at end of file
此文件类型无法预览
......@@ -197,7 +197,7 @@ namespace BLL
{
hObj = null;
Image.UnlockBits(bmpData);
ErrInfo = ex.Message;
ErrInfo = ex.ToString();
CodeSplice.Common.Log.Out(ErrInfo);
return codeInfo;
}
......@@ -297,7 +297,7 @@ namespace BLL
}
catch (Exception ex)
{
ErrInfo = ex.Message;
ErrInfo = ex.ToString();
CodeSplice.Common.Log.Out(ErrInfo);
return codeInfo;
}
......
......@@ -67,7 +67,7 @@ namespace BLL
}
catch (Exception ex)
{
ErrInfo = ex.Message;
ErrInfo = ex.ToString();
return;
}
......
......@@ -118,7 +118,7 @@ namespace BLL
}
catch (Exception ex)
{
ErrInfo = ex.Message;
ErrInfo = ex.ToString();
}
_label.Add(lp);
}
......
......@@ -89,7 +89,7 @@ namespace BLL
}
catch (Exception ex)
{
//temp.ErrInfo = ex.Message;
//temp.ErrInfo = ex.ToString();
}
_mate.Add(temp);
}
......
......@@ -43,7 +43,7 @@ namespace BLL
catch (Exception ex)
{
eng = null;
CodeSplice.Common.Log.OutError(ex.Message);
CodeSplice.Common.Log.OutError(ex.ToString());
}
index = -1;
......
......@@ -58,7 +58,7 @@ namespace BLL
}
catch (Exception ex)
{
CodeSplice.Common.Log.OutError(ex.Message);
CodeSplice.Common.Log.OutError(ex.ToString());
}
}
......
......@@ -102,8 +102,8 @@ namespace CodeSplice
}
catch (Exception ex)
{
Common.Log.Out("Error: " + ex.Message);
MessageBox.Show(ex.Message);
Common.Log.Out("Error: " + ex.ToString());
MessageBox.Show(ex.ToString());
}
}
......
......@@ -79,7 +79,7 @@ namespace CodeSplice
}
catch (Exception ex)
{
Common.Log.OutError(ex.Message);
Common.Log.OutError(ex.ToString());
return false;
}
}
......@@ -178,9 +178,10 @@ namespace CodeSplice
{
string[] text = null;
Dictionary<string, string> keyValuePairs = new Dictionary<string, string>();
if (userControl != null)
userControl.SetOcrText(text);
userControl.SetOcrText(keyValuePairs);
}
else
{
......@@ -277,8 +278,8 @@ namespace CodeSplice
catch (Exception ex)
{
noCamera = true;
Common.Log.OutError(ex.Message);
RtfLog.AppendText(ex.Message + "\r\n");
Common.Log.OutError(ex.ToString());
RtfLog.AppendText(ex.ToString() + "\r\n");
}
}
......@@ -319,8 +320,8 @@ namespace CodeSplice
catch (Exception ex)
{
noPort = true;
Common.Log.OutError(ex.Message);
RtfLog.AppendText(ex.Message + "\r\n");
Common.Log.OutError(ex.ToString());
RtfLog.AppendText(ex.ToString() + "\r\n");
}
}
......@@ -352,8 +353,8 @@ namespace CodeSplice
catch (Exception ex)
{
noIO = true;
Common.Log.OutError(ex.Message);
RtfLog.AppendText(ex.Message + "\r\n");
Common.Log.OutError(ex.ToString());
RtfLog.AppendText(ex.ToString() + "\r\n");
}
}
......@@ -396,7 +397,7 @@ namespace CodeSplice
value.Anchor = AnchorStyles.Left | AnchorStyles.Top | AnchorStyles.Right | AnchorStyles.Bottom;
flatPanel1.Controls.Add(value);
userControl = (Interface.IUserControl)value;
userControl.LogOut += UserControl_LogOut;
//userControl.LogOut += UserControl_LogOut;
userControl.Printing += UserControl_Printing;
break;
}
......@@ -404,14 +405,14 @@ namespace CodeSplice
}
private string UserControl_Printing()
private string UserControl_Printing(string key)
{
Common.Label.FindIndex(Common.Config.LabelName);
Common.Label.PrintLast(labelReplace, out printImage, out string codeStr);
SaveHistory();
return codeStr;
}
/*
private void UserControl_LogOut(Interface.Type type, string lang, string msg, string log)
{
string val;
......@@ -451,7 +452,7 @@ namespace CodeSplice
}
}
*/
/// <summary>
/// 保存历史记录
/// </summary>
......@@ -575,15 +576,15 @@ namespace CodeSplice
private void FrmMain_Load(object sender, EventArgs e)
{
InitOperPanel();
//InitOperPanel();
Asa.Dog dog = new Asa.Dog();
bool rtn = dog.Login(null, userControl.ID);
if (!rtn)
{
MessageBox.Show(dog.ErrInfo);
System.Diagnostics.Process.GetCurrentProcess().Kill();
}
//Asa.Dog dog = new Asa.Dog();
//bool rtn = dog.Login(null, userControl.ID);
//if (!rtn)
//{
// MessageBox.Show(dog.ErrInfo);
// System.Diagnostics.Process.GetCurrentProcess().Kill();
//}
Asa.Theme.Control.SetColor(RtfLog);
Common.Log = new Asa.File.Log(Common.LOG_DIR);
......@@ -763,8 +764,8 @@ namespace CodeSplice
}
catch (Exception ex)
{
Common.Log.Out("Error: " + ex.Message);
MessageBox.Show(ex.Message);
Common.Log.Out("Error: " + ex.ToString());
MessageBox.Show(ex.ToString());
}
}
......
......@@ -74,8 +74,8 @@ namespace CodeSplice
}
catch (Exception ex)
{
Common.Log.Out("Error: " + ex.Message);
MessageBox.Show(ex.Message);
Common.Log.Out("Error: " + ex.ToString());
MessageBox.Show(ex.ToString());
}
}
......@@ -144,7 +144,7 @@ namespace CodeSplice
catch (Exception ex)
{
eng = null;
Common.Log.OutError(ex.Message);
Common.Log.OutError(ex.ToString());
}
}
......
......@@ -26,6 +26,7 @@
<NoConn Text="Unable to connect: " />
<NoFind Text="No find " />
</Dialog>
<BtnMultiple Text="多个图像" Font="宋体,12,," Enabled="true" />
</FrmMain>
<FrmLabel Text="LABEL">
<BtnNewLabel Text="New Label" Font="宋体,12,," Enabled="true" />
......
===== 2021-10-27 13:17:53.450 =====
CameraCount = 0
===== 2021-10-27 13:17:53.453 =====
没有连接相机
===== 2021-10-27 13:17:53.454 =====
没有串口:COM1
===== 2021-10-27 13:17:55.351 =====
Ping 192.168.1.11 请求没有回应
===== 2021-10-27 13:21:45.680 =====
CameraCount = 0
===== 2021-10-27 13:21:45.687 =====
没有连接相机
===== 2021-10-27 13:21:45.689 =====
没有串口:COM1
===== 2021-10-27 13:21:46.864 =====
Ping 192.168.1.11 请求没有回应
===== 2021-10-27 13:22:06.711 =====
CameraCount = 0
===== 2021-10-27 13:22:06.713 =====
没有连接相机
===== 2021-10-27 13:22:06.714 =====
没有串口:COM1
===== 2021-10-27 13:22:08.357 =====
Ping 192.168.1.11 请求没有回应
===== 2022-07-09 15:17:40.421 =====
CameraCount = 0
===== 2022-07-09 15:17:40.424 =====
没有连接相机
===== 2022-07-09 15:17:40.434 =====
没有串口:COM1
===== 2022-07-09 15:17:42.386 =====
Ping 192.168.1.11 请求没有回应
此文件类型无法预览
此文件类型无法预览
e40c96438955bf71361e7dea90bf9c56cf69df8d
9ae794dfbdb4c133f7595e4410001b70d97e97c2
......@@ -37,3 +37,35 @@ C:\SMD\SmartScanningSystem\CodeSplice\bin\Debug\dog_net_windows.dll
C:\SMD\SmartScanningSystem\CodeSplice\bin\Debug\Asa.Dog.xml
C:\SMD\SmartScanningSystem\CodeSplice\bin\Debug\Asa.Face.dll
C:\SMD\SmartScanningSystem\CodeSplice\bin\Debug\Asa.Face.xml
D:\rick\vs\SmartCode\CodeSplice\obj\Debug\CodeSplice.csproj.AssemblyReference.cache
D:\rick\vs\SmartCode\CodeSplice\obj\Debug\CodeSplice.FrmMultiple.resources
D:\rick\vs\SmartCode\CodeSplice\obj\Debug\CodeSplice.FrmSubstring.resources
D:\rick\vs\SmartCode\CodeSplice\obj\Debug\CodeSplice.FrmLight.resources
D:\rick\vs\SmartCode\CodeSplice\obj\Debug\CodeSplice.FrmLabel.resources
D:\rick\vs\SmartCode\CodeSplice\obj\Debug\CodeSplice.FrmMain.resources
D:\rick\vs\SmartCode\CodeSplice\obj\Debug\CodeSplice.FrmMate.resources
D:\rick\vs\SmartCode\CodeSplice\obj\Debug\CodeSplice.FrmTrace.resources
D:\rick\vs\SmartCode\CodeSplice\obj\Debug\CodeSplice.Properties.Resources.resources
D:\rick\vs\SmartCode\CodeSplice\obj\Debug\CodeSplice.csproj.GenerateResource.cache
D:\rick\vs\SmartCode\CodeSplice\obj\Debug\CodeSplice.csproj.CoreCompileInputs.cache
D:\rick\vs\SmartCode\CodeSplice\obj\Debug\CodeSplice.exe
D:\rick\vs\SmartCode\CodeSplice\obj\Debug\CodeSplice.pdb
D:\rick\vs\SmartCode\CodeSplice\bin\Debug\x86\liblept1753.dll
D:\rick\vs\SmartCode\CodeSplice\bin\Debug\x86\libtesseract3052.dll
D:\rick\vs\SmartCode\CodeSplice\bin\Debug\x64\liblept1753.dll
D:\rick\vs\SmartCode\CodeSplice\bin\Debug\x64\libtesseract3052.dll
D:\rick\vs\SmartCode\CodeSplice\bin\Debug\CodeSplice.exe.config
D:\rick\vs\SmartCode\CodeSplice\bin\Debug\CodeSplice.exe
D:\rick\vs\SmartCode\CodeSplice\bin\Debug\CodeSplice.pdb
D:\rick\vs\SmartCode\CodeSplice\bin\Debug\MES_Interface.dll
D:\rick\vs\SmartCode\CodeSplice\bin\Debug\Tesseract.dll
D:\rick\vs\SmartCode\CodeSplice\bin\Debug\Basler.Pylon.dll
D:\rick\vs\SmartCode\CodeSplice\bin\Debug\MvCameraControl.Net.dll
D:\rick\vs\SmartCode\CodeSplice\bin\Debug\dog_net_windows.dll
D:\rick\vs\SmartCode\CodeSplice\bin\Debug\MES_Interface.pdb
D:\rick\vs\SmartCode\CodeSplice\bin\Debug\Asa.Camera.xml
D:\rick\vs\SmartCode\CodeSplice\bin\Debug\Asa.Dog.xml
D:\rick\vs\SmartCode\CodeSplice\bin\Debug\Asa.Face.xml
D:\rick\vs\SmartCode\CodeSplice\bin\Debug\Asa.File.xml
D:\rick\vs\SmartCode\CodeSplice\bin\Debug\Asa.IOModule.KND.xml
D:\rick\vs\SmartCode\CodeSplice\bin\Debug\Asa.Theme.xml
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.6.1", FrameworkDisplayName = ".NET Framework 4.6.1")]
......@@ -17,7 +17,7 @@ namespace Interface
/// </summary>
/// <param name="key">sn的key</param>
/// <returns></returns>
public delegate int SerialNoEvent(string key);
public delegate int SerialNoEvent(string key,bool doIncrease);
public interface IUserControl
......
......@@ -25,3 +25,9 @@ C:\Neotel\Program\SmartCode\MES_Interface\obj\Debug\MES_Interface.csproj.CoreCom
C:\Neotel\Program\SmartCode\MES_Interface\obj\Debug\MES_Interface.dll
C:\Neotel\Program\SmartCode\MES_Interface\obj\Debug\MES_Interface.pdb
C:\Neotel\Program\SmartCode\MES_Interface\obj\Debug\MES_Interface.csprojAssemblyReference.cache
D:\rick\vs\SmartCode\MES_Interface\bin\Debug\MES_Interface.dll
D:\rick\vs\SmartCode\MES_Interface\bin\Debug\MES_Interface.pdb
D:\rick\vs\SmartCode\MES_Interface\obj\Debug\MES_Interface.csproj.CoreCompileInputs.cache
D:\rick\vs\SmartCode\MES_Interface\obj\Debug\MES_Interface.dll
D:\rick\vs\SmartCode\MES_Interface\obj\Debug\MES_Interface.pdb
D:\rick\vs\SmartCode\MES_Interface\obj\Debug\MES_Interface.csproj.AssemblyReference.cache
......@@ -135,8 +135,8 @@ namespace MES
catch (Exception ex)
{
IsConn = false;
LOG.Error(ex.Message);
MessageBox.Show(ex.Message, "ERROR", MessageBoxButtons.OK, MessageBoxIcon.Error);
LOG.Error(ex.ToString());
MessageBox.Show(ex.ToString(), "ERROR", MessageBoxButtons.OK, MessageBoxIcon.Error);
}
return IsConn;
......@@ -235,8 +235,8 @@ namespace MES
}
catch (Exception ex)
{
LOG.Error(ex.Message);
MessageBox.Show(ex.Message, "ERROR", MessageBoxButtons.OK, MessageBoxIcon.Error);
LOG.Error(ex.ToString());
MessageBox.Show(ex.ToString(), "ERROR", MessageBoxButtons.OK, MessageBoxIcon.Error);
}
}
......@@ -255,8 +255,8 @@ namespace MES
}
catch (Exception ex)
{
LOG.Error(ex.Message);
MessageBox.Show(ex.Message, "ERROR", MessageBoxButtons.OK, MessageBoxIcon.Error);
LOG.Error(ex.ToString());
MessageBox.Show(ex.ToString(), "ERROR", MessageBoxButtons.OK, MessageBoxIcon.Error);
}
}
......@@ -417,8 +417,8 @@ namespace MES
catch (Exception ex)
{
LOG.Error(ex.Message);
MessageBox.Show(ex.Message, "ERROR", MessageBoxButtons.OK, MessageBoxIcon.Error);
LOG.Error(ex.ToString());
MessageBox.Show(ex.ToString(), "ERROR", MessageBoxButtons.OK, MessageBoxIcon.Error);
}
}
......@@ -475,7 +475,7 @@ namespace MES
//}
//catch (Exception ex)
//{
// LOG.Error(ex.Message);
// LOG.Error(ex.ToString());
//}
}
......@@ -494,7 +494,7 @@ namespace MES
if (rtn)
{
int n = GetSN("sn");
int n = GetSN("sn",true);
printText.Add("FACTORYLOT", CboBatch.Text);
printText.Add("SN", string.Format("{0:0000}", n));
string s = Printing?.Invoke("sn");
......@@ -515,7 +515,7 @@ namespace MES
catch (Exception ex)
{
LOG.Error("BtnUploadOrder_Click", ex);
MessageBox.Show(ex.Message, "ERROR", MessageBoxButtons.OK, MessageBoxIcon.Error);
MessageBox.Show(ex.ToString(), "ERROR", MessageBoxButtons.OK, MessageBoxIcon.Error);
}
}
......@@ -608,7 +608,7 @@ namespace MES
}
catch (Exception ex)
{
LOG.Error(ex.Message);
LOG.Error(ex.ToString());
}
}
......@@ -698,7 +698,7 @@ namespace MES
// }
// catch (Exception ex)
// {
// LogOut?.Invoke(ex.Message);
// LogOut?.Invoke(ex.ToString());
// }
//}
......@@ -764,7 +764,7 @@ namespace MES
// }
// catch (Exception ex)
// {
// LogOut?.Invoke(ex.Message);
// LogOut?.Invoke(ex.ToString());
// }
//}
......
......@@ -86,8 +86,8 @@ namespace MES
}
catch (Exception ex)
{
ErrInfo = ex.Message;
Log = ex.Message;
ErrInfo = ex.ToString();
Log = ex.ToString();
return false;
}
}
......@@ -116,8 +116,8 @@ namespace MES
}
catch (Exception ex)
{
ErrInfo = ex.Message;
Log = ex.Message;
ErrInfo = ex.ToString();
Log = ex.ToString();
return false;
}
......@@ -140,8 +140,8 @@ namespace MES
}
catch (Exception ex)
{
ErrInfo = ex.Message;
Log = ex.Message;
ErrInfo = ex.ToString();
Log = ex.ToString();
return false;
}
}
......@@ -163,8 +163,8 @@ namespace MES
}
catch (Exception ex)
{
ErrInfo = ex.Message;
Log = ex.Message;
ErrInfo = ex.ToString();
Log = ex.ToString();
return false;
}
}
......@@ -210,8 +210,8 @@ namespace MES
}
catch (Exception ex)
{
ErrInfo = ex.Message;
Log = ex.Message;
ErrInfo = ex.ToString();
Log = ex.ToString();
return false;
}
}
......@@ -262,8 +262,8 @@ namespace MES
}
catch (Exception ex)
{
ErrInfo = ex.Message;
Log = ex.Message;
ErrInfo = ex.ToString();
Log = ex.ToString();
return false;
}
}
......@@ -347,8 +347,8 @@ namespace MES
}
catch (Exception ex)
{
ErrInfo = ex.Message;
Log = ex.Message;
ErrInfo = ex.ToString();
Log = ex.ToString();
return false;
}
}
......
......@@ -21,6 +21,7 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
......@@ -35,8 +36,9 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\DLL\Asa.Face\Asa.Face.dll</HintPath>
</Reference>
<Reference Include="log4net">
<HintPath>..\..\..\..\DLL\log4net.dll</HintPath>
<Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=692fbea5521e1304, processorArchitecture=AMD64">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\SmartCode\bin\Debug\log4net.dll</HintPath>
</Reference>
<Reference Include="RestSharp, Version=106.11.4.0, Culture=neutral, PublicKeyToken=598062e77f915f75, processorArchitecture=MSIL">
<HintPath>..\packages\RestSharp.106.11.4\lib\net452\RestSharp.dll</HintPath>
......
......@@ -128,7 +128,6 @@
this.label1.Size = new System.Drawing.Size(148, 43);
this.label1.TabIndex = 5;
this.label1.Text = "未通过";
this.label1.Visible = false;
//
// surCheck1
//
......
......@@ -99,6 +99,7 @@ namespace MES
string dc_code = "", dc_order = "", lot_order = "";
bool findQTY = false, findDC = false, findORDER = false, findLOT = false;
try
{
//QTY,DC带关键字提取
......@@ -196,7 +197,7 @@ namespace MES
}
catch (Exception ex)
{
Asa.Face.MessageBox.ShowError(ex.Message);
Asa.Face.MessageBox.ShowError(ex.ToString());
}
if (!findQTY)
......@@ -268,26 +269,26 @@ namespace MES
int findIdx = -1;
//查找匹配的条码
//for (int i = 0; i < _code.Length; i++)
//{
// s = _code[i].Split(SPLIT);
// if (s.Length == 3 || s.Length == 4)
// {
// findIdx = i;
// break;
// }
//}
for (int i = 0; i < _code.Length; i++)
{
s = _code[i].Split(SPLIT);
if (s.Length == 3 || s.Length == 4)
{
findIdx = i;
break;
}
}
//2020年11月11日
findIdx = 0;
if (_code.Length >= 1)
s = new string[2] { _code[0], _code[1] };
else
s = new string[2] { _code[0], _code[0] };
//findIdx = 0;
//if (_code.Length >= 1)
// s = new string[2] { _code[0], _code[1] };
//else
// s = new string[2] { _code[0], _code[0] };
......@@ -313,11 +314,11 @@ namespace MES
{
//string code = _code[findIdx]; //以前
string code = string.Format("{0}{3}{1}{3}{2}", s[0], s[1], val1, SPLIT);
int sn = GetSN(code);
int sn = GetSN(code,true);
if (printText.ContainsKey("sn"))
printText["sn"] = string.Format("{0:0000}", sn);
printText["sn"] = "5"+string.Format("{0:000}", sn);
else
printText.Add("sn", string.Format("{0:0000}", sn));
printText.Add("sn", "5" + string.Format("{0:000}", sn));
string temp = Printing?.Invoke(code);
System.Threading.Thread.Sleep(500);
if (surCheck1.Checked)
......@@ -329,7 +330,7 @@ namespace MES
}
catch (Exception ex)
{
Asa.Face.MessageBox.ShowError(ex.Message);
Asa.Face.MessageBox.ShowError(ex.ToString());
return false;
}
}
......@@ -374,12 +375,12 @@ namespace MES
printText.Add("qty", val2);
//int sn = GetSN(_code[findIdx]); //以前
int sn = GetSN(string.Format("{0}{3}{1}{3}{2}", s[0], s[1], val1, SPLIT));
printText.Add("sn", string.Format("{0:0000}", sn));
int sn = GetSN(string.Format("{0}{3}{1}{3}{2}", s[0], s[1], val1, SPLIT),false);
printText.Add("sn", "5"+string.Format("{0:000}", sn));
}
catch (Exception ex)
{
MessageBox.Show(ex.Message, "ERROR", MessageBoxButtons.OK, MessageBoxIcon.Error);
MessageBox.Show(ex.ToString(), "ERROR", MessageBoxButtons.OK, MessageBoxIcon.Error);
}
}
......@@ -390,7 +391,7 @@ namespace MES
public bool Check()
{
string[] text = new string[2] { "未通过", "通过" };
label1.Visible = true;
if (_code == null)
{
label1.Text = text[0];
......@@ -414,7 +415,7 @@ namespace MES
}
}
}
LOG.Info("idx: " + idx);
//校验
if (idx == -1)
{
......@@ -424,11 +425,12 @@ namespace MES
}
s = _code[idx].Split(SPLIT);
LOG.Info("s: " + string.Join(",", s));
bool find = false;
for (int i = 0; i < _code.Length; i++)
{
LOG.Info($"_code[{i}]: " + _code[i]);
if (i == idx) continue;
int n = _code[i].IndexOf(s[1]);
if (n > -1)
......@@ -523,8 +525,8 @@ namespace MES
}
catch (Exception ex)
{
LOG.Error(ex.Message);
MessageBox.Show(ex.Message, "ERROR", MessageBoxButtons.OK, MessageBoxIcon.Error);
LOG.Error(ex.ToString());
MessageBox.Show(ex.ToString(), "ERROR", MessageBoxButtons.OK, MessageBoxIcon.Error);
}
}
......@@ -564,8 +566,8 @@ namespace MES
}
catch (Exception ex)
{
LOG.Error(ex.Message);
MessageBox.Show(ex.Message, "ERROR", MessageBoxButtons.OK, MessageBoxIcon.Error);
LOG.Error(ex.ToString());
MessageBox.Show(ex.ToString(), "ERROR", MessageBoxButtons.OK, MessageBoxIcon.Error);
return s;
}
}
......
<?xml version="1.0"?>
<doc>
<assembly>
<name>Asa.Face</name>
</assembly>
<members>
<member name="F:Asa.Face.BaseCtls.components">
<summary>
必需的设计器变量。
</summary>
</member>
<member name="M:Asa.Face.BaseCtls.Dispose(System.Boolean)">
<summary>
清理所有正在使用的资源。
</summary>
<param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
</member>
<member name="M:Asa.Face.BaseCtls.InitializeComponent">
<summary>
设计器支持所需的方法 - 不要修改
使用代码编辑器修改此方法的内容。
</summary>
</member>
<member name="T:Asa.Face.SurHScrollBar">
<summary>
水平滚动条
</summary>
</member>
<member name="M:Asa.Face.SurHScrollBar.#ctor">
<summary>
水平滚动条
</summary>
</member>
<member name="E:Asa.Face.SurHScrollBar.ValueChanged">
<summary>
在控件的值更改时发生
</summary>
</member>
<member name="P:Asa.Face.SurHScrollBar.Maximum">
<summary>
可滚动范围的上限值
</summary>
</member>
<member name="P:Asa.Face.SurHScrollBar.Minimum">
<summary>
可滚动范围的下限值
</summary>
</member>
<member name="P:Asa.Face.SurHScrollBar.Value">
<summary>
滚动框位置表示的值
</summary>
</member>
<member name="M:Asa.Face.SurHScrollBar.CalcSize">
<summary>
计算位置大小
</summary>
</member>
<member name="F:Asa.Face.SurHScrollBar.components">
<summary>
必需的设计器变量。
</summary>
</member>
<member name="M:Asa.Face.SurHScrollBar.Dispose(System.Boolean)">
<summary>
清理所有正在使用的资源。
</summary>
<param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
</member>
<member name="M:Asa.Face.SurHScrollBar.InitializeComponent">
<summary>
设计器支持所需的方法 - 不要修改
使用代码编辑器修改此方法的内容。
</summary>
</member>
<member name="T:Asa.Face.Language">
<summary>
多语言类
</summary>
</member>
<member name="M:Asa.Face.Language.#ctor(System.String)">
<summary>
多语言
</summary>
<param name="path"></param>
</member>
<member name="P:Asa.Face.Language.Name">
<summary>
语言名称
</summary>
</member>
<member name="P:Asa.Face.Language.Index">
<summary>
语言索引
</summary>
</member>
<member name="M:Asa.Face.Language.Load(System.String)">
<summary>
加载语言
</summary>
<param name="name"></param>
</member>
<member name="M:Asa.Face.Language.Dialog(System.String)">
<summary>
对话框
</summary>
<param name="key"></param>
<returns></returns>
</member>
<member name="M:Asa.Face.Language.CreateForm(Asa.Face.SurForm)">
<summary>
创建窗口的文本
</summary>
<param name="frm"></param>
</member>
<member name="M:Asa.Face.Language.SetLanguage(Asa.Face.SurForm)">
<summary>
设置语言
</summary>
<param name="frm"></param>
</member>
<member name="M:Asa.Face.Language.ConvFont(System.String)">
<summary>
转换字体
</summary>
<param name="s">格式:字体,字号,粗体,斜体</param>
<returns></returns>
</member>
<member name="M:Asa.Face.Language.ConvFont(System.Drawing.Font)">
<summary>
转换字体
</summary>
<param name="f">字体</param>
<returns></returns>
</member>
<member name="T:Asa.Face.SurCheck">
<summary>
复选框控件
</summary>
</member>
<member name="M:Asa.Face.SurCheck.#ctor">
<summary>
复选框控件
</summary>
</member>
<member name="E:Asa.Face.SurCheck.CheckedChanged">
<summary>
Check属性更改时发生
</summary>
</member>
<member name="P:Asa.Face.SurCheck.Checked">
<summary>
组件是否处于选中状态
</summary>
</member>
<member name="P:Asa.Face.SurCheck.Radius">
<summary>
左右半圆的半径
</summary>
</member>
<member name="P:Asa.Face.SurCheck.CircleSpace">
<summary>
左右半圆的圆心距离
</summary>
</member>
<member name="M:Asa.Face.SurCheck.CalcSize">
<summary>
计算大小
</summary>
</member>
<member name="F:Asa.Face.SurCheck.components">
<summary>
必需的设计器变量。
</summary>
</member>
<member name="M:Asa.Face.SurCheck.Dispose(System.Boolean)">
<summary>
清理所有正在使用的资源。
</summary>
<param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
</member>
<member name="M:Asa.Face.SurCheck.InitializeComponent">
<summary>
设计器支持所需的方法 - 不要修改
使用代码编辑器修改此方法的内容。
</summary>
</member>
<member name="T:Asa.Face.SurLoading">
<summary>
加载时的环形动画
</summary>
</member>
<member name="M:Asa.Face.SurLoading.#ctor">
<summary>
加载时的环形动画
</summary>
</member>
<member name="P:Asa.Face.SurLoading.IsRun">
<summary>
是否在转动
</summary>
</member>
<member name="P:Asa.Face.SurLoading.Speed">
<summary>
转动的速度
</summary>
</member>
<member name="P:Asa.Face.SurLoading.RingCount">
<summary>
小圈圈的个数,3-100个
</summary>
</member>
<member name="P:Asa.Face.SurLoading.RingDiameter">
<summary>
小圈圈的半径
</summary>
</member>
<member name="P:Asa.Face.SurLoading.CircleRadius">
<summary>
半径
</summary>
</member>
<member name="M:Asa.Face.SurLoading.Start">
<summary>
开始转动
</summary>
</member>
<member name="M:Asa.Face.SurLoading.Stop">
<summary>
停止转动
</summary>
</member>
<member name="M:Asa.Face.SurLoading.CalcSize">
<summary>
计算大小
</summary>
</member>
<member name="F:Asa.Face.SurLoading.components">
<summary>
必需的设计器变量。
</summary>
</member>
<member name="M:Asa.Face.SurLoading.Dispose(System.Boolean)">
<summary>
清理所有正在使用的资源。
</summary>
<param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
</member>
<member name="M:Asa.Face.SurLoading.InitializeComponent">
<summary>
设计器支持所需的方法 - 不要修改
使用代码编辑器修改此方法的内容。
</summary>
</member>
<member name="T:Asa.Face.SurTrack">
<summary>
滑轨控件
</summary>
</member>
<member name="M:Asa.Face.SurTrack.#ctor">
<summary>
滑轨控件
</summary>
</member>
<member name="E:Asa.Face.SurTrack.ValueChanged">
<summary>
当前值改变时发生的事件
</summary>
</member>
<member name="P:Asa.Face.SurTrack.Appearance">
<summary>
控件的外观
</summary>
</member>
<member name="P:Asa.Face.SurTrack.Min">
<summary>
最小值
</summary>
</member>
<member name="P:Asa.Face.SurTrack.Max">
<summary>
最大值
</summary>
</member>
<member name="P:Asa.Face.SurTrack.Value">
<summary>
当前值
</summary>
</member>
<member name="P:Asa.Face.SurTrack.TrackWidth">
<summary>
轨道宽度
</summary>
</member>
<member name="M:Asa.Face.SurTrack.CalcSize">
<summary>
改变大小
</summary>
</member>
<member name="F:Asa.Face.SurTrack.components">
<summary>
必需的设计器变量。
</summary>
</member>
<member name="M:Asa.Face.SurTrack.Dispose(System.Boolean)">
<summary>
清理所有正在使用的资源。
</summary>
<param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
</member>
<member name="M:Asa.Face.SurTrack.InitializeComponent">
<summary>
设计器支持所需的方法 - 不要修改
使用代码编辑器修改此方法的内容。
</summary>
</member>
<member name="T:Asa.Face.SurRadio">
<summary>
单选框控件
</summary>
</member>
<member name="M:Asa.Face.SurRadio.#ctor">
<summary>
单选框控件
</summary>
</member>
<member name="E:Asa.Face.SurRadio.CheckedChanged">
<summary>
Check属性更改时发生
</summary>
</member>
<member name="P:Asa.Face.SurRadio.Checked">
<summary>
组件是否处于选中状态
</summary>
</member>
<member name="P:Asa.Face.SurRadio.Group">
<summary>
相同的内容为一组
</summary>
</member>
<member name="P:Asa.Face.SurRadio.Diameter">
<summary>
圆的直径
</summary>
</member>
<member name="M:Asa.Face.SurRadio.CalcSize">
<summary>
计算大小
</summary>
</member>
<member name="F:Asa.Face.SurRadio.components">
<summary>
必需的设计器变量。
</summary>
</member>
<member name="M:Asa.Face.SurRadio.Dispose(System.Boolean)">
<summary>
清理所有正在使用的资源。
</summary>
<param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
</member>
<member name="M:Asa.Face.SurRadio.InitializeComponent">
<summary>
设计器支持所需的方法 - 不要修改
使用代码编辑器修改此方法的内容。
</summary>
</member>
<member name="T:Asa.Face.ImageDisplay">
<summary>
图像显示
</summary>
</member>
<member name="M:Asa.Face.ImageDisplay.#ctor(System.Windows.Forms.PictureBox)">
<summary>
图像显示
</summary>
<param name="pic"></param>
</member>
<member name="P:Asa.Face.ImageDisplay.Width">
<summary>
宽度
</summary>
</member>
<member name="P:Asa.Face.ImageDisplay.Height">
<summary>
高度
</summary>
</member>
<member name="P:Asa.Face.ImageDisplay.Image">
<summary>
图像
</summary>
</member>
<member name="M:Asa.Face.ImageDisplay.PolygonGrayAdd(System.Drawing.PointF[])">
<summary>
添加灰色的多边形
</summary>
<param name="pt"></param>
</member>
<member name="M:Asa.Face.ImageDisplay.PolygonRedAdd(System.Drawing.PointF[])">
<summary>
添加红色的多边形
</summary>
<param name="pt"></param>
</member>
<member name="M:Asa.Face.ImageDisplay.CenterRedAdd(System.Drawing.PointF[])">
<summary>
添加红色的中心点
</summary>
<param name="pt"></param>
</member>
<member name="M:Asa.Face.ImageDisplay.PolygonClear">
<summary>
清除多边形和中心点
</summary>
</member>
<member name="M:Asa.Face.ImageDisplay.Refresh">
<summary>
刷新
</summary>
</member>
<member name="M:Asa.Face.ImageDisplay.SetLanguage(System.Collections.Generic.Dictionary{System.String,System.String})">
<summary>
设置语言
</summary>
<param name="lang"></param>
</member>
<member name="P:Asa.Face.BasePnl.Inside">
<summary>
鼠标焦点在控件里面
</summary>
</member>
<member name="M:Asa.Face.BasePnl.CalcSize">
<summary>
计算大小
</summary>
</member>
<member name="F:Asa.Face.BasePnl.components">
<summary>
必需的设计器变量。
</summary>
</member>
<member name="M:Asa.Face.BasePnl.Dispose(System.Boolean)">
<summary>
清理所有正在使用的资源。
</summary>
<param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
</member>
<member name="M:Asa.Face.BasePnl.InitializeComponent">
<summary>
设计器支持所需的方法 - 不要修改
使用代码编辑器修改此方法的内容。
</summary>
</member>
<member name="P:Asa.Face.BaseCtl.Inside">
<summary>
鼠标焦点在控件里面
</summary>
</member>
<member name="M:Asa.Face.BaseCtl.CalcSize">
<summary>
计算大小
</summary>
</member>
<member name="F:Asa.Face.BaseCtl.components">
<summary>
必需的设计器变量。
</summary>
</member>
<member name="M:Asa.Face.BaseCtl.Dispose(System.Boolean)">
<summary>
清理所有正在使用的资源。
</summary>
<param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
</member>
<member name="M:Asa.Face.BaseCtl.InitializeComponent">
<summary>
设计器支持所需的方法 - 不要修改
使用代码编辑器修改此方法的内容。
</summary>
</member>
<member name="F:Asa.Face.SurForm.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Asa.Face.SurForm.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
</member>
<member name="M:Asa.Face.SurForm.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="F:Asa.Face.Common.BACK_COLOR">
<summary>
背景色
</summary>
</member>
<member name="F:Asa.Face.Common.BACK_BRUSH">
<summary>
背景色画笔
</summary>
</member>
<member name="F:Asa.Face.Common.TITLE_COLOR">
<summary>
标题颜色
</summary>
</member>
<member name="F:Asa.Face.Common.TITLE_BRUSH">
<summary>
标题画笔
</summary>
</member>
<member name="F:Asa.Face.Common.FORE_COLOR">
<summary>
前景色
</summary>
</member>
<member name="F:Asa.Face.Common.FORE_COLOR_LOST">
<summary>
前景色
</summary>
</member>
<member name="F:Asa.Face.Common.FORE_BRUSH">
<summary>
前景色画笔
</summary>
</member>
<member name="F:Asa.Face.Common.FORE_BRUSH_LOST">
<summary>
前景色画笔
</summary>
</member>
<member name="F:Asa.Face.Common.FORE_PEN">
<summary>
前景色
</summary>
</member>
<member name="F:Asa.Face.Common.OVER_COLOR">
<summary>
鼠标经过
</summary>
</member>
<member name="F:Asa.Face.Common.OVER_BRUSH">
<summary>
鼠标经过画笔
</summary>
</member>
<member name="F:Asa.Face.Common.DOWN_COLOR">
<summary>
鼠标按下
</summary>
</member>
<member name="F:Asa.Face.Common.DOWN_BRUSH">
<summary>
鼠标按下画笔
</summary>
</member>
<member name="F:Asa.Face.Common.BLUE_COLOR">
<summary>
蓝色
</summary>
</member>
<member name="F:Asa.Face.Common.BLUE_BRUSH">
<summary>
蓝色画笔
</summary>
</member>
<member name="F:Asa.Face.Common.BLUE_PEN">
<summary>
蓝色
</summary>
</member>
<member name="F:Asa.Face.Common.BORDER_COLOR">
<summary>
边框颜色
</summary>
</member>
<member name="F:Asa.Face.Common.BORDER_BRUSH">
<summary>
边框画笔
</summary>
</member>
<member name="F:Asa.Face.Common.BORDER_PEN">
<summary>
边框色
</summary>
</member>
<member name="F:Asa.Face.Common.ITEM_ROW1">
<summary>
列表项行1
</summary>
</member>
<member name="F:Asa.Face.Common.ITEM_ROW2">
<summary>
列表项行2
</summary>
</member>
<member name="F:Asa.Face.Common.ITEM_ROW1_BRUSH">
<summary>
列表项行1
</summary>
</member>
<member name="F:Asa.Face.Common.ITEM_ROW2_BRUSH">
<summary>
列表项行2
</summary>
</member>
<member name="F:Asa.Face.Common.FONT_SONG9">
<summary>
宋体,9号
</summary>
</member>
<member name="F:Asa.Face.Common.CURSOR_SPEED">
<summary>
光标闪烁速度
</summary>
</member>
<member name="T:Asa.Face.Shape">
<summary>
形状,符号
</summary>
</member>
<member name="M:Asa.Face.Shape.FormClose(System.Drawing.Rectangle,System.Int32)">
<summary>
关闭按钮
</summary>
<param name="rect"></param>
<param name="space"></param>
<returns></returns>
</member>
<member name="M:Asa.Face.Shape.FormMax(System.Drawing.Rectangle,System.Int32)">
<summary>
最大化按钮
</summary>
<param name="rect"></param>
<param name="space"></param>
<returns></returns>
</member>
<member name="M:Asa.Face.Shape.FormRestore(System.Drawing.Rectangle,System.Int32)">
<summary>
最大化还原按钮
</summary>
<param name="rect"></param>
<param name="space"></param>
<returns></returns>
</member>
<member name="M:Asa.Face.Shape.FormMin(System.Drawing.Rectangle,System.Int32)">
<summary>
最小化
</summary>
<param name="rect"></param>
<param name="space"></param>
<returns></returns>
</member>
<member name="M:Asa.Face.Shape.FormSizeTriangle(System.Drawing.Rectangle,System.Int32)">
<summary>
右下角三角形
</summary>
<param name="rect"></param>
<param name="space"></param>
<returns></returns>
</member>
<member name="M:Asa.Face.Shape.ControlTriangle(System.Drawing.Rectangle,System.Int32,Asa.Face.Direction)">
<summary>
三角形
</summary>
<param name="rect"></param>
<param name="space"></param>
<param name="direction"></param>
<returns></returns>
</member>
<member name="M:Asa.Face.Shape.AutoFit(System.Drawing.Rectangle,System.Int32)">
<summary>
最适合的大小
</summary>
<param name="rect"></param>
<param name="space"></param>
<returns></returns>
</member>
<member name="M:Asa.Face.Shape.Plus(System.Drawing.Rectangle,System.Int32)">
<summary>
加号,加大
</summary>
<param name="rect"></param>
<param name="space"></param>
<returns></returns>
</member>
<member name="M:Asa.Face.Shape.Minus(System.Drawing.Rectangle,System.Int32)">
<summary>
减号,缩小
</summary>
<param name="rect"></param>
<param name="space"></param>
<returns></returns>
</member>
<member name="T:Asa.Face.MyControl">
<summary>
控件操作类
</summary>
</member>
<member name="M:Asa.Face.MyControl.SetColor(System.Windows.Forms.Control)">
<summary>
设置控件的背景色前景色
</summary>
<param name="ctl"></param>
</member>
<member name="T:Asa.Face.InputBox">
<summary>
输入框
</summary>
</member>
<member name="M:Asa.Face.InputBox.Show(System.String,System.String,System.String)">
<summary>
显示
</summary>
<param name="msg">输入信息</param>
<param name="hint">提示</param>
<param name="title">标题</param>
<returns></returns>
</member>
<member name="T:Asa.Face.MessageBox">
<summary>
消息对话框
</summary>
</member>
<member name="M:Asa.Face.MessageBox.Show(System.String)">
<summary>
显示
</summary>
<param name="content">显示文本</param>
<returns></returns>
</member>
<member name="M:Asa.Face.MessageBox.Show(System.String,System.String,System.Windows.Forms.MessageBoxButtons)">
<summary>
显示
</summary>
<param name="title">标题</param>
<param name="content">显示文本</param>
<param name="buttons">按钮</param>
<returns></returns>
</member>
<member name="M:Asa.Face.MessageBox.ShowError(System.String)">
<summary>
显示错误对话框
</summary>
<param name="content">显示内容</param>
<returns></returns>
</member>
<member name="T:Asa.Face.ControlButton">
<summary>
控件控制按钮
</summary>
</member>
<member name="F:Asa.Face.ControlButton.Rect">
<summary>
按钮
</summary>
</member>
<member name="F:Asa.Face.ControlButton.IconLine">
<summary>
图标
</summary>
</member>
<member name="F:Asa.Face.ControlButton.IconShape">
<summary>
图标
</summary>
</member>
<member name="F:Asa.Face.ControlButton.Down">
<summary>
按下
</summary>
</member>
<member name="F:Asa.Face.ControlButton.Over">
<summary>
经过
</summary>
</member>
<member name="T:Asa.Face.Appearance">
<summary>
外观
</summary>
</member>
<member name="F:Asa.Face.Appearance.LeftRight">
<summary>
左右
</summary>
</member>
<member name="F:Asa.Face.Appearance.UpDown">
<summary>
上下
</summary>
</member>
<member name="T:Asa.Face.SurTextBox">
<summary>
文本控件
</summary>
</member>
<member name="M:Asa.Face.SurTextBox.#ctor">
<summary>
文本控件
</summary>
</member>
<member name="E:Asa.Face.SurTextBox.TextChanged">
<summary>
显示的文本改变时发生
</summary>
</member>
<member name="P:Asa.Face.SurTextBox.SelectionStart">
<summary>
选中的文本起始位置
</summary>
</member>
<member name="P:Asa.Face.SurTextBox.SelectionLength">
<summary>
选中的文本长度
</summary>
</member>
<member name="P:Asa.Face.SurTextBox.SelectedText">
<summary>
选中的文本
</summary>
</member>
<member name="P:Asa.Face.SurTextBox.MaxLength">
<summary>
控件最大字符数
</summary>
</member>
<member name="P:Asa.Face.SurTextBox.ReadOnly">
<summary>
显示文本只读不可更改
</summary>
</member>
<member name="P:Asa.Face.SurTextBox.TextAlign">
<summary>
显示文本的对齐方式
</summary>
</member>
<member name="P:Asa.Face.SurTextBox.Multiline">
<summary>
是否为多行文本
</summary>
</member>
<member name="P:Asa.Face.SurTextBox.Text">
<summary>
显示的文本
</summary>
</member>
<member name="P:Asa.Face.SurTextBox.TextHint">
<summary>
文本提示
</summary>
</member>
<member name="P:Asa.Face.SurTextBox.Font">
<summary>
控件中文本的字体
</summary>
</member>
<member name="P:Asa.Face.SurTextBox.Enabled">
<summary>
控件是否可用
</summary>
</member>
<member name="P:Asa.Face.SurTextBox.PasswordChar">
<summary>
用于密码字符
</summary>
</member>
<member name="M:Asa.Face.SurTextBox.SelectAll">
<summary>
选中所有文本
</summary>
</member>
<member name="M:Asa.Face.SurTextBox.CalcSize">
<summary>
计算位置大小
</summary>
</member>
<member name="F:Asa.Face.SurTextBox.components">
<summary>
必需的设计器变量。
</summary>
</member>
<member name="M:Asa.Face.SurTextBox.Dispose(System.Boolean)">
<summary>
清理所有正在使用的资源。
</summary>
<param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
</member>
<member name="M:Asa.Face.SurTextBox.InitializeComponent">
<summary>
设计器支持所需的方法 - 不要修改
使用代码编辑器修改此方法的内容。
</summary>
</member>
<member name="T:Asa.Face.SurLabel">
<summary>
标签控件
</summary>
</member>
<member name="M:Asa.Face.SurLabel.#ctor">
<summary>
标签控件
</summary>
</member>
<member name="P:Asa.Face.SurLabel.TextAlign">
<summary>
显示的文本的对齐方式
</summary>
</member>
<member name="P:Asa.Face.SurLabel.ForeColorCustom">
<summary>
前景色是否自定义,通过ForeColor指定
</summary>
</member>
<member name="M:Asa.Face.SurLabel.CalcSize">
<summary>
计算位置大小
</summary>
</member>
<member name="F:Asa.Face.SurLabel.components">
<summary>
必需的设计器变量。
</summary>
</member>
<member name="M:Asa.Face.SurLabel.Dispose(System.Boolean)">
<summary>
清理所有正在使用的资源。
</summary>
<param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
</member>
<member name="M:Asa.Face.SurLabel.InitializeComponent">
<summary>
设计器支持所需的方法 - 不要修改
使用代码编辑器修改此方法的内容。
</summary>
</member>
<member name="T:Asa.Face.SurChart">
<summary>
图表控件
</summary>
</member>
<member name="M:Asa.Face.SurChart.#ctor">
<summary>
图表控件
</summary>
</member>
<member name="P:Asa.Face.SurChart.XAxisTitle">
<summary>
X轴标题
</summary>
</member>
<member name="P:Asa.Face.SurChart.YAxisTitle">
<summary>
Y轴标题
</summary>
</member>
<member name="P:Asa.Face.SurChart.XAxisCount">
<summary>
X轴显示总数
</summary>
</member>
<member name="P:Asa.Face.SurChart.YAxisCount">
<summary>
Y轴显示总数
</summary>
</member>
<member name="M:Asa.Face.SurChart.AddCurve">
<summary>
添加曲线
</summary>
<returns></returns>
</member>
<member name="M:Asa.Face.SurChart.AddCurve(System.Drawing.Color)">
<summary>
添加曲线
</summary>
<param name="color"></param>
<returns></returns>
</member>
<member name="M:Asa.Face.SurChart.AddXY(System.Int32,System.Int32,System.Single)">
<summary>
添加XY坐标
</summary>
<param name="index"></param>
<param name="x"></param>
<param name="y"></param>
</member>
<member name="M:Asa.Face.SurChart.AddXY(System.Int32,System.Int32[],System.Single[])">
<summary>
添加XY数组坐标
</summary>
<param name="index"></param>
<param name="x"></param>
<param name="y"></param>
</member>
<member name="M:Asa.Face.SurChart.ClearAll">
<summary>
清除所有曲线
</summary>
</member>
<member name="M:Asa.Face.SurChart.Clear(System.Int32)">
<summary>
清除指定曲线
</summary>
<param name="index"></param>
</member>
<member name="M:Asa.Face.SurChart.CalcSize">
<summary>
计算位置大小
</summary>
</member>
<member name="F:Asa.Face.SurChart.components">
<summary>
必需的设计器变量。
</summary>
</member>
<member name="M:Asa.Face.SurChart.Dispose(System.Boolean)">
<summary>
清理所有正在使用的资源。
</summary>
<param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
</member>
<member name="M:Asa.Face.SurChart.InitializeComponent">
<summary>
设计器支持所需的方法 - 不要修改
使用代码编辑器修改此方法的内容。
</summary>
</member>
<member name="T:Asa.Face.SurChoose">
<summary>
选择控件
</summary>
</member>
<member name="M:Asa.Face.SurChoose.#ctor">
<summary>
选择控件
</summary>
</member>
<member name="E:Asa.Face.SurChoose.SelectedIndexChanged">
<summary>
SelectedIndex属性更改时发生
</summary>
</member>
<member name="P:Asa.Face.SurChoose.SelectedIndex">
<summary>
当前选定项从零开始的索引
</summary>
</member>
<member name="P:Asa.Face.SurChoose.SelectedText">
<summary>
当前选定项的文本
</summary>
</member>
<member name="M:Asa.Face.SurChoose.CalcSize">
<summary>
计算位置大小
</summary>
</member>
<member name="F:Asa.Face.SurChoose.components">
<summary>
必需的设计器变量。
</summary>
</member>
<member name="M:Asa.Face.SurChoose.Dispose(System.Boolean)">
<summary>
清理所有正在使用的资源。
</summary>
<param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
</member>
<member name="M:Asa.Face.SurChoose.InitializeComponent">
<summary>
设计器支持所需的方法 - 不要修改
使用代码编辑器修改此方法的内容。
</summary>
</member>
<member name="T:Asa.Face.SurButton">
<summary>
按钮控件
</summary>
</member>
<member name="M:Asa.Face.SurButton.#ctor">
<summary>
按钮控件
</summary>
</member>
<member name="E:Asa.Face.SurButton.Click">
<summary>
单击时发生
</summary>
</member>
<member name="P:Asa.Face.SurButton.Image">
<summary>
控件上显示的图像
</summary>
</member>
<member name="P:Asa.Face.SurButton.ImageSize">
<summary>
显示的图像的大小
</summary>
</member>
<member name="P:Asa.Face.SurButton.TextAlign">
<summary>
显示的文本的对齐方式
</summary>
</member>
<member name="P:Asa.Face.SurButton.Padding">
<summary>
控件内部间距
</summary>
</member>
<member name="P:Asa.Face.SurButton.StateColor">
<summary>
状态颜色
</summary>
</member>
<member name="M:Asa.Face.SurButton.CalcSize">
<summary>
计算位置大小
</summary>
</member>
<member name="F:Asa.Face.SurButton.components">
<summary>
必需的设计器变量。
</summary>
</member>
<member name="M:Asa.Face.SurButton.Dispose(System.Boolean)">
<summary>
清理所有正在使用的资源。
</summary>
<param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
</member>
<member name="M:Asa.Face.SurButton.InitializeComponent">
<summary>
设计器支持所需的方法 - 不要修改
使用代码编辑器修改此方法的内容。
</summary>
</member>
<member name="T:Asa.Face.SurDataGrid">
<summary>
数据表格控件
</summary>
</member>
<member name="M:Asa.Face.SurDataGrid.#ctor">
<summary>
数据表格控件
</summary>
</member>
<member name="P:Asa.Face.SurDataGrid.HeaderText">
<summary>
列标题单元格的标题文本
</summary>
</member>
<member name="P:Asa.Face.SurDataGrid.ColumnHeadersHeight">
<summary>
列标题的高度
</summary>
</member>
<member name="P:Asa.Face.SurDataGrid.ColumnHeadersVisible">
<summary>
是否显示列标题
</summary>
</member>
<member name="P:Asa.Face.SurDataGrid.RowHeadersWidth">
<summary>
行标题的宽度
</summary>
</member>
<member name="P:Asa.Face.SurDataGrid.RowHeadersVisible">
<summary>
是否显示行标题
</summary>
</member>
<member name="M:Asa.Face.SurDataGrid.AddColumn(System.Int32)">
<summary>
添加列
</summary>
<param name="count"></param>
</member>
<member name="M:Asa.Face.SurDataGrid.AddColumn(System.Int32,System.Int32)">
<summary>
添加列
</summary>
<param name="index"></param>
<param name="count"></param>
</member>
<member name="M:Asa.Face.SurDataGrid.AddColumn(System.String[])">
<summary>
添加列
</summary>
<param name="text"></param>
</member>
<member name="M:Asa.Face.SurDataGrid.AddColumn(System.String,System.Int32)">
<summary>
添加列
</summary>
<param name="text"></param>
<param name="width"></param>
</member>
<member name="M:Asa.Face.SurDataGrid.AddColumn(System.Int32,System.String[])">
<summary>
添加列
</summary>
<param name="index"></param>
<param name="text"></param>
</member>
<member name="M:Asa.Face.SurDataGrid.RemoveColumn(System.Int32)">
<summary>
移除列
</summary>
<param name="index"></param>
</member>
<member name="M:Asa.Face.SurDataGrid.RemoveColumn(System.Int32,System.Int32)">
<summary>
移除列
</summary>
<param name="index"></param>
<param name="count"></param>
</member>
<member name="M:Asa.Face.SurDataGrid.AddRow(System.String[])">
<summary>
添加行
</summary>
<param name="content"></param>
</member>
<member name="M:Asa.Face.SurDataGrid.AddRow(System.String[][])">
<summary>
添加行
</summary>
<param name="content"></param>
</member>
<member name="M:Asa.Face.SurDataGrid.AddRow(System.Int32,System.String[])">
<summary>
添加行
</summary>
<param name="index"></param>
<param name="content"></param>
</member>
<member name="M:Asa.Face.SurDataGrid.RemoveRow(System.Int32)">
<summary>
移除行
</summary>
<param name="index"></param>
</member>
<member name="M:Asa.Face.SurDataGrid.RemoveAll">
<summary>
移除行
</summary>
</member>
<member name="M:Asa.Face.SurDataGrid.CalcSize">
<summary>
计算位置大小
</summary>
</member>
<member name="F:Asa.Face.SurDataGrid.ColType.Text">
<summary>
列标题文本
</summary>
</member>
<member name="F:Asa.Face.SurDataGrid.ColType.Width">
<summary>
列宽度
</summary>
</member>
<member name="F:Asa.Face.SurDataGrid.RowType.Text">
<summary>
标题文本
</summary>
</member>
<member name="F:Asa.Face.SurDataGrid.RowType.Height">
<summary>
高度
</summary>
</member>
<member name="F:Asa.Face.SurDataGrid.components">
<summary>
必需的设计器变量。
</summary>
</member>
<member name="M:Asa.Face.SurDataGrid.Dispose(System.Boolean)">
<summary>
清理所有正在使用的资源。
</summary>
<param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
</member>
<member name="M:Asa.Face.SurDataGrid.InitializeComponent">
<summary>
设计器支持所需的方法 - 不要修改
使用代码编辑器修改此方法的内容。
</summary>
</member>
<member name="T:Asa.Face.SurVScrollBar">
<summary>
垂直滚动条
</summary>
</member>
<member name="M:Asa.Face.SurVScrollBar.#ctor">
<summary>
垂直滚动条
</summary>
</member>
<member name="E:Asa.Face.SurVScrollBar.ValueChanged">
<summary>
在控件的值更改时发生
</summary>
</member>
<member name="P:Asa.Face.SurVScrollBar.Maximum">
<summary>
可滚动范围的上限值
</summary>
</member>
<member name="P:Asa.Face.SurVScrollBar.Minimum">
<summary>
可滚动范围的下限值
</summary>
</member>
<member name="P:Asa.Face.SurVScrollBar.Value">
<summary>
滚动框位置表示的值
</summary>
</member>
<member name="M:Asa.Face.SurVScrollBar.CalcSize">
<summary>
计算位置大小
</summary>
</member>
<member name="F:Asa.Face.SurVScrollBar.components">
<summary>
必需的设计器变量。
</summary>
</member>
<member name="M:Asa.Face.SurVScrollBar.Dispose(System.Boolean)">
<summary>
清理所有正在使用的资源。
</summary>
<param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
</member>
<member name="M:Asa.Face.SurVScrollBar.InitializeComponent">
<summary>
设计器支持所需的方法 - 不要修改
使用代码编辑器修改此方法的内容。
</summary>
</member>
<member name="T:Asa.Face.SurNumeric">
<summary>
单个数值增减的控件
</summary>
</member>
<member name="M:Asa.Face.SurNumeric.#ctor">
<summary>
单个数值增减的控件
</summary>
</member>
<member name="E:Asa.Face.SurNumeric.ValueChanged">
<summary>
在控件的值更改时发生
</summary>
</member>
<member name="P:Asa.Face.SurNumeric.Value">
<summary>
当前值
</summary>
</member>
<member name="P:Asa.Face.SurNumeric.FValue">
<summary>
当前值的float类型
</summary>
</member>
<member name="P:Asa.Face.SurNumeric.IValue">
<summary>
当前值的int类型
</summary>
</member>
<member name="P:Asa.Face.SurNumeric.Maximum">
<summary>
最大值
</summary>
</member>
<member name="P:Asa.Face.SurNumeric.Minimum">
<summary>
最小值
</summary>
</member>
<member name="P:Asa.Face.SurNumeric.DecimalPlaces">
<summary>
显示的小数位数
</summary>
</member>
<member name="P:Asa.Face.SurNumeric.Increment">
<summary>
单击按钮时增加或减少的数量
</summary>
</member>
<member name="P:Asa.Face.SurNumeric.ReadOnly">
<summary>
显示文本只读不可更改
</summary>
</member>
<member name="P:Asa.Face.SurNumeric.TextAlign">
<summary>
显示文本的对齐方式
</summary>
</member>
<member name="P:Asa.Face.SurNumeric.Appearance">
<summary>
控件的外观
</summary>
</member>
<member name="P:Asa.Face.SurNumeric.Text">
<summary>
显示的文本
</summary>
</member>
<member name="P:Asa.Face.SurNumeric.Font">
<summary>
控件中文本的字体
</summary>
</member>
<member name="M:Asa.Face.SurNumeric.CalcSize">
<summary>
计算位置大小
</summary>
</member>
<member name="F:Asa.Face.SurNumeric.components">
<summary>
必需的设计器变量。
</summary>
</member>
<member name="M:Asa.Face.SurNumeric.Dispose(System.Boolean)">
<summary>
清理所有正在使用的资源。
</summary>
<param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
</member>
<member name="M:Asa.Face.SurNumeric.InitializeComponent">
<summary>
设计器支持所需的方法 - 不要修改
使用代码编辑器修改此方法的内容。
</summary>
</member>
<member name="T:Asa.Face.SurList">
<summary>
列表框
</summary>
</member>
<member name="M:Asa.Face.SurList.#ctor">
<summary>
列表框
</summary>
</member>
<member name="E:Asa.Face.SurList.SelectedIndexChanged">
<summary>
SelectedIndex改变时发生
</summary>
</member>
<member name="P:Asa.Face.SurList.ItemHeight">
<summary>
单条文本项的高度
</summary>
</member>
<member name="P:Asa.Face.SurList.LineTwoColor">
<summary>
每行的背景色交替显示
</summary>
</member>
<member name="P:Asa.Face.SurList.SelectedIndex">
<summary>
选中项的索引
</summary>
</member>
<member name="P:Asa.Face.SurList.Count">
<summary>
列表的总数
</summary>
</member>
<member name="P:Asa.Face.SurList.Text">
<summary>
显示的文本
</summary>
</member>
<member name="M:Asa.Face.SurList.ItemAdd(System.String[])">
<summary>
列表框添加文本项
</summary>
<param name="s"></param>
</member>
<member name="M:Asa.Face.SurList.ItemRemove(System.Int32)">
<summary>
移除指定索引的元素
</summary>
<param name="index">要移除的元素从零开始的索引</param>
</member>
<member name="M:Asa.Face.SurList.ItemRemove">
<summary>
移除当前选中的元素
</summary>
</member>
<member name="M:Asa.Face.SurList.ItemClear">
<summary>
清空列表框
</summary>
</member>
<member name="M:Asa.Face.SurList.Items">
<summary>
列表所有文本
</summary>
<returns></returns>
</member>
<member name="M:Asa.Face.SurList.Items(System.Int32)">
<summary>
列表指定文本
</summary>
<returns></returns>
</member>
<member name="M:Asa.Face.SurList.Items(System.Int32,System.String)">
<summary>
设置指定列表的文本
</summary>
<param name="idx"></param>
<param name="s"></param>
</member>
<member name="M:Asa.Face.SurList.Items(System.String)">
<summary>
设置选中列表的文本
</summary>
<param name="s"></param>
</member>
<member name="M:Asa.Face.SurList.SelectedFirst">
<summary>
选中列表的第一项
</summary>
</member>
<member name="M:Asa.Face.SurList.SelectedLast">
<summary>
选中列表的最后一项
</summary>
</member>
<member name="M:Asa.Face.SurList.SelectedText(System.String)">
<summary>
选中指定文本的项
</summary>
<param name="s"></param>
</member>
<member name="M:Asa.Face.SurList.CalcSize">
<summary>
计算位置大小
</summary>
</member>
<member name="F:Asa.Face.SurList.components">
<summary>
必需的设计器变量。
</summary>
</member>
<member name="M:Asa.Face.SurList.Dispose(System.Boolean)">
<summary>
清理所有正在使用的资源。
</summary>
<param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
</member>
<member name="M:Asa.Face.SurList.InitializeComponent">
<summary>
设计器支持所需的方法 - 不要修改
使用代码编辑器修改此方法的内容。
</summary>
</member>
<member name="T:Asa.Face.SurCombo">
<summary>
列表框
</summary>
</member>
<member name="M:Asa.Face.SurCombo.#ctor">
<summary>
列表框
</summary>
</member>
<member name="E:Asa.Face.SurCombo.SelectedIndexChanged">
<summary>
SelectedIndex改变时发生
</summary>
</member>
<member name="P:Asa.Face.SurCombo.ItemHeight">
<summary>
单条文本项的高度
</summary>
</member>
<member name="P:Asa.Face.SurCombo.SelectedIndex">
<summary>
选中项的索引
</summary>
</member>
<member name="P:Asa.Face.SurCombo.Count">
<summary>
列表的总数
</summary>
</member>
<member name="P:Asa.Face.SurCombo.ReadOnly">
<summary>
显示文本只读不可更改
</summary>
</member>
<member name="P:Asa.Face.SurCombo.Text">
<summary>
显示的文本
</summary>
</member>
<member name="P:Asa.Face.SurCombo.Font">
<summary>
控件中文本的字体
</summary>
</member>
<member name="P:Asa.Face.SurCombo.TextAlign">
<summary>
显示文本的对齐方式
</summary>
</member>
<member name="M:Asa.Face.SurCombo.ItemAdd(System.String[])">
<summary>
列表框添加文本项
</summary>
<param name="s"></param>
</member>
<member name="M:Asa.Face.SurCombo.ItemRemove(System.Int32)">
<summary>
移除指定索引的元素
</summary>
<param name="n">要移除的元素从零开始的索引</param>
</member>
<member name="M:Asa.Face.SurCombo.ItemRemove">
<summary>
移除当前选中的元素
</summary>
</member>
<member name="M:Asa.Face.SurCombo.ItemClear">
<summary>
清空列表框
</summary>
</member>
<member name="M:Asa.Face.SurCombo.Items">
<summary>
列表所有文本
</summary>
<returns></returns>
</member>
<member name="M:Asa.Face.SurCombo.Items(System.Int32)">
<summary>
列表指定文本
</summary>
<returns></returns>
</member>
<member name="M:Asa.Face.SurCombo.Items(System.Int32,System.String)">
<summary>
设置指定列表的文本
</summary>
<param name="idx"></param>
<param name="s"></param>
</member>
<member name="M:Asa.Face.SurCombo.SelectedFirst">
<summary>
选中列表的第一项
</summary>
</member>
<member name="M:Asa.Face.SurCombo.SelectedLast">
<summary>
选中列表的最后一项
</summary>
</member>
<member name="M:Asa.Face.SurCombo.CalcSize">
<summary>
计算位置大小
</summary>
</member>
<member name="F:Asa.Face.SurCombo.components">
<summary>
必需的设计器变量。
</summary>
</member>
<member name="M:Asa.Face.SurCombo.Dispose(System.Boolean)">
<summary>
清理所有正在使用的资源。
</summary>
<param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
</member>
<member name="M:Asa.Face.SurCombo.InitializeComponent">
<summary>
设计器支持所需的方法 - 不要修改
使用代码编辑器修改此方法的内容。
</summary>
</member>
<member name="P:Asa.Face.SurPanel.ShowTitle">
<summary>
显示标题
</summary>
</member>
<member name="P:Asa.Face.SurPanel.TextAlign">
<summary>
显示的文本的对齐方式
</summary>
</member>
<member name="P:Asa.Face.SurPanel.TitleHeight">
<summary>
显示的标题的高度
</summary>
</member>
<member name="F:Asa.Face.SurPanel.components">
<summary>
必需的设计器变量。
</summary>
</member>
<member name="M:Asa.Face.SurPanel.Dispose(System.Boolean)">
<summary>
清理所有正在使用的资源。
</summary>
<param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
</member>
<member name="M:Asa.Face.SurPanel.InitializeComponent">
<summary>
设计器支持所需的方法 - 不要修改
使用代码编辑器修改此方法的内容。
</summary>
</member>
<member name="T:Asa.Face.SurMultiButton">
<summary>
多个按钮控件
</summary>
</member>
<member name="M:Asa.Face.SurMultiButton.#ctor">
<summary>
多个按钮控件
</summary>
</member>
<member name="E:Asa.Face.SurMultiButton.Click">
<summary>
单击时发生
</summary>
</member>
<member name="P:Asa.Face.SurMultiButton.Index">
<summary>
选中的按钮从零开始的索引
</summary>
</member>
<member name="M:Asa.Face.SurMultiButton.CalcSize">
<summary>
计算位置大小
</summary>
</member>
<member name="F:Asa.Face.SurMultiButton.components">
<summary>
必需的设计器变量。
</summary>
</member>
<member name="M:Asa.Face.SurMultiButton.Dispose(System.Boolean)">
<summary>
清理所有正在使用的资源。
</summary>
<param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
</member>
<member name="M:Asa.Face.SurMultiButton.InitializeComponent">
<summary>
设计器支持所需的方法 - 不要修改
使用代码编辑器修改此方法的内容。
</summary>
</member>
<member name="F:Asa.Face.SurInput.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Asa.Face.SurInput.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
</member>
<member name="M:Asa.Face.SurInput.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="M:Asa.Face.SurMessage.#ctor(System.String,System.String,System.Windows.Forms.MessageBoxButtons)">
<summary>
对话框
</summary>
<param name="title">标题</param>
<param name="content">内容</param>
<param name="buttons">按钮</param>
</member>
<member name="F:Asa.Face.SurMessage.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Asa.Face.SurMessage.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
</member>
<member name="M:Asa.Face.SurMessage.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="T:Asa.Face.SurButtonOKCancel">
<summary>
OK/Cancel两个按钮
</summary>
</member>
<member name="M:Asa.Face.SurButtonOKCancel.#ctor">
<summary>
OK/Cancel两个按钮
</summary>
</member>
<member name="E:Asa.Face.SurButtonOKCancel.Click">
<summary>
单击时发生
</summary>
</member>
<member name="P:Asa.Face.SurButtonOKCancel.ButtonIndex">
<summary>
按钮的Index索引
</summary>
</member>
<member name="M:Asa.Face.SurButtonOKCancel.CalcSize">
<summary>
计算位置大小
</summary>
</member>
<member name="F:Asa.Face.SurButtonOKCancel.components">
<summary>
必需的设计器变量。
</summary>
</member>
<member name="M:Asa.Face.SurButtonOKCancel.Dispose(System.Boolean)">
<summary>
清理所有正在使用的资源。
</summary>
<param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
</member>
<member name="M:Asa.Face.SurButtonOKCancel.InitializeComponent">
<summary>
设计器支持所需的方法 - 不要修改
使用代码编辑器修改此方法的内容。
</summary>
</member>
<member name="P:Asa.Face.SurImageShow.Image">
<summary>
控件上显示的图像
</summary>
</member>
<member name="M:Asa.Face.SurImageShow.PolygonGrayAdd(System.Drawing.PointF[])">
<summary>
添加灰色的多边形
</summary>
<param name="pt"></param>
</member>
<member name="M:Asa.Face.SurImageShow.PolygonRedAdd(System.Drawing.PointF[])">
<summary>
添加红色的多边形
</summary>
<param name="pt"></param>
</member>
<member name="M:Asa.Face.SurImageShow.CenterRedAdd(System.Drawing.PointF[])">
<summary>
添加红色的中心点
</summary>
<param name="pt"></param>
</member>
<member name="M:Asa.Face.SurImageShow.PolygonClear">
<summary>
清除多边形和中心点
</summary>
</member>
<member name="M:Asa.Face.SurImageShow.SetLanguage(System.Collections.Generic.Dictionary{System.String,System.String})">
<summary>
设置语言
</summary>
<param name="text"></param>
</member>
<member name="M:Asa.Face.SurImageShow.CalcSize">
<summary>
计算位置大小
</summary>
</member>
<member name="F:Asa.Face.SurImageShow.components">
<summary>
必需的设计器变量。
</summary>
</member>
<member name="M:Asa.Face.SurImageShow.Dispose(System.Boolean)">
<summary>
清理所有正在使用的资源。
</summary>
<param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
</member>
<member name="M:Asa.Face.SurImageShow.InitializeComponent">
<summary>
设计器支持所需的方法 - 不要修改
使用代码编辑器修改此方法的内容。
</summary>
</member>
</members>
</doc>
18e7e77dbdb10ae7c319dff27342e03e30a0873d
f74ee2ebfe3dde84ecbe7946d84a4a33430f13e9
......@@ -42,3 +42,17 @@ D:\Neotel\SmartCode\MES_YangGuang\obj\Debug\MES.dll
D:\Neotel\SmartCode\MES_YangGuang\obj\Debug\MES.pdb
D:\Neotel\SmartCode\MES_YangGuang\bin\Debug\Asa.Face.dll
D:\Neotel\SmartCode\MES_YangGuang\bin\Debug\Asa.Face.xml
D:\rick\vs\SmartCode\MES_YangGuang\bin\Debug\MES.dll
D:\rick\vs\SmartCode\MES_YangGuang\bin\Debug\MES.pdb
D:\rick\vs\SmartCode\MES_YangGuang\bin\Debug\MES_Interface.dll
D:\rick\vs\SmartCode\MES_YangGuang\bin\Debug\RestSharp.dll
D:\rick\vs\SmartCode\MES_YangGuang\bin\Debug\MES_Interface.pdb
D:\rick\vs\SmartCode\MES_YangGuang\bin\Debug\RestSharp.xml
D:\rick\vs\SmartCode\MES_YangGuang\obj\Debug\MES_YangGuang(阳光电源).csproj.AssemblyReference.cache
D:\rick\vs\SmartCode\MES_YangGuang\obj\Debug\MES.User.resources
D:\rick\vs\SmartCode\MES_YangGuang\obj\Debug\MES_YangGuang(阳光电源).csproj.GenerateResource.cache
D:\rick\vs\SmartCode\MES_YangGuang\obj\Debug\MES_YangGuang(阳光电源).csproj.CoreCompileInputs.cache
D:\rick\vs\SmartCode\MES_YangGuang\obj\Debug\MES_YangGuang(阳光电源).csproj.CopyComplete
D:\rick\vs\SmartCode\MES_YangGuang\obj\Debug\MES.dll
D:\rick\vs\SmartCode\MES_YangGuang\obj\Debug\MES.pdb
D:\rick\vs\SmartCode\MES_YangGuang\bin\Debug\log4net.dll
......@@ -238,7 +238,7 @@ namespace BLL
{
hObj = null;
Image.UnlockBits(bmpData);
ErrInfo = ex.Message;
ErrInfo = ex.ToString();
SmartCode.Common.log.Error(ErrInfo);
return codeInfo;
}
......@@ -338,7 +338,7 @@ namespace BLL
}
catch (Exception ex)
{
ErrInfo = ex.Message;
ErrInfo = ex.ToString();
SmartCode.Common.log.Error(ErrInfo);
return codeInfo;
}
......@@ -364,7 +364,7 @@ namespace BLL
{
hObj = null;
Image.UnlockBits(bmpData);
ErrInfo = ex.Message;
ErrInfo = ex.ToString();
SmartCode.Common.log.Error(ErrInfo);
return codeInfo;
}
......@@ -375,11 +375,11 @@ namespace BLL
//支持‘Data Matrix ECC 200’、‘QR Code’和‘PDF417’共3种类型
//‘standard_recognition’、‘enhanced_recognition’、‘maximum_recognition’
HOperatorSet.CreateDataCode2dModel("QR Code", "default_parameters", "maximum_recognition", out HTuple dataCodeHandle);
HOperatorSet.SetDataCode2dParam(dataCodeHandle, "timeout", 200); //一个二维码的解码时间
HOperatorSet.SetDataCode2dParam(dataCodeHandle, "timeout", 1000); //一个二维码的解码时间
//HOperatorSet.SetDataCode2dParam(dataCodeHandle, "symbol_size_min", 16); //码粒最小个数
//HOperatorSet.SetDataCode2dParam(dataCodeHandle, "symbol_size_max", 30); //码粒最大个数
HOperatorSet.SetDataCode2dParam(dataCodeHandle, "module_size_min", 10); //码粒最小像素
HOperatorSet.SetDataCode2dParam(dataCodeHandle, "module_size_max", 30); //码粒最大像素
//HOperatorSet.SetDataCode2dParam(dataCodeHandle, "module_size_min", 3); //码粒最小像素
//HOperatorSet.SetDataCode2dParam(dataCodeHandle, "module_size_max", 30); //码粒最大像素
HOperatorSet.FindDataCode2d(grayImage, out HObject symbolXLDs, dataCodeHandle, "stop_after_result_num", 5, out HTuple resultHandles, out HTuple decodedDataStrings);
//码粒的个数
......@@ -418,7 +418,7 @@ namespace BLL
}
catch (Exception ex)
{
ErrInfo = ex.Message;
ErrInfo = ex.ToString();
SmartCode.Common.log.Error(ErrInfo);
}
......@@ -471,7 +471,7 @@ namespace BLL
}
catch (Exception ex)
{
ErrInfo = ex.Message;
ErrInfo = ex.ToString();
SmartCode.Common.log.Error(ErrInfo);
}
......
......@@ -357,7 +357,7 @@ namespace BLL
}
catch (Exception ex)
{
ErrInfo = ex.Message;
ErrInfo = ex.ToString();
return;
}
......
......@@ -110,7 +110,7 @@ namespace BLL.Label
}
catch (Exception ex)
{
ErrInfo = ex.Message;
ErrInfo = ex.ToString();
}
_label.Add(lp);
}
......@@ -768,8 +768,8 @@ namespace BLL.Label
}
catch (Exception ex)
{
SmartCode.Common.log.Error(ex.Message);
System.Windows.Forms.MessageBox.Show(ex.Message, "ERROR", MessageBoxButtons.OK, MessageBoxIcon.Error);
SmartCode.Common.log.Error(ex.ToString());
System.Windows.Forms.MessageBox.Show(ex.ToString(), "ERROR", MessageBoxButtons.OK, MessageBoxIcon.Error);
return null;
}
}
......
......@@ -92,7 +92,7 @@ namespace BLL
}
catch (Exception)
{
//temp.ErrInfo = ex.Message;
//temp.ErrInfo = ex.ToString();
}
_mate.Add(temp);
}
......
......@@ -53,7 +53,7 @@ namespace BLL
}
catch (Exception ex)
{
ErrInfo = ex.Message;
ErrInfo = ex.ToString();
return false;
}
}
......@@ -74,7 +74,7 @@ namespace BLL
}
catch (Exception ex)
{
ErrInfo = ex.Message;
ErrInfo = ex.ToString();
IsCon = false;
return false;
}
......@@ -97,27 +97,29 @@ namespace BLL
/// </summary>
/// <param name="key"></param>
/// <returns></returns>
public int GetSN(string key)
public int GetSN(string key,bool doIncrease)
{
if (!IsCon) return 0;
try
{
SQLiteCommand cmd = new SQLiteCommand(_con) { CommandText = "SELECT [Count] FROM SN WHERE [Text]='" + key + "'" };
SQLiteDataReader dr = cmd.ExecuteReader();
int count;
//SQLiteDataReader dr = cmd.ExecuteReader();
var countobj = cmd.ExecuteScalar();
int count = 0;
if (dr.Read())
if (countobj!=null)
{
count = (int)countobj;
if (doIncrease)
{
count = dr.GetInt32(0);
count++;
dr.Close();
//cmd.CommandText = "UPDATE SN SET [Count]=" + count + " WHERE [Text]='" + key + "'";
//cmd.ExecuteNonQuery();
}
}
else
{
dr.Close();
cmd.CommandText = "INSERT INTO SN([Text], [Count]) VALUES('" + key + "', 0)";
cmd.CommandText = "INSERT INTO SN([Text], [Count]) VALUES('" + key + "', 1)";
cmd.ExecuteNonQuery();
count = 1;
}
......@@ -127,7 +129,7 @@ namespace BLL
}
catch (Exception ex)
{
ErrInfo = ex.Message;
ErrInfo = ex.ToString();
return 0;
}
......@@ -199,7 +201,7 @@ namespace BLL
}
catch (Exception ex)
{
ErrInfo = ex.Message;
ErrInfo = ex.ToString();
return false;
}
......
......@@ -30,50 +30,50 @@
{
this.surList1 = new Asa.Face.SurList();
this.surPanel1 = new Asa.Face.SurPanel();
this.surLabel1 = new Asa.Face.SurLabel();
this.surTextBox1 = new Asa.Face.SurTextBox();
this.surCheck1 = new Asa.Face.SurCheck();
this.surTextBox2 = new Asa.Face.SurTextBox();
this.surTextBox3 = new Asa.Face.SurTextBox();
this.surCheck2 = new Asa.Face.SurCheck();
this.surButton2 = new Asa.Face.SurButton();
this.surLabel5 = new Asa.Face.SurLabel();
this.surLabel6 = new Asa.Face.SurLabel();
this.surNumeric2 = new Asa.Face.SurNumeric();
this.surNumeric3 = new Asa.Face.SurNumeric();
this.surCheck6 = new Asa.Face.SurCheck();
this.surNumeric1 = new Asa.Face.SurNumeric();
this.surCombo1 = new Asa.Face.SurCombo();
this.surLabel3 = new Asa.Face.SurLabel();
this.surTextBox4 = new Asa.Face.SurTextBox();
this.surCheck3 = new Asa.Face.SurCheck();
this.surLabel3 = new Asa.Face.SurLabel();
this.surCombo1 = new Asa.Face.SurCombo();
this.surNumeric1 = new Asa.Face.SurNumeric();
this.surTextBox3 = new Asa.Face.SurTextBox();
this.surCheck2 = new Asa.Face.SurCheck();
this.surTextBox2 = new Asa.Face.SurTextBox();
this.surCheck1 = new Asa.Face.SurCheck();
this.surTextBox1 = new Asa.Face.SurTextBox();
this.surLabel1 = new Asa.Face.SurLabel();
this.surPanel2 = new Asa.Face.SurPanel();
this.surButton5 = new Asa.Face.SurButton();
this.ChsSelectMove = new Asa.Face.SurChoose();
this.BtnScanCode = new Asa.Face.SurButton();
this.BtnCamera = new Asa.Face.SurButton();
this.surList3 = new Asa.Face.SurList();
this.surCombo2 = new Asa.Face.SurCombo();
this.surLabel4 = new Asa.Face.SurLabel();
this.surCheck7 = new Asa.Face.SurCheck();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.surTextBox6 = new Asa.Face.SurTextBox();
this.surChoose3 = new Asa.Face.SurChoose();
this.surCheck4 = new Asa.Face.SurCheck();
this.surCheck5 = new Asa.Face.SurCheck();
this.surLabel7 = new Asa.Face.SurLabel();
this.surLabel11 = new Asa.Face.SurLabel();
this.surLabel8 = new Asa.Face.SurLabel();
this.surTextBox5 = new Asa.Face.SurTextBox();
this.surNumeric4 = new Asa.Face.SurNumeric();
this.surNumeric5 = new Asa.Face.SurNumeric();
this.surTextBox5 = new Asa.Face.SurTextBox();
this.surLabel11 = new Asa.Face.SurLabel();
this.surCheck4 = new Asa.Face.SurCheck();
this.surCheck5 = new Asa.Face.SurCheck();
this.surChoose3 = new Asa.Face.SurChoose();
this.surTextBox6 = new Asa.Face.SurTextBox();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.surList2 = new Asa.Face.SurList();
this.surCheck6 = new Asa.Face.SurCheck();
this.surCheck7 = new Asa.Face.SurCheck();
this.surLabel4 = new Asa.Face.SurLabel();
this.surCombo2 = new Asa.Face.SurCombo();
this.surLabel5 = new Asa.Face.SurLabel();
this.surLabel6 = new Asa.Face.SurLabel();
this.surNumeric2 = new Asa.Face.SurNumeric();
this.surNumeric3 = new Asa.Face.SurNumeric();
this.surList3 = new Asa.Face.SurList();
this.BtnScanCode = new Asa.Face.SurButton();
this.BtnCamera = new Asa.Face.SurButton();
this.ChsSelectMove = new Asa.Face.SurChoose();
this.BtnDelOcr = new Asa.Face.SurButton();
this.BtnSave = new Asa.Face.SurButton();
this.BtnAddDel = new Asa.Face.SurMultiButton();
this.surButton1 = new Asa.Face.SurButton();
this.surButton2 = new Asa.Face.SurButton();
this.surButton3 = new Asa.Face.SurButton();
this.surButton4 = new Asa.Face.SurButton();
this.surButton5 = new Asa.Face.SurButton();
this.surPanel1.SuspendLayout();
this.surPanel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
......@@ -120,86 +120,124 @@
this.surPanel1.Text = "surPanel1";
this.surPanel1.TitleFont = new System.Drawing.Font("宋体", 12F);
//
// surLabel1
// surButton2
//
this.surLabel1.BorderRect = new System.Drawing.Rectangle(0, 0, 205, 34);
this.surLabel1.BorderWidth = 0;
this.surLabel1.Font = new System.Drawing.Font("微软雅黑", 14F);
this.surLabel1.Inside = false;
this.surLabel1.Location = new System.Drawing.Point(9, 9);
this.surLabel1.Name = "surLabel1";
this.surLabel1.Size = new System.Drawing.Size(205, 34);
this.surLabel1.TabIndex = 0;
this.surLabel1.Text = "关键字";
this.surButton2.BorderRect = new System.Drawing.Rectangle(1, 1, 203, 38);
this.surButton2.Font = new System.Drawing.Font("微软雅黑", 14F);
this.surButton2.ImageSize = new System.Drawing.Size(0, 0);
this.surButton2.Inside = false;
this.surButton2.Location = new System.Drawing.Point(232, 353);
this.surButton2.Name = "surButton2";
this.surButton2.Size = new System.Drawing.Size(205, 40);
this.surButton2.StateColor = System.Drawing.Color.Empty;
this.surButton2.TabIndex = 32;
this.surButton2.Text = "添加";
//
// surTextBox1
// surLabel5
//
this.surTextBox1.BorderRect = new System.Drawing.Rectangle(1, 1, 203, 38);
this.surTextBox1.Font = new System.Drawing.Font("微软雅黑", 14F);
this.surTextBox1.Inside = false;
this.surTextBox1.Location = new System.Drawing.Point(9, 49);
this.surTextBox1.MaxLength = 32767;
this.surTextBox1.Name = "surTextBox1";
this.surTextBox1.PasswordChar = '\0';
this.surTextBox1.SelectedText = "";
this.surTextBox1.SelectionLength = 0;
this.surTextBox1.SelectionStart = 0;
this.surTextBox1.Size = new System.Drawing.Size(205, 40);
this.surTextBox1.TabIndex = 1;
this.surLabel5.BorderRect = new System.Drawing.Rectangle(0, 0, 78, 40);
this.surLabel5.BorderWidth = 0;
this.surLabel5.Font = new System.Drawing.Font("微软雅黑", 14F);
this.surLabel5.Inside = false;
this.surLabel5.Location = new System.Drawing.Point(232, 267);
this.surLabel5.Name = "surLabel5";
this.surLabel5.Size = new System.Drawing.Size(78, 40);
this.surLabel5.TabIndex = 31;
this.surLabel5.Text = "长度";
this.surLabel5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// surCheck1
// surLabel6
//
this.surCheck1.BorderRect = new System.Drawing.Rectangle(0, 0, 205, 34);
this.surCheck1.BorderWidth = 0;
this.surCheck1.Font = new System.Drawing.Font("微软雅黑", 14F);
this.surCheck1.Inside = false;
this.surCheck1.Location = new System.Drawing.Point(9, 95);
this.surCheck1.Name = "surCheck1";
this.surCheck1.Size = new System.Drawing.Size(205, 34);
this.surCheck1.TabIndex = 4;
this.surCheck1.Text = "开头字符";
this.surLabel6.BorderRect = new System.Drawing.Rectangle(0, 0, 78, 40);
this.surLabel6.BorderWidth = 0;
this.surLabel6.Font = new System.Drawing.Font("微软雅黑", 14F);
this.surLabel6.Inside = false;
this.surLabel6.Location = new System.Drawing.Point(232, 221);
this.surLabel6.Name = "surLabel6";
this.surLabel6.Size = new System.Drawing.Size(78, 40);
this.surLabel6.TabIndex = 30;
this.surLabel6.Text = "起始";
this.surLabel6.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// surTextBox2
// surNumeric2
//
this.surTextBox2.BorderRect = new System.Drawing.Rectangle(1, 1, 203, 38);
this.surTextBox2.Font = new System.Drawing.Font("微软雅黑", 14F);
this.surTextBox2.Inside = false;
this.surTextBox2.Location = new System.Drawing.Point(9, 135);
this.surTextBox2.MaxLength = 32767;
this.surTextBox2.Name = "surTextBox2";
this.surTextBox2.PasswordChar = '\0';
this.surTextBox2.SelectedText = "";
this.surTextBox2.SelectionLength = 0;
this.surTextBox2.SelectionStart = 0;
this.surTextBox2.Size = new System.Drawing.Size(205, 40);
this.surTextBox2.TabIndex = 5;
this.surNumeric2.BorderRect = new System.Drawing.Rectangle(1, 1, 119, 38);
this.surNumeric2.Font = new System.Drawing.Font("微软雅黑", 14F);
this.surNumeric2.Increment = 1D;
this.surNumeric2.Inside = false;
this.surNumeric2.Location = new System.Drawing.Point(316, 267);
this.surNumeric2.Maximum = 100D;
this.surNumeric2.Minimum = 0D;
this.surNumeric2.Name = "surNumeric2";
this.surNumeric2.Size = new System.Drawing.Size(121, 40);
this.surNumeric2.TabIndex = 29;
this.surNumeric2.Text = "0.00";
this.surNumeric2.Value = 0D;
//
// surTextBox3
// surNumeric3
//
this.surTextBox3.BorderRect = new System.Drawing.Rectangle(1, 1, 203, 38);
this.surTextBox3.Font = new System.Drawing.Font("微软雅黑", 14F);
this.surTextBox3.Inside = false;
this.surTextBox3.Location = new System.Drawing.Point(232, 135);
this.surTextBox3.MaxLength = 32767;
this.surTextBox3.Name = "surTextBox3";
this.surTextBox3.PasswordChar = '\0';
this.surTextBox3.SelectedText = "";
this.surTextBox3.SelectionLength = 0;
this.surTextBox3.SelectionStart = 0;
this.surTextBox3.Size = new System.Drawing.Size(205, 40);
this.surTextBox3.TabIndex = 7;
this.surNumeric3.BorderRect = new System.Drawing.Rectangle(1, 1, 119, 38);
this.surNumeric3.Font = new System.Drawing.Font("微软雅黑", 14F);
this.surNumeric3.Increment = 1D;
this.surNumeric3.Inside = false;
this.surNumeric3.Location = new System.Drawing.Point(316, 221);
this.surNumeric3.Maximum = 100D;
this.surNumeric3.Minimum = 0D;
this.surNumeric3.Name = "surNumeric3";
this.surNumeric3.Size = new System.Drawing.Size(121, 40);
this.surNumeric3.TabIndex = 28;
this.surNumeric3.Text = "0.00";
this.surNumeric3.Value = 0D;
//
// surCheck2
// surCheck6
//
this.surCheck2.BorderRect = new System.Drawing.Rectangle(0, 0, 205, 34);
this.surCheck2.BorderWidth = 0;
this.surCheck2.Font = new System.Drawing.Font("微软雅黑", 14F);
this.surCheck2.Inside = false;
this.surCheck2.Location = new System.Drawing.Point(232, 95);
this.surCheck2.Name = "surCheck2";
this.surCheck2.Size = new System.Drawing.Size(205, 34);
this.surCheck2.TabIndex = 6;
this.surCheck2.Text = "结尾字符";
this.surCheck6.BorderRect = new System.Drawing.Rectangle(0, 0, 205, 34);
this.surCheck6.BorderWidth = 0;
this.surCheck6.Font = new System.Drawing.Font("微软雅黑", 14F);
this.surCheck6.Inside = false;
this.surCheck6.Location = new System.Drawing.Point(232, 181);
this.surCheck6.Name = "surCheck6";
this.surCheck6.Size = new System.Drawing.Size(205, 34);
this.surCheck6.TabIndex = 18;
this.surCheck6.Text = "提取";
//
// surNumeric1
//
this.surNumeric1.BorderRect = new System.Drawing.Rectangle(1, 1, 203, 38);
this.surNumeric1.Font = new System.Drawing.Font("微软雅黑", 14F);
this.surNumeric1.Increment = 1D;
this.surNumeric1.Inside = false;
this.surNumeric1.Location = new System.Drawing.Point(9, 353);
this.surNumeric1.Maximum = 100D;
this.surNumeric1.Minimum = 0D;
this.surNumeric1.Name = "surNumeric1";
this.surNumeric1.Size = new System.Drawing.Size(205, 40);
this.surNumeric1.TabIndex = 12;
this.surNumeric1.Text = "0.00";
this.surNumeric1.Value = 0D;
//
// surCombo1
//
this.surCombo1.BorderRect = new System.Drawing.Rectangle(1, 1, 203, 38);
this.surCombo1.Font = new System.Drawing.Font("微软雅黑", 14F);
this.surCombo1.Inside = false;
this.surCombo1.Location = new System.Drawing.Point(9, 307);
this.surCombo1.Name = "surCombo1";
this.surCombo1.SelectedIndex = -1;
this.surCombo1.Size = new System.Drawing.Size(205, 40);
this.surCombo1.TabIndex = 11;
//
// surLabel3
//
this.surLabel3.BorderRect = new System.Drawing.Rectangle(0, 0, 205, 34);
this.surLabel3.BorderWidth = 0;
this.surLabel3.Font = new System.Drawing.Font("微软雅黑", 14F);
this.surLabel3.Inside = false;
this.surLabel3.Location = new System.Drawing.Point(9, 267);
this.surLabel3.Name = "surLabel3";
this.surLabel3.Size = new System.Drawing.Size(205, 34);
this.surLabel3.TabIndex = 10;
this.surLabel3.Text = "出现次数";
//
// surTextBox4
//
......@@ -228,43 +266,87 @@
this.surCheck3.TabIndex = 8;
this.surCheck3.Text = "字符匹配";
//
// surLabel3
//
this.surLabel3.BorderRect = new System.Drawing.Rectangle(0, 0, 205, 34);
this.surLabel3.BorderWidth = 0;
this.surLabel3.Font = new System.Drawing.Font("微软雅黑", 14F);
this.surLabel3.Inside = false;
this.surLabel3.Location = new System.Drawing.Point(9, 267);
this.surLabel3.Name = "surLabel3";
this.surLabel3.Size = new System.Drawing.Size(205, 34);
this.surLabel3.TabIndex = 10;
this.surLabel3.Text = "出现次数";
//
// surCombo1
// surTextBox3
//
this.surCombo1.BorderRect = new System.Drawing.Rectangle(1, 1, 203, 38);
this.surCombo1.Font = new System.Drawing.Font("微软雅黑", 14F);
this.surCombo1.Inside = false;
this.surCombo1.Location = new System.Drawing.Point(9, 307);
this.surCombo1.Name = "surCombo1";
this.surCombo1.SelectedIndex = -1;
this.surCombo1.Size = new System.Drawing.Size(205, 40);
this.surCombo1.TabIndex = 11;
this.surTextBox3.BorderRect = new System.Drawing.Rectangle(1, 1, 203, 38);
this.surTextBox3.Font = new System.Drawing.Font("微软雅黑", 14F);
this.surTextBox3.Inside = false;
this.surTextBox3.Location = new System.Drawing.Point(232, 135);
this.surTextBox3.MaxLength = 32767;
this.surTextBox3.Name = "surTextBox3";
this.surTextBox3.PasswordChar = '\0';
this.surTextBox3.SelectedText = "";
this.surTextBox3.SelectionLength = 0;
this.surTextBox3.SelectionStart = 0;
this.surTextBox3.Size = new System.Drawing.Size(205, 40);
this.surTextBox3.TabIndex = 7;
//
// surNumeric1
// surCheck2
//
this.surNumeric1.BorderRect = new System.Drawing.Rectangle(1, 1, 203, 38);
this.surNumeric1.Font = new System.Drawing.Font("微软雅黑", 14F);
this.surNumeric1.Increment = 1D;
this.surNumeric1.Inside = false;
this.surNumeric1.Location = new System.Drawing.Point(9, 353);
this.surNumeric1.Maximum = 100D;
this.surNumeric1.Minimum = 0D;
this.surNumeric1.Name = "surNumeric1";
this.surNumeric1.Size = new System.Drawing.Size(205, 40);
this.surNumeric1.TabIndex = 12;
this.surNumeric1.Text = "0.00";
this.surNumeric1.Value = 0D;
this.surCheck2.BorderRect = new System.Drawing.Rectangle(0, 0, 205, 34);
this.surCheck2.BorderWidth = 0;
this.surCheck2.Font = new System.Drawing.Font("微软雅黑", 14F);
this.surCheck2.Inside = false;
this.surCheck2.Location = new System.Drawing.Point(232, 95);
this.surCheck2.Name = "surCheck2";
this.surCheck2.Size = new System.Drawing.Size(205, 34);
this.surCheck2.TabIndex = 6;
this.surCheck2.Text = "结尾字符";
//
// surTextBox2
//
this.surTextBox2.BorderRect = new System.Drawing.Rectangle(1, 1, 203, 38);
this.surTextBox2.Font = new System.Drawing.Font("微软雅黑", 14F);
this.surTextBox2.Inside = false;
this.surTextBox2.Location = new System.Drawing.Point(9, 135);
this.surTextBox2.MaxLength = 32767;
this.surTextBox2.Name = "surTextBox2";
this.surTextBox2.PasswordChar = '\0';
this.surTextBox2.SelectedText = "";
this.surTextBox2.SelectionLength = 0;
this.surTextBox2.SelectionStart = 0;
this.surTextBox2.Size = new System.Drawing.Size(205, 40);
this.surTextBox2.TabIndex = 5;
//
// surCheck1
//
this.surCheck1.BorderRect = new System.Drawing.Rectangle(0, 0, 205, 34);
this.surCheck1.BorderWidth = 0;
this.surCheck1.Font = new System.Drawing.Font("微软雅黑", 14F);
this.surCheck1.Inside = false;
this.surCheck1.Location = new System.Drawing.Point(9, 95);
this.surCheck1.Name = "surCheck1";
this.surCheck1.Size = new System.Drawing.Size(205, 34);
this.surCheck1.TabIndex = 4;
this.surCheck1.Text = "开头字符";
this.surCheck1.CheckedChanged += new Asa.Face.MyEvent.Changed(this.surCheck1_CheckedChanged);
//
// surTextBox1
//
this.surTextBox1.BorderRect = new System.Drawing.Rectangle(1, 1, 203, 38);
this.surTextBox1.Font = new System.Drawing.Font("微软雅黑", 14F);
this.surTextBox1.Inside = false;
this.surTextBox1.Location = new System.Drawing.Point(9, 49);
this.surTextBox1.MaxLength = 32767;
this.surTextBox1.Name = "surTextBox1";
this.surTextBox1.PasswordChar = '\0';
this.surTextBox1.SelectedText = "";
this.surTextBox1.SelectionLength = 0;
this.surTextBox1.SelectionStart = 0;
this.surTextBox1.Size = new System.Drawing.Size(205, 40);
this.surTextBox1.TabIndex = 1;
//
// surLabel1
//
this.surLabel1.BorderRect = new System.Drawing.Rectangle(0, 0, 205, 34);
this.surLabel1.BorderWidth = 0;
this.surLabel1.Font = new System.Drawing.Font("微软雅黑", 14F);
this.surLabel1.Inside = false;
this.surLabel1.Location = new System.Drawing.Point(9, 9);
this.surLabel1.Name = "surLabel1";
this.surLabel1.Size = new System.Drawing.Size(205, 34);
this.surLabel1.TabIndex = 0;
this.surLabel1.Text = "关键字";
//
// surPanel2
//
......@@ -296,259 +378,34 @@
this.surPanel2.Size = new System.Drawing.Size(585, 482);
this.surPanel2.TabIndex = 8;
this.surPanel2.Text = "surPanel2";
this.surPanel2.TitleFont = new System.Drawing.Font("宋体", 12F);
//
// surLabel7
//
this.surLabel7.BorderRect = new System.Drawing.Rectangle(1, 1, 76, 32);
this.surLabel7.Inside = false;
this.surLabel7.Location = new System.Drawing.Point(142, 129);
this.surLabel7.Name = "surLabel7";
this.surLabel7.Size = new System.Drawing.Size(78, 34);
this.surLabel7.TabIndex = 27;
this.surLabel7.Text = "长度";
//
// surLabel8
//
this.surLabel8.BorderRect = new System.Drawing.Rectangle(1, 1, 76, 32);
this.surLabel8.Inside = false;
this.surLabel8.Location = new System.Drawing.Point(142, 89);
this.surLabel8.Name = "surLabel8";
this.surLabel8.Size = new System.Drawing.Size(78, 34);
this.surLabel8.TabIndex = 26;
this.surLabel8.Text = "起始";
//
// surNumeric4
//
this.surNumeric4.BorderRect = new System.Drawing.Rectangle(1, 1, 119, 32);
this.surNumeric4.Increment = 1D;
this.surNumeric4.Inside = false;
this.surNumeric4.Location = new System.Drawing.Point(226, 129);
this.surNumeric4.Maximum = 100D;
this.surNumeric4.Minimum = 0D;
this.surNumeric4.Name = "surNumeric4";
this.surNumeric4.Size = new System.Drawing.Size(121, 34);
this.surNumeric4.TabIndex = 25;
this.surNumeric4.Text = "0.00";
this.surNumeric4.Value = 0D;
//
// surNumeric5
//
this.surNumeric5.BorderRect = new System.Drawing.Rectangle(1, 1, 119, 32);
this.surNumeric5.Increment = 1D;
this.surNumeric5.Inside = false;
this.surNumeric5.Location = new System.Drawing.Point(226, 89);
this.surNumeric5.Maximum = 100D;
this.surNumeric5.Minimum = 0D;
this.surNumeric5.Name = "surNumeric5";
this.surNumeric5.Size = new System.Drawing.Size(121, 34);
this.surNumeric5.TabIndex = 24;
this.surNumeric5.Text = "0.00";
this.surNumeric5.Value = 0D;
//
// surTextBox5
//
this.surTextBox5.BorderRect = new System.Drawing.Rectangle(1, 1, 203, 32);
this.surTextBox5.Inside = false;
this.surTextBox5.Location = new System.Drawing.Point(142, 9);
this.surTextBox5.MaxLength = 32767;
this.surTextBox5.Name = "surTextBox5";
this.surTextBox5.PasswordChar = '\0';
this.surTextBox5.SelectedText = "";
this.surTextBox5.SelectionLength = 0;
this.surTextBox5.SelectionStart = 0;
this.surTextBox5.Size = new System.Drawing.Size(205, 34);
this.surTextBox5.TabIndex = 20;
this.surTextBox5.Text = "surTextBox5";
//
// surLabel11
//
this.surLabel11.BorderRect = new System.Drawing.Rectangle(1, 1, 125, 32);
this.surLabel11.Inside = false;
this.surLabel11.Location = new System.Drawing.Point(9, 9);
this.surLabel11.Name = "surLabel11";
this.surLabel11.Size = new System.Drawing.Size(127, 34);
this.surLabel11.TabIndex = 19;
this.surLabel11.Text = "关键字";
//
// surCheck4
//
this.surCheck4.BorderRect = new System.Drawing.Rectangle(1, 1, 125, 32);
this.surCheck4.Inside = false;
this.surCheck4.Location = new System.Drawing.Point(9, 209);
this.surCheck4.Name = "surCheck4";
this.surCheck4.Size = new System.Drawing.Size(127, 34);
this.surCheck4.TabIndex = 29;
this.surCheck4.Text = "字符";
//
// surCheck5
//
this.surCheck5.BorderRect = new System.Drawing.Rectangle(1, 1, 125, 32);
this.surCheck5.Inside = false;
this.surCheck5.Location = new System.Drawing.Point(9, 169);
this.surCheck5.Name = "surCheck5";
this.surCheck5.Size = new System.Drawing.Size(127, 34);
this.surCheck5.TabIndex = 28;
this.surCheck5.Text = "颜色";
//
// surChoose3
//
this.surChoose3.BorderRect = new System.Drawing.Rectangle(1, 1, 203, 32);
this.surChoose3.Inside = false;
this.surChoose3.Location = new System.Drawing.Point(142, 169);
this.surChoose3.Name = "surChoose3";
this.surChoose3.SelectedIndex = -1;
this.surChoose3.SelectedText = "";
this.surChoose3.Size = new System.Drawing.Size(205, 34);
this.surChoose3.TabIndex = 30;
this.surChoose3.Text = "黑色多,白色多";
//
// surTextBox6
//
this.surTextBox6.BorderRect = new System.Drawing.Rectangle(1, 1, 203, 32);
this.surTextBox6.Inside = false;
this.surTextBox6.Location = new System.Drawing.Point(142, 209);
this.surTextBox6.MaxLength = 32767;
this.surTextBox6.Name = "surTextBox6";
this.surTextBox6.PasswordChar = '\0';
this.surTextBox6.SelectedText = "";
this.surTextBox6.SelectionLength = 0;
this.surTextBox6.SelectionStart = 0;
this.surTextBox6.Size = new System.Drawing.Size(205, 34);
this.surTextBox6.TabIndex = 31;
this.surTextBox6.Text = "surTextBox6";
//
// pictureBox1
//
this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.pictureBox1.Location = new System.Drawing.Point(353, 49);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(223, 424);
this.pictureBox1.TabIndex = 33;
this.pictureBox1.TabStop = false;
//
// surList2
//
this.surList2.BorderRect = new System.Drawing.Rectangle(1, 1, 158, 98);
this.surList2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.surList2.Inside = false;
this.surList2.Location = new System.Drawing.Point(12, 248);
this.surList2.Name = "surList2";
this.surList2.SelectedIndex = -1;
this.surList2.Size = new System.Drawing.Size(160, 100);
this.surList2.TabIndex = 9;
//
// surCheck6
//
this.surCheck6.BorderRect = new System.Drawing.Rectangle(0, 0, 205, 34);
this.surCheck6.BorderWidth = 0;
this.surCheck6.Font = new System.Drawing.Font("微软雅黑", 14F);
this.surCheck6.Inside = false;
this.surCheck6.Location = new System.Drawing.Point(232, 181);
this.surCheck6.Name = "surCheck6";
this.surCheck6.Size = new System.Drawing.Size(205, 34);
this.surCheck6.TabIndex = 18;
this.surCheck6.Text = "提取";
//
// surCheck7
//
this.surCheck7.BorderRect = new System.Drawing.Rectangle(1, 1, 125, 32);
this.surCheck7.Inside = false;
this.surCheck7.Location = new System.Drawing.Point(9, 89);
this.surCheck7.Name = "surCheck7";
this.surCheck7.Size = new System.Drawing.Size(127, 34);
this.surCheck7.TabIndex = 34;
this.surCheck7.Text = "提取";
//
// surLabel4
//
this.surLabel4.BorderRect = new System.Drawing.Rectangle(1, 1, 125, 32);
this.surLabel4.Inside = false;
this.surLabel4.Location = new System.Drawing.Point(9, 49);
this.surLabel4.Name = "surLabel4";
this.surLabel4.Size = new System.Drawing.Size(127, 34);
this.surLabel4.TabIndex = 35;
this.surLabel4.Text = "关联条码关键字";
//
// surCombo2
//
this.surCombo2.BorderRect = new System.Drawing.Rectangle(1, 1, 203, 32);
this.surCombo2.Inside = false;
this.surCombo2.Location = new System.Drawing.Point(142, 49);
this.surCombo2.Name = "surCombo2";
this.surCombo2.SelectedIndex = -1;
this.surCombo2.Size = new System.Drawing.Size(205, 34);
this.surCombo2.TabIndex = 36;
//
// surLabel5
//
this.surLabel5.BorderRect = new System.Drawing.Rectangle(0, 0, 78, 40);
this.surLabel5.BorderWidth = 0;
this.surLabel5.Font = new System.Drawing.Font("微软雅黑", 14F);
this.surLabel5.Inside = false;
this.surLabel5.Location = new System.Drawing.Point(232, 267);
this.surLabel5.Name = "surLabel5";
this.surLabel5.Size = new System.Drawing.Size(78, 40);
this.surLabel5.TabIndex = 31;
this.surLabel5.Text = "长度";
this.surLabel5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// surLabel6
//
this.surLabel6.BorderRect = new System.Drawing.Rectangle(0, 0, 78, 40);
this.surLabel6.BorderWidth = 0;
this.surLabel6.Font = new System.Drawing.Font("微软雅黑", 14F);
this.surLabel6.Inside = false;
this.surLabel6.Location = new System.Drawing.Point(232, 221);
this.surLabel6.Name = "surLabel6";
this.surLabel6.Size = new System.Drawing.Size(78, 40);
this.surLabel6.TabIndex = 30;
this.surLabel6.Text = "起始";
this.surLabel6.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// surNumeric2
//
this.surNumeric2.BorderRect = new System.Drawing.Rectangle(1, 1, 119, 38);
this.surNumeric2.Font = new System.Drawing.Font("微软雅黑", 14F);
this.surNumeric2.Increment = 1D;
this.surNumeric2.Inside = false;
this.surNumeric2.Location = new System.Drawing.Point(316, 267);
this.surNumeric2.Maximum = 100D;
this.surNumeric2.Minimum = 0D;
this.surNumeric2.Name = "surNumeric2";
this.surNumeric2.Size = new System.Drawing.Size(121, 40);
this.surNumeric2.TabIndex = 29;
this.surNumeric2.Text = "0.00";
this.surNumeric2.Value = 0D;
//
// surNumeric3
//
this.surNumeric3.BorderRect = new System.Drawing.Rectangle(1, 1, 119, 38);
this.surNumeric3.Font = new System.Drawing.Font("微软雅黑", 14F);
this.surNumeric3.Increment = 1D;
this.surNumeric3.Inside = false;
this.surNumeric3.Location = new System.Drawing.Point(316, 221);
this.surNumeric3.Maximum = 100D;
this.surNumeric3.Minimum = 0D;
this.surNumeric3.Name = "surNumeric3";
this.surNumeric3.Size = new System.Drawing.Size(121, 40);
this.surNumeric3.TabIndex = 28;
this.surNumeric3.Text = "0.00";
this.surNumeric3.Value = 0D;
this.surPanel2.TitleFont = new System.Drawing.Font("宋体", 12F);
//
// surList3
// surButton5
//
this.surList3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.surList3.BorderRect = new System.Drawing.Rectangle(1, 1, 203, 222);
this.surList3.Inside = false;
this.surList3.Location = new System.Drawing.Point(142, 249);
this.surList3.Name = "surList3";
this.surList3.SelectedIndex = -1;
this.surList3.Size = new System.Drawing.Size(205, 224);
this.surList3.TabIndex = 11;
this.surButton5.BorderRect = new System.Drawing.Rectangle(1, 1, 125, 32);
this.surButton5.Font = new System.Drawing.Font("微软雅黑", 9F);
this.surButton5.ImageSize = new System.Drawing.Size(0, 0);
this.surButton5.Inside = false;
this.surButton5.Location = new System.Drawing.Point(9, 439);
this.surButton5.Name = "surButton5";
this.surButton5.Size = new System.Drawing.Size(127, 34);
this.surButton5.StateColor = System.Drawing.Color.Empty;
this.surButton5.TabIndex = 60;
this.surButton5.Text = "添加";
//
// ChsSelectMove
//
this.ChsSelectMove.BorderRect = new System.Drawing.Rectangle(1, 1, 221, 32);
this.ChsSelectMove.Enabled = false;
this.ChsSelectMove.Font = new System.Drawing.Font("微软雅黑", 9F);
this.ChsSelectMove.Inside = false;
this.ChsSelectMove.Location = new System.Drawing.Point(353, 9);
this.ChsSelectMove.Name = "ChsSelectMove";
this.ChsSelectMove.SelectedIndex = 0;
this.ChsSelectMove.SelectedText = "矩形选择";
this.ChsSelectMove.Size = new System.Drawing.Size(223, 34);
this.ChsSelectMove.TabIndex = 56;
this.ChsSelectMove.Text = "矩形选择,图像移动";
//
// BtnScanCode
//
......@@ -576,19 +433,189 @@
this.BtnCamera.TabIndex = 58;
this.BtnCamera.Text = "相机图像";
//
// ChsSelectMove
// surList3
//
this.ChsSelectMove.BorderRect = new System.Drawing.Rectangle(1, 1, 221, 32);
this.ChsSelectMove.Enabled = false;
this.ChsSelectMove.Font = new System.Drawing.Font("微软雅黑", 9F);
this.ChsSelectMove.Inside = false;
this.ChsSelectMove.Location = new System.Drawing.Point(353, 9);
this.ChsSelectMove.Name = "ChsSelectMove";
this.ChsSelectMove.SelectedIndex = 0;
this.ChsSelectMove.SelectedText = "矩形选择";
this.ChsSelectMove.Size = new System.Drawing.Size(223, 34);
this.ChsSelectMove.TabIndex = 56;
this.ChsSelectMove.Text = "矩形选择,图像移动";
this.surList3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.surList3.BorderRect = new System.Drawing.Rectangle(1, 1, 203, 222);
this.surList3.Inside = false;
this.surList3.Location = new System.Drawing.Point(142, 249);
this.surList3.Name = "surList3";
this.surList3.SelectedIndex = -1;
this.surList3.Size = new System.Drawing.Size(205, 224);
this.surList3.TabIndex = 11;
//
// surCombo2
//
this.surCombo2.BorderRect = new System.Drawing.Rectangle(1, 1, 203, 32);
this.surCombo2.Inside = false;
this.surCombo2.Location = new System.Drawing.Point(142, 49);
this.surCombo2.Name = "surCombo2";
this.surCombo2.SelectedIndex = -1;
this.surCombo2.Size = new System.Drawing.Size(205, 34);
this.surCombo2.TabIndex = 36;
//
// surLabel4
//
this.surLabel4.BorderRect = new System.Drawing.Rectangle(1, 1, 125, 32);
this.surLabel4.Inside = false;
this.surLabel4.Location = new System.Drawing.Point(9, 49);
this.surLabel4.Name = "surLabel4";
this.surLabel4.Size = new System.Drawing.Size(127, 34);
this.surLabel4.TabIndex = 35;
this.surLabel4.Text = "关联条码关键字";
//
// surCheck7
//
this.surCheck7.BorderRect = new System.Drawing.Rectangle(1, 1, 125, 32);
this.surCheck7.Inside = false;
this.surCheck7.Location = new System.Drawing.Point(9, 89);
this.surCheck7.Name = "surCheck7";
this.surCheck7.Size = new System.Drawing.Size(127, 34);
this.surCheck7.TabIndex = 34;
this.surCheck7.Text = "提取";
//
// pictureBox1
//
this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.pictureBox1.Location = new System.Drawing.Point(353, 49);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(223, 424);
this.pictureBox1.TabIndex = 33;
this.pictureBox1.TabStop = false;
//
// surTextBox6
//
this.surTextBox6.BorderRect = new System.Drawing.Rectangle(1, 1, 203, 32);
this.surTextBox6.Inside = false;
this.surTextBox6.Location = new System.Drawing.Point(142, 209);
this.surTextBox6.MaxLength = 32767;
this.surTextBox6.Name = "surTextBox6";
this.surTextBox6.PasswordChar = '\0';
this.surTextBox6.SelectedText = "";
this.surTextBox6.SelectionLength = 0;
this.surTextBox6.SelectionStart = 0;
this.surTextBox6.Size = new System.Drawing.Size(205, 34);
this.surTextBox6.TabIndex = 31;
this.surTextBox6.Text = "surTextBox6";
//
// surChoose3
//
this.surChoose3.BorderRect = new System.Drawing.Rectangle(1, 1, 203, 32);
this.surChoose3.Inside = false;
this.surChoose3.Location = new System.Drawing.Point(142, 169);
this.surChoose3.Name = "surChoose3";
this.surChoose3.SelectedIndex = -1;
this.surChoose3.SelectedText = "";
this.surChoose3.Size = new System.Drawing.Size(205, 34);
this.surChoose3.TabIndex = 30;
this.surChoose3.Text = "黑色多,白色多";
//
// surCheck4
//
this.surCheck4.BorderRect = new System.Drawing.Rectangle(1, 1, 125, 32);
this.surCheck4.Inside = false;
this.surCheck4.Location = new System.Drawing.Point(9, 209);
this.surCheck4.Name = "surCheck4";
this.surCheck4.Size = new System.Drawing.Size(127, 34);
this.surCheck4.TabIndex = 29;
this.surCheck4.Text = "字符";
//
// surCheck5
//
this.surCheck5.BorderRect = new System.Drawing.Rectangle(1, 1, 125, 32);
this.surCheck5.Inside = false;
this.surCheck5.Location = new System.Drawing.Point(9, 169);
this.surCheck5.Name = "surCheck5";
this.surCheck5.Size = new System.Drawing.Size(127, 34);
this.surCheck5.TabIndex = 28;
this.surCheck5.Text = "颜色";
//
// surLabel7
//
this.surLabel7.BorderRect = new System.Drawing.Rectangle(1, 1, 76, 32);
this.surLabel7.Inside = false;
this.surLabel7.Location = new System.Drawing.Point(142, 129);
this.surLabel7.Name = "surLabel7";
this.surLabel7.Size = new System.Drawing.Size(78, 34);
this.surLabel7.TabIndex = 27;
this.surLabel7.Text = "长度";
//
// surLabel11
//
this.surLabel11.BorderRect = new System.Drawing.Rectangle(1, 1, 125, 32);
this.surLabel11.Inside = false;
this.surLabel11.Location = new System.Drawing.Point(9, 9);
this.surLabel11.Name = "surLabel11";
this.surLabel11.Size = new System.Drawing.Size(127, 34);
this.surLabel11.TabIndex = 19;
this.surLabel11.Text = "关键字";
//
// surLabel8
//
this.surLabel8.BorderRect = new System.Drawing.Rectangle(1, 1, 76, 32);
this.surLabel8.Inside = false;
this.surLabel8.Location = new System.Drawing.Point(142, 89);
this.surLabel8.Name = "surLabel8";
this.surLabel8.Size = new System.Drawing.Size(78, 34);
this.surLabel8.TabIndex = 26;
this.surLabel8.Text = "起始";
//
// surTextBox5
//
this.surTextBox5.BorderRect = new System.Drawing.Rectangle(1, 1, 203, 32);
this.surTextBox5.Inside = false;
this.surTextBox5.Location = new System.Drawing.Point(142, 9);
this.surTextBox5.MaxLength = 32767;
this.surTextBox5.Name = "surTextBox5";
this.surTextBox5.PasswordChar = '\0';
this.surTextBox5.SelectedText = "";
this.surTextBox5.SelectionLength = 0;
this.surTextBox5.SelectionStart = 0;
this.surTextBox5.Size = new System.Drawing.Size(205, 34);
this.surTextBox5.TabIndex = 20;
this.surTextBox5.Text = "surTextBox5";
//
// surNumeric4
//
this.surNumeric4.BorderRect = new System.Drawing.Rectangle(1, 1, 119, 32);
this.surNumeric4.Increment = 1D;
this.surNumeric4.Inside = false;
this.surNumeric4.Location = new System.Drawing.Point(226, 129);
this.surNumeric4.Maximum = 100D;
this.surNumeric4.Minimum = 0D;
this.surNumeric4.Name = "surNumeric4";
this.surNumeric4.Size = new System.Drawing.Size(121, 34);
this.surNumeric4.TabIndex = 25;
this.surNumeric4.Text = "0.00";
this.surNumeric4.Value = 0D;
//
// surNumeric5
//
this.surNumeric5.BorderRect = new System.Drawing.Rectangle(1, 1, 119, 32);
this.surNumeric5.Increment = 1D;
this.surNumeric5.Inside = false;
this.surNumeric5.Location = new System.Drawing.Point(226, 89);
this.surNumeric5.Maximum = 100D;
this.surNumeric5.Minimum = 0D;
this.surNumeric5.Name = "surNumeric5";
this.surNumeric5.Size = new System.Drawing.Size(121, 34);
this.surNumeric5.TabIndex = 24;
this.surNumeric5.Text = "0.00";
this.surNumeric5.Value = 0D;
//
// surList2
//
this.surList2.BorderRect = new System.Drawing.Rectangle(1, 1, 158, 98);
this.surList2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.surList2.Inside = false;
this.surList2.Location = new System.Drawing.Point(12, 248);
this.surList2.Name = "surList2";
this.surList2.SelectedIndex = -1;
this.surList2.Size = new System.Drawing.Size(160, 100);
this.surList2.TabIndex = 9;
//
// BtnDelOcr
//
......@@ -641,19 +668,6 @@
this.surButton1.TabIndex = 56;
this.surButton1.Text = "设为启用";
//
// surButton2
//
this.surButton2.BorderRect = new System.Drawing.Rectangle(1, 1, 203, 38);
this.surButton2.Font = new System.Drawing.Font("微软雅黑", 14F);
this.surButton2.ImageSize = new System.Drawing.Size(0, 0);
this.surButton2.Inside = false;
this.surButton2.Location = new System.Drawing.Point(232, 353);
this.surButton2.Name = "surButton2";
this.surButton2.Size = new System.Drawing.Size(205, 40);
this.surButton2.StateColor = System.Drawing.Color.Empty;
this.surButton2.TabIndex = 32;
this.surButton2.Text = "添加";
//
// surButton3
//
this.surButton3.BorderRect = new System.Drawing.Rectangle(1, 1, 158, 38);
......@@ -667,6 +681,7 @@
this.surButton3.StateColor = System.Drawing.Color.Empty;
this.surButton3.TabIndex = 57;
this.surButton3.Text = "添加条码匹配";
this.surButton3.Click += new Asa.Face.MyEvent.Click(this.surButton3_Click);
//
// surButton4
//
......@@ -682,19 +697,6 @@
this.surButton4.TabIndex = 58;
this.surButton4.Text = "添加OCR匹配";
//
// surButton5
//
this.surButton5.BorderRect = new System.Drawing.Rectangle(1, 1, 125, 32);
this.surButton5.Font = new System.Drawing.Font("微软雅黑", 9F);
this.surButton5.ImageSize = new System.Drawing.Size(0, 0);
this.surButton5.Inside = false;
this.surButton5.Location = new System.Drawing.Point(9, 439);
this.surButton5.Name = "surButton5";
this.surButton5.Size = new System.Drawing.Size(127, 34);
this.surButton5.StateColor = System.Drawing.Color.Empty;
this.surButton5.TabIndex = 60;
this.surButton5.Text = "添加";
//
// FrmMate2
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
......
......@@ -21,5 +21,15 @@ namespace SmartCode
{
}
private void surButton3_Click(object sender)
{
}
private void surCheck1_CheckedChanged(object sender)
{
}
}
}
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Forms;
......@@ -14,6 +15,12 @@ namespace SmartCode
[STAThread]
static void Main(string[] args)
{
var scp = Process.GetProcessesByName("SmartCode");
foreach (var sp in scp)
if (sp.Id!=Process.GetCurrentProcess().Id)
sp.Kill();
log4net.Config.XmlConfigurator.Configure();
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
......@@ -30,6 +37,7 @@ namespace SmartCode
}
Common.Config = new BLL.Config(Common.CONFIG_PATH);
Common.Lang = new Asa.Face.Language(Common.LANGUAGE_DIR);
Common.Lang.Load(Common.Config.Language);
Common.Label = new BLL.Label.LabelEdit(Common.LABEL_DIR);
......@@ -37,7 +45,7 @@ namespace SmartCode
Common.BarCode = new BLL.BarCode();
Common.Material = new BLL.Material(Common.MATERIAL_DIR);
Common.Database = new BLL.DB(Common.DATABASE_PATH);
Common.log.Info("=====程序开始1=====");
Application.Run(new FrmMain());
Common.log.Info("=====程序结束=====\r\n");
}
......
......@@ -17,7 +17,7 @@
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<PlatformTarget>x64</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
......@@ -44,10 +44,6 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\DLL\Camera\Asa.Camera.dll</HintPath>
</Reference>
<Reference Include="Asa.Dog, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\DLL\SuperDog\Asa.Dog.dll</HintPath>
</Reference>
<Reference Include="Asa.Face, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\DLL\Asa.Face\Asa.Face.dll</HintPath>
......@@ -66,12 +62,9 @@
<Reference Include="halcondotnet">
<HintPath>..\..\..\..\DLL\Halcon\halcondotnet.dll</HintPath>
</Reference>
<Reference Include="log4net">
<HintPath>..\..\..\..\DLL\log4net.dll</HintPath>
</Reference>
<Reference Include="MES, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=692fbea5521e1304, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\MES_NanRui\bin\Debug\MES.dll</HintPath>
<HintPath>..\MES_YangGuang\bin\Debug\log4net.dll</HintPath>
</Reference>
<Reference Include="MvCameraControl.Net">
<HintPath>..\..\..\..\DLL\Camera\MvCameraControl.Net.dll</HintPath>
......@@ -107,12 +100,6 @@
<Compile Include="BLL\Config.cs" />
<Compile Include="BLL\Material.cs" />
<Compile Include="BLL\SQLite.cs" />
<Compile Include="UI\FrmCount.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="UI\FrmCount.Designer.cs">
<DependentUpon>FrmCount.cs</DependentUpon>
</Compile>
<Compile Include="FrmMate2.cs">
<SubType>Form</SubType>
</Compile>
......@@ -166,9 +153,6 @@
<EmbeddedResource Include="FrmMate2.resx">
<DependentUpon>FrmMate2.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="UI\FrmCount.resx">
<DependentUpon>FrmCount.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="UI\FrmPreview.resx">
<DependentUpon>FrmPreview.cs</DependentUpon>
</EmbeddedResource>
......@@ -225,6 +209,10 @@
<Project>{fea24e3f-856f-459b-8c14-af9c87f075c9}</Project>
<Name>MES_Interface</Name>
</ProjectReference>
<ProjectReference Include="..\MES_YangGuang\MES_YangGuang(阳光电源).csproj">
<Project>{fcd13548-ef07-4c9c-905e-9dd92b4838f1}</Project>
<Name>MES_YangGuang(阳光电源)</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\packages\Tesseract.3.3.0\build\Tesseract.targets" Condition="Exists('..\packages\Tesseract.3.3.0\build\Tesseract.targets')" />
......
......@@ -90,8 +90,8 @@ namespace SmartCode
}
catch (Exception ex)
{
//Common.Log.Out("Error: " + ex.Message);
Asa.Face.MessageBox.Show("ERROR", ex.Message, MessageBoxButtons.OK);
//Common.Log.Out("Error: " + ex.ToString());
Asa.Face.MessageBox.Show("ERROR", ex.ToString(), MessageBoxButtons.OK);
}
}
......
......@@ -5,6 +5,7 @@ using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using System.Windows.Forms;
......@@ -129,8 +130,8 @@ namespace SmartCode
}
catch (Exception ex)
{
Common.log.Error(ex.Message);
MessageBox.Show(ex.Message, "ERROR", MessageBoxButtons.OK, MessageBoxIcon.Error);
Common.log.Error(ex.ToString());
MessageBox.Show(ex.ToString(), "ERROR", MessageBoxButtons.OK, MessageBoxIcon.Error);
return false;
}
}
......@@ -305,8 +306,8 @@ namespace SmartCode
}
catch (Exception ex)
{
Common.log.Error(ex.Message);
MessageBox.Show(ex.Message, "ERROR", MessageBoxButtons.OK, MessageBoxIcon.Error);
Common.log.Error(ex.ToString());
MessageBox.Show(ex.ToString(), "ERROR", MessageBoxButtons.OK, MessageBoxIcon.Error);
}
}
......@@ -381,9 +382,9 @@ namespace SmartCode
catch (Exception ex)
{
noCamera = true;
Common.log.Error(ex.Message);
MessageBox.Show(ex.Message, "ERROR", MessageBoxButtons.OK, MessageBoxIcon.Error);
RtxLog.AppendText(ex.Message + "\r\n");
Common.log.Error(ex.ToString());
MessageBox.Show(ex.ToString(), "ERROR", MessageBoxButtons.OK, MessageBoxIcon.Error);
RtxLog.AppendText(ex.ToString() + "\r\n");
}
}
......@@ -424,9 +425,9 @@ namespace SmartCode
catch (Exception ex)
{
noPort = true;
Common.log.Error(ex.Message);
MessageBox.Show(ex.Message, "ERROR", MessageBoxButtons.OK, MessageBoxIcon.Error);
RtxLog.AppendText(ex.Message + "\r\n");
Common.log.Error(ex.ToString());
MessageBox.Show(ex.ToString(), "ERROR", MessageBoxButtons.OK, MessageBoxIcon.Error);
RtxLog.AppendText(ex.ToString() + "\r\n");
}
}
......@@ -459,9 +460,9 @@ namespace SmartCode
catch (Exception ex)
{
noIO = true;
Common.log.Error(ex.Message);
MessageBox.Show(ex.Message, "ERROR", MessageBoxButtons.OK, MessageBoxIcon.Error);
RtxLog.AppendText(ex.Message + "\r\n");
Common.log.Error(ex.ToString());
MessageBox.Show(ex.ToString(), "ERROR", MessageBoxButtons.OK, MessageBoxIcon.Error);
RtxLog.AppendText(ex.ToString() + "\r\n");
}
}
......@@ -485,8 +486,8 @@ namespace SmartCode
}
catch (Exception ex)
{
Common.log.Error(ex.Message);
MessageBox.Show(ex.Message, "ERROR", MessageBoxButtons.OK, MessageBoxIcon.Error);
Common.log.Error(ex.ToString());
MessageBox.Show(ex.ToString(), "ERROR", MessageBoxButtons.OK, MessageBoxIcon.Error);
}
......@@ -528,30 +529,12 @@ namespace SmartCode
//}
//catch (Exception ex)
//{
// Common.log.Error(ex.Message);
// MessageBox.Show(ex.Message, "ERROR", MessageBoxButtons.OK, MessageBoxIcon.Error);
// Common.log.Error(ex.ToString());
// MessageBox.Show(ex.ToString(), "ERROR", MessageBoxButtons.OK, MessageBoxIcon.Error);
//}
}
/// <summary>
/// 初始化超级狗
/// </summary>
private void InitSuperDog()
{
//超级狗
Asa.Dog dog = new Asa.Dog();
bool rtn;
if (userControl == null)
rtn = dog.Login(null);
else
rtn = dog.Login(null, userControl.ID);
if (!rtn)
{
Common.log.Info(dog.ErrInfo);
Asa.Face.MessageBox.Show("ERROR", dog.ErrInfo, MessageBoxButtons.OK);
System.Diagnostics.Process.GetCurrentProcess().Kill();
}
}
/// <summary>
/// 初始化右上显示
......@@ -699,9 +682,9 @@ namespace SmartCode
}
}
private int UserControl_GetSN(string key)
private int UserControl_GetSN(string key,bool doIncrease)
{
return Common.Database.GetSN(key);
return Common.Database.GetSN(key, doIncrease);
}
private void IO_DI_Changed_Event(Asa.IOModule.Status[] sta)
......@@ -731,6 +714,7 @@ namespace SmartCode
{
bool rtn;
label = null;
if (Common.Config.CameraSingle)
{
rtn = Common.Camera.GrabOne();
......@@ -752,7 +736,8 @@ namespace SmartCode
grabImage = Common.BarCode.MergeImage(image);
ImgShow.Image = grabImage;
}
//Common.IO.WriteDO(Asa.IOModule.Addr.DO_1, Asa.IOModule.Status.Off);
//Thread.Sleep(500);
rtn = DiscernCode();
if (!rtn) return;
if (userControl == null) return;
......@@ -793,8 +778,8 @@ namespace SmartCode
Common.Lang.SetLanguage(this);
PicLogo.Image = Image.FromFile(Application.StartupPath + PicLogo.Tag.ToString());
if (!Common.debug)
InitSuperDog();
//if (!Common.debug)
// InitSuperDog();
InitCamera();
InitLightPort();
......@@ -817,11 +802,12 @@ namespace SmartCode
canRun = true;
BtnWork.StateColor = Color.Green;
}
Common.IO.WriteDO(Asa.IOModule.Addr.DO_1, Asa.IOModule.Status.On);
}
catch (Exception ex)
{
Common.log.Error(ex.Message);
MessageBox.Show(ex.Message, "ERROR", MessageBoxButtons.OK, MessageBoxIcon.Error);
Common.log.Error(ex.ToString());
MessageBox.Show(ex.ToString(), "ERROR", MessageBoxButtons.OK, MessageBoxIcon.Error);
}
}
......@@ -829,6 +815,11 @@ namespace SmartCode
{
try
{
if (Common.IO.IsConn)
Common.IO.Close();
if (Common.Database.IsCon)
Common.Database.Close();
if (port != null)
{
port.Open();
......@@ -836,16 +827,11 @@ namespace SmartCode
port.Write(Common.Config.LightClose);
port.Close();
}
if (Common.IO.IsConn)
Common.IO.Close();
if (Common.Database.IsCon)
Common.Database.Close();
}
catch (Exception ex)
{
Common.log.Error(ex.Message);
MessageBox.Show(ex.Message, "ERROR", MessageBoxButtons.OK, MessageBoxIcon.Error);
Common.log.Error(ex.ToString());
MessageBox.Show(ex.ToString(), "ERROR", MessageBoxButtons.OK, MessageBoxIcon.Error);
}
}
......@@ -954,6 +940,9 @@ namespace SmartCode
label = null;
if (Common.Config.CameraSingle)
{
//Common.IO.WriteDO(Asa.IOModule.Addr.DO_1, Asa.IOModule.Status.On);
//Thread.Sleep(500);
rtn = Common.Camera.Open(Common.Config.CameraSN);
Common.log.Info("手动打开相机");
if (rtn)
......@@ -968,6 +957,7 @@ namespace SmartCode
Common.Camera.Close();
Common.log.Info("手动关闭相机");
}
//Common.IO.WriteDO(Asa.IOModule.Addr.DO_1, Asa.IOModule.Status.Off);
}
else
{
......@@ -990,8 +980,8 @@ namespace SmartCode
}
catch (Exception ex)
{
Common.log.Error(ex.Message);
MessageBox.Show(ex.Message, "ERROR", MessageBoxButtons.OK, MessageBoxIcon.Error);
Common.log.Error(ex.ToString());
MessageBox.Show(ex.ToString(), "ERROR", MessageBoxButtons.OK, MessageBoxIcon.Error);
}
finally
{
......@@ -1022,8 +1012,8 @@ namespace SmartCode
}
catch (Exception ex)
{
Common.log.Error(ex.Message);
MessageBox.Show(ex.Message, "ERROR", MessageBoxButtons.OK, MessageBoxIcon.Error);
Common.log.Error(ex.ToString());
MessageBox.Show(ex.ToString(), "ERROR", MessageBoxButtons.OK, MessageBoxIcon.Error);
}
finally
{
......
......@@ -83,8 +83,8 @@ namespace SmartCode
}
catch (Exception ex)
{
Common.log.Error(ex.Message);
MessageBox.Show(ex.Message);
Common.log.Error(ex.ToString());
MessageBox.Show(ex.ToString());
}
}
......@@ -198,7 +198,7 @@ namespace SmartCode
catch (Exception ex)
{
eng = null;
Common.log.Error(ex.Message);
Common.log.Error(ex.ToString());
}
}
......@@ -390,8 +390,8 @@ namespace SmartCode
}
catch (Exception ex)
{
Common.log.Error(ex.Message);
Asa.Face.MessageBox.ShowError(ex.Message);
Common.log.Error(ex.ToString());
Asa.Face.MessageBox.ShowError(ex.ToString());
}
//if (Common.Camera.Count == 0)
......
......@@ -215,7 +215,7 @@ namespace SmartCode
}
catch (Exception ex)
{
Asa.Face.MessageBox.Show("ERROR", ex.Message, MessageBoxButtons.OK);
Asa.Face.MessageBox.Show("ERROR", ex.ToString(), MessageBoxButtons.OK);
}
}
......
<?xml version="1.0"?>
<doc>
<assembly>
<name>Asa.Face</name>
</assembly>
<members>
<member name="F:Asa.Face.BaseCtls.components">
<summary>
必需的设计器变量。
</summary>
</member>
<member name="M:Asa.Face.BaseCtls.Dispose(System.Boolean)">
<summary>
清理所有正在使用的资源。
</summary>
<param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
</member>
<member name="M:Asa.Face.BaseCtls.InitializeComponent">
<summary>
设计器支持所需的方法 - 不要修改
使用代码编辑器修改此方法的内容。
</summary>
</member>
<member name="T:Asa.Face.SurHScrollBar">
<summary>
水平滚动条
</summary>
</member>
<member name="M:Asa.Face.SurHScrollBar.#ctor">
<summary>
水平滚动条
</summary>
</member>
<member name="E:Asa.Face.SurHScrollBar.ValueChanged">
<summary>
在控件的值更改时发生
</summary>
</member>
<member name="P:Asa.Face.SurHScrollBar.Maximum">
<summary>
可滚动范围的上限值
</summary>
</member>
<member name="P:Asa.Face.SurHScrollBar.Minimum">
<summary>
可滚动范围的下限值
</summary>
</member>
<member name="P:Asa.Face.SurHScrollBar.Value">
<summary>
滚动框位置表示的值
</summary>
</member>
<member name="M:Asa.Face.SurHScrollBar.CalcSize">
<summary>
计算位置大小
</summary>
</member>
<member name="F:Asa.Face.SurHScrollBar.components">
<summary>
必需的设计器变量。
</summary>
</member>
<member name="M:Asa.Face.SurHScrollBar.Dispose(System.Boolean)">
<summary>
清理所有正在使用的资源。
</summary>
<param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
</member>
<member name="M:Asa.Face.SurHScrollBar.InitializeComponent">
<summary>
设计器支持所需的方法 - 不要修改
使用代码编辑器修改此方法的内容。
</summary>
</member>
<member name="T:Asa.Face.Language">
<summary>
多语言类
</summary>
</member>
<member name="M:Asa.Face.Language.#ctor(System.String)">
<summary>
多语言
</summary>
<param name="path"></param>
</member>
<member name="P:Asa.Face.Language.Name">
<summary>
语言名称
</summary>
</member>
<member name="P:Asa.Face.Language.Index">
<summary>
语言索引
</summary>
</member>
<member name="M:Asa.Face.Language.Load(System.String)">
<summary>
加载语言
</summary>
<param name="name"></param>
</member>
<member name="M:Asa.Face.Language.Dialog(System.String)">
<summary>
对话框
</summary>
<param name="key"></param>
<returns></returns>
</member>
<member name="M:Asa.Face.Language.CreateForm(Asa.Face.SurForm)">
<summary>
创建窗口的文本
</summary>
<param name="frm"></param>
</member>
<member name="M:Asa.Face.Language.SetLanguage(Asa.Face.SurForm)">
<summary>
设置语言
</summary>
<param name="frm"></param>
</member>
<member name="M:Asa.Face.Language.ConvFont(System.String)">
<summary>
转换字体
</summary>
<param name="s">格式:字体,字号,粗体,斜体</param>
<returns></returns>
</member>
<member name="M:Asa.Face.Language.ConvFont(System.Drawing.Font)">
<summary>
转换字体
</summary>
<param name="f">字体</param>
<returns></returns>
</member>
<member name="T:Asa.Face.SurCheck">
<summary>
复选框控件
</summary>
</member>
<member name="M:Asa.Face.SurCheck.#ctor">
<summary>
复选框控件
</summary>
</member>
<member name="E:Asa.Face.SurCheck.CheckedChanged">
<summary>
Check属性更改时发生
</summary>
</member>
<member name="P:Asa.Face.SurCheck.Checked">
<summary>
组件是否处于选中状态
</summary>
</member>
<member name="P:Asa.Face.SurCheck.Radius">
<summary>
左右半圆的半径
</summary>
</member>
<member name="P:Asa.Face.SurCheck.CircleSpace">
<summary>
左右半圆的圆心距离
</summary>
</member>
<member name="M:Asa.Face.SurCheck.CalcSize">
<summary>
计算大小
</summary>
</member>
<member name="F:Asa.Face.SurCheck.components">
<summary>
必需的设计器变量。
</summary>
</member>
<member name="M:Asa.Face.SurCheck.Dispose(System.Boolean)">
<summary>
清理所有正在使用的资源。
</summary>
<param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
</member>
<member name="M:Asa.Face.SurCheck.InitializeComponent">
<summary>
设计器支持所需的方法 - 不要修改
使用代码编辑器修改此方法的内容。
</summary>
</member>
<member name="T:Asa.Face.SurLoading">
<summary>
加载时的环形动画
</summary>
</member>
<member name="M:Asa.Face.SurLoading.#ctor">
<summary>
加载时的环形动画
</summary>
</member>
<member name="P:Asa.Face.SurLoading.IsRun">
<summary>
是否在转动
</summary>
</member>
<member name="P:Asa.Face.SurLoading.Speed">
<summary>
转动的速度
</summary>
</member>
<member name="P:Asa.Face.SurLoading.RingCount">
<summary>
小圈圈的个数,3-100个
</summary>
</member>
<member name="P:Asa.Face.SurLoading.RingDiameter">
<summary>
小圈圈的半径
</summary>
</member>
<member name="P:Asa.Face.SurLoading.CircleRadius">
<summary>
半径
</summary>
</member>
<member name="M:Asa.Face.SurLoading.Start">
<summary>
开始转动
</summary>
</member>
<member name="M:Asa.Face.SurLoading.Stop">
<summary>
停止转动
</summary>
</member>
<member name="M:Asa.Face.SurLoading.CalcSize">
<summary>
计算大小
</summary>
</member>
<member name="F:Asa.Face.SurLoading.components">
<summary>
必需的设计器变量。
</summary>
</member>
<member name="M:Asa.Face.SurLoading.Dispose(System.Boolean)">
<summary>
清理所有正在使用的资源。
</summary>
<param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
</member>
<member name="M:Asa.Face.SurLoading.InitializeComponent">
<summary>
设计器支持所需的方法 - 不要修改
使用代码编辑器修改此方法的内容。
</summary>
</member>
<member name="T:Asa.Face.SurTrack">
<summary>
滑轨控件
</summary>
</member>
<member name="M:Asa.Face.SurTrack.#ctor">
<summary>
滑轨控件
</summary>
</member>
<member name="E:Asa.Face.SurTrack.ValueChanged">
<summary>
当前值改变时发生的事件
</summary>
</member>
<member name="P:Asa.Face.SurTrack.Appearance">
<summary>
控件的外观
</summary>
</member>
<member name="P:Asa.Face.SurTrack.Min">
<summary>
最小值
</summary>
</member>
<member name="P:Asa.Face.SurTrack.Max">
<summary>
最大值
</summary>
</member>
<member name="P:Asa.Face.SurTrack.Value">
<summary>
当前值
</summary>
</member>
<member name="P:Asa.Face.SurTrack.TrackWidth">
<summary>
轨道宽度
</summary>
</member>
<member name="M:Asa.Face.SurTrack.CalcSize">
<summary>
改变大小
</summary>
</member>
<member name="F:Asa.Face.SurTrack.components">
<summary>
必需的设计器变量。
</summary>
</member>
<member name="M:Asa.Face.SurTrack.Dispose(System.Boolean)">
<summary>
清理所有正在使用的资源。
</summary>
<param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
</member>
<member name="M:Asa.Face.SurTrack.InitializeComponent">
<summary>
设计器支持所需的方法 - 不要修改
使用代码编辑器修改此方法的内容。
</summary>
</member>
<member name="T:Asa.Face.SurRadio">
<summary>
单选框控件
</summary>
</member>
<member name="M:Asa.Face.SurRadio.#ctor">
<summary>
单选框控件
</summary>
</member>
<member name="E:Asa.Face.SurRadio.CheckedChanged">
<summary>
Check属性更改时发生
</summary>
</member>
<member name="P:Asa.Face.SurRadio.Checked">
<summary>
组件是否处于选中状态
</summary>
</member>
<member name="P:Asa.Face.SurRadio.Group">
<summary>
相同的内容为一组
</summary>
</member>
<member name="P:Asa.Face.SurRadio.Diameter">
<summary>
圆的直径
</summary>
</member>
<member name="M:Asa.Face.SurRadio.CalcSize">
<summary>
计算大小
</summary>
</member>
<member name="F:Asa.Face.SurRadio.components">
<summary>
必需的设计器变量。
</summary>
</member>
<member name="M:Asa.Face.SurRadio.Dispose(System.Boolean)">
<summary>
清理所有正在使用的资源。
</summary>
<param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
</member>
<member name="M:Asa.Face.SurRadio.InitializeComponent">
<summary>
设计器支持所需的方法 - 不要修改
使用代码编辑器修改此方法的内容。
</summary>
</member>
<member name="T:Asa.Face.ImageDisplay">
<summary>
图像显示
</summary>
</member>
<member name="M:Asa.Face.ImageDisplay.#ctor(System.Windows.Forms.PictureBox)">
<summary>
图像显示
</summary>
<param name="pic"></param>
</member>
<member name="P:Asa.Face.ImageDisplay.Width">
<summary>
宽度
</summary>
</member>
<member name="P:Asa.Face.ImageDisplay.Height">
<summary>
高度
</summary>
</member>
<member name="P:Asa.Face.ImageDisplay.Image">
<summary>
图像
</summary>
</member>
<member name="M:Asa.Face.ImageDisplay.PolygonGrayAdd(System.Drawing.PointF[])">
<summary>
添加灰色的多边形
</summary>
<param name="pt"></param>
</member>
<member name="M:Asa.Face.ImageDisplay.PolygonRedAdd(System.Drawing.PointF[])">
<summary>
添加红色的多边形
</summary>
<param name="pt"></param>
</member>
<member name="M:Asa.Face.ImageDisplay.CenterRedAdd(System.Drawing.PointF[])">
<summary>
添加红色的中心点
</summary>
<param name="pt"></param>
</member>
<member name="M:Asa.Face.ImageDisplay.PolygonClear">
<summary>
清除多边形和中心点
</summary>
</member>
<member name="M:Asa.Face.ImageDisplay.Refresh">
<summary>
刷新
</summary>
</member>
<member name="M:Asa.Face.ImageDisplay.SetLanguage(System.Collections.Generic.Dictionary{System.String,System.String})">
<summary>
设置语言
</summary>
<param name="lang"></param>
</member>
<member name="P:Asa.Face.BasePnl.Inside">
<summary>
鼠标焦点在控件里面
</summary>
</member>
<member name="M:Asa.Face.BasePnl.CalcSize">
<summary>
计算大小
</summary>
</member>
<member name="F:Asa.Face.BasePnl.components">
<summary>
必需的设计器变量。
</summary>
</member>
<member name="M:Asa.Face.BasePnl.Dispose(System.Boolean)">
<summary>
清理所有正在使用的资源。
</summary>
<param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
</member>
<member name="M:Asa.Face.BasePnl.InitializeComponent">
<summary>
设计器支持所需的方法 - 不要修改
使用代码编辑器修改此方法的内容。
</summary>
</member>
<member name="P:Asa.Face.BaseCtl.Inside">
<summary>
鼠标焦点在控件里面
</summary>
</member>
<member name="M:Asa.Face.BaseCtl.CalcSize">
<summary>
计算大小
</summary>
</member>
<member name="F:Asa.Face.BaseCtl.components">
<summary>
必需的设计器变量。
</summary>
</member>
<member name="M:Asa.Face.BaseCtl.Dispose(System.Boolean)">
<summary>
清理所有正在使用的资源。
</summary>
<param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
</member>
<member name="M:Asa.Face.BaseCtl.InitializeComponent">
<summary>
设计器支持所需的方法 - 不要修改
使用代码编辑器修改此方法的内容。
</summary>
</member>
<member name="F:Asa.Face.SurForm.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Asa.Face.SurForm.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
</member>
<member name="M:Asa.Face.SurForm.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="F:Asa.Face.Common.BACK_COLOR">
<summary>
背景色
</summary>
</member>
<member name="F:Asa.Face.Common.BACK_BRUSH">
<summary>
背景色画笔
</summary>
</member>
<member name="F:Asa.Face.Common.TITLE_COLOR">
<summary>
标题颜色
</summary>
</member>
<member name="F:Asa.Face.Common.TITLE_BRUSH">
<summary>
标题画笔
</summary>
</member>
<member name="F:Asa.Face.Common.FORE_COLOR">
<summary>
前景色
</summary>
</member>
<member name="F:Asa.Face.Common.FORE_COLOR_LOST">
<summary>
前景色
</summary>
</member>
<member name="F:Asa.Face.Common.FORE_BRUSH">
<summary>
前景色画笔
</summary>
</member>
<member name="F:Asa.Face.Common.FORE_BRUSH_LOST">
<summary>
前景色画笔
</summary>
</member>
<member name="F:Asa.Face.Common.FORE_PEN">
<summary>
前景色
</summary>
</member>
<member name="F:Asa.Face.Common.OVER_COLOR">
<summary>
鼠标经过
</summary>
</member>
<member name="F:Asa.Face.Common.OVER_BRUSH">
<summary>
鼠标经过画笔
</summary>
</member>
<member name="F:Asa.Face.Common.DOWN_COLOR">
<summary>
鼠标按下
</summary>
</member>
<member name="F:Asa.Face.Common.DOWN_BRUSH">
<summary>
鼠标按下画笔
</summary>
</member>
<member name="F:Asa.Face.Common.BLUE_COLOR">
<summary>
蓝色
</summary>
</member>
<member name="F:Asa.Face.Common.BLUE_BRUSH">
<summary>
蓝色画笔
</summary>
</member>
<member name="F:Asa.Face.Common.BLUE_PEN">
<summary>
蓝色
</summary>
</member>
<member name="F:Asa.Face.Common.BORDER_COLOR">
<summary>
边框颜色
</summary>
</member>
<member name="F:Asa.Face.Common.BORDER_BRUSH">
<summary>
边框画笔
</summary>
</member>
<member name="F:Asa.Face.Common.BORDER_PEN">
<summary>
边框色
</summary>
</member>
<member name="F:Asa.Face.Common.ITEM_ROW1">
<summary>
列表项行1
</summary>
</member>
<member name="F:Asa.Face.Common.ITEM_ROW2">
<summary>
列表项行2
</summary>
</member>
<member name="F:Asa.Face.Common.ITEM_ROW1_BRUSH">
<summary>
列表项行1
</summary>
</member>
<member name="F:Asa.Face.Common.ITEM_ROW2_BRUSH">
<summary>
列表项行2
</summary>
</member>
<member name="F:Asa.Face.Common.FONT_SONG9">
<summary>
宋体,9号
</summary>
</member>
<member name="F:Asa.Face.Common.CURSOR_SPEED">
<summary>
光标闪烁速度
</summary>
</member>
<member name="T:Asa.Face.Shape">
<summary>
形状,符号
</summary>
</member>
<member name="M:Asa.Face.Shape.FormClose(System.Drawing.Rectangle,System.Int32)">
<summary>
关闭按钮
</summary>
<param name="rect"></param>
<param name="space"></param>
<returns></returns>
</member>
<member name="M:Asa.Face.Shape.FormMax(System.Drawing.Rectangle,System.Int32)">
<summary>
最大化按钮
</summary>
<param name="rect"></param>
<param name="space"></param>
<returns></returns>
</member>
<member name="M:Asa.Face.Shape.FormRestore(System.Drawing.Rectangle,System.Int32)">
<summary>
最大化还原按钮
</summary>
<param name="rect"></param>
<param name="space"></param>
<returns></returns>
</member>
<member name="M:Asa.Face.Shape.FormMin(System.Drawing.Rectangle,System.Int32)">
<summary>
最小化
</summary>
<param name="rect"></param>
<param name="space"></param>
<returns></returns>
</member>
<member name="M:Asa.Face.Shape.FormSizeTriangle(System.Drawing.Rectangle,System.Int32)">
<summary>
右下角三角形
</summary>
<param name="rect"></param>
<param name="space"></param>
<returns></returns>
</member>
<member name="M:Asa.Face.Shape.ControlTriangle(System.Drawing.Rectangle,System.Int32,Asa.Face.Direction)">
<summary>
三角形
</summary>
<param name="rect"></param>
<param name="space"></param>
<param name="direction"></param>
<returns></returns>
</member>
<member name="M:Asa.Face.Shape.AutoFit(System.Drawing.Rectangle,System.Int32)">
<summary>
最适合的大小
</summary>
<param name="rect"></param>
<param name="space"></param>
<returns></returns>
</member>
<member name="M:Asa.Face.Shape.Plus(System.Drawing.Rectangle,System.Int32)">
<summary>
加号,加大
</summary>
<param name="rect"></param>
<param name="space"></param>
<returns></returns>
</member>
<member name="M:Asa.Face.Shape.Minus(System.Drawing.Rectangle,System.Int32)">
<summary>
减号,缩小
</summary>
<param name="rect"></param>
<param name="space"></param>
<returns></returns>
</member>
<member name="T:Asa.Face.MyControl">
<summary>
控件操作类
</summary>
</member>
<member name="M:Asa.Face.MyControl.SetColor(System.Windows.Forms.Control)">
<summary>
设置控件的背景色前景色
</summary>
<param name="ctl"></param>
</member>
<member name="T:Asa.Face.InputBox">
<summary>
输入框
</summary>
</member>
<member name="M:Asa.Face.InputBox.Show(System.String,System.String,System.String)">
<summary>
显示
</summary>
<param name="msg">输入信息</param>
<param name="hint">提示</param>
<param name="title">标题</param>
<returns></returns>
</member>
<member name="T:Asa.Face.MessageBox">
<summary>
消息对话框
</summary>
</member>
<member name="M:Asa.Face.MessageBox.Show(System.String)">
<summary>
显示
</summary>
<param name="content">显示文本</param>
<returns></returns>
</member>
<member name="M:Asa.Face.MessageBox.Show(System.String,System.String,System.Windows.Forms.MessageBoxButtons)">
<summary>
显示
</summary>
<param name="title">标题</param>
<param name="content">显示文本</param>
<param name="buttons">按钮</param>
<returns></returns>
</member>
<member name="M:Asa.Face.MessageBox.ShowError(System.String)">
<summary>
显示错误对话框
</summary>
<param name="content">显示内容</param>
<returns></returns>
</member>
<member name="T:Asa.Face.ControlButton">
<summary>
控件控制按钮
</summary>
</member>
<member name="F:Asa.Face.ControlButton.Rect">
<summary>
按钮
</summary>
</member>
<member name="F:Asa.Face.ControlButton.IconLine">
<summary>
图标
</summary>
</member>
<member name="F:Asa.Face.ControlButton.IconShape">
<summary>
图标
</summary>
</member>
<member name="F:Asa.Face.ControlButton.Down">
<summary>
按下
</summary>
</member>
<member name="F:Asa.Face.ControlButton.Over">
<summary>
经过
</summary>
</member>
<member name="T:Asa.Face.Appearance">
<summary>
外观
</summary>
</member>
<member name="F:Asa.Face.Appearance.LeftRight">
<summary>
左右
</summary>
</member>
<member name="F:Asa.Face.Appearance.UpDown">
<summary>
上下
</summary>
</member>
<member name="T:Asa.Face.SurTextBox">
<summary>
文本控件
</summary>
</member>
<member name="M:Asa.Face.SurTextBox.#ctor">
<summary>
文本控件
</summary>
</member>
<member name="E:Asa.Face.SurTextBox.TextChanged">
<summary>
显示的文本改变时发生
</summary>
</member>
<member name="P:Asa.Face.SurTextBox.SelectionStart">
<summary>
选中的文本起始位置
</summary>
</member>
<member name="P:Asa.Face.SurTextBox.SelectionLength">
<summary>
选中的文本长度
</summary>
</member>
<member name="P:Asa.Face.SurTextBox.SelectedText">
<summary>
选中的文本
</summary>
</member>
<member name="P:Asa.Face.SurTextBox.MaxLength">
<summary>
控件最大字符数
</summary>
</member>
<member name="P:Asa.Face.SurTextBox.ReadOnly">
<summary>
显示文本只读不可更改
</summary>
</member>
<member name="P:Asa.Face.SurTextBox.TextAlign">
<summary>
显示文本的对齐方式
</summary>
</member>
<member name="P:Asa.Face.SurTextBox.Multiline">
<summary>
是否为多行文本
</summary>
</member>
<member name="P:Asa.Face.SurTextBox.Text">
<summary>
显示的文本
</summary>
</member>
<member name="P:Asa.Face.SurTextBox.TextHint">
<summary>
文本提示
</summary>
</member>
<member name="P:Asa.Face.SurTextBox.Font">
<summary>
控件中文本的字体
</summary>
</member>
<member name="P:Asa.Face.SurTextBox.Enabled">
<summary>
控件是否可用
</summary>
</member>
<member name="P:Asa.Face.SurTextBox.PasswordChar">
<summary>
用于密码字符
</summary>
</member>
<member name="M:Asa.Face.SurTextBox.SelectAll">
<summary>
选中所有文本
</summary>
</member>
<member name="M:Asa.Face.SurTextBox.CalcSize">
<summary>
计算位置大小
</summary>
</member>
<member name="F:Asa.Face.SurTextBox.components">
<summary>
必需的设计器变量。
</summary>
</member>
<member name="M:Asa.Face.SurTextBox.Dispose(System.Boolean)">
<summary>
清理所有正在使用的资源。
</summary>
<param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
</member>
<member name="M:Asa.Face.SurTextBox.InitializeComponent">
<summary>
设计器支持所需的方法 - 不要修改
使用代码编辑器修改此方法的内容。
</summary>
</member>
<member name="T:Asa.Face.SurLabel">
<summary>
标签控件
</summary>
</member>
<member name="M:Asa.Face.SurLabel.#ctor">
<summary>
标签控件
</summary>
</member>
<member name="P:Asa.Face.SurLabel.TextAlign">
<summary>
显示的文本的对齐方式
</summary>
</member>
<member name="P:Asa.Face.SurLabel.ForeColorCustom">
<summary>
前景色是否自定义,通过ForeColor指定
</summary>
</member>
<member name="M:Asa.Face.SurLabel.CalcSize">
<summary>
计算位置大小
</summary>
</member>
<member name="F:Asa.Face.SurLabel.components">
<summary>
必需的设计器变量。
</summary>
</member>
<member name="M:Asa.Face.SurLabel.Dispose(System.Boolean)">
<summary>
清理所有正在使用的资源。
</summary>
<param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
</member>
<member name="M:Asa.Face.SurLabel.InitializeComponent">
<summary>
设计器支持所需的方法 - 不要修改
使用代码编辑器修改此方法的内容。
</summary>
</member>
<member name="T:Asa.Face.SurChart">
<summary>
图表控件
</summary>
</member>
<member name="M:Asa.Face.SurChart.#ctor">
<summary>
图表控件
</summary>
</member>
<member name="P:Asa.Face.SurChart.XAxisTitle">
<summary>
X轴标题
</summary>
</member>
<member name="P:Asa.Face.SurChart.YAxisTitle">
<summary>
Y轴标题
</summary>
</member>
<member name="P:Asa.Face.SurChart.XAxisCount">
<summary>
X轴显示总数
</summary>
</member>
<member name="P:Asa.Face.SurChart.YAxisCount">
<summary>
Y轴显示总数
</summary>
</member>
<member name="M:Asa.Face.SurChart.AddCurve">
<summary>
添加曲线
</summary>
<returns></returns>
</member>
<member name="M:Asa.Face.SurChart.AddCurve(System.Drawing.Color)">
<summary>
添加曲线
</summary>
<param name="color"></param>
<returns></returns>
</member>
<member name="M:Asa.Face.SurChart.AddXY(System.Int32,System.Int32,System.Single)">
<summary>
添加XY坐标
</summary>
<param name="index"></param>
<param name="x"></param>
<param name="y"></param>
</member>
<member name="M:Asa.Face.SurChart.AddXY(System.Int32,System.Int32[],System.Single[])">
<summary>
添加XY数组坐标
</summary>
<param name="index"></param>
<param name="x"></param>
<param name="y"></param>
</member>
<member name="M:Asa.Face.SurChart.ClearAll">
<summary>
清除所有曲线
</summary>
</member>
<member name="M:Asa.Face.SurChart.Clear(System.Int32)">
<summary>
清除指定曲线
</summary>
<param name="index"></param>
</member>
<member name="M:Asa.Face.SurChart.CalcSize">
<summary>
计算位置大小
</summary>
</member>
<member name="F:Asa.Face.SurChart.components">
<summary>
必需的设计器变量。
</summary>
</member>
<member name="M:Asa.Face.SurChart.Dispose(System.Boolean)">
<summary>
清理所有正在使用的资源。
</summary>
<param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
</member>
<member name="M:Asa.Face.SurChart.InitializeComponent">
<summary>
设计器支持所需的方法 - 不要修改
使用代码编辑器修改此方法的内容。
</summary>
</member>
<member name="T:Asa.Face.SurChoose">
<summary>
选择控件
</summary>
</member>
<member name="M:Asa.Face.SurChoose.#ctor">
<summary>
选择控件
</summary>
</member>
<member name="E:Asa.Face.SurChoose.SelectedIndexChanged">
<summary>
SelectedIndex属性更改时发生
</summary>
</member>
<member name="P:Asa.Face.SurChoose.SelectedIndex">
<summary>
当前选定项从零开始的索引
</summary>
</member>
<member name="P:Asa.Face.SurChoose.SelectedText">
<summary>
当前选定项的文本
</summary>
</member>
<member name="M:Asa.Face.SurChoose.CalcSize">
<summary>
计算位置大小
</summary>
</member>
<member name="F:Asa.Face.SurChoose.components">
<summary>
必需的设计器变量。
</summary>
</member>
<member name="M:Asa.Face.SurChoose.Dispose(System.Boolean)">
<summary>
清理所有正在使用的资源。
</summary>
<param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
</member>
<member name="M:Asa.Face.SurChoose.InitializeComponent">
<summary>
设计器支持所需的方法 - 不要修改
使用代码编辑器修改此方法的内容。
</summary>
</member>
<member name="T:Asa.Face.SurButton">
<summary>
按钮控件
</summary>
</member>
<member name="M:Asa.Face.SurButton.#ctor">
<summary>
按钮控件
</summary>
</member>
<member name="E:Asa.Face.SurButton.Click">
<summary>
单击时发生
</summary>
</member>
<member name="P:Asa.Face.SurButton.Image">
<summary>
控件上显示的图像
</summary>
</member>
<member name="P:Asa.Face.SurButton.ImageSize">
<summary>
显示的图像的大小
</summary>
</member>
<member name="P:Asa.Face.SurButton.TextAlign">
<summary>
显示的文本的对齐方式
</summary>
</member>
<member name="P:Asa.Face.SurButton.Padding">
<summary>
控件内部间距
</summary>
</member>
<member name="P:Asa.Face.SurButton.StateColor">
<summary>
状态颜色
</summary>
</member>
<member name="M:Asa.Face.SurButton.CalcSize">
<summary>
计算位置大小
</summary>
</member>
<member name="F:Asa.Face.SurButton.components">
<summary>
必需的设计器变量。
</summary>
</member>
<member name="M:Asa.Face.SurButton.Dispose(System.Boolean)">
<summary>
清理所有正在使用的资源。
</summary>
<param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
</member>
<member name="M:Asa.Face.SurButton.InitializeComponent">
<summary>
设计器支持所需的方法 - 不要修改
使用代码编辑器修改此方法的内容。
</summary>
</member>
<member name="T:Asa.Face.SurDataGrid">
<summary>
数据表格控件
</summary>
</member>
<member name="M:Asa.Face.SurDataGrid.#ctor">
<summary>
数据表格控件
</summary>
</member>
<member name="P:Asa.Face.SurDataGrid.HeaderText">
<summary>
列标题单元格的标题文本
</summary>
</member>
<member name="P:Asa.Face.SurDataGrid.ColumnHeadersHeight">
<summary>
列标题的高度
</summary>
</member>
<member name="P:Asa.Face.SurDataGrid.ColumnHeadersVisible">
<summary>
是否显示列标题
</summary>
</member>
<member name="P:Asa.Face.SurDataGrid.RowHeadersWidth">
<summary>
行标题的宽度
</summary>
</member>
<member name="P:Asa.Face.SurDataGrid.RowHeadersVisible">
<summary>
是否显示行标题
</summary>
</member>
<member name="M:Asa.Face.SurDataGrid.AddColumn(System.Int32)">
<summary>
添加列
</summary>
<param name="count"></param>
</member>
<member name="M:Asa.Face.SurDataGrid.AddColumn(System.Int32,System.Int32)">
<summary>
添加列
</summary>
<param name="index"></param>
<param name="count"></param>
</member>
<member name="M:Asa.Face.SurDataGrid.AddColumn(System.String[])">
<summary>
添加列
</summary>
<param name="text"></param>
</member>
<member name="M:Asa.Face.SurDataGrid.AddColumn(System.String,System.Int32)">
<summary>
添加列
</summary>
<param name="text"></param>
<param name="width"></param>
</member>
<member name="M:Asa.Face.SurDataGrid.AddColumn(System.Int32,System.String[])">
<summary>
添加列
</summary>
<param name="index"></param>
<param name="text"></param>
</member>
<member name="M:Asa.Face.SurDataGrid.RemoveColumn(System.Int32)">
<summary>
移除列
</summary>
<param name="index"></param>
</member>
<member name="M:Asa.Face.SurDataGrid.RemoveColumn(System.Int32,System.Int32)">
<summary>
移除列
</summary>
<param name="index"></param>
<param name="count"></param>
</member>
<member name="M:Asa.Face.SurDataGrid.AddRow(System.String[])">
<summary>
添加行
</summary>
<param name="content"></param>
</member>
<member name="M:Asa.Face.SurDataGrid.AddRow(System.String[][])">
<summary>
添加行
</summary>
<param name="content"></param>
</member>
<member name="M:Asa.Face.SurDataGrid.AddRow(System.Int32,System.String[])">
<summary>
添加行
</summary>
<param name="index"></param>
<param name="content"></param>
</member>
<member name="M:Asa.Face.SurDataGrid.RemoveRow(System.Int32)">
<summary>
移除行
</summary>
<param name="index"></param>
</member>
<member name="M:Asa.Face.SurDataGrid.RemoveAll">
<summary>
移除行
</summary>
</member>
<member name="M:Asa.Face.SurDataGrid.CalcSize">
<summary>
计算位置大小
</summary>
</member>
<member name="F:Asa.Face.SurDataGrid.ColType.Text">
<summary>
列标题文本
</summary>
</member>
<member name="F:Asa.Face.SurDataGrid.ColType.Width">
<summary>
列宽度
</summary>
</member>
<member name="F:Asa.Face.SurDataGrid.RowType.Text">
<summary>
标题文本
</summary>
</member>
<member name="F:Asa.Face.SurDataGrid.RowType.Height">
<summary>
高度
</summary>
</member>
<member name="F:Asa.Face.SurDataGrid.components">
<summary>
必需的设计器变量。
</summary>
</member>
<member name="M:Asa.Face.SurDataGrid.Dispose(System.Boolean)">
<summary>
清理所有正在使用的资源。
</summary>
<param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
</member>
<member name="M:Asa.Face.SurDataGrid.InitializeComponent">
<summary>
设计器支持所需的方法 - 不要修改
使用代码编辑器修改此方法的内容。
</summary>
</member>
<member name="T:Asa.Face.SurVScrollBar">
<summary>
垂直滚动条
</summary>
</member>
<member name="M:Asa.Face.SurVScrollBar.#ctor">
<summary>
垂直滚动条
</summary>
</member>
<member name="E:Asa.Face.SurVScrollBar.ValueChanged">
<summary>
在控件的值更改时发生
</summary>
</member>
<member name="P:Asa.Face.SurVScrollBar.Maximum">
<summary>
可滚动范围的上限值
</summary>
</member>
<member name="P:Asa.Face.SurVScrollBar.Minimum">
<summary>
可滚动范围的下限值
</summary>
</member>
<member name="P:Asa.Face.SurVScrollBar.Value">
<summary>
滚动框位置表示的值
</summary>
</member>
<member name="M:Asa.Face.SurVScrollBar.CalcSize">
<summary>
计算位置大小
</summary>
</member>
<member name="F:Asa.Face.SurVScrollBar.components">
<summary>
必需的设计器变量。
</summary>
</member>
<member name="M:Asa.Face.SurVScrollBar.Dispose(System.Boolean)">
<summary>
清理所有正在使用的资源。
</summary>
<param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
</member>
<member name="M:Asa.Face.SurVScrollBar.InitializeComponent">
<summary>
设计器支持所需的方法 - 不要修改
使用代码编辑器修改此方法的内容。
</summary>
</member>
<member name="T:Asa.Face.SurNumeric">
<summary>
单个数值增减的控件
</summary>
</member>
<member name="M:Asa.Face.SurNumeric.#ctor">
<summary>
单个数值增减的控件
</summary>
</member>
<member name="E:Asa.Face.SurNumeric.ValueChanged">
<summary>
在控件的值更改时发生
</summary>
</member>
<member name="P:Asa.Face.SurNumeric.Value">
<summary>
当前值
</summary>
</member>
<member name="P:Asa.Face.SurNumeric.FValue">
<summary>
当前值的float类型
</summary>
</member>
<member name="P:Asa.Face.SurNumeric.IValue">
<summary>
当前值的int类型
</summary>
</member>
<member name="P:Asa.Face.SurNumeric.Maximum">
<summary>
最大值
</summary>
</member>
<member name="P:Asa.Face.SurNumeric.Minimum">
<summary>
最小值
</summary>
</member>
<member name="P:Asa.Face.SurNumeric.DecimalPlaces">
<summary>
显示的小数位数
</summary>
</member>
<member name="P:Asa.Face.SurNumeric.Increment">
<summary>
单击按钮时增加或减少的数量
</summary>
</member>
<member name="P:Asa.Face.SurNumeric.ReadOnly">
<summary>
显示文本只读不可更改
</summary>
</member>
<member name="P:Asa.Face.SurNumeric.TextAlign">
<summary>
显示文本的对齐方式
</summary>
</member>
<member name="P:Asa.Face.SurNumeric.Appearance">
<summary>
控件的外观
</summary>
</member>
<member name="P:Asa.Face.SurNumeric.Text">
<summary>
显示的文本
</summary>
</member>
<member name="P:Asa.Face.SurNumeric.Font">
<summary>
控件中文本的字体
</summary>
</member>
<member name="M:Asa.Face.SurNumeric.CalcSize">
<summary>
计算位置大小
</summary>
</member>
<member name="F:Asa.Face.SurNumeric.components">
<summary>
必需的设计器变量。
</summary>
</member>
<member name="M:Asa.Face.SurNumeric.Dispose(System.Boolean)">
<summary>
清理所有正在使用的资源。
</summary>
<param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
</member>
<member name="M:Asa.Face.SurNumeric.InitializeComponent">
<summary>
设计器支持所需的方法 - 不要修改
使用代码编辑器修改此方法的内容。
</summary>
</member>
<member name="T:Asa.Face.SurList">
<summary>
列表框
</summary>
</member>
<member name="M:Asa.Face.SurList.#ctor">
<summary>
列表框
</summary>
</member>
<member name="E:Asa.Face.SurList.SelectedIndexChanged">
<summary>
SelectedIndex改变时发生
</summary>
</member>
<member name="P:Asa.Face.SurList.ItemHeight">
<summary>
单条文本项的高度
</summary>
</member>
<member name="P:Asa.Face.SurList.LineTwoColor">
<summary>
每行的背景色交替显示
</summary>
</member>
<member name="P:Asa.Face.SurList.SelectedIndex">
<summary>
选中项的索引
</summary>
</member>
<member name="P:Asa.Face.SurList.Count">
<summary>
列表的总数
</summary>
</member>
<member name="P:Asa.Face.SurList.Text">
<summary>
显示的文本
</summary>
</member>
<member name="M:Asa.Face.SurList.ItemAdd(System.String[])">
<summary>
列表框添加文本项
</summary>
<param name="s"></param>
</member>
<member name="M:Asa.Face.SurList.ItemRemove(System.Int32)">
<summary>
移除指定索引的元素
</summary>
<param name="index">要移除的元素从零开始的索引</param>
</member>
<member name="M:Asa.Face.SurList.ItemRemove">
<summary>
移除当前选中的元素
</summary>
</member>
<member name="M:Asa.Face.SurList.ItemClear">
<summary>
清空列表框
</summary>
</member>
<member name="M:Asa.Face.SurList.Items">
<summary>
列表所有文本
</summary>
<returns></returns>
</member>
<member name="M:Asa.Face.SurList.Items(System.Int32)">
<summary>
列表指定文本
</summary>
<returns></returns>
</member>
<member name="M:Asa.Face.SurList.Items(System.Int32,System.String)">
<summary>
设置指定列表的文本
</summary>
<param name="idx"></param>
<param name="s"></param>
</member>
<member name="M:Asa.Face.SurList.Items(System.String)">
<summary>
设置选中列表的文本
</summary>
<param name="s"></param>
</member>
<member name="M:Asa.Face.SurList.SelectedFirst">
<summary>
选中列表的第一项
</summary>
</member>
<member name="M:Asa.Face.SurList.SelectedLast">
<summary>
选中列表的最后一项
</summary>
</member>
<member name="M:Asa.Face.SurList.SelectedText(System.String)">
<summary>
选中指定文本的项
</summary>
<param name="s"></param>
</member>
<member name="M:Asa.Face.SurList.CalcSize">
<summary>
计算位置大小
</summary>
</member>
<member name="F:Asa.Face.SurList.components">
<summary>
必需的设计器变量。
</summary>
</member>
<member name="M:Asa.Face.SurList.Dispose(System.Boolean)">
<summary>
清理所有正在使用的资源。
</summary>
<param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
</member>
<member name="M:Asa.Face.SurList.InitializeComponent">
<summary>
设计器支持所需的方法 - 不要修改
使用代码编辑器修改此方法的内容。
</summary>
</member>
<member name="T:Asa.Face.SurCombo">
<summary>
列表框
</summary>
</member>
<member name="M:Asa.Face.SurCombo.#ctor">
<summary>
列表框
</summary>
</member>
<member name="E:Asa.Face.SurCombo.SelectedIndexChanged">
<summary>
SelectedIndex改变时发生
</summary>
</member>
<member name="P:Asa.Face.SurCombo.ItemHeight">
<summary>
单条文本项的高度
</summary>
</member>
<member name="P:Asa.Face.SurCombo.SelectedIndex">
<summary>
选中项的索引
</summary>
</member>
<member name="P:Asa.Face.SurCombo.Count">
<summary>
列表的总数
</summary>
</member>
<member name="P:Asa.Face.SurCombo.ReadOnly">
<summary>
显示文本只读不可更改
</summary>
</member>
<member name="P:Asa.Face.SurCombo.Text">
<summary>
显示的文本
</summary>
</member>
<member name="P:Asa.Face.SurCombo.Font">
<summary>
控件中文本的字体
</summary>
</member>
<member name="P:Asa.Face.SurCombo.TextAlign">
<summary>
显示文本的对齐方式
</summary>
</member>
<member name="M:Asa.Face.SurCombo.ItemAdd(System.String[])">
<summary>
列表框添加文本项
</summary>
<param name="s"></param>
</member>
<member name="M:Asa.Face.SurCombo.ItemRemove(System.Int32)">
<summary>
移除指定索引的元素
</summary>
<param name="n">要移除的元素从零开始的索引</param>
</member>
<member name="M:Asa.Face.SurCombo.ItemRemove">
<summary>
移除当前选中的元素
</summary>
</member>
<member name="M:Asa.Face.SurCombo.ItemClear">
<summary>
清空列表框
</summary>
</member>
<member name="M:Asa.Face.SurCombo.Items">
<summary>
列表所有文本
</summary>
<returns></returns>
</member>
<member name="M:Asa.Face.SurCombo.Items(System.Int32)">
<summary>
列表指定文本
</summary>
<returns></returns>
</member>
<member name="M:Asa.Face.SurCombo.Items(System.Int32,System.String)">
<summary>
设置指定列表的文本
</summary>
<param name="idx"></param>
<param name="s"></param>
</member>
<member name="M:Asa.Face.SurCombo.SelectedFirst">
<summary>
选中列表的第一项
</summary>
</member>
<member name="M:Asa.Face.SurCombo.SelectedLast">
<summary>
选中列表的最后一项
</summary>
</member>
<member name="M:Asa.Face.SurCombo.CalcSize">
<summary>
计算位置大小
</summary>
</member>
<member name="F:Asa.Face.SurCombo.components">
<summary>
必需的设计器变量。
</summary>
</member>
<member name="M:Asa.Face.SurCombo.Dispose(System.Boolean)">
<summary>
清理所有正在使用的资源。
</summary>
<param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
</member>
<member name="M:Asa.Face.SurCombo.InitializeComponent">
<summary>
设计器支持所需的方法 - 不要修改
使用代码编辑器修改此方法的内容。
</summary>
</member>
<member name="P:Asa.Face.SurPanel.ShowTitle">
<summary>
显示标题
</summary>
</member>
<member name="P:Asa.Face.SurPanel.TextAlign">
<summary>
显示的文本的对齐方式
</summary>
</member>
<member name="P:Asa.Face.SurPanel.TitleHeight">
<summary>
显示的标题的高度
</summary>
</member>
<member name="F:Asa.Face.SurPanel.components">
<summary>
必需的设计器变量。
</summary>
</member>
<member name="M:Asa.Face.SurPanel.Dispose(System.Boolean)">
<summary>
清理所有正在使用的资源。
</summary>
<param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
</member>
<member name="M:Asa.Face.SurPanel.InitializeComponent">
<summary>
设计器支持所需的方法 - 不要修改
使用代码编辑器修改此方法的内容。
</summary>
</member>
<member name="T:Asa.Face.SurMultiButton">
<summary>
多个按钮控件
</summary>
</member>
<member name="M:Asa.Face.SurMultiButton.#ctor">
<summary>
多个按钮控件
</summary>
</member>
<member name="E:Asa.Face.SurMultiButton.Click">
<summary>
单击时发生
</summary>
</member>
<member name="P:Asa.Face.SurMultiButton.Index">
<summary>
选中的按钮从零开始的索引
</summary>
</member>
<member name="M:Asa.Face.SurMultiButton.CalcSize">
<summary>
计算位置大小
</summary>
</member>
<member name="F:Asa.Face.SurMultiButton.components">
<summary>
必需的设计器变量。
</summary>
</member>
<member name="M:Asa.Face.SurMultiButton.Dispose(System.Boolean)">
<summary>
清理所有正在使用的资源。
</summary>
<param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
</member>
<member name="M:Asa.Face.SurMultiButton.InitializeComponent">
<summary>
设计器支持所需的方法 - 不要修改
使用代码编辑器修改此方法的内容。
</summary>
</member>
<member name="F:Asa.Face.SurInput.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Asa.Face.SurInput.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
</member>
<member name="M:Asa.Face.SurInput.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="M:Asa.Face.SurMessage.#ctor(System.String,System.String,System.Windows.Forms.MessageBoxButtons)">
<summary>
对话框
</summary>
<param name="title">标题</param>
<param name="content">内容</param>
<param name="buttons">按钮</param>
</member>
<member name="F:Asa.Face.SurMessage.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Asa.Face.SurMessage.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
</member>
<member name="M:Asa.Face.SurMessage.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="T:Asa.Face.SurButtonOKCancel">
<summary>
OK/Cancel两个按钮
</summary>
</member>
<member name="M:Asa.Face.SurButtonOKCancel.#ctor">
<summary>
OK/Cancel两个按钮
</summary>
</member>
<member name="E:Asa.Face.SurButtonOKCancel.Click">
<summary>
单击时发生
</summary>
</member>
<member name="P:Asa.Face.SurButtonOKCancel.ButtonIndex">
<summary>
按钮的Index索引
</summary>
</member>
<member name="M:Asa.Face.SurButtonOKCancel.CalcSize">
<summary>
计算位置大小
</summary>
</member>
<member name="F:Asa.Face.SurButtonOKCancel.components">
<summary>
必需的设计器变量。
</summary>
</member>
<member name="M:Asa.Face.SurButtonOKCancel.Dispose(System.Boolean)">
<summary>
清理所有正在使用的资源。
</summary>
<param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
</member>
<member name="M:Asa.Face.SurButtonOKCancel.InitializeComponent">
<summary>
设计器支持所需的方法 - 不要修改
使用代码编辑器修改此方法的内容。
</summary>
</member>
<member name="P:Asa.Face.SurImageShow.Image">
<summary>
控件上显示的图像
</summary>
</member>
<member name="M:Asa.Face.SurImageShow.PolygonGrayAdd(System.Drawing.PointF[])">
<summary>
添加灰色的多边形
</summary>
<param name="pt"></param>
</member>
<member name="M:Asa.Face.SurImageShow.PolygonRedAdd(System.Drawing.PointF[])">
<summary>
添加红色的多边形
</summary>
<param name="pt"></param>
</member>
<member name="M:Asa.Face.SurImageShow.CenterRedAdd(System.Drawing.PointF[])">
<summary>
添加红色的中心点
</summary>
<param name="pt"></param>
</member>
<member name="M:Asa.Face.SurImageShow.PolygonClear">
<summary>
清除多边形和中心点
</summary>
</member>
<member name="M:Asa.Face.SurImageShow.SetLanguage(System.Collections.Generic.Dictionary{System.String,System.String})">
<summary>
设置语言
</summary>
<param name="text"></param>
</member>
<member name="M:Asa.Face.SurImageShow.CalcSize">
<summary>
计算位置大小
</summary>
</member>
<member name="F:Asa.Face.SurImageShow.components">
<summary>
必需的设计器变量。
</summary>
</member>
<member name="M:Asa.Face.SurImageShow.Dispose(System.Boolean)">
<summary>
清理所有正在使用的资源。
</summary>
<param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
</member>
<member name="M:Asa.Face.SurImageShow.InitializeComponent">
<summary>
设计器支持所需的方法 - 不要修改
使用代码编辑器修改此方法的内容。
</summary>
</member>
</members>
</doc>
此文件太大,无法显示。
[2020-12-28 15:49:23,677][1]INFO =====程序开始=====
[2020-12-28 15:49:32,298][1]INFO 加载MES面板完成
[2020-12-28 15:49:32,718][1]INFO 相机数量为0
[2020-12-28 15:49:32,718][1]INFO 没有连接相机
[2020-12-28 15:49:32,733][1]INFO 没有串口:COM1
[2020-12-28 15:49:37,621][1]INFO Ping 192.168.0.102 请求没有回应
[2020-12-28 15:49:39,633][1]INFO MES Request Timeout IP = 10.144.9.73
[2020-12-28 15:50:13,961][1]INFO =====程序结束=====
[2020-12-28 15:50:29,083][1]INFO =====程序开始=====
[2020-12-28 15:50:30,765][1]INFO 加载MES面板完成
[2020-12-28 15:50:31,101][1]INFO 相机数量为0
[2020-12-28 15:50:31,101][1]INFO 没有连接相机
[2020-12-28 15:50:31,111][1]INFO 没有串口:COM1
[2020-12-28 15:50:36,127][1]INFO Ping 192.168.0.102 请求没有回应
[2020-12-28 15:50:38,134][1]INFO MES Request Timeout IP = 10.144.9.73
[2020-12-28 15:50:51,830][1]INFO =====程序结束=====
[2020-12-28 16:24:53,414][1]INFO =====程序开始=====
[2020-12-28 16:24:55,133][1]INFO 加载MES面板完成
[2020-12-28 16:24:55,559][1]ERROR 未能加载文件或程序集“dog_net_windows, Version=1.0.1.28668, Culture=neutral, PublicKeyToken=56120be447701319”或它的某一个依赖项。系统找不到指定的文件。
[2020-12-28 16:26:23,684][1]INFO =====程序开始=====
[2020-12-28 16:26:25,250][1]INFO 加载MES面板完成
[2020-12-28 16:26:25,578][1]INFO Login: DogNotFound
[2020-12-28 16:26:56,301][1]INFO =====程序开始=====
[2020-12-28 16:26:56,314][1]INFO =====debug mode=====
[2020-12-28 16:26:57,942][1]INFO 加载MES面板完成
[2020-12-28 16:26:58,234][1]INFO 相机数量为0
[2020-12-28 16:26:58,234][1]INFO 没有连接相机
[2020-12-28 16:26:58,244][1]INFO 没有串口:COM1
[2020-12-28 16:27:03,127][1]INFO Ping 192.168.0.102 请求没有回应
[2020-12-28 16:27:05,127][1]INFO MES Request Timeout IP = 10.144.9.73
[2020-12-28 16:27:33,056][1]INFO =====程序结束=====
[2022-07-11 13:56:23,040][1]INFO =====程序开始=====
[2022-07-11 13:56:23,047][1]INFO =====debug mode=====
[2022-07-11 13:56:23,355][1]INFO =====程序开始1=====
[2022-07-11 13:56:23,902][1]INFO 加载MES面板完成
[2022-07-11 13:56:24,037][1]INFO 相机数量为0
[2022-07-11 13:56:24,037][1]INFO 没有连接相机
[2022-07-11 13:56:24,040][1]INFO 没有串口:COM1
[2022-07-11 13:56:28,892][1]INFO Ping 192.168.0.102 请求没有回应
[2022-07-11 13:56:29,368][1]INFO =====程序结束=====
[2022-07-11 20:03:48,938][1]INFO =====程序开始=====
[2022-07-11 20:03:48,945][1]INFO =====debug mode=====
[2022-07-11 20:03:49,299][1]INFO =====程序开始1=====
[2022-07-11 20:03:49,910][1]INFO 加载MES面板完成
[2022-07-11 20:03:50,062][1]INFO 相机数量为0
[2022-07-11 20:03:50,062][1]INFO 没有连接相机
[2022-07-11 20:03:50,066][1]INFO 没有串口:COM1
[2022-07-11 20:03:54,881][1]INFO Ping 192.168.0.102 请求没有回应
[2020-10-29 10:04:55,333][1]INFO =====程序开始=====
[2020-10-29 10:04:58,482][1]INFO 加载MES面板完成
[2020-10-29 10:04:58,889][1]INFO 相机数量为0
[2020-10-29 10:04:58,889][1]INFO 没有连接相机
[2020-10-29 10:04:58,907][1]INFO 没有串口:COM1
[2020-10-29 10:05:03,523][1]INFO Ping 192.168.0.102 请求没有回应
[2020-10-29 10:05:06,017][1]INFO MES Request Timeout IP = 10.144.9.73
[2020-10-29 10:05:16,194][1]INFO =====程序结束=====
[2020-10-29 10:06:15,792][1]INFO =====程序开始=====
[2020-10-29 10:06:17,125][1]INFO 加载MES面板完成
[2020-10-29 10:06:17,433][1]INFO 相机数量为0
[2020-10-29 10:06:17,446][1]INFO 没有连接相机
[2020-10-29 10:06:17,474][1]INFO 没有串口:COM1
[2020-10-29 10:06:22,019][1]INFO Ping 192.168.0.102 请求没有回应
[2020-10-29 10:06:24,021][1]INFO MES Request Timeout IP = 10.144.9.73
[2020-10-29 10:07:53,779][1]INFO =====程序开始=====
[2020-10-29 10:07:55,055][1]INFO 加载MES面板完成
[2020-10-29 10:07:55,271][1]INFO 相机数量为0
[2020-10-29 10:07:55,271][1]INFO 没有连接相机
[2020-10-29 10:07:55,273][1]INFO 没有串口:COM1
[2020-10-29 10:08:00,023][1]INFO Ping 192.168.0.102 请求没有回应
[2020-10-29 10:08:02,023][1]INFO MES Request Timeout IP = 10.144.9.73
[2020-10-29 10:08:35,170][1]INFO =====程序开始=====
[2020-10-29 10:08:36,495][1]INFO 加载MES面板完成
[2020-10-29 10:08:36,699][1]INFO 相机数量为0
[2020-10-29 10:08:36,699][1]INFO 没有连接相机
[2020-10-29 10:08:36,701][1]INFO 没有串口:COM1
[2020-10-29 10:08:41,513][1]INFO Ping 192.168.0.102 请求没有回应
[2020-10-29 10:08:43,521][1]INFO MES Request Timeout IP = 10.144.9.73
[2020-10-29 10:08:51,040][1]INFO =====程序结束=====
[2020-10-29 10:09:10,034][1]INFO =====程序开始=====
[2020-10-29 10:09:11,040][1]INFO 加载MES面板完成
[2020-10-29 10:09:11,218][1]INFO 相机数量为0
[2020-10-29 10:09:11,218][1]INFO 没有连接相机
[2020-10-29 10:09:11,222][1]INFO 没有串口:COM1
[2020-10-29 10:09:16,024][1]INFO Ping 192.168.0.102 请求没有回应
[2020-10-29 10:09:18,023][1]INFO MES Request Timeout IP = 10.144.9.73
[2020-10-29 10:10:35,434][1]INFO =====程序开始=====
[2020-10-29 10:10:36,658][1]INFO 加载MES面板完成
[2020-10-29 10:10:36,832][1]INFO 相机数量为0
[2020-10-29 10:10:36,832][1]INFO 没有连接相机
[2020-10-29 10:10:36,833][1]INFO 没有串口:COM1
[2020-10-29 10:10:41,514][1]INFO Ping 192.168.0.102 请求没有回应
[2020-10-29 10:10:43,528][1]INFO MES Request Timeout IP = 10.144.9.73
[2020-10-29 10:10:44,457][1]INFO =====程序结束=====
[2020-10-29 10:10:52,040][1]INFO =====程序开始=====
[2020-10-29 10:10:53,015][1]INFO 加载MES面板完成
[2020-10-29 10:10:53,192][1]INFO 相机数量为0
[2020-10-29 10:10:53,192][1]INFO 没有连接相机
[2020-10-29 10:10:53,194][1]INFO 没有串口:COM1
[2020-10-29 10:10:58,020][1]INFO Ping 192.168.0.102 请求没有回应
[2020-10-29 10:11:00,025][1]INFO MES Request Timeout IP = 10.144.9.73
[2020-10-29 10:11:08,147][1]INFO =====程序结束=====
[2020-10-29 15:01:41,257][1]INFO =====程序开始=====
[2020-10-29 15:01:43,932][1]INFO 加载MES面板完成
[2020-10-29 15:01:44,218][1]INFO 相机数量为0
[2020-10-29 15:01:44,219][1]INFO 没有连接相机
[2020-10-29 15:01:44,220][1]INFO 没有串口:COM1
[2020-10-29 15:01:49,038][1]INFO Ping 192.168.0.102 请求没有回应
[2020-10-29 15:01:51,018][1]INFO MES Request Timeout IP = 10.144.9.73
[2020-10-29 15:01:58,509][1]INFO 手动点击条码识别菜单
[2020-10-29 15:02:11,614][1]INFO =====程序结束=====
[2020-10-29 15:02:15,164][1]INFO =====程序开始=====
[2020-10-29 15:02:16,114][1]INFO 加载MES面板完成
[2020-10-29 15:02:16,285][1]INFO 相机数量为0
[2020-10-29 15:02:16,285][1]INFO 没有连接相机
[2020-10-29 15:02:16,286][1]INFO 没有串口:COM1
[2020-10-29 15:02:21,022][1]INFO Ping 192.168.0.102 请求没有回应
[2020-10-29 15:02:23,020][1]INFO MES Request Timeout IP = 10.144.9.73
[2020-10-29 15:05:05,913][1]INFO =====程序结束=====
[2020-10-29 15:05:32,050][1]INFO =====程序开始=====
[2020-10-29 15:05:32,959][1]INFO 加载MES面板完成
[2020-10-29 15:05:33,151][1]INFO 相机数量为0
[2020-10-29 15:05:33,152][1]INFO 没有连接相机
[2020-10-29 15:05:33,153][1]INFO 没有串口:COM1
[2020-10-29 15:05:38,014][1]INFO Ping 192.168.0.102 请求没有回应
[2020-10-29 15:05:40,027][1]INFO MES Request Timeout IP = 10.144.9.73
[2020-10-29 15:06:05,531][1]INFO 手动点击条码识别菜单
[2020-10-29 15:09:03,729][1]INFO =====程序开始=====
[2020-10-29 15:09:04,663][1]INFO 加载MES面板完成
[2020-10-29 15:09:04,926][1]INFO 相机数量为0
[2020-10-29 15:09:04,927][1]INFO 没有连接相机
[2020-10-29 15:09:04,939][1]INFO 没有串口:COM1
[2020-10-29 15:09:09,517][1]INFO Ping 192.168.0.102 请求没有回应
[2020-10-29 15:09:11,524][1]INFO MES Request Timeout IP = 10.144.9.73
[2020-10-29 15:09:12,808][1]INFO =====程序结束=====
[2020-10-29 15:09:53,499][1]INFO =====程序开始=====
[2020-10-29 15:09:54,372][1]INFO 加载MES面板完成
[2020-10-29 15:09:54,550][1]INFO 相机数量为0
[2020-10-29 15:09:54,550][1]INFO 没有连接相机
[2020-10-29 15:09:54,552][1]INFO 没有串口:COM1
[2020-10-29 15:09:59,528][1]INFO Ping 192.168.0.102 请求没有回应
[2020-10-29 15:10:01,525][1]INFO MES Request Timeout IP = 10.144.9.73
[2020-10-29 15:10:02,961][1]INFO =====程序结束=====
[2020-10-29 15:10:11,608][1]INFO =====程序开始=====
[2020-10-29 15:10:12,636][1]INFO 加载MES面板完成
[2020-10-29 15:10:12,892][1]INFO 相机数量为0
[2020-10-29 15:10:12,892][1]INFO 没有连接相机
[2020-10-29 15:10:12,894][1]INFO 没有串口:COM1
[2020-10-29 15:10:17,524][1]INFO Ping 192.168.0.102 请求没有回应
[2020-10-29 15:10:19,522][1]INFO MES Request Timeout IP = 10.144.9.73
[2020-10-29 15:10:26,114][1]INFO 手动点击条码识别菜单
[2020-10-29 15:12:06,008][1]INFO =====程序结束=====
[2020-10-29 15:29:09,731][1]INFO =====程序开始=====
[2020-10-29 15:29:10,769][1]INFO 加载MES面板完成
[2020-10-29 15:29:10,965][1]ERROR 未能加载文件或程序集“dog_net_windows, Version=1.0.1.28668, Culture=neutral, PublicKeyToken=56120be447701319”或它的某一个依赖项。系统找不到指定的文件。
[2020-10-29 15:29:34,532][1]INFO =====程序开始=====
[2020-10-29 15:29:35,728][1]INFO 加载MES面板完成
[2020-10-29 15:29:36,060][1]INFO 相机数量为0
[2020-10-29 15:29:36,060][1]INFO 没有连接相机
[2020-10-29 15:29:36,063][1]INFO 没有串口:COM1
[2020-10-29 15:29:41,024][1]INFO Ping 192.168.0.102 请求没有回应
[2020-10-29 15:29:43,013][1]INFO MES Request Timeout IP = 10.144.9.73
[2020-10-29 15:29:48,266][1]INFO 手动点击条码识别菜单
[2020-10-29 15:31:13,006][1]INFO =====程序结束=====
[2020-10-29 16:00:29,203][1]INFO =====程序开始=====
[2020-10-29 16:00:30,637][1]INFO 加载MES面板完成
[2020-10-29 16:00:30,910][1]INFO 相机数量为0
[2020-10-29 16:00:30,910][1]INFO 没有连接相机
[2020-10-29 16:00:30,913][1]INFO 没有串口:COM1
[2020-10-29 16:00:35,524][1]INFO Ping 192.168.0.102 请求没有回应
[2020-10-29 16:00:37,521][1]INFO MES Request Timeout IP = 10.144.9.73
[2020-10-29 16:01:11,420][1]INFO =====程序结束=====
[2020-10-29 16:06:26,472][1]INFO =====程序开始=====
[2020-10-29 16:06:30,968][1]INFO 加载MES面板完成
[2020-10-29 16:06:31,137][1]INFO 相机数量为0
[2020-10-29 16:06:31,137][1]INFO 没有连接相机
[2020-10-29 16:06:31,139][1]INFO 没有串口:COM1
[2020-10-29 16:06:36,022][1]INFO Ping 192.168.0.102 请求没有回应
[2020-10-29 16:06:38,027][1]INFO MES Request Timeout IP = 10.144.9.73
[2020-10-29 16:06:39,116][1]INFO =====程序结束=====
[2020-10-29 16:06:47,152][1]INFO =====程序开始=====
[2020-10-29 16:06:48,245][1]INFO 加载MES面板完成
[2020-10-29 16:06:48,432][1]INFO 相机数量为0
[2020-10-29 16:06:48,432][1]INFO 没有连接相机
[2020-10-29 16:06:48,434][1]INFO 没有串口:COM1
[2020-10-29 16:06:53,020][1]INFO Ping 192.168.0.102 请求没有回应
[2020-10-29 16:06:55,018][1]INFO MES Request Timeout IP = 10.144.9.73
[2020-10-29 16:07:47,367][1]INFO =====程序结束=====
[2020-10-29 16:10:25,235][1]INFO =====程序开始=====
[2020-10-29 16:10:26,252][1]INFO 加载MES面板完成
[2020-10-29 16:10:26,419][1]INFO 相机数量为0
[2020-10-29 16:10:26,419][1]INFO 没有连接相机
[2020-10-29 16:10:26,423][1]INFO 没有串口:COM1
[2020-10-29 16:10:31,021][1]INFO Ping 192.168.0.102 请求没有回应
[2020-10-29 16:10:33,013][1]INFO MES Request Timeout IP = 10.144.9.73
[2020-10-29 16:10:35,083][1]INFO =====程序结束=====
[2020-10-30 16:04:35,591][1]INFO =====程序开始=====
[2020-10-30 16:04:37,754][1]INFO 加载MES面板完成
[2020-10-30 16:04:38,168][1]INFO 相机数量为0
[2020-10-30 16:04:38,169][1]INFO 没有连接相机
[2020-10-30 16:04:38,203][1]INFO 没有串口:COM1
[2020-10-30 16:04:43,125][1]INFO Ping 192.168.0.102 请求没有回应
[2020-10-30 16:04:45,112][1]INFO MES Request Timeout IP = 10.144.9.73
[2020-10-30 16:04:46,225][1]INFO =====程序结束=====
[2020-11-04 10:46:14,124][1]INFO =====程序开始=====
[2020-11-04 10:46:15,542][1]INFO 加载MES面板完成
[2020-11-04 10:46:15,738][1]ERROR 未能加载文件或程序集“dog_net_windows, Version=1.0.1.28668, Culture=neutral, PublicKeyToken=56120be447701319”或它的某一个依赖项。系统找不到指定的文件。
[2020-11-04 10:46:26,857][1]INFO 手动点击标签模板菜单
[2020-11-04 10:47:00,627][1]ERROR 未将对象引用设置到对象的实例。
[2020-11-04 10:47:02,180][1]INFO =====程序结束=====
[2020-11-10 13:12:27,131][1]INFO =====程序开始=====
[2020-11-10 13:12:29,262][1]INFO 加载MES面板完成
[2020-11-10 13:12:29,509][1]ERROR 未能加载文件或程序集“dog_net_windows, Version=1.0.1.28668, Culture=neutral, PublicKeyToken=56120be447701319”或它的某一个依赖项。系统找不到指定的文件。
[2020-11-10 13:14:53,187][1]INFO =====程序开始=====
[2020-11-10 13:14:57,839][1]INFO 加载MES面板完成
[2020-11-10 13:14:58,204][1]INFO 相机数量为0
[2020-11-10 13:14:58,204][1]INFO 没有连接相机
[2020-11-10 13:14:58,214][1]INFO 没有串口:COM1
[2020-11-10 13:15:02,869][1]INFO Ping 192.168.0.102 请求没有回应
[2020-11-10 13:15:04,864][1]INFO MES Request Timeout IP = 10.144.9.73
[2020-11-10 13:15:07,181][1]INFO =====程序结束=====
[2020-11-10 13:15:44,782][1]INFO =====程序开始=====
[2020-11-10 13:15:45,600][1]INFO 加载MES面板完成
[2020-11-10 13:15:45,718][1]INFO 相机数量为0
[2020-11-10 13:15:45,719][1]INFO 没有连接相机
[2020-11-10 13:15:45,720][1]INFO 没有串口:COM1
[2020-11-10 13:15:50,367][1]INFO Ping 192.168.0.102 请求没有回应
[2020-11-10 13:15:51,983][1]INFO =====程序结束=====
[2020-11-11 09:12:39,391][1]INFO =====程序开始=====
[2020-11-11 09:12:41,983][1]INFO 加载MES面板完成
[2020-11-11 09:12:42,179][1]INFO 相机数量为0
[2020-11-11 09:12:42,179][1]INFO 没有连接相机
[2020-11-11 09:12:42,193][1]INFO 没有串口:COM1
[2020-11-11 09:12:46,844][1]INFO Ping 192.168.0.102 请求没有回应
[2020-11-11 09:12:48,843][1]INFO MES Request Timeout IP = 10.144.9.73
[2020-11-11 09:12:54,482][1]INFO 手动点击设置菜单
[2020-11-11 09:13:27,007][1]INFO =====程序结束=====
[2020-11-11 09:13:30,333][1]INFO =====程序开始=====
[2020-11-11 09:13:31,111][1]INFO 加载MES面板完成
[2020-11-11 09:13:31,262][1]INFO 相机数量为0
[2020-11-11 09:13:31,262][1]INFO Camera can't be found!
[2020-11-11 09:13:31,265][1]INFO Communication Failure: COM1
[2020-11-11 09:13:35,839][1]INFO Ping 192.168.0.102 请求没有回应
[2020-11-11 09:13:37,846][1]INFO MES Request Timeout IP = 10.144.9.73
[2020-11-11 09:13:45,387][1]INFO 手动点击设置菜单
[2020-11-11 09:14:10,652][1]INFO =====程序结束=====
[2020-11-11 10:07:18,017][1]INFO =====程序开始=====
[2020-11-11 10:07:19,159][1]INFO 加载MES面板完成
[2020-11-11 10:07:19,337][1]INFO 相机数量为0
[2020-11-11 10:07:19,337][1]INFO 没有连接相机
[2020-11-11 10:07:19,347][1]INFO 没有串口:COM1
[2020-11-11 10:07:24,341][1]INFO Ping 192.168.0.102 请求没有回应
[2020-11-11 10:07:26,345][1]INFO MES Request Timeout IP = 10.144.9.73
[2020-11-11 10:07:47,291][1]INFO =====程序结束=====
[2020-11-11 10:11:34,795][1]INFO =====程序开始=====
[2020-11-11 10:11:35,617][1]INFO 加载MES面板完成
[2020-11-11 10:11:35,825][1]INFO 相机数量为0
[2020-11-11 10:11:35,825][1]INFO 没有连接相机
[2020-11-11 10:11:35,827][1]INFO 没有串口:COM1
[2020-11-11 10:11:40,844][1]INFO Ping 192.168.0.102 请求没有回应
[2020-11-11 10:11:42,838][1]INFO MES Request Timeout IP = 10.144.9.73
[2020-11-11 10:11:49,019][1]INFO 手动点击物料模板菜单
[2020-11-11 10:14:57,498][1]INFO 手动点击标签模板菜单
[2020-11-11 10:15:29,953][1]INFO 手动点击设置菜单
[2020-11-11 10:15:39,299][1]INFO 手动点击标签模板菜单
[2020-11-11 10:15:42,213][1]INFO 手动点击物料模板菜单
[2020-11-11 10:16:06,001][1]INFO 手动点击物料模板菜单
[2020-11-11 10:21:49,706][1]INFO 手动点击灯光调节菜单
[2020-11-11 10:21:53,215][1]INFO 手动点击设置菜单
[2020-11-11 10:26:38,534][1]INFO =====程序结束=====
[2020-11-11 10:37:57,974][1]INFO =====程序开始=====
[2020-11-11 10:37:58,575][1]INFO 加载MES面板完成
[2020-11-11 10:37:58,688][1]INFO 相机数量为0
[2020-11-11 10:37:58,688][1]INFO 没有连接相机
[2020-11-11 10:37:58,692][1]INFO 没有串口:COM1
[2020-11-11 10:38:03,336][1]INFO Ping 192.168.0.102 请求没有回应
[2020-11-11 10:38:10,076][1]INFO 手动点击条码识别菜单
[2020-11-11 10:38:21,629][1]INFO 手动点击条码识别菜单
[2020-11-11 10:38:22,275][1]ERROR 未将对象引用设置到对象的实例。
[2020-11-11 10:38:30,291][1]INFO =====程序结束=====
[2020-11-11 10:39:08,243][1]INFO =====程序开始=====
[2020-11-11 10:39:09,123][1]INFO 加载MES面板完成
[2020-11-11 10:39:09,293][1]INFO 相机数量为0
[2020-11-11 10:39:09,294][1]INFO 没有连接相机
[2020-11-11 10:39:09,295][1]INFO 没有串口:COM1
[2020-11-11 10:39:13,846][1]INFO Ping 192.168.0.102 请求没有回应
[2020-11-11 10:39:15,848][1]INFO MES Request Timeout IP = 10.144.9.73
[2020-11-11 10:39:16,716][1]INFO =====程序结束=====
[2020-11-11 10:41:04,336][1]INFO =====程序开始=====
[2020-11-11 10:41:05,667][1]INFO 加载MES面板完成
[2020-11-11 10:41:05,821][1]INFO 相机数量为0
[2020-11-11 10:41:05,821][1]INFO 没有连接相机
[2020-11-11 10:41:05,824][1]INFO 没有串口:COM1
[2020-11-11 10:41:10,835][1]INFO Ping 192.168.0.102 请求没有回应
[2020-11-11 10:41:12,846][1]INFO MES Request Timeout IP = 10.144.9.73
[2020-11-11 10:41:13,899][1]INFO =====程序结束=====
[2020-11-11 10:42:18,927][1]INFO =====程序开始=====
[2020-11-11 10:42:19,650][1]INFO 加载MES面板完成
[2020-11-11 10:42:19,786][1]INFO 相机数量为0
[2020-11-11 10:42:19,787][1]INFO 没有连接相机
[2020-11-11 10:42:19,788][1]INFO 没有串口:COM1
[2020-11-11 10:42:24,348][1]INFO Ping 192.168.0.102 请求没有回应
[2020-11-11 10:42:29,464][1]INFO 手动点击条码识别菜单
[2020-11-11 10:43:07,684][1]INFO =====程序开始=====
[2020-11-11 10:43:08,358][1]INFO 加载MES面板完成
[2020-11-11 10:43:08,481][1]INFO 相机数量为0
[2020-11-11 10:43:08,481][1]INFO 没有连接相机
[2020-11-11 10:43:08,483][1]INFO 没有串口:COM1
[2020-11-11 10:43:13,336][1]INFO Ping 192.168.0.102 请求没有回应
[2020-11-11 10:43:18,996][1]INFO 手动点击条码识别菜单
[2020-11-11 10:44:52,979][1]INFO =====程序开始=====
[2020-11-11 10:44:53,746][1]INFO 加载MES面板完成
[2020-11-11 10:44:53,922][1]INFO 相机数量为0
[2020-11-11 10:44:53,922][1]INFO 没有连接相机
[2020-11-11 10:44:53,923][1]INFO 没有串口:COM1
[2020-11-11 10:44:58,849][1]INFO Ping 192.168.0.102 请求没有回应
[2020-11-11 10:45:03,158][1]INFO 手动点击条码识别菜单
[2020-11-11 10:45:33,612][1]INFO 手动点击打印标签菜单
[2020-11-11 10:45:40,734][1]INFO 手动点击设置菜单
[2020-11-11 10:45:53,042][1]INFO 手动点击打印标签菜单
[2020-11-11 10:45:57,990][1]INFO =====程序结束=====
[2020-11-11 10:46:09,696][1]INFO =====程序开始=====
[2020-11-11 10:46:10,461][1]INFO 加载MES面板完成
[2020-11-11 10:46:10,582][1]INFO 相机数量为0
[2020-11-11 10:46:10,582][1]INFO 没有连接相机
[2020-11-11 10:46:10,583][1]INFO 没有串口:COM1
[2020-11-11 10:46:15,339][1]INFO Ping 192.168.0.102 请求没有回应
[2020-11-11 10:46:19,377][1]INFO 手动点击条码识别菜单
[2020-11-11 10:46:21,852][1]INFO 手动点击打印标签菜单
[2020-11-11 10:46:42,280][1]INFO 手动点击打印标签菜单
[2020-11-11 10:48:40,616][1]INFO =====程序开始=====
[2020-11-11 10:48:41,525][1]INFO 加载MES面板完成
[2020-11-11 10:48:41,681][1]INFO 相机数量为0
[2020-11-11 10:48:41,681][1]INFO 没有连接相机
[2020-11-11 10:48:41,685][1]INFO 没有串口:COM1
[2020-11-11 10:48:46,340][1]INFO Ping 192.168.0.102 请求没有回应
[2020-11-11 10:48:53,758][1]INFO 手动点击条码识别菜单
[2020-11-11 10:49:02,671][1]INFO 手动点击打印标签菜单
[2020-11-11 10:49:27,652][1]INFO 手动点击打印标签菜单
[2020-11-11 10:49:40,691][1]INFO 手动点击打印标签菜单
[2020-11-11 10:52:25,436][1]INFO =====程序开始=====
[2020-11-11 10:52:26,233][1]INFO 加载MES面板完成
[2020-11-11 10:52:26,372][1]INFO 相机数量为0
[2020-11-11 10:52:26,372][1]INFO 没有连接相机
[2020-11-11 10:52:26,374][1]INFO 没有串口:COM1
[2020-11-11 10:52:31,339][1]INFO Ping 192.168.0.102 请求没有回应
[2020-11-11 10:52:36,032][1]INFO 手动点击条码识别菜单
[2020-11-11 10:52:38,736][1]INFO 手动点击打印标签菜单
[2020-11-11 10:52:40,553][1]INFO 打印关键字 order:CF3GP2A03570002000,material:CF3GP2A03570002000,batch:150000,qty:02000,sn:0001,
[2020-11-11 10:52:49,606][1]INFO Print QRCode {PURCHASEORDERNO};{PURCHASEORDERNUMBER};{MATERIALNO};{MATERIALDEC};{FACTORYLOT};{STORAGE};{SN};{QTY};{BATCHNO}
[2020-11-11 10:53:05,281][1]INFO 手动点击打印标签菜单
[2020-11-11 10:53:09,379][1]INFO 打印关键字 order:CF3GP2A03570002000,material:CF3GP2A03570002000,batch:150000,qty:02000,sn:0002,
[2020-11-11 10:53:15,812][1]INFO Print QRCode {PURCHASEORDERNO};{PURCHASEORDERNUMBER};{MATERIALNO};{MATERIALDEC};{FACTORYLOT};{STORAGE};{SN};{QTY};{BATCHNO}
[2020-11-11 10:54:25,437][1]INFO 手动点击设置菜单
[2020-11-11 10:54:28,013][1]INFO 手动点击标签模板菜单
[2020-11-11 10:54:39,973][1]INFO 手动点击条码识别菜单
[2020-11-11 10:54:47,353][1]INFO 打印关键字 order:CF3GP2A03570002000,material:CF3GP2A03570002000,batch:150000,qty:02000,sn:0003,
[2020-11-11 10:54:54,629][1]INFO Print QRCode CF3GP2A03570002000_CF3GP2A03570002000_150000_020000003
[2020-11-11 10:55:17,285][1]INFO =====程序结束=====
[2020-11-11 10:55:46,216][1]INFO =====程序开始=====
[2020-11-11 10:55:47,088][1]INFO 加载MES面板完成
[2020-11-11 10:55:47,216][1]INFO 相机数量为0
[2020-11-11 10:55:47,216][1]INFO 没有连接相机
[2020-11-11 10:55:47,218][1]INFO 没有串口:COM1
[2020-11-11 10:55:51,848][1]INFO Ping 192.168.0.102 请求没有回应
[2020-11-11 10:56:02,209][1]INFO 手动点击条码识别菜单
[2020-11-11 10:56:03,794][1]INFO 手动点击批量打印菜单
[2020-11-11 10:56:46,422][1]INFO =====程序开始=====
[2020-11-11 10:56:47,378][1]INFO 加载MES面板完成
[2020-11-11 10:56:47,538][1]INFO 相机数量为0
[2020-11-11 10:56:47,538][1]INFO 没有连接相机
[2020-11-11 10:56:47,542][1]INFO 没有串口:COM1
[2020-11-11 10:56:52,336][1]INFO Ping 192.168.0.102 请求没有回应
[2020-11-11 10:58:38,952][1]INFO 手动点击条码识别菜单
[2020-11-11 10:58:47,503][1]INFO 手动点击批量打印菜单
[2020-11-11 10:58:49,618][1]INFO 批量打印数量:3
[2020-11-11 10:58:49,644][1]INFO 打印关键字 order:CF3GP2A03570002000,material:CF3GP2A03570002000,batch:150000,qty:02000,sn:0004,
[2020-11-11 10:58:57,325][1]INFO Print QRCode CF3GP2A03570002000_CF3GP2A03570002000_150000_020000004
[2020-11-11 10:58:58,488][1]INFO 打印关键字 order:CF3GP2A03570002000,material:CF3GP2A03570002000,batch:150000,qty:02000,sn:0005,
[2020-11-11 10:59:02,086][1]INFO Print QRCode CF3GP2A03570002000_CF3GP2A03570002000_150000_020000005
[2020-11-11 10:59:03,249][1]INFO 打印关键字 order:CF3GP2A03570002000,material:CF3GP2A03570002000,batch:150000,qty:02000,sn:0006,
[2020-11-11 10:59:06,219][1]INFO Print QRCode CF3GP2A03570002000_CF3GP2A03570002000_150000_020000006
[2020-11-11 10:59:10,354][1]INFO =====程序结束=====
[2020-11-11 11:01:50,112][1]INFO =====程序开始=====
[2020-11-11 11:01:51,169][1]INFO 加载MES面板完成
[2020-11-11 11:01:51,308][1]INFO 相机数量为0
[2020-11-11 11:01:51,308][1]INFO 没有连接相机
[2020-11-11 11:01:51,310][1]INFO 没有串口:COM1
[2020-11-11 11:01:55,841][1]INFO Ping 192.168.0.102 请求没有回应
[2020-11-11 11:02:00,180][1]INFO 手动点击标签模板菜单
[2020-11-11 11:19:23,581][1]INFO 手动点击条码识别菜单
[2020-11-11 11:19:26,502][1]INFO 手动点击打印标签菜单
[2020-11-11 11:19:26,528][1]INFO 打印关键字 order:CF3GP2A03570002000,material:CF3GP2A03570002000,batch:150000,qty:02000,sn:0007,
[2020-11-11 11:19:29,280][1]INFO Print QRCode CF3GP2A03570002000_CF3GP2A03570002000_150000_020000007
[2020-11-11 11:19:46,033][1]INFO =====程序结束=====
[2020-11-11 13:22:49,231][1]INFO =====程序开始=====
[2020-11-11 13:22:50,078][1]INFO 加载MES面板完成
[2020-11-11 13:22:50,283][1]INFO 相机数量为0
[2020-11-11 13:22:50,283][1]INFO 没有连接相机
[2020-11-11 13:22:50,285][1]INFO 没有串口:COM1
[2020-11-11 13:22:55,054][1]INFO Ping 192.168.0.102 请求没有回应
[2020-11-11 13:23:00,283][1]INFO 手动点击标签模板菜单
[2020-11-11 13:26:51,630][1]INFO =====程序结束=====
[2020-11-11 14:04:40,910][1]INFO =====程序开始=====
[2020-11-11 14:04:42,048][1]INFO 加载MES面板完成
[2020-11-11 14:04:42,218][1]INFO 相机数量为0
[2020-11-11 14:04:42,218][1]INFO 没有连接相机
[2020-11-11 14:04:42,227][1]INFO 没有串口:COM1
[2020-11-11 14:04:47,048][1]INFO Ping 192.168.0.102 请求没有回应
[2020-11-11 14:04:53,029][1]INFO 手动点击条码识别菜单
[2020-11-11 14:05:03,142][1]INFO 手动点击打印标签菜单
[2020-11-11 14:05:03,189][1]INFO 打印关键字 order:CF3GP2A03570002000,material:SAMSUNG,batch:150000,qty:02000,sn:0001,
[2020-11-11 14:05:10,019][1]INFO Print QRCode CF3GP2A03570002000_SAMSUNG_150000_020000001
[2020-11-11 14:05:40,324][1]INFO =====程序结束=====
[2020-11-12 09:18:27,180][1]INFO =====程序开始=====
[2020-11-12 09:18:28,606][1]INFO 加载MES面板完成
[2020-11-12 09:18:28,883][1]INFO 相机数量为0
[2020-11-12 09:18:28,884][1]INFO 没有连接相机
[2020-11-12 09:18:28,892][1]INFO 没有串口:COM1
[2020-11-12 09:18:33,841][1]INFO Ping 192.168.0.102 请求没有回应
[2020-11-12 09:18:35,852][1]INFO MES Request Timeout IP = 10.144.9.73
[2020-11-12 09:18:41,028][1]INFO 手动点击条码识别菜单
[2020-11-12 09:19:34,565][1]INFO =====程序结束=====
[2020-11-12 09:26:53,973][1]INFO =====程序开始=====
[2020-11-12 09:26:55,117][1]INFO 加载MES面板完成
[2020-11-12 09:26:55,269][1]INFO 相机数量为0
[2020-11-12 09:26:55,270][1]INFO 没有连接相机
[2020-11-12 09:26:55,273][1]INFO 没有串口:COM1
[2020-11-12 09:26:59,849][1]INFO Ping 192.168.0.102 请求没有回应
[2020-11-12 09:27:01,842][1]INFO MES Request Timeout IP = 10.144.9.73
[2020-11-12 09:27:07,322][1]INFO 手动点击条码识别菜单
[2020-11-12 09:27:18,572][1]INFO =====程序结束=====
[2020-11-12 09:49:59,862][1]INFO =====程序开始=====
[2020-11-12 09:50:00,801][1]INFO 加载MES面板完成
[2020-11-12 09:50:00,967][1]INFO 相机数量为0
[2020-11-12 09:50:00,967][1]INFO 没有连接相机
[2020-11-12 09:50:00,977][1]INFO 没有串口:COM1
[2020-11-12 09:50:05,851][1]INFO Ping 192.168.0.102 请求没有回应
[2020-11-12 09:50:07,854][1]INFO MES Request Timeout IP = 10.144.9.73
[2020-11-12 09:50:14,103][1]INFO 手动点击条码识别菜单
[2020-11-12 09:50:59,642][1]INFO =====程序结束=====
[2020-11-12 10:04:50,762][1]INFO =====程序开始=====
[2020-11-12 10:04:51,837][1]INFO 加载MES面板完成
[2020-11-12 10:04:52,100][1]INFO 相机数量为0
[2020-11-12 10:04:52,100][1]INFO 没有连接相机
[2020-11-12 10:04:52,109][1]INFO 没有串口:COM1
[2020-11-12 10:04:56,843][1]INFO Ping 192.168.0.102 请求没有回应
[2020-11-12 10:04:58,842][1]INFO MES Request Timeout IP = 10.144.9.73
[2020-11-12 10:05:04,052][1]INFO 手动点击条码识别菜单
[2020-11-12 10:16:34,319][1]INFO =====程序结束=====
[2020-11-19 13:43:50,081][1]INFO =====程序开始=====
[2020-11-19 13:43:51,235][1]INFO 加载MES面板完成
[2020-11-19 13:43:51,492][1]INFO 相机数量为0
[2020-11-19 13:43:51,492][1]INFO 没有连接相机
[2020-11-19 13:43:51,502][1]INFO 没有串口:COM1
[2020-11-19 13:43:56,338][1]INFO Ping 192.168.0.102 请求没有回应
[2020-11-19 13:43:58,337][1]INFO MES Request Timeout IP = 10.144.9.73
[2020-11-19 13:44:06,629][1]INFO 手动点击物料模板菜单
[2020-11-19 13:50:19,794][1]INFO 手动点击标签模板菜单
[2020-11-19 13:53:35,175][1]INFO 手动点击标签模板菜单
[2020-11-19 14:06:12,111][1]INFO 手动点击物料模板菜单
[2020-11-19 14:09:39,377][1]INFO 手动点击标签模板菜单
[2020-11-19 14:13:04,675][1]INFO 手动点击物料模板菜单
[2020-11-19 14:32:41,819][1]INFO =====程序结束=====
[2020-11-25 17:19:06,724][1]INFO =====程序开始=====
[2020-11-25 17:19:08,580][1]INFO 加载MES面板完成
[2020-11-25 17:19:08,910][1]ERROR 未能加载文件或程序集“dog_net_windows, Version=1.0.1.28668, Culture=neutral, PublicKeyToken=56120be447701319”或它的某一个依赖项。系统找不到指定的文件。
[2020-11-25 17:19:17,876][1]INFO 手动点击标签追溯菜单
[2020-11-25 17:21:29,218][1]ERROR 未将对象引用设置到对象的实例。
[2020-11-25 17:21:31,379][1]INFO =====程序结束=====
[2020-11-30 14:10:39,437][1]INFO =====程序开始=====
[2020-11-30 14:10:41,540][1]INFO 加载MES面板完成
[2020-11-30 14:10:42,076][1]INFO 相机数量为0
[2020-11-30 14:10:42,076][1]INFO 没有连接相机
[2020-11-30 14:10:42,102][1]INFO 没有串口:COM1
[2020-11-30 14:10:46,724][1]INFO Ping 192.168.0.102 请求没有回应
[2020-11-30 14:10:49,212][1]INFO MES Request Timeout IP = 10.144.9.73
[2020-11-30 14:11:07,560][1]INFO 手动点击标签模板菜单
[2020-11-30 14:11:20,707][1]INFO 手动点击物料模板菜单
[2020-11-30 14:12:26,582][1]INFO 手动点击设置菜单
[2020-11-30 14:12:38,844][1]INFO 手动点击批量打印菜单
[2020-11-30 14:12:40,156][1]INFO 手动点击标签追溯菜单
[2020-11-30 14:12:55,732][1]INFO =====程序结束=====
[2020-11-30 14:13:53,120][1]INFO =====程序开始=====
[2020-11-30 14:13:54,663][1]INFO 加载MES面板完成
[2020-11-30 14:13:55,239][1]INFO 相机数量为0
[2020-11-30 14:13:55,239][1]INFO 没有连接相机
[2020-11-30 14:13:55,252][1]INFO 没有串口:COM1
[2020-11-30 14:14:00,221][1]INFO Ping 192.168.0.102 请求没有回应
[2020-11-30 14:14:02,208][1]INFO MES Request Timeout IP = 10.144.9.73
[2020-11-30 14:16:51,610][1]INFO 手动点击标签追溯菜单
[2020-11-30 14:18:21,988][1]INFO 手动点击标签模板菜单
[2020-11-30 14:18:42,896][1]ERROR Requested contents should be less than 80 digits long, but got 90
[2020-11-30 14:18:48,489][1]ERROR Contents length should be between 1 and 80 characters, but got 90
[2020-11-30 14:21:55,077][1]INFO 手动点击物料模板菜单
[2020-11-30 14:22:50,201][1]INFO 手动点击标签模板菜单
[2020-11-30 14:32:20,432][1]INFO 手动点击物料模板菜单
[2020-11-30 14:37:42,311][1]INFO 手动点击灯光调节菜单
[2020-11-30 14:37:50,692][1]INFO 手动点击设置菜单
[2020-11-30 14:41:03,188][1]INFO 手动点击设置菜单
[2020-11-30 14:44:33,792][1]INFO 手动点击条码识别菜单
[2020-11-30 14:44:38,645][1]INFO 手动点击批量打印菜单
[2020-11-30 14:48:48,289][1]INFO 手动点击标签追溯菜单
[2020-11-30 14:50:52,152][1]INFO 手动点击标签追溯菜单
[2020-11-30 14:54:11,320][1]INFO 手动点击标签模板菜单
[2020-11-30 14:54:48,237][1]INFO 手动点击物料模板菜单
[2020-11-30 14:55:26,731][1]INFO 手动点击条码识别菜单
[2020-11-30 14:56:53,690][1]INFO 手动点击设置菜单
[2020-11-30 14:58:51,479][1]INFO 手动点击灯光调节菜单
[2020-11-30 15:06:40,821][1]INFO =====程序结束=====
[2020-11-30 15:44:50,570][1]INFO =====程序开始=====
[2020-11-30 15:44:52,208][1]INFO 加载MES面板完成
[2020-11-30 15:44:52,649][1]INFO 相机数量为0
[2020-11-30 15:44:52,649][1]INFO 没有连接相机
[2020-11-30 15:44:52,663][1]INFO 没有串口:COM1
[2020-11-30 15:44:57,724][1]INFO Ping 192.168.0.102 请求没有回应
[2020-11-30 15:45:00,221][1]INFO MES Request Timeout IP = 10.144.9.73
[2020-11-30 15:45:04,897][1]INFO 手动点击灯光调节菜单
[2020-12-01 11:21:46,032][1]INFO =====程序开始=====
[2020-12-01 11:21:48,808][1]INFO 加载MES面板完成
[2020-12-01 11:21:49,363][1]INFO 相机数量为0
[2020-12-01 11:21:49,367][1]INFO 没有连接相机
[2020-12-01 11:21:49,403][1]INFO 没有串口:COM1
[2020-12-01 11:21:54,291][1]INFO Ping 192.168.0.102 请求没有回应
[2020-12-01 11:21:56,784][1]INFO MES Request Timeout IP = 10.144.9.73
[2020-12-01 11:22:09,286][1]INFO =====程序结束=====
[2020-12-02 16:47:06,049][1]INFO =====程序开始=====
[2020-12-02 16:47:09,386][1]INFO 加载MES面板完成
[2020-12-02 16:47:09,919][1]INFO 相机数量为0
[2020-12-02 16:47:09,919][1]INFO 没有连接相机
[2020-12-02 16:47:09,935][1]INFO 没有串口:COM1
[2020-12-02 16:47:14,632][1]INFO Ping 192.168.0.102 请求没有回应
[2020-12-02 16:47:16,627][1]INFO MES Request Timeout IP = 10.144.9.73
[2020-12-02 16:47:22,750][1]INFO 手动点击设置菜单
[2020-12-02 16:47:32,758][1]INFO =====程序结束=====
[2020-12-03 10:36:58,126][1]INFO =====程序开始=====
[2020-12-03 10:37:00,374][1]INFO 加载MES面板完成
[2020-12-03 10:37:00,779][1]INFO 相机数量为0
[2020-12-03 10:37:00,779][1]INFO 没有连接相机
[2020-12-03 10:37:00,801][1]INFO 没有串口:COM1
[2020-12-03 10:37:05,780][1]INFO Ping 192.168.0.102 请求没有回应
[2020-12-03 10:37:07,778][1]INFO MES Request Timeout IP = 10.144.9.73
[2020-12-03 10:37:12,895][1]INFO 手动点击物料模板菜单
[2020-12-03 10:47:57,206][1]INFO 手动点击设置菜单
[2020-12-03 10:48:47,062][1]INFO =====程序结束=====
[2022-07-09 15:21:54,152][1]INFO =====程序开始=====
[2022-07-09 15:21:54,166][1]INFO =====debug mode=====
[2022-07-09 15:21:55,267][1]INFO 加载MES面板完成
[2022-07-09 15:21:55,496][1]INFO 相机数量为0
[2022-07-09 15:21:55,496][1]INFO 没有连接相机
[2022-07-09 15:21:55,499][1]INFO 没有串口:COM1
[2022-07-09 15:22:00,384][1]INFO Ping 192.168.0.102 请求没有回应
[2022-07-09 15:22:02,386][1]INFO MES Request Timeout IP = 10.144.9.73
[2022-07-09 15:22:08,885][1]INFO =====程序结束=====
[2022-07-09 15:22:28,717][1]INFO =====程序开始=====
[2022-07-09 15:22:28,725][1]INFO =====debug mode=====
[2022-07-09 15:22:29,699][1]INFO 加载MES面板完成
[2022-07-09 15:22:29,849][1]INFO 相机数量为0
[2022-07-09 15:22:29,849][1]INFO 没有连接相机
[2022-07-09 15:22:29,853][1]INFO 没有串口:COM1
[2022-07-09 15:22:34,389][1]INFO Ping 192.168.0.102 请求没有回应
[2022-07-09 15:28:12,491][1]INFO =====程序结束=====
[2022-07-09 15:32:25,248][1]INFO =====程序开始=====
[2022-07-09 15:32:25,965][1]INFO 加载MES面板完成
[2022-07-09 15:32:26,083][1]INFO 相机数量为0
[2022-07-09 15:32:26,083][1]INFO 没有连接相机
[2022-07-09 15:32:26,086][1]INFO 没有串口:COM1
[2022-07-09 15:32:30,882][1]INFO Ping 192.168.0.102 请求没有回应
[2022-07-09 15:32:38,216][1]INFO =====程序结束=====
[2022-07-09 15:32:52,246][1]INFO =====程序开始=====
[2022-07-09 15:32:52,939][1]INFO 加载MES面板完成
[2022-07-09 15:32:53,050][1]INFO 相机数量为0
[2022-07-09 15:32:53,051][1]INFO 没有连接相机
[2022-07-09 15:32:53,052][1]INFO 没有串口:COM1
[2022-07-09 15:32:57,886][1]INFO Ping 192.168.0.102 请求没有回应
[2022-07-09 15:32:59,588][1]INFO 手动点击条码识别菜单
[2022-07-09 15:33:01,191][1]INFO 手动点击条码识别菜单
[2022-07-09 15:33:22,137][1]INFO =====程序结束=====
[2022-07-09 15:35:28,311][1]INFO =====程序开始=====
[2022-07-09 15:35:29,018][1]INFO 加载MES面板完成
[2022-07-09 15:35:29,123][1]INFO 相机数量为0
[2022-07-09 15:35:29,123][1]INFO 没有连接相机
[2022-07-09 15:35:29,124][1]INFO 没有串口:COM1
[2022-07-09 15:35:33,881][1]INFO Ping 192.168.0.102 请求没有回应
[2022-07-09 15:35:52,802][1]INFO 手动点击标签模板菜单
[2022-07-09 15:35:56,652][1]INFO 手动点击物料模板菜单
[2022-07-09 15:36:13,907][1]INFO =====程序结束=====
[2022-07-09 15:58:28,038][1]INFO =====程序开始=====
[2022-07-09 15:58:28,800][1]INFO 加载MES面板完成
[2022-07-09 15:58:28,910][1]INFO 相机数量为0
[2022-07-09 15:58:28,910][1]INFO 没有连接相机
[2022-07-09 15:58:28,911][1]INFO 没有串口:COM1
[2022-07-09 15:58:33,892][1]INFO Ping 192.168.0.102 请求没有回应
[2022-07-09 15:58:46,340][1]INFO =====程序结束=====
此文件类型无法预览
<?xml version="1.0" encoding="utf-8"?>
<Material Name="test1">
<Rect AvgAngle="90.75439" CodeCount="2" Check="True">
<Code ID="0" Center="639.5,1377.5" Angle="90.12349" Text="1T38G15508220018" CodeType="" Width="573" Height="65" Distance="636.529596351643" Mode="" Start="0" Length="16" />
<Code ID="1" Center="780.0016,1362" Angle="91.3853" Text="30PRC0603FR-0710K" CodeType="" Width="603.1647" Height="82.02126" Distance="746.84632930361" Mode="" Start="0" Length="17" />
<Ocr CodeID="0" Offset="-274,-90" Size="92,44" Mode="ww" />
<Ocr CodeID="1" Offset="-166,-98" Size="280,51" Mode="1t" />
</Rect>
<Rect AvgAngle="88.19706" CodeCount="4" Check="True">
<Code ID="2" Center="2565.522,1738.001" Angle="87.35089" Text="PRC0603FR-0710KL" CodeType="" Width="590.6234" Height="64.02286" Distance="2643.10927675356" Mode="CPNq" Start="0" Length="16" />
<Code ID="3" Center="2677.431,1912.217" Angle="88.33848" Text="Q5000" CodeType="" Width="253.6574" Height="55.91021" Distance="2731.74960836282" Mode="QTY" Start="1" Length="4" />
<Code ID="4" Center="2791.084,1902.501" Angle="89.34777" Text="9D1719" CodeType="" Width="284.9999" Height="50.82595" Distance="2812.56038098849" Mode="" Start="0" Length="6" />
<Code ID="5" Center="2909,1738" Angle="87.7511" Text="1PRC0603FR-0710KL" CodeType="" Width="621.47" Height="55.02975" Distance="2974.95971551497" Mode="" Start="0" Length="17" />
<Ocr CodeID="3" Offset="92,-78" Size="122,48" Mode="qty2" />
<Ocr CodeID="3" Offset="88,36" Size="134,47" Mode="batch" />
</Rect>
<Rect AvgAngle="-179.1807" CodeCount="1" Check="False">
<Code ID="6" Center="1762.788,987.0013" Angle="-179.1807" Text="4500066961_RS000212_170508" CodeType="" Width="1002.902" Height="164.0228" Distance="1012.10571261645" Mode="" Start="0" Length="26" />
</Rect>
</Material>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<Material Name="test2">
<Rect AvgAngle="-116.5885" CodeCount="4" Check="True">
<Code ID="4" Center="1050.469,1647.945" Angle="-117.0558" Text="PRC.0805F.68R0G1" CodeType="Code 128" Width="632.7181" Height="95.15227" Distance="1685.0907240092" Mode="" Start="0" Length="16" />
<Code ID="2" Center="990.4026,1449.198" Angle="-116.2314" Text="Q5000" CodeType="Code 39" Width="334.0566" Height="65.73444" Distance="1528.94931515741" Mode="" Start="0" Length="5" />
<Code ID="1" Center="867.4068,1415.261" Angle="-116.0637" Text="9D1803" CodeType="Code 39" Width="382.5313" Height="73.26878" Distance="1401.01972442378" Mode="" Start="0" Length="6" />
<Code ID="0" Center="693.0746,1487.453" Angle="-117.0031" Text="1PRC0805FR-0768RL" CodeType="Code 128" Width="665.2906" Height="87.11401" Distance="1292.87750461405" Mode="mpn" Start="3" Length="14" />
<Ocr CodeID="0" Offset="-110,-214" Size="132,50" Mode="dc" />
</Rect>
<Rect AvgAngle="-108.7093" CodeCount="1" Check="False">
<Code ID="3" Center="2635.086,2580.958" Angle="-108.7093" Text="1T50G50676180118" CodeType="Code 128" Width="635.4565" Height="104.2691" Distance="3323.72818662848" Mode="" Start="0" Length="16" />
</Rect>
</Material>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<Material Name="test3">
<Rect AvgAngle="-92.33266" CodeCount="3" Check="True">
<Code ID="1" Center="2408.001,2314.5" Angle="-92.26" Text="700013703" CodeType="Code 128" Width="687.5234" Height="76.05688" Distance="2497.39877233827" Mode="" Start="0" Length="9" />
<Code ID="0" Center="2233.75,2335.01" Angle="-92.19685" Text="4501008341" CodeType="Code 128" Width="742.5663" Height="76.98154" Distance="2321.615525587" Mode="" Start="0" Length="10" />
<Code ID="3" Center="2051.608,2327.005" Angle="-92.54113" Text="PCF8563T/5" CodeType="Code 128" Width="742.9069" Height="80.01137" Distance="2152.7623055779" Mode="" Start="0" Length="10" />
<Ocr CodeID="3" Offset="-388,59" Size="169,78" Mode="qty" />
<Ocr CodeID="3" Offset="-374,-135" Size="417,79" Mode="batch" />
</Rect>
<Rect AvgAngle="-90.7345" CodeCount="1" Check="False">
<Code ID="2" Center="1871.064,2122.001" Angle="-90.7345" Text="360" CodeType="Code 128" Width="350.0214" Height="67.8645" Distance="1898.11260853534" Mode="" Start="0" Length="3" />
</Rect>
</Material>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<Material Name="test4">
<Rect AvgAngle="9.280365" CodeCount="4" Check="True">
<Code ID="0" Center="1855.73,1232.878" Angle="9.438394" Text="KPLS82126194SZ" CodeType="Code 39" Width="1100.651" Height="76.60992" Distance="1520.50391526994" Mode="" Start="0" Length="14" />
<Code ID="1" Center="1708.5,1404" Angle="9.207987" Text="PH1102NLT" CodeType="Code 39" Width="758.2727" Height="80.88251" Distance="1659.30011375807" Mode="" Start="0" Length="9" />
<Code ID="6" Center="1544,1582" Angle="8.988942" Text="Q600" CodeType="Code 128" Width="377.0312" Height="81.02647" Distance="1803.81118069959" Mode="" Start="0" Length="4" />
<Code ID="5" Center="2850.5,1433.5" Angle="9.486136" Text="CN" CodeType="Code 39" Width="339.4839" Height="79.07591" Distance="1883.6855413618" Mode="" Start="0" Length="2" />
<Ocr CodeID="6" Offset="-20,-87" Size="94,45" Mode="qty" />
<Ocr CodeID="6" Offset="6,61" Size="212,48" Mode="batch" />
</Rect>
<Rect AvgAngle="9.274377" CodeCount="3" Check="False">
<Code ID="2" Center="1789.882,1692.955" Angle="9.409241" Text="1PH1102NLT" CodeType="Code 39" Width="826.7695" Height="79.03926" Distance="1962.79692172303" Mode="" Start="0" Length="10" />
<Code ID="3" Center="1677,1864.5" Angle="9.317153" Text="1T1911" CodeType="Code 39" Width="549.4814" Height="84.00623" Distance="2111.407245861" Mode="" Start="0" Length="6" />
<Code ID="4" Center="1700.129,2011.539" Angle="9.096735" Text="9D1911" CodeType="Code 39" Width="548.7791" Height="82.01147" Distance="2255.03254533991" Mode="" Start="0" Length="6" />
</Rect>
</Material>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<Material Name="ttttt">
<Rect AvgAngle="-107.559" CodeCount="2" Check="False">
<Code ID="0" Center="1394.524,3459.976" Angle="-107.7381" Text="SMA5J16A-E3" CodeType="Code 128" Width="514.7079" Height="127.0947" Distance="2382.36492604043" Mode="" Start="0" Length="11" />
<Code ID="2" Center="1213.557,3389.518" Angle="-107.3799" Text="MA703552.%" CodeType="Code 128" Width="480.9983" Height="132.7324" Distance="2170.62333899561" Mode="" Start="0" Length="10" />
</Rect>
<Rect AvgAngle="-99.16264" CodeCount="1" Check="True">
<Code ID="1" Center="1398.501,1114" Angle="-99.16264" Text="35030446" CodeType="Code 128" Width="675.7823" Height="163.0831" Distance="1558.0474290456" Mode="PN" Start="0" Length="8" />
</Rect>
</Material>
\ No newline at end of file
此文件类型无法预览
此文件的差异太大,无法显示。
3fcbfacfe08c7f1edefcea152bb66bb95422a8be
58f64f4d79f076a918a9edf1b49ab8b2033d1ec4
......@@ -217,3 +217,42 @@ C:\Neotel\Program\SmartCode\SmartCode\obj\Debug\SmartCode.csproj.CopyComplete
C:\Neotel\Program\SmartCode\SmartCode\obj\Debug\SmartCode.exe
C:\Neotel\Program\SmartCode\SmartCode\obj\Debug\SmartCode.pdb
C:\Neotel\Program\SmartCode\SmartCode\bin\Debug\dog_net_windows.dll
D:\rick\vs\SmartCode\SmartCode\bin\Debug\x86\liblept1753.dll
D:\rick\vs\SmartCode\SmartCode\bin\Debug\x86\libtesseract3052.dll
D:\rick\vs\SmartCode\SmartCode\bin\Debug\x64\liblept1753.dll
D:\rick\vs\SmartCode\SmartCode\bin\Debug\x64\libtesseract3052.dll
D:\rick\vs\SmartCode\SmartCode\bin\Debug\SmartCode.exe.config
D:\rick\vs\SmartCode\SmartCode\bin\Debug\SmartCode.exe
D:\rick\vs\SmartCode\SmartCode\bin\Debug\SmartCode.pdb
D:\rick\vs\SmartCode\SmartCode\bin\Debug\MES.dll
D:\rick\vs\SmartCode\SmartCode\bin\Debug\MES_Interface.dll
D:\rick\vs\SmartCode\SmartCode\bin\Debug\System.Data.SQLite.dll
D:\rick\vs\SmartCode\SmartCode\bin\Debug\Tesseract.dll
D:\rick\vs\SmartCode\SmartCode\bin\Debug\zxing.dll
D:\rick\vs\SmartCode\SmartCode\bin\Debug\zxing.presentation.dll
D:\rick\vs\SmartCode\SmartCode\bin\Debug\MES_Interface.pdb
D:\rick\vs\SmartCode\SmartCode\bin\Debug\MES.pdb
D:\rick\vs\SmartCode\SmartCode\bin\Debug\System.Data.SQLite.xml
D:\rick\vs\SmartCode\SmartCode\bin\Debug\System.Data.SQLite.dll.config
D:\rick\vs\SmartCode\SmartCode\bin\Debug\zxing.pdb
D:\rick\vs\SmartCode\SmartCode\bin\Debug\zxing.xml
D:\rick\vs\SmartCode\SmartCode\bin\Debug\zxing.presentation.pdb
D:\rick\vs\SmartCode\SmartCode\bin\Debug\zxing.presentation.xml
D:\rick\vs\SmartCode\SmartCode\obj\Debug\SmartCode.csproj.AssemblyReference.cache
D:\rick\vs\SmartCode\SmartCode\obj\Debug\SmartCode.FrmMate2.resources
D:\rick\vs\SmartCode\SmartCode\obj\Debug\SmartCode.FrmPreview.resources
D:\rick\vs\SmartCode\SmartCode\obj\Debug\SmartCode.FrmMate.resources
D:\rick\vs\SmartCode\SmartCode\obj\Debug\SmartCode.FrmSet.resources
D:\rick\vs\SmartCode\SmartCode\obj\Debug\SmartCode.FrmLabel.resources
D:\rick\vs\SmartCode\SmartCode\obj\Debug\SmartCode.FrmLight.resources
D:\rick\vs\SmartCode\SmartCode\obj\Debug\SmartCode.FrmMain.resources
D:\rick\vs\SmartCode\SmartCode\obj\Debug\SmartCode.Properties.Resources.resources
D:\rick\vs\SmartCode\SmartCode\obj\Debug\SmartCode.FrmTrace.resources
D:\rick\vs\SmartCode\SmartCode\obj\Debug\SmartCode.csproj.GenerateResource.cache
D:\rick\vs\SmartCode\SmartCode\obj\Debug\SmartCode.csproj.CoreCompileInputs.cache
D:\rick\vs\SmartCode\SmartCode\obj\Debug\SmartCode.exe
D:\rick\vs\SmartCode\SmartCode\obj\Debug\SmartCode.pdb
D:\rick\vs\SmartCode\SmartCode\obj\Debug\SmartCode.csproj.CopyComplete
D:\rick\vs\SmartCode\SmartCode\bin\Debug\log4net.dll
D:\rick\vs\SmartCode\SmartCode\bin\Debug\RestSharp.dll
D:\rick\vs\SmartCode\SmartCode\bin\Debug\RestSharp.xml
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!