home *** CD-ROM | disk | FTP | other *** search
/ Cine Live 69 / Cine Live 69.iso / pc / Data / Interface / e1.k < prev    next >
Encoding:
Text File  |  2003-04-30  |  23.2 KB  |  1,141 lines

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