home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 November / PCWorld_2001-11_cd.bin / Software / Vyzkuste / resourcehack / ResHacker.exe / 0 / RCDATA / TABOUTFORM / TABOUTFORM.txt
Text File  |  2001-08-07  |  2KB  |  81 lines

  1. object AboutForm: TAboutForm
  2.   Left = 209
  3.   Top = 251
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'About'
  7.   ClientHeight = 187
  8.   ClientWidth = 296
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 14
  19.   object Label3: TLabel
  20.     Left = 27
  21.     Top = 128
  22.     Width = 241
  23.     Height = 15
  24.     Cursor = crHandPoint
  25.     Caption = 'http://rpi.net.au/~ajohnson/resourcehacker'
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clBlue
  28.     Font.Height = -12
  29.     Font.Name = 'Arial'
  30.     Font.Style = [fsBold, fsUnderline]
  31.     ParentFont = False
  32.     OnClick = Label3Click
  33.   end
  34.   object Label4: TLabel
  35.     Left = 39
  36.     Top = 97
  37.     Width = 219
  38.     Height = 15
  39.     Caption = 'Copyright ∩┐╜ 1999-2001, Angus Johnson'
  40.     Font.Charset = DEFAULT_CHARSET
  41.     Font.Color = clWindowText
  42.     Font.Height = -12
  43.     Font.Name = 'Arial'
  44.     Font.Style = []
  45.     ParentFont = False
  46.   end
  47.   object Label5: TLabel
  48.     Left = 60
  49.     Top = 112
  50.     Width = 166
  51.     Height = 14
  52.     Alignment = taCenter
  53.     AutoSize = False
  54.     Caption = 'Version Info'
  55.     Font.Charset = DEFAULT_CHARSET
  56.     Font.Color = clWindowText
  57.     Font.Height = -12
  58.     Font.Name = 'Arial'
  59.     Font.Style = []
  60.     ParentFont = False
  61.   end
  62.   object Image3: TImage
  63.     Left = 35
  64.     Top = 10
  65.     Width = 230
  66.     Height = 75
  67.     Center = True
  68.     Transparent = True
  69.   end
  70.   object Button1: TButton
  71.     Left = 105
  72.     Top = 150
  73.     Width = 75
  74.     Height = 25
  75.     Cancel = True
  76.     Caption = '&OK'
  77.     ModalResult = 1
  78.     TabOrder = 0
  79.   end
  80. end
  81.