home *** CD-ROM | disk | FTP | other *** search
/ Gambler 19 / GAMBLERCD19.BIN / UTILS / DDTPACK / PROGS / GHP / CYBERHK.DLL / 0 / RCDATA / TFORMABOUT / TFORMABOUT.txt
Text File  |  1997-11-09  |  4KB  |  179 lines

  1. object FormAbout: TFormAbout
  2.   Left = 188
  3.   Top = 422
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 283
  8.   ClientWidth = 371
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 9
  20.     Top = 6
  21.     Width = 352
  22.     Height = 243
  23.     BevelOuter = bvLowered
  24.     Caption = 'mordor@box43.gnet.pl'
  25.     TabOrder = 0
  26.     object Version: TLabel
  27.       Left = 48
  28.       Top = 50
  29.       Width = 15
  30.       Height = 13
  31.       Caption = '1.0'
  32.       IsControl = True
  33.     end
  34.     object Copyright: TLabel
  35.       Left = 8
  36.       Top = 68
  37.       Width = 145
  38.       Height = 13
  39.       AutoSize = False
  40.       Caption = 'Copyright (c) 1996-97 Mordor'
  41.       IsControl = True
  42.     end
  43.     object Label1: TLabel
  44.       Left = 8
  45.       Top = 50
  46.       Width = 35
  47.       Height = 13
  48.       Caption = 'Version'
  49.     end
  50.     object FileDescription: TLabel
  51.       Left = 8
  52.       Top = 34
  53.       Width = 69
  54.       Height = 13
  55.       Caption = 'FileDescription'
  56.     end
  57.     object Label2: TLabel
  58.       Left = 8
  59.       Top = 218
  60.       Width = 54
  61.       Height = 13
  62.       Caption = 'Registered:'
  63.     end
  64.     object EMailAddr: TURLabel
  65.       Left = 70
  66.       Top = 84
  67.       Width = 140
  68.       Height = 13
  69.       Cursor = crHandPoint
  70.       URL = 'mailto:mordor@opnt.optimus.wroc.pl'
  71.       Caption = 'mordor@opnt.optimus.wroc.pl'
  72.       Color = clBtnFace
  73.       Font.Charset = DEFAULT_CHARSET
  74.       Font.Color = clBlue
  75.       Font.Height = -11
  76.       Font.Name = 'MS Sans Serif'
  77.       Font.Style = []
  78.       ParentColor = False
  79.       ParentFont = False
  80.     end
  81.     object WebSite: TURLabel
  82.       Left = 70
  83.       Top = 98
  84.       Width = 249
  85.       Height = 13
  86.       Cursor = crHandPoint
  87.       URL = 'http://www.geocities.com/SiliconValley/Vista/4527/'
  88.       Caption = 'http://www.geocities.com/SiliconValley/Vista/4527/'
  89.       Font.Charset = DEFAULT_CHARSET
  90.       Font.Color = clBlue
  91.       Font.Height = -11
  92.       Font.Name = 'MS Sans Serif'
  93.       Font.Style = []
  94.       ParentFont = False
  95.     end
  96.     object Label3: TLabel
  97.       Left = 8
  98.       Top = 84
  99.       Width = 28
  100.       Height = 13
  101.       Caption = 'Email:'
  102.     end
  103.     object Label4: TLabel
  104.       Left = 8
  105.       Top = 98
  106.       Width = 57
  107.       Height = 13
  108.       Caption = 'GameHack:'
  109.     end
  110.     object RegEd: TEdit
  111.       Left = 64
  112.       Top = 214
  113.       Width = 121
  114.       Height = 21
  115.       TabOrder = 0
  116.       Text = '0'
  117.     end
  118.     object Desc: TMemo
  119.       Left = 8
  120.       Top = 114
  121.       Width = 337
  122.       Height = 101
  123.       BorderStyle = bsNone
  124.       Color = clBtnFace
  125.       Lines.Strings = (
  126.         'This product is NOT public domain.  It is copyrighted software'
  127.         'distributed as shareware.  It may not be changed or modified'
  128.         
  129.           'in any way except by the authors.  This shareware version may be' +
  130.           #39' '
  131.         
  132.           'freely distributed as long as it remains in its complete form wi' +
  133.           'th all '
  134.         
  135.           'support and documentation files.  Please note that a great deal ' +
  136.           'of '
  137.         'time and  effort has been invested in the development of this '
  138.         'program.  You  are granted a license to try it for a 30 day '
  139.         
  140.           'trial period.  If, after this time, you are satisfied with this ' +
  141.           'program and '
  142.         'intend to continue using it; you must register it.')
  143.       ReadOnly = True
  144.       ScrollBars = ssVertical
  145.       TabOrder = 1
  146.     end
  147.     object ProductName: TTitle
  148.       Left = 8
  149.       Top = 4
  150.       Width = 93
  151.       Height = 26
  152.       Font.Charset = DEFAULT_CHARSET
  153.       Font.Color = clBlack
  154.       Font.Height = -24
  155.       Font.Name = 'Times New Roman'
  156.       Font.Style = [fsBold]
  157.       TitleText = 'DF Hack'
  158.     end
  159.   end
  160.   object OKButton: TButton
  161.     Left = 286
  162.     Top = 254
  163.     Width = 73
  164.     Height = 23
  165.     Caption = 'OK'
  166.     Default = True
  167.     ModalResult = 1
  168.     TabOrder = 1
  169.     OnClick = OKButtonClick
  170.     IsControl = True
  171.   end
  172.   object ImageList1: TImageList
  173.     DrawingStyle = dsTransparent
  174.     Height = 70
  175.     Width = 80
  176.     Top = 65534
  177.   end
  178. end
  179.