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

Comparing ibx/trunk/design/ibselectsqleditor.lfm (file contents):
Revision 105 by tony, Thu Jan 18 14:37:32 2018 UTC vs.
Revision 106 by tony, Thu Jan 18 14:37:35 2018 UTC

# Line 1 | Line 1
1   object IBSelectSQLEditorForm: TIBSelectSQLEditorForm
2 <  Left = 784
2 >  Left = 678
3    Height = 487
4 <  Top = 248
4 >  Top = 264
5    Width = 747
6    ActiveControl = PageControl
7    Caption = 'Select SQL Editor'
# Line 92 | Line 92 | object IBSelectSQLEditorForm: TIBSelectS
92        object Label2: TLabel
93          Left = 8
94          Height = 14
95 <        Top = 74
95 >        Top = 160
96          Width = 33
97          Caption = 'Fields'
98          ParentColor = False
99        end
100        object Label4: TLabel
101 <        Left = 7
101 >        Left = 8
102          Height = 14
103 <        Top = 288
103 >        Top = 80
104          Width = 77
105          Caption = 'Primary Keys'
106          ParentColor = False
# Line 124 | Line 124 | object IBSelectSQLEditorForm: TIBSelectS
124        object FieldNamesGrid: TIBDynamicGrid
125          Left = 7
126          Height = 168
127 <        Top = 88
127 >        Top = 174
128          Width = 209
129          Color = clWindow
130          Columns = <        
# Line 161 | Line 161 | object IBSelectSQLEditorForm: TIBSelectS
161          DefaultPositionAtEnd = False
162        end
163        object PrimaryKeysGrid: TIBDynamicGrid
164 <        Left = 7
164 >        Left = 8
165          Height = 56
166 <        Top = 304
166 >        Top = 96
167          Width = 209
168          Color = clWindow
169          Columns = <        
# Line 201 | Line 201 | object IBSelectSQLEditorForm: TIBSelectS
201        object SelectSelectAll: TCheckBox
202          Left = 7
203          Height = 22
204 <        Top = 256
204 >        Top = 342
205          Width = 134
206          Caption = 'Select/Deselect All'
207          OnChange = SelectSelectAllChange
208          TabOrder = 3
209        end
210        object IncludeSysTables: TCheckBox
211 <        Left = 8
211 >        Left = 7
212          Height = 22
213          Top = 48
214          Width = 158
# Line 421 | Line 421 | object IBSelectSQLEditorForm: TIBSelectS
421        ParamData = <      
422          item
423            DataType = ftUnknown
424 +          Name = 'RDB$RELATION_NAME'
425 +          ParamType = ptInput
426 +        end>
427 +    end
428 +    inherited ReadOnlyFields: TIBQuery
429 +      ParamData = <      
430 +        item
431 +          DataType = ftUnknown
432            Name = 'RDB$RELATION_NAME'
433            ParamType = ptInput
434          end>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines