📄 unitzip.~dfm
字号:
object FormZip: TFormZip
Left = 192
Top = 107
Width = 393
Height = 261
Caption = 'FormZip'
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 Edit1: TEdit
Left = 136
Top = 32
Width = 1
Height = 21
TabOrder = 0
Text = 'Edit1'
end
object txtFileName: TEdit
Left = 136
Top = 32
Width = 121
Height = 21
TabOrder = 1
Text = 'C:\test.txt'
end
object BtnZip: TButton
Left = 56
Top = 176
Width = 75
Height = 25
Caption = 'BtnZip'
TabOrder = 2
OnClick = BtnZipClick
end
object BtnUnZip: TButton
Left = 264
Top = 176
Width = 75
Height = 25
Caption = 'BtnUnZip'
TabOrder = 3
OnClick = BtnUnZipClick
end
object txtFileNameZip: TEdit
Left = 136
Top = 72
Width = 123
Height = 21
TabOrder = 4
Text = 'c:\test.zip'
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -