📄 unit1.dfm
字号:
object Form1: TForm1
Left = 300
Top = 138
BorderStyle = bsDialog
Caption = 'PowerLZW Test'
ClientHeight = 310
ClientWidth = 516
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object DriveComboBox1: TDriveComboBox
Left = 8
Top = 8
Width = 145
Height = 19
DirList = DirectoryListBox1
TabOrder = 0
end
object DirectoryListBox1: TDirectoryListBox
Left = 8
Top = 32
Width = 145
Height = 269
FileList = FileListBox1
ItemHeight = 16
TabOrder = 1
end
object FileListBox1: TFileListBox
Left = 160
Top = 8
Width = 129
Height = 293
ItemHeight = 16
TabOrder = 2
OnChange = FileListBox1Change
end
object Button1: TButton
Left = 300
Top = 28
Width = 97
Height = 25
Caption = 'Compress'
Enabled = False
TabOrder = 3
OnClick = Button1Click
end
object Button2: TButton
Left = 412
Top = 28
Width = 97
Height = 25
Caption = 'Decompress'
Enabled = False
TabOrder = 4
OnClick = Button2Click
end
object LogMemo: TMemo
Left = 300
Top = 60
Width = 209
Height = 241
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 5
end
object StreamCheck: TCheckBox
Left = 300
Top = 4
Width = 141
Height = 17
Caption = 'Using Stream interface'
TabOrder = 6
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -