📄 dxbarcustform.dfm
字号:
object dxBarCustomizingForm: TdxBarCustomizingForm
Left = 707
Top = 171
BorderIcons = [biSystemMenu]
Caption = 'Customize'
ClientHeight = 310
ClientWidth = 366
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = True
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
OnHide = FormHide
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 274
Width = 366
Height = 36
Align = alBottom
BevelOuter = bvNone
TabOrder = 1
object BClose: TButton
Left = 285
Top = 8
Width = 75
Height = 23
Cancel = True
Caption = 'Close'
Default = True
ModalResult = 1
TabOrder = 1
OnClick = BCloseClick
end
object BHelp: TBitBtn
Left = 6
Top = 8
Width = 24
Height = 23
TabOrder = 0
OnClick = BHelpClick
Style = bsNew
end
end
object PageControl: TPageControl
Left = 6
Top = 8
Width = 354
Height = 266
ActivePage = tsToolbars
Align = alClient
TabOrder = 0
object tsToolbars: TTabSheet
Caption = ' Toolbars '
object LabelToobars: TLabel
Left = 4
Top = 4
Width = 44
Height = 13
Caption = 'Toolb&ars:'
end
object BBarDelete: TButton
Left = 239
Top = 79
Width = 104
Height = 22
Action = aDeleteToolBar
TabOrder = 3
end
object BBarNew: TButton
Left = 239
Top = 21
Width = 104
Height = 22
Action = aNewToolBar
TabOrder = 1
end
object BBarRename: TButton
Left = 239
Top = 50
Width = 104
Height = 22
Action = aRenameToolBar
TabOrder = 2
end
object lbBarsList: TListBox
Left = 4
Top = 20
Width = 227
Height = 213
Style = lbOwnerDrawFixed
Anchors = [akLeft, akTop, akBottom]
ItemHeight = 13
TabOrder = 0
OnClick = lbBarsListClick
OnDblClick = lbBarsListDblClick
OnDrawItem = lbBarsListDrawItem
OnKeyDown = lbBarsListKeyDown
OnMouseDown = lbBarsListMouseDown
end
object BBarReset: TButton
Left = 239
Top = 108
Width = 104
Height = 22
Action = aResetToolBar
TabOrder = 4
end
end
object tsItems: TTabSheet
Caption = ' Commands '
object Panel6: TPanel
Left = 0
Top = 0
Width = 346
Height = 25
Align = alTop
BevelOuter = bvNone
TabOrder = 0
object LabelCategories: TLabel
Left = 6
Top = 8
Width = 53
Height = 13
Caption = 'Cate&gories:'
FocusControl = lbCategories
end
object LabelCommands: TLabel
Left = 148
Top = 8
Width = 55
Height = 13
Caption = 'Comman&ds:'
end
object CategoriesPopupButtonPlace: TSpeedButton
Left = 65
Top = 6
Width = 75
Height = 17
end
object CommandsPopupButtonPlace: TSpeedButton
Left = 207
Top = 6
Width = 134
Height = 17
end
end
object Panel7: TPanel
Left = 5
Top = 25
Width = 336
Height = 213
Align = alClient
BevelOuter = bvNone
Caption = 'Panel7'
TabOrder = 1
object lbCategories: TListBox
Left = 0
Top = 0
Width = 135
Height = 147
Align = alLeft
ItemHeight = 13
TabOrder = 0
OnClick = lbCategoriesClick
OnDragOver = lbCategoriesDragOver
OnEndDrag = lbCategoriesEndDrag
OnKeyDown = lbCategoriesKeyDown
OnMouseDown = lbCategoriesMouseDown
end
object lbItems: TListBox
Left = 142
Top = 0
Width = 194
Height = 147
Style = lbOwnerDrawFixed
Align = alRight
Color = clBtnFace
ItemHeight = 22
TabOrder = 1
OnClick = lbItemsClick
OnDblClick = lbItemsDblClick
OnDrawItem = lbItemsDrawItem
OnKeyDown = lbItemsKeyDown
OnMeasureItem = lbItemsMeasureItem
OnMouseDown = lbItemsMouseDown
OnMouseUp = lbItemsMouseUp
end
object Panel9: TPanel
Left = 0
Top = 147
Width = 336
Height = 66
Align = alBottom
BevelOuter = bvNone
TabOrder = 2
object DescriptionLabel: TLabel
Left = 0
Top = 20
Width = 335
Height = 40
AutoSize = False
WordWrap = True
end
object Bevel1: TBevel
Left = 0
Top = 10
Width = 337
Height = 5
Shape = bsTopLine
end
object LabelDescription: TLabel
Left = 0
Top = 4
Width = 59
Height = 13
Caption = 'Description '
end
end
end
object Panel5: TPanel
Left = 0
Top = 25
Width = 5
Height = 213
Align = alLeft
BevelOuter = bvNone
TabOrder = 2
end
object Panel8: TPanel
Left = 341
Top = 25
Width = 5
Height = 213
Align = alRight
BevelOuter = bvNone
TabOrder = 3
end
end
object tsOptions: TTabSheet
Caption = ' Options '
object StandardOptionsPanel: TPanel
Left = 0
Top = 0
Width = 346
Height = 238
Align = alClient
BevelOuter = bvNone
TabOrder = 0
object LabelMenuAnimations: TLabel
Left = 24
Top = 152
Width = 83
Height = 13
Caption = '&Menu animations:'
FocusControl = ComboBoxMenuAnimations
end
object ComboBoxMenuAnimations: TComboBox
Left = 134
Top = 148
Width = 93
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 3
OnClick = ComboBoxMenuAnimationsClick
Items.Strings = (
'(None)'
'Random'
'Unfold'
'Slide')
end
object CBHint1: TCheckBox
Left = 24
Top = 63
Width = 301
Height = 17
Caption = 'Show Tool&Tips on toolbars'
TabOrder = 1
OnClick = CBHint1Click
end
object CBHint2: TCheckBox
Left = 24
Top = 85
Width = 301
Height = 17
Caption = 'Show s&hortcut keys in ToolTips'
TabOrder = 2
OnClick = CBHint2Click
end
object CBLargeIcons: TCheckBox
Left = 24
Top = 38
Width = 301
Height = 17
Caption = '&Large icons'
TabOrder = 0
OnClick = CBLargeIconsClick
end
end
object EnhancedOptionsPanel: TPanel
Left = 0
Top = 0
Width = 346
Height = 238
Align = alClient
BevelOuter = bvNone
TabOrder = 1
object Label1: TLabel
Left = 20
Top = 200
Width = 83
Height = 13
Caption = '&Menu animations:'
FocusControl = ComboBoxMenuAnimationsEx
end
object Bevel2: TBevel
Left = 12
Top = 122
Width = 317
Height = 9
Shape = bsTopLine
end
object Label2: TLabel
Left = 12
Top = 116
Width = 32
Height = 13
Caption = 'Other '
end
object Bevel3: TBevel
Left = 12
Top = 18
Width = 317
Height = 7
Shape = bsTopLine
end
object Label3: TLabel
Left = 12
Top = 12
Width = 166
Height = 13
Caption = 'Personalized Menus and Toolbars '
end
object ComboBoxMenuAnimationsEx: TComboBox
Left = 132
Top = 196
Width = 93
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -