1 |
object IBDeleteSQLEditorForm: TIBDeleteSQLEditorForm |
2 |
Left = 330 |
3 |
Height = 438 |
4 |
Top = 215 |
5 |
Width = 749 |
6 |
ActiveControl = TableNamesCombo |
7 |
Caption = 'Delete SQL Editor' |
8 |
ClientHeight = 438 |
9 |
ClientWidth = 749 |
10 |
OnShow = FormShow |
11 |
LCLVersion = '0.9.28.2' |
12 |
object Label1: TLabel |
13 |
Left = 16 |
14 |
Height = 19 |
15 |
Top = 16 |
16 |
Width = 87 |
17 |
Caption = 'Table Name' |
18 |
ParentColor = False |
19 |
end |
20 |
object Label3: TLabel |
21 |
Left = 279 |
22 |
Height = 19 |
23 |
Top = 16 |
24 |
Width = 29 |
25 |
Caption = 'SQL' |
26 |
ParentColor = False |
27 |
end |
28 |
object Label4: TLabel |
29 |
Left = 23 |
30 |
Height = 19 |
31 |
Top = 80 |
32 |
Width = 93 |
33 |
Caption = 'Primary Keys' |
34 |
ParentColor = False |
35 |
end |
36 |
object SQLText: TMemo |
37 |
Left = 279 |
38 |
Height = 328 |
39 |
Top = 36 |
40 |
Width = 439 |
41 |
ScrollBars = ssVertical |
42 |
TabOrder = 0 |
43 |
end |
44 |
object Button1: TButton |
45 |
Left = 552 |
46 |
Height = 30 |
47 |
Top = 380 |
48 |
Width = 72 |
49 |
Caption = 'OK' |
50 |
Default = True |
51 |
ModalResult = 1 |
52 |
TabOrder = 1 |
53 |
end |
54 |
object Button2: TButton |
55 |
Left = 640 |
56 |
Height = 30 |
57 |
Top = 380 |
58 |
Width = 72 |
59 |
Cancel = True |
60 |
Caption = 'Cancel' |
61 |
ModalResult = 2 |
62 |
TabOrder = 2 |
63 |
end |
64 |
object TableNamesCombo: TComboBox |
65 |
Left = 23 |
66 |
Height = 30 |
67 |
Top = 38 |
68 |
Width = 201 |
69 |
ItemHeight = 0 |
70 |
OnCloseUp = TableNamesComboCloseUp |
71 |
TabOrder = 3 |
72 |
end |
73 |
object Button3: TButton |
74 |
Left = 280 |
75 |
Height = 30 |
76 |
Top = 380 |
77 |
Width = 112 |
78 |
AutoSize = True |
79 |
Caption = 'Generate SQL' |
80 |
OnClick = Button3Click |
81 |
TabOrder = 4 |
82 |
end |
83 |
object Button4: TButton |
84 |
Left = 416 |
85 |
Height = 30 |
86 |
Top = 380 |
87 |
Width = 66 |
88 |
Caption = 'Test' |
89 |
OnClick = Button4Click |
90 |
TabOrder = 5 |
91 |
end |
92 |
object QuoteFields: TCheckBox |
93 |
Left = 16 |
94 |
Height = 22 |
95 |
Top = 380 |
96 |
Width = 144 |
97 |
Caption = '&Quote Identifiers' |
98 |
TabOrder = 6 |
99 |
end |
100 |
object PrimaryKeyList: TListBox |
101 |
Left = 23 |
102 |
Height = 59 |
103 |
Top = 99 |
104 |
Width = 200 |
105 |
ItemHeight = 0 |
106 |
OnDblClick = PrimaryKeyListDblClick |
107 |
TabOrder = 7 |
108 |
TopIndex = -1 |
109 |
end |
110 |
end |