home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 January / Chip_1999-01_cd.bin / zkuste / delphi / QDB / QDBG.ZIP / MemoUnit.dfm / MemoUnit.txt
Text File  |  1998-07-29  |  1KB  |  77 lines

  1. object MemoForm: TMemoForm
  2.   Left = 358
  3.   Top = 212
  4.   Width = 577
  5.   Height = 408
  6.   BorderIcons = [biSystemMenu, biMaximize]
  7.   Caption = 'Editing a memo ...'
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 120
  13.   TextHeight = 16
  14.   object Panel1: TPanel
  15.     Left = 0
  16.     Top = 0
  17.     Width = 452
  18.     Height = 381
  19.     Align = alClient
  20.     BevelOuter = bvNone
  21.     Caption = 'Panel1'
  22.     TabOrder = 0
  23.     object RichEdit: TRichEdit
  24.       Left = 0
  25.       Top = 0
  26.       Width = 452
  27.       Height = 381
  28.       Align = alClient
  29.       ScrollBars = ssBoth
  30.       TabOrder = 0
  31.     end
  32.   end
  33.   object Panel2: TPanel
  34.     Left = 452
  35.     Top = 0
  36.     Width = 117
  37.     Height = 381
  38.     Align = alRight
  39.     BevelOuter = bvNone
  40.     TabOrder = 1
  41.     object CancelButton: TButton
  42.       Left = 21
  43.       Top = 32
  44.       Width = 75
  45.       Height = 25
  46.       Cancel = True
  47.       Caption = 'Cancel'
  48.       ModalResult = 2
  49.       TabOrder = 0
  50.     end
  51.     object SaveButton: TButton
  52.       Left = 21
  53.       Top = 89
  54.       Width = 75
  55.       Height = 25
  56.       Caption = 'Save'
  57.       Default = True
  58.       ModalResult = 1
  59.       TabOrder = 1
  60.     end
  61.     object LoadButton: TButton
  62.       Left = 21
  63.       Top = 146
  64.       Width = 75
  65.       Height = 25
  66.       Caption = 'Load'
  67.       TabOrder = 2
  68.       OnClick = LoadButtonClick
  69.     end
  70.   end
  71.   object OpenDialog: TOpenDialog
  72.     FileEditStyle = fsEdit
  73.     Left = 500
  74.     Top = 248
  75.   end
  76. end
  77.