Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
Thick-Common
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
潘栩锋
Thick-Common
Commits
5776a385
Commit
5776a385
authored
Sep 06, 2019
by
潘栩锋
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加 WindowSize,LCUS 设置
parent
2422f671
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
5 deletions
+21
-5
SysParam.cs
Project.FLY.Thick.Base/FLY.Thick.Base.UI/SysParam.cs
+21
-5
No files found.
Project.FLY.Thick.Base/FLY.Thick.Base.UI/SysParam.cs
View file @
5776a385
...
...
@@ -70,18 +70,31 @@ namespace ThickTcpUiInWindow
/// </summary>
public
string
WarningTipPath
{
get
;
set
;
}
/// <summary>
/// 使用虚拟键盘
/// </summary>
public
virtual
bool
HaveOSK
{
get
;
set
;
}
public
bool
HaveOSK
{
get
;
set
;
}
/// <summary>
/// 虚拟键盘支持鼠标
/// </summary>
public
virtual
bool
HaveOSK_mouse
{
get
;
set
;
}
public
bool
HaveOSK_mouse
{
get
;
set
;
}
/// <summary>
/// list窗口大小
/// </summary>
public
int
WindowSize
{
get
;
set
;
}
=
30
;
/// <summary>
/// USB 继电器 串口地址
/// </summary>
public
string
LCUS1_PortName
{
get
;
set
;
}
=
"COM1"
;
/// <summary>
/// 使能USB 继电器
/// </summary>
public
bool
EnableLCUS1
{
get
;
set
;
}
#
endregion
/// <summary>
...
...
@@ -137,7 +150,10 @@ namespace ThickTcpUiInWindow
"Language"
,
"WarningTipPath"
,
"HaveOSK"
,
"HaveOSK_mouse"
"HaveOSK_mouse"
,
"WindowSize"
,
"LCUS1_PortName"
,
"EnableLCUS1"
};
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment