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

Comparing ibx/trunk/design/ibdeletesqleditor.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 1 | Line 1
1   object IBDeleteSQLEditorForm: TIBDeleteSQLEditorForm
2 <  Left = 824
2 >  Left = 522
3    Height = 439
4    Top = 384
5    Width = 750
6  ActiveControl = TableNamesCombo
6    Caption = 'Delete SQL Editor'
7    ClientHeight = 439
8    ClientWidth = 750
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
10 >  LCLVersion = '1.2.6.0'
11    object Label3: TLabel
12      Left = 279
13      Height = 15
# Line 25 | Line 16 | object IBDeleteSQLEditorForm: TIBDeleteS
16      Caption = 'SQL'
17      ParentColor = False
18    end
28  object Label4: TLabel
29    Left = 23
30    Height = 15
31    Top = 80
32    Width = 77
33    Caption = 'Primary Keys'
34    ParentColor = False
35  end
19    object SQLText: TMemo
20      Left = 279
21      Height = 329
# Line 64 | Line 47 | object IBDeleteSQLEditorForm: TIBDeleteS
47      ModalResult = 2
48      TabOrder = 2
49    end
67  object TableNamesCombo: TComboBox
68    Left = 23
69    Height = 27
70    Top = 38
71    Width = 201
72    ItemHeight = 0
73    OnCloseUp = TableNamesComboCloseUp
74    TabOrder = 3
75  end
50    object GenerateBtn: TButton
51      Left = 281
52      Height = 30
# Line 81 | Line 55 | object IBDeleteSQLEditorForm: TIBDeleteS
55      Anchors = [akRight, akBottom]
56      Caption = 'Generate SQL'
57      OnClick = GenerateBtnClick
58 <    TabOrder = 4
58 >    TabOrder = 3
59    end
60    object TestBtn: TButton
61      Left = 417
# Line 91 | Line 65 | object IBDeleteSQLEditorForm: TIBDeleteS
65      Anchors = [akRight, akBottom]
66      Caption = 'Test'
67      OnClick = TestBtnClick
68 <    TabOrder = 5
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 = 6
103 <  end
104 <  object PrimaryKeyList: TListBox
105 <    Left = 23
106 <    Height = 59
107 <    Top = 99
108 <    Width = 200
109 <    ItemHeight = 0
110 <    OnDblClick = PrimaryKeyListDblClick
111 <    ScrollWidth = 198
112 <    TabOrder = 7
113 <    TopIndex = -1
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 = 8
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 = 24
215 <    top = 208
214 >    left = 216
215 >    top = 400
216    end
217   end

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines