home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 January / pcwk_01_1999.iso / Top100sh / Edukacja / BKPERLIB / PERLIB32.EXE / 0 / RCDATA / TFRMABOUT / TFRMABOUT.txt
Text File  |  1997-10-19  |  3KB  |  159 lines

  1. object frmAbout: TfrmAbout
  2.   Left = 253
  3.   Top = 253
  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 = 392
  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 lblVer: TLabel
  29.     Left = 116
  30.     Top = 20
  31.     Width = 293
  32.     Height = 16
  33.     AutoSize = False
  34.     Caption = 'BK Periodic Library'
  35.     Transparent = True
  36.   end
  37.   object Label2: TLabel
  38.     Left = 116
  39.     Top = 60
  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 = 80
  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 = 100
  58.     Width = 288
  59.     Height = 16
  60.     AutoSize = False
  61.     Caption = 'Copyright ∩┐╜ 1997 Bill Klein. All Rights Reserved.'
  62.     Transparent = True
  63.   end
  64.   object Label5: TLabel
  65.     Left = 116
  66.     Top = 140
  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 and individuals using it fo' +
  73.       'r personal use.'
  74.     Transparent = True
  75.   end
  76.   object Label6: TLabel
  77.     Left = 116
  78.     Top = 205
  79.     Width = 305
  80.     Height = 78
  81.     AutoSize = False
  82.     Caption = 
  83.       'Organisations, schools, and businesses can purchase a license to' +
  84.       ' use this program at a cost of $30.00 US per license. Contact th' +
  85.       'e author for multiple-license pricing.'
  86.     Transparent = True
  87.   end
  88.   object Bevel1: TBevel
  89.     Left = 116
  90.     Top = 128
  91.     Width = 321
  92.     Height = 9
  93.     Shape = bsTopLine
  94.   end
  95.   object Label7: TLabel
  96.     Left = 40
  97.     Top = 287
  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 = 321
  107.     Width = 73
  108.     Height = 22
  109.     Alignment = taRightJustify
  110.     AutoSize = False
  111.     Caption = 'Web:'
  112.   end
  113.   object lblReg: TLabel
  114.     Left = 116
  115.     Top = 40
  116.     Width = 293
  117.     Height = 16
  118.     AutoSize = False
  119.     Caption = 'Registered...'
  120.     Font.Color = clWindowText
  121.     Font.Height = -13
  122.     Font.Name = 'MS Sans Serif'
  123.     Font.Style = [fsBold]
  124.     ParentFont = False
  125.     Transparent = True
  126.   end
  127.   object butOK: TButton
  128.     Left = 336
  129.     Top = 352
  130.     Width = 101
  131.     Height = 29
  132.     Cancel = True
  133.     Caption = 'OK'
  134.     Default = True
  135.     TabOrder = 2
  136.     OnClick = butOKClick
  137.   end
  138.   object txtURL: TEdit
  139.     Left = 116
  140.     Top = 317
  141.     Width = 286
  142.     Height = 24
  143.     AutoSize = False
  144.     ParentColor = True
  145.     ReadOnly = True
  146.     TabOrder = 1
  147.   end
  148.   object txtEMail: TEdit
  149.     Left = 116
  150.     Top = 284
  151.     Width = 286
  152.     Height = 24
  153.     AutoSize = False
  154.     ParentColor = True
  155.     ReadOnly = True
  156.     TabOrder = 0
  157.   end
  158. end
  159.