-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathuCommunicationTest.dfm
288 lines (288 loc) · 6.95 KB
/
uCommunicationTest.dfm
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
object frmCommunicationTest: TfrmCommunicationTest
Left = 0
Top = 0
BorderStyle = bsDialog
Caption = 'Communication Test'
ClientHeight = 393
ClientWidth = 648
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -10
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 12
object sPanel1: TsPanel
Left = 0
Top = 357
Width = 648
Height = 36
Margins.Left = 2
Margins.Top = 2
Margins.Right = 2
Margins.Bottom = 2
Align = alBottom
BevelOuter = bvNone
TabOrder = 0
SkinData.SkinSection = 'PANEL'
DesignSize = (
648
36)
object lblTestsStopped: TsLabel
Left = 7
Top = 12
Width = 313
Height = 13
Margins.Left = 2
Margins.Top = 2
Margins.Right = 2
Margins.Bottom = 2
Caption = 'Tests were stopped after the maximum of 50 rotations.'
ParentFont = False
Visible = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
UseSkinColor = False
end
object btnClose: TsButton
Left = 586
Top = 5
Width = 56
Height = 25
Margins.Left = 2
Margins.Top = 2
Margins.Right = 2
Margins.Bottom = 2
Anchors = [akLeft, akTop, akRight]
Caption = 'Close'
ImageIndex = 27
Images = DImages.PngImageList1
ModalResult = 8
TabOrder = 0
SkinData.SkinSection = 'BUTTON'
end
end
object sPanel2: TsPanel
Left = 0
Top = 0
Width = 648
Height = 357
Margins.Left = 2
Margins.Top = 2
Margins.Right = 2
Margins.Bottom = 2
Align = alClient
BevelOuter = bvNone
TabOrder = 1
SkinData.SkinSection = 'PANEL'
object sSplitter1: TsSplitter
Left = 325
Top = 0
Height = 357
SkinData.SkinSection = 'SPLITTER'
end
object sPanel3: TsPanel
Left = 0
Top = 0
Width = 325
Height = 357
Align = alLeft
TabOrder = 0
SkinData.SkinSection = 'PANEL'
object sPanel4: TsPanel
Left = 1
Top = 1
Width = 323
Height = 50
Align = alTop
TabOrder = 0
SkinData.SkinSection = 'PANEL'
DesignSize = (
323
50)
object sLabel1: TsLabel
Left = 1
Top = 1
Width = 321
Height = 13
Margins.Left = 2
Margins.Top = 2
Margins.Right = 2
Margins.Bottom = 2
Align = alTop
Alignment = taCenter
Caption = 'Test Log'
ParentFont = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ExplicitWidth = 48
end
object sButton1: TsButton
Left = 253
Top = 18
Width = 57
Height = 25
Margins.Left = 2
Margins.Top = 2
Margins.Right = 2
Margins.Bottom = 2
Anchors = [akTop, akRight]
Caption = 'Copy'
ImageIndex = 7
Images = DImages.PngImageList1
TabOrder = 0
OnClick = sButton1Click
SkinData.SkinSection = 'BUTTON'
end
object btnStopStart: TsButton
Left = 6
Top = 18
Width = 56
Height = 25
Margins.Left = 2
Margins.Top = 2
Margins.Right = 2
Margins.Bottom = 2
Anchors = [akLeft, akTop, akRight]
Caption = 'Start'
ImageIndex = 102
Images = DImages.PngImageList1
TabOrder = 1
OnClick = btnStopStartClick
SkinData.SkinSection = 'BUTTON'
end
end
object mmoLogs: TsMemo
AlignWithMargins = True
Left = 9
Top = 59
Width = 307
Height = 289
Margins.Left = 8
Margins.Top = 8
Margins.Right = 8
Margins.Bottom = 8
Align = alClient
Color = 3355443
Font.Charset = DEFAULT_CHARSET
Font.Color = 15724527
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 1
BoundLabel.Font.Charset = DEFAULT_CHARSET
BoundLabel.Font.Color = clWindowText
BoundLabel.Font.Height = -13
BoundLabel.Font.Name = 'Tahoma'
BoundLabel.Font.Style = []
SkinData.SkinSection = 'EDIT'
end
end
object sPanel5: TsPanel
Left = 331
Top = 0
Width = 317
Height = 357
Align = alClient
TabOrder = 1
SkinData.SkinSection = 'PANEL'
object sPanel6: TsPanel
Left = 1
Top = 1
Width = 315
Height = 50
Align = alTop
TabOrder = 0
SkinData.SkinSection = 'PANEL'
DesignSize = (
315
50)
object sLabel2: TsLabel
Left = 1
Top = 1
Width = 313
Height = 13
Margins.Left = 2
Margins.Top = 2
Margins.Right = 2
Margins.Bottom = 2
Align = alTop
Alignment = taCenter
Caption = 'Top Delays'
ParentFont = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ExplicitWidth = 62
end
object sButton2: TsButton
Left = 243
Top = 18
Width = 57
Height = 25
Margins.Left = 2
Margins.Top = 2
Margins.Right = 2
Margins.Bottom = 2
Anchors = [akTop, akRight]
Caption = 'Copy'
ImageIndex = 7
Images = DImages.PngImageList1
TabOrder = 0
OnClick = sButton2Click
SkinData.SkinSection = 'BUTTON'
end
end
object mmoTop: TsMemo
AlignWithMargins = True
Left = 2
Top = 59
Width = 306
Height = 289
Margins.Left = 1
Margins.Top = 8
Margins.Right = 8
Margins.Bottom = 8
Align = alClient
Color = 3355443
Font.Charset = DEFAULT_CHARSET
Font.Color = 15724527
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
ScrollBars = ssVertical
TabOrder = 1
BoundLabel.Font.Charset = DEFAULT_CHARSET
BoundLabel.Font.Color = clWindowText
BoundLabel.Font.Height = -13
BoundLabel.Font.Name = 'Tahoma'
BoundLabel.Font.Style = []
SkinData.SkinSection = 'EDIT'
end
end
end
object timTest: TTimer
Enabled = False
Interval = 200
OnTimer = timTestTimer
Left = 64
Top = 248
end
end