Componentes.Terceros.SpTBXLib/internal/2.4.4/1/Source/SpTBXCustomizerForm.dfm
2010-01-19 16:32:53 +00:00

283 lines
6.9 KiB
Plaintext

object SpTBXCustomizeForm: TSpTBXCustomizeForm
Left = 219
Top = 115
Caption = 'Customize...'
ClientHeight = 321
ClientWidth = 347
Color = clBtnFace
Constraints.MinHeight = 355
Constraints.MinWidth = 355
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Shell Dlg 2'
Font.Style = []
FormStyle = fsStayOnTop
KeyPreview = True
OldCreateOrder = False
Position = poDesigned
OnCreate = FormCreate
OnKeyDown = FormKeyDown
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object SpTBXTabControl1: TSpTBXTabControl
Left = 0
Top = 0
Width = 347
Height = 286
Align = alClient
ActiveTabIndex = 0
HiddenItems = <>
object tabToolbars: TSpTBXTabItem
Caption = 'Toolbars'
Checked = True
end
object tabCommands: TSpTBXTabItem
Caption = 'Commands'
end
object tabShortcuts: TSpTBXTabItem
Caption = 'Shortcuts'
end
object SpTBXTabSheet2: TSpTBXTabSheet
Left = 0
Top = 23
Width = 347
Height = 263
Caption = 'Shortcuts'
ImageIndex = -1
DesignSize = (
347
263)
TabItem = 'tabShortcuts'
object SpTBXPanel5: TSpTBXPanel
Left = 8
Top = 227
Width = 247
Height = 22
Anchors = [akLeft, akRight, akBottom]
TabOrder = 1
HotTrack = True
object Panel1: TPanel
Left = 2
Top = 2
Width = 243
Height = 18
Align = alClient
BevelOuter = bvNone
TabOrder = 0
DesignSize = (
243
18)
object HotKey1: THotKey
Left = -2
Top = -2
Width = 249
Height = 23
Anchors = [akLeft, akTop, akRight, akBottom]
HotKey = 0
Modifiers = []
TabOrder = 0
end
end
end
object ChangeShortcut: TSpTBXButton
Left = 261
Top = 226
Width = 75
Height = 25
Caption = 'C&hange'
Anchors = [akRight, akBottom]
TabOrder = 2
OnClick = ChangeShortcutClick
end
object lbShortcuts: TSpTBXListBox
Left = 8
Top = 8
Width = 330
Height = 208
Anchors = [akLeft, akTop, akRight, akBottom]
ItemHeight = 16
TabOrder = 0
OnClick = lbShortcutsClick
OnDrawItem = lbShortcutsDrawItem
end
end
object SpTBXTabSheet3: TSpTBXTabSheet
Left = 0
Top = 23
Width = 347
Height = 263
Caption = 'Commands'
ImageIndex = -1
DesignSize = (
347
263)
TabItem = 'tabCommands'
object SpTBXLabel3: TSpTBXLabel
Left = 8
Top = 213
Width = 330
Height = 44
Caption =
'To add command buttons, drag and drop commands onto a toolbar. T' +
'o remove command buttons, drag them off the toolbar and drop the' +
'm on the commands list.'
Anchors = [akLeft, akRight, akBottom]
AutoSize = False
Wrapping = twWrap
end
object lbCommands: TSpTBXListBox
Left = 8
Top = 8
Width = 330
Height = 202
Anchors = [akLeft, akTop, akRight, akBottom]
DragMode = dmAutomatic
ItemHeight = 16
TabOrder = 0
OnDragDrop = lbCommandsDragDrop
OnDragOver = lbCommandsDragOver
OnDrawItem = lbCommandsDrawItem
OnEndDrag = lbCommandsEndDrag
OnStartDrag = lbCommandsStartDrag
end
end
object SpTBXTabSheet1: TSpTBXTabSheet
Left = 0
Top = 23
Width = 347
Height = 263
Caption = 'Toolbars'
ImageIndex = -1
DesignSize = (
347
263)
TabItem = 'tabToolbars'
object SpTBXGroupBox1: TSpTBXGroupBox
Left = 175
Top = 2
Width = 161
Height = 191
Caption = 'Options'
Anchors = [akTop, akRight, akBottom]
TabOrder = 1
object cbText: TSpTBXComboBox
Left = 6
Top = 66
Width = 149
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 1
OnClick = cbTextClick
Items.Strings = (
'Icons + Selective Text'
'Icons'
'Icons + Text'
'Text')
end
object cbIcon: TSpTBXComboBox
Left = 6
Top = 114
Width = 149
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 2
Items.Strings = (
'Large images'
'Small images')
end
object cbTextLabel: TSpTBXLabel
Left = 6
Top = 45
Width = 68
Height = 19
Caption = 'T&ext Options'
FocusControl = cbText
end
object cbIconLabel: TSpTBXLabel
Left = 6
Top = 95
Width = 67
Height = 19
Caption = '&Icon Options'
FocusControl = cbIcon
end
object checkVisible: TSpTBXCheckBox
Left = 6
Top = 21
Width = 53
Height = 21
Caption = '&Visible'
TabOrder = 0
OnClick = checkVisibleClick
end
end
object SpTBXGroupBox2: TSpTBXGroupBox
Left = 175
Top = 200
Width = 161
Height = 49
Caption = '&Skins'
Anchors = [akRight, akBottom]
TabOrder = 2
object cbSkins: TSpTBXComboBox
Left = 6
Top = 20
Width = 149
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 0
OnClick = cbSkinsClick
end
end
object lbToolbars: TSpTBXCheckListBox
Left = 8
Top = 8
Width = 158
Height = 241
OnClickCheck = lbToolbarsClickCheck
Anchors = [akLeft, akTop, akRight, akBottom]
ItemHeight = 20
TabOrder = 0
OnClick = lbToolbarsClick
end
end
end
object ClosePanel: TSpTBXPanel
Left = 0
Top = 286
Width = 347
Height = 35
Align = alBottom
TabOrder = 1
Borders = False
TBXStyleBackground = True
DesignSize = (
347
35)
object CloseButton: TSpTBXButton
Left = 264
Top = 4
Width = 78
Height = 25
Caption = '&Close'
Anchors = [akRight, akBottom]
TabOrder = 0
OnClick = CloseButtonClick
end
object ResetButton: TSpTBXButton
Left = 7
Top = 4
Width = 130
Height = 25
Caption = '&Default Options'
TabOrder = 1
OnClick = ResetButtonClick
end
end
end