home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / borland / cb / setup / cbuilder / data.z / RICHABT.DFM / RICHABT.txt < prev   
Text File  |  1997-02-28  |  2KB  |  85 lines

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