- Timestamp:
- 08/21/12 15:23:59 (13 years ago)
- 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 177 177 <code:MDICanvas id="mdiCanvas" width="100%" height="100%" backgroundColor="#FFFFFF" backgroundAlpha="0"> 178 178 <mx:VBox width="100%"> 179 <mx:Label text="{resourceManager.getString('ExperimentEditor', 'ServerFiles')}"/> 179 180 <mx:HBox width="100%"> 180 181 <mx:VBox width="30%"> -
gssim_ui/branches/vine/gssimstudio/src/web/ui/flex/app/gssim/gssimstudio/editor/gssim/experiment/ExperimentProperties.as
r408 r428 91 91 { 92 92 if (property != gridSchedulingPlugin && property != localAllocPolicyPlugin && property != execTimeEstimationPlugin) 93 output += property + "=" + properties[property].toString() .toLowerCase()+ "\r\n";93 output += property + "=" + properties[property].toString() + "\r\n"; 94 94 else 95 95 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 273 273 </mx:VBox> 274 274 <mx:VBox height="1000" width="100%" label="{resourceManager.getString('ExperimentEditor', 'Workspace')}"> 275 <mx:Label text="{resourceManager.getString('ExperimentEditor', 'WorkspaceFiles')}" paddingLeft="5"/> 275 276 <mx:HBox paddingLeft="5" width="100%"> 276 277 <mx:VBox width="30%"> … … 339 340 </mx:VBox> 340 341 </mx:HBox> 341 <experiment:FileManager paddingLeft="5" width="100%" height="100%" />342 <experiment:FileManager paddingLeft="5" width="100%" height="100%" backgroundColor="#D3D1CA"/> 342 343 </mx:VBox> 343 344 </mx:TabNavigator> -
gssim_ui/branches/vine/gssimstudio/src/web/ui/flex/locale/en_US/ExperimentEditor.properties
r377 r428 11 11 12 12 Workspace=Workspace 13 ServerFiles=Available files on server 14 WorkspaceFiles=Files currently in use as workspace 13 15 14 16 AccumulatedResources=Accumulated resources -
gssim_ui/branches/vine/gssimstudio/src/web/ui/flex/locale/pl_PL/ExperimentEditor.properties
r377 r428 9 9 10 10 Workspace=Zbiór roboczy 11 ServerFiles=Pliki dostÄpne na serwerze 12 WorkspaceFiles=Pliki aktualnie znajdujÄ 13 ce siÄ w zbiorze roboczym 11 14 12 15 #AccumulatedResources=Accumulated resources
Note: See TracChangeset
for help on using the changeset viewer.