--- ibx/trunk/design/ibinsertsqleditor.lfm 2018/01/18 10:43:58 100 +++ ibx/trunk/design/ibinsertsqleditor.lfm 2018/01/18 14:37:18 101 @@ -1,20 +1,28 @@ inherited IBInsertSQLEditorForm: TIBInsertSQLEditorForm + Left = 307 + Top = 274 Caption = 'Insert SQL Editor' inherited GenerateBtn: TButton OnClick = GenerateBtnClick end inherited PageControl: TPageControl - ActivePage = ExecutePage - TabIndex = 1 inherited SelectPage: TTabSheet + inherited Label4: TLabel + Left = 8 + Top = 240 + Width = 103 + Caption = 'Identity Columns' + end inherited FieldNamesGrid: TIBDynamicGrid - Height = 208 + Height = 112 end inherited PrimaryKeysGrid: TIBDynamicGrid - Visible = False + Left = 8 + Top = 256 + DataSource = IBSQLEditFrame.IdentityColsSource end inherited SelectSelectAll: TCheckBox - Top = 296 + Top = 200 end end inherited ExecutePage: TTabSheet @@ -41,6 +49,8 @@ inherited IBInsertSQLEditorForm: TIBInse ClientHeight = 339 ClientWidth = 448 TabOrder = 7 + DesignLeft = 1974 + DesignTop = 200 inherited SQLText: TSynEdit Height = 313 Width = 448 @@ -86,5 +96,13 @@ inherited IBInsertSQLEditorForm: TIBInse inherited SQLTransaction: TIBTransaction Params.Strings = ( ) end + inherited IdentityCols: TIBQuery + ParamData = < + item + DataType = ftUnknown + Name = 'RDB$RELATION_NAME' + ParamType = ptInput + end> + end end end