home *** CD-ROM | disk | FTP | other *** search
- object Form2: TForm2
- Left = 412
- Top = 477
- Cursor = crCross
- Hint = 'Right Click for Defined Rectangles'
- HelpContext = 30
- BorderIcons = []
- BorderStyle = bsNone
- Caption = 'Form2'
- ClientHeight = 87
- ClientWidth = 307
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -10
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- ShowHint = True
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnMouseDown = FormMouseDown
- OnMouseMove = FormMouseMove
- OnMouseUp = FormMouseUp
- OnPaint = FormPaint
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 24
- Top = 56
- Width = 65
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '1024 x 1024'
- Color = clInfoBk
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- ParentShowHint = False
- ShowAccelChar = False
- ShowHint = False
- Visible = False
- end
- object PopupMenu1: TPopupMenu
- Left = 112
- Top = 44
- object R1: TMenuItem
- Caption = 'Rectangle 16 x 16 ( Small Icon )'
- RadioItem = True
- OnClick = R1Click
- end
- object R2: TMenuItem
- Caption = 'Rectangle 32 x 32 ( Normal Icon )'
- Checked = True
- RadioItem = True
- OnClick = R2Click
- end
- object R3: TMenuItem
- Caption = 'Self Defined Rectangle'
- OnClick = R3Click
- end
- end
- end
-