📄 unit5.dfm
字号:
object Form5: TForm5
Left = 262
Top = 195
Width = 696
Height = 480
Caption = 'Form5'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnKeyPress = FormKeyPress
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Splitter1: TSplitter
Left = 121
Top = 28
Width = 4
Height = 406
Cursor = crHSplit
end
object tvDir: TTreeView
Left = 0
Top = 28
Width = 121
Height = 406
Align = alLeft
Indent = 19
PopupMenu = PopupMenu1
TabOrder = 0
OnClick = tvDirClick
end
object fl: TStringGrid
Left = 125
Top = 28
Width = 563
Height = 406
Hint = 'Double click on a file name to extract'
Align = alClient
ColCount = 2
DefaultRowHeight = 18
FixedCols = 0
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Courier New'
Font.Style = []
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goDrawFocusSelected, goColSizing, goRowSelect, goThumbTracking]
ParentFont = False
ParentShowHint = False
PopupMenu = PopupMenu2
ShowHint = True
TabOrder = 1
ColWidths = (
361
71)
end
object Panel1: TPanel
Left = 0
Top = 0
Width = 688
Height = 28
Align = alTop
BevelOuter = bvLowered
TabOrder = 2
object Button1: TButton
Left = 2
Top = 2
Width = 75
Height = 25
Caption = 'Refresh'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 76
Top = 2
Width = 75
Height = 25
Caption = 'Delete'
TabOrder = 1
end
end
object Panel2: TPanel
Left = 0
Top = 434
Width = 688
Height = 19
Align = alBottom
BevelOuter = bvLowered
TabOrder = 3
end
object PopupMenu1: TPopupMenu
Left = 80
Top = 88
object Delete1: TMenuItem
Caption = 'Delete'
ShortCut = 46
end
object Refresh1: TMenuItem
Caption = 'Refresh'
ShortCut = 116
OnClick = Refresh1Click
end
end
object PopupMenu2: TPopupMenu
Left = 220
Top = 136
object MenuItem1: TMenuItem
Caption = 'Delete'
ShortCut = 46
end
object MenuItem2: TMenuItem
Caption = 'Refresh'
ShortCut = 116
end
end
object MCDBurner1: TMCDBurner
UnderrunProtection = False
DoDebug = True
ReadSpeed = 0
WriteSpeed = 0
FinalizeDisc = False
TestWrite = False
FinalizeTrack = False
PerformOPC = False
CacheSize = 4194304
JolietFileSystem = False
Left = 260
Top = 116
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -