home *** CD-ROM | disk | FTP | other *** search
/ PC Expert 29 / Pce29cd.iso / RUNIMAGE / DELPHI40 / DEMOS / COOLSTUF / ABOUT.DFM / ABOUT.txt next >
Text File  |  1998-06-16  |  2KB  |  112 lines

  1. object AboutBox: TAboutBox
  2.   Left = 251
  3.   Top = 118
  4.   BorderStyle = bsDialog
  5.   Caption = 'About Web Browser'
  6.   ClientHeight = 258
  7.   ClientWidth = 342
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = True
  11.   Position = poScreenCenter
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Copyright: TLabel
  16.     Left = 82
  17.     Top = 81
  18.     Width = 207
  19.     Height = 13
  20.     Caption = 'Copyright 1983 - 1998  Borland International'
  21.     Font.Charset = ANSI_CHARSET
  22.     Font.Color = clBlack
  23.     Font.Height = -11
  24.     Font.Name = 'MS Sans Serif'
  25.     Font.Style = []
  26.     ParentFont = False
  27.   end
  28.   object Bevel1: TBevel
  29.     Left = 86
  30.     Top = 158
  31.     Width = 251
  32.     Height = 2
  33.   end
  34.   object SKUName: TLabel
  35.     Left = 82
  36.     Top = 49
  37.     Width = 97
  38.     Height = 16
  39.     Caption = 'Using Delphi 4.0'
  40.     Font.Charset = ANSI_CHARSET
  41.     Font.Color = clBlack
  42.     Font.Height = -13
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = []
  45.     ParentFont = False
  46.   end
  47.   object Version: TLabel
  48.     Left = 82
  49.     Top = 67
  50.     Width = 53
  51.     Height = 13
  52.     Caption = 'Version 2.0'
  53.     Font.Charset = ANSI_CHARSET
  54.     Font.Color = clBlack
  55.     Font.Height = -11
  56.     Font.Name = 'MS Sans Serif'
  57.     Font.Style = []
  58.     ParentFont = False
  59.   end
  60.   object Image2: TImage
  61.     Left = 76
  62.     Top = 13
  63.     Width = 170
  64.     Height = 35
  65.     AutoSize = True
  66.     Picture.Data = {<image000.bmp>}
  67.     Transparent = True
  68.   end
  69.   object Label3: TLabel
  70.     Left = 86
  71.     Top = 184
  72.     Width = 145
  73.     Height = 13
  74.     Caption = 'Memory Available to Windows:'
  75.   end
  76.   object PhysMem: TLabel
  77.     Left = 323
  78.     Top = 184
  79.     Width = 6
  80.     Height = 13
  81.     Alignment = taRightJustify
  82.     Caption = '0'
  83.   end
  84.   object OS: TLabel
  85.     Left = 86
  86.     Top = 167
  87.     Width = 15
  88.     Height = 13
  89.     Caption = 'OS'
  90.   end
  91.   object Image1: TImage
  92.     Left = 9
  93.     Top = 11
  94.     Width = 60
  95.     Height = 39
  96.     AutoSize = True
  97.     Picture.Data = {<image001.bmp>}
  98.     Transparent = True
  99.   end
  100.   object OKButton: TButton
  101.     Left = 256
  102.     Top = 223
  103.     Width = 75
  104.     Height = 25
  105.     Cancel = True
  106.     Caption = 'OK'
  107.     Default = True
  108.     ModalResult = 1
  109.     TabOrder = 0
  110.   end
  111. end
  112.