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 79 by tony, Tue Oct 3 14:08:11 2017 UTC vs.
Revision 80 by tony, Mon Jan 1 11:31:07 2018 UTC

# Line 1 | Line 1
1 < object IBModifySQLEditorForm: TIBModifySQLEditorForm
2 <  Left = 508
3 <  Height = 438
4 <  Top = 250
5 <  Width = 749
1 > inherited IBModifySQLEditorForm: TIBModifySQLEditorForm
2    Caption = 'Modify SQL Editor'
3 <  ClientHeight = 438
8 <  ClientWidth = 749
9 <  OnShow = FormShow
10 <  Position = poScreenCenter
11 <  LCLVersion = '1.8.0.4'
12 <  object Label3: TLabel
13 <    Left = 279
14 <    Height = 14
15 <    Top = 16
16 <    Width = 24
17 <    Caption = 'SQL'
18 <    ParentColor = False
19 <  end
20 <  object SQLText: TMemo
21 <    Left = 279
22 <    Height = 328
23 <    Top = 36
24 <    Width = 439
25 <    Anchors = [akTop, akLeft, akRight, akBottom]
26 <    ScrollBars = ssAutoBoth
27 <    TabOrder = 0
28 <  end
29 <  object Button1: TButton
30 <    Left = 552
31 <    Height = 30
32 <    Top = 379
33 <    Width = 72
34 <    Anchors = [akRight, akBottom]
35 <    Caption = 'OK'
36 <    Default = True
37 <    ModalResult = 1
38 <    TabOrder = 1
39 <  end
40 <  object Button2: TButton
41 <    Left = 640
42 <    Height = 30
43 <    Top = 380
44 <    Width = 72
45 <    Anchors = [akRight, akBottom]
46 <    Cancel = True
47 <    Caption = 'Cancel'
48 <    ModalResult = 2
49 <    TabOrder = 2
50 <  end
51 <  object GenerateBtn: TButton
52 <    Left = 280
53 <    Height = 30
54 <    Top = 380
55 <    Width = 101
56 <    Anchors = [akRight, akBottom]
57 <    Caption = 'Generate SQL'
3 >  inherited GenerateBtn: TButton
4      OnClick = GenerateBtnClick
59    TabOrder = 3
60  end
61  object TestBtn: TButton
62    Left = 416
63    Height = 30
64    Top = 380
65    Width = 66
66    Anchors = [akRight, akBottom]
67    Caption = 'Test'
68    OnClick = TestBtnClick
69    TabOrder = 4
70  end
71  object QuoteFields: TCheckBox
72    Left = 16
73    Height = 22
74    Top = 400
75    Width = 125
76    Caption = '&Quote Identifiers'
77    TabOrder = 5
78  end
79  object GenerateParams: TCheckBox
80    Left = 16
81    Height = 22
82    Top = 376
83    Width = 171
84    Caption = 'Allow DSQL Placeholders'
85    TabOrder = 6
5    end
6 <  object PageControl: TPageControl
7 <    Left = 18
8 <    Height = 346
9 <    Top = 18
10 <    Width = 238
11 <    ActivePage = ExecutePage
93 <    TabIndex = 1
94 <    TabOrder = 7
95 <    object ModifyPage: TTabSheet
96 <      Caption = 'Update'
97 <      ClientHeight = 314
98 <      ClientWidth = 232
99 <      OnShow = ModifyPageShow
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 = 22
112 <        Width = 201
113 <        AutoComplete = True
114 <        AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending]
115 <        ItemHeight = 0
116 <        OnCloseUp = TableNamesComboCloseUp
117 <        TabOrder = 0
118 <      end
119 <      object Label2: TLabel
120 <        Left = 8
121 <        Height = 15
122 <        Top = 56
123 <        Width = 33
124 <        Caption = 'Fields'
125 <        ParentColor = False
126 <      end
127 <      object FieldList: TListBox
128 <        Left = 8
129 <        Height = 120
130 <        Hint = 'Select Fields to include in Update Statement, or leave unselected to select all'
131 <        Top = 72
132 <        Width = 200
133 <        ItemHeight = 0
134 <        MultiSelect = True
135 <        OnDblClick = FieldListDblClick
136 <        ParentShowHint = False
137 <        ScrollWidth = 198
138 <        ShowHint = True
139 <        TabOrder = 1
140 <        TopIndex = -1
141 <      end
142 <      object IncludePrimaryKeys: TCheckBox
143 <        Left = 8
6 >  inherited PageControl: TPageControl
7 >    ActivePage = SelectPage
8 >    TabIndex = 0
9 >    inherited SelectPage: TTabSheet
10 >      object IncludePrimaryKeys: TCheckBox[8]
11 >        Left = 5
12          Height = 22
13 <        Top = 200
13 >        Top = 300
14          Width = 221
15          Caption = 'Include Primary keys in Field List'
16          Checked = True
17 <        OnClick = TableNamesComboCloseUp
17 >        OnChange = IncludePrimaryKeysChange
18          State = cbChecked
19 <        TabOrder = 2
152 <      end
153 <      object Label4: TLabel
154 <        Left = 8
155 <        Height = 15
156 <        Top = 229
157 <        Width = 77
158 <        Caption = 'Primary Keys'
159 <        ParentColor = False
160 <      end
161 <      object PrimaryKeyList: TListBox
162 <        Left = 8
163 <        Height = 59
164 <        Top = 248
165 <        Width = 200
166 <        ItemHeight = 0
167 <        OnDblClick = PrimaryKeyListDblClick
168 <        ScrollWidth = 198
169 <        TabOrder = 3
170 <        TopIndex = -1
19 >        TabOrder = 5
20        end
21      end
22 <    object ExecutePage: TTabSheet
23 <      Caption = 'Execute'
24 <      ClientHeight = 314
176 <      ClientWidth = 232
177 <      OnShow = ExecutePageShow
178 <      object Label16: TLabel
179 <        Left = 7
180 <        Height = 14
181 <        Top = 8
182 <        Width = 100
183 <        Caption = 'Procedure Name'
184 <        ParentColor = False
185 <      end
186 <      object ProcedureNames: TComboBox
187 <        Left = 7
188 <        Height = 27
189 <        Top = 24
190 <        Width = 201
191 <        ItemHeight = 0
192 <        OnCloseUp = ProcedureNamesCloseUp
193 <        ParentColor = True
194 <        TabOrder = 0
195 <      end
196 <      object Label17: TLabel
197 <        Left = 7
198 <        Height = 14
199 <        Top = 56
200 <        Width = 104
201 <        Caption = 'Input Parameters'
202 <        ParentColor = False
203 <      end
204 <      object ProcInputList: TListBox
205 <        Left = 8
206 <        Height = 103
207 <        Top = 72
208 <        Width = 198
209 <        IntegralHeight = True
210 <        ItemHeight = 0
211 <        ScrollWidth = 196
212 <        TabOrder = 1
213 <        TopIndex = -1
22 >    inherited ExecutePage: TTabSheet
23 >      inherited Label18: TLabel
24 >        Visible = False
25        end
26 <      object ProcOutputList: TListBox
27 <        Left = 7
28 <        Height = 80
218 <        Top = 200
219 <        Width = 198
220 <        IntegralHeight = True
221 <        ItemHeight = 0
222 <        ScrollWidth = 196
223 <        TabOrder = 2
224 <        TopIndex = -1
26 >      inherited SelectProcedure: TLabel
27 >        Width = 81
28 >        Caption = 'Execute Only'
29        end
30 <      object Label18: TLabel
31 <        Left = 7
228 <        Height = 14
229 <        Top = 184
230 <        Width = 114
231 <        Caption = 'Output Parameters'
232 <        ParentColor = False
30 >      inherited InputProcGrid: TIBDynamicGrid
31 >        Height = 224
32        end
33 <      object ExecuteOnlyIndicator: TLabel
235 <        Left = 10
236 <        Height = 14
237 <        Top = 293
238 <        Width = 89
239 <        Caption = 'Execute Only'
240 <        Font.Style = [fsBold]
241 <        ParentColor = False
242 <        ParentFont = False
33 >      inherited OutputProcGrid: TIBDynamicGrid
34          Visible = False
35        end
36      end
37    end
38 <  object IBTransaction1: TIBTransaction
39 <    Active = False
40 <    left = 209
41 <    top = 388
38 >  inherited IBSQLEditFrame1: TIBSQLEditFrame
39 >    Left = 282
40 >    Height = 339
41 >    Top = 24
42 >    Width = 448
43 >    Anchors = [akTop, akLeft, akRight, akBottom]
44 >    ClientHeight = 339
45 >    ClientWidth = 448
46 >    TabOrder = 7
47 >    inherited SQLText: TSynEdit
48 >      Height = 313
49 >      Width = 448
50 >    end
51 >    inherited ToolBar1: TToolBar
52 >      Width = 448
53 >    end
54 >    inherited FieldNameList: TIBQuery
55 >      ParamData = <      
56 >        item
57 >          DataType = ftUnknown
58 >          Name = 'RDB$RELATION_NAME'
59 >          ParamType = ptInput
60 >        end>
61 >    end
62 >    inherited PrimaryKeys: TIBQuery
63 >      ParamData = <      
64 >        item
65 >          DataType = ftUnknown
66 >          Name = 'RDB$RELATION_NAME'
67 >          ParamType = ptInput
68 >        end>
69 >    end
70 >    inherited UserProcedures: TIBQuery
71 >      AfterScroll = UserProceduresAfterScroll
72 >    end
73 >    inherited ProcInputParams: TIBQuery
74 >      ParamData = <      
75 >        item
76 >          DataType = ftUnknown
77 >          Name = 'RDB$PROCEDURE_NAME'
78 >          ParamType = ptInput
79 >        end>
80 >    end
81 >    inherited ProcOutputParams: TIBQuery
82 >      ParamData = <      
83 >        item
84 >          DataType = ftUnknown
85 >          Name = 'RDB$PROCEDURE_NAME'
86 >          ParamType = ptInput
87 >        end>
88 >    end
89 >    inherited SQLTransaction: TIBTransaction
90 >      Params.Strings = (      )
91 >    end
92    end
93   end

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines