home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 Extra / Chip_Extra_1999.iso / share / free / slash / slash.exe / Slash.exe / 0 / RCDATA / TMEMOFORM / TMEMOFORM.txt
Encoding:
Text File  |  1999-07-25  |  1.3 KB  |  62 lines

  1. object MemoForm: TMemoForm
  2.   Left = 200
  3.   Top = 106
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Memo'
  7.   ClientHeight = 242
  8.   ClientWidth = 186
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Memo1: TMemo
  17.     Left = 0
  18.     Top = 16
  19.     Width = 186
  20.     Height = 226
  21.     Align = alClient
  22.     Color = clYellow
  23.     Font.Charset = DEFAULT_CHARSET
  24.     Font.Color = clNavy
  25.     Font.Height = -11
  26.     Font.Name = 'Arial'
  27.     Font.Style = []
  28.     ParentFont = False
  29.     TabOrder = 0
  30.   end
  31.   object Dock971: TDock97
  32.     Left = 0
  33.     Top = 0
  34.     Width = 186
  35.     Height = 16
  36.     object Toolbar971: TToolbar97
  37.       Left = 0
  38.       Top = 0
  39.       Caption = 'Toolbar971'
  40.       Color = clTeal
  41.       DockPos = 0
  42.       DragHandleStyle = dhNone
  43.       FullSize = True
  44.       TabOrder = 0
  45.       object CloseMemo: TToolbarButton97
  46.         Left = 0
  47.         Top = 0
  48.         Width = 15
  49.         Height = 12
  50.         Caption = 'X'
  51.         Font.Charset = DEFAULT_CHARSET
  52.         Font.Color = clWindowText
  53.         Font.Height = -8
  54.         Font.Name = 'Arial'
  55.         Font.Style = [fsBold]
  56.         ParentFont = False
  57.         OnClick = CloseMemoClick
  58.       end
  59.     end
  60.   end
  61. end
  62.