home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / tema / thebat / download / update / thebat.exe / 0 / RCDATA / TABSEARCHWINDOW / TABSEARCHWINDOW.txt
Text File  |  2001-09-09  |  7KB  |  345 lines

  1. object ABSearchWindow: TABSearchWindow
  2.   Left = 99
  3.   Top = 106
  4.   HelpContext = 14050
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Search Address'
  8.   ClientHeight = 353
  9.   ClientWidth = 468
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PrintScale = poPrintToFit
  16.   OnClose = FormClose
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Bevel1: TBevel
  23.     Left = 7
  24.     Top = 208
  25.     Width = 355
  26.     Height = 138
  27.   end
  28.   object Book: TNotebook
  29.     Left = 0
  30.     Top = 0
  31.     Width = 468
  32.     Height = 201
  33.     Align = alTop
  34.     TabOrder = 0
  35.     object TPage
  36.       Left = 0
  37.       Top = 0
  38.       Caption = 'Default'
  39.       object Label2: TLabel
  40.         Left = 8
  41.         Top = 20
  42.         Width = 31
  43.         Height = 13
  44.         Caption = '&Name:'
  45.         FocusControl = eName
  46.       end
  47.       object lEmail: TLabel
  48.         Left = 8
  49.         Top = 44
  50.         Width = 31
  51.         Height = 13
  52.         Caption = 'e-&Mail:'
  53.         FocusControl = eMail
  54.       end
  55.       object Label3: TLabel
  56.         Left = 8
  57.         Top = 68
  58.         Width = 62
  59.         Height = 13
  60.         Caption = '&Organisation:'
  61.         FocusControl = eOrg
  62.       end
  63.       object Label4: TLabel
  64.         Left = 8
  65.         Top = 92
  66.         Width = 41
  67.         Height = 13
  68.         Caption = '&Address:'
  69.         FocusControl = eAddress
  70.       end
  71.       object Label1: TLabel
  72.         Left = 8
  73.         Top = 116
  74.         Width = 89
  75.         Height = 13
  76.         Caption = '&Phone/Fax/Pager:'
  77.         FocusControl = ePhone
  78.       end
  79.       object eName: TEdit
  80.         Left = 120
  81.         Top = 16
  82.         Width = 233
  83.         Height = 21
  84.         TabOrder = 0
  85.       end
  86.       object eMail: TEdit
  87.         Left = 120
  88.         Top = 40
  89.         Width = 233
  90.         Height = 21
  91.         TabOrder = 1
  92.       end
  93.       object eOrg: TEdit
  94.         Left = 120
  95.         Top = 64
  96.         Width = 233
  97.         Height = 21
  98.         TabOrder = 2
  99.       end
  100.       object eAddress: TEdit
  101.         Left = 120
  102.         Top = 88
  103.         Width = 233
  104.         Height = 21
  105.         TabOrder = 3
  106.       end
  107.       object bAdvanced: TButton
  108.         Left = 368
  109.         Top = 172
  110.         Width = 89
  111.         Height = 25
  112.         Caption = 'Ad&vanced  >>'
  113.         TabOrder = 7
  114.         OnClick = bAdvancedClick
  115.       end
  116.       object cbALL: TRadioButton
  117.         Left = 16
  118.         Top = 144
  119.         Width = 337
  120.         Height = 17
  121.         Caption = '&Match ALL items above (AND)'
  122.         Checked = True
  123.         TabOrder = 5
  124.         TabStop = True
  125.       end
  126.       object cbANY: TRadioButton
  127.         Left = 16
  128.         Top = 168
  129.         Width = 337
  130.         Height = 17
  131.         Caption = 'Matc&h one or more items above (OR)'
  132.         TabOrder = 6
  133.       end
  134.       object ePhone: TEdit
  135.         Left = 120
  136.         Top = 112
  137.         Width = 233
  138.         Height = 21
  139.         TabOrder = 4
  140.       end
  141.       object bHelp: TButton
  142.         Left = 368
  143.         Top = 108
  144.         Width = 89
  145.         Height = 25
  146.         Caption = 'Help'
  147.         TabOrder = 8
  148.         OnClick = bHelpClick
  149.       end
  150.     end
  151.     object TPage
  152.       Left = 0
  153.       Top = 0
  154.       Caption = 'Advanced'
  155.       object bBasic: TButton
  156.         Left = 368
  157.         Top = 160
  158.         Width = 90
  159.         Height = 25
  160.         Caption = '<<  &Basic '
  161.         TabOrder = 5
  162.         OnClick = bBasicClick
  163.       end
  164.       object cb_All: TRadioButton
  165.         Left = 16
  166.         Top = 8
  167.         Width = 337
  168.         Height = 17
  169.         Caption = '&Match ALL items below (AND)'
  170.         Checked = True
  171.         TabOrder = 0
  172.         TabStop = True
  173.       end
  174.       object cb_Any: TRadioButton
  175.         Left = 16
  176.         Top = 24
  177.         Width = 337
  178.         Height = 17
  179.         Caption = 'Matc&h one or more items below (OR)'
  180.         TabOrder = 1
  181.       end
  182.       object bAdd: TButton
  183.         Left = 16
  184.         Top = 168
  185.         Width = 81
  186.         Height = 25
  187.         Caption = '&Add'
  188.         TabOrder = 2
  189.         OnClick = bAddClick
  190.       end
  191.       object bDelete: TButton
  192.         Left = 104
  193.         Top = 168
  194.         Width = 81
  195.         Height = 25
  196.         Caption = '&Delete'
  197.         TabOrder = 3
  198.         OnClick = bDeleteClick
  199.       end
  200.       object bClear: TButton
  201.         Left = 192
  202.         Top = 168
  203.         Width = 81
  204.         Height = 25
  205.         Caption = '&Clear'
  206.         TabOrder = 4
  207.         OnClick = bClearClick
  208.       end
  209.       object gFilter: TFilterGrid
  210.         Left = 16
  211.         Top = 48
  212.         Width = 337
  213.         Height = 113
  214.         ColCount = 3
  215.         DefaultRowHeight = 20
  216.         FixedCols = 0
  217.         Options = [goFixedVertLine, goFixedHorzLine, goColSizing, goEditing, goAlwaysShowEditor, goThumbTracking]
  218.         TabOrder = 6
  219.         ColWidths = (
  220.           137
  221.           89
  222.           89)
  223.       end
  224.     end
  225.   end
  226.   object lBooks: TListBox
  227.     Left = 8
  228.     Top = 228
  229.     Width = 353
  230.     Height = 117
  231.     ItemHeight = 16
  232.     Sorted = True
  233.     Style = lbOwnerDrawFixed
  234.     TabOrder = 1
  235.     OnClick = lBooksClick
  236.     OnDrawItem = lBooksDrawItem
  237.     OnKeyDown = lBooksKeyDown
  238.   end
  239.   object bOK: TButton
  240.     Left = 368
  241.     Top = 14
  242.     Width = 92
  243.     Height = 25
  244.     Caption = '&Start'
  245.     Default = True
  246.     TabOrder = 2
  247.     OnClick = bOKClick
  248.   end
  249.   object bStop: TButton
  250.     Left = 368
  251.     Top = 44
  252.     Width = 91
  253.     Height = 25
  254.     Caption = '&Stop'
  255.     Enabled = False
  256.     TabOrder = 3
  257.     OnClick = bStopClick
  258.   end
  259.   object bClose: TButton
  260.     Left = 368
  261.     Top = 76
  262.     Width = 89
  263.     Height = 25
  264.     Cancel = True
  265.     Caption = 'Close'
  266.     TabOrder = 4
  267.     OnClick = bCloseClick
  268.   end
  269.   object bSelectSrv: TButton
  270.     Left = 368
  271.     Top = 228
  272.     Width = 89
  273.     Height = 25
  274.     Caption = 'S&elect all'
  275.     TabOrder = 6
  276.     OnClick = bSelectSrvClick
  277.   end
  278.   object bDeselectSrv: TButton
  279.     Left = 368
  280.     Top = 260
  281.     Width = 89
  282.     Height = 25
  283.     Caption = 'Dese&lect all'
  284.     TabOrder = 7
  285.     OnClick = bDeselectSrvClick
  286.   end
  287.   object hBook: TNotebook
  288.     Left = 8
  289.     Top = 210
  290.     Width = 353
  291.     Height = 18
  292.     TabOrder = 8
  293.     object TPage
  294.       Left = 0
  295.       Top = 0
  296.       Caption = 'Default'
  297.       object lbSearch: TLabel
  298.         Left = 2
  299.         Top = 2
  300.         Width = 101
  301.         Height = 13
  302.         Caption = 'Sea&rch in Directories:'
  303.         FocusControl = lBooks
  304.       end
  305.     end
  306.     object TPage
  307.       Left = 0
  308.       Top = 0
  309.       Caption = 'Search'
  310.       object hBooks: THeaderControl
  311.         Left = 0
  312.         Top = 0
  313.         Width = 353
  314.         Height = 18
  315.         Align = alClient
  316.         Sections = <
  317.           item
  318.             Text = 'Directory'
  319.             Width = 175
  320.           end
  321.           item
  322.             Text = 'Status'
  323.             Width = 125
  324.           end
  325.           item
  326.             Text = 'Found'
  327.             Width = 5000
  328.           end>
  329.         OnSectionResize = hBooksSectionResize
  330.       end
  331.     end
  332.   end
  333.   object bNew: TButton
  334.     Left = 368
  335.     Top = 140
  336.     Width = 89
  337.     Height = 25
  338.     Caption = 'Ne&w search'
  339.     Enabled = False
  340.     TabOrder = 5
  341.     Visible = False
  342.     OnClick = bNewClick
  343.   end
  344. end
  345.