home *** CD-ROM | disk | FTP | other *** search
- object frmAbout: TfrmAbout
- Left = 269
- Top = 254
- HelpContext = 7
- HorzScrollBar.Visible = False
- VertScrollBar.Visible = False
- ActiveControl = butOK
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'About BK Periodic Library'
- ClientHeight = 386
- ClientWidth = 455
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Position = poDefaultPosOnly
- OnCreate = FormCreate
- PixelsPerInch = 120
- TextHeight = 16
- object imgIcon: TImage
- Left = 40
- Top = 32
- Width = 32
- Height = 32
- end
- object Label1: TLabel
- Left = 116
- Top = 20
- Width = 293
- Height = 16
- AutoSize = False
- Caption = 'BK Periodic Library - 32bit - Version 1.4'
- Transparent = True
- end
- object Label2: TLabel
- Left = 116
- Top = 52
- Width = 155
- Height = 16
- AutoSize = False
- Caption = 'Designed and created by:'
- Transparent = True
- end
- object Label3: TLabel
- Left = 116
- Top = 72
- Width = 209
- Height = 16
- AutoSize = False
- Caption = 'Bill Klein - Computer Programming'
- Transparent = True
- end
- object Label4: TLabel
- Left = 116
- Top = 92
- Width = 288
- Height = 16
- AutoSize = False
- Caption = 'Copyright � 1996 Bill Klein. All Rights Reserved.'
- Transparent = True
- end
- object Label5: TLabel
- Left = 116
- Top = 132
- Width = 305
- Height = 61
- AutoSize = False
- Caption =
- 'This program was designed and created by Bill Klein. It is avail' +
- 'able for free usage for all students using it on their own (non-' +
- 'public) computers.'
- Transparent = True
- end
- object Label6: TLabel
- Left = 116
- Top = 197
- Width = 305
- Height = 78
- AutoSize = False
- Caption =
- 'Organizations, schools, businesses and individuals can purchase ' +
- 'a license to use this program at a cost of $30.00 US per compute' +
- 'r on which it will be accessible.'
- Transparent = True
- end
- object Bevel1: TBevel
- Left = 116
- Top = 120
- Width = 321
- Height = 9
- Shape = bsTopLine
- end
- object Label7: TLabel
- Left = 40
- Top = 279
- Width = 66
- Height = 18
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'E-Mail:'
- end
- object Label8: TLabel
- Left = 33
- Top = 313
- Width = 73
- Height = 22
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Web:'
- end
- object butOK: TButton
- Left = 336
- Top = 344
- Width = 101
- Height = 29
- Cancel = True
- Caption = 'OK'
- Default = True
- TabOrder = 2
- OnClick = butOKClick
- end
- object txtURL: TEdit
- Left = 116
- Top = 309
- Width = 286
- Height = 24
- AutoSize = False
- ParentColor = True
- ReadOnly = True
- TabOrder = 1
- Text = 'http://www.total.net/~bklein/perlib/'
- end
- object txtEMail: TEdit
- Left = 116
- Top = 276
- Width = 286
- Height = 24
- AutoSize = False
- ParentColor = True
- ReadOnly = True
- TabOrder = 0
- Text = 'bklein@total.net'
- end
- end
-