?? unitzip.~dfm
字號(hào):
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
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -