home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2 / Openstep-4.2-Intel-User.iso / usr / lib / NextStep / Workspace.app / WM.app / addresses.bundle / Addresses.table < prev    next >
Text File  |  1995-11-03  |  1KB  |  37 lines

  1. /* Nothing here is localizable */
  2.  
  3. /* Contents of inspectors */
  4. PersoContentsInspector = {
  5.     FormAttributes = ("Full Name", EMail, FAX, "Work Phone", "Home Phone");
  6.     PopupBaseAttributes = (Info, Address);
  7.     NoShowAttributes = (Type, Icon);
  8. };
  9. GroupContentsInspector = {
  10.     FormAttributes = ("Full Name", EMail);
  11.     PopupBaseAttributes = (Info);
  12.     NoShowAttributes = (Type, Elements, Icon, "Sort Method");
  13. };
  14. BookContentsInspector = {
  15.     FormAttributes = (Type);
  16.     PopupBaseAttributes = (Info, "RTF File Template");
  17.     NoShowAttributes = (Contents, "Address Book Shelf", Icon, "Sort Method", "Address Book Columns", "Address Book Height", "Date Last Modified");
  18. };
  19.  
  20. /* Find related */
  21. NoSearchAttributes = (Type, Contents, Elements, Icon, "Address Book Shelf");
  22.  
  23. /* Filter keys */
  24. FAX_FILTER = {
  25.     restrict_to = ("Full Name", FAX, Address, Type);
  26.     add_link_original = Yes;
  27.     omit_empty_strings = Yes;
  28. };
  29.  
  30. AddressNode_slots = (
  31.     { key = Name; },
  32.     { key = "Work Phone"; filler = slot_phone_filler; },
  33.     { key = "Home Phone"; filler = slot_phone_filler; },
  34.     { key = Address; filler = slot_address_filler; }
  35. );
  36.  
  37.