📄 unit1.dfm
字号:
object Form1: TForm1
Left = 296
Top = 137
BorderStyle = bsDialog
Caption = 'PowerArc Delphi Test'
ClientHeight = 390
ClientWidth = 521
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 Label1: TLabel
Left = 12
Top = 12
Width = 84
Height = 13
Caption = 'Compress method'
end
object Label2: TLabel
Left = 12
Top = 40
Width = 36
Height = 13
Caption = 'Options'
end
object AboutLabel: TLabel
Left = 256
Top = 8
Width = 257
Height = 49
AutoSize = False
Caption = 'AboutLabel'
end
object ArcComboBox: TComboBox
Left = 104
Top = 8
Width = 145
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 0
OnChange = ArcComboBoxChange
end
object OptComboBox: TComboBox
Left = 104
Top = 36
Width = 145
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 1
end
object DriveComboBox1: TDriveComboBox
Left = 12
Top = 68
Width = 145
Height = 19
DirList = DirectoryListBox1
TabOrder = 2
end
object DirectoryListBox1: TDirectoryListBox
Left = 12
Top = 92
Width = 145
Height = 269
FileList = FileListBox1
ItemHeight = 16
TabOrder = 3
end
object FileListBox1: TFileListBox
Left = 164
Top = 68
Width = 129
Height = 293
ItemHeight = 16
TabOrder = 4
OnChange = FileListBox1Change
end
object Button1: TButton
Left = 304
Top = 88
Width = 97
Height = 25
Caption = 'Compress'
Enabled = False
TabOrder = 5
OnClick = Button1Click
end
object Button2: TButton
Left = 416
Top = 88
Width = 97
Height = 25
Caption = 'Decompress'
Enabled = False
TabOrder = 6
OnClick = Button2Click
end
object LogMemo: TMemo
Left = 304
Top = 120
Width = 209
Height = 241
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 7
end
object StreamCheck: TCheckBox
Left = 304
Top = 64
Width = 141
Height = 17
Caption = 'Using Stream interface'
TabOrder = 8
end
object ProgressBar1: TProgressBar
Left = 12
Top = 368
Width = 501
Height = 16
Min = 0
Max = 100
TabOrder = 9
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -