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 21 by tony, Thu Feb 26 10:33:34 2015 UTC vs.
Revision 107 by tony, Thu Jan 18 14:37:40 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 >  Left = 1041
3 >  Height = 512
4 >  Top = 330
5    Caption = 'Modify SQL Editor'
6 <  ClientHeight = 438
7 <  ClientWidth = 749
8 <  OnShow = FormShow
9 <  LCLVersion = '1.2.6.0'
10 <  object Label3: TLabel
11 <    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 = 328
22 <    Top = 36
23 <    Width = 439
24 <    Anchors = [akTop, akLeft, akRight, akBottom]
25 <    ScrollBars = ssAutoBoth
26 <    TabOrder = 0
6 >  ClientHeight = 512
7 >  inherited Button1: TButton
8 >    Top = 457
9 >  end
10 >  inherited Button2: TButton
11 >    Top = 457
12    end
13 <  object Button1: TButton
14 <    Left = 552
30 <    Height = 30
31 <    Top = 379
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 = 640
41 <    Height = 30
42 <    Top = 380
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 = 280
52 <    Height = 30
53 <    Top = 380
54 <    Width = 101
55 <    Anchors = [akRight, akBottom]
56 <    Caption = 'Generate SQL'
13 >  inherited GenerateBtn: TButton
14 >    Top = 457
15      OnClick = GenerateBtnClick
58    TabOrder = 3
16    end
17 <  object TestBtn: TButton
18 <    Left = 416
62 <    Height = 30
63 <    Top = 380
64 <    Width = 66
65 <    Anchors = [akRight, akBottom]
66 <    Caption = 'Test'
67 <    OnClick = TestBtnClick
68 <    TabOrder = 4
17 >  inherited TestBtn: TButton
18 >    Top = 457
19    end
20 <  object QuoteFields: TCheckBox
21 <    Left = 16
22 <    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 = 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
20 >  inherited PageControl: TPageControl
21 >    inherited SelectPage: TTabSheet
22 >      inherited Label2: TLabel
23          Left = 7
24 <        Height = 15
25 <        Top = 8
26 <        Width = 100
182 <        Caption = 'Procedure Name'
183 <        ParentColor = False
24 >        Top = 224
25 >        Width = 106
26 >        Caption = 'Updateable Fields'
27        end
28 <      object ProcedureNames: TComboBox
28 >      inherited Label4: TLabel
29          Left = 7
187        Height = 27
188        Top = 24
189        Width = 201
190        ItemHeight = 0
191        OnCloseUp = ProcedureNamesCloseUp
192        ParentColor = True
193        TabOrder = 0
30        end
31 <      object Label17: TLabel
32 <        Left = 7
33 <        Height = 15
34 <        Top = 56
35 <        Width = 104
36 <        Caption = 'Input Parameters'
37 <        ParentColor = False
38 <      end
39 <      object ProcInputList: TListBox
40 <        Left = 8
41 <        Height = 103
42 <        Top = 72
43 <        Width = 198
44 <        IntegralHeight = True
45 <        ItemHeight = 0
46 <        ScrollWidth = 196
47 <        TabOrder = 1
48 <        TopIndex = -1
31 >      inherited FieldNamesGrid: TIBDynamicGrid
32 >        Height = 104
33 >        Top = 240
34 >      end
35 >      inherited PrimaryKeysGrid: TIBDynamicGrid
36 >        Height = 48
37 >      end
38 >      inherited SelectSelectAll: TCheckBox
39 >        Top = 344
40 >      end
41 >      object Label5: TLabel[8]
42 >        Left = 9
43 >        Height = 14
44 >        Top = 152
45 >        Width = 138
46 >        Caption = 'Computed By Columns'
47 >        ParentColor = False
48 >      end
49 >      object ReadOnlyGrid: TIBDynamicGrid[9]
50 >        Left = 9
51 >        Height = 48
52 >        Top = 168
53 >        Width = 209
54 >        Color = clWindow
55 >        Columns = <        
56 >          item
57 >            ButtonStyle = cbsCheckboxColumn
58 >            Title.Caption = 'SELECTED'
59 >            Width = 30
60 >            FieldName = 'SELECTED'
61 >            AutoSizeColumn = False
62 >            InitialSortColumn = False
63 >            DBLookupProperties.ItemHeight = 0
64 >            DBLookupProperties.ItemWidth = 0
65 >            DBLookupProperties.AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending]
66 >          end        
67 >          item
68 >            Title.Caption = 'COLUMNNAME'
69 >            Width = 64
70 >            FieldName = 'COLUMNNAME'
71 >            AutoSizeColumn = True
72 >            InitialSortColumn = False
73 >            DBLookupProperties.ItemHeight = 0
74 >            DBLookupProperties.ItemWidth = 0
75 >            DBLookupProperties.AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending]
76 >          end>
77 >        FixedCols = 0
78 >        Options = [dgEditing, dgColumnResize, dgColumnMove, dgRowLines, dgConfirmDelete, dgCancelOnExit, dgDisableDelete, dgDisableInsert]
79 >        Scrollbars = ssAutoVertical
80 >        TabOrder = 5
81 >        ExpandEditorPanelBelowRow = False
82 >        Descending = False
83 >        EditorBorderStyle = bsSingle
84 >        DefaultPositionAtEnd = False
85        end
86 <      object ProcOutputList: TListBox
87 <        Left = 7
88 <        Height = 80
89 <        Top = 200
218 <        Width = 198
219 <        IntegralHeight = True
220 <        ItemHeight = 0
221 <        ScrollWidth = 196
222 <        TabOrder = 2
223 <        TopIndex = -1
86 >    end
87 >    inherited ExecutePage: TTabSheet
88 >      inherited Label18: TLabel
89 >        Top = 240
90        end
91 <      object Label18: TLabel
92 <        Left = 7
227 <        Height = 15
228 <        Top = 184
229 <        Width = 114
230 <        Caption = 'Output Parameters'
231 <        ParentColor = False
91 >      inherited InputProcGrid: TIBDynamicGrid
92 >        Height = 107
93        end
94 <      object ExecuteOnlyIndicator: TLabel
94 >      inherited OutputProcGrid: TIBDynamicGrid
95          Left = 10
96 <        Height = 15
97 <        Top = 293
98 <        Width = 89
99 <        Caption = 'Execute Only'
100 <        Font.Style = [fsBold]
101 <        ParentColor = False
102 <        ParentFont = False
103 <        Visible = False
96 >        Height = 112
97 >        Top = 256
98 >        Columns = <        
99 >          item
100 >            ButtonStyle = cbsCheckboxColumn
101 >            PickList.Strings = (            )
102 >            Title.Caption = 'SELECTED'
103 >            Width = 30
104 >            FieldName = 'SELECTED'
105 >            AutoSizeColumn = False
106 >            InitialSortColumn = False
107 >            DBLookupProperties.ItemHeight = 0
108 >            DBLookupProperties.ItemWidth = 0
109 >            DBLookupProperties.AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending]
110 >          end        
111 >          item
112 >            PickList.Strings = (            )
113 >            Title.Caption = 'COLUMNNAME'
114 >            Width = 0
115 >            Visible = False
116 >            FieldName = 'COLUMNNAME'
117 >            AutoSizeColumn = True
118 >            InitialSortColumn = False
119 >            DBLookupProperties.ItemHeight = 0
120 >            DBLookupProperties.ItemWidth = 0
121 >            DBLookupProperties.AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending]
122 >          end>
123        end
124      end
125    end
126 <  object IBTransaction1: TIBTransaction
127 <    Active = False
128 <    left = 209
129 <    top = 388
126 >  inherited IBSQLEditFrame1: TIBSQLEditFrame
127 >    Left = 282
128 >    Height = 389
129 >    Top = 24
130 >    Width = 448
131 >    Anchors = [akTop, akLeft, akRight, akBottom]
132 >    ClientHeight = 389
133 >    ClientWidth = 448
134 >    TabOrder = 7
135 >    DesignLeft = 1974
136 >    DesignTop = 200
137 >    inherited SQLText: TSynEdit
138 >      Height = 363
139 >      Width = 448
140 >    end
141 >    inherited ToolBar1: TToolBar
142 >      Width = 448
143 >    end
144 >    inherited FieldNameList: TIBQuery
145 >      ParamData = <      
146 >        item
147 >          DataType = ftUnknown
148 >          Name = 'RDB$RELATION_NAME'
149 >          ParamType = ptInput
150 >        end>
151 >    end
152 >    inherited PrimaryKeys: TIBQuery
153 >      ParamData = <      
154 >        item
155 >          DataType = ftUnknown
156 >          Name = 'RDB$RELATION_NAME'
157 >          ParamType = ptInput
158 >        end>
159 >    end
160 >    inherited ProcInputParams: TIBQuery
161 >      ParamData = <      
162 >        item
163 >          DataType = ftUnknown
164 >          Name = 'RDB$PROCEDURE_NAME'
165 >          ParamType = ptInput
166 >        end>
167 >    end
168 >    inherited ProcOutputParams: TIBQuery
169 >      ParamData = <      
170 >        item
171 >          DataType = ftUnknown
172 >          Name = 'RDB$PROCEDURE_NAME'
173 >          ParamType = ptInput
174 >        end>
175 >    end
176 >    inherited SQLTransaction: TIBTransaction
177 >      Params.Strings = (      )
178 >    end
179 >    inherited IdentityCols: TIBQuery
180 >      ParamData = <      
181 >        item
182 >          DataType = ftUnknown
183 >          Name = 'RDB$RELATION_NAME'
184 >          ParamType = ptInput
185 >        end>
186 >    end
187 >    inherited ReadOnlyFields: TIBQuery
188 >      ParamData = <      
189 >        item
190 >          DataType = ftUnknown
191 >          Name = 'RDB$RELATION_NAME'
192 >          ParamType = ptInput
193 >        end>
194 >    end
195 >    inherited ReadOnlyFieldsSource: TDataSource
196 >      left = 436
197 >      top = 203
198 >    end
199 >    inherited PackageNames: TIBQuery
200 >      BeforeClose = nil
201 >    end
202 >  end
203 >  object IncludePrimaryKeys: TCheckBox[9]
204 >    Left = 24
205 >    Height = 22
206 >    Top = 465
207 >    Width = 241
208 >    Caption = 'Include Primary keys in Update SQL'
209 >    TabOrder = 8
210    end
211   end

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines