Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
孙克
/
ACSingleStore
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit dd418320
由
LN
编写于
2019-07-19 15:05:07 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
界面调整
1 个父辈
3aae39eb
隐藏空白字符变更
内嵌
并排
正在显示
6 个修改的文件
包含
4 行增加
和
76 行删除
source/ACSingleStore/App.config
source/ACSingleStore/FormManager.cs
source/ACSingleStore/FrmAxisDebug.cs
source/ACSingleStore/FrmBase.cs
source/ACSingleStore/FrmIOStatus.cs
source/ACSingleStore/FrmStoreBox.cs
source/ACSingleStore/App.config
查看文件 @
dd41832
...
@@ -57,37 +57,4 @@
...
@@ -57,37 +57,4 @@
<
startup
>
<
startup
>
<
supportedRuntime
version
=
"v4.0"
sku
=
".NETFramework,Version=v4.6.1"
/>
<
supportedRuntime
version
=
"v4.0"
sku
=
".NETFramework,Version=v4.6.1"
/>
</
startup
>
</
startup
>
<!-- 部署服务库项目时,必须将配置文件的内容添加到
主机的
app
.
config
文件中。
System
.
Configuration
不支持库的配置文件。 -->
<
system
.
serviceModel
>
<
services
>
<
service
name
=
"AcStoreWCF.CWSMDBox"
>
<
endpoint
address
=
""
binding
=
"basicHttpBinding"
contract
=
"AcStoreWCF.ICWSMDBox"
>
<
identity
>
<
dns
value
=
"localhost"
/>
</
identity
>
</
endpoint
>
<
endpoint
address
=
"mex"
binding
=
"mexHttpBinding"
contract
=
"IMetadataExchange"
/>
<
host
>
<
baseAddresses
>
<
add
baseAddress
=
"http://localhost:8733/Design_Time_Addresses/AcStoreWCF/CWSMDBox/"
/>
</
baseAddresses
>
</
host
>
</
service
>
</
services
>
<
behaviors
>
<
serviceBehaviors
>
<
behavior
>
<!-- 为避免泄漏元数据信息,
请在部署前将以下值设置为
false
-->
<
serviceMetadata
httpGetEnabled
=
"True"
httpsGetEnabled
=
"True"
/>
<!-- 要接收故障异常详细信息以进行调试,
请将以下值设置为
true
。在部署前设置为
false
以避免泄漏异常信息 -->
<
serviceDebug
includeExceptionDetailInFaults
=
"False"
/>
</
behavior
>
</
serviceBehaviors
>
</
behaviors
>
</
system
.
serviceModel
>
</
configuration
>
</
configuration
>
source/ACSingleStore/FormManager.cs
查看文件 @
dd41832
...
@@ -66,34 +66,8 @@ namespace OnlineStore.ACSingleStore
...
@@ -66,34 +66,8 @@ namespace OnlineStore.ACSingleStore
}
}
return
returnList
;
return
returnList
;
}
}
//public static FrmAxisMoveConfig FrmAxisConfig = null;
//public static void ShowAxisConfig(AC_SA_BoxBean boxBean)
//{
// if (FormManager.FrmAxisConfig == null)
// {
// FormManager.FrmAxisConfig = new FrmAxisMoveConfig(boxBean);
// FormManager.FrmAxisConfig.Show();
// }
// else
// {
// //FormManager.FrmAxisConfig.ShowDialog();
// if (FormManager.FrmAxisConfig.IsDisposed)
// {
// FormManager.FrmAxisConfig = new FrmAxisMoveConfig(boxBean);
// FormManager.FrmAxisConfig.Show();
// }
// else
// {
// FormManager.FrmAxisConfig.Activate();
// }
// }
//}
private
static
FrmAxisDebug
debug
=
null
;
private
static
FrmAxisDebug
debug
=
null
;
public
static
void
ShowAxisDebug
(
AC_SA_BoxBean
store
)
public
static
void
ShowAxisDebug
(
AC_SA_BoxBean
store
)
{
{
...
...
source/ACSingleStore/FrmAxisDebug.cs
查看文件 @
dd41832
...
@@ -299,8 +299,7 @@ namespace OnlineStore.ACSingleStore
...
@@ -299,8 +299,7 @@ namespace OnlineStore.ACSingleStore
private
void
FrmAxisDebug_Shown
(
object
sender
,
EventArgs
e
)
private
void
FrmAxisDebug_Shown
(
object
sender
,
EventArgs
e
)
{
{
SetSkin
(
this
);
}
}
private
void
timer1_Tick
(
object
sender
,
EventArgs
e
)
private
void
timer1_Tick
(
object
sender
,
EventArgs
e
)
...
...
source/ACSingleStore/FrmBase.cs
查看文件 @
dd41832
...
@@ -46,10 +46,6 @@ namespace OnlineStore.ACSingleStore
...
@@ -46,10 +46,6 @@ namespace OnlineStore.ACSingleStore
InitializeComponent
();
InitializeComponent
();
//skinEngine1.SkinAllForm = false;
//skinEngine1.SkinAllForm = false;
}
}
public
void
SetSkin
(
FrmBase
preCon
)
{
//skinEngine1.SkinFile = FormManager.SkinFileName;
//LogUtil.info("当前皮肤:" + skinEngine1.SkinFile);
}
}
}
}
}
source/ACSingleStore/FrmIOStatus.cs
查看文件 @
dd41832
...
@@ -284,7 +284,6 @@ namespace OnlineStore.ACSingleStore
...
@@ -284,7 +284,6 @@ namespace OnlineStore.ACSingleStore
private
void
FrmIOStatus_Shown
(
object
sender
,
EventArgs
e
)
private
void
FrmIOStatus_Shown
(
object
sender
,
EventArgs
e
)
{
{
SetSkin
(
this
);
timer1
.
Start
();
timer1
.
Start
();
}
}
...
...
source/ACSingleStore/FrmStoreBox.cs
查看文件 @
dd41832
...
@@ -1019,16 +1019,9 @@ namespace OnlineStore.ACSingleStore
...
@@ -1019,16 +1019,9 @@ namespace OnlineStore.ACSingleStore
MessageBox
.
Show
(
"请先启动料仓!"
);
MessageBox
.
Show
(
"请先启动料仓!"
);
}
}
}
}
private
void
换肤
ToolStripMenuItem_Click
(
object
sender
,
EventArgs
e
)
{
FormManager
.
NextSkin
();
SetSkin
(
this
);
}
private
void
FrmStoreBox_Shown
(
object
sender
,
EventArgs
e
)
private
void
FrmStoreBox_Shown
(
object
sender
,
EventArgs
e
)
{
{
SetSkin
(
this
);
this
.
btnUpDownP1
.
ForeColor
=
System
.
Drawing
.
Color
.
Red
;
this
.
btnUpDownP1
.
ForeColor
=
System
.
Drawing
.
Color
.
Red
;
this
.
btnUpDownP2
.
ForeColor
=
System
.
Drawing
.
Color
.
Red
;
this
.
btnUpDownP2
.
ForeColor
=
System
.
Drawing
.
Color
.
Red
;
this
.
btnUpDownP3
.
ForeColor
=
System
.
Drawing
.
Color
.
Red
;
this
.
btnUpDownP3
.
ForeColor
=
System
.
Drawing
.
Color
.
Red
;
...
...
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论