home *** CD-ROM | disk | FTP | other *** search
/ Computerworld 1996 March / Computerworld_1996-03_cd.bin / idg_cd3 / utility / ezmgr / easymgr.def next >
Encoding:
Text File  |  1995-04-19  |  11.9 KB  |  455 lines

  1. (object 1 TableCellSchema
  2.   (attribute attrName  "name")
  3.   (attribute columnWidth 15)
  4. )
  5.  
  6. (object 2 TableCellSchema
  7.   (attribute attrName "livingWith")
  8.   (attribute displayName "Living With")
  9.   (attribute columnWidth 15)
  10. )
  11.  
  12. (object 3 TableCellSchema
  13.   (attribute attrName "homeAddress street")
  14.   (attribute columnWidth 25)
  15. )
  16.  
  17. (object 4 TableCellSchema
  18.   (attribute attrName "homeAddress city")
  19.   (attribute columnWidth 15)
  20. )
  21. (object 5 TableCellSchema
  22.   (attribute attrName "homeAddress state")
  23.   (attribute columnWidth 10)
  24. )
  25. (object 6 TableCellSchema
  26.   (attribute attrName "homeAddress zip")
  27.   (attribute columnWidth 7)
  28. )
  29. (object 7 TableCellSchema
  30.   (attribute attrName "homeAddress country")
  31.   (attribute columnWidth 8)
  32. )
  33.  
  34. (object 10 TableSchema
  35.   (attribute tableName "Person Home Address List")
  36.   (attribute objectClassName "Person")
  37.   (attribute tableCellSet (GiSet 1 2 3 4 5 6 7) )
  38. )
  39.  
  40. (object 11 TableCellSchema
  41.   (attribute attrName  "name")
  42.   (attribute columnWidth 15)
  43. )
  44.  
  45. (object 12 TableCellSchema
  46.   (attribute attrName "workingWith")
  47.   (attribute displayName "Working With")
  48.   (attribute columnWidth 15)
  49. )
  50.  
  51. (object 13 TableCellSchema
  52.   (attribute attrName "companyName")
  53.   (attribute columnWidth 10)
  54. )
  55.  
  56. (object 14 TableCellSchema
  57.   (attribute attrName "workAddress street")
  58.   (attribute columnWidth 25)
  59. )
  60.  
  61. (object 15 TableCellSchema
  62.   (attribute attrName "workAddress city")
  63.   (attribute displayName "City")
  64.   (attribute columnWidth 15)
  65. )
  66.  
  67. (object 16 TableCellSchema
  68.   (attribute attrName "workAddress state")
  69.   (attribute columnWidth 10)
  70. )
  71.  
  72. (object 17 TableCellSchema
  73.   (attribute attrName "workAddress zip")
  74.   (attribute columnWidth 7)
  75. )
  76.  
  77. (object 18 TableCellSchema
  78.   (attribute attrName "workAddress country")
  79.   (attribute columnWidth 8)
  80. )
  81.  
  82. (object 20 TableSchema
  83.   (attribute tableName "Person Work Address List")
  84.   (attribute objectClassName "Person")
  85.   (attribute tableCellSet (GiSet 11 12 13 14 15 16 17 18))
  86. )
  87.  
  88. (object 21 TableCellSchema
  89.   (attribute attrName  "name")
  90.   (attribute columnWidth 15)
  91. )
  92.  
  93. (object 22 TableCellSchema
  94.   (attribute attrName "alias")
  95.   (attribute columnWidth 10)
  96. )
  97.  
  98. (object 23 TableCellSchema
  99.   (attribute attrName "emailSet emailAddress")
  100.   (attribute columnWidth 30)
  101. )
  102.  
  103. (object 24 TableCellSchema
  104.   (attribute attrName "emailSet emailType")
  105.   (attribute columnWidth 10)
  106. )
  107.  
  108. (object 30 TableSchema
  109.   (attribute tableName "Person Email List")
  110.   (attribute objectClassName "Person")
  111.   (attribute tableCellSet (GiSet 21 22 23 24))
  112. )
  113.  
  114. (object 31 TableCellSchema
  115.   (attribute attrName  "name")
  116.   (attribute columnWidth 15)
  117. )
  118.  
  119. (object 32 TableCellSchema
  120.   (attribute attrName "livingWith")
  121.   (attribute displayName "Living With")
  122.   (attribute columnWidth 15)
  123. )
  124.  
  125. (object 33 TableCellSchema
  126.   (attribute attrName "spouse")
  127.   (attribute displayName "Spouse")
  128.   (attribute columnWidth 15)
  129. )
  130.  
  131. (object 34 TableCellSchema
  132.   (attribute attrName "homeTelSet phoneNumber")
  133.   (attribute displayName "Home Phone")
  134.   (attribute columnWidth 10)
  135. )
  136.  
  137. (object 35 TableCellSchema
  138.   (attribute attrName "workTelSet phoneNumber")
  139.   (attribute displayName "Work Phone")
  140.   (attribute columnWidth 10)
  141. )
  142.  
  143. (object 36 TableCellSchema
  144.   (attribute attrName "homeFaxSet phoneNumber")
  145.   (attribute displayName "Home Fax")
  146.   (attribute columnWidth 10)
  147. )
  148.  
  149. (object 37 TableCellSchema
  150.   (attribute attrName "workFaxSet phoneNumber")
  151.   (attribute displayName "Work Fax")
  152.   (attribute columnWidth 10)
  153. )
  154.  
  155. (object 40 TableSchema
  156.   (attribute tableName "Person Tel/Fax List")
  157.   (attribute objectClassName "Person")
  158.   (attribute tableCellSet (GiSet 31 32 33 34 35 36 37))
  159. )
  160.  
  161. (object 41 TableCellSchema
  162.   (attribute attrName  "name")
  163.   (attribute columnWidth 15)
  164. )
  165.  
  166. (object 42 TableCellSchema
  167.   (attribute attrName "birthDate")
  168.   (attribute columnWidth 13)
  169. )
  170.  
  171. (object 43 TableCellSchema
  172.   (attribute attrName "marriageDate")
  173.   (attribute columnWidth 13)
  174. )
  175.  
  176. (object 50 TableSchema
  177.   (attribute tableName "Birth/Marriage Date List")
  178.   (attribute objectClassName "Person")
  179.   (attribute tableCellSet (GiSet 41 42 43))
  180. )
  181.  
  182. (object 51 TableCellSchema
  183.   (attribute attrName  "name")
  184.   (attribute columnWidth 15)
  185. )
  186.  
  187. (object 52 TableCellSchema
  188.   (attribute attrName "sex")
  189.   (attribute displayName "Sex")
  190.   (attribute columnWidth 8)
  191. )
  192.  
  193. (object 53 TableCellSchema
  194.   (attribute attrName "spouse")
  195.   (attribute displayName "Spouse")
  196.   (attribute columnWidth 15)
  197. )
  198.  
  199. (object 54 TableCellSchema
  200.   (attribute attrName "father")
  201.   (attribute displayName "Father")
  202.   (attribute columnWidth 15)
  203. )
  204.  
  205. (object 55 TableCellSchema
  206.   (attribute attrName "mother")
  207.   (attribute displayName "Mother")
  208.   (attribute columnWidth 15)
  209. )
  210.  
  211. (object 60 TableSchema
  212.   (attribute tableName "Family Relations")
  213.   (attribute objectClassName "Person")
  214.   (attribute tableCellSet (GiSet 51 52 53 54 55))
  215. )
  216.  
  217. (object 61 TableCellSchema
  218.   (attribute attrName "businessName")
  219.   (attribute columnWidth 15)
  220. )
  221.  
  222. (object 62 TableCellSchema
  223.   (attribute attrName "additionalName")
  224.   (attribute columnWidth 15)
  225. )
  226.  
  227. (object 63 TableCellSchema
  228.   (attribute attrName "address street")
  229.   (attribute columnWidth 18)
  230. )
  231.  
  232. (object 64 TableCellSchema
  233.   (attribute attrName "address city")
  234.   (attribute displayName "City")
  235.   (attribute columnWidth 10)
  236. )
  237.  
  238. (object 65 TableCellSchema
  239.   (attribute attrName "address state")
  240.   (attribute columnWidth 5)
  241. )
  242.  
  243. (object 66 TableCellSchema
  244.   (attribute attrName "address zip")
  245.   (attribute columnWidth 7)
  246. )
  247.  
  248. (object 67 TableCellSchema
  249.   (attribute attrName "address country")
  250.   (attribute columnWidth 7)
  251. )
  252.  
  253. (object 70 TableSchema
  254.   (attribute tableName "Business Address List")
  255.   (attribute objectClassName "Business")
  256.   (attribute tableCellSet (GiSet 61 62 63 64 65 66 67))
  257. )
  258.  
  259. (object 71 TableCellSchema
  260.   (attribute attrName "businessName")
  261.   (attribute columnWidth 15)
  262. )
  263.  
  264. (object 72 TableCellSchema
  265.   (attribute attrName "additionalName")
  266.   (attribute columnWidth 15)
  267. )
  268.  
  269. (object 73 TableCellSchema
  270.   (attribute attrName "telSet phoneNumber")
  271.   (attribute displayName "Tel")
  272.   (attribute columnWidth 10)
  273. )
  274.  
  275. (object 74 TableCellSchema
  276.   (attribute attrName "faxSet phoneNumber")
  277.   (attribute displayName "Fax")
  278.   (attribute columnWidth 10)
  279. )
  280.  
  281. (object 75 TableCellSchema
  282.   (attribute attrName "emailSet emailAddress")
  283.   (attribute columnWidth 15)
  284. )
  285.  
  286. (object 76 TableCellSchema
  287.   (attribute attrName "emailSet emailType")
  288.   (attribute columnWidth 8)
  289. )
  290.  
  291. (object 80 TableSchema
  292.   (attribute tableName "Business Tel/Fax/Email List")
  293.   (attribute objectClassName "Business")
  294.   (attribute tableCellSet (GiSet 71 72 73 74 75 76))
  295. )
  296.  
  297. (object 81 TableCellSchema
  298.   (attribute attrName "name")
  299.   (attribute columnWidth 15)
  300. )
  301.  
  302. (object 82 TableCellSchema
  303.   (attribute attrName "comments")
  304.   (attribute columnWidth 15)
  305. )
  306.  
  307. (object 90 TableSchema
  308.   (attribute tableName "Group List")
  309.   (attribute objectClassName "Group")
  310.   (attribute tableCellSet (GiSet 81 82))
  311. )
  312.  
  313. (object 101 ReportSchema
  314.   (attribute reportName "Home Address Labels")
  315.   (attribute objectClassName "Person")
  316.   (attribute rule "$(name)\n#(homeAddress:$(street)\n$(city), $(state) $(zip)\n$(country)\n)")
  317.   (attribute colWidth 3600)
  318.   (attribute rowHeightMaxText giTrue)
  319.   (attribute interColSpacing 288)
  320.   (attribute interRowSpacing 288)
  321.   (attribute numCols 2)
  322.   (attribute paperWidth 12240)
  323.   (attribute paperHeight 15840)
  324.   (attribute leftMargin 1080)
  325.   (attribute rightMargin 1080)
  326.   (attribute topMargin 1080)
  327.   (attribute bottomMargin 1080)
  328. )
  329.  
  330. (object 102 ReportSchema
  331.   (attribute reportName "Home Address With Phone Number Labels")
  332.   (attribute objectClassName "Person")
  333.   (attribute rule "$(name)\n#(homeAddress:$(street)\n$(city),$(state)$(zip)\n$(country)\n)#(homeTelSet:Tel: $(phoneNumber) (H)\n)")
  334.   (attribute colWidth 3600)
  335.   (attribute rowHeightMaxText giTrue)
  336.   (attribute interColSpacing 288)
  337.   (attribute interRowSpacing 288)
  338.   (attribute numCols 2)
  339.   (attribute paperWidth 12240)
  340.   (attribute paperHeight 15840)
  341.   (attribute leftMargin 1080)
  342.   (attribute rightMargin 1080)
  343.   (attribute topMargin 1080)
  344.   (attribute bottomMargin 1080)
  345. )
  346.  
  347. (object 103 ReportSchema
  348.   (attribute reportName "Work Address Labels")
  349.   (attribute objectClassName "Person")
  350.   (attribute rule "$(name)\n$(companyName)\n#(workAddress:$(street)\n$(city), $(state) $(zip)\n$(country)\n)")
  351.   (attribute colWidth 3600)
  352.   (attribute rowHeightMaxText giTrue)
  353.   (attribute interColSpacing 288)
  354.   (attribute interRowSpacing 288)
  355.   (attribute numCols 2)
  356.   (attribute paperWidth 12240)
  357.   (attribute paperHeight 15840)
  358.   (attribute leftMargin 1080)
  359.   (attribute rightMargin 1080)
  360.   (attribute topMargin 1080)
  361.   (attribute bottomMargin 1080)
  362. )
  363.  
  364. (object 104 ReportSchema
  365.   (attribute reportName "Work Address With Phone Number Labels")
  366.   (attribute objectClassName "Person")
  367.   (attribute rule "$(name)\n$(companyName)\n#(workAddress:$(street)\n$(city), $(state) $(zip)\n$(country)\n)#(workTelSet:Tel: $(phoneNumber)\n)#(workFaxSet:Fax: $(phoneNumber)\n)")
  368.   (attribute colWidth 3600)
  369.   (attribute rowHeightMaxText giTrue)
  370.   (attribute interColSpacing 288)
  371.   (attribute interRowSpacing 288)
  372.   (attribute numCols 2)
  373.   (attribute paperWidth 12240)
  374.   (attribute paperHeight 15840)
  375.   (attribute leftMargin 1080)
  376.   (attribute rightMargin 1080)
  377.   (attribute topMargin 1080)
  378.   (attribute bottomMargin 1080)
  379. )
  380.  
  381. (object 105 ReportSchema
  382.   (attribute reportName "Business Address Labels")
  383.   (attribute objectClassName "Business")
  384.   (attribute rule "$(businessName)\n#(address:$(street)\n$(city),$(state) $(zip)\n$(country)\n)")
  385.   (attribute colWidth 3600)
  386.   (attribute rowHeightMaxText giTrue)
  387.   (attribute interColSpacing 288)
  388.   (attribute interRowSpacing 288)
  389.   (attribute numCols 2)
  390.   (attribute paperWidth 12240)
  391.   (attribute paperHeight 15840)
  392.   (attribute leftMargin 1080)
  393.   (attribute rightMargin 1080)
  394.   (attribute topMargin 1080)
  395.   (attribute bottomMargin 1080)
  396. )
  397.  
  398. (object 106 ReportSchema
  399.   (attribute reportName "Business Address With Phone Labels")
  400.   (attribute objectClassName "Business")
  401.   (attribute rule "$(businessName)\n#(address:$(street)\n$(city), $(state) $(zip)\n$(country)\n)#(telSet:Tel: $(phoneNumber)\n)#(faxSet:Fax: $(phoneNumber)\n)")
  402.   (attribute colWidth 3600)
  403.   (attribute rowHeightMaxText giTrue)
  404.   (attribute interColSpacing 288)
  405.   (attribute interRowSpacing 288)
  406.   (attribute numCols 2)
  407.   (attribute paperWidth 12240)
  408.   (attribute paperHeight 15840)
  409.   (attribute leftMargin 1080)
  410.   (attribute rightMargin 1080)
  411.   (attribute topMargin 1080)
  412.   (attribute bottomMargin 1080)
  413. )
  414.  
  415. (object 201 ExportChoiceSchema
  416.   (attribute target 0x01)       // exportTargetCIM1x
  417.   (attribute dataChoices 0x11)  // email, email+fax 
  418.   (attribute objectClassNames "Person Business")
  419.   (attribute dosRelativePath "addrbook.dat")
  420.   (attribute rootDir "C:\CSERVE")
  421. )
  422.  
  423. (object 202 ExportChoiceSchema
  424.   (attribute target 0x02)        // exportTargetCIM2x
  425.   (attribute dataChoices 0x11)   // email, email+fax
  426.   (attribute objectClassNames "Person Business")
  427.   (attribute dosRelativePath "support\addrbook.dat")
  428.   (attribute rootDir "C:\CSERVE")
  429. )
  430.  
  431. (object 203 ExportChoiceSchema
  432.   (attribute target 0x03)        // exportTargetTabTextFile
  433.   (attribute dataChoices 0x20)   // list data
  434.   (attribute dataSource 0x01)    // list
  435.   (attribute dosRelativePath "list.txt")
  436. )
  437.  
  438. (object 204 ExportChoiceSchema
  439.   (attribute target 0x04)        // exportTargetCommaTextFile
  440.   (attribute dataChoices 0x20)   // list data
  441.   (attribute dataSource 0x01)    // list
  442.   (attribute dosRelativePath "list.txt")
  443. )
  444.  
  445. (object 1001 OptionsSchema
  446.   (attribute majorVersion 1)
  447.   (attribute minorVersion 0)
  448.   (attribute patchVersion 0)
  449.   (attribute serialNumber 0)
  450.   (attribute installNumber 784420930)
  451.   (attribute autoOpenLastFile giTrue)
  452.   (attribute shareHomeTelephone giTrue)
  453.   (attribute shareHomeFax giTrue)
  454. )
  455.