home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1996 August / VPR9608A.BIN / del20try / install / data.z / REABOUT.DFM / REABOUT.txt < prev   
Text File  |  1996-05-08  |  2KB  |  87 lines

  1. object AboutBox: TAboutBox
  2.   Left = 229
  3.   Top = 166
  4.   BorderStyle = bsDialog
  5.   Caption = 'About RichEdit'
  6.   ClientHeight = 262
  7.   ClientWidth = 384
  8.   Font.Color = clBlack
  9.   Font.Height = -15
  10.   Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  11.   Font.Style = []
  12.   Font.Charset = 128
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 120
  16.   TextHeight = 15
  17.   object ProgramIcon: TImage
  18.     Left = 9
  19.     Top = 13
  20.     Width = 69
  21.     Height = 69
  22.     AutoSize = True
  23.     Picture.Data = {<image000.bmp>}
  24.     IsControl = True
  25.   end
  26.   object Label1: TLabel
  27.     Left = 87
  28.     Top = 24
  29.     Width = 194
  30.     Height = 15
  31.     Caption = 'Delphi Rich Edit Control Demo'
  32.   end
  33.   object Bevel1: TBevel
  34.     Left = 87
  35.     Top = 144
  36.     Width = 280
  37.     Height = 2
  38.     Shape = bsTopLine
  39.   end
  40.   object Label2: TLabel
  41.     Left = 87
  42.     Top = 48
  43.     Width = 257
  44.     Height = 15
  45.     Caption = 'Copyright (c) 1996 Borland International'
  46.   end
  47.   object Label3: TLabel
  48.     Left = 87
  49.     Top = 156
  50.     Width = 247
  51.     Height = 15
  52.     Caption = 'Physical Memory Available to Windows:'
  53.   end
  54.   object PhysMem: TLabel
  55.     Left = 296
  56.     Top = 156
  57.     Width = 8
  58.     Height = 15
  59.     Caption = '0'
  60.   end
  61.   object Label4: TLabel
  62.     Left = 87
  63.     Top = 180
  64.     Width = 99
  65.     Height = 15
  66.     Caption = 'Memory in Use:'
  67.   end
  68.   object FreeRes: TLabel
  69.     Left = 297
  70.     Top = 180
  71.     Width = 8
  72.     Height = 15
  73.     Caption = '0'
  74.   end
  75.   object OKButton: TButton
  76.     Left = 290
  77.     Top = 224
  78.     Width = 80
  79.     Height = 27
  80.     Cancel = True
  81.     Caption = 'OK'
  82.     Default = True
  83.     ModalResult = 2
  84.     TabOrder = 0
  85.   end
  86. end
  87.