📄 featuresdemomain.dfm
字号:
object FeaturesMainForm: TFeaturesMainForm
Left = 201
Top = 106
Width = 833
Height = 490
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
Menu = mnuMain
Position = poScreenCenter
WindowMenu = mnuWindow
PixelsPerInch = 96
TextHeight = 13
object ControlBar1: TControlBar
Left = 0
Top = 0
Width = 825
Height = 31
Align = alTop
AutoSize = True
TabOrder = 0
object tbsFormatting: TToolBar
Left = 171
Top = 2
Width = 560
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
Items.Strings = (
'8'
'9'
'10'
'11'
'12'
'14'
'16'
'18'
'20 '
'22'
'24'
'26'
'28'
'36'
'48'
'72')
TabOrder = 1
OnChange = actFontSizeExecute
OnKeyPress = cbxSizeKeyPress
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 = 'Standart'
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
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -