-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathunit_dashboard.lfm
More file actions
188 lines (188 loc) · 3.93 KB
/
Copy pathunit_dashboard.lfm
File metadata and controls
188 lines (188 loc) · 3.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
object FormDashboard: TFormDashboard
Left = 240
Height = 454
Top = 148
Width = 908
Caption = 'BizLawCoin - Dashboard'
ClientHeight = 454
ClientWidth = 908
OnActivate = FormActivate
OnClose = FormClose
LCLVersion = '1.8.4.0'
object Panel1: TPanel
Left = 0
Height = 50
Top = 0
Width = 908
Align = alTop
ClientHeight = 50
ClientWidth = 908
TabOrder = 0
object Button1: TButton
Left = 16
Height = 33
Hint = 'Sign up for the service, or change your settings.'
Top = 8
Width = 150
Caption = 'Account Settings'
OnClick = Button1Click
TabOrder = 0
end
object Button2: TButton
Left = 184
Height = 33
Top = 8
Width = 150
Caption = 'Make Transaction'
TabOrder = 1
end
end
object PanelBase: TPanel
Left = 0
Height = 404
Top = 50
Width = 908
Align = alClient
ClientHeight = 404
ClientWidth = 908
TabOrder = 1
OnClick = PanelBaseClick
object PanelTop: TPanel
Left = 1
Height = 167
Top = 1
Width = 906
Align = alTop
ClientHeight = 167
ClientWidth = 906
TabOrder = 0
object GroupBox1: TGroupBox
Left = 1
Height = 165
Top = 1
Width = 185
Align = alLeft
Caption = ' Node 1 (New York) '
ClientHeight = 147
ClientWidth = 183
TabOrder = 0
object MemoNode1: TMemo
Left = 0
Height = 147
Top = 0
Width = 183
Align = alClient
Color = 15189994
TabOrder = 0
end
end
object SplitterForTopSet: TSplitter
Left = 186
Height = 165
Top = 1
Width = 5
end
object GroupBox2: TGroupBox
Left = 191
Height = 165
Top = 1
Width = 714
Align = alClient
Caption = ' Node 2 (London) '
ClientHeight = 147
ClientWidth = 712
TabOrder = 2
object MemoNode2: TMemo
Left = 0
Height = 147
Top = 0
Width = 712
Align = alClient
Color = 14144686
TabOrder = 0
end
end
end
object PanelBottom: TPanel
Left = 1
Height = 211
Top = 173
Width = 906
Align = alClient
ClientHeight = 211
ClientWidth = 906
TabOrder = 1
object GroupBox3: TGroupBox
Left = 1
Height = 209
Top = 1
Width = 185
Align = alLeft
Caption = ' Node 3 (Tokyo) '
ClientHeight = 191
ClientWidth = 183
TabOrder = 0
object MemoNode3: TMemo
Left = 0
Height = 191
Top = 0
Width = 183
Align = alClient
Color = 9629890
TabOrder = 0
end
end
object SplitterForBottomSet: TSplitter
Left = 186
Height = 209
Top = 1
Width = 5
end
object GroupBox4: TGroupBox
Left = 191
Height = 209
Top = 1
Width = 714
Align = alClient
Caption = ' Node 4 (New Delhi)'
ClientHeight = 191
ClientWidth = 712
TabOrder = 2
object MemoNode4: TMemo
Left = 0
Height = 191
Top = 0
Width = 712
Align = alClient
Color = 7203562
TabOrder = 0
end
end
end
object Splitter1: TSplitter
Cursor = crVSplit
Left = 1
Height = 5
Top = 168
Width = 906
Align = alTop
ResizeAnchor = akTop
end
object StatusBar1: TStatusBar
Left = 1
Height = 19
Top = 384
Width = 906
Panels = <>
end
end
object IBConnection1: TIBConnection
Connected = False
LoginPrompt = False
KeepConnection = False
HostName = 'localhost'
CheckTransactionParams = False
left = 360
top = 122
end
end