images: project images from wile64

git-svn-id: trunk@12400 -
This commit is contained in:
paul 2007-10-10 01:12:15 +00:00
parent 892e6f172c
commit 2f59a48d23
12 changed files with 2274 additions and 1896 deletions

6
.gitattributes vendored
View File

@ -2293,10 +2293,14 @@ images/menu/menu_new.png -text svneol=unset#image/png
images/menu/menu_new_form.png -text svneol=unset#image/png
images/menu/menu_new_unit.png -text svneol=unset#image/png
images/menu/menu_open.png -text svneol=unset#image/png
images/menu/menu_open_project.png -text svneol=unset#image/png
images/menu/menu_pause.png -text svneol=unset#image/png
images/menu/menu_project_close.png -text svneol=unset#image/png
images/menu/menu_project_inspector.png -text svneol=unset#image/png
images/menu/menu_project_new.png -text svneol=unset#image/png
images/menu/menu_project_open.png -text svneol=unset#image/png
images/menu/menu_project_options.png -text svneol=unset#image/png
images/menu/menu_project_save.png -text svneol=unset#image/png
images/menu/menu_project_saveas.png -text svneol=unset#image/png
images/menu/menu_quick_compile.png -text svneol=unset#image/png
images/menu/menu_redo.png -text svneol=unset#image/png
images/menu/menu_reportingbug.png -text svneol=unset#image/png

View File

@ -545,21 +545,21 @@ begin
CreateMenuSeparatorSection(mnuProject,itmProjectNewSection,'itmProjectNewSection');
ParentMI:=itmProjectNewSection;
CreateMenuItem(ParentMI,itmProjectNew,'itmProjectNew',lisMenuNewProject);
CreateMenuItem(ParentMI,itmProjectNew,'itmProjectNew',lisMenuNewProject, 'menu_project_new');
CreateMenuItem(ParentMI,itmProjectNewFromFile,'itmProjectNewFromFile',lisMenuNewProjectFromFile);
CreateMenuSeparatorSection(mnuProject,itmProjectOpenSection,'itmProjectOpenSection');
ParentMI:=itmProjectOpenSection;
CreateMenuItem(ParentMI,itmProjectOpen,'itmProjectOpen',lisMenuOpenProject,'menu_open_project');
CreateMenuItem(ParentMI,itmProjectOpen,'itmProjectOpen',lisMenuOpenProject,'menu_project_open');
CreateMenuSubSection(ParentMI,itmProjectRecentOpen,'itmProjectRecentOpen',lisMenuOpenRecentProject);
CreateMenuItem(ParentMI,itmProjectClose,'itmProjectClose',lisMenuCloseProject);
CreateMenuItem(ParentMI,itmProjectClose,'itmProjectClose',lisMenuCloseProject, 'menu_project_close');
CreateMenuSeparatorSection(mnuProject,itmProjectSaveSection,'itmProjectSaveSection');
ParentMI:=itmProjectSaveSection;
CreateMenuItem(ParentMI,itmProjectSave,'itmProjectSave',lisMenuSaveProject);
CreateMenuItem(ParentMI,itmProjectSaveAs,'itmProjectSaveAs',lisMenuSaveProjectAs);
CreateMenuItem(ParentMI,itmProjectSave,'itmProjectSave',lisMenuSaveProject, 'menu_project_save');
CreateMenuItem(ParentMI,itmProjectSaveAs,'itmProjectSaveAs',lisMenuSaveProjectAs, 'menu_project_saveas');
CreateMenuItem(ParentMI,itmProjectPublish,'itmProjectPublish',lisMenuPublishProject);
CreateMenuSeparatorSection(mnuProject,itmProjectWindowSection,'itmProjectWindowSection');

File diff suppressed because it is too large Load Diff

View File

@ -68,10 +68,14 @@ menu/menu_new.png
menu/menu_new_form.png
menu/menu_new_unit.png
menu/menu_open.png
menu/menu_open_project.png
menu/menu_pause.png
menu/menu_project_close.png
menu/menu_project_inspector.png
menu/menu_project_new.png
menu/menu_project_open.png
menu/menu_project_options.png
menu/menu_project_save.png
menu/menu_project_saveas.png
menu/menu_quick_compile.png
menu/menu_redo.png
menu/menu_reportingbug.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 464 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 736 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 634 B

After

Width:  |  Height:  |  Size: 777 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 680 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 730 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 616 B

After

Width:  |  Height:  |  Size: 734 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 760 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 816 B