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 460 by mineap, Sat Feb 5 07:25:20 2011 UTC revision 476 by mineap, Sun Mar 20 06:53:20 2011 UTC
# Line 240  Line 240 
240                                          <mx:CheckBox label="許可IDのみ表示" id="checkBox_isShowOnlyPermissionComment" click="checkBoxIsSOPCChanged(event)" left="160" bottom="2" toolTip="許可IDに登録されているIDのコメントのみを表示します"/>                                          <mx:CheckBox label="許可IDのみ表示" id="checkBox_isShowOnlyPermissionComment" click="checkBoxIsSOPCChanged(event)" left="160" bottom="2" toolTip="許可IDに登録されているIDのコメントのみを表示します"/>
241                                  </mx:Canvas>                                  </mx:Canvas>
242                                  <mx:Canvas label="プレイリスト" width="100%" height="100%" id="canvas_playList" creationComplete="checkBox_repeatAllCompleteHandler(event)" verticalScrollPolicy="off" horizontalScrollPolicy="off">                                  <mx:Canvas label="プレイリスト" width="100%" height="100%" id="canvas_playList" creationComplete="checkBox_repeatAllCompleteHandler(event)" verticalScrollPolicy="off" horizontalScrollPolicy="off">
243                                          <mx:DataGrid left="0" right="0" top="20" bottom="30" dataProvider="{playListProvider}" doubleClickEnabled="true"                                          <mx:DataGrid left="0" right="0" top="20" bottom="53" dataProvider="{playListProvider}" doubleClickEnabled="true"
244                                                  dragEnabled="true" dropEnabled="true" dragMoveEnabled="true" dragDrop="playListDragDropHandler(event)" id="dataGrid_playList"                                                  dragEnabled="true" dropEnabled="true" dragMoveEnabled="true" dragDrop="playListDragDropHandler(event)" id="dataGrid_playList"
245                                                  itemDoubleClick="playListDoubleClicked()" showHeaders="false">                                                  itemDoubleClick="playListDoubleClicked()" showHeaders="false">
246                                                  <mx:columns>                                                  <mx:columns>
# Line 251  Line 251 
251                                          <mx:CheckBox id="checkBox_repeatAll" right="5" bottom="5" label="すべてリピート"                                          <mx:CheckBox id="checkBox_repeatAll" right="5" bottom="5" label="すべてリピート"
252                                                                   change="checkboxRepeatAllChanged()"                                                                   change="checkboxRepeatAllChanged()"
253                                                                   toolTip="プレイリストの項目が最後まで再生されたら最初から再生し直します"/>                                                                   toolTip="プレイリストの項目が最後まで再生されたら最初から再生し直します"/>
254                                          <mx:Button left="5" bottom="5" width="40" label="-"                                          <mx:Button left="10" bottom="28" width="50" label="-"
255                                                             click="playListItemDeleteButtonClicked(event)"                                                             click="playListItemDeleteButtonClicked(event)"
256                                                             toolTip="選択中の項目をプレイリストから削除します"/>                                                             toolTip="選択中の項目をプレイリストから削除します"/>
257                                          <mx:Button id="button_reverse" left="53" bottom="5" width="40" label="↓↑"                                          <mx:Button id="button_reverse" left="68" bottom="28" width="50" label="↓↑"
258                                                             click="playListReverseButtonClicked(event)"                                                             click="playListReverseButtonClicked(event)"
259                                                             toolTip="このプレイリストの順番を逆順にします"/>                                                             toolTip="このプレイリストの順番を逆順にします"/>
260                                          <mx:Button left="101" bottom="5" width="50" label="保存"                                          <mx:Button left="10" bottom="3" label="保存"
261                                                             click="playListSaveButtonClicked(event)" toolTip="このプレイリストの内容を保存します"/>                                                             click="playListSaveButtonClicked(event)" toolTip="このプレイリストの内容を保存します"/>
262                                          <mx:Button left="155" bottom="5" width="60" label="クリア"                                          <mx:Button left="89" bottom="3" label="クリア"
263                                                             click="playListClearButtonClicked(event)" toolTip="このプレイリストを空にします"/>                                                             click="playListClearButtonClicked(event)" toolTip="このプレイリストを空にします"/>
264                                            <mx:Button id="button_shuffle" left="126" bottom="28" width="80" label="シャッフル"
265                                                               click="playListShuffleButtonClicked(event)"
266                                                               toolTip="このプレイリストをシャッフルします"/>
267                                          <mx:Label left="0" top="0" right="0" id="label_playListTitle" text="{label_playListTitle_dataProvider}"/>                                          <mx:Label left="0" top="0" right="0" id="label_playListTitle" text="{label_playListTitle_dataProvider}"/>
268                                  </mx:Canvas>                                  </mx:Canvas>
269                                  <mx:Canvas label="タグ" width="100%" height="100%" id="canvas_Tag">                                  <mx:Canvas label="タグ" width="100%" height="100%" id="canvas_Tag">

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

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