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 439 by mineap, Sat Jan 15 08:15:06 2011 UTC revision 460 by mineap, Sat Feb 5 07:25:20 2011 UTC
# Line 4  Line 4 
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" title="Info"
7          layout="absolute" width="400" height="1000" horizontalScrollPolicy="off" verticalScrollPolicy="off"          layout="absolute" width="400" height="580" horizontalScrollPolicy="off" verticalScrollPolicy="off"
8          windowComplete="windowCompleteHandler()" closing="windowClosing(event)" windowMove="windowMove(event)" windowResize="windowResized(event)"          windowComplete="windowCompleteHandler()" closing="windowClosing(event)" windowMove="windowMove(event)" windowResize="windowResized(event)"
9          minWidth="300" minHeight="300" xmlns:ns1="*" activate="window1_activateHandler(event)">          minWidth="300" minHeight="300" xmlns:ns1="*" activate="window1_activateHandler(event)">
10    
# Line 214  Line 214 
214                                                          </mx:DataGrid>                                                          </mx:DataGrid>
215                                                  </mx:Canvas>                                                  </mx:Canvas>
216                                                  <mx:Canvas label="NG設定" width="100%" height="100%" toolTip="コメントに対するNG設定を管理します。">                                                  <mx:Canvas label="NG設定" width="100%" height="100%" toolTip="コメントに対するNG設定を管理します。">
217                                                          <mx:ComboBox id="combobox_ngKind" selectedIndex="0" dataProvider="{Comments.NG_KIND_ARRAY}" left="5" top="5" width="85"></mx:ComboBox>                                                          <mx:ComboBox id="combobox_ngKind" left="5" top="5" width="85" height="22"
218                                                                                     dataProvider="{Comments.NG_KIND_ARRAY}" selectedIndex="0"></mx:ComboBox>
219                                                          <mx:TextInput left="97" enabled="true" id="textInput_ng" enter="ngTextInputEnter(event)" right="97" top="5"/>                                                          <mx:TextInput left="97" enabled="true" id="textInput_ng" enter="ngTextInputEnter(event)" right="97" top="5"/>
220                                                                                                                    
221                                                          <mx:Button right="50" top="5" width="40" label="+"                                                          <mx:Button right="50" top="5" width="40" label="+"

Legend:
Removed from v.439  
changed lines
  Added in v.460

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