home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Shareware / Comunicatii / thebat / the_bat2.04.07.exe / thebat.exe / 0 / RCDATA / TABSEARCHWINDOW / TABSEARCHWINDOW.txt
Encoding:
Text File  |  2004-02-23  |  7.1 KB  |  351 lines

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