home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9APLI / BBGT21.ZIP / _SETUP.1 / Bbudget.exe / 0 / RCDATA / TABOUTFORM1 / TABOUTFORM1.txt
Text File  |  1998-04-25  |  3KB  |  120 lines

  1. object aboutform1: Taboutform1
  2.   Left = 237
  3.   Top = 131
  4.   BorderStyle = bsSingle
  5.   Caption = 'About'
  6.   ClientHeight = 193
  7.   ClientWidth = 294
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   Position = poScreenCenter
  14.   Visible = True
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 88
  20.     Top = 46
  21.     Width = 100
  22.     Height = 17
  23.     Caption = 'BlackBoard Software'
  24.   end
  25.   object Label5: TLabel
  26.     Left = 96
  27.     Top = 8
  28.     Width = 92
  29.     Height = 13
  30.     Caption = 'BlackBoard Budget'
  31.     Font.Color = clBlack
  32.     Font.Height = -11
  33.     Font.Name = 'MS Sans Serif'
  34.     Font.Style = []
  35.     ParentFont = False
  36.   end
  37.   object Label6: TLabel
  38.     Left = 112
  39.     Top = 28
  40.     Width = 53
  41.     Height = 13
  42.     Caption = 'Version 2,1'
  43.   end
  44.   object Label7: TLabel
  45.     Left = 104
  46.     Top = 104
  47.     Width = 71
  48.     Height = 13
  49.     Caption = 'Copyright 1997'
  50.   end
  51.   object Label9: TLabel
  52.     Left = 16
  53.     Top = 136
  54.     Width = 66
  55.     Height = 13
  56.     Caption = 'Registered to:'
  57.   end
  58.   object mdURLLabel1: TmdURLLabel
  59.     Left = 72
  60.     Top = 64
  61.     Width = 140
  62.     Height = 13
  63.     Hint = 'members.aol.com/dalin'
  64.     LinkFont.Color = clBlue
  65.     LinkFont.Height = -11
  66.     LinkFont.Name = 'MS Sans Serif'
  67.     LinkFont.Style = [fsUnderline]
  68.     PassiveFont.Color = clWindowText
  69.     PassiveFont.Height = -11
  70.     PassiveFont.Name = 'MS Sans Serif'
  71.     PassiveFont.Style = []
  72.     Caption = 'http://members.aol.com/dalin'
  73.     URL = 'members.aol.com/dalin'
  74.     URLAsHint = True
  75.     ShowPrefix = False
  76.     LabelType = Auto
  77.     LinkType = http
  78.   end
  79.   object mdURLLabel2: TmdURLLabel
  80.     Left = 104
  81.     Top = 84
  82.     Width = 70
  83.     Height = 13
  84.     Hint = 'dalin@aol.com'
  85.     LinkFont.Color = clBlue
  86.     LinkFont.Height = -11
  87.     LinkFont.Name = 'MS Sans Serif'
  88.     LinkFont.Style = [fsUnderline]
  89.     PassiveFont.Color = clWindowText
  90.     PassiveFont.Height = -11
  91.     PassiveFont.Name = 'MS Sans Serif'
  92.     PassiveFont.Style = []
  93.     Caption = 'dalin@aol.com'
  94.     URL = 'dalin@aol.com'
  95.     URLAsHint = True
  96.     ShowPrefix = False
  97.     LabelType = Auto
  98.     LinkType = mailto
  99.   end
  100.   object BitBtn1: TBitBtn
  101.     Left = 104
  102.     Top = 160
  103.     Width = 75
  104.     Height = 25
  105.     Caption = '&Close'
  106.     TabOrder = 0
  107.     OnClick = BitBtn1Click
  108.     NumGlyphs = 2
  109.   end
  110.   object Edit1: TEdit
  111.     Left = 88
  112.     Top = 128
  113.     Width = 121
  114.     Height = 21
  115.     Enabled = False
  116.     ReadOnly = True
  117.     TabOrder = 1
  118.   end
  119. end
  120.