home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 August / VPR9708A.ISO / D3TRIAL / INSTALL / DATA.Z / REABOUT.DFM / REABOUT.txt < prev   
Text File  |  1997-05-12  |  2KB  |  87 lines

  1. object AboutBox: TAboutBox
  2.   Left = 229
  3.   Top = 166
  4.   BorderStyle = bsDialog
  5.   Caption = 'About RichEdit'
  6.   ClientHeight = 243
  7.   ClientWidth = 357
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object ProgramIcon: TImage
  18.     Left = 8
  19.     Top = 12
  20.     Width = 64
  21.     Height = 64
  22.     AutoSize = True
  23.     Picture.Data = {<image000.bmp>}
  24.     IsControl = True
  25.   end
  26.   object Label1: TLabel
  27.     Left = 81
  28.     Top = 22
  29.     Width = 143
  30.     Height = 13
  31.     Caption = 'Delphi Rich Edit Control Demo'
  32.   end
  33.   object Bevel1: TBevel
  34.     Left = 81
  35.     Top = 134
  36.     Width = 260
  37.     Height = 2
  38.     Shape = bsTopLine
  39.   end
  40.   object Label2: TLabel
  41.     Left = 81
  42.     Top = 45
  43.     Width = 183
  44.     Height = 13
  45.     Caption = 'Copyright ソス 1997 Borland International'
  46.   end
  47.   object Label3: TLabel
  48.     Left = 81
  49.     Top = 145
  50.     Width = 187
  51.     Height = 13
  52.     Caption = 'Physical Memory Available to Windows:'
  53.   end
  54.   object PhysMem: TLabel
  55.     Left = 275
  56.     Top = 145
  57.     Width = 6
  58.     Height = 13
  59.     Caption = '0'
  60.   end
  61.   object Label4: TLabel
  62.     Left = 81
  63.     Top = 167
  64.     Width = 73
  65.     Height = 13
  66.     Caption = 'Memory in Use:'
  67.   end
  68.   object FreeRes: TLabel
  69.     Left = 276
  70.     Top = 167
  71.     Width = 6
  72.     Height = 13
  73.     Caption = '0'
  74.   end
  75.   object OKButton: TButton
  76.     Left = 269
  77.     Top = 208
  78.     Width = 75
  79.     Height = 25
  80.     Cancel = True
  81.     Caption = 'OK'
  82.     Default = True
  83.     ModalResult = 2
  84.     TabOrder = 0
  85.   end
  86. end
  87.