home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 / Chip_Hitware_Vol_07.iso / chiphit7 / freizeit / 95bkpse / perlib32.exe / 0 / RCDATA / TFRMABOUT / TFRMABOUT.txt
Encoding:
Text File  |  1996-09-17  |  3.0 KB  |  147 lines

  1. object frmAbout: TfrmAbout
  2.   Left = 269
  3.   Top = 254
  4.   HelpContext = 7
  5.   HorzScrollBar.Visible = False
  6.   VertScrollBar.Visible = False
  7.   ActiveControl = butOK
  8.   BorderIcons = [biSystemMenu]
  9.   BorderStyle = bsDialog
  10.   Caption = 'About BK Periodic Library'
  11.   ClientHeight = 386
  12.   ClientWidth = 455
  13.   Font.Color = clWindowText
  14.   Font.Height = -13
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   FormStyle = fsStayOnTop
  18.   Position = poDefaultPosOnly
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 120
  21.   TextHeight = 16
  22.   object imgIcon: TImage
  23.     Left = 40
  24.     Top = 32
  25.     Width = 32
  26.     Height = 32
  27.   end
  28.   object Label1: TLabel
  29.     Left = 116
  30.     Top = 20
  31.     Width = 293
  32.     Height = 16
  33.     AutoSize = False
  34.     Caption = 'BK Periodic Library - 32bit - Version 1.4'
  35.     Transparent = True
  36.   end
  37.   object Label2: TLabel
  38.     Left = 116
  39.     Top = 52
  40.     Width = 155
  41.     Height = 16
  42.     AutoSize = False
  43.     Caption = 'Designed and created by:'
  44.     Transparent = True
  45.   end
  46.   object Label3: TLabel
  47.     Left = 116
  48.     Top = 72
  49.     Width = 209
  50.     Height = 16
  51.     AutoSize = False
  52.     Caption = 'Bill Klein - Computer Programming'
  53.     Transparent = True
  54.   end
  55.   object Label4: TLabel
  56.     Left = 116
  57.     Top = 92
  58.     Width = 288
  59.     Height = 16
  60.     AutoSize = False
  61.     Caption = 'Copyright ∩┐╜ 1996 Bill Klein. All Rights Reserved.'
  62.     Transparent = True
  63.   end
  64.   object Label5: TLabel
  65.     Left = 116
  66.     Top = 132
  67.     Width = 305
  68.     Height = 61
  69.     AutoSize = False
  70.     Caption = 
  71.       'This program was designed and created by Bill Klein. It is avail' +
  72.       'able for free usage for all students using it on their own (non-' +
  73.       'public) computers.'
  74.     Transparent = True
  75.   end
  76.   object Label6: TLabel
  77.     Left = 116
  78.     Top = 197
  79.     Width = 305
  80.     Height = 78
  81.     AutoSize = False
  82.     Caption = 
  83.       'Organizations, schools, businesses and individuals can purchase ' +
  84.       'a license to use this program at a cost of $30.00 US per compute' +
  85.       'r on which it will be accessible.'
  86.     Transparent = True
  87.   end
  88.   object Bevel1: TBevel
  89.     Left = 116
  90.     Top = 120
  91.     Width = 321
  92.     Height = 9
  93.     Shape = bsTopLine
  94.   end
  95.   object Label7: TLabel
  96.     Left = 40
  97.     Top = 279
  98.     Width = 66
  99.     Height = 18
  100.     Alignment = taRightJustify
  101.     AutoSize = False
  102.     Caption = 'E-Mail:'
  103.   end
  104.   object Label8: TLabel
  105.     Left = 33
  106.     Top = 313
  107.     Width = 73
  108.     Height = 22
  109.     Alignment = taRightJustify
  110.     AutoSize = False
  111.     Caption = 'Web:'
  112.   end
  113.   object butOK: TButton
  114.     Left = 336
  115.     Top = 344
  116.     Width = 101
  117.     Height = 29
  118.     Cancel = True
  119.     Caption = 'OK'
  120.     Default = True
  121.     TabOrder = 2
  122.     OnClick = butOKClick
  123.   end
  124.   object txtURL: TEdit
  125.     Left = 116
  126.     Top = 309
  127.     Width = 286
  128.     Height = 24
  129.     AutoSize = False
  130.     ParentColor = True
  131.     ReadOnly = True
  132.     TabOrder = 1
  133.     Text = 'http://www.total.net/~bklein/perlib/'
  134.   end
  135.   object txtEMail: TEdit
  136.     Left = 116
  137.     Top = 276
  138.     Width = 286
  139.     Height = 24
  140.     AutoSize = False
  141.     ParentColor = True
  142.     ReadOnly = True
  143.     TabOrder = 0
  144.     Text = 'bklein@total.net'
  145.   end
  146. end
  147.