home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 January / Pcwk0198.iso / Wtestowe / CALYPSO / _SETUP.1 / unzip.dll / 0 / RCDATA / TVIEWFORM / TVIEWFORM.txt
Text File  |  1997-07-17  |  2KB  |  110 lines

  1. object ViewForm: TViewForm
  2.   Left = 236
  3.   Top = 200
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'View file contents ...'
  7.   ClientHeight = 97
  8.   ClientWidth = 434
  9.   Font.Color = clBlack
  10.   Font.Height = -12
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 15
  19.   object rgUsing: TGroupBox
  20.     Left = 4
  21.     Top = 2
  22.     Width = 348
  23.     Height = 91
  24.     Caption = ' Using '
  25.     TabOrder = 0
  26.     object sbBrowseCmd: TSpeedButton
  27.       Left = 321
  28.       Top = 63
  29.       Width = 20
  30.       Height = 19
  31.       Hint = 'Browse for executable ...'
  32.       Caption = '∩┐╜'
  33.       OnClick = sbBrowseCmdClick
  34.     end
  35.     object rbAsociatedPrg: TRadioButton
  36.       Left = 8
  37.       Top = 18
  38.       Width = 335
  39.       Height = 17
  40.       Caption = '&Asociated Program'
  41.       Checked = True
  42.       TabOrder = 0
  43.       TabStop = True
  44.       OnClick = rbAsociatedPrgClick
  45.     end
  46.     object rbInternalViewer: TRadioButton
  47.       Left = 8
  48.       Top = 41
  49.       Width = 335
  50.       Height = 17
  51.       Caption = '&Internal ASCII Text Viewer'
  52.       TabOrder = 1
  53.       OnClick = rbInternalViewerClick
  54.     end
  55.     object rbViewer: TRadioButton
  56.       Left = 8
  57.       Top = 64
  58.       Width = 65
  59.       Height = 17
  60.       Caption = 'Vi&ewer:'
  61.       TabOrder = 2
  62.       OnClick = rbViewerClick
  63.     end
  64.     object hbViewer: THistoryComboBox
  65.       Left = 73
  66.       Top = 61
  67.       Width = 244
  68.       Height = 23
  69.       ItemHeight = 15
  70.       TabOrder = 3
  71.       OnChange = hbViewerChange
  72.       OnKeyDown = hbViewerKeyDown
  73.       OnFocusGot = hbViewerFocusGot
  74.       OnChoice = hbViewerChange
  75.       CanEdit = True
  76.       IniSection = 'UnZIPViewer'
  77.       MaxHistoryLength = 15
  78.     end
  79.   end
  80.   object btnView: TButton
  81.     Left = 359
  82.     Top = 8
  83.     Width = 70
  84.     Height = 25
  85.     Caption = '&View'
  86.     Default = True
  87.     ModalResult = 1
  88.     TabOrder = 1
  89.     OnClick = btnViewClick
  90.   end
  91.   object btnCancel: TButton
  92.     Left = 359
  93.     Top = 39
  94.     Width = 70
  95.     Height = 25
  96.     Cancel = True
  97.     Caption = '&Cancel'
  98.     ModalResult = 2
  99.     TabOrder = 2
  100.   end
  101.   object BrowseOpenDialog: TOpenDialog
  102.     DefaultExt = 'EXE'
  103.     FileEditStyle = fsEdit
  104.     Filter = 'Programs (*.EXE)|*.EXE|All files (*.*)|*.*'
  105.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  106.     Left = 258
  107.     Top = 16
  108.   end
  109. end
  110.