?? cm_main.dfm
字號(hào):
object Form1: TForm1
Left = 268
Top = 238
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'ZLibEx Compressor v1.0'
ClientHeight = 208
ClientWidth = 570
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 12
object GroupBox1: TGroupBox
Left = 8
Top = 8
Width = 553
Height = 73
Caption = ' Files: '
TabOrder = 0
object Label1: TLabel
Left = 8
Top = 24
Width = 66
Height = 12
Caption = 'Input File:'
end
object Label2: TLabel
Left = 8
Top = 48
Width = 72
Height = 12
Caption = 'Output File:'
end
object Edit1: TEdit
Left = 88
Top = 20
Width = 433
Height = 20
TabOrder = 0
OnChange = Edit1Change
end
object Button1: TButton
Left = 524
Top = 20
Width = 20
Height = 20
Caption = '...'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Dotum'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
OnClick = Button1Click
end
end
object Button2: TButton
Left = 532
Top = 52
Width = 20
Height = 20
Caption = '...'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Dotum'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
OnClick = Button2Click
end
object Edit2: TEdit
Left = 96
Top = 52
Width = 433
Height = 20
TabOrder = 2
OnChange = Edit1Change
end
object GroupBox2: TGroupBox
Left = 8
Top = 88
Width = 209
Height = 41
Caption = ' Mode: '
TabOrder = 3
object RadioButton1: TRadioButton
Left = 16
Top = 16
Width = 73
Height = 17
Caption = 'Compress'
Checked = True
TabOrder = 0
TabStop = True
OnClick = RadioButton1Click
end
object RadioButton2: TRadioButton
Left = 112
Top = 16
Width = 81
Height = 17
Caption = 'Decompress'
TabOrder = 1
OnClick = RadioButton2Click
end
end
object GroupBox3: TGroupBox
Left = 224
Top = 88
Width = 337
Height = 41
Caption = ' Compress Level: '
TabOrder = 4
object RadioButton3: TRadioButton
Left = 16
Top = 16
Width = 65
Height = 17
Caption = 'Highest'
TabOrder = 0
end
object RadioButton4: TRadioButton
Left = 104
Top = 16
Width = 65
Height = 17
Caption = 'Default'
Checked = True
TabOrder = 1
TabStop = True
end
object RadioButton5: TRadioButton
Left = 192
Top = 16
Width = 57
Height = 17
Caption = 'Lowest'
TabOrder = 2
end
object RadioButton6: TRadioButton
Left = 272
Top = 16
Width = 49
Height = 17
Caption = 'None'
TabOrder = 3
end
end
object GroupBox4: TGroupBox
Left = 8
Top = 136
Width = 553
Height = 33
Caption = ' Progres: '
TabOrder = 5
object ProgressBar1: TProgressBar
Left = 8
Top = 16
Width = 510
Height = 9
TabOrder = 0
end
object Panel1: TPanel
Left = 520
Top = 12
Width = 25
Height = 17
BevelOuter = bvNone
Caption = '0%'
TabOrder = 1
end
end
object Button3: TButton
Left = 384
Top = 176
Width = 75
Height = 25
Caption = 'Go'
Enabled = False
TabOrder = 6
OnClick = Button3Click
end
object Button4: TButton
Left = 480
Top = 176
Width = 75
Height = 25
Caption = 'Exit'
TabOrder = 7
OnClick = Button4Click
end
object OpenDialog1: TOpenDialog
Filter = 'All Files (*.*)|*.*'
Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
Left = 496
Top = 16
end
object SaveDialog1: TSaveDialog
DefaultExt = '.zle|'
Filter = 'All Files (*.*)|*.*'
Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing]
Left = 496
Top = 48
end
end
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -