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

  1. module oRoot1 is cBox
  2. with 
  3.     Flags is $00000142; 
  4.     release Editor:
  5.         IOWindow is {$0000031C,$00000071,$0000012D,$00000340,$00000000,$FFFFFF7D,$00000000,$00000000};
  6.         LayoutWindow is {$00000007,$000000A7,$0000032F,$00000267,$00000000,$00000000,$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.         ol128,
  42.         oI229,
  43.         oI330,
  44.         oI440,
  45.         oBouton_Fiche31,
  46.         oBouton_Imprimer32,
  47.         oBouton_Sommaire33,
  48.         oBouton_Photos34,
  49.         oBouton_Vid_o35,
  50.         oFiche_Technique36,
  51.         ovid_o37,
  52.         oTexte_RTF38,
  53.         oglobal39
  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/s6m.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/s6p.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.     release Editor:
  693.         IOWindow is {$0000001A,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  694.     end;
  695.     Name is "Internet"; 
  696.     Cursor is oEarthCursor; 
  697.     X is 259; Y is 540; 
  698.     Width is 143; Height is 19; 
  699.     
  700.     
  701.     Events is [
  702.         cMouseUpEvent
  703.         with Flag is true; 
  704.             Commands is [
  705.                 cLaunchCommand
  706.                 with URL is "http://www.bacfilms.com/promise"; URLOption is GetSiteURL; Mode is ExecuteBrowser; end
  707.             ];
  708.         end
  709.     ];
  710. end;
  711.  
  712. object ol128 is cBox
  713. with 
  714.     Flags is $00000150; 
  715.     release Editor:
  716.         IOWindow is {$000000AF,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  717.     end;
  718.     Name is "l1"; 
  719.     Cursor is oFingerCursor; 
  720.     X is 259; Y is 500; 
  721.     Width is 80; Height is 16; 
  722.     
  723.     
  724.     Events is [
  725.         cMouseUpEvent
  726.         with Flags is $00000004; Flag is true; 
  727.             Commands is [
  728.                 cIfCookieCommand
  729.                 with Flags is $00000004; CookieName is "zique"; Value is "oui"; 
  730.                     Commands is [
  731.                         cTokenCommand
  732.                         with Flags is $00000004; TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  733.                     ];
  734.                 end,
  735.                 cBrowseCommand
  736.                 with Flags is $00000004; URL is "f11.k"; end
  737.             ];
  738.         end
  739.     ];
  740. end;
  741.  
  742. object oI229 is cBox
  743. with 
  744.     Flags is $00000150; 
  745.     Name is "I2"; 
  746.     Cursor is oFingerCursor; 
  747.     X is 225; Y is 521; 
  748.     Width is 85; Height is 17; 
  749.     
  750.     
  751.     Events is [
  752.         cMouseUpEvent
  753.         with Flags is $00000004; Flag is true; 
  754.             Commands is [
  755.                 cIfCookieCommand
  756.                 with Flags is $00000004; CookieName is "zique"; Value is "oui"; 
  757.                     Commands is [
  758.                         cTokenCommand
  759.                         with Flags is $00000004; TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  760.                     ];
  761.                 end,
  762.                 cBrowseCommand
  763.                 with Flags is $00000004; URL is "f18.k"; end
  764.             ];
  765.         end
  766.     ];
  767. end;
  768.  
  769. object oI330 is cBox
  770. with 
  771.     Flags is $00000150; 
  772.     Name is "I3"; 
  773.     Cursor is oFingerCursor; 
  774.     X is 312; Y is 518; 
  775.     Width is 83; Height is 19; 
  776.     
  777.     
  778.     Events is [
  779.         cMouseUpEvent
  780.         with Flags is $00000004; Flag is true; 
  781.             Commands is [
  782.                 cIfCookieCommand
  783.                 with Flags is $00000004; CookieName is "zique"; Value is "oui"; 
  784.                     Commands is [
  785.                         cTokenCommand
  786.                         with Flags is $00000004; TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  787.                     ];
  788.                 end,
  789.                 cBrowseCommand
  790.                 with Flags is $00000004; URL is "f16.k"; end
  791.             ];
  792.         end
  793.     ];
  794. end;
  795.  
  796. object oI440 is cBox
  797. with 
  798.     Flags is $00000150; 
  799.     Name is "I4"; 
  800.     Cursor is oFingerCursor; 
  801.     X is 395; Y is 518; 
  802.     Width is 68; Height is 20; 
  803.     
  804.     
  805.     Events is [
  806.         cMouseUpEvent
  807.         with Flags is $00000004; Flag is true; 
  808.             Commands is [
  809.                 cIfCookieCommand
  810.                 with Flags is $00000004; CookieName is "zique"; Value is "oui"; 
  811.                     Commands is [
  812.                         cTokenCommand
  813.                         with Flags is $00000004; TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  814.                     ];
  815.                 end,
  816.                 cBrowseCommand
  817.                 with Flags is $00000004; URL is "f15.k"; end
  818.             ];
  819.         end
  820.     ];
  821. end;
  822.  
  823. object oBouton_Fiche31 is cImage
  824. with 
  825.     Name is "Bouton Fiche"; 
  826.     Shown is false; Cursor is oFingerCursor; 
  827.     X is 167; Y is 573; 
  828.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  829.     
  830.     URL is "../Images/%E9cran%20fiche.jpg"; 
  831.     
  832.     
  833.     Events is [
  834.         cMouseEnterEvent
  835.         with 
  836.             Commands is [
  837.                 cShowCommand
  838.                 with Target is oTargetSelf; end
  839.             ];
  840.         end,
  841.         cMouseLeaveEvent
  842.         with 
  843.             Commands is [
  844.                 cShowCommand
  845.                 with Target is oTargetSelf; Mode is Clear; end
  846.             ];
  847.         end,
  848.         cMouseUpEvent
  849.         with Flag is true; 
  850.             Commands is [
  851.                 cShowCommand
  852.                 with Target is oFiche_Technique36; Mode is Toggle; end,
  853.                 cEnableCommand
  854.                 with Target is oFiche_Technique36; Mode is Toggle; end
  855.             ];
  856.         end
  857.     ];
  858. end;
  859.  
  860. object oBouton_Imprimer32 is cImage
  861. with 
  862.     Flags is $00000150; 
  863.     Name is "Bouton Imprimer"; 
  864.     Shown is false; Cursor is oFingerCursor; 
  865.     X is 321; Y is 573; 
  866.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  867.     
  868.     URL is "../Images/%E9cran%20imprimer.jpg"; 
  869.     
  870.     
  871.     Events is [
  872.         cMouseEnterEvent
  873.         with Flags is $00000004; 
  874.             Commands is [
  875.                 cShowCommand
  876.                 with Flags is $00000004; Target is oTargetSelf; end
  877.             ];
  878.         end,
  879.         cMouseLeaveEvent
  880.         with Flags is $00000004; 
  881.             Commands is [
  882.                 cShowCommand
  883.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
  884.             ];
  885.         end,
  886.         cMouseUpEvent
  887.         with Flags is $00000004; Flag is true; 
  888.             Commands is [
  889.                 cPrintCommand
  890.                 with Target is oTexte_RTF38; end
  891.             ];
  892.         end
  893.     ];
  894. end;
  895.  
  896. object oBouton_Sommaire33 is cImage
  897. with 
  898.     Flags is $00000150; 
  899.     Name is "Bouton Sommaire"; 
  900.     Shown is false; Cursor is oFingerCursor; 
  901.     X is 13; Y is 573; 
  902.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  903.     
  904.     URL is "../Images/%E9cran%20somm.jpg"; 
  905.     
  906.     
  907.     Events is [
  908.         cMouseEnterEvent
  909.         with Flags is $00000004; 
  910.             Commands is [
  911.                 cShowCommand
  912.                 with Flags is $00000004; Target is oTargetSelf; end
  913.             ];
  914.         end,
  915.         cMouseLeaveEvent
  916.         with Flags is $00000004; 
  917.             Commands is [
  918.                 cShowCommand
  919.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
  920.             ];
  921.         end,
  922.         cMouseUpEvent
  923.         with Flags is $00000004; Flag is true; 
  924.             Commands is [
  925.                 cIfCookieCommand
  926.                 with Flags is $00000004; CookieName is "zique"; Value is "oui"; 
  927.                     Commands is [
  928.                         cTokenCommand
  929.                         with Flags is $00000004; TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  930.                     ];
  931.                 end,
  932.                 cBrowseCommand
  933.                 with Flags is $00000004; URL is "sommaire.k"; end
  934.             ];
  935.         end
  936.     ];
  937. end;
  938.  
  939. object oBouton_Photos34 is cImage
  940. with 
  941.     Flags is $00000150; 
  942.     Name is "Bouton Photos"; 
  943.     Shown is false; Cursor is oFingerCursor; 
  944.     X is 475; Y is 573; 
  945.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  946.     
  947.     URL is "../Images/%E9cran%20photo.jpg"; 
  948.     
  949.     
  950.     Events is [
  951.         cMouseEnterEvent
  952.         with Flags is $00000004; 
  953.             Commands is [
  954.                 cShowCommand
  955.                 with Flags is $00000004; Target is oTargetSelf; end
  956.             ];
  957.         end,
  958.         cMouseLeaveEvent
  959.         with Flags is $00000004; 
  960.             Commands is [
  961.                 cShowCommand
  962.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
  963.             ];
  964.         end,
  965.         cMouseUpEvent
  966.         with Flags is $00000004; Flag is true; 
  967.             Commands is [
  968.                 cBrowseCommand
  969.                 with Flags is $00000004; URL is "e6s.k"; end
  970.             ];
  971.         end
  972.     ];
  973. end;
  974.  
  975. object oBouton_Vid_o35 is cImage
  976. with 
  977.     Flags is $00000150; 
  978.     Name is "Bouton Vid\$E9o"; 
  979.     Shown is false; Cursor is oFingerCursor; 
  980.     X is 629; Y is 573; 
  981.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  982.     
  983.     URL is "../Images/%E9cran%20vid%E9o.jpg"; 
  984.     
  985.     
  986.     Events is [
  987.         cMouseEnterEvent
  988.         with Flags is $00000004; 
  989.             Commands is [
  990.                 cShowCommand
  991.                 with Flags is $00000004; Target is oTargetSelf; end
  992.             ];
  993.         end,
  994.         cMouseLeaveEvent
  995.         with Flags is $00000004; 
  996.             Commands is [
  997.                 cShowCommand
  998.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
  999.             ];
  1000.         end,
  1001.         cMouseUpEvent
  1002.         with Flags is $00000004; Flag is true; 
  1003.             Commands is [
  1004.                 cRunCommand
  1005.                 with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  1006.                 cEnableCommand
  1007.                 with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  1008.                 cShowCommand
  1009.                 with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  1010.                 cDragCommand
  1011.                 with Flags is $00000004; Target is ovid_o37; Mode is DragTo; end,
  1012.                 cGrowCommand
  1013.                 with Flags is $00000004; Target is ovid_o37; Mode is GrowTo; X is 800; Y is 600; end,
  1014.                 cShowCommand
  1015.                 with Flags is $00000004; Target is ovid_o37; end,
  1016.                 cEnableCommand
  1017.                 with Flags is $00000004; Target is ovid_o37; end,
  1018.                 cRunCommand
  1019.                 with Flags is $00000004; Target is ovid_o37; Rewind is true; end,
  1020.                 cEnableCommand
  1021.                 with Flags is $00000004; Target is oglobal39; end
  1022.             ];
  1023.         end
  1024.     ];
  1025. end;
  1026.  
  1027. object oFiche_Technique36 is cImage
  1028. with 
  1029.     Flags is $00000150; 
  1030.     Name is "Fiche Technique"; 
  1031.     Region is {$FFFF000A,$00010000,$01AC0188};
  1032.     Enabled is false; Shown is false; Cursor is oFingerCursor; 
  1033.     X is 132; Y is 41; 
  1034.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  1035.     
  1036.     URL is "../Images/t6.jpg"; 
  1037.     
  1038.     
  1039.     Events is [
  1040.         cMouseUpEvent
  1041.         with Flags is $00000004; Flag is true; 
  1042.             Commands is [
  1043.                 cShowCommand
  1044.                 with Flags is $00000004; Target is oFiche_Technique36; Mode is Clear; end,
  1045.                 cEnableCommand
  1046.                 with Flags is $00000004; Target is oFiche_Technique36; Mode is Clear; end
  1047.             ];
  1048.         end
  1049.     ];
  1050. end;
  1051.  
  1052. object ovid_o37 is cMPEGMovie
  1053. with 
  1054.     Flags is $00000150; 
  1055.     Name is "vid\$E9o"; 
  1056.     Shown is false; Cursor is oFingerCursor; 
  1057.     X is 615; Y is 418; 
  1058.     Width is 176; Height is 144; 
  1059.     
  1060.     URL is "../Videos/s6.mpg"; 
  1061.     Events is [
  1062.         cMouseUpEvent
  1063.         with Flags is $00000004; Flag is true; 
  1064.             Commands is [
  1065.                 cRunCommand
  1066.                 with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  1067.                 cEnableCommand
  1068.                 with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  1069.                 cShowCommand
  1070.                 with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  1071.                 cDragCommand
  1072.                 with Flags is $00000004; Target is ovid_o37; Mode is DragTo; end,
  1073.                 cGrowCommand
  1074.                 with Flags is $00000004; Target is ovid_o37; Mode is GrowTo; X is 800; Y is 600; end,
  1075.                 cShowCommand
  1076.                 with Flags is $00000004; Target is ovid_o37; end,
  1077.                 cEnableCommand
  1078.                 with Flags is $00000004; Target is ovid_o37; end,
  1079.                 cRunCommand
  1080.                 with Flags is $00000004; Target is ovid_o37; Rewind is true; end,
  1081.                 cEnableCommand
  1082.                 with Flags is $00000004; Target is oglobal39; end
  1083.             ];
  1084.         end,
  1085.         cFinishedEvent
  1086.         with Flags is $00000004; 
  1087.             Commands is [
  1088.                 cPixelTool_IfSystemCommand
  1089.                 with Flags is $00000004; 
  1090.                     Commands is [
  1091.                         cDragCommand
  1092.                         with Flags is $00000004; Target is ovid_o37; Mode is DragTo; X is 631; Y is 442; end,
  1093.                         cGrowCommand
  1094.                         with Flags is $00000004; Target is ovid_o37; Mode is GrowTo; X is 160; Y is 120; end,
  1095.                         cEnableCommand
  1096.                         with Flags is $00000004; Target is oglobal39; Mode is Clear; end,
  1097.                         cShowCommand
  1098.                         with Flags is $00000004; Target is ovid_o37; end,
  1099.                         cEnableCommand
  1100.                         with Flags is $00000004; Target is ovid_o37; end,
  1101.                         cRunCommand
  1102.                         with Flags is $00000004; Target is ovid_o37; Rewind is true; end
  1103.                     ];
  1104.                 end,
  1105.                 cPixelTool_IfSystemCommand
  1106.                 with Flags is $00000004; SetMode is IsWinTest; 
  1107.                     Commands is [
  1108.                         cDragCommand
  1109.                         with Flags is $00000004; Target is ovid_o37; Mode is DragTo; X is 615; Y is 418; end,
  1110.                         cGrowCommand
  1111.                         with Flags is $00000004; Target is ovid_o37; Mode is GrowTo; X is 176; Y is 144; end,
  1112.                         cEnableCommand
  1113.                         with Flags is $00000004; Target is oglobal39; Mode is Clear; end,
  1114.                         cShowCommand
  1115.                         with Flags is $00000004; Target is ovid_o37; end,
  1116.                         cEnableCommand
  1117.                         with Flags is $00000004; Target is ovid_o37; end,
  1118.                         cRunCommand
  1119.                         with Flags is $00000004; Target is ovid_o37; Rewind is true; end
  1120.                     ];
  1121.                 end
  1122.             ];
  1123.         end
  1124.     ];
  1125. end;
  1126.  
  1127. object oTexte_RTF38 is cRTFText
  1128. with 
  1129.     Flags is $00000400; 
  1130.     release Editor:
  1131.         IOWindow is {$000000D9,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  1132.     end;
  1133.     Name is "Texte RTF"; 
  1134.     Enabled is false; Shown is false; 
  1135.     Y is -160; 
  1136.     AdjustWidth is GetLayoutWidth; AdjustHeight is GetDataHeight; 
  1137.     
  1138.     URL is "../Textes/s6.rtf"; 
  1139.     
  1140.     
  1141. end;
  1142.  
  1143. object oglobal39 is cBox
  1144. with 
  1145.     Name is "global"; 
  1146.     Enabled is false; Shown is false; Cursor is oEmptyCursor; 
  1147.     
  1148.     Width is 800; Height is 600; 
  1149.     
  1150.     
  1151.     Events is [
  1152.         cMouseUpEvent
  1153.         with Flag is true; 
  1154.             Commands is [
  1155.                 cPixelTool_IfSystemCommand
  1156.                 with 
  1157.                     Commands is [
  1158.                         cShowCommand
  1159.                         with Target is ovid_o37; Mode is Clear; end,
  1160.                         cRunCommand
  1161.                         with Target is ovid_o37; Mode is Clear; Rewind is true; end,
  1162.                         cEnableCommand
  1163.                         with Target is ovid_o37; Mode is Clear; end,
  1164.                         cEnableCommand
  1165.                         with Target is oTargetSelf; Mode is Clear; end,
  1166.                         cDragCommand
  1167.                         with Target is ovid_o37; Mode is DragTo; X is 631; Y is 442; end,
  1168.                         cGrowCommand
  1169.                         with Target is ovid_o37; Mode is GrowTo; X is 160; Y is 120; end,
  1170.                         cShowCommand
  1171.                         with Target is ovid_o37; end,
  1172.                         cRunCommand
  1173.                         with Target is ovid_o37; Rewind is true; end,
  1174.                         cEnableCommand
  1175.                         with Target is ovid_o37; end
  1176.                     ];
  1177.                 end,
  1178.                 cPixelTool_IfSystemCommand
  1179.                 with SetMode is IsWinTest; 
  1180.                     Commands is [
  1181.                         cShowCommand
  1182.                         with Target is ovid_o37; Mode is Clear; end,
  1183.                         cRunCommand
  1184.                         with Target is ovid_o37; Mode is Clear; Rewind is true; end,
  1185.                         cEnableCommand
  1186.                         with Target is ovid_o37; Mode is Clear; end,
  1187.                         cEnableCommand
  1188.                         with Target is oTargetSelf; Mode is Clear; end,
  1189.                         cDragCommand
  1190.                         with Target is ovid_o37; Mode is DragTo; X is 615; Y is 418; end,
  1191.                         cGrowCommand
  1192.                         with Target is ovid_o37; Mode is GrowTo; X is 176; Y is 144; end,
  1193.                         cShowCommand
  1194.                         with Target is ovid_o37; end,
  1195.                         cRunCommand
  1196.                         with Target is ovid_o37; Rewind is true; end,
  1197.                         cEnableCommand
  1198.                         with Target is ovid_o37; end
  1199.                     ];
  1200.                 end
  1201.             ];
  1202.         end
  1203.     ];
  1204. end;