object frmTableTools: TfrmTableTools Left = 734 Top = 126 Caption = 'Table tools' ClientHeight = 383 ClientWidth = 764 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow DesignSize = ( 764 383) PixelsPerInch = 96 TextHeight = 13 object lblCheckedSize: TLabel Left = 8 Top = 355 Width = 70 Height = 13 Anchors = [akLeft, akBottom] Caption = 'lblCheckedSize' end object btnCloseOrCancel: TButton Left = 661 Top = 350 Width = 95 Height = 25 Anchors = [akRight, akBottom] Cancel = True Caption = 'Close' ModalResult = 2 TabOrder = 3 OnClick = btnCloseOrCancelClick end object pnlTop: TPanel AlignWithMargins = True Left = 8 Top = 8 Width = 748 Height = 336 Margins.Left = 8 Margins.Top = 8 Margins.Right = 8 Margins.Bottom = 8 Align = alTop Anchors = [akLeft, akTop, akRight, akBottom] BevelOuter = bvNone TabOrder = 0 object spltHorizontally: TSplitter Left = 144 Top = 0 Width = 4 Height = 336 Cursor = crSizeWE ResizeStyle = rsUpdate end object TreeObjects: TVirtualStringTree Left = 0 Top = 0 Width = 144 Height = 336 Align = alLeft Header.AutoSizeIndex = 0 Header.Font.Charset = DEFAULT_CHARSET Header.Font.Color = clWindowText Header.Font.Height = -11 Header.Font.Name = 'Tahoma' Header.Font.Style = [] Header.Options = [hoAutoResize, hoColumnResize, hoDrag, hoShowSortGlyphs] Images = MainForm.ImageListMain IncrementalSearch = isInitializedOnly PopupMenu = popupTree TabOrder = 0 TreeOptions.MiscOptions = [toAcceptOLEDrop, toCheckSupport, toFullRepaintOnResize, toInitOnSave, toToggleOnDblClick, toWheelPanning, toEditOnClick] TreeOptions.PaintOptions = [toHotTrack, toShowButtons, toShowDropmark, toShowRoot, toShowTreeLines, toThemeAware, toUseBlendedImages, toGhostedIfUnfocused, toUseExplorerTheme, toHideTreeLinesIfThemed] TreeOptions.SelectionOptions = [toFullRowSelect, toRightClickSelect] OnBeforeCellPaint = TreeObjectsBeforeCellPaint OnChange = TreeObjectsChange OnChecked = TreeObjectsChecked OnChecking = TreeObjectsChecking OnExpanded = TreeObjectsExpanded OnGetText = TreeObjectsGetText OnPaintText = TreeObjectsPaintText OnGetImageIndex = TreeObjectsGetImageIndex OnGetNodeDataSize = TreeObjectsGetNodeDataSize OnInitChildren = TreeObjectsInitChildren OnInitNode = TreeObjectsInitNode Columns = < item Position = 0 Width = 90 WideText = 'Dummy, keeps compatibility to mainform.dbtree' end item Alignment = taRightJustify Position = 1 WideText = 'Size' end> end object pnlRight: TPanel Left = 148 Top = 0 Width = 600 Height = 336 Align = alClient BevelOuter = bvNone TabOrder = 1 object ResultGrid: TVirtualStringTree Left = 0 Top = 180 Width = 600 Height = 156 Align = alClient Header.AutoSizeIndex = -1 Header.Images = MainForm.ImageListMain Header.MainColumn = -1 Header.Options = [hoColumnResize, hoDblClickResize, hoDrag, hoHotTrack, hoShowSortGlyphs, hoVisible] Header.ParentFont = True IncrementalSearch = isAll TabOrder = 0 TreeOptions.AutoOptions = [toAutoDropExpand, toAutoScrollOnExpand, toAutoSort, toAutoTristateTracking, toAutoDeleteMovedNodes] TreeOptions.MiscOptions = [toAcceptOLEDrop, toFullRepaintOnResize, toGridExtensions, toInitOnSave, toToggleOnDblClick, toWheelPanning, toEditOnClick] TreeOptions.PaintOptions = [toHotTrack, toShowButtons, toShowDropmark, toShowHorzGridLines, toShowTreeLines, toShowVertGridLines, toThemeAware, toUseBlendedImages, toUseExplorerTheme] TreeOptions.SelectionOptions = [toExtendedFocus, toFullRowSelect] OnCompareNodes = ResultGridCompareNodes OnGetText = ResultGridGetText OnPaintText = ResultGridPaintText OnGetNodeDataSize = ResultGridGetNodeDataSize OnHeaderClick = ResultGridHeaderClick OnInitNode = ResultGridInitNode Columns = <> end object tabsTools: TPageControl Left = 0 Top = 0 Width = 600 Height = 180 ActivePage = tabSQLexport Align = alTop Images = MainForm.ImageListMain TabOrder = 1 OnChange = ValidateControls object tabMaintenance: TTabSheet Caption = 'Maintenance' ImageIndex = 39 ExplicitLeft = 0 ExplicitTop = 0 ExplicitWidth = 0 ExplicitHeight = 0 DesignSize = ( 592 151) object lblOperation: TLabel Left = 3 Top = 14 Width = 52 Height = 13 Caption = 'Operation:' end object lblOptions: TLabel Left = 3 Top = 39 Width = 41 Height = 13 Caption = 'Options:' end object comboOperation: TComboBox Left = 80 Top = 11 Width = 508 Height = 21 Style = csDropDownList Anchors = [akLeft, akTop, akRight] TabOrder = 0 OnChange = ValidateControls end object chkQuick: TCheckBox Left = 81 Top = 38 Width = 97 Height = 17 Caption = 'Quick' TabOrder = 1 OnClick = ValidateControls end object chkFast: TCheckBox Left = 81 Top = 57 Width = 97 Height = 17 Caption = 'Fast' TabOrder = 2 OnClick = ValidateControls end object chkMedium: TCheckBox Left = 81 Top = 76 Width = 97 Height = 17 Caption = 'Medium' TabOrder = 3 OnClick = ValidateControls end object chkExtended: TCheckBox Left = 184 Top = 38 Width = 97 Height = 17 Caption = 'Extended' TabOrder = 4 OnClick = ValidateControls end object chkChanged: TCheckBox Left = 184 Top = 57 Width = 97 Height = 17 Caption = 'Changed' TabOrder = 5 OnClick = ValidateControls end object chkUseFrm: TCheckBox Left = 184 Top = 76 Width = 97 Height = 17 Caption = 'Use FRM file' TabOrder = 6 OnClick = ValidateControls end object btnHelpMaintenance: TButton Left = 514 Top = 38 Width = 75 Height = 25 Anchors = [akTop, akRight] Caption = 'Help' TabOrder = 7 OnClick = btnHelpMaintenanceClick end object chkForUpgrade: TCheckBox Left = 81 Top = 96 Width = 97 Height = 17 Caption = 'For Upgrade' TabOrder = 8 OnClick = ValidateControls end end object tabFind: TTabSheet Caption = 'Find text' ImageIndex = 30 ExplicitLeft = 0 ExplicitTop = 0 ExplicitWidth = 0 ExplicitHeight = 0 DesignSize = ( 592 151) object lblFindText: TLabel Left = 3 Top = 14 Width = 60 Height = 13 Caption = 'Text to find:' end object lblDataTypes: TLabel Left = 3 Top = 81 Width = 114 Height = 13 Anchors = [akLeft, akBottom] Caption = 'Search in column types:' ExplicitTop = 83 end object lblMatchType: TLabel Left = 3 Top = 129 Width = 58 Height = 13 Caption = 'Match type:' end object memoFindText: TMemo Left = 208 Top = 11 Width = 381 Height = 57 Anchors = [akLeft, akTop, akRight, akBottom] ScrollBars = ssVertical TabOrder = 0 OnChange = ValidateControls ExplicitHeight = 59 end object comboDataTypes: TComboBox Left = 208 Top = 74 Width = 381 Height = 21 Style = csDropDownList Anchors = [akLeft, akRight, akBottom] TabOrder = 1 end object chkCaseSensitive: TCheckBox Left = 208 Top = 101 Width = 381 Height = 17 Anchors = [akLeft, akRight, akBottom] Caption = 'Case sensitive' TabOrder = 2 ExplicitTop = 103 end object comboMatchType: TComboBox Left = 208 Top = 124 Width = 381 Height = 21 Style = csDropDownList Anchors = [akLeft, akRight, akBottom] ItemIndex = 0 TabOrder = 3 Text = 'Left and right wildcard' Items.Strings = ( 'Left and right wildcard' 'Exact match' 'Left wildcard' 'Right wildcard') end end object tabSQLexport: TTabSheet Caption = 'SQL export' ImageIndex = 9 DesignSize = ( 592 151) object lblExportData: TLabel Left = 3 Top = 50 Width = 27 Height = 13 Caption = 'Data:' end object lblExportOutputType: TLabel Left = 3 Top = 104 Width = 38 Height = 13 Caption = 'Output:' end object lblExportDatabases: TLabel Left = 3 Top = 4 Width = 63 Height = 13 Caption = 'Database(s):' end object lblExportTables: TLabel Left = 3 Top = 25 Width = 43 Height = 13 Caption = 'Table(s):' end object lblExportOutputTarget: TLabel Left = 2 Top = 130 Width = 46 Height = 13 Caption = 'Filename:' end object lblInsertSize: TLabel Left = 3 Top = 77 Width = 84 Height = 13 Caption = 'Max INSERT size:' end object lblInsertSizeUnit: TLabel Left = 242 Top = 77 Width = 115 Height = 13 Caption = 'KB (0 = Single INSERTs)' end object btnExportOutputTargetSelect: TButton Left = 566 Top = 127 Width = 23 Height = 21 Hint = 'Browse filesystem' Anchors = [akTop, akRight] ImageIndex = 51 Images = MainForm.ImageListMain TabOrder = 9 OnClick = btnExportOutputTargetSelectClick end object chkExportDatabasesCreate: TCheckBox Left = 192 Top = 3 Width = 90 Height = 17 Caption = 'Create' TabOrder = 0 OnClick = chkExportOptionClick end object chkExportDatabasesDrop: TCheckBox Left = 100 Top = 3 Width = 90 Height = 17 Caption = 'Drop' TabOrder = 1 OnClick = chkExportOptionClick end object chkExportTablesDrop: TCheckBox Left = 100 Top = 24 Width = 90 Height = 17 Caption = 'Drop' TabOrder = 2 OnClick = chkExportOptionClick end object chkExportTablesCreate: TCheckBox Left = 192 Top = 24 Width = 90 Height = 17 Caption = 'Create' TabOrder = 3 OnClick = chkExportOptionClick end object comboExportData: TComboBox Left = 100 Top = 47 Width = 489 Height = 21 Style = csDropDownList Anchors = [akLeft, akTop, akRight] TabOrder = 4 OnChange = ValidateControls end object comboExportOutputType: TComboBox Left = 100 Top = 101 Width = 489 Height = 21 Style = csDropDownList Anchors = [akLeft, akTop, akRight] DropDownCount = 16 TabOrder = 7 OnChange = comboExportOutputTypeChange end object comboExportOutputTarget: TComboBox Left = 100 Top = 127 Width = 463 Height = 21 Anchors = [akLeft, akTop, akRight] DropDownCount = 16 ParentShowHint = False ShowHint = True TabOrder = 8 Text = 'comboExportOutputTarget' OnChange = comboExportOutputTargetChange end object editInsertSize: TEdit Left = 100 Top = 74 Width = 120 Height = 21 TabOrder = 5 Text = '0' end object updownInsertSize: TUpDown Left = 220 Top = 74 Width = 16 Height = 21 Associate = editInsertSize Max = 2147483647 TabOrder = 6 Wrap = True end object btnHelpSQLExport: TButton Left = 514 Top = 3 Width = 75 Height = 25 Anchors = [akTop, akRight] Caption = 'Help' TabOrder = 10 OnClick = btnHelpSQLExportClick end object btnExportOptions: TButton Left = 464 Top = 72 Width = 125 Height = 25 Anchors = [akTop, akRight] Caption = 'Options' DropDownMenu = popupExportOptions Style = bsSplitButton TabOrder = 11 OnClick = btnExportOptionsClick end end object tabBulkTableEdit: TTabSheet Caption = 'Bulk table editor' ImageIndex = 19 ExplicitLeft = 0 ExplicitTop = 0 ExplicitWidth = 0 ExplicitHeight = 0 DesignSize = ( 592 151) object chkBulkTableEditDatabase: TCheckBox Left = 3 Top = 5 Width = 199 Height = 17 Caption = 'Move to database:' TabOrder = 0 OnClick = chkBulkTableEditCheckComboClick end object comboBulkTableEditDatabase: TComboBox Left = 208 Top = 3 Width = 380 Height = 21 Style = csDropDownList Anchors = [akLeft, akTop, akRight] Enabled = False TabOrder = 1 end object chkBulkTableEditResetAutoinc: TCheckBox Left = 3 Top = 97 Width = 366 Height = 17 Caption = 'Reset auto increment value' TabOrder = 2 OnClick = ValidateControls end object chkBulkTableEditCollation: TCheckBox Left = 3 Top = 51 Width = 199 Height = 17 Caption = 'Change default collation:' TabOrder = 3 OnClick = chkBulkTableEditCheckComboClick end object comboBulkTableEditCollation: TComboBox Left = 208 Top = 49 Width = 380 Height = 21 Style = csDropDownList Anchors = [akLeft, akTop, akRight] Enabled = False TabOrder = 4 end object chkBulkTableEditEngine: TCheckBox Left = 3 Top = 28 Width = 199 Height = 17 Caption = 'Change table engine:' TabOrder = 5 OnClick = chkBulkTableEditCheckComboClick end object comboBulkTableEditEngine: TComboBox Left = 208 Top = 26 Width = 380 Height = 21 Style = csDropDownList Anchors = [akLeft, akTop, akRight] Enabled = False TabOrder = 6 end object chkBulkTableEditCharset: TCheckBox Left = 3 Top = 74 Width = 199 Height = 17 Caption = 'Convert to charset:' TabOrder = 7 OnClick = chkBulkTableEditCheckComboClick end object comboBulkTableEditCharset: TComboBox Left = 208 Top = 72 Width = 380 Height = 21 Style = csDropDownList Anchors = [akLeft, akTop, akRight] Enabled = False TabOrder = 8 end end end end end object btnExecute: TButton Left = 560 Top = 350 Width = 95 Height = 25 Anchors = [akRight, akBottom] Caption = 'Execute' TabOrder = 2 OnClick = Execute end object btnSeeResults: TButton Left = 436 Top = 350 Width = 118 Height = 25 Anchors = [akRight, akBottom] Caption = 'See results' ModalResult = 1 TabOrder = 1 Visible = False OnClick = btnSeeResultsClick end object popupTree: TPopupMenu Images = MainForm.ImageListMain Left = 144 Top = 352 object menuCheckNone: TMenuItem Caption = 'Check none' OnClick = CheckAllClick end object menuCheckAll: TMenuItem Caption = 'Check all' OnClick = CheckAllClick end object menuCheckByType: TMenuItem Caption = 'Check ...' end end object popupExportOptions: TPopupMenu Left = 176 Top = 352 object menuExportAddComments: TMenuItem AutoCheck = True Caption = 'Add comments' end object menuExportRemoveAutoIncrement: TMenuItem AutoCheck = True Caption = 'Remove AUTO_INCREMENT clauses' end end end