home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1998 July / dpcb0798.bin / Business / Persdesk / _SETUP.1 / PERSYST1.EXE / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1998-04-21  |  2KB  |  108 lines

  1. object AboutBox: TAboutBox
  2.   Left = 238
  3.   Top = 104
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 213
  8.   ClientWidth = 298
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object Panel1: TPanel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 281
  21.     Height = 161
  22.     BevelInner = bvRaised
  23.     BevelOuter = bvLowered
  24.     TabOrder = 0
  25.     object ProductName: TLabel
  26.       Left = 136
  27.       Top = 8
  28.       Width = 113
  29.       Height = 85
  30.       Alignment = taCenter
  31.       AutoSize = False
  32.       Caption = 'Employment and Personnel Department'
  33.       Font.Color = clBlack
  34.       Font.Height = -11
  35.       Font.Name = 'MS Sans Serif'
  36.       Font.Style = [fsBold]
  37.       ParentFont = False
  38.       IsControl = True
  39.     end
  40.     object Version: TLabel
  41.       Left = 156
  42.       Top = 52
  43.       Width = 72
  44.       Height = 13
  45.       Caption = 'Version 1.01'
  46.       Font.Color = clBlack
  47.       Font.Height = -11
  48.       Font.Name = 'MS Sans Serif'
  49.       Font.Style = [fsBold]
  50.       ParentFont = False
  51.       IsControl = True
  52.     end
  53.     object Copyright: TLabel
  54.       Left = 12
  55.       Top = 92
  56.       Width = 253
  57.       Height = 13
  58.       Caption = 'Copyright Risk Management Software (1997)'
  59.       Font.Color = clBlack
  60.       Font.Height = -11
  61.       Font.Name = 'MS Sans Serif'
  62.       Font.Style = [fsBold]
  63.       ParentFont = False
  64.       IsControl = True
  65.     end
  66.     object Comments: TLabel
  67.       Left = 24
  68.       Top = 114
  69.       Width = 225
  70.       Height = 26
  71.       Alignment = taCenter
  72.       Caption = 'Developed to help, guide  and manage Personnel Operations'
  73.       Font.Color = clBlue
  74.       Font.Height = -11
  75.       Font.Name = 'MS Sans Serif'
  76.       Font.Style = [fsBold]
  77.       ParentFont = False
  78.       WordWrap = True
  79.       IsControl = True
  80.     end
  81.     object Image1: TImage
  82.       Left = 8
  83.       Top = 8
  84.       Width = 100
  85.       Height = 75
  86.       AutoSize = True
  87.       Picture.Data = {<image000.bmp>}
  88.     end
  89.   end
  90.   object OKButton: TBitBtn
  91.     Left = 111
  92.     Top = 178
  93.     Width = 77
  94.     Height = 27
  95.     Font.Color = clBlack
  96.     Font.Height = -11
  97.     Font.Name = 'MS Sans Serif'
  98.     Font.Style = [fsBold]
  99.     ParentFont = False
  100.     TabOrder = 1
  101.     OnClick = OKButtonClick
  102.     Kind = bkOK
  103.     Margin = 2
  104.     Spacing = -1
  105.     IsControl = True
  106.   end
  107. end
  108.