ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/design/ibdeletesqleditor.lfm
Revision: 21
Committed: Thu Feb 26 10:33:34 2015 UTC (9 years, 2 months ago) by tony
File size: 4663 byte(s)
Log Message:
Committing updates for Release R1-2-0

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