Develop and Download Open Source Software

Browse Subversion Repository

Diff of /NNDDv2/trunk/src/VideoInfoView.mxml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 498 by mineap, Sat Apr 23 06:01:55 2011 UTC revision 499 by mineap, Sat Apr 30 10:19:08 2011 UTC
# Line 3  Line 3 
3  <!-- VideoInfoView.mxml -->  <!-- VideoInfoView.mxml -->
4  <!-- Copyright (c) 2008-2009 MAP - MineApplicationProject. All Rights Reserved. -->  <!-- Copyright (c) 2008-2009 MAP - MineApplicationProject. All Rights Reserved. -->
5    
6  <mx:Window xmlns:mx="http://www.adobe.com/2006/mxml" title="Info"  <mx:Window xmlns:mx="http://www.adobe.com/2006/mxml"
7          layout="absolute" width="400" height="580" horizontalScrollPolicy="off" verticalScrollPolicy="off"                     xmlns:ns1="*"
8          windowComplete="windowCompleteHandler()" closing="windowClosing(event)" windowMove="windowMove(event)" windowResize="windowResized(event)"                     xmlns:view="org.mineap.nndd.view.*"
9          minWidth="300" minHeight="300" xmlns:ns1="*" activate="window1_activateHandler(event)" xmlns:view="org.mineap.nndd.view.*">                     width="400" height="580" minWidth="300" minHeight="300"
10                       activate="window1_activateHandler(event)" backgroundColor="#FFFFFF"
11                       closing="windowClosing(event)" horizontalScrollPolicy="off" layout="absolute"
12                       title="Info" verticalScrollPolicy="off" windowComplete="windowCompleteHandler()"
13                       windowMove="windowMove(event)" windowResize="windowResized(event)">
14    
15          <mx:Script>          <mx:Script>
16                  <![CDATA[                  <![CDATA[

Legend:
Removed from v.498  
changed lines
  Added in v.499

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26