-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathedit.lfm
508 lines (508 loc) · 11.5 KB
/
edit.lfm
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
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
object frmEdit: TfrmEdit
Left = 990
Height = 548
Top = 446
Width = 580
BorderStyle = bsDialog
Caption = 'Edit record'
ClientHeight = 548
ClientWidth = 580
OnClose = FormClose
OnCreate = FormCreate
Position = poScreenCenter
LCLVersion = '0.9.30.4'
Visible = True
object GroupBox1: TGroupBox
Left = 16
Height = 56
Top = 16
Width = 300
Anchors = [akTop, akLeft, akRight]
Caption = 'Run'
ClientHeight = 34
ClientWidth = 292
TabOrder = 0
object txtRunNo: TDBText
Left = 12
Height = 1
Top = 10
Width = 1
DataField = 'RunNo'
DataSource = srcEdit
ParentColor = False
end
end
object GroupBox2: TGroupBox
Left = 16
Height = 48
Top = 80
Width = 547
Anchors = [akTop, akLeft, akRight]
Caption = 'Label'
ClientHeight = 26
ClientWidth = 539
TabOrder = 1
object txtLabel: TDBText
Left = 12
Height = 1
Top = 6
Width = 1
DataField = 'Comment'
DataSource = srcEdit
ParentColor = False
end
end
object GroupBox3: TGroupBox
Left = 330
Height = 56
Top = 16
Width = 233
Anchors = [akTop, akRight]
Caption = 'Parent'
ClientHeight = 34
ClientWidth = 225
TabOrder = 2
object cbxParentNo: TComboBox
Left = 13
Height = 20
Top = 6
Width = 200
ItemHeight = 0
Style = csDropDownList
TabOrder = 0
end
end
object GroupBox4: TGroupBox
Left = 16
Height = 232
Top = 136
Width = 547
Anchors = [akTop, akLeft, akRight]
Caption = 'Xpose'
ClientHeight = 210
ClientWidth = 539
TabOrder = 3
object edtSdtab: TFileNameEdit
Left = 60
Height = 22
Top = 14
Width = 440
DialogOptions = []
FilterIndex = 0
HideDirectories = False
ButtonWidth = 23
NumGlyphs = 0
Anchors = [akTop, akLeft, akRight]
MaxLength = 0
TabOrder = 0
end
object Label1: TLabel
Left = 4
Height = 17
Top = 16
Width = 36
Caption = 'sdtab'
ParentColor = False
end
object Label2: TLabel
Left = 4
Height = 17
Top = 48
Width = 37
Caption = 'patab'
ParentColor = False
end
object edtPatab: TFileNameEdit
Left = 60
Height = 22
Top = 46
Width = 440
DialogOptions = []
FilterIndex = 0
HideDirectories = False
ButtonWidth = 23
NumGlyphs = 0
Anchors = [akTop, akLeft, akRight]
MaxLength = 0
TabOrder = 1
end
object Label3: TLabel
Left = 4
Height = 17
Top = 80
Width = 35
Caption = 'catab'
ParentColor = False
end
object edtCatab: TFileNameEdit
Left = 60
Height = 22
Top = 78
Width = 440
DialogOptions = []
FilterIndex = 0
HideDirectories = False
ButtonWidth = 23
NumGlyphs = 0
Anchors = [akTop, akLeft, akRight]
MaxLength = 0
TabOrder = 2
end
object Label4: TLabel
Left = 4
Height = 17
Top = 112
Width = 36
Caption = 'cotab'
ParentColor = False
end
object edtCotab: TFileNameEdit
Left = 60
Height = 22
Top = 110
Width = 440
DialogOptions = []
FilterIndex = 0
HideDirectories = False
ButtonWidth = 23
NumGlyphs = 0
Anchors = [akTop, akLeft, akRight]
MaxLength = 0
TabOrder = 3
end
object Label5: TLabel
Left = 4
Height = 17
Top = 144
Width = 40
Caption = 'mytab'
ParentColor = False
end
object edtMytab: TFileNameEdit
Left = 60
Height = 22
Top = 142
Width = 440
DialogOptions = []
FilterIndex = 0
HideDirectories = False
ButtonWidth = 23
NumGlyphs = 0
Anchors = [akTop, akLeft, akRight]
MaxLength = 0
TabOrder = 4
end
object Label6: TLabel
Left = 4
Height = 17
Top = 176
Width = 41
Caption = 'mutab'
ParentColor = False
end
object edtMutab: TFileNameEdit
Left = 60
Height = 22
Top = 174
Width = 440
DialogOptions = []
FilterIndex = 0
HideDirectories = False
ButtonWidth = 23
NumGlyphs = 0
Anchors = [akTop, akLeft, akRight]
MaxLength = 0
TabOrder = 5
end
end
object btnSave: TButton
Left = 404
Height = 25
Top = 512
Width = 75
Anchors = [akRight, akBottom]
Caption = '&Save'
OnClick = btnSaveClick
TabOrder = 4
end
object btnCancel: TButton
Left = 489
Height = 25
Top = 512
Width = 75
Anchors = [akRight, akBottom]
Caption = 'Cancel'
OnClick = btnCancelClick
TabOrder = 5
end
object GroupBox5: TGroupBox
Left = 16
Height = 136
Top = 368
Width = 547
Anchors = [akTop, akLeft, akRight]
Caption = 'Comments'
ClientHeight = 114
ClientWidth = 539
TabOrder = 6
object DBMemo1: TDBMemo
Left = 12
Height = 96
Top = 6
Width = 513
Anchors = [akTop, akLeft, akRight]
DataField = 'Comments'
DataSource = srcEdit
TabOrder = 0
end
end
object qryEdit: TZQuery
Connection = frmMain.zConn
SQL.Strings = (
'select RunNo,ParentNo,Comment,Comments,sdtab,patab,cotab,catab,mytab,mutab,sdtabMD5,patabMD5,cotabMD5,catabMD5,mytabMD5,mutabMD5,OFV'
'from runs;'
)
Params = <>
left = 104
top = 192
object qryEditRunNo: TMemoField
DisplayWidth = 10
FieldKind = fkData
FieldName = 'RunNo'
Index = 0
LookupCache = False
ProviderFlags = [pfInUpdate, pfInWhere]
ReadOnly = False
Required = False
OnGetText = qryEditRunNoGetText
BlobType = ftBlob
Transliterate = False
end
object qryEditParentNo: TMemoField
DisplayWidth = 10
FieldKind = fkData
FieldName = 'ParentNo'
Index = 1
LookupCache = False
ProviderFlags = [pfInUpdate, pfInWhere]
ReadOnly = False
Required = False
OnGetText = qryEditParentNoGetText
BlobType = ftBlob
Transliterate = False
end
object qryEditsdtab: TMemoField
DisplayWidth = 10
FieldKind = fkData
FieldName = 'sdtab'
Index = 2
LookupCache = False
ProviderFlags = [pfInUpdate, pfInWhere]
ReadOnly = False
Required = False
OnGetText = qryEditsdtabGetText
BlobType = ftBlob
Transliterate = False
end
object qryEditpatab: TMemoField
DisplayWidth = 10
FieldKind = fkData
FieldName = 'patab'
Index = 3
LookupCache = False
ProviderFlags = [pfInUpdate, pfInWhere]
ReadOnly = False
Required = False
OnGetText = qryEditpatabGetText
BlobType = ftBlob
Transliterate = False
end
object qryEditcotab: TMemoField
DisplayWidth = 10
FieldKind = fkData
FieldName = 'cotab'
Index = 4
LookupCache = False
ProviderFlags = [pfInUpdate, pfInWhere]
ReadOnly = False
Required = False
OnGetText = qryEditcotabGetText
BlobType = ftBlob
Transliterate = False
end
object qryEditcatab: TMemoField
DisplayWidth = 10
FieldKind = fkData
FieldName = 'catab'
Index = 5
LookupCache = False
ProviderFlags = [pfInUpdate, pfInWhere]
ReadOnly = False
Required = False
OnGetText = qryEditcatabGetText
BlobType = ftBlob
Transliterate = False
end
object qryEditmytab: TMemoField
DisplayWidth = 10
FieldKind = fkData
FieldName = 'mytab'
Index = 6
LookupCache = False
ProviderFlags = [pfInUpdate, pfInWhere]
ReadOnly = False
Required = False
OnGetText = qryEditmytabGetText
BlobType = ftBlob
Transliterate = False
end
object qryEditmutab: TMemoField
DisplayWidth = 10
FieldKind = fkData
FieldName = 'mutab'
Index = 7
LookupCache = False
ProviderFlags = [pfInUpdate, pfInWhere]
ReadOnly = False
Required = False
OnGetText = qryEditmutabGetText
BlobType = ftBlob
Transliterate = False
end
object qryEditsdtabMD5: TMemoField
DisplayWidth = 10
FieldKind = fkData
FieldName = 'sdtabMD5'
Index = 8
LookupCache = False
ProviderFlags = [pfInUpdate, pfInWhere]
ReadOnly = False
Required = False
OnGetText = qryEditsdtabMD5GetText
BlobType = ftBlob
Transliterate = False
end
object qryEditpatabMD5: TMemoField
DisplayWidth = 10
FieldKind = fkData
FieldName = 'patabMD5'
Index = 9
LookupCache = False
ProviderFlags = [pfInUpdate, pfInWhere]
ReadOnly = False
Required = False
OnGetText = qryEditpatabMD5GetText
BlobType = ftBlob
Transliterate = False
end
object qryEditcotabMD5: TMemoField
DisplayWidth = 10
FieldKind = fkData
FieldName = 'cotabMD5'
Index = 10
LookupCache = False
ProviderFlags = [pfInUpdate, pfInWhere]
ReadOnly = False
Required = False
OnGetText = qryEditcotabMD5GetText
BlobType = ftBlob
Transliterate = False
end
object qryEditcatabMD5: TMemoField
DisplayWidth = 10
FieldKind = fkData
FieldName = 'catabMD5'
Index = 11
LookupCache = False
ProviderFlags = [pfInUpdate, pfInWhere]
ReadOnly = False
Required = False
OnGetText = qryEditcatabMD5GetText
BlobType = ftBlob
Transliterate = False
end
object qryEditmytabMD5: TMemoField
DisplayWidth = 10
FieldKind = fkData
FieldName = 'mytabMD5'
Index = 12
LookupCache = False
ProviderFlags = [pfInUpdate, pfInWhere]
ReadOnly = False
Required = False
OnGetText = qryEditmytabMD5GetText
BlobType = ftBlob
Transliterate = False
end
object qryEditmutabMD5: TMemoField
DisplayWidth = 10
FieldKind = fkData
FieldName = 'mutabMD5'
Index = 13
LookupCache = False
ProviderFlags = [pfInUpdate, pfInWhere]
ReadOnly = False
Required = False
OnGetText = qryEditmutabMD5GetText
BlobType = ftBlob
Transliterate = False
end
object qryEditComment: TMemoField
DisplayWidth = 10
FieldKind = fkData
FieldName = 'Comment'
Index = 14
LookupCache = False
ProviderFlags = [pfInUpdate, pfInWhere]
ReadOnly = False
Required = False
OnGetText = qryEditCommentGetText
BlobType = ftBlob
Transliterate = False
end
object qryEditComments: TMemoField
DisplayWidth = 10
FieldKind = fkData
FieldName = 'Comments'
Index = 15
LookupCache = False
ProviderFlags = [pfInUpdate, pfInWhere]
ReadOnly = False
Required = False
OnGetText = qryEditCommentsGetText
BlobType = ftBlob
Transliterate = False
end
object qryEditOFV: TFloatField
DisplayWidth = 10
FieldKind = fkData
FieldName = 'OFV'
Index = 16
LookupCache = False
ProviderFlags = [pfInUpdate, pfInWhere]
ReadOnly = False
Required = False
MaxValue = 0
MinValue = 0
Precision = 2
end
end
object srcEdit: TDatasource
DataSet = qryEdit
left = 152
top = 192
end
object qryEx: TZQuery
Connection = frmMain.zConn
Params = <>
left = 104
top = 248
end
object qryCbx: TZQuery
Connection = frmMain.zConn
Params = <>
DataSource = frmMain.dsRuns
left = 104
top = 288
end
end