-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathUnitWebsocket.fmx
404 lines (404 loc) · 11.1 KB
/
UnitWebsocket.fmx
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
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
object MainUnit: TMainUnit
Left = 0
Top = 0
Caption = 'Form1'
ClientHeight = 400
ClientWidth = 1039
FormFactor.Width = 320
FormFactor.Height = 480
FormFactor.Devices = [Desktop]
OnCreate = FormCreate
DesignerMasterStyle = 0
object Rectangle1: TRectangle
Align = Client
Fill.Color = xFFF8F9FA
Size.Width = 1039.000000000000000000
Size.Height = 400.000000000000000000
Size.PlatformDefault = False
Stroke.Color = xFF6C757D
end
object GridPanelLayout1: TGridPanelLayout
Align = Client
Padding.Left = 3.000000000000000000
Padding.Top = 3.000000000000000000
Padding.Right = 3.000000000000000000
Padding.Bottom = 3.000000000000000000
Size.Width = 1039.000000000000000000
Size.Height = 400.000000000000000000
Size.PlatformDefault = False
TabOrder = 1
ColumnCollection = <
item
Value = 40.000000000000000000
end
item
Value = 60.000000000000000000
end>
ControlCollection = <
item
Column = 0
Control = GridPanelLayout2
Row = 0
end
item
Column = 0
Control = GridPanelLayout3
Row = 1
end
item
Column = 0
Control = Layout1
Row = 2
end
item
Column = 1
Control = Beautify
Row = 0
end
item
Column = 1
Control = Layout2
Row = 1
RowSpan = 2
end>
RowCollection = <
item
Value = 15.000000000000000000
end
item
Value = 15.000000000000000000
end
item
Value = 70.000000000000000000
end>
object GridPanelLayout2: TGridPanelLayout
Align = Client
Size.Width = 409.600006103515600000
Size.Height = 54.000000000000000000
Size.PlatformDefault = False
TabOrder = 0
ColumnCollection = <
item
Value = 50.000000000000000000
end
item
Value = 50.000000000000000000
end>
ControlCollection = <
item
Column = 0
Control = Connection
Row = 0
end
item
Column = 0
Control = OpenConnection
Row = 1
end
item
Column = 1
Control = CloseConnection
Row = 1
end>
RowCollection = <
item
Value = 50.000000000000000000
end
item
Value = 50.000000000000000000
end>
object Connection: TLabel
Align = Left
AutoSize = True
StyledSettings = [Family, Size, FontColor]
Size.Width = 200.000000000000000000
Size.Height = 27.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.StyleExt = {00070000000000000004000000}
Text = 'Connection'
TabOrder = 0
end
object OpenConnection: TCornerButton
Align = Client
Margins.Right = 7.000000000000000000
Sides = [Top, Left, Bottom, Right]
Size.Width = 197.800003051757800000
Size.Height = 27.000000000000000000
Size.PlatformDefault = False
TabOrder = 1
Text = 'Open Connection'
XRadius = 12.000000000000000000
YRadius = 12.000000000000000000
OnClick = OpenConnectionClick
end
object CloseConnection: TCornerButton
Align = Client
Margins.Left = 7.000000000000000000
Sides = [Top, Left, Bottom, Right]
Size.Width = 197.800003051757800000
Size.Height = 27.000000000000000000
Size.PlatformDefault = False
TabOrder = 2
Text = 'Close Connection'
XRadius = 12.000000000000000000
YRadius = 12.000000000000000000
OnClick = CloseConnectionClick
end
end
object GridPanelLayout3: TGridPanelLayout
Align = Client
Size.Width = 409.600006103515600000
Size.Height = 54.000000000000000000
Size.PlatformDefault = False
TabOrder = 1
ColumnCollection = <
item
Value = 33.333333333333340000
end
item
Value = 33.333333333333340000
end
item
Value = 33.333333333333340000
end>
ControlCollection = <
item
Column = 0
Control = Messages
Row = 0
end
item
Column = 0
Control = Subscribe
Row = 1
end
item
Column = 1
Control = Unsubscribe
Row = 1
end
item
Column = 2
Control = Reset
Row = 1
end>
RowCollection = <
item
Value = 50.000000000000000000
end
item
Value = 50.000000000000000000
end>
object Messages: TLabel
Align = Left
AutoSize = True
StyledSettings = [Family, Size, FontColor]
Size.Width = 134.000000000000000000
Size.Height = 27.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.StyleExt = {00070000000000000004000000}
Text = 'Messages'
TabOrder = 0
end
object Subscribe: TCornerButton
Align = Client
Corners = [TopLeft, BottomLeft]
Sides = [Top, Left, Bottom, Right]
Size.Width = 136.533340454101600000
Size.Height = 27.000000000000000000
Size.PlatformDefault = False
TabOrder = 1
Text = 'Subscribe'
XRadius = 12.000000000000000000
YRadius = 12.000000000000000000
OnClick = SubscribeClick
end
object Unsubscribe: TCornerButton
Align = Client
Sides = [Top, Left, Bottom, Right]
Size.Width = 136.533340454101600000
Size.Height = 27.000000000000000000
Size.PlatformDefault = False
TabOrder = 2
Text = 'Unsubscribe'
XRadius = 3.000000000000000000
YRadius = 3.000000000000000000
OnClick = UnsubscribeClick
end
object Reset: TCornerButton
Align = Client
Corners = [TopRight, BottomRight]
Sides = [Top, Left, Bottom, Right]
Size.Width = 136.533355712890600000
Size.Height = 27.000000000000000000
Size.PlatformDefault = False
TabOrder = 3
Text = 'Reset'
XRadius = 12.000000000000000000
YRadius = 12.000000000000000000
OnClick = ResetClick
end
end
object Layout1: TLayout
Align = Client
Size.Width = 409.600006103515600000
Size.Height = 274.000000000000000000
Size.PlatformDefault = False
TabOrder = 3
object Memo1: TMemo
Touch.InteractiveGestures = [Pan, LongTap, DoubleTap]
DataDetectorTypes = []
Lines.Strings = (
'JSON Message')
Align = Top
HelpType = htKeyword
Margins.Bottom = 7.000000000000000000
Size.Width = 409.600006103515600000
Size.Height = 105.000000000000000000
Size.PlatformDefault = False
TabOrder = 0
Viewport.Width = 405.600000000000000000
Viewport.Height = 101.000000000000000000
end
object GridPanelLayout4: TGridPanelLayout
Align = Top
Position.Y = 112.000000000000000000
Size.Width = 409.600006103515600000
Size.Height = 30.000000000000000000
Size.PlatformDefault = False
TabOrder = 2
ColumnCollection = <
item
Value = 30.000000000000020000
end
item
Value = 69.999999999999990000
end>
ControlCollection = <
item
Column = 0
Control = Send
Row = 0
end
item
Column = 1
Control = Price
Row = 0
end>
RowCollection = <
item
Value = 100.000000000000000000
end>
object Send: TCornerButton
Align = Client
Sides = [Top, Left, Bottom, Right]
Size.Width = 122.880004882812500000
Size.Height = 30.000000000000000000
Size.PlatformDefault = False
TabOrder = 1
Text = 'Send'
XRadius = 12.000000000000000000
YRadius = 12.000000000000000000
OnClick = SendClick
end
object Price: TLabel
Anchors = []
Position.X = 206.240005493164100000
Position.Y = 6.500000000000000000
Text = 'Price'
TabOrder = 2
end
end
object GridPanelLayout5: TGridPanelLayout
Align = Client
Margins.Top = 7.000000000000000000
Margins.Bottom = 7.000000000000000000
Size.Width = 409.600006103515600000
Size.Height = 118.000000000000000000
Size.PlatformDefault = False
TabOrder = 1
ColumnCollection = <
item
Value = 100.000000000000000000
end>
ControlCollection = <
item
Column = 0
Control = FlowLayoutPrices
Row = 0
end>
RowCollection = <
item
Value = 100.000000000000000000
end>
object FlowLayoutPrices: TFlowLayout
Align = Contents
Size.Width = 409.600006103515600000
Size.Height = 118.000000000000000000
Size.PlatformDefault = False
TabOrder = 0
Justify = Left
JustifyLastLine = Left
FlowDirection = LeftToRight
end
end
end
object Beautify: TCornerButton
Align = Right
Margins.Left = 7.000000000000000000
Position.X = 911.000000000000000000
Position.Y = 3.000000000000000000
Sides = [Top, Left, Bottom, Right]
Size.Width = 125.000000000000000000
Size.Height = 54.000000000000000000
Size.PlatformDefault = False
TabOrder = 2
Text = 'Beautify'
XRadius = 12.000000000000000000
YRadius = 12.000000000000000000
end
object Layout2: TLayout
Align = Client
Size.Width = 617.400024414062500000
Size.Height = 334.000000000000000000
Size.PlatformDefault = False
TabOrder = 4
object DisplayMemo: TMemo
Touch.InteractiveGestures = [Pan, LongTap, DoubleTap]
DataDetectorTypes = []
Align = Left
Size.Width = 417.000000000000000000
Size.Height = 334.000000000000000000
Size.PlatformDefault = False
TabOrder = 0
Viewport.Width = 413.000000000000000000
Viewport.Height = 330.000000000000000000
end
object Splitter1: TSplitter
Align = Left
Cursor = crHSplit
MinSize = 20.000000000000000000
Position.X = 417.000000000000000000
Size.Width = 2.000000000000000000
Size.Height = 334.000000000000000000
Size.PlatformDefault = False
end
object Memo2: TMemo
Touch.InteractiveGestures = [Pan, LongTap, DoubleTap]
DataDetectorTypes = []
Align = Client
Size.Width = 198.400024414062500000
Size.Height = 334.000000000000000000
Size.PlatformDefault = False
TabOrder = 1
Viewport.Width = 194.400000000000000000
Viewport.Height = 330.000000000000000000
end
end
end
object Timer1: TTimer
Interval = 17000
Left = 435
Top = 11
end
end