object IBSQLEditorForm: TIBSQLEditorForm Left = 402 Height = 425 Top = 369 Width = 716 ActiveControl = PageControl Caption = 'IBSQL Editor' ClientHeight = 425 ClientWidth = 716 OnShow = FormShow LCLVersion = '1.2.6.0' object Label3: TLabel Left = 288 Height = 15 Top = 8 Width = 24 Caption = 'SQL' ParentColor = False end object SQLText: TMemo Left = 288 Height = 335 Top = 27 Width = 418 Anchors = [akTop, akLeft, akRight, akBottom] ScrollBars = ssAutoBoth TabOrder = 0 end object GenerateBtn: TButton Left = 267 Height = 30 Top = 374 Width = 104 Anchors = [akRight, akBottom] Caption = 'Generate SQL' OnClick = GenerateBtnClick TabOrder = 1 end object Button2: TButton Left = 627 Height = 30 Top = 374 Width = 72 Anchors = [akRight, akBottom] Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object QuoteFields: TCheckBox Left = 16 Height = 24 Top = 392 Width = 127 Caption = '&Quote Identifiers' TabOrder = 3 end object Button1: TButton Left = 539 Height = 30 Top = 373 Width = 72 Anchors = [akRight, akBottom] Caption = 'OK' Default = True ModalResult = 1 TabOrder = 4 end object PageControl: TPageControl Left = 16 Height = 337 Top = 27 Width = 251 ActivePage = InsertPage TabIndex = 1 TabOrder = 5 object SelectPage: TTabSheet Caption = 'Select' ClientHeight = 300 ClientWidth = 243 OnShow = SelectPageShow object Label1: TLabel Left = 7 Height = 15 Top = 3 Width = 69 Caption = 'Table Name' ParentColor = False end object Label2: TLabel Left = 7 Height = 15 Top = 53 Width = 33 Caption = 'Fields' ParentColor = False end object Label4: TLabel Left = 7 Height = 15 Top = 231 Width = 77 Caption = 'Primary Keys' ParentColor = False end object SelectTableNames: TComboBox Left = 7 Height = 27 Top = 19 Width = 169 AutoComplete = True AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending] ItemHeight = 0 OnCloseUp = SelectTableNamesCloseUp TabOrder = 0 end object SelectFieldsList: TListBox Left = 7 Height = 136 Hint = 'Select Fields to include in Select Statement or leave unselected to select all' Top = 69 Width = 169 ItemHeight = 0 MultiSelect = True OnDblClick = SelectFieldsListDblClick ParentShowHint = False ScrollWidth = 167 ShowHint = True TabOrder = 1 TopIndex = -1 end object SelectPrimaryKeys: TListBox Left = 7 Height = 46 Top = 247 Width = 159 Anchors = [akTop, akLeft, akBottom] ItemHeight = 0 ScrollWidth = 157 TabOrder = 2 TopIndex = -1 end end object InsertPage: TTabSheet Caption = 'Insert' ClientHeight = 300 ClientWidth = 243 OnShow = InsertPageShow object Label8: TLabel Left = 7 Height = 15 Top = 3 Width = 69 Caption = 'Table Name' ParentColor = False end object Label9: TLabel Left = 7 Height = 15 Top = 53 Width = 33 Caption = 'Fields' ParentColor = False end object InsertTableNames: TComboBox Left = 7 Height = 27 Top = 19 Width = 169 AutoComplete = True AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending] ItemHeight = 0 OnCloseUp = InsertTableNamesCloseUp TabOrder = 0 end object InsertFieldsList: TListBox Left = 7 Height = 225 Hint = 'Select Fields to include in Insert Statement or leave unselected to select all' Top = 69 Width = 169 Anchors = [akTop, akLeft, akBottom] ItemHeight = 0 MultiSelect = True OnDblClick = SelectFieldsListDblClick ParentShowHint = False ScrollWidth = 167 ShowHint = True TabOrder = 1 TopIndex = -1 end end object ModifyPage: TTabSheet Caption = 'Modify' ClientHeight = 300 ClientWidth = 243 OnShow = ModifyPageShow object Label10: TLabel Left = 7 Height = 15 Top = 3 Width = 69 Caption = 'Table Name' ParentColor = False end object Label11: TLabel Left = 7 Height = 15 Top = 53 Width = 33 Caption = 'Fields' ParentColor = False end object Label12: TLabel Left = 7 Height = 15 Top = 228 Width = 77 Caption = 'Primary Keys' ParentColor = False end object ModifyTableNames: TComboBox Left = 7 Height = 27 Top = 19 Width = 169 AutoComplete = True AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending] ItemHeight = 0 OnCloseUp = ModifyTableNamesCloseUp TabOrder = 0 end object ModifyFieldsList: TListBox Left = 7 Height = 104 Hint = 'Select Fields to include in Update Statement or leave unselected to select all' Top = 69 Width = 169 ItemHeight = 0 MultiSelect = True OnClick = SelectFieldsListDblClick ScrollWidth = 167 TabOrder = 1 TopIndex = -1 end object ModifyPrimaryKeys: TListBox Left = 7 Height = 46 Top = 244 Width = 159 Anchors = [akTop, akLeft, akBottom] ItemHeight = 0 OnClick = SelectFieldsListDblClick ScrollWidth = 157 TabOrder = 2 TopIndex = -1 end object IncludePrimaryKeys: TCheckBox Left = 5 Height = 24 Top = 181 Width = 152 Caption = 'Include Primary keys' OnClick = IncludePrimaryKeysClick TabOrder = 3 end object Label5: TLabel Left = 27 Height = 15 Top = 202 Width = 67 Caption = 'in Field List' ParentColor = False end end object DeletePage: TTabSheet Caption = 'Delete' ClientHeight = 300 ClientWidth = 243 OnShow = DeletePageShow object Label14: TLabel Left = 7 Height = 15 Top = 3 Width = 69 Caption = 'Table Name' ParentColor = False end object Label15: TLabel Left = 7 Height = 15 Top = 66 Width = 77 Caption = 'Primary Keys' ParentColor = False end object DeleteTableNames: TComboBox Left = 7 Height = 27 Top = 19 Width = 169 AutoComplete = True AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending] ItemHeight = 0 OnCloseUp = DeleteTableNamesCloseUp TabOrder = 0 end object DeletePrimaryKeys: TListBox Left = 7 Height = 55 Top = 82 Width = 159 ItemHeight = 0 OnDblClick = SelectFieldsListDblClick ScrollWidth = 157 TabOrder = 1 TopIndex = -1 end end object ExecutePage: TTabSheet Caption = 'Execute' ClientHeight = 300 ClientWidth = 243 OnShow = ExecutePageShow object Label16: TLabel Left = 7 Height = 15 Top = 3 Width = 100 Caption = 'Procedure Name' ParentColor = False end object Label17: TLabel Left = 10 Height = 15 Top = 61 Width = 104 Caption = 'Input Parameters' ParentColor = False end object Label18: TLabel Left = 11 Height = 15 Top = 181 Width = 114 Caption = 'Output Parameters' ParentColor = False end object ProcedureNames: TComboBox Left = 7 Height = 27 Top = 19 Width = 169 ItemHeight = 0 OnCloseUp = ProcedureNamesCloseUp TabOrder = 0 end object ProcInputList: TListBox Left = 6 Height = 80 Top = 82 Width = 164 IntegralHeight = True ItemHeight = 0 ScrollWidth = 162 TabOrder = 1 TopIndex = -1 end object ProcOutputList: TListBox Left = 10 Height = 66 Top = 201 Width = 160 Anchors = [akTop, akLeft, akBottom] IntegralHeight = True ItemHeight = 0 ScrollWidth = 158 TabOrder = 2 TopIndex = -1 end object SelectProcedure: TLabel Left = 7 Height = 14 Top = 279 Width = 126 Anchors = [akLeft, akBottom] Caption = 'Is ''Select Procedure''' Font.Height = -11 Font.Style = [fsBold] ParentColor = False ParentFont = False Visible = False end end end object TestBtn: TButton Left = 403 Height = 30 Top = 374 Width = 66 Anchors = [akRight, akBottom] Caption = 'Test' OnClick = TestBtnClick TabOrder = 6 end object GenerateParams: TCheckBox Left = 16 Height = 24 Top = 368 Width = 173 Caption = 'Allow DSQL Placeholders' TabOrder = 7 end object IBTransaction1: TIBTransaction Active = False left = 200 top = 391 end end