-
Notifications
You must be signed in to change notification settings - Fork 0
/
UOchAddWykaz.frm
448 lines (448 loc) · 10.5 KB
/
UOchAddWykaz.frm
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
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
object OchAddWykaz: TOchAddWykaz
Left = 404
Height = 453
Top = 224
Width = 562
Caption = 'Edycja wykazu - '
ClientHeight = 453
ClientWidth = 562
OnCreate = FormCreate
LCLVersion = '6.3'
object Panel1: TPanel
Left = 0
Height = 38
Top = 415
Width = 562
Align = alBottom
BevelOuter = bvNone
ClientHeight = 38
ClientWidth = 562
TabOrder = 0
object btnOK: TBitBtn
Left = 344
Height = 30
Top = 0
Width = 100
Anchors = [akTop, akRight]
DefaultCaption = True
Kind = bkOK
ModalResult = 1
OnClick = btnOKClick
TabOrder = 0
end
object btnAnuluj: TBitBtn
Left = 456
Height = 30
Top = 0
Width = 100
Anchors = [akTop, akRight]
Cancel = True
DefaultCaption = True
Kind = bkCancel
ModalResult = 2
TabOrder = 1
end
end
object dbeUwagi: TDBEdit
Left = 8
Height = 23
Top = 165
Width = 544
DataField = 'Uwagi'
DataSource = DSWykaz
Anchors = [akTop, akLeft, akRight]
CharCase = ecNormal
MaxLength = 0
TabOrder = 1
end
object Label1: TLabel
Left = 8
Height = 15
Top = 144
Width = 33
Caption = 'Uwagi'
ParentColor = False
end
object Label2: TLabel
Left = 8
Height = 15
Top = 88
Width = 95
Caption = 'Kategoria wykazu:'
ParentColor = False
end
object GroupBox1: TGroupBox
Left = 0
Height = 81
Top = 0
Width = 562
Align = alTop
Caption = 'Dane osadzonego'
ClientHeight = 61
ClientWidth = 558
TabOrder = 2
object Label3: TLabel
Left = 8
Height = 15
Top = 0
Width = 20
Caption = 'IDO'
ParentColor = False
end
object Label4: TLabel
Left = 8
Height = 15
Top = 24
Width = 50
Caption = 'Nazwisko'
ParentColor = False
end
object Label5: TLabel
Left = 176
Height = 15
Top = 24
Width = 23
Caption = 'Imię'
ParentColor = False
end
object Label6: TLabel
Left = 328
Height = 15
Top = 24
Width = 48
Caption = 'Imię ojca'
ParentColor = False
end
object Label7: TLabel
AnchorSideLeft.Control = lbl_POC
AnchorSideLeft.Side = asrBottom
Left = 263
Height = 15
Top = 0
Width = 61
BorderSpacing.Left = 60
Caption = 'Klasyfikacja'
ParentColor = False
end
object Label8: TLabel
AnchorSideLeft.Control = lbl_IDO
AnchorSideLeft.Side = asrBottom
Left = 133
Height = 15
Top = 0
Width = 24
BorderSpacing.Left = 60
Caption = 'POC'
ParentColor = False
end
object lbl_IDO: TLabel
AnchorSideLeft.Control = Label3
AnchorSideLeft.Side = asrBottom
Left = 33
Height = 15
Top = 0
Width = 40
BorderSpacing.Left = 5
Caption = 'lbl_IDO'
Font.Color = clBlue
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object lbl_POC: TLabel
AnchorSideLeft.Control = Label8
AnchorSideLeft.Side = asrBottom
Left = 162
Height = 15
Top = 0
Width = 41
BorderSpacing.Left = 5
Caption = 'lbl_POC'
Font.Color = clBlue
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object lbl_Klasyf: TLabel
AnchorSideLeft.Control = Label7
AnchorSideLeft.Side = asrBottom
AnchorSideRight.Control = Label7
Left = 329
Height = 15
Top = 0
Width = 51
BorderSpacing.Left = 5
Caption = 'lbl_Klasyf'
Font.Color = clBlue
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object lbl_Nazwisko: TLabel
AnchorSideTop.Control = Label4
AnchorSideTop.Side = asrBottom
Left = 8
Height = 15
Top = 39
Width = 71
Caption = 'lbl_Nazwisko'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object lbl_Imie: TLabel
AnchorSideTop.Control = Label5
AnchorSideTop.Side = asrBottom
Left = 176
Height = 15
Top = 39
Width = 43
Caption = 'lbl_Imie'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object lbl_Ojciec: TLabel
AnchorSideTop.Control = Label6
AnchorSideTop.Side = asrBottom
Left = 329
Height = 15
Top = 39
Width = 52
Caption = 'lbl_Ojciec'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
end
object cbKategoriaWykazu: TComboBox
Left = 8
Height = 23
Top = 104
Width = 312
DropDownCount = 10
ItemHeight = 15
ItemIndex = 0
Items.Strings = (
''
)
Style = csDropDownList
TabOrder = 3
end
object GroupBox2: TGroupBox
Left = 0
Height = 215
Top = 200
Width = 562
Align = alBottom
Anchors = [akTop, akLeft, akRight, akBottom]
Caption = 'Osadzony widnieje w następujących wykazach:'
ClientHeight = 195
ClientWidth = 558
TabOrder = 4
object RxDBGrid1: TRxDBGrid
Left = 0
Height = 195
Top = 0
Width = 558
ColumnDefValues.BlobText = '(blob)'
TitleButtons = True
AutoSort = True
Columns = <
item
Title.Alignment = taCenter
Title.Orientation = toHorizontal
Title.Caption = 'Kategoria'
Width = 150
FieldName = 'Opis'
EditButtons = <>
Filter.DropDownRows = 0
Filter.EmptyValue = '(Empty)'
Filter.AllValue = '(All values)'
Filter.EmptyFont.Style = [fsItalic]
Filter.ItemIndex = -1
Footers = <>
end
item
Title.Alignment = taCenter
Title.Orientation = toHorizontal
Title.Caption = 'Uwagi'
Width = 300
FieldName = 'Uwagi'
EditButtons = <>
Filter.DropDownRows = 0
Filter.EmptyValue = '(Empty)'
Filter.AllValue = '(All values)'
Filter.EmptyFont.Style = [fsItalic]
Filter.ItemIndex = -1
Footers = <>
end
item
Title.Alignment = taCenter
Title.Orientation = toHorizontal
Title.Caption = 'Użytkownik'
Width = 100
FieldName = 'user_dodania'
EditButtons = <>
Filter.DropDownRows = 0
Filter.EmptyValue = '(Empty)'
Filter.AllValue = '(All values)'
Filter.EmptyFont.Style = [fsItalic]
Filter.ItemIndex = -1
Footers = <>
end
item
Title.Alignment = taCenter
Title.Orientation = toHorizontal
Title.Caption = 'Data'
Width = 90
FieldName = 'data_dodania'
EditButtons = <>
Filter.DropDownRows = 0
Filter.EmptyValue = '(Empty)'
Filter.AllValue = '(All values)'
Filter.EmptyFont.Style = [fsItalic]
Filter.ItemIndex = -1
Footers = <>
end>
KeyStrokes = <
item
Command = rxgcShowFindDlg
ShortCut = 16454
Enabled = True
end
item
Command = rxgcShowColumnsDlg
ShortCut = 16471
Enabled = True
end
item
Command = rxgcShowFilterDlg
ShortCut = 16468
Enabled = True
end
item
Command = rxgcShowSortDlg
ShortCut = 16467
Enabled = True
end
item
Command = rxgcShowQuickFilter
ShortCut = 16465
Enabled = True
end
item
Command = rxgcHideQuickFilter
ShortCut = 16456
Enabled = True
end
item
Command = rxgcSelectAll
ShortCut = 16449
Enabled = True
end
item
Command = rxgcDeSelectAll
ShortCut = 16429
Enabled = True
end
item
Command = rxgcInvertSelection
ShortCut = 16426
Enabled = True
end
item
Command = rxgcOptimizeColumnsWidth
ShortCut = 16427
Enabled = True
end
item
Command = rxgcCopyCellValue
ShortCut = 16451
Enabled = True
end>
FooterOptions.Style = tsNative
FooterOptions.DrawFullLine = False
SearchOptions.QuickSearchOptions = [loCaseInsensitive, loPartialKey]
SearchOptions.FromStart = False
OptionsRx = [rdgAllowSortForm, rdgCaseInsensitiveSort, rdgWordWrap, rdgDisableWordWrapTitles]
Align = alClient
AlternateColor = 16055807
AutoAdvance = aaNone
AutoEdit = False
Color = clWindow
DrawFullLine = False
FocusColor = clHighlight
FixedHotColor = clNone
SelectedColor = clHighlight
GridLineStyle = psSolid
DataSource = DSRejWyk
DefaultRowHeight = 24
FixedColor = clNone
FixedCols = 0
Options = [dgTitles, dgColumnResize, dgColLines, dgRowLines, dgRowSelect, dgConfirmDelete, dgCancelOnExit, dgHeaderHotTracking, dgHeaderPushedLook, dgAnyButtonCanSelect, dgDisableDelete, dgDisableInsert, dgCellHints, dgCellEllipsis]
ParentShowHint = False
ReadOnly = True
ShowHint = True
TabOrder = 0
TitleStyle = tsNative
end
end
object ZQWykaz: TZQuery
Connection = DM.ZConnection1
SQL.Strings = (
'SELECT'
'ID,'
'IDO,'
'Uwagi,'
'Kategoria,'
'data_dodania,'
'user_dodania'
'FROM uwagi_wykazy'
'LIMIT 1'
)
Params = <>
Left = 440
Top = 88
end
object DSWykaz: TDataSource
DataSet = ZQWykaz
Left = 504
Top = 88
end
object DSRejWyk: TDataSource
DataSet = ZQRejWyk
Left = 504
Top = 224
end
object ZQRejWyk: TZQuery
Connection = DM.ZConnection1
ReadOnly = True
SQL.Strings = (
'SELECT'
'kat.Opis,'
'wyk.Uwagi,'
'wyk.IDO,'
'wyk.Kategoria,'
'wyk.data_dodania,'
'wyk.user_dodania'
'FROM uwagi_wykazy as wyk'
'JOIN katalog_wykazow as kat ON kat.ID = wyk.Kategoria'
'WHERE wyk.IDO = :ido'
)
Params = <
item
DataType = ftUnknown
Name = 'ido'
ParamType = ptUnknown
end>
Left = 410
Top = 224
ParamData = <
item
DataType = ftUnknown
Name = 'ido'
ParamType = ptUnknown
end>
end
end