object ViewForm: TViewForm Left = 236 Top = 200 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'View file contents ...' ClientHeight = 97 ClientWidth = 434 Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [] Position = poScreenCenter Scaled = False OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 15 object rgUsing: TGroupBox Left = 4 Top = 2 Width = 348 Height = 91 Caption = ' Using ' TabOrder = 0 object sbBrowseCmd: TSpeedButton Left = 321 Top = 63 Width = 20 Height = 19 Hint = 'Browse for executable ...' Caption = '�' OnClick = sbBrowseCmdClick end object rbAsociatedPrg: TRadioButton Left = 8 Top = 18 Width = 335 Height = 17 Caption = '&Asociated Program' Checked = True TabOrder = 0 TabStop = True OnClick = rbAsociatedPrgClick end object rbInternalViewer: TRadioButton Left = 8 Top = 41 Width = 335 Height = 17 Caption = '&Internal ASCII Text Viewer' TabOrder = 1 OnClick = rbInternalViewerClick end object rbViewer: TRadioButton Left = 8 Top = 64 Width = 65 Height = 17 Caption = 'Vi&ewer:' TabOrder = 2 OnClick = rbViewerClick end object hbViewer: THistoryComboBox Left = 73 Top = 61 Width = 244 Height = 23 ItemHeight = 15 TabOrder = 3 OnChange = hbViewerChange OnKeyDown = hbViewerKeyDown OnFocusGot = hbViewerFocusGot OnChoice = hbViewerChange CanEdit = True IniSection = 'UnZIPViewer' MaxHistoryLength = 15 end end object btnView: TButton Left = 359 Top = 8 Width = 70 Height = 25 Caption = '&View' Default = True ModalResult = 1 TabOrder = 1 OnClick = btnViewClick end object btnCancel: TButton Left = 359 Top = 39 Width = 70 Height = 25 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 2 end object BrowseOpenDialog: TOpenDialog DefaultExt = 'EXE' FileEditStyle = fsEdit Filter = 'Programs (*.EXE)|*.EXE|All files (*.*)|*.*' Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist] Left = 258 Top = 16 end end