home *** CD-ROM | disk | FTP | other *** search
- object InventoryAboutBox: TInventoryAboutBox
- Left = 307
- Top = 115
- BorderStyle = bsDialog
- Caption = 'About'
- ClientHeight = 262
- ClientWidth = 367
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 120
- TextHeight = 16
- object Panel1: TPanel
- Left = 10
- Top = 10
- Width = 346
- Height = 198
- BevelInner = bvRaised
- BevelOuter = bvLowered
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentColor = True
- ParentFont = False
- TabOrder = 0
- object Label1: TLabel
- Left = 16
- Top = 48
- Width = 250
- Height = 20
- Caption = 'Inventory Database Manager v 1.0'
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label2: TLabel
- Left = 16
- Top = 160
- Width = 227
- Height = 20
- Caption = 'Copyright 1996 by Albert Rugel'
- end
- end
- object OKButton: TButton
- Left = 137
- Top = 222
- Width = 92
- Height = 30
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- OnClick = OKButtonClick
- end
- end
-