ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/design/ibmodifysqleditor.lfm
(Generate patch)

Comparing ibx/trunk/design/ibmodifysqleditor.lfm (file contents):
Revision 20 by tony, Mon Jul 7 13:00:15 2014 UTC vs.
Revision 21 by tony, Thu Feb 26 10:33:34 2015 UTC

# Line 3 | Line 3 | object IBModifySQLEditorForm: TIBModifyS
3    Height = 438
4    Top = 250
5    Width = 749
6  ActiveControl = TableNamesCombo
6    Caption = 'Modify SQL Editor'
7    ClientHeight = 438
8    ClientWidth = 749
9    OnShow = FormShow
10 <  LCLVersion = '1.2.2.0'
12 <  object Label1: TLabel
13 <    Left = 16
14 <    Height = 15
15 <    Top = 16
16 <    Width = 69
17 <    Caption = 'Table Name'
18 <    ParentColor = False
19 <  end
20 <  object Label2: TLabel
21 <    Left = 19
22 <    Height = 15
23 <    Top = 84
24 <    Width = 33
25 <    Caption = 'Fields'
26 <    ParentColor = False
27 <  end
10 >  LCLVersion = '1.2.6.0'
11    object Label3: TLabel
12      Left = 279
13      Height = 15
# Line 33 | Line 16 | object IBModifySQLEditorForm: TIBModifyS
16      Caption = 'SQL'
17      ParentColor = False
18    end
36  object Label4: TLabel
37    Left = 23
38    Height = 15
39    Top = 285
40    Width = 77
41    Caption = 'Primary Keys'
42    ParentColor = False
43  end
19    object SQLText: TMemo
20      Left = 279
21      Height = 328
# Line 72 | Line 47 | object IBModifySQLEditorForm: TIBModifyS
47      ModalResult = 2
48      TabOrder = 2
49    end
75  object TableNamesCombo: TComboBox
76    Left = 23
77    Height = 27
78    Top = 38
79    Width = 201
80    ItemHeight = 0
81    OnCloseUp = TableNamesComboCloseUp
82    TabOrder = 3
83  end
84  object FieldList: TListBox
85    Left = 21
86    Height = 146
87    Hint = 'Select Fields to include in Update Statement, or leave unselected to select all'
88    Top = 102
89    Width = 204
90    ItemHeight = 0
91    MultiSelect = True
92    OnDblClick = FieldListDblClick
93    ParentShowHint = False
94    ScrollWidth = 202
95    ShowHint = True
96    TabOrder = 4
97    TopIndex = -1
98  end
50    object GenerateBtn: TButton
51      Left = 280
52      Height = 30
# Line 104 | Line 55 | object IBModifySQLEditorForm: TIBModifyS
55      Anchors = [akRight, akBottom]
56      Caption = 'Generate SQL'
57      OnClick = GenerateBtnClick
58 <    TabOrder = 5
58 >    TabOrder = 3
59    end
60    object TestBtn: TButton
61      Left = 416
# Line 114 | Line 65 | object IBModifySQLEditorForm: TIBModifyS
65      Anchors = [akRight, akBottom]
66      Caption = 'Test'
67      OnClick = TestBtnClick
68 <    TabOrder = 6
68 >    TabOrder = 4
69    end
70    object QuoteFields: TCheckBox
71      Left = 16
72 <    Height = 24
72 >    Height = 22
73      Top = 400
74 <    Width = 127
74 >    Width = 125
75      Caption = '&Quote Identifiers'
76 <    TabOrder = 7
126 <  end
127 <  object PrimaryKeyList: TListBox
128 <    Left = 23
129 <    Height = 59
130 <    Top = 304
131 <    Width = 200
132 <    ItemHeight = 0
133 <    OnDblClick = PrimaryKeyListDblClick
134 <    ScrollWidth = 198
135 <    TabOrder = 8
136 <    TopIndex = -1
137 <  end
138 <  object IncludePrimaryKeys: TCheckBox
139 <    Left = 19
140 <    Height = 24
141 <    Top = 256
142 <    Width = 223
143 <    Caption = 'Include Primary keys in Field List'
144 <    Checked = True
145 <    OnClick = TableNamesComboCloseUp
146 <    State = cbChecked
147 <    TabOrder = 9
76 >    TabOrder = 5
77    end
78    object GenerateParams: TCheckBox
79      Left = 16
80 <    Height = 24
80 >    Height = 22
81      Top = 376
82 <    Width = 173
82 >    Width = 171
83      Caption = 'Allow DSQL Placeholders'
84 <    TabOrder = 10
84 >    TabOrder = 6
85 >  end
86 >  object PageControl: TPageControl
87 >    Left = 18
88 >    Height = 346
89 >    Top = 18
90 >    Width = 238
91 >    ActivePage = ExecutePage
92 >    TabIndex = 1
93 >    TabOrder = 7
94 >    object ModifyPage: TTabSheet
95 >      Caption = 'Update'
96 >      ClientHeight = 313
97 >      ClientWidth = 232
98 >      OnShow = ModifyPageShow
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 = 22
111 >        Width = 201
112 >        AutoComplete = True
113 >        AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending]
114 >        ItemHeight = 0
115 >        OnCloseUp = TableNamesComboCloseUp
116 >        TabOrder = 0
117 >      end
118 >      object Label2: TLabel
119 >        Left = 8
120 >        Height = 15
121 >        Top = 56
122 >        Width = 33
123 >        Caption = 'Fields'
124 >        ParentColor = False
125 >      end
126 >      object FieldList: TListBox
127 >        Left = 8
128 >        Height = 120
129 >        Hint = 'Select Fields to include in Update Statement, or leave unselected to select all'
130 >        Top = 72
131 >        Width = 200
132 >        ItemHeight = 0
133 >        MultiSelect = True
134 >        OnDblClick = FieldListDblClick
135 >        ParentShowHint = False
136 >        ScrollWidth = 198
137 >        ShowHint = True
138 >        TabOrder = 1
139 >        TopIndex = -1
140 >      end
141 >      object IncludePrimaryKeys: TCheckBox
142 >        Left = 8
143 >        Height = 22
144 >        Top = 200
145 >        Width = 221
146 >        Caption = 'Include Primary keys in Field List'
147 >        Checked = True
148 >        OnClick = TableNamesComboCloseUp
149 >        State = cbChecked
150 >        TabOrder = 2
151 >      end
152 >      object Label4: TLabel
153 >        Left = 8
154 >        Height = 15
155 >        Top = 229
156 >        Width = 77
157 >        Caption = 'Primary Keys'
158 >        ParentColor = False
159 >      end
160 >      object PrimaryKeyList: TListBox
161 >        Left = 8
162 >        Height = 59
163 >        Top = 248
164 >        Width = 200
165 >        ItemHeight = 0
166 >        OnDblClick = PrimaryKeyListDblClick
167 >        ScrollWidth = 198
168 >        TabOrder = 3
169 >        TopIndex = -1
170 >      end
171 >    end
172 >    object ExecutePage: TTabSheet
173 >      Caption = 'Execute'
174 >      ClientHeight = 313
175 >      ClientWidth = 232
176 >      OnShow = ExecutePageShow
177 >      object Label16: TLabel
178 >        Left = 7
179 >        Height = 15
180 >        Top = 8
181 >        Width = 100
182 >        Caption = 'Procedure Name'
183 >        ParentColor = False
184 >      end
185 >      object ProcedureNames: TComboBox
186 >        Left = 7
187 >        Height = 27
188 >        Top = 24
189 >        Width = 201
190 >        ItemHeight = 0
191 >        OnCloseUp = ProcedureNamesCloseUp
192 >        ParentColor = True
193 >        TabOrder = 0
194 >      end
195 >      object Label17: TLabel
196 >        Left = 7
197 >        Height = 15
198 >        Top = 56
199 >        Width = 104
200 >        Caption = 'Input Parameters'
201 >        ParentColor = False
202 >      end
203 >      object ProcInputList: TListBox
204 >        Left = 8
205 >        Height = 103
206 >        Top = 72
207 >        Width = 198
208 >        IntegralHeight = True
209 >        ItemHeight = 0
210 >        ScrollWidth = 196
211 >        TabOrder = 1
212 >        TopIndex = -1
213 >      end
214 >      object ProcOutputList: TListBox
215 >        Left = 7
216 >        Height = 80
217 >        Top = 200
218 >        Width = 198
219 >        IntegralHeight = True
220 >        ItemHeight = 0
221 >        ScrollWidth = 196
222 >        TabOrder = 2
223 >        TopIndex = -1
224 >      end
225 >      object Label18: TLabel
226 >        Left = 7
227 >        Height = 15
228 >        Top = 184
229 >        Width = 114
230 >        Caption = 'Output Parameters'
231 >        ParentColor = False
232 >      end
233 >      object ExecuteOnlyIndicator: TLabel
234 >        Left = 10
235 >        Height = 15
236 >        Top = 293
237 >        Width = 89
238 >        Caption = 'Execute Only'
239 >        Font.Style = [fsBold]
240 >        ParentColor = False
241 >        ParentFont = False
242 >        Visible = False
243 >      end
244 >    end
245    end
246    object IBTransaction1: TIBTransaction
247      Active = False

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines