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

# User Rev Content
1 tony 5 object IBInsertSQLEditorForm: TIBInsertSQLEditorForm
2 tony 67 Left = 2288
3 tony 7 Height = 436
4 tony 67 Top = 468
5 tony 7 Width = 748
6 tony 5 Caption = 'Insert SQL Editor'
7 tony 7 ClientHeight = 436
8     ClientWidth = 748
9 tony 5 OnShow = FormShow
10 tony 67 Position = poScreenCenter
11     LCLVersion = '1.8.0.4'
12 tony 5 object Label3: TLabel
13     Left = 279
14 tony 67 Height = 14
15 tony 5 Top = 16
16 tony 19 Width = 24
17 tony 5 Caption = 'SQL'
18     ParentColor = False
19     end
20     object SQLText: TMemo
21     Left = 279
22 tony 7 Height = 326
23 tony 5 Top = 36
24 tony 7 Width = 438
25     Anchors = [akTop, akLeft, akRight, akBottom]
26     ScrollBars = ssAutoBoth
27 tony 5 TabOrder = 0
28     end
29     object Button1: TButton
30 tony 7 Left = 551
31 tony 5 Height = 30
32 tony 7 Top = 378
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 = 639
42 tony 5 Height = 30
43 tony 7 Top = 378
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 = 279
53 tony 5 Height = 30
54 tony 7 Top = 378
55     Width = 101
56     Anchors = [akRight, akBottom]
57 tony 5 Caption = 'Generate SQL'
58 tony 7 OnClick = GenerateBtnClick
59 tony 21 TabOrder = 3
60 tony 5 end
61 tony 7 object TestBtn: TButton
62     Left = 415
63 tony 5 Height = 30
64 tony 7 Top = 378
65 tony 5 Width = 66
66 tony 7 Anchors = [akRight, akBottom]
67 tony 5 Caption = 'Test'
68 tony 7 OnClick = TestBtnClick
69 tony 21 TabOrder = 4
70 tony 5 end
71     object QuoteFields: TCheckBox
72     Left = 16
73 tony 21 Height = 22
74 tony 19 Top = 392
75 tony 21 Width = 125
76 tony 5 Caption = '&Quote Identifiers'
77 tony 21 TabOrder = 5
78 tony 5 end
79 tony 19 object GenerateParams: TCheckBox
80     Left = 16
81 tony 21 Height = 22
82 tony 19 Top = 368
83 tony 21 Width = 171
84 tony 19 Caption = 'Allow DSQL Placeholders'
85 tony 21 TabOrder = 6
86 tony 19 end
87 tony 21 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 tony 67 ClientHeight = 317
98 tony 21 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 tony 67 ClientHeight = 317
146 tony 21 ClientWidth = 227
147     OnShow = ExecutePageShow
148     object Label16: TLabel
149     Left = 7
150 tony 67 Height = 14
151 tony 21 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 tony 67 Height = 14
169 tony 21 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 tony 67 Height = 14
188 tony 21 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 tony 67 Height = 14
207 tony 21 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 tony 7 object IBTransaction1: TIBTransaction
218     Active = False
219     left = 200
220     top = 388
221     end
222 tony 5 end