home *** CD-ROM | disk | FTP | other *** search
- object ExtViewer: TExtViewer
- Left = 178
- Top = 99
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Locate Extrenal Viewer'
- ClientHeight = 119
- ClientWidth = 278
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object FilenameEdit1: TFilenameEdit
- Left = 34
- Top = 17
- Width = 209
- Height = 21
- FileEditStyle = fsComboBox
- Filter = 'Exe Files|*.exe'
- DialogOptions = [ofHideReadOnly, ofNoChangeDir]
- ButtonHint = 'Click here to browse disk'
- NumGlyphs = 1
- TabOrder = 0
- Text = 'FilenameEdit1'
- end
- object CnfConvertCh: TCheckBox
- Left = 34
- Top = 45
- Width = 209
- Height = 17
- Hint =
- 'The cnf file is converted using CR/LF as line delimiter when'#13#10're' +
- 'turning from default KiSS viewer when this box is checked. '
- Caption = 'Convert cnf file'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- end
- object Button1: TButton
- Left = 8
- Top = 88
- Width = 75
- Height = 25
- Caption = '&Ok'
- Default = True
- ModalResult = 1
- TabOrder = 2
- end
- object Button2: TButton
- Left = 200
- Top = 88
- Width = 75
- Height = 25
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 3
- end
- end
-