home *** CD-ROM | disk | FTP | other *** search
- object AboutBox: TAboutBox
- Left = 200
- Top = 108
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'About Menu'
- ClientHeight = 134
- ClientWidth = 239
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 60
- Top = 24
- Width = 123
- Height = 16
- Alignment = taCenter
- Caption = 'Menu Demonstration'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label2: TLabel
- Left = 32
- Top = 56
- Width = 186
- Height = 13
- Caption = 'Copyright (c) 1999 Inprise Corporation'
- end
- object Button1: TButton
- Left = 80
- Top = 88
- Width = 75
- Height = 25
- Caption = 'OK'
- TabOrder = 0
- OnClick = Button1Click
- end
- end
-