-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDemo.dfm
422 lines (422 loc) · 10 KB
/
Demo.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
410
411
412
413
414
415
416
417
418
419
420
421
422
object frmMain: TfrmMain
Left = 0
Top = 0
Caption = 'transfORM Demo'
ClientHeight = 589
ClientWidth = 726
Color = clBtnFace
DoubleBuffered = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnShow = FormShow
DesignSize = (
726
589)
PixelsPerInch = 96
TextHeight = 13
object lbl1: TLabel
Left = 4
Top = 13
Width = 35
Height = 13
Caption = 'DBPath'
end
object spl1: TSplitter
Left = 0
Top = 240
Width = 726
Height = 9
Cursor = crVSplit
Align = alTop
Beveled = True
ResizeStyle = rsUpdate
ExplicitTop = 148
end
object dbgrdInfo: TDBGrid
AlignWithMargins = True
Left = 3
Top = 40
Width = 720
Height = 197
Margins.Top = 40
Align = alTop
BorderStyle = bsNone
DataSource = dtsrcTables
Options = [dgTitles, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit, dgTitleClick, dgTitleHotTrack]
ReadOnly = True
TabOrder = 2
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'Tahoma'
TitleFont.Style = []
Columns = <
item
Expanded = False
FieldName = 'RECNO'
Visible = True
end
item
Expanded = False
FieldName = 'TABLE_NAME'
Width = 265
Visible = True
end
item
Expanded = False
FieldName = 'TABLE_TYPE'
Visible = True
end
item
Expanded = False
FieldName = 'CATALOG_NAME'
Width = 100
Visible = True
end>
end
object pgcMain: TPageControl
Left = 0
Top = 249
Width = 726
Height = 321
ActivePage = tsCode
Align = alClient
TabOrder = 3
object tsData: TTabSheet
Caption = 'Data'
ImageIndex = 1
ExplicitLeft = 0
ExplicitTop = 0
ExplicitWidth = 0
ExplicitHeight = 0
object dbgrdData: TDBGrid
AlignWithMargins = True
Left = 3
Top = 3
Width = 712
Height = 287
Align = alClient
DataSource = dtsrcData
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'Tahoma'
TitleFont.Style = []
end
end
object tsMeta: TTabSheet
Caption = 'Meta'
ExplicitLeft = 0
ExplicitTop = 0
ExplicitWidth = 0
ExplicitHeight = 0
object dbgrdFields: TDBGrid
AlignWithMargins = True
Left = 3
Top = 3
Width = 712
Height = 198
Align = alClient
BorderStyle = bsNone
DataSource = dtsrcFields
Options = [dgTitles, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit, dgTitleClick, dgTitleHotTrack]
ReadOnly = True
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'Tahoma'
TitleFont.Style = []
Columns = <
item
Expanded = False
FieldName = 'COLUMN_NAME'
Width = 95
Visible = True
end
item
Expanded = False
FieldName = 'COLUMN_DATATYPE'
Visible = True
end
item
Expanded = False
FieldName = 'COLUMN_TYPENAME'
Width = 105
Visible = True
end
item
Expanded = False
FieldName = 'COLUMN_LENGTH'
Visible = True
end
item
Expanded = False
FieldName = 'COLUMN_POSITION'
Width = 99
Visible = True
end
item
Expanded = False
FieldName = 'COLUMN_ATTRIBUTES'
Visible = True
end
item
Expanded = False
FieldName = 'CATALOG_NAME'
Width = 88
Visible = True
end
item
Expanded = False
FieldName = 'SCHEMA_NAME'
Width = 83
Visible = True
end>
end
object dbgrd2: TDBGrid
AlignWithMargins = True
Left = 3
Top = 207
Width = 712
Height = 83
Align = alBottom
BorderStyle = bsNone
DataSource = dtsrcPK
Options = [dgTitles, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit, dgTitleClick, dgTitleHotTrack]
ReadOnly = True
TabOrder = 1
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'Tahoma'
TitleFont.Style = []
Columns = <
item
Expanded = False
FieldName = 'TABLE_NAME'
Width = 150
Visible = True
end
item
Expanded = False
FieldName = 'INDEX_NAME'
Width = 150
Visible = True
end
item
Expanded = False
FieldName = 'COLUMN_NAME'
Width = 140
Visible = True
end
item
Expanded = False
FieldName = 'COLUMN_POSITION'
Visible = True
end
item
Expanded = False
FieldName = 'SORT_ORDER'
Width = 120
Visible = True
end>
end
end
object tsTests: TTabSheet
Caption = 'Tests'
ImageIndex = 3
ExplicitLeft = 0
ExplicitTop = 0
ExplicitWidth = 0
ExplicitHeight = 0
object btnTestA: TBitBtn
Left = 10
Top = 10
Width = 75
Height = 25
Caption = 'Test A'
TabOrder = 0
OnClick = btnTestAClick
end
object btnTestB: TBitBtn
Left = 98
Top = 10
Width = 75
Height = 25
Caption = 'Test B'
TabOrder = 1
OnClick = btnTestBClick
end
object btnTestC: TBitBtn
Left = 184
Top = 10
Width = 75
Height = 25
Caption = 'Test C'
TabOrder = 2
OnClick = btnTestCClick
end
object mmoLog: TMemo
AlignWithMargins = True
Left = 3
Top = 40
Width = 712
Height = 250
Margins.Top = 40
Align = alClient
Font.Charset = EASTEUROPE_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'JetBrains Mono'
Font.Style = []
ParentFont = False
ScrollBars = ssBoth
TabOrder = 3
end
end
object tsCode: TTabSheet
Caption = 'Code'
ImageIndex = 2
ExplicitLeft = 0
ExplicitTop = 0
ExplicitWidth = 0
ExplicitHeight = 0
object mmoCode: TMemo
AlignWithMargins = True
Left = 3
Top = 40
Width = 712
Height = 250
Margins.Top = 40
Align = alClient
Font.Charset = EASTEUROPE_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'JetBrains Mono'
Font.Style = []
ParentFont = False
ScrollBars = ssVertical
TabOrder = 1
end
object btnGenerate: TBitBtn
Left = 10
Top = 10
Width = 89
Height = 25
Caption = 'Generate code'
TabOrder = 0
OnClick = btnGenerateClick
end
end
end
object edtDB: TEdit
Left = 42
Top = 8
Width = 561
Height = 21
TabOrder = 1
Text =
'C:\Users\Public\Documents\Embarcadero\Studio\20.0\Samples\data\F' +
'DDemo.sdb'
end
object btnConnect: TBitBtn
Left = 614
Top = 7
Width = 95
Height = 25
Anchors = [akTop, akRight]
Caption = 'Connect'
TabOrder = 0
OnClick = btnConnectClick
end
object statBar: TStatusBar
Left = 0
Top = 570
Width = 726
Height = 19
Panels = <
item
Text = 'Memory allocated'
Width = 100
end
item
Width = 50
end>
end
object conSQLite: TFDConnection
Params.Strings = (
'ConnectionDef=SQLite_Demo')
ConnectedStoredUsage = []
LoginPrompt = False
Left = 98
Top = 18
end
object fdqryData: TFDQuery
Connection = conSQLite
SQL.Strings = (
'select * from &TableName')
Left = 532
Top = 270
MacroData = <
item
Value = ''
Name = 'TABLENAME'
DataType = mdIdentifier
end>
end
object metaqryTables: TFDMetaInfoQuery
AfterScroll = metaqryTablesAfterScroll
Connection = conSQLite
Left = 98
Top = 110
end
object dtsrcData: TDataSource
DataSet = fdqryData
Left = 524
Top = 322
end
object dtsrcTables: TDataSource
DataSet = metaqryTables
Left = 44
Top = 196
end
object metaqryFields: TFDMetaInfoQuery
Filtered = True
Connection = conSQLite
MetaInfoKind = mkTableFields
ObjectName = 'categories'
Left = 164
Top = 330
end
object dtsrcFields: TDataSource
DataSet = metaqryFields
Left = 122
Top = 330
end
object dtsrcPK: TDataSource
DataSet = metaqryPK
Left = 394
Top = 332
end
object metaqryPK: TFDMetaInfoQuery
Filtered = True
Connection = conSQLite
MetaInfoKind = mkPrimaryKeyFields
BaseObjectName = 'Categories'
ObjectName = 'categories'
Left = 392
Top = 280
end
object tmr1: TTimer
OnTimer = tmr1Timer
Left = 24
Top = 550
end
end