home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 May / Chip_2002-05_cd1.bin / chplus / cpp / 3 / Language.exe / richabt.dfm / richabt.txt < prev   
Text File  |  1998-02-09  |  2KB  |  86 lines

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