-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dlgSwimmerCategory.dfm
403 lines (402 loc) · 10.3 KB
/
dlgSwimmerCategory.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
object SwimmerCategory: TSwimmerCategory
Left = 0
Top = 0
BorderStyle = bsDialog
Caption = 'Swimmer Categories ...'
ClientHeight = 598
ClientWidth = 1054
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Segoe UI'
Font.Style = []
KeyPreview = True
Position = poMainFormCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
OnKeyDown = FormKeyDown
OnShow = FormShow
TextHeight = 21
object PageControl1: TPageControl
Left = 0
Top = 0
Width = 1054
Height = 544
ActivePage = TabSheet1
Align = alClient
TabOrder = 0
ExplicitWidth = 1050
ExplicitHeight = 543
object TabSheet1: TTabSheet
Caption = 'Details'
object Panel2: TPanel
AlignWithMargins = True
Left = 3
Top = 3
Width = 1040
Height = 502
Align = alClient
BevelEdges = []
BevelOuter = bvNone
TabOrder = 0
ExplicitWidth = 1036
ExplicitHeight = 501
object Panel1: TPanel
Left = 0
Top = 0
Width = 1040
Height = 57
Align = alTop
BevelEdges = []
BevelOuter = bvNone
TabOrder = 0
ExplicitWidth = 1036
object Label4: TLabel
Left = 57
Top = 30
Width = 109
Height = 21
Caption = 'Display Caption'
WordWrap = True
end
object Label5: TLabel
Left = 281
Top = 10
Width = 76
Height = 42
Alignment = taCenter
Caption = 'METADATA TAG'
WordWrap = True
end
object Label6: TLabel
Left = 786
Top = 10
Width = 70
Height = 42
Alignment = taCenter
Caption = 'Age To (Inclusive)'
WordWrap = True
end
object Label7: TLabel
Left = 380
Top = 31
Width = 253
Height = 21
Caption = 'Full description of membership type.'
WordWrap = True
end
object Label8: TLabel
Left = 735
Top = 10
Width = 37
Height = 42
Alignment = taCenter
Caption = 'Age From'
WordWrap = True
end
object Label3: TLabel
Left = 926
Top = 31
Width = 61
Height = 21
Alignment = taCenter
Caption = 'Archived'
WordWrap = True
end
object Label9: TLabel
Left = 867
Top = 31
Width = 42
Height = 21
Alignment = taCenter
Caption = 'Active'
WordWrap = True
end
end
object Panel4: TPanel
Left = 0
Top = 57
Width = 1040
Height = 445
Align = alClient
Caption = 'Panel4'
TabOrder = 1
ExplicitWidth = 1036
ExplicitHeight = 444
object DBGrid1: TDBGrid
Left = 1
Top = 1
Width = 1038
Height = 443
Align = alClient
BorderStyle = bsNone
DataSource = dsSwimmerCategory
DefaultDrawing = False
Options = [dgEditing, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit, dgTitleClick, dgTitleHotTrack]
ParentShowHint = False
ShowHint = True
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -16
TitleFont.Name = 'Segoe UI'
TitleFont.Style = []
OnCellClick = DBGrid1CellClick
OnColEnter = DBGrid1ColEnter
OnColExit = DBGrid1ColExit
OnDrawColumnCell = DBGrid1DrawColumnCell
Columns = <
item
Expanded = False
FieldName = 'SwimmerCategoryID'
Width = 30
Visible = True
end
item
Expanded = False
FieldName = 'Caption'
Width = 210
Visible = True
end
item
Expanded = False
FieldName = 'luTAGID'
Title.Caption = 'CLASS'
Width = 120
Visible = True
end
item
Expanded = False
FieldName = 'LongCaption'
Title.Caption = 'Notes'
Width = 350
Visible = True
end
item
Alignment = taCenter
Expanded = False
FieldName = 'AgeFrom'
Width = 65
Visible = True
end
item
Alignment = taCenter
Expanded = False
FieldName = 'AgeTo'
Width = 65
Visible = True
end
item
Expanded = False
FieldName = 'IsActive'
Width = 65
Visible = True
end
item
Expanded = False
FieldName = 'IsArchived'
Width = 65
Visible = True
end>
end
end
end
end
object TabSheet3: TTabSheet
Caption = 'Report'
ImageIndex = 2
object Label2: TLabel
Left = 167
Top = 27
Width = 418
Height = 46
AutoSize = False
Caption = 'Display a detailed report of "Swimmer Categories".'
WordWrap = True
end
object Label1: TLabel
Left = 167
Top = 115
Width = 394
Height = 54
AutoSize = False
Caption =
'Prepare a table report of the "Swimmer Categories", ready for pr' +
'inting or export to XLS.'
WordWrap = True
end
object btnSwimCategoryDetailed: TButton
Left = 24
Top = 24
Width = 113
Height = 29
Caption = 'Detailed'
TabOrder = 0
end
object btnSwimCategoryTable: TButton
Left = 24
Top = 112
Width = 113
Height = 29
Caption = 'Table'
TabOrder = 1
end
end
end
object Panel3: TPanel
Left = 0
Top = 544
Width = 1054
Height = 54
Align = alBottom
BevelOuter = bvNone
TabOrder = 1
ExplicitTop = 543
ExplicitWidth = 1050
DesignSize = (
1054
54)
object btnClose: TButton
Left = 924
Top = 6
Width = 75
Height = 30
Anchors = [akTop, akRight]
Caption = 'Close'
TabOrder = 0
OnClick = btnCloseClick
ExplicitLeft = 920
end
object DBNavigator1: TDBNavigator
Left = 332
Top = 2
Width = 360
Height = 47
DataSource = dsSwimmerCategory
ParentShowHint = False
ShowHint = True
TabOrder = 1
end
end
object qrySwimmerCategory: TFDQuery
ActiveStoredUsage = [auDesignTime]
BeforePost = qrySwimmerCategoryBeforePost
IndexFieldNames = 'SwimmerCategoryID'
Connection = SCM.scmConnection
UpdateOptions.UpdateTableName = 'SwimClubMeet.dbo.SwimmerCategory'
UpdateOptions.KeyFields = 'SwimmerCategoryID'
SQL.Strings = (
'USE [SwimClubMeet];'
''
'DECLARE @SwimClubID AS INTEGER;'
''
'SET @SwimClubID = :SWIMCLUBID;'
''
'SELECT [SwimmerCategoryID]'
' , [Caption]'
' , [LongCaption]'
' , [TAG]'
' , [TAGID]'
' , [AgeFrom]'
' , [AgeTo]'
' , [IsActive]'
' , [IsArchived]'
'FROM [dbo].[SwimmerCategory]'
'WHERE SwimClubID = @SwimClubID'
'ORDER BY AgeFrom;')
Left = 128
Top = 296
ParamData = <
item
Name = 'SWIMCLUBID'
DataType = ftInteger
ParamType = ptInput
Value = 1
end>
object qrySwimmerCategorySwimmerCategoryID: TFDAutoIncField
FieldName = 'SwimmerCategoryID'
ProviderFlags = [pfInWhere, pfInKey]
ReadOnly = True
end
object qrySwimmerCategoryCaption: TWideStringField
DisplayLabel = 'Description'
FieldName = 'Caption'
Origin = 'Caption'
Size = 64
end
object qrySwimmerCategoryTAGID: TIntegerField
FieldName = 'TAGID'
Origin = 'TAGID'
end
object qrySwimmerCategoryTAG: TWideStringField
FieldName = 'TAG'
Origin = 'TAG'
Size = 12
end
object qrySwimmerCategoryLongCaption: TWideStringField
FieldName = 'LongCaption'
Origin = 'LongCaption'
Size = 128
end
object qrySwimmerCategoryAgeFrom: TIntegerField
DisplayLabel = 'Age.From'
FieldName = 'AgeFrom'
Origin = 'AgeFrom'
end
object qrySwimmerCategoryAgeTo: TIntegerField
DisplayLabel = 'Age.To'
FieldName = 'AgeTo'
Origin = 'AgeTo'
end
object qrySwimmerCategoryIsActive: TBooleanField
FieldName = 'IsActive'
end
object qrySwimmerCategoryIsArchived: TBooleanField
FieldName = 'IsArchived'
end
object qrySwimmerCategoryluTAGID: TStringField
FieldKind = fkLookup
FieldName = 'luTAGID'
LookupDataSet = qryLUTAG
LookupKeyFields = 'MetaDataID'
LookupResultField = 'TAG'
KeyFields = 'TAGID'
Lookup = True
end
end
object dsSwimmerCategory: TDataSource
DataSet = qrySwimmerCategory
Left = 280
Top = 296
end
object qryLUTAG: TFDQuery
ActiveStoredUsage = [auDesignTime]
Connection = SCM.scmConnection
SQL.Strings = (
'USE SwimClubMeet;'
''
'DECLARE @SwimClubID AS INTEGER;'
'SET @SwimClubID = :SWIMCLUBID '
''
'SELECT '
'MetaData.MetaDataID'
',TAG '
'FROM '
'SwimClubMetaDataLink'
'INNER JOIN MetaData ON SwimClubMetaDataLink.MetaDataID = MetaDa' +
'ta.MetaDataID '
'WHERE SwimClubID = @SwimClubID;'
''
'')
Left = 143
Top = 388
ParamData = <
item
Name = 'SWIMCLUBID'
DataType = ftInteger
ParamType = ptInput
Value = 1
end>
end
end