home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 200
- Top = 101
- Width = 435
- Height = 300
- Caption = 'Dynamic Form'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- Menu = MainMenu1
- PixelsPerInch = 96
- Scaled = False
- TextHeight = 16
- object MainMenu1: TMainMenu
- object Options1: TMenuItem
- Caption = 'Options'
- object CreateForm1: TMenuItem
- Caption = 'Create Child Form'
- OnClick = Button1Click
- end
- object CreateButton1: TMenuItem
- Caption = 'Create Button'
- Enabled = False
- OnClick = Button2Click
- end
- end
- end
- end
-