Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
孙克
/
ACSingleStore
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit 56e9ed9a
由
几米阳光
编写于
2018-05-09 09:30:33 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
1
1 个父辈
c04197c8
显示空白字符变更
内嵌
并排
正在显示
9 个修改的文件
包含
24 行增加
和
20 行删除
ACSingleStore.sln
source/ACSingleStore/ACSingleStore.csproj
source/ACSingleStore/FrmStoreBox.Designer.cs
source/ACSingleStore/FrmStoreBox.cs
AcStoreWCF/AcStoreWCF.csproj → source/AcStoreWCF/AcStoreWCF.csproj
AcStoreWCF/App.config → source/AcStoreWCF/App.config
AcStoreWCF/CWSMDBox.cs → source/AcStoreWCF/CWSMDBox.cs
AcStoreWCF/ICWSMDBox.cs → source/AcStoreWCF/ICWSMDBox.cs
AcStoreWCF/Properties/AssemblyInfo.cs → source/AcStoreWCF/Properties/AssemblyInfo.cs
ACSingleStore.sln
查看文件 @
56e9ed9
...
...
@@ -15,7 +15,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UserFromControl", "source\U
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LoadCSVLibrary", "source\LoadCVSLibrary\LoadCSVLibrary.csproj", "{064BEBF5-8FAA-4EA2-A5F3-A06E6E7D9251}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AcStoreWCF", "AcStoreWCF\AcStoreWCF.csproj", "{BC133455-A1C9-4202-8489-16458C7FA5E5}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AcStoreWCF", "
source\
AcStoreWCF\AcStoreWCF.csproj", "{BC133455-A1C9-4202-8489-16458C7FA5E5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
...
...
source/ACSingleStore/ACSingleStore.csproj
查看文件 @
56e9ed9
...
...
@@ -200,7 +200,7 @@
</None>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\
..\
AcStoreWCF\AcStoreWCF.csproj">
<ProjectReference Include="..\AcStoreWCF\AcStoreWCF.csproj">
<Project>{bc133455-a1c9-4202-8489-16458c7fa5e5}</Project>
<Name>AcStoreWCF</Name>
</ProjectReference>
...
...
source/ACSingleStore/FrmStoreBox.Designer.cs
查看文件 @
56e9ed9
...
...
@@ -159,8 +159,8 @@
this
.
txtPosition1
=
new
System
.
Windows
.
Forms
.
TextBox
();
this
.
groupBox3
=
new
System
.
Windows
.
Forms
.
GroupBox
();
this
.
groupBox6
=
new
System
.
Windows
.
Forms
.
GroupBox
();
this
.
btnCloseWCF
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
btnOpenWCF
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
btnCloseWCF
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
groupBox5
.
SuspendLayout
();
this
.
groupBox1
.
SuspendLayout
();
this
.
groupBox2
.
SuspendLayout
();
...
...
@@ -1584,28 +1584,28 @@
// 启动ToolStripMenuItem
//
this
.
启动
ToolStripMenuItem
.
Name
=
"启动ToolStripMenuItem"
;
this
.
启动
ToolStripMenuItem
.
Size
=
new
System
.
Drawing
.
Size
(
1
80
,
22
);
this
.
启动
ToolStripMenuItem
.
Size
=
new
System
.
Drawing
.
Size
(
1
24
,
22
);
this
.
启动
ToolStripMenuItem
.
Text
=
"启动"
;
this
.
启动
ToolStripMenuItem
.
Click
+=
new
System
.
EventHandler
(
this
.
启动
ToolStripMenuItem_Click
);
//
// 停止ToolStripMenuItem
//
this
.
停止
ToolStripMenuItem
.
Name
=
"停止ToolStripMenuItem"
;
this
.
停止
ToolStripMenuItem
.
Size
=
new
System
.
Drawing
.
Size
(
1
80
,
22
);
this
.
停止
ToolStripMenuItem
.
Size
=
new
System
.
Drawing
.
Size
(
1
24
,
22
);
this
.
停止
ToolStripMenuItem
.
Text
=
"停止"
;
this
.
停止
ToolStripMenuItem
.
Click
+=
new
System
.
EventHandler
(
this
.
停止
ToolStripMenuItem_Click
);
//
// 复位ToolStripMenuItem
//
this
.
复位
ToolStripMenuItem
.
Name
=
"复位ToolStripMenuItem"
;
this
.
复位
ToolStripMenuItem
.
Size
=
new
System
.
Drawing
.
Size
(
1
80
,
22
);
this
.
复位
ToolStripMenuItem
.
Size
=
new
System
.
Drawing
.
Size
(
1
24
,
22
);
this
.
复位
ToolStripMenuItem
.
Text
=
"复位"
;
this
.
复位
ToolStripMenuItem
.
Click
+=
new
System
.
EventHandler
(
this
.
复位
ToolStripMenuItem_Click
);
//
// 回待机点ToolStripMenuItem
//
this
.
回待机点
ToolStripMenuItem
.
Name
=
"回待机点ToolStripMenuItem"
;
this
.
回待机点
ToolStripMenuItem
.
Size
=
new
System
.
Drawing
.
Size
(
1
80
,
22
);
this
.
回待机点
ToolStripMenuItem
.
Size
=
new
System
.
Drawing
.
Size
(
1
24
,
22
);
this
.
回待机点
ToolStripMenuItem
.
Text
=
"回待机点"
;
this
.
回待机点
ToolStripMenuItem
.
Click
+=
new
System
.
EventHandler
(
this
.
回待机点
ToolStripMenuItem_Click
);
//
...
...
@@ -1731,6 +1731,7 @@
//
// groupBox4
//
this
.
groupBox4
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)((
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Right
)));
this
.
groupBox4
.
Controls
.
Add
(
this
.
btnStart
);
this
.
groupBox4
.
Controls
.
Add
(
this
.
chb3
);
this
.
groupBox4
.
Controls
.
Add
(
this
.
chb2
);
...
...
@@ -1810,6 +1811,8 @@
//
// groupBox3
//
this
.
groupBox3
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)(((
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Left
)
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Right
)));
this
.
groupBox3
.
Controls
.
Add
(
this
.
lblWarnMsg
);
this
.
groupBox3
.
Controls
.
Add
(
this
.
lblThisSta
);
this
.
groupBox3
.
Location
=
new
System
.
Drawing
.
Point
(
603
,
28
);
...
...
@@ -1821,6 +1824,8 @@
//
// groupBox6
//
this
.
groupBox6
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)(((
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Left
)
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Right
)));
this
.
groupBox6
.
Controls
.
Add
(
this
.
btnOpenWCF
);
this
.
groupBox6
.
Controls
.
Add
(
this
.
btnCloseWCF
);
this
.
groupBox6
.
Location
=
new
System
.
Drawing
.
Point
(
603
,
645
);
...
...
@@ -1830,17 +1835,6 @@
this
.
groupBox6
.
TabStop
=
false
;
this
.
groupBox6
.
Text
=
"WCF测试"
;
//
// btnCloseWCF
//
this
.
btnCloseWCF
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
btnCloseWCF
.
Location
=
new
System
.
Drawing
.
Point
(
162
,
22
);
this
.
btnCloseWCF
.
Name
=
"btnCloseWCF"
;
this
.
btnCloseWCF
.
Size
=
new
System
.
Drawing
.
Size
(
105
,
28
);
this
.
btnCloseWCF
.
TabIndex
=
225
;
this
.
btnCloseWCF
.
Text
=
"关闭服务"
;
this
.
btnCloseWCF
.
UseVisualStyleBackColor
=
true
;
this
.
btnCloseWCF
.
Click
+=
new
System
.
EventHandler
(
this
.
btnCloseWCF_Click
);
//
// btnOpenWCF
//
this
.
btnOpenWCF
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
...
...
@@ -1852,6 +1846,17 @@
this
.
btnOpenWCF
.
UseVisualStyleBackColor
=
true
;
this
.
btnOpenWCF
.
Click
+=
new
System
.
EventHandler
(
this
.
btnOpenWCF_Click
);
//
// btnCloseWCF
//
this
.
btnCloseWCF
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
btnCloseWCF
.
Location
=
new
System
.
Drawing
.
Point
(
162
,
22
);
this
.
btnCloseWCF
.
Name
=
"btnCloseWCF"
;
this
.
btnCloseWCF
.
Size
=
new
System
.
Drawing
.
Size
(
105
,
28
);
this
.
btnCloseWCF
.
TabIndex
=
225
;
this
.
btnCloseWCF
.
Text
=
"关闭服务"
;
this
.
btnCloseWCF
.
UseVisualStyleBackColor
=
true
;
this
.
btnCloseWCF
.
Click
+=
new
System
.
EventHandler
(
this
.
btnCloseWCF_Click
);
//
// FrmStoreBox
//
this
.
AutoScaleDimensions
=
new
System
.
Drawing
.
SizeF
(
96F
,
96F
);
...
...
source/ACSingleStore/FrmStoreBox.cs
查看文件 @
56e9ed9
...
...
@@ -16,7 +16,6 @@ using log4net;
using
OnlineStore.DeviceLibrary
;
using
System.IO.Ports
;
using
OnlineStore.LoadCSVLibrary
;
using
AcStoreWCF
;
namespace
OnlineStore.ACSingleStore
{
...
...
AcStoreWCF/AcStoreWCF.csproj
→
source/
AcStoreWCF/AcStoreWCF.csproj
查看文件 @
56e9ed9
...
...
@@ -56,7 +56,7 @@
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\
source\
Common\Common.csproj">
<ProjectReference Include="..\Common\Common.csproj">
<Project>{43cdd09e-fcf3-4960-a01d-3bbfe9933122}</Project>
<Name>Common</Name>
</ProjectReference>
...
...
AcStoreWCF/App.config
→
source/
AcStoreWCF/App.config
查看文件 @
56e9ed9
文件被删除
AcStoreWCF/CWSMDBox.cs
→
source/
AcStoreWCF/CWSMDBox.cs
查看文件 @
56e9ed9
文件被删除
AcStoreWCF/ICWSMDBox.cs
→
source/
AcStoreWCF/ICWSMDBox.cs
查看文件 @
56e9ed9
文件被删除
AcStoreWCF/Properties/AssemblyInfo.cs
→
source/
AcStoreWCF/Properties/AssemblyInfo.cs
查看文件 @
56e9ed9
文件被删除
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论