Browse Source

removing resources from former GUI client not included in CPL sources.

tags/V_1_1_b5
wisberg 21 years ago
parent
commit
9a102f6787
20 changed files with 0 additions and 53 deletions
  1. 0
    53
      testing/src/org/aspectj/testing/gui/resources/gui.properties
  2. BIN
      testing/src/org/aspectj/testing/gui/resources/images/Back16.gif
  3. BIN
      testing/src/org/aspectj/testing/gui/resources/images/Delete24.gif
  4. BIN
      testing/src/org/aspectj/testing/gui/resources/images/Forward16.gif
  5. BIN
      testing/src/org/aspectj/testing/gui/resources/images/Open16.gif
  6. BIN
      testing/src/org/aspectj/testing/gui/resources/images/Open24.gif
  7. BIN
      testing/src/org/aspectj/testing/gui/resources/images/Quit24.gif
  8. BIN
      testing/src/org/aspectj/testing/gui/resources/images/Reload24.gif
  9. BIN
      testing/src/org/aspectj/testing/gui/resources/images/Save16.gif
  10. BIN
      testing/src/org/aspectj/testing/gui/resources/images/Save24.gif
  11. BIN
      testing/src/org/aspectj/testing/gui/resources/images/SaveAs16.gif
  12. BIN
      testing/src/org/aspectj/testing/gui/resources/images/SaveAs24.gif
  13. BIN
      testing/src/org/aspectj/testing/gui/resources/images/Start16.gif
  14. BIN
      testing/src/org/aspectj/testing/gui/resources/images/Start24.gif
  15. BIN
      testing/src/org/aspectj/testing/gui/resources/images/Stop16.gif
  16. BIN
      testing/src/org/aspectj/testing/gui/resources/images/Stop24.gif
  17. BIN
      testing/src/org/aspectj/testing/gui/resources/images/Test16.gif
  18. BIN
      testing/src/org/aspectj/testing/gui/resources/images/Testfailed16.gif
  19. BIN
      testing/src/org/aspectj/testing/gui/resources/images/Testopen16.gif
  20. BIN
      testing/src/org/aspectj/testing/gui/resources/images/Testpassed16.gif

+ 0
- 53
testing/src/org/aspectj/testing/gui/resources/gui.properties View File

@@ -1,53 +0,0 @@
gui.actions=quit delete reload open save saveas stop start


quit.class=org.aspectj.testing.gui.Gui$QuitAction
quit.icon=Quit24.gif
quit.tooltip=Quit

delete.class=org.aspectj.testing.gui.Gui$DeleteAction
delete.icon=Delete24.gif
delete.tooltip=Delete Test Cases

stop.class=org.aspectj.testing.gui.Gui$StopAction
stop.icon=Stop24.gif
stop.tooltip=Stop running test

reload.class=org.aspectj.testing.gui.Gui$ReloadAction
reload.icon=Reload24.gif
reload.tooltip=Reload current test

open.class=org.aspectj.testing.gui.Gui$OpenAction
open.icon=Open24.gif
open.tooltip=Open a test

save.class=org.aspectj.testing.gui.Gui$SaveAction
save.icon=Save24.gif
save.tooltip=Save current test

saveas.class=org.aspectj.testing.gui.Gui$SaveAsAction
saveas.icon=SaveAs24.gif
saveas.tooltip=Save current test as...

start.class=org.aspectj.testing.gui.Gui$StartAction
start.icon=Start24.gif
start.tooltip=Start test

editor.actions=openfile savefile savefileas

openfile.class=org.aspectj.testing.gui.Gui$OpenAction
openfile.icon=Open24.gif
openfile.tooltip=Open a file

savefile.class=org.aspectj.testing.gui.Gui$SaveAction
savefile.icon=Save24.gif
savefile.tooltip=Save currect file

savefileas.class=org.aspectj.testing.gui.Gui$SaveAsAction
savefileas.icon=SaveAs24.gif
savefileas.tooltip=Save current file as...

gui.width=700
gui.less.height=100
gui.top.divider.location=0.70
gui.center.divider.location=0.60

BIN
testing/src/org/aspectj/testing/gui/resources/images/Back16.gif View File


BIN
testing/src/org/aspectj/testing/gui/resources/images/Delete24.gif View File


BIN
testing/src/org/aspectj/testing/gui/resources/images/Forward16.gif View File


BIN
testing/src/org/aspectj/testing/gui/resources/images/Open16.gif View File


BIN
testing/src/org/aspectj/testing/gui/resources/images/Open24.gif View File


BIN
testing/src/org/aspectj/testing/gui/resources/images/Quit24.gif View File


BIN
testing/src/org/aspectj/testing/gui/resources/images/Reload24.gif View File


BIN
testing/src/org/aspectj/testing/gui/resources/images/Save16.gif View File


BIN
testing/src/org/aspectj/testing/gui/resources/images/Save24.gif View File


BIN
testing/src/org/aspectj/testing/gui/resources/images/SaveAs16.gif View File


BIN
testing/src/org/aspectj/testing/gui/resources/images/SaveAs24.gif View File


BIN
testing/src/org/aspectj/testing/gui/resources/images/Start16.gif View File


BIN
testing/src/org/aspectj/testing/gui/resources/images/Start24.gif View File


BIN
testing/src/org/aspectj/testing/gui/resources/images/Stop16.gif View File


BIN
testing/src/org/aspectj/testing/gui/resources/images/Stop24.gif View File


BIN
testing/src/org/aspectj/testing/gui/resources/images/Test16.gif View File


BIN
testing/src/org/aspectj/testing/gui/resources/images/Testfailed16.gif View File


BIN
testing/src/org/aspectj/testing/gui/resources/images/Testopen16.gif View File


BIN
testing/src/org/aspectj/testing/gui/resources/images/Testpassed16.gif View File


Loading…
Cancel
Save