Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
刘韬
/
1069_MIMO_PlUS
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit 241c92ef
由
lailai.xing
编写于
2025-07-04 14:42:30 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
去掉过滤重复调用的问题
1 个父辈
cf166248
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
6 行增加
和
16 行删除
Common/CodeResourceControl.cs
TheMachineNView/Form1.cs
Common/CodeResourceControl.cs
查看文件 @
241c92e
...
...
@@ -303,22 +303,13 @@ namespace OnlineStore
{
string
txt
=
""
;
bool
haslang
=
false
;
if
(
con
.
Tag
!=
null
&&
con
.
Tag
.
ToString
()
==
"not"
)
{
continue
;
}
string
strA
=
""
;
if
(
con
.
Text
.
Contains
(
"IO调试"
))
{
strA
=
con
.
Text
;
}
if
(
con
.
Text
.
Contains
(
"IO Debugging"
))
{
strA
=
con
.
Text
;
}
if
(
Con_GetTxt
(
con
,
out
txt
))
{
...
...
@@ -343,12 +334,11 @@ namespace OnlineStore
if
(
con
.
Controls
.
Count
>
0
&&
!
haslang
)
{
//kmon
if
(!(
con
.
Name
.
Contains
(
"tab_io"
)
||
con
.
Text
.
Contains
(
"tab_axis"
)
||
con
.
Text
.
Contains
(
"tab_store"
)
||
con
.
Text
.
Contains
(
"tab_setting"
)))
{
PreControlLanaguage
(
con
,
class
Name
+
"_"
+
con
.
Name
);
}
}
//Console.WriteLine(con is IList<Component>);
//Console.WriteLine(con is IList<Component>);
...
...
TheMachineNView/Form1.cs
查看文件 @
241c92e
...
...
@@ -693,8 +693,8 @@ namespace TheMachineNView
{
Camera
.
_cam
.
CloseAll
();
}
CodeLibrary
.
CodeResourceControl
.
CurrLanguage
=
CodeLibrary
.
CodeResourceControl
.
English
;
CodeLibrary
.
CodeResourceControl
.
GetLanguageEvent
+=
Crc_GetLanguageEvent
;
//
CodeLibrary.CodeResourceControl.CurrLanguage = CodeLibrary.CodeResourceControl.English;
//
CodeLibrary.CodeResourceControl.GetLanguageEvent += Crc_GetLanguageEvent;
CodeLibrary
.
FrmCodeDecodeNW
frm
=
new
CodeLibrary
.
FrmCodeDecodeNW
();
frm
.
CurrLanguage
=
Crc_GetLanguageEvent
();
crc
.
LanguageProcess
(
frm
);
...
...
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论