home *** CD-ROM | disk | FTP | other *** search
/ Delphi Anthology / aDELPHI.iso / Runimage / Delphi50 / Demos / Richedit / Deu / reabout.dfm / reabout.txt < prev   
Text File  |  1999-08-11  |  2KB  |  90 lines

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