ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/tags/R1-4-1/design/ibdeletesqleditor.lfm
Revision: 40
Committed: Tue May 17 08:14:52 2016 UTC (7 years, 11 months ago) by tony
File size: 4663 byte(s)
Log Message:
Tagging R1-4-1

File Contents

# Content
1 object IBDeleteSQLEditorForm: TIBDeleteSQLEditorForm
2 Left = 522
3 Height = 439
4 Top = 384
5 Width = 750
6 Caption = 'Delete SQL Editor'
7 ClientHeight = 439
8 ClientWidth = 750
9 OnShow = FormShow
10 LCLVersion = '1.2.6.0'
11 object Label3: TLabel
12 Left = 279
13 Height = 15
14 Top = 16
15 Width = 24
16 Caption = 'SQL'
17 ParentColor = False
18 end
19 object SQLText: TMemo
20 Left = 279
21 Height = 329
22 Top = 36
23 Width = 440
24 Anchors = [akTop, akLeft, akRight, akBottom]
25 ScrollBars = ssAutoBoth
26 TabOrder = 0
27 end
28 object Button1: TButton
29 Left = 553
30 Height = 30
31 Top = 381
32 Width = 72
33 Anchors = [akRight, akBottom]
34 Caption = 'OK'
35 Default = True
36 ModalResult = 1
37 TabOrder = 1
38 end
39 object Button2: TButton
40 Left = 641
41 Height = 30
42 Top = 381
43 Width = 72
44 Anchors = [akRight, akBottom]
45 Cancel = True
46 Caption = 'Cancel'
47 ModalResult = 2
48 TabOrder = 2
49 end
50 object GenerateBtn: TButton
51 Left = 281
52 Height = 30
53 Top = 381
54 Width = 101
55 Anchors = [akRight, akBottom]
56 Caption = 'Generate SQL'
57 OnClick = GenerateBtnClick
58 TabOrder = 3
59 end
60 object TestBtn: TButton
61 Left = 417
62 Height = 30
63 Top = 381
64 Width = 66
65 Anchors = [akRight, akBottom]
66 Caption = 'Test'
67 OnClick = TestBtnClick
68 TabOrder = 4
69 end
70 object QuoteFields: TCheckBox
71 Left = 16
72 Height = 22
73 Top = 400
74 Width = 125
75 Caption = '&Quote Identifiers'
76 TabOrder = 5
77 end
78 object GenerateParams: TCheckBox
79 Left = 16
80 Height = 22
81 Top = 376
82 Width = 171
83 Caption = 'Allow DSQL Placeholders'
84 TabOrder = 6
85 end
86 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 object IBTransaction1: TIBTransaction
213 Active = False
214 left = 216
215 top = 400
216 end
217 end