del2copyfrm.dfm
来自「关于利用DELPHI来进行企业级方案解决的著作的附书源码」· DFM 代码 · 共 55 行
DFM
55 行
object MainForm: TMainForm
Left = 410
Top = 176
Width = 273
Height = 297
Caption = #22797#21046#12289#21024#38500#30446#24405
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object ShellTreeView1: TShellTreeView
Left = 0
Top = 0
Width = 265
Height = 233
ObjectTypes = [otFolders]
Root = 'rfMyComputer'
UseShellImages = True
AutoRefresh = True
Indent = 19
ParentColor = False
PopupMenu = PopupMenu1
RightClickSelect = True
ShowRoot = False
TabOrder = 0
end
object BitBtn1: TBitBtn
Left = 92
Top = 240
Width = 75
Height = 25
Caption = #20851#38381
TabOrder = 1
Kind = bkClose
end
object PopupMenu1: TPopupMenu
AutoHotkeys = maManual
Left = 32
Top = 240
object CopyItem: TMenuItem
Caption = #22797#21046#21040
OnClick = CopyItemClick
end
object DelItem: TMenuItem
Caption = #21024#38500
OnClick = DelItemClick
end
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?