-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdlgSwapLanes.dfm
409 lines (409 loc) · 10 KB
/
dlgSwapLanes.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
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
405
406
407
408
409
object SwapLanes: TSwapLanes
Left = 0
Top = 0
BorderStyle = bsDialog
Caption = 'Swap Lanes ...'
ClientHeight = 156
ClientWidth = 660
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = []
KeyPreview = True
Position = poOwnerFormCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
OnKeyDown = FormKeyDown
TextHeight = 19
object Panel1: TPanel
Left = 0
Top = 0
Width = 660
Height = 109
Align = alClient
TabOrder = 0
ExplicitTop = 8
ExplicitWidth = 705
ExplicitHeight = 110
object Label1: TLabel
Left = 19
Top = 23
Width = 43
Height = 19
Alignment = taRightJustify
Caption = 'Heat :'
end
object Label2: TLabel
Left = 19
Top = 71
Width = 43
Height = 19
Alignment = taRightJustify
Caption = 'Heat :'
end
object Label3: TLabel
Left = 202
Top = 23
Width = 44
Height = 19
Alignment = taRightJustify
Caption = 'Lane :'
end
object Label4: TLabel
Left = 202
Top = 71
Width = 44
Height = 19
Alignment = taRightJustify
Caption = 'Lane :'
end
object Shape1: TShape
Left = 32
Top = 57
Width = 600
Height = 4
end
object DBText1: TDBText
Left = 413
Top = 23
Width = 89
Height = 17
Alignment = taRightJustify
DataField = 'FirstName'
DataSource = dsFNameA
end
object DBText2: TDBText
Left = 413
Top = 71
Width = 89
Height = 17
Alignment = taRightJustify
DataField = 'FirstName'
DataSource = dsFNameB
end
object DBText3: TDBText
Left = 508
Top = 23
Width = 71
Height = 19
AutoSize = True
DataField = 'LastName'
DataSource = dsFNameA
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
end
object DBText4: TDBText
Left = 508
Top = 71
Width = 71
Height = 19
AutoSize = True
DataField = 'LastName'
DataSource = dsFNameB
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
end
object DBText5: TDBText
Left = 68
Top = 23
Width = 33
Height = 21
Alignment = taCenter
Color = clBtnHighlight
DataField = 'HeatNum'
DataSource = dsHeatA
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
Transparent = True
end
object DBText6: TDBText
Left = 68
Top = 71
Width = 33
Height = 21
Alignment = taCenter
Color = clBtnHighlight
DataField = 'HeatNum'
DataSource = dsHeatB
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
Transparent = True
end
object DBText7: TDBText
Left = 252
Top = 23
Width = 33
Height = 21
Alignment = taCenter
Color = clBtnHighlight
DataField = 'Lane'
DataSource = dsEntrantA
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
Transparent = True
end
object DBText8: TDBText
Left = 252
Top = 71
Width = 33
Height = 21
Alignment = taCenter
Color = clBtnHighlight
DataField = 'Lane'
DataSource = dsEntrantB
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
Transparent = True
end
object DBNavigator1: TDBNavigator
Left = 107
Top = 19
Width = 68
Height = 32
DataSource = dsHeatA
VisibleButtons = [nbPrior, nbNext]
TabOrder = 0
end
object DBNavigator2: TDBNavigator
Left = 107
Top = 67
Width = 68
Height = 32
DataSource = dsHeatB
VisibleButtons = [nbPrior, nbNext]
TabOrder = 2
end
object DBNavigator3: TDBNavigator
Left = 291
Top = 67
Width = 68
Height = 32
DataSource = dsEntrantB
VisibleButtons = [nbPrior, nbNext]
TabOrder = 3
end
object DBNavigator4: TDBNavigator
Left = 291
Top = 19
Width = 68
Height = 32
DataSource = dsEntrantA
VisibleButtons = [nbPrior, nbNext]
TabOrder = 1
end
end
object Panel2: TPanel
Left = 0
Top = 109
Width = 660
Height = 47
Align = alBottom
TabOrder = 1
ExplicitTop = 110
ExplicitWidth = 705
DesignSize = (
660
47)
object btnCancel: TButton
Left = 395
Top = 6
Width = 91
Height = 35
Anchors = [akTop, akRight]
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 0
OnClick = btnCancelClick
ExplicitLeft = 444
end
object btnSwapLanes: TButton
Left = 492
Top = 6
Width = 108
Height = 35
Anchors = [akTop, akRight]
Caption = 'Swap Lanes'
Default = True
ModalResult = 1
TabOrder = 1
OnClick = btnSwapLanesClick
ExplicitLeft = 500
end
end
object tblEntrantA: TFDTable
ActiveStoredUsage = [auDesignTime]
IndexFieldNames = 'HeatID;Lane:A'
MasterSource = dsHeatA
MasterFields = 'HeatID'
Connection = SCM.scmConnection
UpdateOptions.AssignedValues = [uvEDelete, uvEInsert, uvEUpdate]
UpdateOptions.EnableDelete = False
UpdateOptions.EnableInsert = False
UpdateOptions.EnableUpdate = False
UpdateOptions.UpdateTableName = 'SwimClubMeet..Entrant'
UpdateOptions.KeyFields = 'EntrantID'
TableName = 'SwimClubMeet..Entrant'
Left = 344
Top = 16
end
object tblEntrantB: TFDTable
ActiveStoredUsage = [auDesignTime]
IndexFieldNames = 'HeatID;Lane:A'
MasterSource = dsHeatB
MasterFields = 'HeatID'
Connection = SCM.scmConnection
UpdateOptions.AssignedValues = [uvEDelete, uvEInsert, uvEUpdate]
UpdateOptions.EnableDelete = False
UpdateOptions.EnableInsert = False
UpdateOptions.EnableUpdate = False
UpdateOptions.UpdateTableName = 'SwimClubMeet..Entrant'
UpdateOptions.KeyFields = 'EntrantID'
TableName = 'SwimClubMeet..Entrant'
Left = 296
Top = 56
end
object tblHeatA: TFDTable
ActiveStoredUsage = [auDesignTime]
IndexFieldNames = 'EventID;HeatNum:A'
MasterSource = dsEvent
MasterFields = 'EventID'
Connection = SCM.scmConnection
UpdateOptions.AssignedValues = [uvEDelete, uvEInsert, uvEUpdate]
UpdateOptions.EnableDelete = False
UpdateOptions.EnableInsert = False
UpdateOptions.EnableUpdate = False
UpdateOptions.UpdateTableName = 'SwimClubMeet..HeatIndividual'
UpdateOptions.KeyFields = 'HeatID'
TableName = 'SwimClubMeet..HeatIndividual'
Left = 160
Top = 8
end
object tblHeatB: TFDTable
ActiveStoredUsage = [auDesignTime]
IndexFieldNames = 'EventID;HeatNum:A'
MasterSource = dsEvent
MasterFields = 'EventID'
Connection = SCM.scmConnection
UpdateOptions.AssignedValues = [uvEDelete, uvEInsert, uvEUpdate]
UpdateOptions.EnableDelete = False
UpdateOptions.EnableInsert = False
UpdateOptions.EnableUpdate = False
UpdateOptions.UpdateTableName = 'SwimClubMeet..HeatIndividual'
UpdateOptions.KeyFields = 'HeatID'
TableName = 'SwimClubMeet..HeatIndividual'
Left = 160
Top = 56
end
object tblEvent: TFDTable
ActiveStoredUsage = [auDesignTime]
IndexFieldNames = 'EventID'
Connection = SCM.scmConnection
UpdateOptions.AssignedValues = [uvEDelete, uvEInsert, uvEUpdate]
UpdateOptions.EnableDelete = False
UpdateOptions.EnableInsert = False
UpdateOptions.EnableUpdate = False
UpdateOptions.UpdateTableName = 'SwimClubMeet..Event'
UpdateOptions.KeyFields = 'EventID'
TableName = 'SwimClubMeet..Event'
Left = 24
Top = 8
end
object dsHeatA: TDataSource
DataSet = tblHeatA
Left = 200
Top = 8
end
object dsEvent: TDataSource
DataSet = tblEvent
Left = 64
Top = 8
end
object dsHeatB: TDataSource
DataSet = tblHeatB
Left = 200
Top = 56
end
object dsEntrantB: TDataSource
DataSet = tblEntrantB
Left = 352
Top = 56
end
object dsEntrantA: TDataSource
DataSet = tblEntrantA
Left = 400
Top = 16
end
object tblFNameB: TFDTable
ActiveStoredUsage = [auDesignTime]
IndexFieldNames = 'MemberID'
MasterSource = dsEntrantB
MasterFields = 'MemberID'
Connection = SCM.scmConnection
UpdateOptions.AssignedValues = [uvEDelete, uvEInsert, uvEUpdate]
UpdateOptions.EnableDelete = False
UpdateOptions.EnableInsert = False
UpdateOptions.EnableUpdate = False
UpdateOptions.UpdateTableName = 'SwimClubMeet..Member'
UpdateOptions.KeyFields = 'MemberID'
TableName = 'SwimClubMeet..Member'
Left = 448
Top = 56
end
object tblFNameA: TFDTable
ActiveStoredUsage = [auDesignTime]
IndexFieldNames = 'MemberID'
MasterSource = dsEntrantA
MasterFields = 'MemberID'
Connection = SCM.scmConnection
UpdateOptions.AssignedValues = [uvEDelete, uvEInsert, uvEUpdate]
UpdateOptions.EnableDelete = False
UpdateOptions.EnableInsert = False
UpdateOptions.EnableUpdate = False
UpdateOptions.UpdateTableName = 'SwimClubMeet..Member'
UpdateOptions.KeyFields = 'MemberID'
TableName = 'SwimClubMeet..Member'
Left = 496
Top = 16
end
object dsFNameA: TDataSource
DataSet = tblFNameA
Left = 560
Top = 16
end
object dsFNameB: TDataSource
DataSet = tblFNameB
Left = 512
Top = 56
end
end