📄 rzshellopenform.dfm
字号:
object RzShellOpenSaveForm: TRzShellOpenSaveForm
Left = 387
Top = 116
AutoScroll = False
BorderIcons = [biSystemMenu, biMaximize]
Caption = 'Open'
ClientHeight = 386
ClientWidth = 552
Color = clBtnFace
Constraints.MinHeight = 413
Constraints.MinWidth = 560
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
KeyPreview = True
OldCreateOrder = True
Position = poScreenCenter
ShowHint = True
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
OnDestroy = FormDestroy
OnKeyDown = FormKeyDown
OnResize = FormResize
PixelsPerInch = 96
TextHeight = 12
object PnlJumps: TPanel
Left = 0
Top = 0
Width = 105
Height = 386
Align = alLeft
BevelOuter = bvNone
TabOrder = 0
object btnPlace0: TRzToolButton
Left = 8
Top = 39
Width = 87
Height = 65
AllowAllUp = True
GroupIndex = 10
Images = imlPlaces
Layout = blGlyphTop
ShowCaption = True
UseToolbarButtonLayout = False
UseToolbarButtonSize = False
UseToolbarShowCaption = False
Caption = 'My Recent Documents'
OnClick = btnPlaceClick
end
object btnPlace1: TRzToolButton
Tag = 1
Left = 8
Top = 104
Width = 87
Height = 65
AllowAllUp = True
GroupIndex = 10
Images = imlPlaces
Layout = blGlyphTop
ShowCaption = True
UseToolbarButtonLayout = False
UseToolbarButtonSize = False
UseToolbarShowCaption = False
Caption = 'Desktop'
OnClick = btnPlaceClick
end
object btnPlace2: TRzToolButton
Tag = 2
Left = 8
Top = 169
Width = 87
Height = 65
AllowAllUp = True
GroupIndex = 10
Images = imlPlaces
Layout = blGlyphTop
ShowCaption = True
UseToolbarButtonLayout = False
UseToolbarButtonSize = False
UseToolbarShowCaption = False
Caption = 'My Documents'
OnClick = btnPlaceClick
end
object btnPlace3: TRzToolButton
Tag = 3
Left = 8
Top = 234
Width = 87
Height = 65
AllowAllUp = True
GroupIndex = 10
Images = imlPlaces
Layout = blGlyphTop
ShowCaption = True
UseToolbarButtonLayout = False
UseToolbarButtonSize = False
UseToolbarShowCaption = False
Caption = 'My Computer'
OnClick = btnPlaceClick
end
object btnPlace4: TRzToolButton
Tag = 4
Left = 8
Top = 299
Width = 87
Height = 65
AllowAllUp = True
GroupIndex = 10
Images = imlPlaces
Layout = blGlyphTop
ShowCaption = True
UseToolbarButtonLayout = False
UseToolbarButtonSize = False
UseToolbarShowCaption = False
Caption = 'My Network Places'
OnClick = btnPlaceClick
end
object lblLookIn: TLabel
Left = 53
Top = 12
Width = 48
Height = 12
Alignment = taRightJustify
Caption = 'Look &in:'
FocusControl = ShellCombo
end
end
object PnlWork: TPanel
Left = 105
Top = 0
Width = 447
Height = 386
Align = alClient
BevelOuter = bvNone
TabOrder = 1
object btnList: TRzToolButton
Tag = 2
Left = 392
Top = 8
Width = 23
Height = 22
GroupIndex = 1
Down = True
ImageIndex = 4
Images = imlToolbar
OnClick = ViewBtnClick
end
object btnCreateNewFolder: TRzToolButton
Left = 330
Top = 8
Width = 23
Height = 22
ImageIndex = 2
Images = imlToolbar
OnClick = btnCreateNewFolderClick
end
object btnDetails: TRzToolButton
Tag = 3
Left = 415
Top = 8
Width = 23
Height = 22
GroupIndex = 1
ImageIndex = 5
Images = imlToolbar
OnClick = ViewBtnClick
end
object btnShowDesktop: TRzToolButton
Left = 299
Top = 8
Width = 23
Height = 22
Hint = 'Show Desktop'
ImageIndex = 1
Images = imlToolbar
OnClick = btnShowDesktopClick
end
object btnShowTree: TRzToolButton
Left = 361
Top = 8
Width = 23
Height = 22
AllowAllUp = True
GroupIndex = 2
ImageIndex = 3
Images = imlToolbar
OnClick = btnShowTreeClick
end
object btnUpOneLevel: TRzToolButton
Left = 268
Top = 8
Width = 23
Height = 22
ImageIndex = 0
Images = imlToolbar
OnClick = btnUpOneLevelClick
end
object ShellCombo: TRzShellCombo
Left = 0
Top = 8
Width = 253
Height = 22
HelpContext = 28456
DropDownCount = 16
Options = [scoAutofill]
ShellList = ShellList
TabOrder = 1
end
object RzSplitter1: TRzSplitter
Left = 0
Top = 39
Width = 441
Height = 256
Position = 160
Percent = 37
HotSpotVisible = True
SplitterWidth = 7
TabOrder = 2
BarSize = (
160
0
167
256)
UpperLeftControls = (
ShellTree)
LowerRightControls = (
ShellList)
object ShellTree: TRzShellTree
Left = 0
Top = 0
Width = 160
Height = 256
Align = alClient
DragMode = dmAutomatic
HideSelection = False
Indent = 19
Options = [stoAutoFill, stoDefaultKeyHandling, stoContextMenus, stoDynamicRefresh]
TabOrder = 0
OnChange = ShellTreeChange
end
object ShellList: TRzShellList
Left = 0
Top = 0
Width = 274
Height = 256
HelpContext = 28549
Align = alClient
HideSelection = False
IconOptions.AutoArrange = True
Options = [sloAutoFill, sloDefaultKeyHandling, sloContextMenus, sloDynamicRefresh]
PopupMenu = LvPopup
TabOrder = 0
ViewStyle = vsList
OnChange = ShellListChange
OnFolderChanged = ShellListFolderChanged
end
end
object PnlEdits: TPanel
Left = 0
Top = 296
Width = 447
Height = 90
Align = alBottom
BevelOuter = bvNone
TabOrder = 0
object lblFileName: TLabel
Left = 0
Top = 10
Width = 60
Height = 12
Caption = 'File &name:'
FocusControl = edtFileName
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -