home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / AMT / Sample AMT⁄PE Code / SOURCES / Media.k < prev    next >
Encoding:
Text File  |  1996-02-28  |  5.3 KB  |  278 lines  |  [TEXT/MPS ]

  1. object oARROWS_PIC_35_ is cPictureSupplier
  2. with
  3.     Buffered is true;
  4.     Transparent is true;
  5.     Red is 255; Green is 255; Blue is 255;
  6.     Name is "ARROWS.PIC";
  7. end;
  8.  
  9. object oBACKGR_PIC_6_ is cPictureSupplier
  10. with
  11.     Buffered is true;
  12.     Transparent is false;
  13.     Red is 255; Green is 255; Blue is 255;
  14.     Name is "BACKGR.PIC";
  15. end;
  16.  
  17. object oBTNABRT_PIC_37_ is cFlipbookSupplier
  18. with
  19.     Buffered is true;
  20.     Transparent is true;
  21.     Red is 255; Green is 255; Blue is 255;
  22.     FrameCount is 2;
  23.     ColumnCount is 1;
  24.     ColumnWidth is 104;
  25.     RowCount is 2;
  26.     RowHeight is 20;
  27.     Name is "BTNABRT.PIC";
  28. end;
  29.  
  30. object oBTNCONT_PIC_38_ is cFlipbookSupplier
  31. with
  32.     Buffered is true;
  33.     Transparent is true;
  34.     Red is 255; Green is 255; Blue is 255;
  35.     FrameCount is 2;
  36.     ColumnCount is 1;
  37.     ColumnWidth is 104;
  38.     RowCount is 2;
  39.     RowHeight is 20;
  40.     Name is "BTNCONT.PIC";
  41. end;
  42.  
  43. object oBTNMM_PIC_26_ is cFlipbookSupplier
  44. with
  45.     Buffered is true;
  46.     Transparent is false;
  47.     Red is 255; Green is 255; Blue is 255;
  48.     FrameCount is 2;
  49.     ColumnCount is 1;
  50.     ColumnWidth is 66;
  51.     RowCount is 2;
  52.     RowHeight is 30;
  53.     Name is "BTNMM.PIC";
  54. end;
  55.  
  56. object oBTNPROD_PIC_23_ is cFlipbookSupplier
  57. with
  58.     Buffered is true;
  59.     Transparent is false;
  60.     Red is 255; Green is 255; Blue is 255;
  61.     FrameCount is 2;
  62.     ColumnCount is 1;
  63.     ColumnWidth is 66;
  64.     RowCount is 2;
  65.     RowHeight is 30;
  66.     Name is "BTNPROD.PIC";
  67. end;
  68.  
  69. object oBTNQUIT_PIC_27_ is cFlipbookSupplier
  70. with
  71.     Buffered is true;
  72.     Transparent is false;
  73.     Red is 255; Green is 255; Blue is 255;
  74.     FrameCount is 2;
  75.     ColumnCount is 1;
  76.     ColumnWidth is 66;
  77.     RowCount is 2;
  78.     RowHeight is 24;
  79.     Name is "BTNQUIT.PIC";
  80. end;
  81.  
  82. object oBTNREF_PIC_25_ is cFlipbookSupplier
  83. with
  84.     Buffered is true;
  85.     Transparent is false;
  86.     Red is 255; Green is 255; Blue is 255;
  87.     FrameCount is 2;
  88.     ColumnCount is 1;
  89.     ColumnWidth is 66;
  90.     RowCount is 2;
  91.     RowHeight is 30;
  92.     Name is "BTNREF.PIC";
  93. end;
  94.  
  95. object oBTNSAMPL_PIC_29_ is cFlipbookSupplier
  96. with
  97.     Buffered is true;
  98.     Transparent is false;
  99.     Red is 255; Green is 255; Blue is 255;
  100.     FrameCount is 2;
  101.     ColumnCount is 1;
  102.     ColumnWidth is 66;
  103.     RowCount is 2;
  104.     RowHeight is 30;
  105.     Name is "BTNSAMPL.PIC";
  106. end;
  107.  
  108. object oBTNSUCC_PIC_28_ is cFlipbookSupplier
  109. with
  110.     Buffered is true;
  111.     Transparent is false;
  112.     Red is 255; Green is 255; Blue is 255;
  113.     FrameCount is 2;
  114.     ColumnCount is 1;
  115.     ColumnWidth is 66;
  116.     RowCount is 2;
  117.     RowHeight is 30;
  118.     Name is "BTNSUCC.PIC";
  119. end;
  120.  
  121. object oBTNTUTR_PIC_24_ is cFlipbookSupplier
  122. with
  123.     Buffered is true;
  124.     Transparent is false;
  125.     Red is 255; Green is 255; Blue is 255;
  126.     FrameCount is 2;
  127.     ColumnCount is 1;
  128.     ColumnWidth is 66;
  129.     RowCount is 2;
  130.     RowHeight is 30;
  131.     Name is "BTNTUTR.PIC";
  132. end;
  133.  
  134. object oMMENU_PIC_10_ is cPictureSupplier
  135. with
  136.     Buffered is true;
  137.     Transparent is false;
  138.     Red is 255; Green is 255; Blue is 255;
  139.     Name is "MMENU.PIC";
  140. end;
  141.  
  142. object oOPENSCR_PIC_3_ is cPictureSupplier
  143. with
  144.     Buffered is true;
  145.     Transparent is false;
  146.     Red is 255; Green is 255; Blue is 255;
  147.     Name is "OPENSCR.PIC";
  148. end;
  149.  
  150. object oPOPPROD_PIC_30_ is cPictureSupplier
  151. with
  152.     Buffered is true;
  153.     Transparent is true;
  154.     Red is 255; Green is 255; Blue is 255;
  155.     Name is "POPPROD.PIC";
  156. end;
  157.  
  158. object oPOPREF_PIC_32_ is cPictureSupplier
  159. with
  160.     Buffered is true;
  161.     Transparent is true;
  162.     Red is 255; Green is 255; Blue is 255;
  163.     Name is "POPREF.PIC";
  164. end;
  165.  
  166. object oPOPSAMPL_PIC_34_ is cPictureSupplier
  167. with
  168.     Buffered is true;
  169.     Transparent is true;
  170.     Red is 255; Green is 255; Blue is 255;
  171.     Name is "POPSAMPL.PIC";
  172. end;
  173.  
  174. object oPOPSUCC_PIC_33_ is cPictureSupplier
  175. with
  176.     Buffered is true;
  177.     Transparent is true;
  178.     Red is 255; Green is 255; Blue is 255;
  179.     Name is "POPSUCC.PIC";
  180. end;
  181.  
  182. object oPOPTUTR_PIC_31_ is cPictureSupplier
  183. with
  184.     Buffered is true;
  185.     Transparent is true;
  186.     Red is 255; Green is 255; Blue is 255;
  187.     Name is "POPTUTR.PIC";
  188. end;
  189.  
  190. object oPOPUP_PIC_39_ is cPictureSupplier
  191. with
  192.     Buffered is true;
  193.     Transparent is true;
  194.     Red is 255; Green is 255; Blue is 255;
  195.     Name is "POPUP.PIC";
  196. end;
  197.  
  198. object oPROD_PIC_1_ is cPictureSupplier
  199. with
  200.     Buffered is true;
  201.     Transparent is false;
  202.     Red is 255; Green is 255; Blue is 255;
  203.     Name is "PROD.PIC";
  204. end;
  205.  
  206. object oREFR_PIC_8_ is cPictureSupplier
  207. with
  208.     Buffered is true;
  209.     Transparent is false;
  210.     Red is 255; Green is 255; Blue is 255;
  211.     Name is "REFR.PIC";
  212. end;
  213.  
  214. object oRTFCODE_PIC_40_ is cPictureSupplier
  215. with
  216.     Buffered is true;
  217.     Transparent is false;
  218.     Red is 255; Green is 255; Blue is 255;
  219.     Name is "RTFCODE.PIC";
  220. end;
  221.  
  222. object oRTFCONSL_PIC_41_ is cPictureSupplier
  223. with
  224.     Buffered is true;
  225.     Transparent is false;
  226.     Red is 255; Green is 255; Blue is 255;
  227.     Name is "RTFCONSL.PIC";
  228. end;
  229.  
  230. object oRTFTITL_PIC_42_ is cPictureSupplier
  231. with
  232.     Buffered is true;
  233.     Transparent is false;
  234.     Red is 255; Green is 255; Blue is 255;
  235.     Name is "RTFTITL.PIC";
  236. end;
  237.  
  238. object oRTFVR_PIC_43_ is cPictureSupplier
  239. with
  240.     Buffered is true;
  241.     Transparent is false;
  242.     Red is 255; Green is 255; Blue is 255;
  243.     Name is "RTFVR.PIC";
  244. end;
  245.  
  246. object oRTFWEBS_PIC_44_ is cPictureSupplier
  247. with
  248.     Buffered is true;
  249.     Transparent is false;
  250.     Red is 255; Green is 255; Blue is 255;
  251.     Name is "RTFWEBS.PIC";
  252. end;
  253.  
  254. object oSAMPLES_PIC_9_ is cPictureSupplier
  255. with
  256.     Buffered is true;
  257.     Transparent is false;
  258.     Red is 255; Green is 255; Blue is 255;
  259.     Name is "SAMPLES.PIC";
  260. end;
  261.  
  262. object oSUCCS_PIC_4_ is cPictureSupplier
  263. with
  264.     Buffered is true;
  265.     Transparent is false;
  266.     Red is 255; Green is 255; Blue is 255;
  267.     Name is "SUCCS.PIC";
  268. end;
  269.  
  270. object oTUTO_PIC_7_ is cPictureSupplier
  271. with
  272.     Buffered is true;
  273.     Transparent is false;
  274.     Red is 255; Green is 255; Blue is 255;
  275.     Name is "TUTO.PIC";
  276. end;
  277.  
  278.