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
02ab8eb9
Commit
02ab8eb9
authored
Dec 17, 2018
by
潘栩锋
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改 Project.FLY.Thick.Base/FLY.Thick.Base.UI
parent
7493d309
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
FLYLayoutManager.cs
Project.FLY.Thick.Base/FLY.Thick.Base.UI/FLYLayoutManager.cs
+1
-0
FLYLayout.cs
...ct.FLY.Thick.Base/FLY.Thick.Base.UI/UIModule/FLYLayout.cs
+8
-4
No files found.
Project.FLY.Thick.Base/FLY.Thick.Base.UI/FLYLayoutManager.cs
View file @
02ab8eb9
...
...
@@ -76,6 +76,7 @@ namespace ThickTcpUiInWindow
/// </summary>
/// <param name="tabControl"></param>
/// <param name="stackpanel_dynarea"></param>
/// <param name="stackpanel_menu"></param>
/// <param name="layout"></param>
public
void
Init
(
TabControl
tabControl
,
StackPanel
stackpanel_dynarea
,
StackPanel
stackpanel_menu
,
UIModule
.
FLYLayout
layout
)
...
...
Project.FLY.Thick.Base/FLY.Thick.Base.UI/UIModule/FLYLayout.cs
View file @
02ab8eb9
...
...
@@ -26,7 +26,7 @@ namespace ThickTcpUiInWindow.UIModule
public
List
<
GraphTabItem
>
Items
{
get
;
}
=
new
List
<
GraphTabItem
>();
private
int
dynareawidth
=
40
0
;
private
int
dynareawidth
=
25
0
;
/// <summary>
/// 动态区宽度
/// </summary>
...
...
@@ -52,7 +52,12 @@ namespace ThickTcpUiInWindow.UIModule
/// <summary>
/// 动态区显示
/// </summary>
public
bool
IsDynAreaVisible
{
get
;
set
;
}
public
bool
IsDynAreaVisible
{
get
;
set
;
}
=
true
;
/// <summary>
/// 当前选了menu, 这个不需要保存
/// </summary>
public
bool
IsInMenuSelect
{
get
;
set
;
}
/// <summary>
/// 测厚仪的状态不同状态,显示的页面
/// </summary>
...
...
@@ -64,7 +69,7 @@ namespace ThickTcpUiInWindow.UIModule
public
int
Top
{
get
;
set
;
}
public
int
Width
{
get
;
set
;
}
=
1024
;
public
int
Height
{
get
;
set
;
}
=
768
;
public
WindowState
WindowState
{
get
;
set
;
}
public
WindowState
WindowState
{
get
;
set
;
}
=
WindowState
.
Maximized
;
#
endregion
/// <summary>
/// 文件路径
...
...
@@ -92,7 +97,6 @@ namespace ThickTcpUiInWindow.UIModule
/// </summary>
public
FLYLayout
()
{
Load
();
}
/// <summary>
...
...
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