浏览代码

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

tags/V_1_1_b5
wisberg 21 年前
父节点
当前提交
9a102f6787
共有 20 个文件被更改,包括 0 次插入53 次删除
  1. 0
    53
      testing/src/org/aspectj/testing/gui/resources/gui.properties
  2. 二进制
      testing/src/org/aspectj/testing/gui/resources/images/Back16.gif
  3. 二进制
      testing/src/org/aspectj/testing/gui/resources/images/Delete24.gif
  4. 二进制
      testing/src/org/aspectj/testing/gui/resources/images/Forward16.gif
  5. 二进制
      testing/src/org/aspectj/testing/gui/resources/images/Open16.gif
  6. 二进制
      testing/src/org/aspectj/testing/gui/resources/images/Open24.gif
  7. 二进制
      testing/src/org/aspectj/testing/gui/resources/images/Quit24.gif
  8. 二进制
      testing/src/org/aspectj/testing/gui/resources/images/Reload24.gif
  9. 二进制
      testing/src/org/aspectj/testing/gui/resources/images/Save16.gif
  10. 二进制
      testing/src/org/aspectj/testing/gui/resources/images/Save24.gif
  11. 二进制
      testing/src/org/aspectj/testing/gui/resources/images/SaveAs16.gif
  12. 二进制
      testing/src/org/aspectj/testing/gui/resources/images/SaveAs24.gif
  13. 二进制
      testing/src/org/aspectj/testing/gui/resources/images/Start16.gif
  14. 二进制
      testing/src/org/aspectj/testing/gui/resources/images/Start24.gif
  15. 二进制
      testing/src/org/aspectj/testing/gui/resources/images/Stop16.gif
  16. 二进制
      testing/src/org/aspectj/testing/gui/resources/images/Stop24.gif
  17. 二进制
      testing/src/org/aspectj/testing/gui/resources/images/Test16.gif
  18. 二进制
      testing/src/org/aspectj/testing/gui/resources/images/Testfailed16.gif
  19. 二进制
      testing/src/org/aspectj/testing/gui/resources/images/Testopen16.gif
  20. 二进制
      testing/src/org/aspectj/testing/gui/resources/images/Testpassed16.gif

+ 0
- 53
testing/src/org/aspectj/testing/gui/resources/gui.properties 查看文件

@@ -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

二进制
testing/src/org/aspectj/testing/gui/resources/images/Back16.gif 查看文件


二进制
testing/src/org/aspectj/testing/gui/resources/images/Delete24.gif 查看文件


二进制
testing/src/org/aspectj/testing/gui/resources/images/Forward16.gif 查看文件


二进制
testing/src/org/aspectj/testing/gui/resources/images/Open16.gif 查看文件


二进制
testing/src/org/aspectj/testing/gui/resources/images/Open24.gif 查看文件


二进制
testing/src/org/aspectj/testing/gui/resources/images/Quit24.gif 查看文件


二进制
testing/src/org/aspectj/testing/gui/resources/images/Reload24.gif 查看文件


二进制
testing/src/org/aspectj/testing/gui/resources/images/Save16.gif 查看文件


二进制
testing/src/org/aspectj/testing/gui/resources/images/Save24.gif 查看文件


二进制
testing/src/org/aspectj/testing/gui/resources/images/SaveAs16.gif 查看文件


二进制
testing/src/org/aspectj/testing/gui/resources/images/SaveAs24.gif 查看文件


二进制
testing/src/org/aspectj/testing/gui/resources/images/Start16.gif 查看文件


二进制
testing/src/org/aspectj/testing/gui/resources/images/Start24.gif 查看文件


二进制
testing/src/org/aspectj/testing/gui/resources/images/Stop16.gif 查看文件


二进制
testing/src/org/aspectj/testing/gui/resources/images/Stop24.gif 查看文件


二进制
testing/src/org/aspectj/testing/gui/resources/images/Test16.gif 查看文件


二进制
testing/src/org/aspectj/testing/gui/resources/images/Testfailed16.gif 查看文件


二进制
testing/src/org/aspectj/testing/gui/resources/images/Testopen16.gif 查看文件


二进制
testing/src/org/aspectj/testing/gui/resources/images/Testpassed16.gif 查看文件


正在加载...
取消
保存