home *** CD-ROM | disk | FTP | other *** search
- object ABSearchWindow: TABSearchWindow
- Left = 100
- Top = 107
- HelpContext = 14050
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsDialog
- Caption = 'Search Address'
- ClientHeight = 351
- ClientWidth = 466
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- PrintScale = poPrintToFit
- OnClose = FormClose
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 7
- Top = 208
- Width = 355
- Height = 138
- end
- object Book: TNotebook
- Left = 0
- Top = 0
- Width = 466
- Height = 201
- Align = alTop
- TabOrder = 0
- object TPage
- Left = 0
- Top = 0
- Caption = 'Default'
- object Label2: TLabel
- Left = 8
- Top = 20
- Width = 31
- Height = 13
- Caption = '&Name:'
- FocusControl = eName
- end
- object lEmail: TLabel
- Left = 8
- Top = 44
- Width = 31
- Height = 13
- Caption = 'e-&Mail:'
- FocusControl = eMail
- end
- object Label3: TLabel
- Left = 8
- Top = 68
- Width = 62
- Height = 13
- Caption = '&Organisation:'
- FocusControl = eOrg
- end
- object Label4: TLabel
- Left = 8
- Top = 92
- Width = 41
- Height = 13
- Caption = '&Address:'
- FocusControl = eAddress
- end
- object Label1: TLabel
- Left = 8
- Top = 116
- Width = 89
- Height = 13
- Caption = '&Phone/Fax/Pager:'
- FocusControl = ePhone
- end
- object eName: TEdit
- Left = 120
- Top = 16
- Width = 233
- Height = 21
- TabOrder = 0
- end
- object eMail: TEdit
- Left = 120
- Top = 40
- Width = 233
- Height = 21
- TabOrder = 1
- end
- object eOrg: TEdit
- Left = 120
- Top = 64
- Width = 233
- Height = 21
- TabOrder = 2
- end
- object eAddress: TEdit
- Left = 120
- Top = 88
- Width = 233
- Height = 21
- TabOrder = 3
- end
- object bAdvanced: TButton
- Left = 368
- Top = 172
- Width = 89
- Height = 25
- Caption = 'Ad&vanced >>'
- TabOrder = 7
- OnClick = bAdvancedClick
- end
- object cbALL: TRadioButton
- Left = 16
- Top = 144
- Width = 337
- Height = 17
- Caption = '&Match ALL items above (AND)'
- Checked = True
- TabOrder = 5
- TabStop = True
- end
- object cbANY: TRadioButton
- Left = 16
- Top = 168
- Width = 337
- Height = 17
- Caption = 'Matc&h one or more items above (OR)'
- TabOrder = 6
- end
- object ePhone: TEdit
- Left = 120
- Top = 112
- Width = 233
- Height = 21
- TabOrder = 4
- end
- object bHelp: TButton
- Left = 368
- Top = 108
- Width = 89
- Height = 25
- Caption = 'Help'
- TabOrder = 8
- OnClick = bHelpClick
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'Advanced'
- object bBasic: TButton
- Left = 368
- Top = 160
- Width = 90
- Height = 25
- Caption = '<< &Basic '
- TabOrder = 5
- OnClick = bBasicClick
- end
- object cb_All: TRadioButton
- Left = 16
- Top = 8
- Width = 337
- Height = 17
- Caption = '&Match ALL items below (AND)'
- Checked = True
- TabOrder = 0
- TabStop = True
- end
- object cb_Any: TRadioButton
- Left = 16
- Top = 24
- Width = 337
- Height = 17
- Caption = 'Matc&h one or more items below (OR)'
- TabOrder = 1
- end
- object bAdd: TButton
- Left = 16
- Top = 168
- Width = 81
- Height = 25
- Caption = '&Add'
- TabOrder = 2
- OnClick = bAddClick
- end
- object bDelete: TButton
- Left = 104
- Top = 168
- Width = 81
- Height = 25
- Caption = '&Delete'
- TabOrder = 3
- OnClick = bDeleteClick
- end
- object bClear: TButton
- Left = 192
- Top = 168
- Width = 81
- Height = 25
- Caption = '&Clear'
- TabOrder = 4
- OnClick = bClearClick
- end
- object gFilter: TFilterGrid
- Left = 16
- Top = 48
- Width = 337
- Height = 113
- ColCount = 3
- DefaultRowHeight = 20
- FixedCols = 0
- Options = [goFixedVertLine, goFixedHorzLine, goColSizing, goEditing, goAlwaysShowEditor, goThumbTracking]
- TabOrder = 6
- ColWidths = (
- 137
- 89
- 89)
- end
- end
- end
- object lBooks: TListBox
- Left = 8
- Top = 228
- Width = 353
- Height = 117
- Style = lbOwnerDrawFixed
- ItemHeight = 16
- Sorted = True
- TabOrder = 1
- OnClick = lBooksClick
- OnDrawItem = lBooksDrawItem
- OnKeyDown = lBooksKeyDown
- end
- object bOK: TButton
- Left = 368
- Top = 14
- Width = 92
- Height = 25
- Caption = '&Start'
- Default = True
- TabOrder = 2
- OnClick = bOKClick
- end
- object bStop: TButton
- Left = 368
- Top = 44
- Width = 91
- Height = 25
- Caption = '&Stop'
- Enabled = False
- TabOrder = 3
- OnClick = bStopClick
- end
- object bClose: TButton
- Left = 368
- Top = 76
- Width = 89
- Height = 25
- Cancel = True
- Caption = 'Close'
- TabOrder = 4
- OnClick = bCloseClick
- end
- object bSelectSrv: TButton
- Left = 368
- Top = 228
- Width = 89
- Height = 25
- Caption = 'S&elect all'
- TabOrder = 6
- OnClick = bSelectSrvClick
- end
- object bDeselectSrv: TButton
- Left = 368
- Top = 260
- Width = 89
- Height = 25
- Caption = 'Dese&lect all'
- TabOrder = 7
- OnClick = bDeselectSrvClick
- end
- object hBook: TNotebook
- Left = 8
- Top = 210
- Width = 353
- Height = 18
- TabOrder = 8
- object TPage
- Left = 0
- Top = 0
- Caption = 'Default'
- object lbSearch: TLabel
- Left = 2
- Top = 2
- Width = 101
- Height = 13
- Caption = 'Sea&rch in Directories:'
- FocusControl = lBooks
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'Search'
- object hBooks: THeaderControl
- Left = 0
- Top = 0
- Width = 353
- Height = 18
- Align = alClient
- Sections = <
- item
- ImageIndex = -1
- Text = 'Directory'
- Width = 175
- end
- item
- ImageIndex = -1
- Text = 'Status'
- Width = 125
- end
- item
- ImageIndex = -1
- Text = 'Found'
- Width = 5000
- end>
- OnSectionResize = hBooksSectionResize
- end
- end
- end
- object bNew: TButton
- Left = 368
- Top = 140
- Width = 89
- Height = 25
- Caption = 'Ne&w search'
- Enabled = False
- TabOrder = 5
- Visible = False
- OnClick = bNewClick
- end
- end
-