File tree Expand file tree Collapse file tree 8 files changed +401
-273
lines changed Expand file tree Collapse file tree 8 files changed +401
-273
lines changed Original file line number Diff line number Diff line change @@ -2,23 +2,49 @@ object FrameInfo: TFrameInfo
22 Left = 0
33 Top = 0
44 Width = 924
5- Height = 104
5+ Height = 108
66 TabOrder = 0
7+ object Splitter1: TSplitter
8+ Left = 75
9+ Top = 0
10+ Height = 108
11+ ResizeStyle = rsUpdate
12+ ExplicitLeft = 160
13+ ExplicitTop = 48
14+ ExplicitHeight = 100
15+ end
16+ object Splitter2: TSplitter
17+ Left = 318
18+ Top = 0
19+ Height = 108
20+ ResizeStyle = rsUpdate
21+ ExplicitLeft = 408
22+ ExplicitTop = 64
23+ ExplicitHeight = 100
24+ end
25+ object Splitter3: TSplitter
26+ Left = 561
27+ Top = 0
28+ Height = 108
29+ ResizeStyle = rsUpdate
30+ ExplicitLeft = 560
31+ ExplicitHeight = 104
32+ end
733 object Panel1: TPanel
834 Left = 0
935 Top = 0
1036 Width = 75
11- Height = 104
37+ Height = 108
1238 Align = alLeft
39+ BevelKind = bkTile
1340 BevelOuter = bvNone
1441 Caption = ' '
1542 TabOrder = 0
16- ExplicitHeight = 105
1743 object Image1: TImage
1844 Left = 0
1945 Top = 0
20- Width = 64
21- Height = 64
46+ Width = 71
47+ Height = 104
2248 Align = alClient
2349 AutoSize = True
2450 Center = True
@@ -122,15 +148,16 @@ object FrameInfo: TFrameInfo
122148 end
123149 end
124150 object Panel2: TPanel
125- Left = 75
151+ Left = 78
126152 Top = 0
127153 Width = 240
128- Height = 104
154+ Height = 108
129155 Align = alLeft
156+ BevelKind = bkTile
130157 BevelOuter = bvNone
131158 Caption = ' '
132159 TabOrder = 1
133- ExplicitTop = 1
160+ ExplicitLeft = 83
134161 object lblCurrentBlockCaption: TLabel
135162 Left = 55
136163 Top = 7
@@ -228,17 +255,16 @@ object FrameInfo: TFrameInfo
228255 end
229256 end
230257 object Panel3: TPanel
231- Left = 315
258+ Left = 321
232259 Top = 0
233260 Width = 240
234- Height = 104
261+ Height = 108
235262 Align = alLeft
263+ BevelKind = bkSoft
236264 BevelOuter = bvNone
237265 Caption = ' '
238266 TabOrder = 2
239- ExplicitLeft = 309
240- ExplicitTop = -1
241- ExplicitHeight = 105
267+ ExplicitLeft = 318
242268 object lblTimeAverage: TLabel
243269 Left = 104
244270 Top = 26
@@ -347,17 +373,17 @@ object FrameInfo: TFrameInfo
347373 end
348374 end
349375 object Panel4: TPanel
350- Left = 555
376+ Left = 564
351377 Top = 0
352- Width = 369
353- Height = 104
378+ Width = 360
379+ Height = 108
354380 Align = alClient
381+ BevelKind = bkTile
355382 BevelOuter = bvNone
356383 Caption = ' '
357384 TabOrder = 3
358385 ExplicitLeft = 561
359- ExplicitTop = -1
360- ExplicitHeight = 105
386+ ExplicitWidth = 363
361387 object lblReceivedMessages: TLabel
362388 Left = 6
363389 Top = 36
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ interface
1111 TFrameInfo = class (TFrame)
1212 Panel1: TPanel;
1313 Image1: TImage;
14+ Splitter1: TSplitter;
1415 Panel2: TPanel;
1516 lblCurrentBlockCaption: TLabel;
1617 lblCurrentBlock: TLabel;
@@ -20,17 +21,23 @@ TFrameInfo = class(TFrame)
2021 lblOperationsPending: TLabel;
2122 lblMiningStatusCaption: TLabel;
2223 lblMinersClients: TLabel;
24+ lblNodeCaption: TLabel;
2325 lblNodeStatus: TLabel;
26+ Splitter2: TSplitter;
2427 Panel3: TPanel;
2528 lblTimeAverage: TLabel;
29+ lblTimeAverageCaption: TLabel;
30+ lblCurrentAccountsCaption: TLabel;
2631 lblCurrentAccounts: TLabel;
2732 lblTimeAverageAux: TLabel;
33+ lblBlocksFoundCaption: TLabel;
2834 lblBlocksFound: TLabel;
35+ lblCurrentDifficultyCaption: TLabel;
36+ lblCurrentDifficulty: TLabel;
37+ Splitter3: TSplitter;
2938 Panel4: TPanel;
3039 lblReceivedMessages: TLabel;
3140 lblBuild: TLabel;
32- lblCurrentDifficultyCaption: TLabel;
33- lblCurrentDifficulty: TLabel;
3441
3542 private
3643 { Private declarations }
You can’t perform that action at this time.
0 commit comments