home *** CD-ROM | disk | FTP | other *** search
- object AddressViewer: TAddressViewer
- Left = 147
- Top = 103
- Width = 398
- Height = 318
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSizeToolWin
- Caption = 'Address Viewer'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- PopupMenu = mPopup
- OnClose = FormClose
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object dsTools: TDock97
- Left = 0
- Top = 0
- Width = 390
- Height = 34
- object Toolbar: TToolbar97
- Left = 0
- Top = 0
- Caption = 'Toolbar'
- CloseButton = False
- DockedTo = dsTools
- DockPos = 0
- FullSize = True
- TabOrder = 0
- object bPrint: TToolbarButton97
- Left = 0
- Top = 0
- Width = 30
- Height = 30
- Hint = 'Print card'
- ParentShowHint = False
- ShowHint = True
- OnClick = bPrintClick
- end
- object bEdit: TToolbarButton97
- Left = 30
- Top = 0
- Width = 30
- Height = 30
- Hint = 'Edit address entry'
- ParentShowHint = False
- ShowHint = True
- OnClick = bEditClick
- end
- object ToolbarSep971: TToolbarSep97
- Left = 60
- Top = 0
- end
- object bFind: TToolbarButton97
- Left = 253
- Top = 0
- Width = 30
- Height = 30
- Hint = 'Lookup'
- ParentShowHint = False
- ShowHint = True
- OnClick = bFindClick
- end
- object cbAddr: TComboBox
- Left = 66
- Top = 4
- Width = 187
- Height = 21
- ItemHeight = 13
- TabOrder = 0
- OnKeyDown = cbAddrKeyDown
- end
- end
- end
- object bSearch: TButton
- Left = 0
- Top = 40
- Width = 75
- Height = 25
- Default = True
- TabOrder = 1
- OnClick = bSearchClick
- end
- object mPopup: TPopupMenu
- Left = 152
- Top = 72
- object mClose: TMenuItem
- Caption = '&Close'
- ShortCut = 27
- OnClick = mCloseClick
- end
- object mvPrint: TMenuItem
- Caption = '&Print'
- ShortCut = 16464
- OnClick = bPrintClick
- end
- object Edit1: TMenuItem
- Caption = '&Edit...'
- ShortCut = 32781
- OnClick = bEditClick
- end
- object Lookup1: TMenuItem
- Caption = '&Lookup'
- OnClick = bSearchClick
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object mvAlwaysTop: TMenuItem
- Caption = '&Always on top'
- OnClick = mvAlwaysTopClick
- end
- object Font1: TMenuItem
- Caption = '&Font...'
- OnClick = Font1Click
- end
- end
- object dFont: TFontDialog
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- MinFontSize = 0
- MaxFontSize = 0
- Options = [fdEffects, fdNoSizeSel, fdNoStyleSel]
- OnApply = dFontApply
- Left = 72
- Top = 128
- end
- object dPrint: TPrintDialog
- Left = 120
- Top = 128
- end
- end
-