home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 December / Chip_2001-12_cd1.bin / sharewar / lupasren / LupasRename.exe / 0 / RCDATA / TFABOUT / TFABOUT.txt < prev   
Text File  |  2001-10-28  |  3KB  |  132 lines

  1. object fAbout: TfAbout
  2.   Left = 384
  3.   Top = 182
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 276
  8.   ClientWidth = 473
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Panel1: TPanel
  22.     Left = 8
  23.     Top = 8
  24.     Width = 457
  25.     Height = 233
  26.     BevelInner = bvRaised
  27.     BevelOuter = bvLowered
  28.     ParentColor = True
  29.     TabOrder = 0
  30.     object ProgramIcon: TImage
  31.       Left = 5
  32.       Top = 6
  33.       Width = 268
  34.       Height = 123
  35.       AutoSize = True
  36.       Picture.Data = {<image000.bmp>}
  37.       IsControl = True
  38.     end
  39.     object lProductName: TLabel
  40.       Left = 281
  41.       Top = 16
  42.       Width = 82
  43.       Height = 13
  44.       Caption = 'Name of Program'
  45.       IsControl = True
  46.     end
  47.     object lCopyright: TLabel
  48.       Left = 12
  49.       Top = 147
  50.       Width = 124
  51.       Height = 13
  52.       Alignment = taCenter
  53.       Caption = 'Copyright (c) Author Name'
  54.       IsControl = True
  55.     end
  56.     object lDate: TLabel
  57.       Left = 281
  58.       Top = 35
  59.       Width = 103
  60.       Height = 13
  61.       Caption = 'Date or Other Coment'
  62.       IsControl = True
  63.     end
  64.     object lfreeware: TLabel
  65.       Left = 12
  66.       Top = 205
  67.       Width = 44
  68.       Height = 13
  69.       Alignment = taCenter
  70.       Caption = 'Freeware'
  71.       WordWrap = True
  72.       IsControl = True
  73.     end
  74.     object lWebPage: TLabel
  75.       Left = 12
  76.       Top = 168
  77.       Width = 51
  78.       Height = 13
  79.       Cursor = crHandPoint
  80.       Alignment = taCenter
  81.       Caption = 'Web Page'
  82.       Color = clBtnFace
  83.       Font.Charset = DEFAULT_CHARSET
  84.       Font.Color = clBlue
  85.       Font.Height = -12
  86.       Font.Name = 'MS Sans Serif'
  87.       Font.Style = [fsUnderline]
  88.       ParentColor = False
  89.       ParentFont = False
  90.       OnClick = lWebPageClick
  91.       IsControl = True
  92.     end
  93.     object lEmail: TLabel
  94.       Left = 12
  95.       Top = 186
  96.       Width = 24
  97.       Height = 13
  98.       Cursor = crHandPoint
  99.       Alignment = taCenter
  100.       Caption = 'email'
  101.       Color = clBtnFace
  102.       Font.Charset = DEFAULT_CHARSET
  103.       Font.Color = clBlue
  104.       Font.Height = -12
  105.       Font.Name = 'MS Sans Serif'
  106.       Font.Style = [fsUnderline]
  107.       ParentColor = False
  108.       ParentFont = False
  109.       OnClick = lEmailClick
  110.       IsControl = True
  111.     end
  112.   end
  113.   object OKButton: TButton
  114.     Left = 180
  115.     Top = 247
  116.     Width = 114
  117.     Height = 25
  118.     Caption = 'OK'
  119.     Default = True
  120.     ModalResult = 1
  121.     TabOrder = 1
  122.     OnClick = OKButtonClick
  123.   end
  124.   object GoToWeb: TGoToWeb
  125.     Url = 'http://www.geocities.com/lupas2000'
  126.     EMail = 'anton@apdo.com'
  127.     BrowserState = gwMaximized
  128.     Left = 8
  129.     Top = 248
  130.   end
  131. end
  132.