Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
孙克
/
RC1250-VMILineClient
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit 6e37d6f1
由
LN
编写于
2020-01-11 18:19:47 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
1
1 个父辈
175ad3bc
隐藏空白字符变更
内嵌
并排
正在显示
19 个修改的文件
包含
14 行增加
和
13 行删除
RC1250-VMILineClient.sln
source/ACSingleStore/App.config → source/VMILineClient/App.config
source/ACSingleStore/AuToRunManager.exe → source/VMILineClient/AuToRunManager.exe
source/ACSingleStore/FrmBase.Designer.cs → source/VMILineClient/FrmBase.Designer.cs
source/ACSingleStore/FrmBase.cs → source/VMILineClient/FrmBase.cs
source/ACSingleStore/FrmBase.resx → source/VMILineClient/FrmBase.resx
source/ACSingleStore/FrmVMIClient.Designer.cs → source/VMILineClient/FrmVMIClient.Designer.cs
source/ACSingleStore/FrmVMIClient.cs → source/VMILineClient/FrmVMIClient.cs
source/ACSingleStore/FrmVMIClient.resx → source/VMILineClient/FrmVMIClient.resx
source/ACSingleStore/ManagerUtil.cs → source/VMILineClient/ManagerUtil.cs
source/ACSingleStore/Program.cs → source/VMILineClient/Program.cs
source/ACSingleStore/Properties/AssemblyInfo.cs → source/VMILineClient/Properties/AssemblyInfo.cs
source/ACSingleStore/Properties/Resources.Designer.cs → source/VMILineClient/Properties/Resources.Designer.cs
source/ACSingleStore/Properties/Resources.resx → source/VMILineClient/Properties/Resources.resx
source/ACSingleStore/Properties/Settings.Designer.cs → source/VMILineClient/Properties/Settings.Designer.cs
source/ACSingleStore/Properties/Settings.settings → source/VMILineClient/Properties/Settings.settings
source/ACSingleStore/VMILineClient.csproj → source/VMILineClient/VMILineClient.csproj
source/ACSingleStore/box.ico → source/VMILineClient/box.ico
source/ACSingleStore/记录.txt → source/VMILineClient/记录.txt
RC1250-VMILineClient.sln
查看文件 @
6e37d6f
...
@@ -3,8 +3,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00
...
@@ -3,8 +3,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2024
VisualStudioVersion = 15.0.27130.2024
MinimumVisualStudioVersion = 10.0.40219.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VMILineClient", "source\ACSingleStore\VMILineClient.csproj", "{0D2542F5-DD62-4352-82D0-383D9A045E74}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Common", "source\Common\Common.csproj", "{43CDD09E-FCF3-4960-A01D-3BBFE9933122}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Common", "source\Common\Common.csproj", "{43CDD09E-FCF3-4960-A01D-3BBFE9933122}"
EndProject
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeviceLibrary", "source\DeviceLibrary\DeviceLibrary.csproj", "{513BC1C9-800D-43A6-9499-3700BAEC3554}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeviceLibrary", "source\DeviceLibrary\DeviceLibrary.csproj", "{513BC1C9-800D-43A6-9499-3700BAEC3554}"
...
@@ -13,16 +11,14 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UserFromControl", "source\U
...
@@ -13,16 +11,14 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UserFromControl", "source\U
EndProject
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LoadCSVLibrary", "source\LoadCVSLibrary\LoadCSVLibrary.csproj", "{064BEBF5-8FAA-4EA2-A5F3-A06E6E7D9251}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LoadCSVLibrary", "source\LoadCVSLibrary\LoadCSVLibrary.csproj", "{064BEBF5-8FAA-4EA2-A5F3-A06E6E7D9251}"
EndProject
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VMILineClient", "source\VMILineClient\VMILineClient.csproj", "{0D2542F5-DD62-4352-82D0-383D9A045E74}"
EndProject
Global
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0D2542F5-DD62-4352-82D0-383D9A045E74}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D2542F5-DD62-4352-82D0-383D9A045E74}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D2542F5-DD62-4352-82D0-383D9A045E74}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D2542F5-DD62-4352-82D0-383D9A045E74}.Release|Any CPU.Build.0 = Release|Any CPU
{43CDD09E-FCF3-4960-A01D-3BBFE9933122}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{43CDD09E-FCF3-4960-A01D-3BBFE9933122}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{43CDD09E-FCF3-4960-A01D-3BBFE9933122}.Debug|Any CPU.Build.0 = Debug|Any CPU
{43CDD09E-FCF3-4960-A01D-3BBFE9933122}.Debug|Any CPU.Build.0 = Debug|Any CPU
{43CDD09E-FCF3-4960-A01D-3BBFE9933122}.Release|Any CPU.ActiveCfg = Release|Any CPU
{43CDD09E-FCF3-4960-A01D-3BBFE9933122}.Release|Any CPU.ActiveCfg = Release|Any CPU
...
@@ -39,6 +35,10 @@ Global
...
@@ -39,6 +35,10 @@ Global
{064BEBF5-8FAA-4EA2-A5F3-A06E6E7D9251}.Debug|Any CPU.Build.0 = Debug|Any CPU
{064BEBF5-8FAA-4EA2-A5F3-A06E6E7D9251}.Debug|Any CPU.Build.0 = Debug|Any CPU
{064BEBF5-8FAA-4EA2-A5F3-A06E6E7D9251}.Release|Any CPU.ActiveCfg = Release|Any CPU
{064BEBF5-8FAA-4EA2-A5F3-A06E6E7D9251}.Release|Any CPU.ActiveCfg = Release|Any CPU
{064BEBF5-8FAA-4EA2-A5F3-A06E6E7D9251}.Release|Any CPU.Build.0 = Release|Any CPU
{064BEBF5-8FAA-4EA2-A5F3-A06E6E7D9251}.Release|Any CPU.Build.0 = Release|Any CPU
{0D2542F5-DD62-4352-82D0-383D9A045E74}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D2542F5-DD62-4352-82D0-383D9A045E74}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D2542F5-DD62-4352-82D0-383D9A045E74}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D2542F5-DD62-4352-82D0-383D9A045E74}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
HideSolutionNode = FALSE
...
...
source/
ACSingleStore
/App.config
→
source/
VMILineClient
/App.config
查看文件 @
6e37d6f
文件被删除
source/
ACSingleStore
/AuToRunManager.exe
→
source/
VMILineClient
/AuToRunManager.exe
查看文件 @
6e37d6f
此文件类型无法预览
source/
ACSingleStore
/FrmBase.Designer.cs
→
source/
VMILineClient
/FrmBase.Designer.cs
查看文件 @
6e37d6f
文件被删除
source/
ACSingleStore
/FrmBase.cs
→
source/
VMILineClient
/FrmBase.cs
查看文件 @
6e37d6f
文件被删除
source/
ACSingleStore
/FrmBase.resx
→
source/
VMILineClient
/FrmBase.resx
查看文件 @
6e37d6f
文件被删除
source/
ACSingleStore
/FrmVMIClient.Designer.cs
→
source/
VMILineClient
/FrmVMIClient.Designer.cs
查看文件 @
6e37d6f
...
@@ -83,9 +83,9 @@
...
@@ -83,9 +83,9 @@
//
//
this
.
lblWarnMsg
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
10.5F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
lblWarnMsg
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
10.5F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
lblWarnMsg
.
ForeColor
=
System
.
Drawing
.
Color
.
Red
;
this
.
lblWarnMsg
.
ForeColor
=
System
.
Drawing
.
Color
.
Red
;
this
.
lblWarnMsg
.
Location
=
new
System
.
Drawing
.
Point
(
278
,
66
);
this
.
lblWarnMsg
.
Location
=
new
System
.
Drawing
.
Point
(
9
,
66
);
this
.
lblWarnMsg
.
Name
=
"lblWarnMsg"
;
this
.
lblWarnMsg
.
Name
=
"lblWarnMsg"
;
this
.
lblWarnMsg
.
Size
=
new
System
.
Drawing
.
Size
(
845
,
52
);
this
.
lblWarnMsg
.
Size
=
new
System
.
Drawing
.
Size
(
1114
,
52
);
this
.
lblWarnMsg
.
TabIndex
=
224
;
this
.
lblWarnMsg
.
TabIndex
=
224
;
this
.
lblWarnMsg
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleCenter
;
this
.
lblWarnMsg
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleCenter
;
//
//
...
@@ -107,7 +107,7 @@
...
@@ -107,7 +107,7 @@
this
.
lblThisSta
.
AutoSize
=
true
;
this
.
lblThisSta
.
AutoSize
=
true
;
this
.
lblThisSta
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
10.5F
,
System
.
Drawing
.
FontStyle
.
Bold
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
lblThisSta
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
10.5F
,
System
.
Drawing
.
FontStyle
.
Bold
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
lblThisSta
.
ForeColor
=
System
.
Drawing
.
Color
.
Green
;
this
.
lblThisSta
.
ForeColor
=
System
.
Drawing
.
Color
.
Green
;
this
.
lblThisSta
.
Location
=
new
System
.
Drawing
.
Point
(
4
,
73
);
this
.
lblThisSta
.
Location
=
new
System
.
Drawing
.
Point
(
303
,
12
);
this
.
lblThisSta
.
Name
=
"lblThisSta"
;
this
.
lblThisSta
.
Name
=
"lblThisSta"
;
this
.
lblThisSta
.
Size
=
new
System
.
Drawing
.
Size
(
65
,
19
);
this
.
lblThisSta
.
Size
=
new
System
.
Drawing
.
Size
(
65
,
19
);
this
.
lblThisSta
.
TabIndex
=
216
;
this
.
lblThisSta
.
TabIndex
=
216
;
...
@@ -117,9 +117,7 @@
...
@@ -117,9 +117,7 @@
//
//
this
.
groupBox3
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)(((
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Left
)
this
.
groupBox3
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)(((
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Left
)
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Right
)));
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Right
)));
this
.
groupBox3
.
Controls
.
Add
(
this
.
lblInfo
);
this
.
groupBox3
.
Controls
.
Add
(
this
.
lblWarnMsg
);
this
.
groupBox3
.
Controls
.
Add
(
this
.
lblWarnMsg
);
this
.
groupBox3
.
Controls
.
Add
(
this
.
lblThisSta
);
this
.
groupBox3
.
Controls
.
Add
(
this
.
panel1
);
this
.
groupBox3
.
Controls
.
Add
(
this
.
panel1
);
this
.
groupBox3
.
Location
=
new
System
.
Drawing
.
Point
(
10
,
6
);
this
.
groupBox3
.
Location
=
new
System
.
Drawing
.
Point
(
10
,
6
);
this
.
groupBox3
.
Name
=
"groupBox3"
;
this
.
groupBox3
.
Name
=
"groupBox3"
;
...
@@ -131,7 +129,7 @@
...
@@ -131,7 +129,7 @@
// lblInfo
// lblInfo
//
//
this
.
lblInfo
.
AutoSize
=
true
;
this
.
lblInfo
.
AutoSize
=
true
;
this
.
lblInfo
.
Location
=
new
System
.
Drawing
.
Point
(
4
,
101
);
this
.
lblInfo
.
Location
=
new
System
.
Drawing
.
Point
(
593
,
14
);
this
.
lblInfo
.
Name
=
"lblInfo"
;
this
.
lblInfo
.
Name
=
"lblInfo"
;
this
.
lblInfo
.
Size
=
new
System
.
Drawing
.
Size
(
56
,
17
);
this
.
lblInfo
.
Size
=
new
System
.
Drawing
.
Size
(
56
,
17
);
this
.
lblInfo
.
TabIndex
=
273
;
this
.
lblInfo
.
TabIndex
=
273
;
...
@@ -140,8 +138,12 @@
...
@@ -140,8 +138,12 @@
//
//
// panel1
// panel1
//
//
this
.
panel1
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)(((
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Left
)
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Right
)));
this
.
panel1
.
Controls
.
Add
(
this
.
lblInfo
);
this
.
panel1
.
Controls
.
Add
(
this
.
btnVmiExit
);
this
.
panel1
.
Controls
.
Add
(
this
.
btnVmiExit
);
this
.
panel1
.
Controls
.
Add
(
this
.
btnVmiStart
);
this
.
panel1
.
Controls
.
Add
(
this
.
btnVmiStart
);
this
.
panel1
.
Controls
.
Add
(
this
.
lblThisSta
);
this
.
panel1
.
Controls
.
Add
(
this
.
chbDebug
);
this
.
panel1
.
Controls
.
Add
(
this
.
chbDebug
);
this
.
panel1
.
Controls
.
Add
(
this
.
btnVmiStop
);
this
.
panel1
.
Controls
.
Add
(
this
.
btnVmiStop
);
this
.
panel1
.
Controls
.
Add
(
this
.
chbAuto
);
this
.
panel1
.
Controls
.
Add
(
this
.
chbAuto
);
...
@@ -560,7 +562,6 @@
...
@@ -560,7 +562,6 @@
this
.
Load
+=
new
System
.
EventHandler
(
this
.
FrmTest_Load
);
this
.
Load
+=
new
System
.
EventHandler
(
this
.
FrmTest_Load
);
this
.
Shown
+=
new
System
.
EventHandler
(
this
.
FrmStoreBox_Shown
);
this
.
Shown
+=
new
System
.
EventHandler
(
this
.
FrmStoreBox_Shown
);
this
.
groupBox3
.
ResumeLayout
(
false
);
this
.
groupBox3
.
ResumeLayout
(
false
);
this
.
groupBox3
.
PerformLayout
();
this
.
panel1
.
ResumeLayout
(
false
);
this
.
panel1
.
ResumeLayout
(
false
);
this
.
panel1
.
PerformLayout
();
this
.
panel1
.
PerformLayout
();
this
.
contextMenuStrip1
.
ResumeLayout
(
false
);
this
.
contextMenuStrip1
.
ResumeLayout
(
false
);
...
...
source/
ACSingleStore
/FrmVMIClient.cs
→
source/
VMILineClient
/FrmVMIClient.cs
查看文件 @
6e37d6f
文件被删除
source/
ACSingleStore
/FrmVMIClient.resx
→
source/
VMILineClient
/FrmVMIClient.resx
查看文件 @
6e37d6f
文件被删除
source/
ACSingleStore
/ManagerUtil.cs
→
source/
VMILineClient
/ManagerUtil.cs
查看文件 @
6e37d6f
文件被删除
source/
ACSingleStore
/Program.cs
→
source/
VMILineClient
/Program.cs
查看文件 @
6e37d6f
文件被删除
source/
ACSingleStore
/Properties/AssemblyInfo.cs
→
source/
VMILineClient
/Properties/AssemblyInfo.cs
查看文件 @
6e37d6f
文件被删除
source/
ACSingleStore
/Properties/Resources.Designer.cs
→
source/
VMILineClient
/Properties/Resources.Designer.cs
查看文件 @
6e37d6f
文件被删除
source/
ACSingleStore
/Properties/Resources.resx
→
source/
VMILineClient
/Properties/Resources.resx
查看文件 @
6e37d6f
文件被删除
source/
ACSingleStore
/Properties/Settings.Designer.cs
→
source/
VMILineClient
/Properties/Settings.Designer.cs
查看文件 @
6e37d6f
文件被删除
source/
ACSingleStore
/Properties/Settings.settings
→
source/
VMILineClient
/Properties/Settings.settings
查看文件 @
6e37d6f
文件被删除
source/
ACSingleStore
/VMILineClient.csproj
→
source/
VMILineClient
/VMILineClient.csproj
查看文件 @
6e37d6f
文件被删除
source/
ACSingleStore
/box.ico
→
source/
VMILineClient
/box.ico
查看文件 @
6e37d6f
此文件类型无法预览
source/
ACSingleStore
/记录.txt
→
source/
VMILineClient
/记录.txt
查看文件 @
6e37d6f
文件被删除
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论