home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 B / CHIP_HITWARE6_B.iso / gry / wkiss / tools / kcnfe111.lzh / CNFEDIT.EXE / 0 / RCDATA / TEXTVIEWER / TEXTVIEWER.txt
Encoding:
Text File  |  1998-04-21  |  1.3 KB  |  62 lines

  1. object ExtViewer: TExtViewer
  2.   Left = 178
  3.   Top = 99
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Locate Extrenal Viewer'
  7.   ClientHeight = 119
  8.   ClientWidth = 278
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object FilenameEdit1: TFilenameEdit
  17.     Left = 34
  18.     Top = 17
  19.     Width = 209
  20.     Height = 21
  21.     FileEditStyle = fsComboBox
  22.     Filter = 'Exe Files|*.exe'
  23.     DialogOptions = [ofHideReadOnly, ofNoChangeDir]
  24.     ButtonHint = 'Click here to browse disk'
  25.     NumGlyphs = 1
  26.     TabOrder = 0
  27.     Text = 'FilenameEdit1'
  28.   end
  29.   object CnfConvertCh: TCheckBox
  30.     Left = 34
  31.     Top = 45
  32.     Width = 209
  33.     Height = 17
  34.     Hint = 
  35.       'The cnf file is converted using CR/LF as line delimiter when'#13#10're' +
  36.       'turning from default KiSS viewer when this box is checked. '
  37.     Caption = 'Convert cnf file'
  38.     ParentShowHint = False
  39.     ShowHint = True
  40.     TabOrder = 1
  41.   end
  42.   object Button1: TButton
  43.     Left = 8
  44.     Top = 88
  45.     Width = 75
  46.     Height = 25
  47.     Caption = '&Ok'
  48.     Default = True
  49.     ModalResult = 1
  50.     TabOrder = 2
  51.   end
  52.   object Button2: TButton
  53.     Left = 200
  54.     Top = 88
  55.     Width = 75
  56.     Height = 25
  57.     Caption = '&Cancel'
  58.     ModalResult = 2
  59.     TabOrder = 3
  60.   end
  61. end
  62.