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

📄 featuresmain.dfm

📁 DevExpress公司出品的Borland Delphi和C++ Builder的控件(包含完整源代码)。 ExpressSpreadSheet:交叉数据表格控件。 一款Delphi
💻 DFM
📖 第 1 页 / 共 5 页
字号:
object FeaturesMainForm: TFeaturesMainForm
  Left = 133
  Top = 146
  Width = 831
  Height = 458
  Caption = 'Features ExpresSpreadSheet demo'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIForm
  Icon.Data = {
    0000010001001010100000000000280100001600000028000000100000002000
    00000100040000000000C0000000000000000000000000000000000000000000
    000000008000008000000080800080000000800080008080000080808000C0C0
    C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF000000
    000000000000000000000000000000F08F8F8F8F8F000080F8F8F8F8F80000F0
    888888888F000080F8F8F8F8F80000F0888888888F000080F8F8F8F8F80000F0
    888888888F000080F8F8F8F8F80000F0888888888F000080F8F8F8F8F8000000
    00000000000000808F8F8F8F8F0000000000000000000000000000000000FFFF
    0000800100008001000080010000800100008001000080010000800100008001
    0000800100008001000080010000800100008001000080010000FFFF0000}
  KeyPreview = True
  Menu = mnuMain
  Position = poScreenCenter
  WindowMenu = mnuWindow
  PixelsPerInch = 96
  TextHeight = 13
  object cbMain: TControlBar
    Left = 0
    Top = 0
    Width = 823
    Height = 31
    Align = alTop
    AutoSize = True
    TabOrder = 0
    object tbsFormatting: TToolBar
      Left = 171
      Top = 2
      Width = 558
      Height = 23
      AutoSize = True
      ButtonHeight = 23
      ButtonWidth = 24
      Caption = 'Formatting'
      DragKind = dkDock
      EdgeBorders = []
      Flat = True
      Images = imgFormatting
      ParentShowHint = False
      ShowHint = True
      TabOrder = 0
      object cbxFont: TComboBox
        Left = 0
        Top = 1
        Width = 132
        Height = 21
        ItemHeight = 13
        TabOrder = 0
        OnChange = actFontExecute
        OnKeyPress = cbxFontKeyPress
      end
      object cbxSize: TComboBox
        Left = 132
        Top = 1
        Width = 44
        Height = 21
        ItemHeight = 13
        TabOrder = 1
        OnChange = actFontSizeExecute
        OnKeyPress = cbxSizeKeyPress
        Items.Strings = (
          '8'
          '9'
          '10'
          '11'
          '12'
          '14'
          '16'
          '18'
          '20 '
          '22'
          '24'
          '26'
          '28'
          '36'
          '48'
          '72')
      end
      object ToolButton9: TToolButton
        Left = 176
        Top = 0
        Width = 8
        Caption = 'ToolButton9'
        ImageIndex = 7
        Style = tbsSeparator
      end
      object tbLeftAlign: TToolButton
        Left = 184
        Top = 0
        Action = actCellLeftAlign
        Grouped = True
        Style = tbsCheck
      end
      object tbCenterAlign: TToolButton
        Tag = 1
        Left = 208
        Top = 0
        Action = actCellCenterAlign
        Grouped = True
        Style = tbsCheck
      end
      object tbRightAlign: TToolButton
        Tag = 2
        Left = 232
        Top = 0
        Action = actCellRightAlign
        Grouped = True
        Style = tbsCheck
      end
      object ToolButton10: TToolButton
        Left = 256
        Top = 0
        Width = 8
        Caption = 'ToolButton10'
        ImageIndex = 8
        Style = tbsSeparator
      end
      object tbBold: TToolButton
        Tag = 3
        Left = 264
        Top = 0
        Action = actBold
        Style = tbsCheck
      end
      object tbItalic: TToolButton
        Tag = 4
        Left = 288
        Top = 0
        Action = actItalic
        Style = tbsCheck
      end
      object tbUnderline: TToolButton
        Tag = 5
        Left = 312
        Top = 0
        Action = actUnderline
        Style = tbsCheck
      end
      object tbStrikeOut: TToolButton
        Tag = 6
        Left = 336
        Top = 0
        Action = actStrikeOut
        Style = tbsCheck
      end
      object ToolButton11: TToolButton
        Left = 360
        Top = 0
        Width = 8
        Caption = 'ToolButton11'
        ImageIndex = 9
        Style = tbsSeparator
      end
      object tbMerge: TToolButton
        Tag = 7
        Left = 368
        Top = 0
        Action = actMergeCells
      end
      object tgSplit: TToolButton
        Tag = 8
        Left = 392
        Top = 0
        Action = actSplitCells
      end
      object ToolButton16: TToolButton
        Left = 416
        Top = 0
        Width = 8
        Caption = 'ToolButton16'
        ImageIndex = 11
        Style = tbsSeparator
      end
      object tbSummary: TToolButton
        Left = 424
        Top = 0
        Hint = 'Totals'
        Action = actSum
        DropdownMenu = pmSummary
        Style = tbsDropDown
      end
      object tbSortAscending: TToolButton
        Left = 461
        Top = 0
        Action = actSortAscending
      end
      object tbSortDescending: TToolButton
        Left = 485
        Top = 0
        Action = actSortDescending
      end
      object ToolButton18: TToolButton
        Left = 509
        Top = 0
        Width = 8
        Caption = 'ToolButton18'
        ImageIndex = 12
        Style = tbsSeparator
      end
      object tbBorderStyle: TToolButton
        Left = 517
        Top = 0
        Hint = 'Borders'
        Caption = 'tbBorderStyle'
        DropdownMenu = pmBorders
        ImageIndex = 12
        Style = tbsDropDown
        OnClick = tbBorderStyleClick
      end
    end
    object tbsStandart: TToolBar
      Left = 11
      Top = 2
      Width = 147
      Height = 22
      AutoSize = True
      Caption = 'Standard'
      DragKind = dkDock
      EdgeBorders = []
      Flat = True
      Images = imgStandart
      ParentShowHint = False
      ShowHint = True
      TabOrder = 1
      object tbsNew: TToolButton
        Left = 0
        Top = 0
        Action = actNew
      end
      object tbsOpen: TToolButton
        Tag = 1
        Left = 23
        Top = 0
        Action = actOpenSpreadSheet
      end
      object tbsSave: TToolButton
        Tag = 2
        Left = 46
        Top = 0
        Action = actSaveSpeadSheet
      end
      object ToolButton7: TToolButton
        Left = 69
        Top = 0
        Width = 8
        Caption = 'ToolButton7'
        ImageIndex = 3
        Style = tbsSeparator
      end
      object tbsCut: TToolButton
        Tag = 3
        Left = 77
        Top = 0
        Action = actCut
      end
      object tbsCopy: TToolButton
        Tag = 2
        Left = 100
        Top = 0
        Action = actCopy
      end
      object tbsPaste: TToolButton
        Tag = 4
        Left = 123
        Top = 0
        Action = actPaste
      end
    end
    object tlbHistory: TToolBar
      Left = 742
      Top = 2
      Width = 74
      Height = 22
      AutoSize = True
      Caption = 'History'
      DragKind = dkDock
      DragMode = dmAutomatic
      EdgeBorders = []
      EdgeInner = esNone
      EdgeOuter = esNone
      Flat = True
      Images = imgHistory
      ParentShowHint = False
      ShowHint = True
      TabOrder = 2
      object tbUndo: TToolButton
        Left = 0
        Top = 0
        Action = actUndo
        DropdownMenu = pmUndo
        Style = tbsDropDown
      end
      object ToolButton1: TToolButton
        Left = 36
        Top = 0
        Action = actRedo
        DropdownMenu = pmRedo
        Style = tbsDropDown
      end
    end
  end
  object pnCell: TPanel
    Left = 0
    Top = 31
    Width = 823
    Height = 25
    Align = alTop
    TabOrder = 1
    object edtCellEdit: TEdit
      Left = 127
      Top = 2
      Width = 694

⌨️ 快捷键说明

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