Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
顾剑亮
/
SmartCode
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
图表
网络
创建新的问题
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit c9d259dc
由
刘韬
编写于
2022-07-15 08:55:13 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
阳光电源
1 个父辈
1a16130e
显示空白字符变更
内嵌
并排
正在显示
18 个修改的文件
包含
7 行增加
和
2 行删除
.vs/扫码贴标/v16/.suo
MES_YangGuang/UsrYangGuang.cs
MES_YangGuang/bin/Debug/MES.dll
MES_YangGuang/bin/Debug/MES.pdb
MES_YangGuang/obj/Debug/MES.dll
MES_YangGuang/obj/Debug/MES.pdb
MES_YangGuang/obj/Debug/MES_YangGuang(阳光电源).csproj.AssemblyReference.cache
SmartCode/BLL/Config.cs
SmartCode/UI/FrmMain.cs
SmartCode/bin/Debug/Debug.zip
SmartCode/bin/Debug/MES.dll
SmartCode/bin/Debug/MES.pdb
SmartCode/bin/Debug/SmartCode.exe
SmartCode/bin/Debug/SmartCode.pdb
SmartCode/obj/Debug/DesignTimeResolveAssemblyReferences.cache
SmartCode/obj/Debug/SmartCode.csproj.AssemblyReference.cache
SmartCode/obj/Debug/SmartCode.exe
SmartCode/obj/Debug/SmartCode.pdb
.vs/扫码贴标/v16/.suo
查看文件 @
c9d259d
此文件类型无法预览
MES_YangGuang/UsrYangGuang.cs
查看文件 @
c9d259d
...
...
@@ -23,10 +23,11 @@ namespace MES
public
event
PrintEvent
Printing
;
public
event
SerialNoEvent
GetSN
;
public
User
()
public
User
(
string
mesip
)
{
InitializeComponent
();
printText
=
new
Dictionary
<
string
,
string
>();
_ip
=
mesip
;
}
/// <summary>
...
...
MES_YangGuang/bin/Debug/MES.dll
查看文件 @
c9d259d
此文件类型无法预览
MES_YangGuang/bin/Debug/MES.pdb
查看文件 @
c9d259d
此文件类型无法预览
MES_YangGuang/obj/Debug/MES.dll
查看文件 @
c9d259d
此文件类型无法预览
MES_YangGuang/obj/Debug/MES.pdb
查看文件 @
c9d259d
此文件类型无法预览
MES_YangGuang/obj/Debug/MES_YangGuang(阳光电源).csproj.AssemblyReference.cache
查看文件 @
c9d259d
此文件类型无法预览
SmartCode/BLL/Config.cs
查看文件 @
c9d259d
...
...
@@ -232,6 +232,7 @@ namespace BLL
/// IO的IP地址
/// </summary>
public
string
IOAddress
{
get
;
private
set
;
}
public
string
MES
{
get
;
private
set
;
}
/// <summary>
/// 用户权限
...
...
@@ -353,6 +354,8 @@ namespace BLL
Language
=
_node
.
InnerText
;
_node
=
_root
.
SelectSingleNode
(
"IOIP"
);
IOAddress
=
_node
.
InnerText
;
_node
=
_root
.
SelectSingleNode
(
"MES"
);
MES
=
_node
.
InnerText
;
}
catch
(
Exception
ex
)
...
...
SmartCode/UI/FrmMain.cs
查看文件 @
c9d259d
...
...
@@ -473,7 +473,8 @@ namespace SmartCode
{
try
{
userControl
=
new
MES
.
User
();
Common
.
log
.
Info
(
$
"MES:{Common.Config.MES}"
);
userControl
=
new
MES
.
User
(
Common
.
Config
.
MES
);
Control
ctl
=
userControl
.
GetControl
();
ctl
.
Location
=
new
Point
(
6
,
PnlUser
.
TitleHeight
+
6
);
ctl
.
Size
=
new
Size
(
PnlUser
.
Width
-
12
,
PnlUser
.
Height
-
PnlUser
.
TitleHeight
-
12
);
...
...
SmartCode/bin/Debug/Debug.zip
查看文件 @
c9d259d
此文件类型无法预览
SmartCode/bin/Debug/MES.dll
查看文件 @
c9d259d
此文件类型无法预览
SmartCode/bin/Debug/MES.pdb
查看文件 @
c9d259d
此文件类型无法预览
SmartCode/bin/Debug/SmartCode.exe
查看文件 @
c9d259d
此文件类型无法预览
SmartCode/bin/Debug/SmartCode.pdb
查看文件 @
c9d259d
此文件类型无法预览
SmartCode/obj/Debug/DesignTimeResolveAssemblyReferences.cache
查看文件 @
c9d259d
此文件类型无法预览
SmartCode/obj/Debug/SmartCode.csproj.AssemblyReference.cache
查看文件 @
c9d259d
此文件类型无法预览
SmartCode/obj/Debug/SmartCode.exe
查看文件 @
c9d259d
此文件类型无法预览
SmartCode/obj/Debug/SmartCode.pdb
查看文件 @
c9d259d
此文件类型无法预览
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论