home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 270
- Top = 210
- BorderIcons = []
- BorderStyle = bsSingle
- Caption = 'Extras'
- ClientHeight = 84
- ClientWidth = 231
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 231
- Height = 84
- Align = alClient
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 2
- end
- object Button1: TButton
- Left = 19
- Top = 16
- Width = 193
- Height = 25
- Cursor = crHandPoint
- Caption = 'Create shortcut on the desktop'
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 78
- Top = 48
- Width = 75
- Height = 25
- Cursor = crHandPoint
- Caption = '&Close'
- TabOrder = 1
- OnClick = Button2Click
- end
- end
-