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

📄 featuresmain.dfm

📁 DevExpress公司出品的Borland Delphi和C++ Builder的控件(包含完整源代码)。 ExpressSpreadSheet:交叉数据表格控件。 一款Delphi
💻 DFM
📖 第 1 页 / 共 5 页
字号:
      Height = 20
      TabStop = False
      Anchors = [akLeft, akTop, akRight, akBottom]
      AutoSize = False
      TabOrder = 0
      OnChange = edtCellEditChange
      OnExit = edtCellEditExit
      OnKeyPress = edtCellEditKeyPress
    end
    object pnCellText: TPanel
      Left = 66
      Top = 2
      Width = 61
      Height = 20
      Alignment = taRightJustify
      BevelOuter = bvNone
      Caption = 'Cell text = '
      TabOrder = 1
    end
    object pnCellRect: TPanel
      Left = 3
      Top = 2
      Width = 66
      Height = 20
      BevelInner = bvLowered
      BevelOuter = bvNone
      Caption = 'A1'
      Color = clBtnHighlight
      TabOrder = 2
    end
  end
  object alMain: TActionList
    Left = 376
    Top = 88
    object actNew: TAction
      Category = 'File'
      Caption = '&New'
      Hint = 'New Spread Sheet'
      ImageIndex = 0
      OnExecute = actNewExecute
      OnUpdate = AlwaysEnabled
    end
    object actDeleteCells: TAction
      Category = 'Cells'
      Caption = 'Delete...'
      OnExecute = actCellsExecute
      OnUpdate = AlwaysEnabled
    end
    object actOpenSpreadSheet: TAction
      Category = 'File'
      Caption = '&Open SpreadSheet'
      Hint = 'Open Spread Sheet'
      ImageIndex = 1
      ShortCut = 16463
      OnExecute = actOpenSpreadSheetExecute
      OnUpdate = AlwaysEnabled
    end
    object actSaveSpeadSheet: TAction
      Category = 'File'
      Caption = '&Save SpeadSheet'
      Hint = 'Save Spead Sheet'
      ImageIndex = 2
      ShortCut = 16467
      OnExecute = actSaveSpeadSheetExecute
      OnUpdate = AlwaysEnabled
    end
    object actInsertCells: TAction
      Tag = 1
      Category = 'Cells'
      Caption = 'Insert...'
      OnExecute = actCellsExecute
      OnUpdate = AlwaysEnabled
    end
    object actExit: TAction
      Category = 'File'
      Caption = 'E&xit'
      Hint = 'Exit'
      ShortCut = 32856
      OnExecute = actExitExecute
      OnUpdate = AlwaysEnabled
    end
    object actAutomaticCalc: TAction
      Category = 'Edit'
      Caption = '&Automatic calculation'
      Hint = 'Automatic calculation'
      OnExecute = actAutomaticCalcExecute
    end
    object actRecalcFormulas: TAction
      Category = 'Edit'
      Caption = '&Recalc formulas'
      Hint = 'Recalc formulas'
      OnExecute = actRecalcFormulasExecute
    end
    object actCut: TAction
      Category = 'Edit'
      Caption = 'Cu&t'
      Hint = 'Cut'
      ImageIndex = 3
      ShortCut = 16472
      OnExecute = actCutExecute
    end
    object actCopy: TAction
      Category = 'Edit'
      Caption = '&Copy'
      Hint = 'Copy'
      ImageIndex = 4
      ShortCut = 16451
      OnExecute = actCopyExecute
    end
    object actPaste: TAction
      Category = 'Edit'
      Caption = '&Paste'
      Hint = 'Paste'
      ImageIndex = 5
      ShortCut = 16470
      OnExecute = actPasteExecute
    end
    object actBeveledLookandFeel: TAction
      Category = 'Configuration'
      Caption = '&Beveled Look and Feel'
      OnExecute = actBeveledLookandFeelExecute
    end
    object actBufferedpaint: TAction
      Category = 'Configuration'
      Caption = 'B&uffered paint'
      OnExecute = actBufferedpaintExecute
    end
    object actShowcaptions: TAction
      Category = 'Configuration'
      Caption = 'Show &captions'
      Checked = True
      OnExecute = actShowcaptionsExecute
    end
    object actShowgrid: TAction
      Category = 'Configuration'
      Caption = 'Show &grid'
      Checked = True
      OnExecute = actShowgridExecute
    end
    object actShowheaders: TAction
      Category = 'Configuration'
      Caption = 'Show &headers'
      Checked = True
      OnExecute = actShowheadersExecute
    end
    object actShowformulas: TAction
      Category = 'Configuration'
      Caption = 'Show &formulas'
      OnExecute = actShowformulasExecute
    end
    object actR1C1Referencestyle: TAction
      Category = 'Configuration'
      Caption = 'R1C1 &Reference style'
      OnExecute = actR1C1ReferencestyleExecute
    end
    object actCells: TAction
      Tag = 1
      Category = 'Insert'
      Caption = '&Cells...'
      OnExecute = actCellsExecute
    end
    object actRow: TAction
      Category = 'Insert'
      Caption = '&Row'
      OnExecute = actRowExecute
    end
    object actColumn: TAction
      Category = 'Insert'
      Caption = '&Column'
      OnExecute = actColumnExecute
    end
    object actSheet: TAction
      Category = 'Insert'
      Caption = '&Sheet'
      OnExecute = actSheetExecute
    end
    object actWindowClose: TWindowClose
      Category = 'Window'
      Caption = 'C&lose'
      Enabled = False
      Hint = 'Close'
    end
    object actWindowCascade: TWindowCascade
      Category = 'Window'
      Caption = '&Cascade'
      Enabled = False
      Hint = 'Cascade'
      ImageIndex = 6
    end
    object actWindowTileHorizontal: TWindowTileHorizontal
      Category = 'Window'
      Caption = 'Tile &Horizontally'
      Enabled = False
      Hint = 'Tile Horizontal'
      ImageIndex = 7
    end
    object actWindowTileVertical: TWindowTileVertical
      Category = 'Window'
      Caption = '&Tile Vertically'
      Enabled = False
      Hint = 'Tile Vertical'
      ImageIndex = 8
    end
    object actWindowMinimizeAll: TWindowMinimizeAll
      Category = 'Window'
      Caption = '&Minimize All'
      Enabled = False
      Hint = 'Minimize All'
    end
    object actWindowArrange: TWindowArrange
      Category = 'Window'
      Caption = '&Arrange All'
      Enabled = False
    end
    object actCellLeftAlign: TAction
      Category = 'CellAlign'
      Caption = 'actCellLeftAlign'
      Hint = 'Align Left'
      ImageIndex = 0
      OnExecute = actCellLeftAlignExecute
      OnUpdate = IsEditorMode
    end
    object actCellRightAlign: TAction
      Category = 'CellAlign'
      Caption = 'actCellRightAlign'
      Hint = 'Align Right'
      ImageIndex = 2
      OnExecute = actCellRightAlignExecute
      OnUpdate = IsEditorMode
    end
    object actCellCenterAlign: TAction
      Category = 'CellAlign'
      Caption = 'actCellCenterAlign'
      Hint = 'Center'
      ImageIndex = 1
      OnExecute = actCellCenterAlignExecute
      OnUpdate = IsEditorMode
    end
    object actBold: TAction
      Category = 'TokenStyle'
      Caption = 'actBold'
      Hint = 'Bold'
      ImageIndex = 3
      OnExecute = actBoldClick
      OnUpdate = IsEditorMode
    end
    object actItalic: TAction
      Category = 'TokenStyle'
      Caption = 'actItalic'
      Hint = 'Italic'
      ImageIndex = 4
      OnExecute = actItalicClick
      OnUpdate = IsEditorMode
    end
    object actUnderline: TAction
      Category = 'TokenStyle'
      Caption = 'actUnderline'
      Hint = 'Underline'
      ImageIndex = 5
      OnExecute = actUnderlineClick
      OnUpdate = IsEditorMode
    end
    object actStrikeOut: TAction
      Category = 'TokenStyle'
      Caption = 'actStrikeOut'
      Hint = 'StrikeOut'
      ImageIndex = 6
      OnExecute = actStrikeOutClick
      OnUpdate = IsEditorMode
    end
    object actMergeCells: TAction
      Category = 'Merge'
      Caption = 'Merge cells'
      Hint = 'Merge Cells'
      ImageIndex = 7
      OnExecute = actMergeCellsExecute
      OnUpdate = IsEditorMode
    end
    object actSplitCells: TAction
      Category = 'Merge'
      Caption = 'Split cells'
      Hint = 'Split Cells'
      ImageIndex = 8
      OnExecute = actSplitCellsExecute
      OnUpdate = IsEditorMode
    end
    object actSortAscending: TAction
      Category = 'Sort'
      Caption = 'actSortAscending'
      Hint = 'Sort Ascending'
      ImageIndex = 10
      OnExecute = actSortExecute
      OnUpdate = IsEditorMode
    end
    object actSortDescending: TAction
      Tag = 1
      Category = 'Sort'
      Caption = 'actSortDescending'
      Hint = 'Sort Descending'
      ImageIndex = 11
      OnExecute = actSortExecute
      OnUpdate = IsEditorMode
    end
    object actSum: TAction
      Category = 'Summary'
      Caption = 'Sum'
      ImageIndex = 9
      OnExecute = actSumExecute
      OnUpdate = AlwaysEnabled
    end
    object actFont: TAction
      Category = 'Others'
      Caption = 'actFont'
      OnExecute = actFontExecute
    end
    object actFontSize: TAction
      Category = 'Others'
      Caption = 'actFontSize'
      OnExecute = actFontSizeExecute
    end
    object actAverage: TAction
      Tag = 1
      Category = 'Summary'
      Caption = 'Average'
      OnExecute = actSumExecute

⌨️ 快捷键说明

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