home *** CD-ROM | disk | FTP | other *** search
- object ZipExecfile: TZipExecfile
- Left = 278
- Top = 159
- BorderStyle = bsDialog
- Caption = 'Open file...'
- ClientHeight = 130
- ClientWidth = 229
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object GroupBox1: TGroupBox
- Left = 8
- Top = 8
- Width = 213
- Height = 81
- Caption = '[ Action ]'
- TabOrder = 0
- object RadioButton1: TRadioButton
- Left = 11
- Top = 17
- Width = 141
- Height = 17
- Caption = '&Open / Execute'
- TabOrder = 0
- end
- object RadioButton2: TRadioButton
- Left = 11
- Top = 35
- Width = 141
- Height = 17
- Caption = '&View file'
- Checked = True
- TabOrder = 1
- TabStop = True
- end
- object RadioButton3: TRadioButton
- Left = 11
- Top = 54
- Width = 141
- Height = 17
- Caption = '&Extract from ZIP'
- TabOrder = 2
- end
- end
- object Button1: TButton
- Left = 62
- Top = 96
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object Button2: TButton
- Left = 145
- Top = 96
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- end
-