1 |
object IBDeleteSQLEditorForm: TIBDeleteSQLEditorForm |
2 |
Left = 522 |
3 |
Height = 439 |
4 |
Top = 384 |
5 |
Width = 750 |
6 |
Caption = 'Delete SQL Editor' |
7 |
ClientHeight = 439 |
8 |
ClientWidth = 750 |
9 |
OnShow = FormShow |
10 |
Position = poScreenCenter |
11 |
LCLVersion = '1.8.0.4' |
12 |
object Label3: TLabel |
13 |
Left = 279 |
14 |
Height = 14 |
15 |
Top = 16 |
16 |
Width = 24 |
17 |
Caption = 'SQL' |
18 |
ParentColor = False |
19 |
end |
20 |
object SQLText: TMemo |
21 |
Left = 279 |
22 |
Height = 329 |
23 |
Top = 36 |
24 |
Width = 440 |
25 |
Anchors = [akTop, akLeft, akRight, akBottom] |
26 |
ScrollBars = ssAutoBoth |
27 |
TabOrder = 0 |
28 |
end |
29 |
object Button1: TButton |
30 |
Left = 553 |
31 |
Height = 30 |
32 |
Top = 381 |
33 |
Width = 72 |
34 |
Anchors = [akRight, akBottom] |
35 |
Caption = 'OK' |
36 |
Default = True |
37 |
ModalResult = 1 |
38 |
TabOrder = 1 |
39 |
end |
40 |
object Button2: TButton |
41 |
Left = 641 |
42 |
Height = 30 |
43 |
Top = 381 |
44 |
Width = 72 |
45 |
Anchors = [akRight, akBottom] |
46 |
Cancel = True |
47 |
Caption = 'Cancel' |
48 |
ModalResult = 2 |
49 |
TabOrder = 2 |
50 |
end |
51 |
object GenerateBtn: TButton |
52 |
Left = 281 |
53 |
Height = 30 |
54 |
Top = 381 |
55 |
Width = 101 |
56 |
Anchors = [akRight, akBottom] |
57 |
Caption = 'Generate SQL' |
58 |
OnClick = GenerateBtnClick |
59 |
TabOrder = 3 |
60 |
end |
61 |
object TestBtn: TButton |
62 |
Left = 417 |
63 |
Height = 30 |
64 |
Top = 381 |
65 |
Width = 66 |
66 |
Anchors = [akRight, akBottom] |
67 |
Caption = 'Test' |
68 |
OnClick = TestBtnClick |
69 |
TabOrder = 4 |
70 |
end |
71 |
object QuoteFields: TCheckBox |
72 |
Left = 16 |
73 |
Height = 22 |
74 |
Top = 400 |
75 |
Width = 125 |
76 |
Caption = '&Quote Identifiers' |
77 |
TabOrder = 5 |
78 |
end |
79 |
object GenerateParams: TCheckBox |
80 |
Left = 16 |
81 |
Height = 22 |
82 |
Top = 376 |
83 |
Width = 171 |
84 |
Caption = 'Allow DSQL Placeholders' |
85 |
TabOrder = 6 |
86 |
end |
87 |
object PageControl: TPageControl |
88 |
Left = 18 |
89 |
Height = 339 |
90 |
Top = 24 |
91 |
Width = 239 |
92 |
ActivePage = ExecutePage |
93 |
TabIndex = 1 |
94 |
TabOrder = 7 |
95 |
object DeletePage: TTabSheet |
96 |
Caption = 'Delete' |
97 |
ClientHeight = 307 |
98 |
ClientWidth = 233 |
99 |
OnShow = DeletePageShow |
100 |
object Label1: TLabel |
101 |
Left = 8 |
102 |
Height = 15 |
103 |
Top = 8 |
104 |
Width = 69 |
105 |
Caption = 'Table Name' |
106 |
ParentColor = False |
107 |
end |
108 |
object TableNamesCombo: TComboBox |
109 |
Left = 8 |
110 |
Height = 27 |
111 |
Top = 24 |
112 |
Width = 201 |
113 |
AutoComplete = True |
114 |
AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending] |
115 |
ItemHeight = 0 |
116 |
OnCloseUp = TableNamesComboCloseUp |
117 |
TabOrder = 0 |
118 |
end |
119 |
object Label4: TLabel |
120 |
Left = 8 |
121 |
Height = 15 |
122 |
Top = 64 |
123 |
Width = 77 |
124 |
Caption = 'Primary Keys' |
125 |
ParentColor = False |
126 |
end |
127 |
object PrimaryKeyList: TListBox |
128 |
Left = 8 |
129 |
Height = 59 |
130 |
Top = 83 |
131 |
Width = 200 |
132 |
ItemHeight = 0 |
133 |
OnDblClick = PrimaryKeyListDblClick |
134 |
ScrollWidth = 198 |
135 |
TabOrder = 1 |
136 |
TopIndex = -1 |
137 |
end |
138 |
end |
139 |
object ExecutePage: TTabSheet |
140 |
Caption = 'Execute' |
141 |
ClientHeight = 307 |
142 |
ClientWidth = 233 |
143 |
OnShow = ExecutePageShow |
144 |
object Label16: TLabel |
145 |
Left = 7 |
146 |
Height = 14 |
147 |
Top = 8 |
148 |
Width = 100 |
149 |
Caption = 'Procedure Name' |
150 |
ParentColor = False |
151 |
end |
152 |
object ProcedureNames: TComboBox |
153 |
Left = 7 |
154 |
Height = 27 |
155 |
Top = 24 |
156 |
Width = 201 |
157 |
ItemHeight = 0 |
158 |
OnCloseUp = ProcedureNamesCloseUp |
159 |
ParentColor = True |
160 |
TabOrder = 0 |
161 |
end |
162 |
object Label17: TLabel |
163 |
Left = 7 |
164 |
Height = 14 |
165 |
Top = 56 |
166 |
Width = 104 |
167 |
Caption = 'Input Parameters' |
168 |
ParentColor = False |
169 |
end |
170 |
object ProcInputList: TListBox |
171 |
Left = 8 |
172 |
Height = 103 |
173 |
Top = 72 |
174 |
Width = 198 |
175 |
IntegralHeight = True |
176 |
ItemHeight = 0 |
177 |
ScrollWidth = 196 |
178 |
TabOrder = 1 |
179 |
TopIndex = -1 |
180 |
end |
181 |
object Label18: TLabel |
182 |
Left = 7 |
183 |
Height = 14 |
184 |
Top = 184 |
185 |
Width = 114 |
186 |
Caption = 'Output Parameters' |
187 |
ParentColor = False |
188 |
end |
189 |
object ProcOutputList: TListBox |
190 |
Left = 7 |
191 |
Height = 80 |
192 |
Top = 200 |
193 |
Width = 198 |
194 |
IntegralHeight = True |
195 |
ItemHeight = 0 |
196 |
ScrollWidth = 196 |
197 |
TabOrder = 2 |
198 |
TopIndex = -1 |
199 |
end |
200 |
object ExecuteOnlyIndicator: TLabel |
201 |
Left = 10 |
202 |
Height = 14 |
203 |
Top = 291 |
204 |
Width = 89 |
205 |
Caption = 'Execute Only' |
206 |
Font.Style = [fsBold] |
207 |
ParentColor = False |
208 |
ParentFont = False |
209 |
Visible = False |
210 |
end |
211 |
end |
212 |
end |
213 |
object IBTransaction1: TIBTransaction |
214 |
Active = False |
215 |
left = 216 |
216 |
top = 400 |
217 |
end |
218 |
end |