@@ -5,7 +5,12 @@ object frmDashboard: TfrmDashboard
5
5
ClientHeight = 616
6
6
ClientWidth = 1046
7
7
Color = clWhite
8
- ParentFont = True
8
+ DoubleBuffered = True
9
+ Font.Charset = ANSI_CHARSET
10
+ Font.Color = clWindowText
11
+ Font.Height = -11
12
+ Font.Name = ' Segoe UI'
13
+ Font.Style = []
9
14
OldCreateOrder = False
10
15
ShowHint = True
11
16
PixelsPerInch = 96
@@ -58,14 +63,12 @@ object frmDashboard: TfrmDashboard
58
63
TabOrder = 0
59
64
object tsWinIpc: TKTabSheet
60
65
Caption = ' WinIPC'
61
- ExplicitWidth = 0
62
- ExplicitHeight = 0
63
66
object lblWinIPC: TLabel
64
67
AlignWithMargins = True
65
68
Left = 3
66
69
Top = 28
67
- Width = 307
68
- Height = 221
70
+ Width = 308
71
+ Height = 588
69
72
Align = alClient
70
73
Caption =
71
74
' Messages are exchanged between the source application and LogVie' +
@@ -84,6 +87,8 @@ object frmDashboard: TfrmDashboard
84
87
ParentFont = False
85
88
Transparent = True
86
89
WordWrap = True
90
+ ExplicitWidth = 307
91
+ ExplicitHeight = 221
87
92
end
88
93
object pnlWinIPCTitle: TPanel
89
94
Left = 0
@@ -106,14 +111,12 @@ object frmDashboard: TfrmDashboard
106
111
end
107
112
object tsWinOds: TKTabSheet
108
113
Caption = ' WinODS'
109
- ExplicitWidth = 0
110
- ExplicitHeight = 0
111
114
object lblWinods: TLabel
112
115
AlignWithMargins = True
113
116
Left = 3
114
117
Top = 28
115
118
Width = 308
116
- Height = 374
119
+ Height = 588
117
120
Align = alClient
118
121
Caption =
119
122
' This receiver captures messages from any local applicatiion that' +
@@ -138,6 +141,7 @@ object frmDashboard: TfrmDashboard
138
141
ParentFont = False
139
142
Transparent = True
140
143
WordWrap = True
144
+ ExplicitHeight = 374
141
145
end
142
146
object pnlWinodsTitle: TPanel
143
147
Left = 0
@@ -256,8 +260,6 @@ object frmDashboard: TfrmDashboard
256
260
end
257
261
object tsFileSystem: TKTabSheet
258
262
Caption = ' FileSystem'
259
- ExplicitWidth = 0
260
- ExplicitHeight = 0
261
263
object pnlFileSystemTitle: TPanel
262
264
Left = 0
263
265
Top = 0
@@ -288,8 +290,6 @@ object frmDashboard: TfrmDashboard
288
290
end
289
291
object tsComPort: TKTabSheet
290
292
Caption = ' COM port'
291
- ExplicitWidth = 0
292
- ExplicitHeight = 0
293
293
object pnlComPorts: TPanel
294
294
Left = 0
295
295
Top = 25
0 commit comments