home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 Secrets / Secrets1.iso / Finance / Book / TRS / _setup.1 / TotalRetailSystem.exe / 0 / RCDATA / TINVENTORYABOUTBOX / TINVENTORYABOUTBOX.txt
Encoding:
Text File  |  1997-06-09  |  1.2 KB  |  61 lines

  1. object InventoryAboutBox: TInventoryAboutBox
  2.   Left = 307
  3.   Top = 115
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 262
  7.   ClientWidth = 367
  8.   Font.Color = clWindowText
  9.   Font.Height = -14
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 120
  14.   TextHeight = 16
  15.   object Panel1: TPanel
  16.     Left = 10
  17.     Top = 10
  18.     Width = 346
  19.     Height = 198
  20.     BevelInner = bvRaised
  21.     BevelOuter = bvLowered
  22.     Font.Color = clBlack
  23.     Font.Height = -17
  24.     Font.Name = 'MS Sans Serif'
  25.     Font.Style = []
  26.     ParentColor = True
  27.     ParentFont = False
  28.     TabOrder = 0
  29.     object Label1: TLabel
  30.       Left = 16
  31.       Top = 48
  32.       Width = 250
  33.       Height = 20
  34.       Caption = 'Inventory Database Manager v 1.0'
  35.       Font.Color = clBlack
  36.       Font.Height = -17
  37.       Font.Name = 'MS Sans Serif'
  38.       Font.Style = []
  39.       ParentFont = False
  40.     end
  41.     object Label2: TLabel
  42.       Left = 16
  43.       Top = 160
  44.       Width = 227
  45.       Height = 20
  46.       Caption = 'Copyright 1996 by Albert Rugel'
  47.     end
  48.   end
  49.   object OKButton: TButton
  50.     Left = 137
  51.     Top = 222
  52.     Width = 92
  53.     Height = 30
  54.     Caption = 'OK'
  55.     Default = True
  56.     ModalResult = 1
  57.     TabOrder = 1
  58.     OnClick = OKButtonClick
  59.   end
  60. end
  61.