Changeset 428 for gssim_ui


Ignore:
Timestamp:
08/21/12 15:23:59 (13 years ago)
Author:
mcichenski
Message:
 
Location:
gssim_ui/branches/vine/gssimstudio/src/web/ui/flex
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • gssim_ui/branches/vine/gssimstudio/src/web/ui/flex/app/gssim/gssimstudio/editor/gssim/editors/experiment/FileManager.mxml

    r418 r428  
    177177        <code:MDICanvas id="mdiCanvas" width="100%" height="100%" backgroundColor="#FFFFFF" backgroundAlpha="0"> 
    178178                <mx:VBox width="100%"> 
     179                        <mx:Label text="{resourceManager.getString('ExperimentEditor', 'ServerFiles')}"/> 
    179180                        <mx:HBox width="100%"> 
    180181                                <mx:VBox width="30%"> 
  • gssim_ui/branches/vine/gssimstudio/src/web/ui/flex/app/gssim/gssimstudio/editor/gssim/experiment/ExperimentProperties.as

    r408 r428  
    9191                                { 
    9292                                        if (property != gridSchedulingPlugin && property != localAllocPolicyPlugin && property != execTimeEstimationPlugin) 
    93                                                 output += property + "=" + properties[property].toString().toLowerCase() + "\r\n"; 
     93                                                output += property + "=" + properties[property].toString() + "\r\n"; 
    9494                                        else 
    9595                                                output += property + "=" + properties[property].toString() + "\r\n"; 
  • gssim_ui/branches/vine/gssimstudio/src/web/ui/flex/app/gssim/gssimstudio/editor/views/ExperimentEditor.mxml

    r418 r428  
    273273                                </mx:VBox> 
    274274                                <mx:VBox height="1000" width="100%" label="{resourceManager.getString('ExperimentEditor', 'Workspace')}"> 
     275                                        <mx:Label text="{resourceManager.getString('ExperimentEditor', 'WorkspaceFiles')}" paddingLeft="5"/> 
    275276                                        <mx:HBox paddingLeft="5" width="100%"> 
    276277                                                <mx:VBox width="30%"> 
     
    339340                                                </mx:VBox> 
    340341                                        </mx:HBox> 
    341                                         <experiment:FileManager paddingLeft="5" width="100%" height="100%"/> 
     342                                        <experiment:FileManager paddingLeft="5" width="100%" height="100%" backgroundColor="#D3D1CA"/> 
    342343                                </mx:VBox> 
    343344                        </mx:TabNavigator> 
  • gssim_ui/branches/vine/gssimstudio/src/web/ui/flex/locale/en_US/ExperimentEditor.properties

    r377 r428  
    1111 
    1212Workspace=Workspace 
     13ServerFiles=Available files on server 
     14WorkspaceFiles=Files currently in use as workspace 
    1315 
    1416AccumulatedResources=Accumulated resources 
  • gssim_ui/branches/vine/gssimstudio/src/web/ui/flex/locale/pl_PL/ExperimentEditor.properties

    r377 r428  
    99 
    1010Workspace=Zbiór roboczy 
     11ServerFiles=Pliki dostępne na serwerze 
     12WorkspaceFiles=Pliki aktualnie znajdujÄ 
     13ce się w zbiorze roboczym 
    1114 
    1215#AccumulatedResources=Accumulated resources 
Note: See TracChangeset for help on using the changeset viewer.