1 |
tony |
5 |
object IBSelectSQLEditorForm: TIBSelectSQLEditorForm |
2 |
tony |
7 |
Left = 272 |
3 |
|
|
Height = 437 |
4 |
|
|
Top = 457 |
5 |
|
|
Width = 747 |
6 |
|
|
ActiveControl = PageControl |
7 |
tony |
5 |
Caption = 'Select SQL Editor' |
8 |
tony |
7 |
ClientHeight = 437 |
9 |
|
|
ClientWidth = 747 |
10 |
tony |
5 |
OnShow = FormShow |
11 |
tony |
7 |
LCLVersion = '0.9.30' |
12 |
tony |
5 |
object Label3: TLabel |
13 |
|
|
Left = 279 |
14 |
tony |
7 |
Height = 18 |
15 |
tony |
5 |
Top = 16 |
16 |
tony |
7 |
Width = 26 |
17 |
tony |
5 |
Caption = 'SQL' |
18 |
|
|
ParentColor = False |
19 |
|
|
end |
20 |
|
|
object SQLText: TMemo |
21 |
|
|
Left = 279 |
22 |
tony |
7 |
Height = 327 |
23 |
tony |
5 |
Top = 36 |
24 |
tony |
7 |
Width = 437 |
25 |
|
|
Anchors = [akTop, akLeft, akRight, akBottom] |
26 |
|
|
ScrollBars = ssAutoBoth |
27 |
tony |
5 |
TabOrder = 0 |
28 |
|
|
end |
29 |
|
|
object Button1: TButton |
30 |
tony |
7 |
Left = 550 |
31 |
tony |
5 |
Height = 30 |
32 |
tony |
7 |
Top = 379 |
33 |
tony |
5 |
Width = 72 |
34 |
tony |
7 |
Anchors = [akRight, akBottom] |
35 |
tony |
5 |
Caption = 'OK' |
36 |
|
|
Default = True |
37 |
|
|
ModalResult = 1 |
38 |
|
|
TabOrder = 1 |
39 |
|
|
end |
40 |
|
|
object Button2: TButton |
41 |
tony |
7 |
Left = 638 |
42 |
tony |
5 |
Height = 30 |
43 |
tony |
7 |
Top = 379 |
44 |
tony |
5 |
Width = 72 |
45 |
tony |
7 |
Anchors = [akRight, akBottom] |
46 |
tony |
5 |
Cancel = True |
47 |
|
|
Caption = 'Cancel' |
48 |
|
|
ModalResult = 2 |
49 |
|
|
TabOrder = 2 |
50 |
|
|
end |
51 |
tony |
7 |
object GenerateBtn: TButton |
52 |
|
|
Left = 278 |
53 |
tony |
5 |
Height = 30 |
54 |
tony |
7 |
Top = 379 |
55 |
|
|
Width = 101 |
56 |
|
|
Anchors = [akRight, akBottom] |
57 |
|
|
Caption = 'Generate SQL' |
58 |
|
|
OnClick = GenerateBtnClick |
59 |
tony |
5 |
TabOrder = 3 |
60 |
|
|
end |
61 |
tony |
7 |
object TestBtn: TButton |
62 |
|
|
Left = 414 |
63 |
tony |
5 |
Height = 30 |
64 |
tony |
7 |
Top = 379 |
65 |
tony |
5 |
Width = 66 |
66 |
tony |
7 |
Anchors = [akRight, akBottom] |
67 |
tony |
5 |
Caption = 'Test' |
68 |
tony |
7 |
OnClick = TestBtnClick |
69 |
|
|
TabOrder = 4 |
70 |
tony |
5 |
end |
71 |
|
|
object QuoteFields: TCheckBox |
72 |
|
|
Left = 16 |
73 |
|
|
Height = 22 |
74 |
|
|
Top = 380 |
75 |
tony |
7 |
Width = 132 |
76 |
tony |
5 |
Caption = '&Quote Identifiers' |
77 |
tony |
7 |
TabOrder = 5 |
78 |
tony |
5 |
end |
79 |
tony |
7 |
object PageControl: TPageControl |
80 |
|
|
Left = 24 |
81 |
|
|
Height = 335 |
82 |
|
|
Top = 28 |
83 |
|
|
Width = 232 |
84 |
|
|
ActivePage = SelectPage |
85 |
|
|
TabIndex = 0 |
86 |
|
|
TabOrder = 6 |
87 |
|
|
object SelectPage: TTabSheet |
88 |
|
|
Caption = 'Tables' |
89 |
|
|
ClientHeight = 300 |
90 |
|
|
ClientWidth = 226 |
91 |
|
|
OnShow = SelectPageShow |
92 |
|
|
object Label1: TLabel |
93 |
|
|
Left = 7 |
94 |
|
|
Height = 18 |
95 |
|
|
Top = 4 |
96 |
|
|
Width = 78 |
97 |
|
|
Caption = 'Table Name' |
98 |
|
|
ParentColor = False |
99 |
|
|
end |
100 |
|
|
object Label2: TLabel |
101 |
|
|
Left = 7 |
102 |
|
|
Height = 18 |
103 |
|
|
Top = 72 |
104 |
|
|
Width = 39 |
105 |
|
|
Caption = 'Fields' |
106 |
|
|
ParentColor = False |
107 |
|
|
end |
108 |
|
|
object Label4: TLabel |
109 |
|
|
Left = 7 |
110 |
|
|
Height = 18 |
111 |
|
|
Top = 244 |
112 |
|
|
Width = 87 |
113 |
|
|
Caption = 'Primary Keys' |
114 |
|
|
ParentColor = False |
115 |
|
|
end |
116 |
|
|
object TableNamesCombo: TComboBox |
117 |
|
|
Left = 7 |
118 |
|
|
Height = 29 |
119 |
|
|
Top = 20 |
120 |
|
|
Width = 201 |
121 |
|
|
ItemHeight = 0 |
122 |
|
|
OnCloseUp = TableNamesComboCloseUp |
123 |
|
|
TabOrder = 0 |
124 |
|
|
end |
125 |
|
|
object FieldList: TListBox |
126 |
|
|
Left = 7 |
127 |
|
|
Height = 138 |
128 |
|
|
Hint = 'Select Fields to include in Select Statements, or leave unselected to select all' |
129 |
|
|
Top = 92 |
130 |
|
|
Width = 204 |
131 |
|
|
ItemHeight = 0 |
132 |
|
|
MultiSelect = True |
133 |
|
|
OnDblClick = FieldListDblClick |
134 |
|
|
ParentShowHint = False |
135 |
|
|
ShowHint = True |
136 |
|
|
TabOrder = 1 |
137 |
|
|
TopIndex = -1 |
138 |
|
|
end |
139 |
|
|
object PrimaryKeyList: TListBox |
140 |
|
|
Left = 7 |
141 |
|
|
Height = 28 |
142 |
|
|
Top = 260 |
143 |
|
|
Width = 200 |
144 |
|
|
ItemHeight = 0 |
145 |
|
|
OnDblClick = PrimaryKeyListDblClick |
146 |
|
|
TabOrder = 2 |
147 |
|
|
TopIndex = -1 |
148 |
|
|
end |
149 |
|
|
end |
150 |
|
|
object ExecutePage: TTabSheet |
151 |
|
|
Caption = 'Procedures' |
152 |
|
|
ClientHeight = 300 |
153 |
|
|
ClientWidth = 226 |
154 |
|
|
OnShow = ExecutePageShow |
155 |
|
|
object Label16: TLabel |
156 |
|
|
Left = 7 |
157 |
|
|
Height = 18 |
158 |
|
|
Top = 3 |
159 |
|
|
Width = 109 |
160 |
|
|
Caption = 'Procedure Name' |
161 |
|
|
ParentColor = False |
162 |
|
|
end |
163 |
|
|
object Label17: TLabel |
164 |
|
|
Left = 7 |
165 |
|
|
Height = 18 |
166 |
|
|
Top = 60 |
167 |
|
|
Width = 112 |
168 |
|
|
Caption = 'Input Parameters' |
169 |
|
|
ParentColor = False |
170 |
|
|
end |
171 |
|
|
object Label18: TLabel |
172 |
|
|
Left = 8 |
173 |
|
|
Height = 18 |
174 |
|
|
Top = 172 |
175 |
|
|
Width = 123 |
176 |
|
|
Caption = 'Output Parameters' |
177 |
|
|
ParentColor = False |
178 |
|
|
end |
179 |
|
|
object ProcedureNames: TComboBox |
180 |
|
|
Left = 7 |
181 |
|
|
Height = 29 |
182 |
|
|
Top = 20 |
183 |
|
|
Width = 201 |
184 |
|
|
ItemHeight = 0 |
185 |
|
|
OnCloseUp = ProcedureNamesCloseUp |
186 |
|
|
ParentColor = True |
187 |
|
|
TabOrder = 0 |
188 |
|
|
end |
189 |
|
|
object ProcInputList: TListBox |
190 |
|
|
Left = 7 |
191 |
|
|
Height = 80 |
192 |
|
|
Top = 81 |
193 |
|
|
Width = 198 |
194 |
|
|
IntegralHeight = True |
195 |
|
|
ItemHeight = 0 |
196 |
|
|
TabOrder = 1 |
197 |
|
|
TopIndex = -1 |
198 |
|
|
end |
199 |
|
|
object ProcOutputList: TListBox |
200 |
|
|
Left = 7 |
201 |
|
|
Height = 80 |
202 |
|
|
Top = 192 |
203 |
|
|
Width = 198 |
204 |
|
|
IntegralHeight = True |
205 |
|
|
ItemHeight = 0 |
206 |
|
|
TabOrder = 2 |
207 |
|
|
TopIndex = -1 |
208 |
|
|
end |
209 |
|
|
object SelectProcedure: TLabel |
210 |
|
|
Left = 7 |
211 |
|
|
Height = 15 |
212 |
|
|
Top = 280 |
213 |
|
|
Width = 127 |
214 |
|
|
Anchors = [akLeft, akBottom] |
215 |
|
|
Caption = 'Is ''Select Procedure''' |
216 |
|
|
Font.Height = -11 |
217 |
|
|
Font.Style = [fsBold] |
218 |
|
|
ParentColor = False |
219 |
|
|
ParentFont = False |
220 |
|
|
Visible = False |
221 |
|
|
end |
222 |
|
|
end |
223 |
tony |
5 |
end |
224 |
tony |
7 |
object IBTransaction1: TIBTransaction |
225 |
|
|
Active = False |
226 |
|
|
left = 212 |
227 |
|
|
top = 390 |
228 |
|
|
end |
229 |
tony |
5 |
end |