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
40676c70
Commit
40676c70
authored
Jul 31, 2021
by
潘栩锋
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加 OnInit 添加注解
parent
2d95cf90
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
38 additions
and
0 deletions
+38
-0
LCUS1_dependOn.cs
...Y.Thick.Base/FLY.Thick.Base.UI/DependOn/LCUS1_dependOn.cs
+3
-0
WarningSystem2ServiceClientWithName.cs
...k.Base.UI/DependOn/WarningSystem2ServiceClientWithName.cs
+4
-0
OnInitAutoScan.cs
...FLY.Thick.Base/FLY.Thick.Base.UI/OnInit/OnInitAutoScan.cs
+3
-0
OnInitError.cs
...ct.FLY.Thick.Base/FLY.Thick.Base.UI/OnInit/OnInitError.cs
+6
-0
OnInitGageCommand.cs
....Thick.Base/FLY.Thick.Base.UI/OnInit/OnInitGageCommand.cs
+3
-0
OnInitLanguage.cs
...FLY.Thick.Base/FLY.Thick.Base.UI/OnInit/OnInitLanguage.cs
+3
-0
OnInitLcus1_Multi.cs
....Thick.Base/FLY.Thick.Base.UI/OnInit/OnInitLcus1_Multi.cs
+3
-0
OnInitLcus1_One.cs
...LY.Thick.Base/FLY.Thick.Base.UI/OnInit/OnInitLcus1_One.cs
+3
-0
OnInitOSK.cs
Project.FLY.Thick.Base/FLY.Thick.Base.UI/OnInit/OnInitOSK.cs
+3
-0
OnInitWarnings.cs
...FLY.Thick.Base/FLY.Thick.Base.UI/OnInit/OnInitWarnings.cs
+7
-0
No files found.
Project.FLY.Thick.Base/FLY.Thick.Base.UI/DependOn/LCUS1_dependOn.cs
View file @
40676c70
...
...
@@ -7,6 +7,9 @@ using System.Threading.Tasks;
namespace
FLY.Thick.Base.UI
{
/// <summary>
/// LCUS1 绑定 全局参数字典ParamDictionary 的配置
/// </summary>
public
class
LCUS1_dependOn
:
LCUS1
{
ParamDictionary
paramDictionary
;
...
...
Project.FLY.Thick.Base/FLY.Thick.Base.UI/DependOn/WarningSystem2ServiceClientWithName.cs
View file @
40676c70
...
...
@@ -7,6 +7,10 @@ using System.Threading.Tasks;
namespace
FLY.Thick.Base.UI
{
/// <summary>
/// 报警服务 的带设备名称 版本
/// </summary>
public
class
WarningSystem2ServiceClientWithName
:
WarningSystem2ServiceClient
{
public
string
DevName
{
get
;
private
set
;
}
...
...
Project.FLY.Thick.Base/FLY.Thick.Base.UI/OnInit/OnInitAutoScan.cs
View file @
40676c70
...
...
@@ -9,6 +9,9 @@ using System.Threading.Tasks;
namespace
FLY.Thick.Base.UI.OnInit
{
/// <summary>
/// 显示 自动扫描 提示, 只是负责显示而已
/// </summary>
public
class
OnInitAutoScan
:
IOnInit
{
FLY
.
OBJComponents
.
IService
.
IWarningSystem2Service
warningService
;
...
...
Project.FLY.Thick.Base/FLY.Thick.Base.UI/OnInit/OnInitError.cs
View file @
40676c70
...
...
@@ -14,6 +14,12 @@ using FLY.Thick.Base.Common;
namespace
FLY.Thick.Base.UI.OnInit
{
/// <summary>
/// ERRNOs.Instance.SCAN_ERRNO_OVERCTRL
/// ERRNOs.Instance.SCAN_ERRNO_OVERTOL
/// 扫描报警时,全屏显示
/// </summary>
public
class
OnInitError
:
IOnInit
{
#
region
延时推送
MARKNO
...
...
Project.FLY.Thick.Base/FLY.Thick.Base.UI/OnInit/OnInitGageCommand.cs
View file @
40676c70
...
...
@@ -13,6 +13,9 @@ using FLY.Thick.Base.UI;
namespace
FLY.Thick.Base.UI.OnInit
{
/// <summary>
/// F1~F5 动作
/// </summary>
public
class
OnInitGageCommand
:
IOnInit
{
Window
window
;
...
...
Project.FLY.Thick.Base/FLY.Thick.Base.UI/OnInit/OnInitLanguage.cs
View file @
40676c70
...
...
@@ -11,6 +11,9 @@ using System.Windows;
namespace
FLY.Thick.Base.UI.OnInit
{
/// <summary>
/// 语言切换,现在没法用 UI没做英语翻译
/// </summary>
public
class
OnInitLanguage
:
IOnInit
{
ParamDictionary
paramDictionary
;
...
...
Project.FLY.Thick.Base/FLY.Thick.Base.UI/OnInit/OnInitLcus1_Multi.cs
View file @
40676c70
...
...
@@ -9,6 +9,9 @@ using Unity;
namespace
FLY.Thick.Base.UI.OnInit
{
/// <summary>
/// LCUS1 USB继电器模块, 监听 WarningSystemManager
/// </summary>
public
class
OnInitLcus1_Multi
:
IOnInit
{
public
int
Level
{
get
;
private
set
;
}
...
...
Project.FLY.Thick.Base/FLY.Thick.Base.UI/OnInit/OnInitLcus1_One.cs
View file @
40676c70
...
...
@@ -9,6 +9,9 @@ using Unity;
namespace
FLY.Thick.Base.UI.OnInit
{
/// <summary>
/// LCUS1 USB继电器模块, 监听 单个报警服务 IWarningSystem2Service
/// </summary>
public
class
OnInitLcus1_One
:
IOnInit
{
public
int
Level
{
get
;
private
set
;
}
...
...
Project.FLY.Thick.Base/FLY.Thick.Base.UI/OnInit/OnInitOSK.cs
View file @
40676c70
...
...
@@ -11,6 +11,9 @@ using Unity;
namespace
FLY.Thick.Base.UI.OnInit
{
/// <summary>
/// 虚拟键盘
/// </summary>
public
class
OnInitOSK
:
IOnInit
{
ParamDictionary
paramDictionary
;
...
...
Project.FLY.Thick.Base/FLY.Thick.Base.UI/OnInit/OnInitWarnings.cs
View file @
40676c70
...
...
@@ -18,6 +18,9 @@ using System.Collections.ObjectModel;
namespace
FLY.Thick.Base.UI.OnInit
{
/// <summary>
/// 监听 WarningSystemManager 的报警。 周期一个个显示 报警列表的内容
/// </summary>
public
class
OnInitWarnings
:
IOnInit
{
public
int
Level
{
get
;
private
set
;
}
...
...
@@ -98,6 +101,10 @@ namespace FLY.Thick.Base.UI.OnInit
}
}
/// <summary>
/// 从 warnings.service 容器获取全部 报警服务, 把 全部报警服务的报警内容 整合到 Errors
/// </summary>
public
class
WarningSystemManager
:
INotifyPropertyChanged
{
public
event
PropertyChangedEventHandler
PropertyChanged
;
...
...
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