home *** CD-ROM | disk | FTP | other *** search
- object Form7: TForm7
- Left = 200
- Top = 99
- AutoScroll = False
- Caption = 'Menu Title'
- ClientHeight = 103
- ClientWidth = 258
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- Position = poScreenCenter
- OnActivate = FormActivate
- PixelsPerInch = 96
- TextHeight = 16
- object Label1: TLabel
- Left = 27
- Top = 5
- Width = 102
- Height = 16
- Caption = 'Enter menu title'
- end
- object Edit1: TEdit
- Left = 27
- Top = 24
- Width = 204
- Height = 24
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- MaxLength = 30
- ParentFont = False
- TabOrder = 0
- Text = 'Weekly Menu'
- end
- object BitBtn1: TBitBtn
- Left = 26
- Top = 56
- Width = 89
- Height = 33
- TabOrder = 1
- Kind = bkOK
- Style = bsWin31
- end
- object BitBtn2: TBitBtn
- Left = 142
- Top = 56
- Width = 89
- Height = 33
- TabOrder = 2
- Kind = bkCancel
- Style = bsWin31
- end
- end
-