home *** CD-ROM | disk | FTP | other *** search
- object GatherBar: TGatherBar
- Left = 571
- Top = 118
- BorderStyle = bsNone
- ClientHeight = 24
- ClientWidth = 189
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'System'
- Font.Style = []
- KeyPreview = True
- OldCreateOrder = False
- PopupMenu = PopupMenu
- ShowHint = True
- OnActivate = FormActivate
- OnCreate = FormCreate
- OnDblClick = FormDblClick
- OnDestroy = FormDestroy
- OnHide = FormHide
- OnKeyPress = FormKeyPress
- OnMouseUp = FormMouseUp
- OnPaint = FormPaint
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 16
- object SbtnHide: TSpeedButton
- Left = 172
- Top = 4
- Width = 15
- Height = 15
- Anchors = [akTop, akRight]
- Caption = 'X'
- Flat = True
- Font.Charset = ANSI_CHARSET
- Font.Color = clAqua
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- OnClick = SbtnHideClick
- end
- object PopupMenu: TPopupMenu
- AutoHotkeys = maManual
- AutoPopup = False
- OnPopup = PopupMenuPopup
- Left = 56
- object MItemHide: TMenuItem
- Tag = 1306
- Caption = '����'
- OnClick = SbtnHideClick
- end
- object MItemShowMode: TMenuItem
- Tag = 1307
- Caption = '��ʾ��״'
- object MItemToolbar: TMenuItem
- Tag = 1308
- Caption = '��������(&T)'
- GroupIndex = 1
- RadioItem = True
- OnClick = ViewToolbarMode
- end
- object MItemWindow: TMenuItem
- Tag = 1309
- Caption = '������(&W)'
- GroupIndex = 1
- RadioItem = True
- OnClick = ViewWinMode
- end
- end
- end
- end
-