home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 July & August
/
Pcwk78a98.iso
/
Sharewar
/
WCMD3532
/
INSTALL.BIN
/
WINCMD32.EXE
/
0
/
RCDATA
/
TDLGZIP
/
TDLGZIP.txt
Wrap
Text File
|
1998-03-18
|
4KB
|
210 lines
object DLGZIP: TDLGZIP
Tag = 1
Left = 179
Top = 262
HelpContext = 150
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Pack files'
ClientHeight = 152
ClientWidth = 452
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Prompt: TLabel
Tag = 2
Left = 4
Top = 1
Width = 445
Height = 12
AutoSize = False
Caption = 'Pack file(s) to the file:'
ShowAccelChar = False
end
object ZipText: TEdit
Left = 4
Top = 18
Width = 340
Height = 21
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 0
OnChange = ZipTextChange
OnKeyDown = ZipTextKeyDown
end
object Storedir: TCheckBox
Tag = 3
Left = 4
Top = 42
Width = 340
Height = 16
Caption = 'Also &pack path names (only recursed)'
TabOrder = 1
OnKeyDown = ZipTextKeyDown
end
object Recurse: TCheckBox
Tag = 4
Left = 4
Top = 58
Width = 340
Height = 16
Caption = 'Recursively pack &subdirectories'
TabOrder = 2
OnKeyDown = ZipTextKeyDown
end
object Multivolume: TCheckBox
Tag = 5
Left = 4
Top = 74
Width = 340
Height = 16
Caption = '&Multiple disk archive (PKZIP and ARJ only)'
TabOrder = 3
OnClick = MultivolumeClick
OnKeyDown = ZipTextKeyDown
end
object Ok: TButton
Tag = 4001
Left = 87
Top = 126
Width = 90
Height = 23
Caption = 'Ok'
Default = True
ModalResult = 1
TabOrder = 6
OnKeyDown = ZipTextKeyDown
end
object id_calltree: TButton
Tag = 7
Left = 181
Top = 126
Width = 90
Height = 23
Caption = '&Tree'
TabOrder = 7
OnClick = id_calltreeClick
OnKeyDown = ZipTextKeyDown
end
object Cancel: TButton
Tag = 4002
Left = 275
Top = 126
Width = 90
Height = 23
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 8
OnKeyDown = ZipTextKeyDown
end
object Packer1: TGroupBox
Tag = 8
Left = 348
Top = 17
Width = 101
Height = 91
Caption = ' Packer '
TabOrder = 9
object zip_ZIP: TRadioButton
Left = 5
Top = 15
Width = 45
Height = 16
Caption = '&ZIP'
TabOrder = 0
TabStop = True
OnClick = zip_ZIPClick
OnKeyDown = ZipTextKeyDown
end
object zip_ARJ: TRadioButton
Left = 5
Top = 31
Width = 45
Height = 16
Caption = '&ARJ'
TabOrder = 1
OnClick = zip_ARJClick
OnKeyDown = ZipTextKeyDown
end
object zip_LHA: TRadioButton
Left = 5
Top = 48
Width = 45
Height = 16
Caption = '&LHA'
TabOrder = 2
OnClick = zip_LHAClick
OnKeyDown = ZipTextKeyDown
end
object zip_RAR: TRadioButton
Left = 53
Top = 15
Width = 42
Height = 18
Caption = '&RAR'
TabOrder = 3
OnClick = zip_RARClick
OnKeyDown = ZipTextKeyDown
end
object zip_UC2: TRadioButton
Left = 53
Top = 31
Width = 45
Height = 16
Caption = '&UC2'
TabOrder = 4
OnClick = zip_UC2Click
OnKeyDown = ZipTextKeyDown
end
object ConfigNow: TButton
Tag = 6
Left = 5
Top = 64
Width = 90
Height = 23
Caption = '&Configure'
TabOrder = 5
OnClick = ConfigNowClick
OnKeyDown = ZipTextKeyDown
end
end
object MoveToArchive: TCheckBox
Tag = 9
Left = 4
Top = 90
Width = 340
Height = 16
Caption = 'M&ove to archive'
TabOrder = 4
OnClick = MoveToArchiveClick
OnKeyDown = ZipTextKeyDown
end
object CreateSFX: TCheckBox
Tag = 10
Left = 4
Top = 106
Width = 340
Height = 16
Caption = 'Create self e&xtracting ZIP archive (for Windows 3.1/95)'
TabOrder = 5
OnClick = CreateSFXClick
OnKeyDown = ZipTextKeyDown
end
object Translate1: TTranslate
Tag = 5480
Top = 124
end
object ResolutionFix1: TResolutionFix
Left = 36
Top = 124
end
end