home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9UTI / UBELT.ZIP / UBshar.EXE / Viewer.exe / 0 / RCDATA / TABOUT / TABOUT.txt < prev   
Text File  |  1998-03-17  |  990b  |  53 lines

  1. object About: TAbout
  2.   Left = 245
  3.   Top = 159
  4.   BorderStyle = bsDialog
  5.   Caption = 'About Quick Viewer'
  6.   ClientHeight = 135
  7.   ClientWidth = 242
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Image1: TImage
  16.     Left = 12
  17.     Top = 28
  18.     Width = 37
  19.     Height = 37
  20.     Picture.Data = {<image001.bmp>}
  21.   end
  22.   object Label1: TLabel
  23.     Left = 64
  24.     Top = 16
  25.     Width = 118
  26.     Height = 13
  27.     Caption = 'Quick Viewer version 1.0'
  28.   end
  29.   object Label2: TLabel
  30.     Left = 64
  31.     Top = 40
  32.     Width = 162
  33.     Height = 13
  34.     Caption = 'A Tomahawk Software Production'
  35.   end
  36.   object Label3: TLabel
  37.     Left = 64
  38.     Top = 68
  39.     Width = 156
  40.     Height = 13
  41.     Caption = 'COPYRIGHT Tom Hawkes 1998'
  42.   end
  43.   object Button1: TButton
  44.     Left = 84
  45.     Top = 104
  46.     Width = 75
  47.     Height = 25
  48.     Caption = 'OK'
  49.     TabOrder = 0
  50.     OnClick = Button1Click
  51.   end
  52. end
  53.