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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines