home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programming Unleashed / Delphi_Programming_Unleashed_SAMS_Publishing_1995.iso / misc / objects / winchild / main.dfm / main.txt < prev   
Encoding:
Text File  |  1995-03-21  |  654 b   |  31 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 101
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'Dynamic Form'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   Icon.Data = {<image000.ico>}
  12.   Menu = MainMenu1
  13.   PixelsPerInch = 96
  14.   Scaled = False
  15.   TextHeight = 16
  16.   object MainMenu1: TMainMenu
  17.     object Options1: TMenuItem
  18.       Caption = 'Options'
  19.       object CreateForm1: TMenuItem
  20.         Caption = 'Create Child Form'
  21.         OnClick = Button1Click
  22.       end
  23.       object CreateButton1: TMenuItem
  24.         Caption = 'Create Button'
  25.         Enabled = False
  26.         OnClick = Button2Click
  27.       end
  28.     end
  29.   end
  30. end
  31.