home *** CD-ROM | disk | FTP | other *** search
- object frmSelViewer: TfrmSelViewer
- Left = 278
- Top = 113
- BorderStyle = bsDialog
- Caption = 'View'
- ClientHeight = 107
- ClientWidth = 300
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object btnView: TButton
- Left = 216
- Top = 8
- Width = 75
- Height = 25
- Caption = 'View'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object btnCancel: TButton
- Left = 216
- Top = 40
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object rgView: TRadioGroup
- Left = 8
- Top = 8
- Width = 193
- Height = 89
- Caption = ' Using '
- ItemIndex = 2
- Items.Strings = (
- '&Associated program'
- '&Internal text-viewer'
- '&Standard viewer ')
- TabOrder = 2
- end
- object FormCenter1: TFormCenter
- Center = True
- Left = 216
- Top = 72
- end
- object FormStorage1: TFormStorage
- IniFileName = 'Software\SWE von Schleusen\UltimateZip'
- IniSection = 'Main'
- Options = []
- UseRegistry = True
- StoredProps.Strings = (
- 'rgView.ItemIndex')
- StoredValues = <>
- Left = 256
- Top = 72
- end
- end
-