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

Comparing ibx/trunk/design/ibinsertsqleditor.lfm (file contents):
Revision 100 by tony, Mon Jan 1 11:31:07 2018 UTC vs.
Revision 101 by tony, Thu Jan 18 14:37:18 2018 UTC

# Line 1 | Line 1
1   inherited IBInsertSQLEditorForm: TIBInsertSQLEditorForm
2 +  Left = 307
3 +  Top = 274
4    Caption = 'Insert SQL Editor'
5    inherited GenerateBtn: TButton
6      OnClick = GenerateBtnClick
7    end
8    inherited PageControl: TPageControl
7    ActivePage = ExecutePage
8    TabIndex = 1
9      inherited SelectPage: TTabSheet
10 +      inherited Label4: TLabel
11 +        Left = 8
12 +        Top = 240
13 +        Width = 103
14 +        Caption = 'Identity Columns'
15 +      end
16        inherited FieldNamesGrid: TIBDynamicGrid
17 <        Height = 208
17 >        Height = 112
18        end
19        inherited PrimaryKeysGrid: TIBDynamicGrid
20 <        Visible = False
20 >        Left = 8
21 >        Top = 256
22 >        DataSource = IBSQLEditFrame.IdentityColsSource
23        end
24        inherited SelectSelectAll: TCheckBox
25 <        Top = 296
25 >        Top = 200
26        end
27      end
28      inherited ExecutePage: TTabSheet
# Line 41 | Line 49 | inherited IBInsertSQLEditorForm: TIBInse
49      ClientHeight = 339
50      ClientWidth = 448
51      TabOrder = 7
52 +    DesignLeft = 1974
53 +    DesignTop = 200
54      inherited SQLText: TSynEdit
55        Height = 313
56        Width = 448
# Line 86 | Line 96 | inherited IBInsertSQLEditorForm: TIBInse
96      inherited SQLTransaction: TIBTransaction
97        Params.Strings = (      )
98      end
99 +    inherited IdentityCols: TIBQuery
100 +      ParamData = <      
101 +        item
102 +          DataType = ftUnknown
103 +          Name = 'RDB$RELATION_NAME'
104 +          ParamType = ptInput
105 +        end>
106 +    end
107    end
108   end

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines