ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/design/ibinsertsqleditor.lfm
Revision: 67
Committed: Tue Oct 3 14:08:11 2017 UTC (6 years, 6 months ago) by tony
File size: 4856 byte(s)
Log Message:
Property Editor positioning tidy up

File Contents

# Content
1 object IBInsertSQLEditorForm: TIBInsertSQLEditorForm
2 Left = 2288
3 Height = 436
4 Top = 468
5 Width = 748
6 Caption = 'Insert SQL Editor'
7 ClientHeight = 436
8 ClientWidth = 748
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 = 326
23 Top = 36
24 Width = 438
25 Anchors = [akTop, akLeft, akRight, akBottom]
26 ScrollBars = ssAutoBoth
27 TabOrder = 0
28 end
29 object Button1: TButton
30 Left = 551
31 Height = 30
32 Top = 378
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 = 639
42 Height = 30
43 Top = 378
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 = 279
53 Height = 30
54 Top = 378
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 = 415
63 Height = 30
64 Top = 378
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 = 392
75 Width = 125
76 Caption = '&Quote Identifiers'
77 TabOrder = 5
78 end
79 object GenerateParams: TCheckBox
80 Left = 16
81 Height = 22
82 Top = 368
83 Width = 171
84 Caption = 'Allow DSQL Placeholders'
85 TabOrder = 6
86 end
87 object PageControl: TPageControl
88 Left = 16
89 Height = 349
90 Top = 13
91 Width = 233
92 ActivePage = ExecutePage
93 TabIndex = 1
94 TabOrder = 7
95 object InsertPage: TTabSheet
96 Caption = 'Insert'
97 ClientHeight = 317
98 ClientWidth = 227
99 OnShow = InsertPageShow
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 Label2: TLabel
120 Left = 8
121 Height = 15
122 Top = 56
123 Width = 33
124 Caption = 'Fields'
125 ParentColor = False
126 end
127 object FieldList: TListBox
128 Left = 8
129 Height = 236
130 Hint = 'Select Fields to include in Insert Statement, or leave unselected to select all'
131 Top = 72
132 Width = 204
133 ItemHeight = 0
134 MultiSelect = True
135 OnDblClick = FieldListDblClick
136 ParentShowHint = False
137 ScrollWidth = 202
138 ShowHint = True
139 TabOrder = 1
140 TopIndex = -1
141 end
142 end
143 object ExecutePage: TTabSheet
144 Caption = 'Execute'
145 ClientHeight = 317
146 ClientWidth = 227
147 OnShow = ExecutePageShow
148 object Label16: TLabel
149 Left = 7
150 Height = 14
151 Top = 8
152 Width = 100
153 Caption = 'Procedure Name'
154 ParentColor = False
155 end
156 object ProcedureNames: TComboBox
157 Left = 7
158 Height = 27
159 Top = 24
160 Width = 201
161 ItemHeight = 0
162 OnCloseUp = ProcedureNamesCloseUp
163 ParentColor = True
164 TabOrder = 0
165 end
166 object Label17: TLabel
167 Left = 7
168 Height = 14
169 Top = 56
170 Width = 104
171 Caption = 'Input Parameters'
172 ParentColor = False
173 end
174 object ProcInputList: TListBox
175 Left = 8
176 Height = 103
177 Top = 72
178 Width = 198
179 IntegralHeight = True
180 ItemHeight = 0
181 ScrollWidth = 196
182 TabOrder = 1
183 TopIndex = -1
184 end
185 object Label18: TLabel
186 Left = 7
187 Height = 14
188 Top = 184
189 Width = 114
190 Caption = 'Output Parameters'
191 ParentColor = False
192 end
193 object ProcOutputList: TListBox
194 Left = 7
195 Height = 80
196 Top = 200
197 Width = 198
198 IntegralHeight = True
199 ItemHeight = 0
200 ScrollWidth = 196
201 TabOrder = 2
202 TopIndex = -1
203 end
204 object ExecuteOnlyIndicator: TLabel
205 Left = 10
206 Height = 14
207 Top = 293
208 Width = 89
209 Caption = 'Execute Only'
210 Font.Style = [fsBold]
211 ParentColor = False
212 ParentFont = False
213 Visible = False
214 end
215 end
216 end
217 object IBTransaction1: TIBTransaction
218 Active = False
219 left = 200
220 top = 388
221 end
222 end