home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue26 / tiptrix / NoteMenu / unit2.dfm / unit2.txt
Encoding:
Text File  |  1997-08-16  |  432 b   |  22 lines

  1. object Form2: TForm2
  2.   Left = 31
  3.   Top = 257
  4.   Width = 270
  5.   Height = 96
  6.   Caption = 'Unmerge Menu Form'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Label1: TLabel
  15.     Left = 12
  16.     Top = 28
  17.     Width = 237
  18.     Height = 13
  19.     Caption = 'This form will unmerge the menus on the main form'
  20.   end
  21. end
  22.