⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 main.dfm

📁 East make Tray Icon in delphi
💻 DFM
📖 第 1 页 / 共 3 页
字号:
    Top = 36
  end
  object FormPlacement: TJvFormStorage
    OnSavePlacement = FormPlacementSavePlacement
    OnRestorePlacement = FormPlacementRestorePlacement
    StoredProps.Strings = (
      'SQLFontContainer.Font'
      'JvSpeedbar.Options')
    StoredValues = <>
    Left = 60
    Top = 36
  end
  object MainMenu1: TMainMenu
    Left = 4
    Top = 36
    object File1: TMenuItem
      Caption = '&Database'
      Hint = 'Databases related commands'
      object FileOpenItem: TMenuItem
        Caption = '&Open...'
        Hint = 'Open an existing database'
        ShortCut = 113
        OnClick = FileOpenItemClick
      end
      object ReopenItem: TMenuItem
        Caption = 'Reopen'
        Enabled = False
        Hint = 'Reopen the specified database'
      end
      object FileCloseItem: TMenuItem
        Caption = '&Close'
        Hint = 'Close current database'
        OnClick = FileCloseItemClick
      end
      object TablesSessionMenu: TMenuItem
        Caption = '&Tables Session'
        Enabled = False
        Hint = 'Tables session transaction management'
        object TabPasswordItem: TMenuItem
          Caption = 'Passwords...'
          Hint = 'Add and remove main session passwords'
          OnClick = PasswordItemClick
        end
        object StartTransItem: TMenuItem
          Caption = '&Start Transaction'
          Enabled = False
          Hint = 'Start Transaction on current database'
          OnClick = StartTransItemClick
        end
        object CommitItem: TMenuItem
          Caption = '&Commit'
          Enabled = False
          Hint = 'Commit changes to database'
          OnClick = CommitItemClick
        end
        object RollbackItem: TMenuItem
          Caption = '&Rollback'
          Enabled = False
          Hint = 'Rolback changes'
          OnClick = RollbackItemClick
        end
      end
      object QuerySessionMenu: TMenuItem
        Caption = '&Query Session'
        Enabled = False
        Hint = 'Query session transaction management'
        object QryPasswordItem: TMenuItem
          Caption = 'Passwords...'
          Enabled = False
          Hint = 'Add and remove query session passwords'
          OnClick = PasswordItemClick
        end
        object StartTransQueryItem: TMenuItem
          Caption = '&Start Transaction'
          Enabled = False
          Hint = 'Start Transaction on current database'
          OnClick = StartTransItemClick
        end
        object CommitQueryItem: TMenuItem
          Caption = '&Commit'
          Enabled = False
          Hint = 'Commit changes to database'
          OnClick = CommitItemClick
        end
        object RollbackQueryItem: TMenuItem
          Caption = '&Rollback'
          Enabled = False
          Hint = 'Rolback changes'
          OnClick = RollbackItemClick
        end
      end
      object N1: TMenuItem
        Caption = '-'
      end
      object BdePropsItem: TMenuItem
        Caption = 'P&roperties'
        Hint = 'Database Engine Properties'
        OnClick = BdePropsItemClick
      end
      object N5: TMenuItem
        Caption = '-'
      end
      object FileExitItem: TMenuItem
        Caption = 'E&xit'
        Hint = 'Exit the application'
        ShortCut = 32856
        OnClick = FileExitItemClick
      end
    end
    object UtilitiesMenu: TMenuItem
      Caption = '&Utilities'
      object TraceSQLItem: TMenuItem
        Caption = 'Trace SQL'
        Hint = 'Trace BDE callings to SQL server'
        OnClick = TraceSQLItemClick
      end
      object SQLMonitorItem: TMenuItem
        Caption = 'SQL Monitor'
        Hint = 'Show SQL monitor'
        OnClick = SQLMonitorItemClick
      end
      object ClearTraceItem: TMenuItem
        Caption = 'Clear trace buffer'
        Hint = 'Clear SQL trace buffer'
        OnClick = ClearTraceItemClick
      end
      object N4: TMenuItem
        Caption = '-'
      end
      object PackTableItem: TMenuItem
        Caption = '&Pack Table'
        Enabled = False
        Hint = 'Pack Paradox or DBase table'
        OnClick = PackTableClick
      end
      object DeleteTableItem: TMenuItem
        Caption = '&Delete Table'
        Enabled = False
        Hint = 'Delete selected table'
        OnClick = DeleteTableClick
      end
      object EmptyTableItem: TMenuItem
        Caption = '&Empty Table'
        Enabled = False
        Hint = 'Empty selected table'
        OnClick = EmptyTableClick
      end
      object ReindexItem: TMenuItem
        Caption = 'Re&index Table'
        Enabled = False
        Hint = 'Reindex Paradox or DBase table'
        OnClick = ReindexItemClick
      end
      object RenameTableItem: TMenuItem
        Caption = '&Rename Table'
        Enabled = False
        Hint = 'Rename selected table'
        OnClick = RenameTableClick
      end
      object ExportTableItem: TMenuItem
        Caption = 'E&xport Data'
        Enabled = False
        Hint = 'Export data to dBase, ASCII or Paradox format'
        OnClick = ExportClick
      end
      object ImportDataItem: TMenuItem
        Caption = 'I&mport Data'
        Enabled = False
        Hint = 'Import data from dBase or Paradox format'
        OnClick = ImportClick
      end
      object PrintDataItem: TMenuItem
        Caption = 'Pri&nt Data'
        Enabled = False
        Hint = 'Print data'
        OnClick = PrintDataClick
      end
      object CheckPXSubMenu: TMenuItem
        Caption = '&Check Paradox Tables'
        Enabled = False
        Hint = 'Check and repair Paradox tables'
        object CheckPXItem: TMenuItem
          Caption = '&Single Table'
          Enabled = False
          Hint = 'Check and repair single Paradox table'
          OnClick = CheckPXItemClick
        end
        object CheckPXAllItem: TMenuItem
          Caption = '&All Tables'
          Enabled = False
          Hint = 'Check all Paradox Tables in database'
          OnClick = CheckPXItemClick
        end
      end
    end
    object Options1: TMenuItem
      Caption = 'T&ools'
      Hint = 'Configuration settings'
      object AutoActivateItem: TMenuItem
        Caption = '&Sync Pages'
        Checked = True
        Hint = 'Automatic open table on navigate'
        OnClick = AutoActivateItemClick
      end
      object SystemTablesItem: TMenuItem
        Caption = 'System &Tables'
        Hint = 'Show system tables'
        OnClick = SystemTablesItemClick
      end
      object KeepConnectionsItem: TMenuItem
        Caption = '&Keep Connections'
        Checked = True
        Hint = 'Keep database connections'
        OnClick = KeepConnectionsItemClick
      end
      object N3: TMenuItem
        Caption = '-'
      end
      object OptionsItem: TMenuItem
        Caption = '&Options...'
        Hint = 'Preferences'
        OnClick = OptionsClick
      end
      object CustomizeSpeedbar: TMenuItem
        Caption = '&Customize Speedbar...'
        Hint = 'Customize JvSpeedbar'
        OnClick = CustomizeToolbarItemClick
      end
      object UserHelpItem: TMenuItem
        Caption = 'User &Help Files...'
        Hint = 'Configure items that can be added on the Help menu'
        OnClick = UserHelpItemClick
      end
      object FlatButtonsItem: TMenuItem
        Caption = '&Flat Speedbar Buttons'
        Hint = 'Add or remove the 3D-border when the button is unselected'
        OnClick = FlatButtonsItemClick
      end
    end
    object WindowMenu: TMenuItem
      Caption = '&Window'
      Hint = 'Window related commands such as Tile and Cascade'
      object WindowCascadeItem: TMenuItem
        Caption = '&Cascade'
        Hint = 'Arrange windows so they overlap'
        OnClick = WindowCascadeItemClick
      end
      object WindowTileItem: TMenuItem
        Caption = 'Tile &Horizontal'
        Hint = 'Arrange windows side by side'
        OnClick = WindowTileItemClick
      end
      object WindowTileVerticalItem: TMenuItem
        Caption = 'Tile &Vertical'
        Hint = 'Arrange windows stacked vertically'
        OnClick = WindowTileItemClick
      end
      object N2: TMenuItem
        Caption = '-'
      end
      object WindowArrangeItem: TMenuItem
        Caption = '&Arrange Icons'
        Hint = 'Arrange window icons at bottom of main window'
        OnClick = WindowArrangeItemClick
      end
      object WindowMinimizeItem: TMenuItem
        Caption = '&Minimize All'
        Hint = 'Minimize all windows'
        OnClick = WindowMinimizeItemClick
      end
    end
    object Help1: TMenuItem
      Caption = '&Help'
      Hint = 'Help topics'
      object HelpAboutItem: TMenuItem
        Caption = '&About'
        Hint = 'About Database Explorer'
        OnClick = HelpAboutItemClick
      end
    end
  end
  object ClosedDatabases: TJvMRUManager
    Duplicates = dupIgnore
    Capacity = 15
    IniStorage = FormPlacement
    RecentMenu = ReopenItem
    OnClick = ClosedDatabasesClick
    Left = 88
    Top = 36
  end
  object AppEvents: TJvAppEvents
    UpdateFormatSettings = False
    OnIdle = AppIdle
    OnHint = AppHint
    Left = 144
    Top = 36
  end
  object HelpList: TJvMRUManager
    Duplicates = dupIgnore
    AutoEnable = False
    Capacity = 20
    IniStorage = FormPlacement
    RecentMenu = Help1
    ShowAccelChar = False
    OnClick = HelpListClick
    Left = 116
    Top = 36
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -