mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-15 15:09:28 +02:00
improved icons, started codeexplorer
git-svn-id: trunk@2842 -
This commit is contained in:
parent
78767f1090
commit
37bfb90e2a
4
.gitattributes
vendored
4
.gitattributes
vendored
@ -413,10 +413,14 @@ images/menu/menu_new.xpm -text svneol=native#image/x-xpixmap
|
||||
images/menu/menu_open.xpm -text svneol=native#image/x-xpixmap
|
||||
images/menu/menu_openproject.xpm -text svneol=native#image/x-xpixmap
|
||||
images/menu/menu_paste.xpm -text svneol=native#image/x-xpixmap
|
||||
images/menu/menu_pause.xpm -text svneol=native#image/x-xpixmap
|
||||
images/menu/menu_projectinspector.xpm -text svneol=native#image/x-xpixmap
|
||||
images/menu/menu_projectoptions.xpm -text svneol=native#image/x-xpixmap
|
||||
images/menu/menu_redo.xpm -text svneol=native#image/x-xpixmap
|
||||
images/menu/menu_run.xpm -text svneol=native#image/x-xpixmap
|
||||
images/menu/menu_save.xpm -text svneol=native#image/x-xpixmap
|
||||
images/menu/menu_stepinto.xpm -text svneol=native#image/x-xpixmap
|
||||
images/menu/menu_stepover.xpm -text svneol=native#image/x-xpixmap
|
||||
images/menu/menu_undo.xpm -text svneol=native#image/x-xpixmap
|
||||
images/menu/menu_unindent.xpm -text svneol=native#image/x-xpixmap
|
||||
images/menu/menu_watches.xpm -text svneol=native#image/x-xpixmap
|
||||
|
14
ide/main.pp
14
ide/main.pp
@ -7451,18 +7451,21 @@ begin
|
||||
Left,Top+Height+30,230,Max(Screen.Height-Top-Height-120,50));
|
||||
end else
|
||||
if ALayout.FormID=DefaultMainIDEName then begin
|
||||
ALayout.Form.SetBounds(0,0,Screen.Width-10,100);
|
||||
ALayout.Form.SetBounds(0,0,Screen.Width-10,95);
|
||||
end else
|
||||
if ALayout.FormID=DefaultSourceNoteBookName then begin
|
||||
ALayout.Form.SetBounds(250,Top+Height+30,Screen.Width-300,
|
||||
Screen.Height-200-Top-Height);
|
||||
ALayout.Form.SetBounds(250,Top+Height+30,Max(50,Screen.Width-300),
|
||||
Max(50,Screen.Height-200-Top-Height));
|
||||
end else
|
||||
if ALayout.FormID=DefaultUnitDependenciesName then begin
|
||||
ALayout.Form.SetBounds(200,200,400,300);
|
||||
end else
|
||||
if ALayout.FormID=DefaultCodeExplorerName then begin
|
||||
ALayout.Form.SetBounds(Screen.Width-200,130,170,Max(50,Screen.Height-230));
|
||||
end else
|
||||
if ALayout.FormID=DefaultMessagesViewName then begin
|
||||
ALayout.Form.SetBounds(260,SourceNotebook.Top+SourceNotebook.Height+30,
|
||||
Screen.Width-300,80);
|
||||
Max(50,Screen.Width-300),80);
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
@ -7504,6 +7507,9 @@ end.
|
||||
|
||||
{ =============================================================================
|
||||
$Log$
|
||||
Revision 1.433 2002/11/18 11:01:58 mattias
|
||||
improved icons, started codeexplorer
|
||||
|
||||
Revision 1.432 2002/11/16 14:38:47 mattias
|
||||
fixed TControl.Show and Visible of designer forms
|
||||
|
||||
|
22
images/menu/menu_pause.xpm
Normal file
22
images/menu/menu_pause.xpm
Normal file
@ -0,0 +1,22 @@
|
||||
/* XPM */
|
||||
static char * menu_pause_xpm[] = {
|
||||
"10 14 5 1",
|
||||
" c None",
|
||||
". c #0005A0",
|
||||
"+ c #0017EA",
|
||||
"@ c #0300EF",
|
||||
"# c #000000",
|
||||
".... ....",
|
||||
".+@# .+@#",
|
||||
".+@# .+@#",
|
||||
".+@# .+@#",
|
||||
".+@# .+@#",
|
||||
".+@# .+@#",
|
||||
".+@# .+@#",
|
||||
".+@# .+@#",
|
||||
".+@# .+@#",
|
||||
".+@# .+@#",
|
||||
".+@# .+@#",
|
||||
".+@# .+@#",
|
||||
".+@# .+@#",
|
||||
"#### ####"};
|
22
images/menu/menu_run.xpm
Normal file
22
images/menu/menu_run.xpm
Normal file
@ -0,0 +1,22 @@
|
||||
/* XPM */
|
||||
static char * menu_run_xpm[] = {
|
||||
"8 14 5 1",
|
||||
" c None",
|
||||
". c #146600",
|
||||
"+ c #26B200",
|
||||
"@ c #275919",
|
||||
"# c #000000",
|
||||
".. ",
|
||||
".+. ",
|
||||
".++. ",
|
||||
".+++. ",
|
||||
".++++. ",
|
||||
".+++++. ",
|
||||
".++++++.",
|
||||
".+++++@#",
|
||||
".++++@# ",
|
||||
".+++@# ",
|
||||
".++@# ",
|
||||
".+@# ",
|
||||
".@# ",
|
||||
"## "};
|
24
images/menu/menu_stepinto.xpm
Normal file
24
images/menu/menu_stepinto.xpm
Normal file
@ -0,0 +1,24 @@
|
||||
/* XPM */
|
||||
static char * menu_stepinto_xpm[] = {
|
||||
"13 16 5 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
"+ c #000083",
|
||||
"@ c #FFFFFF",
|
||||
"# c #838583",
|
||||
". . ",
|
||||
" . ",
|
||||
" ",
|
||||
" . ",
|
||||
" ",
|
||||
" ..... ",
|
||||
" ... ",
|
||||
" . ",
|
||||
" +++++++ ",
|
||||
" +@@@@@+#",
|
||||
" +@@@@@+#",
|
||||
" +@@@@@+#",
|
||||
" +@@@@@+#",
|
||||
" +@@@@@+#",
|
||||
" +++++++#",
|
||||
" #######"};
|
24
images/menu/menu_stepover.xpm
Normal file
24
images/menu/menu_stepover.xpm
Normal file
@ -0,0 +1,24 @@
|
||||
/* XPM */
|
||||
static char * menu_stepover_xpm[] = {
|
||||
"16 16 5 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
"+ c #000083",
|
||||
"@ c #FFFFFF",
|
||||
"# c #838583",
|
||||
" . . ",
|
||||
" . . ",
|
||||
" ",
|
||||
". . ",
|
||||
" ",
|
||||
" .....",
|
||||
" ... ",
|
||||
" . ",
|
||||
" +++++++ ",
|
||||
" +@@@@@+# ",
|
||||
" +@@@@@+# ",
|
||||
" +@@@@@+# ",
|
||||
" +@@@@@+# ",
|
||||
" +@@@@@+# ",
|
||||
" +++++++# ",
|
||||
" ####### "};
|
Loading…
Reference in New Issue
Block a user