home *** CD-ROM | disk | FTP | other *** search
/ Cine Live 60 / Cine Live 60.iso / pc / Data / Interface / e8.k < prev    next >
Encoding:
Text File  |  2002-08-01  |  23.5 KB  |  1,192 lines

  1. module oRoot1 is cBox
  2. with 
  3.     Flags is $00000142; 
  4.     release Editor:
  5.         IOWindow is {$000002F4,$000000C2,$0000018F,$000002E3,$00000000,$FFFFFF2B,$00000000,$00000000};
  6.         LayoutWindow is {$00000114,$000000A6,$0000029E,$00000283,$00000000,$0000000E,$00000064,$00000000};
  7.     end;
  8.     Name is "Root"; 
  9.     Enabled is false; 
  10.     
  11.     Width is 800; Height is 600; 
  12.     
  13.     
  14.     Elements is [
  15.         oFond2,
  16.         ob13,
  17.         ob24,
  18.         ob35,
  19.         ob46,
  20.         ob57,
  21.         ob68,
  22.         ob79,
  23.         ob810,
  24.         ob911,
  25.         ob1012,
  26.         ob1113,
  27.         ob1214,
  28.         of115,
  29.         of216,
  30.         of317,
  31.         of418,
  32.         of519,
  33.         of620,
  34.         of721,
  35.         of822,
  36.         of923,
  37.         of1024,
  38.         of1125,
  39.         of1226,
  40.         oInternet27,
  41.         oI140,
  42.         ol228,
  43.         oI329,
  44.         oI439,
  45.         oBouton_Fiche30,
  46.         oBouton_Imprimer31,
  47.         oBouton_Sommaire32,
  48.         oBouton_Photos33,
  49.         oBouton_Vid_o34,
  50.         oFiche_Technique35,
  51.         oTexte_RTF36,
  52.         ovid_o37,
  53.         oglobal38
  54.     ];
  55.     Events is [
  56.         cOffscreenEvent
  57.         with 
  58.             Commands is [
  59.                 cPixelTool_IfSystemCommand
  60.                 with 
  61.                     Commands is [
  62.                         cSwitchURLCommand
  63.                         with Target is oFond2; URL is "../Images/s8m.jpg"; end,
  64.                         cDragCommand
  65.                         with Target is ovid_o37; Mode is DragTo; X is 631; Y is 442; end,
  66.                         cGrowCommand
  67.                         with Target is ovid_o37; Mode is GrowTo; X is 160; Y is 120; end,
  68.                         cShowCommand
  69.                         with Target is ovid_o37; end,
  70.                         cEnableCommand
  71.                         with Target is ovid_o37; end,
  72.                         cRunCommand
  73.                         with Target is ovid_o37; Rewind is true; end
  74.                     ];
  75.                 end,
  76.                 cPixelTool_IfSystemCommand
  77.                 with SetMode is IsWinTest; 
  78.                     Commands is [
  79.                         cDragCommand
  80.                         with Target is ovid_o37; Mode is DragTo; X is 615; Y is 418; end,
  81.                         cGrowCommand
  82.                         with Target is ovid_o37; Mode is GrowTo; X is 176; Y is 144; end,
  83.                         cShowCommand
  84.                         with Target is ovid_o37; end,
  85.                         cEnableCommand
  86.                         with Target is ovid_o37; end,
  87.                         cRunCommand
  88.                         with Target is ovid_o37; Rewind is true; end
  89.                     ];
  90.                 end
  91.             ];
  92.         end,
  93.         cKeyboardEvent
  94.         with Flags is $00000004; Test is IsSpace; 
  95.             Commands is [
  96.                 cRunCommand
  97.                 with Flags is $00000004; Target is ovid_o37; Mode is Toggle; end
  98.             ];
  99.         end,
  100.         cKeyboardEvent
  101.         with Value is "+"; 
  102.             Commands is [
  103.                 cSetVolumeCommand
  104.                 with Mode is ExecuteHigher; end
  105.             ];
  106.         end,
  107.         cKeyboardEvent
  108.         with Value is "-"; 
  109.             Commands is [
  110.                 cSetVolumeCommand
  111.                 with Flags is $00000004; Mode is ExecuteLower; end
  112.             ];
  113.         end,
  114.         cKeyboardEvent
  115.         with Value is "m"; 
  116.             Commands is [
  117.                 cRunCommand
  118.                 with Flags is $00000004; Mode is Toggle; Rewind is true; end
  119.             ];
  120.         end
  121.     ];
  122. end;
  123.  
  124. object oFond2 is cImage
  125. with 
  126.     Flags is $00000150; 
  127.     Name is "Fond"; 
  128.     Enabled is false; Cursor is oEmptyCursor; 
  129.     AdjustX is AlignToCenter; AdjustY is AlignToTop; 
  130.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  131.     
  132.     URL is "../Images/s8p.jpg"; 
  133.     
  134.     
  135.     Events is [
  136.         cOnscreenEvent
  137.         with Flags is $00000004; 
  138.             Commands is [
  139.                 cTokenCommand
  140.                 with Flags is $00000004; TokenName is "stop"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  141.             ];
  142.         end
  143.     ];
  144. end;
  145.  
  146. object ob13 is cImage
  147. with 
  148.     Name is "b1"; 
  149.     Enabled is false; Shown is false; 
  150.     X is -21; Y is 157; 
  151.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  152.     
  153.     URL is "../Images/BOUTONV2.psd"; 
  154.     Bitmapped is false; Mode is 260; 
  155.     
  156. end;
  157.  
  158. object ob24 is cImage
  159. with 
  160.     Name is "b2"; 
  161.     Enabled is false; Shown is false; 
  162.     X is -21; Y is 184; 
  163.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  164.     
  165.     URL is "../Images/BOUTONV2.psd"; 
  166.     Mode is 260; 
  167.     
  168. end;
  169.  
  170. object ob35 is cImage
  171. with 
  172.     Name is "b3"; 
  173.     Enabled is false; Shown is false; 
  174.     X is -21; Y is 210; 
  175.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  176.     
  177.     URL is "../Images/BOUTONV2.psd"; 
  178.     Mode is 260; 
  179.     
  180. end;
  181.  
  182. object ob46 is cImage
  183. with 
  184.     Name is "b4"; 
  185.     Enabled is false; Shown is false; 
  186.     X is -21; Y is 235; 
  187.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  188.     
  189.     URL is "../Images/BOUTONV2.psd"; 
  190.     Mode is 260; 
  191.     
  192. end;
  193.  
  194. object ob57 is cImage
  195. with 
  196.     Name is "b5"; 
  197.     Enabled is false; Shown is false; 
  198.     X is -21; Y is 264; 
  199.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  200.     
  201.     URL is "../Images/BOUTONV2.psd"; 
  202.     Mode is 260; 
  203.     
  204. end;
  205.  
  206. object ob68 is cImage
  207. with 
  208.     Name is "b6"; 
  209.     Enabled is false; Shown is false; 
  210.     X is -21; Y is 290; 
  211.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  212.     
  213.     URL is "../Images/BOUTONV2.psd"; 
  214.     Mode is 260; 
  215.     
  216. end;
  217.  
  218. object ob79 is cImage
  219. with 
  220.     Name is "b7"; 
  221.     Enabled is false; Shown is false; 
  222.     X is -21; Y is 316; 
  223.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  224.     
  225.     URL is "../Images/BOUTONV2.psd"; 
  226.     Mode is 260; 
  227.     
  228. end;
  229.  
  230. object ob810 is cImage
  231. with 
  232.     Name is "b8"; 
  233.     Enabled is false; Shown is false; 
  234.     X is -21; Y is 343; 
  235.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  236.     
  237.     URL is "../Images/BOUTONV2.psd"; 
  238.     Mode is 260; 
  239.     
  240. end;
  241.  
  242. object ob911 is cImage
  243. with 
  244.     Name is "b9"; 
  245.     Enabled is false; Shown is false; 
  246.     X is -21; Y is 370; 
  247.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  248.     
  249.     URL is "../Images/BOUTONV2.psd"; 
  250.     Mode is 260; 
  251.     
  252. end;
  253.  
  254. object ob1012 is cImage
  255. with 
  256.     Name is "b10"; 
  257.     Enabled is false; Shown is false; 
  258.     X is -21; Y is 396; 
  259.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  260.     
  261.     URL is "../../DATA/Images/BOUTONV2.psd"; 
  262.     Mode is 260; 
  263.     
  264. end;
  265.  
  266. object ob1113 is cImage
  267. with 
  268.     Name is "b11"; 
  269.     Enabled is false; Shown is false; 
  270.     X is -21; Y is 423; 
  271.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  272.     
  273.     URL is "../../DATA/Images/BOUTONV2.psd"; 
  274.     Mode is 260; 
  275.     
  276. end;
  277.  
  278. object ob1214 is cImage
  279. with 
  280.     Name is "b12"; 
  281.     Enabled is false; Shown is false; 
  282.     X is -25; Y is 455; 
  283.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  284.     
  285.     URL is "../Images/BOUTONV2.psd"; 
  286.     Bitmapped is false; Mode is 260; 
  287.     
  288. end;
  289.  
  290. object of115 is cBox
  291. with 
  292.     Name is "f1"; 
  293.     Cursor is oFingerCursor; 
  294.     X is -1; Y is 172; 
  295.     Width is 162; Height is 27; 
  296.     
  297.     
  298.     Events is [
  299.         cMouseEnterEvent
  300.         with Flags is $00000004; 
  301.             Commands is [
  302.                 cShowCommand
  303.                 with Flags is $00000004; Target is ob13; end
  304.             ];
  305.         end,
  306.         cMouseLeaveEvent
  307.         with Flags is $00000004; 
  308.             Commands is [
  309.                 cShowCommand
  310.                 with Flags is $00000004; Target is ob13; Mode is Clear; end
  311.             ];
  312.         end,
  313.         cMouseUpEvent
  314.         with Flags is $00000004; Flag is true; 
  315.             Commands is [
  316.                 cBrowseCommand
  317.                 with Flags is $00000004; URL is "e1.k"; end
  318.             ];
  319.         end
  320.     ];
  321. end;
  322.  
  323. object of216 is cBox
  324. with 
  325.     Name is "f2"; 
  326.     Cursor is oFingerCursor; 
  327.     Y is 200; 
  328.     Width is 160; Height is 26; 
  329.     
  330.     
  331.     Events is [
  332.         cMouseEnterEvent
  333.         with 
  334.             Commands is [
  335.                 cShowCommand
  336.                 with Target is ob24; end
  337.             ];
  338.         end,
  339.         cMouseLeaveEvent
  340.         with 
  341.             Commands is [
  342.                 cShowCommand
  343.                 with Target is ob24; Mode is Clear; end
  344.             ];
  345.         end,
  346.         cMouseUpEvent
  347.         with Flag is true; 
  348.             Commands is [
  349.                 cBrowseCommand
  350.                 with URL is "e2.k"; end
  351.             ];
  352.         end
  353.     ];
  354. end;
  355.  
  356. object of317 is cBox
  357. with 
  358.     Flags is $00000150; 
  359.     Name is "f3"; 
  360.     Cursor is oFingerCursor; 
  361.     Y is 228; 
  362.     Width is 162; Height is 24; 
  363.     
  364.     
  365.     Events is [
  366.         cMouseEnterEvent
  367.         with Flags is $00000004; 
  368.             Commands is [
  369.                 cShowCommand
  370.                 with Flags is $00000004; Target is ob35; end
  371.             ];
  372.         end,
  373.         cMouseLeaveEvent
  374.         with Flags is $00000004; 
  375.             Commands is [
  376.                 cShowCommand
  377.                 with Flags is $00000004; Target is ob35; Mode is Clear; end
  378.             ];
  379.         end,
  380.         cMouseUpEvent
  381.         with Flags is $00000004; Flag is true; 
  382.             Commands is [
  383.                 cBrowseCommand
  384.                 with Flags is $00000004; URL is "e3.k"; end
  385.             ];
  386.         end
  387.     ];
  388. end;
  389.  
  390. object of418 is cBox
  391. with 
  392.     Name is "f4"; 
  393.     Cursor is oFingerCursor; 
  394.     Y is 253; 
  395.     Width is 161; Height is 28; 
  396.     
  397.     
  398.     Events is [
  399.         cMouseEnterEvent
  400.         with 
  401.             Commands is [
  402.                 cShowCommand
  403.                 with Target is ob46; end
  404.             ];
  405.         end,
  406.         cMouseLeaveEvent
  407.         with 
  408.             Commands is [
  409.                 cShowCommand
  410.                 with Target is ob46; Mode is Clear; end
  411.             ];
  412.         end,
  413.         cMouseUpEvent
  414.         with Flag is true; 
  415.             Commands is [
  416.                 cBrowseCommand
  417.                 with URL is "e4.k"; end
  418.             ];
  419.         end
  420.     ];
  421. end;
  422.  
  423. object of519 is cBox
  424. with 
  425.     Name is "f5"; 
  426.     Cursor is oFingerCursor; 
  427.     Y is 279; 
  428.     Width is 163; Height is 28; 
  429.     
  430.     
  431.     Events is [
  432.         cMouseEnterEvent
  433.         with 
  434.             Commands is [
  435.                 cShowCommand
  436.                 with Target is ob57; end
  437.             ];
  438.         end,
  439.         cMouseLeaveEvent
  440.         with 
  441.             Commands is [
  442.                 cShowCommand
  443.                 with Target is ob57; Mode is Clear; end
  444.             ];
  445.         end,
  446.         cMouseUpEvent
  447.         with Flag is true; 
  448.             Commands is [
  449.                 cBrowseCommand
  450.                 with URL is "e5.k"; end
  451.             ];
  452.         end
  453.     ];
  454. end;
  455.  
  456. object of620 is cBox
  457. with 
  458.     Flags is $00000150; 
  459.     Name is "f6"; 
  460.     Cursor is oFingerCursor; 
  461.     Y is 305; 
  462.     Width is 163; Height is 28; 
  463.     
  464.     
  465.     Events is [
  466.         cMouseEnterEvent
  467.         with Flags is $00000004; 
  468.             Commands is [
  469.                 cShowCommand
  470.                 with Flags is $00000004; Target is ob68; end
  471.             ];
  472.         end,
  473.         cMouseLeaveEvent
  474.         with Flags is $00000004; 
  475.             Commands is [
  476.                 cShowCommand
  477.                 with Flags is $00000004; Target is ob68; Mode is Clear; end
  478.             ];
  479.         end,
  480.         cMouseUpEvent
  481.         with Flags is $00000004; Flag is true; 
  482.             Commands is [
  483.                 cBrowseCommand
  484.                 with Flags is $00000004; URL is "e6.k"; end
  485.             ];
  486.         end
  487.     ];
  488. end;
  489.  
  490. object of721 is cBox
  491. with 
  492.     Name is "f7"; 
  493.     Cursor is oFingerCursor; 
  494.     X is 2; Y is 333; 
  495.     Width is 160; Height is 26; 
  496.     
  497.     
  498.     Events is [
  499.         cMouseEnterEvent
  500.         with 
  501.             Commands is [
  502.                 cShowCommand
  503.                 with Target is ob79; end
  504.             ];
  505.         end,
  506.         cMouseLeaveEvent
  507.         with 
  508.             Commands is [
  509.                 cShowCommand
  510.                 with Target is ob79; Mode is Clear; end
  511.             ];
  512.         end,
  513.         cMouseUpEvent
  514.         with Flag is true; 
  515.             Commands is [
  516.                 cBrowseCommand
  517.                 with URL is "e7.k"; end
  518.             ];
  519.         end
  520.     ];
  521. end;
  522.  
  523. object of822 is cBox
  524. with 
  525.     Name is "f8"; 
  526.     Cursor is oFingerCursor; 
  527.     Y is 359; 
  528.     Width is 160; Height is 27; 
  529.     
  530.     
  531.     Events is [
  532.         cMouseEnterEvent
  533.         with 
  534.             Commands is [
  535.                 cShowCommand
  536.                 with Target is ob810; end
  537.             ];
  538.         end,
  539.         cMouseLeaveEvent
  540.         with 
  541.             Commands is [
  542.                 cShowCommand
  543.                 with Target is ob810; Mode is Clear; end
  544.             ];
  545.         end,
  546.         cMouseUpEvent
  547.         with Flag is true; 
  548.             Commands is [
  549.                 cBrowseCommand
  550.                 with URL is "e8.k"; end
  551.             ];
  552.         end
  553.     ];
  554. end;
  555.  
  556. object of923 is cBox
  557. with 
  558.     Name is "f9"; 
  559.     Cursor is oFingerCursor; 
  560.     Y is 386; 
  561.     Width is 163; Height is 25; 
  562.     
  563.     
  564.     Events is [
  565.         cMouseEnterEvent
  566.         with 
  567.             Commands is [
  568.                 cShowCommand
  569.                 with Target is ob911; end
  570.             ];
  571.         end,
  572.         cMouseLeaveEvent
  573.         with 
  574.             Commands is [
  575.                 cShowCommand
  576.                 with Target is ob911; Mode is Clear; end
  577.             ];
  578.         end,
  579.         cMouseUpEvent
  580.         with Flag is true; 
  581.             Commands is [
  582.                 cBrowseCommand
  583.                 with URL is "e9.k"; end
  584.             ];
  585.         end
  586.     ];
  587. end;
  588.  
  589. object of1024 is cBox
  590. with 
  591.     Name is "f10"; 
  592.     Cursor is oFingerCursor; 
  593.     X is 1; Y is 412; 
  594.     Width is 161; Height is 28; 
  595.     
  596.     
  597.     Events is [
  598.         cMouseEnterEvent
  599.         with 
  600.             Commands is [
  601.                 cShowCommand
  602.                 with Target is ob1012; end
  603.             ];
  604.         end,
  605.         cMouseLeaveEvent
  606.         with 
  607.             Commands is [
  608.                 cShowCommand
  609.                 with Target is ob1012; Mode is Clear; end
  610.             ];
  611.         end,
  612.         cMouseUpEvent
  613.         with Flag is true; 
  614.             Commands is [
  615.                 cBrowseCommand
  616.                 with URL is "e10.k"; end
  617.             ];
  618.         end
  619.     ];
  620. end;
  621.  
  622. object of1125 is cBox
  623. with 
  624.     Flags is $00000150; 
  625.     Name is "f11"; 
  626.     Cursor is oFingerCursor; 
  627.     Y is 438; 
  628.     Width is 161; Height is 28; 
  629.     
  630.     
  631.     Events is [
  632.         cMouseEnterEvent
  633.         with Flags is $00000004; 
  634.             Commands is [
  635.                 cShowCommand
  636.                 with Flags is $00000004; Target is ob1113; end
  637.             ];
  638.         end,
  639.         cMouseLeaveEvent
  640.         with Flags is $00000004; 
  641.             Commands is [
  642.                 cShowCommand
  643.                 with Flags is $00000004; Target is ob1113; Mode is Clear; end
  644.             ];
  645.         end,
  646.         cMouseUpEvent
  647.         with Flags is $00000004; Flag is true; 
  648.             Commands is [
  649.                 cBrowseCommand
  650.                 with Flags is $00000004; URL is "e11.k"; end
  651.             ];
  652.         end
  653.     ];
  654. end;
  655.  
  656. object of1226 is cBox
  657. with 
  658.     Flags is $00000150; 
  659.     Name is "f12"; 
  660.     Cursor is oFingerCursor; 
  661.     X is -1; Y is 470; 
  662.     Width is 162; Height is 32; 
  663.     
  664.     
  665.     Events is [
  666.         cMouseEnterEvent
  667.         with Flags is $00000004; 
  668.             Commands is [
  669.                 cShowCommand
  670.                 with Flags is $00000004; Target is ob1214; end
  671.             ];
  672.         end,
  673.         cMouseLeaveEvent
  674.         with Flags is $00000004; 
  675.             Commands is [
  676.                 cShowCommand
  677.                 with Flags is $00000004; Target is ob1214; Mode is Clear; end
  678.             ];
  679.         end,
  680.         cMouseUpEvent
  681.         with Flags is $00000004; Flag is true; 
  682.             Commands is [
  683.                 cBrowseCommand
  684.                 with Flags is $00000004; URL is "e12.k"; end
  685.             ];
  686.         end
  687.     ];
  688. end;
  689.  
  690. object oInternet27 is cBox
  691. with 
  692.     Flags is $00000154; 
  693.     Name is "Internet"; 
  694.     Cursor is oEarthCursor; 
  695.     X is 259; Y is 539; 
  696.     Width is 139; Height is 20; 
  697.     
  698.     
  699.     Events is [
  700.         cMouseUpEvent
  701.         with Flags is $00000004; Flag is true; 
  702.             Commands is [
  703.                 cLaunchCommand
  704.                 with Flags is $00000004; URL is "http://www.roadtoperdition.com"; URLOption is GetSiteURL; Mode is ExecuteBrowser; end
  705.             ];
  706.         end
  707.     ];
  708. end;
  709.  
  710. object oI140 is cBox
  711. with 
  712.     Flags is $00000150; 
  713.     Name is "I1"; 
  714.     Cursor is oFingerCursor; 
  715.     X is 259; Y is 497; 
  716.     Width is 70; Height is 22; 
  717.     
  718.     
  719.     Events is [
  720.         cMouseUpEvent
  721.         with Flags is $00000004; Flag is true; 
  722.             Commands is [
  723.                 cIfCookieCommand
  724.                 with Flags is $00000004; CookieName is "zique"; Value is "oui"; 
  725.                     Commands is [
  726.                         cTokenCommand
  727.                         with Flags is $00000004; TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  728.                     ];
  729.                 end,
  730.                 cBrowseCommand
  731.                 with Flags is $00000004; URL is "f24.k"; end
  732.             ];
  733.         end
  734.     ];
  735. end;
  736.  
  737. object ol228 is cBox
  738. with 
  739.     Flags is $00000150; 
  740.     Name is "l2"; 
  741.     Cursor is oFingerCursor; 
  742.     X is 226; Y is 519; 
  743.     Width is 59; Height is 19; 
  744.     
  745.     
  746.     Events is [
  747.         cMouseUpEvent
  748.         with Flags is $00000004; Flag is true; 
  749.             Commands is [
  750.                 cIfCookieCommand
  751.                 with Flags is $00000004; CookieName is "zique"; Value is "oui"; 
  752.                     Commands is [
  753.                         cTokenCommand
  754.                         with Flags is $00000004; TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  755.                     ];
  756.                 end,
  757.                 cBrowseCommand
  758.                 with Flags is $00000004; URL is "f17.k"; end
  759.             ];
  760.         end
  761.     ];
  762. end;
  763.  
  764. object oI329 is cBox
  765. with 
  766.     Name is "I3"; 
  767.     Cursor is oFingerCursor; 
  768.     X is 283; Y is 520; 
  769.     Width is 77; Height is 18; 
  770.     
  771.     
  772.     Events is [
  773.         cMouseUpEvent
  774.         with Flag is true; 
  775.             Commands is [
  776.                 cIfCookieCommand
  777.                 with CookieName is "zique"; Value is "oui"; 
  778.                     Commands is [
  779.                         cTokenCommand
  780.                         with TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  781.                     ];
  782.                 end,
  783.                 cBrowseCommand
  784.                 with URL is "f25.k"; end
  785.             ];
  786.         end
  787.     ];
  788. end;
  789.  
  790. object oI439 is cBox
  791. with 
  792.     Name is "I4"; 
  793.     Cursor is oFingerCursor; 
  794.     X is 360; Y is 520; 
  795.     Width is 49; Height is 19; 
  796.     
  797.     
  798.     Events is [
  799.         cMouseUpEvent
  800.         with Flag is true; 
  801.             Commands is [
  802.                 cIfCookieCommand
  803.                 with CookieName is "zique"; Value is "oui"; 
  804.                     Commands is [
  805.                         cTokenCommand
  806.                         with TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  807.                     ];
  808.                 end,
  809.                 cBrowseCommand
  810.                 with URL is "f22.k"; end
  811.             ];
  812.         end
  813.     ];
  814. end;
  815.  
  816. object oBouton_Fiche30 is cImage
  817. with 
  818.     Name is "Bouton Fiche"; 
  819.     Shown is false; Cursor is oFingerCursor; 
  820.     X is 167; Y is 573; 
  821.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  822.     
  823.     URL is "../Images/%E9cran%20fiche.jpg"; 
  824.     
  825.     
  826.     Events is [
  827.         cMouseEnterEvent
  828.         with 
  829.             Commands is [
  830.                 cShowCommand
  831.                 with Target is oTargetSelf; end
  832.             ];
  833.         end,
  834.         cMouseLeaveEvent
  835.         with 
  836.             Commands is [
  837.                 cShowCommand
  838.                 with Target is oTargetSelf; Mode is Clear; end
  839.             ];
  840.         end,
  841.         cMouseUpEvent
  842.         with Flag is true; 
  843.             Commands is [
  844.                 cShowCommand
  845.                 with Target is oFiche_Technique35; Mode is Toggle; end,
  846.                 cEnableCommand
  847.                 with Target is oFiche_Technique35; Mode is Toggle; end
  848.             ];
  849.         end
  850.     ];
  851. end;
  852.  
  853. object oBouton_Imprimer31 is cImage
  854. with 
  855.     Flags is $00000150; 
  856.     Name is "Bouton Imprimer"; 
  857.     Shown is false; Cursor is oFingerCursor; 
  858.     X is 321; Y is 573; 
  859.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  860.     
  861.     URL is "../Images/%E9cran%20imprimer.jpg"; 
  862.     
  863.     
  864.     Events is [
  865.         cMouseEnterEvent
  866.         with Flags is $00000004; 
  867.             Commands is [
  868.                 cShowCommand
  869.                 with Flags is $00000004; Target is oTargetSelf; end
  870.             ];
  871.         end,
  872.         cMouseLeaveEvent
  873.         with Flags is $00000004; 
  874.             Commands is [
  875.                 cShowCommand
  876.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
  877.             ];
  878.         end,
  879.         cMouseUpEvent
  880.         with Flags is $00000004; Flag is true; 
  881.             Commands is [
  882.                 cPrintCommand
  883.                 with Target is oTexte_RTF36; end
  884.             ];
  885.         end
  886.     ];
  887. end;
  888.  
  889. object oBouton_Sommaire32 is cImage
  890. with 
  891.     Name is "Bouton Sommaire"; 
  892.     Shown is false; Cursor is oFingerCursor; 
  893.     X is 13; Y is 573; 
  894.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  895.     
  896.     URL is "../Images/%E9cran%20somm.jpg"; 
  897.     
  898.     
  899.     Events is [
  900.         cMouseEnterEvent
  901.         with 
  902.             Commands is [
  903.                 cShowCommand
  904.                 with Target is oTargetSelf; end
  905.             ];
  906.         end,
  907.         cMouseLeaveEvent
  908.         with 
  909.             Commands is [
  910.                 cShowCommand
  911.                 with Target is oTargetSelf; Mode is Clear; end
  912.             ];
  913.         end,
  914.         cMouseUpEvent
  915.         with Flag is true; 
  916.             Commands is [
  917.                 cIfCookieCommand
  918.                 with CookieName is "zique"; Value is "oui"; 
  919.                     Commands is [
  920.                         cTokenCommand
  921.                         with TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  922.                     ];
  923.                 end,
  924.                 cBrowseCommand
  925.                 with URL is "sommaire.k"; end
  926.             ];
  927.         end
  928.     ];
  929. end;
  930.  
  931. object oBouton_Photos33 is cImage
  932. with 
  933.     Flags is $00000150; 
  934.     Name is "Bouton Photos"; 
  935.     Shown is false; Cursor is oFingerCursor; 
  936.     X is 475; Y is 573; 
  937.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  938.     
  939.     URL is "../Images/%E9cran%20photo.jpg"; 
  940.     
  941.     
  942.     Events is [
  943.         cMouseEnterEvent
  944.         with Flags is $00000004; 
  945.             Commands is [
  946.                 cShowCommand
  947.                 with Flags is $00000004; Target is oTargetSelf; end
  948.             ];
  949.         end,
  950.         cMouseLeaveEvent
  951.         with Flags is $00000004; 
  952.             Commands is [
  953.                 cShowCommand
  954.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
  955.             ];
  956.         end,
  957.         cMouseUpEvent
  958.         with Flags is $00000004; Flag is true; 
  959.             Commands is [
  960.                 cBrowseCommand
  961.                 with URL is "e8s.k"; end
  962.             ];
  963.         end
  964.     ];
  965. end;
  966.  
  967. object oBouton_Vid_o34 is cImage
  968. with 
  969.     Flags is $00000150; 
  970.     Name is "Bouton Vid\$E9o"; 
  971.     Shown is false; Cursor is oFingerCursor; 
  972.     X is 629; Y is 573; 
  973.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  974.     
  975.     URL is "../Images/%E9cran%20vid%E9o.jpg"; 
  976.     
  977.     
  978.     Events is [
  979.         cMouseEnterEvent
  980.         with Flags is $00000004; 
  981.             Commands is [
  982.                 cShowCommand
  983.                 with Flags is $00000004; Target is oTargetSelf; end
  984.             ];
  985.         end,
  986.         cMouseLeaveEvent
  987.         with Flags is $00000004; 
  988.             Commands is [
  989.                 cShowCommand
  990.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
  991.             ];
  992.         end,
  993.         cMouseUpEvent
  994.         with Flags is $00000004; Flag is true; 
  995.             Commands is [
  996.                 cRunCommand
  997.                 with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  998.                 cEnableCommand
  999.                 with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  1000.                 cShowCommand
  1001.                 with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  1002.                 cDragCommand
  1003.                 with Flags is $00000004; Target is ovid_o37; Mode is DragTo; end,
  1004.                 cGrowCommand
  1005.                 with Flags is $00000004; Target is ovid_o37; Mode is GrowTo; X is 800; Y is 600; end,
  1006.                 cShowCommand
  1007.                 with Flags is $00000004; Target is ovid_o37; end,
  1008.                 cEnableCommand
  1009.                 with Flags is $00000004; Target is ovid_o37; end,
  1010.                 cRunCommand
  1011.                 with Flags is $00000004; Target is ovid_o37; Rewind is true; end,
  1012.                 cEnableCommand
  1013.                 with Flags is $00000004; Target is oglobal38; end
  1014.             ];
  1015.         end
  1016.     ];
  1017. end;
  1018.  
  1019. object oFiche_Technique35 is cImage
  1020. with 
  1021.     Name is "Fiche Technique"; 
  1022.     Region is {$FFFF000A,$00010000,$01AC0188};
  1023.     Enabled is false; Shown is false; Cursor is oFingerCursor; 
  1024.     X is 132; Y is 41; 
  1025.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  1026.     
  1027.     URL is "../Images/t8.jpg"; 
  1028.     
  1029.     
  1030.     Events is [
  1031.         cMouseUpEvent
  1032.         with Flag is true; 
  1033.             Commands is [
  1034.                 cShowCommand
  1035.                 with Target is oFiche_Technique35; Mode is Clear; end,
  1036.                 cEnableCommand
  1037.                 with Target is oFiche_Technique35; Mode is Clear; end
  1038.             ];
  1039.         end
  1040.     ];
  1041. end;
  1042.  
  1043. object oTexte_RTF36 is cRTFText
  1044. with 
  1045.     Flags is $00000400; 
  1046.     Name is "Texte RTF"; 
  1047.     Enabled is false; Shown is false; 
  1048.     Y is -160; 
  1049.     AdjustWidth is GetLayoutWidth; AdjustHeight is GetDataHeight; 
  1050.     
  1051.     URL is "../Textes/s8.rtf"; 
  1052.     
  1053.     
  1054. end;
  1055.  
  1056. object ovid_o37 is cMPEGMovie
  1057. with 
  1058.     Name is "vid\$E9o"; 
  1059.     Shown is false; Cursor is oFingerCursor; 
  1060.     X is 615; Y is 418; 
  1061.     Width is 176; Height is 144; 
  1062.     
  1063.     URL is "../Videos/s8.mpg"; 
  1064.     Events is [
  1065.         cMouseUpEvent
  1066.         with Flag is true; 
  1067.             Commands is [
  1068.                 cRunCommand
  1069.                 with Target is ovid_o37; Mode is Clear; end,
  1070.                 cEnableCommand
  1071.                 with Target is ovid_o37; Mode is Clear; end,
  1072.                 cShowCommand
  1073.                 with Target is ovid_o37; Mode is Clear; end,
  1074.                 cDragCommand
  1075.                 with Target is ovid_o37; Mode is DragTo; end,
  1076.                 cGrowCommand
  1077.                 with Target is ovid_o37; Mode is GrowTo; X is 800; Y is 600; end,
  1078.                 cShowCommand
  1079.                 with Target is ovid_o37; end,
  1080.                 cEnableCommand
  1081.                 with Target is ovid_o37; end,
  1082.                 cRunCommand
  1083.                 with Target is ovid_o37; Rewind is true; end,
  1084.                 cEnableCommand
  1085.                 with Target is oglobal38; end
  1086.             ];
  1087.         end,
  1088.         cFinishedEvent
  1089.         with 
  1090.             Commands is [
  1091.                 cPixelTool_IfSystemCommand
  1092.                 with 
  1093.                     Commands is [
  1094.                         cDragCommand
  1095.                         with Target is ovid_o37; Mode is DragTo; X is 631; Y is 442; end,
  1096.                         cGrowCommand
  1097.                         with Target is ovid_o37; Mode is GrowTo; X is 160; Y is 120; end,
  1098.                         cEnableCommand
  1099.                         with Target is oglobal38; Mode is Clear; end,
  1100.                         cShowCommand
  1101.                         with Target is ovid_o37; end,
  1102.                         cEnableCommand
  1103.                         with Target is ovid_o37; end,
  1104.                         cRunCommand
  1105.                         with Target is ovid_o37; Rewind is true; end
  1106.                     ];
  1107.                 end,
  1108.                 cPixelTool_IfSystemCommand
  1109.                 with SetMode is IsWinTest; 
  1110.                     Commands is [
  1111.                         cDragCommand
  1112.                         with Target is ovid_o37; Mode is DragTo; X is 615; Y is 418; end,
  1113.                         cGrowCommand
  1114.                         with Target is ovid_o37; Mode is GrowTo; X is 176; Y is 144; end,
  1115.                         cEnableCommand
  1116.                         with Target is oglobal38; Mode is Clear; end,
  1117.                         cShowCommand
  1118.                         with Target is ovid_o37; end,
  1119.                         cEnableCommand
  1120.                         with Target is ovid_o37; end,
  1121.                         cRunCommand
  1122.                         with Target is ovid_o37; Rewind is true; end
  1123.                     ];
  1124.                 end
  1125.             ];
  1126.         end
  1127.     ];
  1128. end;
  1129.  
  1130. object oglobal38 is cBox
  1131. with 
  1132.     Flags is $00000150; 
  1133.     Name is "global"; 
  1134.     Enabled is false; Shown is false; Cursor is oEmptyCursor; 
  1135.     
  1136.     Width is 800; Height is 600; 
  1137.     
  1138.     
  1139.     Events is [
  1140.         cMouseUpEvent
  1141.         with Flags is $00000004; Flag is true; 
  1142.             Commands is [
  1143.                 cPixelTool_IfSystemCommand
  1144.                 with Flags is $00000004; 
  1145.                     Commands is [
  1146.                         cShowCommand
  1147.                         with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  1148.                         cRunCommand
  1149.                         with Flags is $00000004; Target is ovid_o37; Mode is Clear; Rewind is true; end,
  1150.                         cEnableCommand
  1151.                         with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  1152.                         cEnableCommand
  1153.                         with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end,
  1154.                         cDragCommand
  1155.                         with Flags is $00000004; Target is ovid_o37; Mode is DragTo; X is 631; Y is 442; end,
  1156.                         cGrowCommand
  1157.                         with Flags is $00000004; Target is ovid_o37; Mode is GrowTo; X is 160; Y is 120; end,
  1158.                         cShowCommand
  1159.                         with Flags is $00000004; Target is ovid_o37; end,
  1160.                         cRunCommand
  1161.                         with Flags is $00000004; Target is ovid_o37; Rewind is true; end,
  1162.                         cEnableCommand
  1163.                         with Flags is $00000004; Target is ovid_o37; end
  1164.                     ];
  1165.                 end,
  1166.                 cPixelTool_IfSystemCommand
  1167.                 with Flags is $00000004; SetMode is IsWinTest; 
  1168.                     Commands is [
  1169.                         cShowCommand
  1170.                         with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  1171.                         cRunCommand
  1172.                         with Flags is $00000004; Target is ovid_o37; Mode is Clear; Rewind is true; end,
  1173.                         cEnableCommand
  1174.                         with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  1175.                         cEnableCommand
  1176.                         with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end,
  1177.                         cDragCommand
  1178.                         with Flags is $00000004; Target is ovid_o37; Mode is DragTo; X is 615; Y is 418; end,
  1179.                         cGrowCommand
  1180.                         with Flags is $00000004; Target is ovid_o37; Mode is GrowTo; X is 176; Y is 144; end,
  1181.                         cShowCommand
  1182.                         with Flags is $00000004; Target is ovid_o37; end,
  1183.                         cRunCommand
  1184.                         with Flags is $00000004; Target is ovid_o37; Rewind is true; end,
  1185.                         cEnableCommand
  1186.                         with Flags is $00000004; Target is ovid_o37; end
  1187.                     ];
  1188.                 end
  1189.             ];
  1190.         end
  1191.     ];
  1192. end;