home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1999 September / Dpcb0999.iso / Business / Empire / _SETUP.1 / EBWP.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1999-01-04  |  2KB  |  121 lines

  1. object AboutBox: TAboutBox
  2.   Left = 229
  3.   Top = 166
  4.   BorderStyle = bsDialog
  5.   Caption = 'About Wordprocessor'
  6.   ClientHeight = 299
  7.   ClientWidth = 439
  8.   Font.Charset = ANSI_CHARSET
  9.   Font.Color = clBlack
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 120
  16.   TextHeight = 16
  17.   object ProgramIcon: TImage
  18.     Left = 10
  19.     Top = 15
  20.     Width = 60
  21.     Height = 60
  22.     AutoSize = True
  23.     Picture.Data = {<image000.bmp>}
  24.     IsControl = True
  25.   end
  26.   object Label1: TLabel
  27.     Left = 100
  28.     Top = 143
  29.     Width = 140
  30.     Height = 16
  31.     Caption = 'Suresoft Wordprocessor'
  32.   end
  33.   object Bevel1: TBevel
  34.     Left = 100
  35.     Top = 193
  36.     Width = 320
  37.     Height = 2
  38.     Shape = bsTopLine
  39.   end
  40.   object Label2: TLabel
  41.     Left = 100
  42.     Top = 167
  43.     Width = 153
  44.     Height = 16
  45.     Caption = 'Copyright ∩┐╜ 1998 Suresoft'
  46.   end
  47.   object Label3: TLabel
  48.     Left = 100
  49.     Top = 206
  50.     Width = 232
  51.     Height = 16
  52.     Caption = 'Physical Memory Available to Windows:'
  53.   end
  54.   object PhysMem: TLabel
  55.     Left = 338
  56.     Top = 206
  57.     Width = 7
  58.     Height = 16
  59.     Caption = '0'
  60.   end
  61.   object Label4: TLabel
  62.     Left = 100
  63.     Top = 234
  64.     Width = 92
  65.     Height = 16
  66.     Caption = 'Memory in Use:'
  67.   end
  68.   object FreeRes: TLabel
  69.     Left = 340
  70.     Top = 234
  71.     Width = 7
  72.     Height = 16
  73.     Caption = '0'
  74.   end
  75.   object RxLabel1: TRxLabel
  76.     Left = 88
  77.     Top = 8
  78.     Width = 189
  79.     Height = 59
  80.     Caption = 'Empire'
  81.     Font.Charset = ANSI_CHARSET
  82.     Font.Color = clBlue
  83.     Font.Height = -47
  84.     Font.Name = 'Verdana'
  85.     Font.Style = [fsBold]
  86.     ParentFont = False
  87.     ShadowColor = clYellow
  88.     ShadowSize = 2
  89.     ShadowPos = spRightBottom
  90.     Transparent = True
  91.   end
  92.   object RxLabel2: TRxLabel
  93.     Left = 176
  94.     Top = 64
  95.     Width = 192
  96.     Height = 59
  97.     Caption = 'Builder'
  98.     Font.Charset = ANSI_CHARSET
  99.     Font.Color = clBlue
  100.     Font.Height = -47
  101.     Font.Name = 'Verdana'
  102.     Font.Style = [fsBold]
  103.     ParentFont = False
  104.     ShadowColor = clYellow
  105.     ShadowSize = 2
  106.     ShadowPos = spRightBottom
  107.     Transparent = True
  108.   end
  109.   object OKButton: TButton
  110.     Left = 331
  111.     Top = 256
  112.     Width = 92
  113.     Height = 31
  114.     Cancel = True
  115.     Caption = 'OK'
  116.     Default = True
  117.     ModalResult = 2
  118.     TabOrder = 0
  119.   end
  120. end
  121.