Changeset 61 for gssim_ui/branches/vine


Ignore:
Timestamp:
09/06/11 14:05:01 (14 years ago)
Author:
mcichenski
Message:
 
Location:
gssim_ui/branches/vine/gssimstudio/src/web/ui/flex
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • gssim_ui/branches/vine/gssimstudio/src/web/ui/flex/app/gssim/gssimstudio/editor/views/ArchiveViewer.mxml

    r60 r61  
    462462                         
    463463                        <mx:Button id="accumulatedStatsWindow" click="showAccumulatedStatsWindow()" label="View stats"/> 
    464                         <mx:HBox> 
    465                                 <s:TextInput id="moveToFolderInput" restrict="0-9a-zA-Z"/> 
    466                                 <mx:Button id="moveToFolderButton" click="moveToFolder()" label="{resourceManager.getString('ArchiveViewer', 'Move')}"/> 
    467                                 <mx:Button click="addExperimentsToExperimentEditor()" label="{resourceManager.getString('ArchiveViewer', 'CopyExperiments')}"/> 
    468                         </mx:HBox> 
    469                          
    470                         <mx:TextArea text="{parentApplication.gsSimStudioModel.error}" width="100%" height="150" editable="false"/> 
     464                        <s:Group> 
     465                                <s:Rect width="100%" height="100%"> 
     466                                        <s:stroke> 
     467                                                <s:SolidColorStroke color="0x999999" weight="1"/> 
     468                                        </s:stroke> 
     469                                        <s:fill> 
     470                                                <s:SolidColor color="white"/> 
     471                                        </s:fill> 
     472                                </s:Rect> 
     473                                <mx:VBox paddingLeft="5" paddingTop="5" paddingRight="5" paddingBottom="5"> 
     474                                        <s:Label text="{resourceManager.getString('ArchiveViewer', 'WithSelected')}"/> 
     475                                        <mx:HBox> 
     476                                                <mx:ComboBox id="moveToFolderInput" width="150" restrict="0-9a-zA-Z" dataProvider="{parentApplication.gsSimStudioModel.metaexperimentList}" editable="true" /> 
     477                                                <mx:Button id="moveToFolderButton" click="moveToFolder()" label="{resourceManager.getString('ArchiveViewer', 'Move')}"/> 
     478                                        </mx:HBox> 
     479                                        <mx:Button click="addExperimentsToExperimentEditor()" label="{resourceManager.getString('ArchiveViewer', 'RunAgain')}"/> 
     480                                </mx:VBox> 
     481                        </s:Group> 
     482                         
     483                        <mx:TextArea includeInLayout="false" visible="false" text="{parentApplication.gsSimStudioModel.error}" width="100%" height="150" editable="false"/> 
    471484 
    472485                </s:VGroup> 
  • gssim_ui/branches/vine/gssimstudio/src/web/ui/flex/locale/en_US/ArchiveViewer.properties

    r15 r61  
    55Delete=Delete 
    66View=View 
    7 Move=Move 
     7Move=Move to another group 
    88 
    99CommissionDate=Submitted 
     
    1919Details=details 
    2020Configuration=Configuration 
     21 
     22RunAgain=Run again 
     23WithSelected=Selected experiments 
  • gssim_ui/branches/vine/gssimstudio/src/web/ui/flex/locale/pl_PL/ArchiveViewer.properties

    r15 r61  
    66View=PrzeglÄ 
    77daj 
    8 Move=Przenieś 
     8Move=Przenieś do innej grupy 
    99 
    1010CommissionDate=Zlecono 
     
    2020Details=szczegóły 
    2121Configuration=Konfiguracja 
     22 
     23RunAgain=Uruchom ponownie 
     24WithSelected=Zaznaczone eksperymenty 
Note: See TracChangeset for help on using the changeset viewer.