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

File Contents

# User Rev Content
1 tony 5 object IBDeleteSQLEditorForm: TIBDeleteSQLEditorForm
2 tony 21 Left = 522
3 tony 7 Height = 439
4     Top = 384
5     Width = 750
6 tony 5 Caption = 'Delete SQL Editor'
7 tony 7 ClientHeight = 439
8     ClientWidth = 750
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 = 329
23 tony 5 Top = 36
24 tony 7 Width = 440
25     Anchors = [akTop, akLeft, akRight, akBottom]
26     ScrollBars = ssAutoBoth
27 tony 5 TabOrder = 0
28     end
29     object Button1: TButton
30 tony 7 Left = 553
31 tony 5 Height = 30
32 tony 7 Top = 381
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 = 641
42 tony 5 Height = 30
43 tony 7 Top = 381
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 = 281
53 tony 5 Height = 30
54 tony 7 Top = 381
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 = 417
63 tony 5 Height = 30
64 tony 7 Top = 381
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 = 400
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 = 376
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 = 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 tony 67 ClientHeight = 307
98 tony 21 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 tony 67 ClientHeight = 307
142 tony 21 ClientWidth = 233
143     OnShow = ExecutePageShow
144     object Label16: TLabel
145     Left = 7
146 tony 67 Height = 14
147 tony 21 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 tony 67 Height = 14
165 tony 21 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 tony 67 Height = 14
184 tony 21 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 tony 67 Height = 14
203 tony 21 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 tony 7 object IBTransaction1: TIBTransaction
214     Active = False
215 tony 21 left = 216
216     top = 400
217 tony 7 end
218 tony 5 end