- modernize images for anchor editor (from Graeme)

git-svn-id: trunk@11327 -
This commit is contained in:
paul 2007-06-17 15:29:17 +00:00
parent eae7aeea55
commit d5d77625dc
20 changed files with 1121 additions and 1704 deletions

16
.gitattributes vendored
View File

@ -2039,14 +2039,14 @@ images/debugger/debugger_modify.png -text svneol=unset#images/png
images/debugger/debugger_options.png -text svneol=unset#image/png
images/debugger/debugger_output.png -text svneol=unset#image/png
images/debugger/debugger_watches.png -text svneol=unset#image/png
images/designer/anchorbottombottom.xpm -text svneol=native#image/x-xpixmap
images/designer/anchorcenterhorizontal.xpm -text svneol=native#image/x-xpixmap
images/designer/anchorcentervertical.xpm -text svneol=native#image/x-xpixmap
images/designer/anchorleftleft.xpm -text svneol=native#image/x-xpixmap
images/designer/anchorleftright.xpm -text svneol=native#image/x-xpixmap
images/designer/anchorrightright.xpm -text svneol=native#image/x-xpixmap
images/designer/anchortopbottom.xpm -text svneol=native#image/x-xpixmap
images/designer/anchortoptop.xpm -text svneol=native#image/x-xpixmap
images/designer/anchor_bottom.png -text svneol=unset#image/png
images/designer/anchor_center_horizontal.png -text svneol=unset#image/png
images/designer/anchor_center_vertical.png -text svneol=unset#image/png
images/designer/anchor_left.png -text svneol=unset#image/png
images/designer/anchor_left_right.png -text svneol=unset#image/png
images/designer/anchor_right.png -text svneol=unset#image/png
images/designer/anchor_top.png -text svneol=unset#image/png
images/designer/anchor_top_bottom.png -text svneol=unset#image/png
images/down.xpm svneol=native#text/plain
images/fonts.ico -text svneol=unset#image/x-icon
images/fonts.xpm -text svneol=native#image/x-xpixmap

View File

@ -232,18 +232,18 @@ begin
TopSiblingComboBox.Hint:=lisTopSiblingComboBoxHint;
TopSiblingLabel.Caption:=lisSibling;
LeftRefLeftSpeedButton.Glyph.LoadFromLazarusResource('anchorleftleft');
LeftRefCenterSpeedButton.Glyph.LoadFromLazarusResource('anchorcenterhorizontal');
LeftRefRightSpeedButton.Glyph.LoadFromLazarusResource('anchorleftright');
RightRefLeftSpeedButton.Glyph.LoadFromLazarusResource('anchorleftright');
RightRefCenterSpeedButton.Glyph.LoadFromLazarusResource('anchorcenterhorizontal');
RightRefRightSpeedButton.Glyph.LoadFromLazarusResource('anchorrightright');
TopRefTopSpeedButton.Glyph.LoadFromLazarusResource('anchortoptop');
TopRefCenterSpeedButton.Glyph.LoadFromLazarusResource('anchorcentervertical');
TopRefBottomSpeedButton.Glyph.LoadFromLazarusResource('anchortopbottom');
BottomRefTopSpeedButton.Glyph.LoadFromLazarusResource('anchortopbottom');
BottomRefCenterSpeedButton.Glyph.LoadFromLazarusResource('anchorcentervertical');
BottomRefBottomSpeedButton.Glyph.LoadFromLazarusResource('anchorbottombottom');
LeftRefLeftSpeedButton.Glyph := LoadBitmapFromLazarusResource('anchor_left');
LeftRefCenterSpeedButton.Glyph := LoadBitmapFromLazarusResource('anchor_center_horizontal');
LeftRefRightSpeedButton.Glyph := LoadBitmapFromLazarusResource('anchor_left_right');
RightRefLeftSpeedButton.Glyph := LoadBitmapFromLazarusResource('anchor_left_right');
RightRefCenterSpeedButton.Glyph := LoadBitmapFromLazarusResource('anchor_center_horizontal');
RightRefRightSpeedButton.Glyph := LoadBitmapFromLazarusResource('anchor_right');
TopRefTopSpeedButton.Glyph := LoadBitmapFromLazarusResource('anchor_top');
TopRefCenterSpeedButton.Glyph := LoadBitmapFromLazarusResource('anchor_center_vertical');
TopRefBottomSpeedButton.Glyph := LoadBitmapFromLazarusResource('anchor_top_bottom');
BottomRefTopSpeedButton.Glyph := LoadBitmapFromLazarusResource('anchor_top_bottom');
BottomRefCenterSpeedButton.Glyph := LoadBitmapFromLazarusResource('anchor_center_vertical');
BottomRefBottomSpeedButton.Glyph := LoadBitmapFromLazarusResource('anchor_bottom');
// autosizing
BottomSiblingLabel.AnchorToNeighbour(akLeft,10,BottomAnchoredCheckBox);

View File

@ -52,7 +52,7 @@ cd <lazarusdir>/images/
6. laz_images.lrs
cd <lazarusdir>/images/
../tools/lazres laz_images.lrs btn_*.xpm pkg_*.xpm arrow_*.xpm menu/menu_*.xpm menu/menu_*.png codeexplorer/*.xpm designer/*.xpm debugger/*.png packages/*.png
../tools/lazres laz_images.lrs btn_*.xpm pkg_*.xpm arrow_*.xpm menu/menu_*.xpm menu/menu_*.png codeexplorer/*.xpm designer/*.png debugger/*.png packages/*.png
rm ../main.ppu

Binary file not shown.

After

Width:  |  Height:  |  Size: 398 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 384 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 414 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 402 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 317 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 401 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 406 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 276 B

View File

@ -1,64 +0,0 @@
/* XPM */
static char * anchorbottombottom_xpm[] = {
"26 26 35 1",
" c None",
". c #FFFFFF",
"+ c #C1C1C1",
"@ c #BCBCBC",
"# c #BDBDBD",
"$ c #CCCCCC",
"% c #BFBFBF",
"& c #BABABA",
"* c #808080",
"= c #000000",
"- c #F4F4F4",
"; c #C8C8C8",
"> c #BEBEBE",
", c #C6C6C6",
"' c #C0C0C0",
") c #C7C7C7",
"! c #C4C4C4",
"~ c #F8F8F8",
"{ c #C5C5C5",
"] c #BBBBBB",
"^ c #B9B9B9",
"/ c #FEFEFE",
"( c #7C7C7C",
"_ c #8B8B8B",
": c #767676",
"< c #828282",
"[ c #878787",
"} c #7A7A7A",
"| c #7F7F7F",
"1 c #888888",
"2 c #7D7D7D",
"3 c #898989",
"4 c #020202",
"5 c #050505",
"6 c #010101",
" .+@#$%&%+%*= .+@#$%&%+%*=",
" -;>,>+&%+%*= -;>,>+&%+%*=",
" .@+''+)!+%*= .@+''+)!+%*=",
" .@+''+)!+%*= .@+''+)!+%*=",
" ~%{]!+#^+%*= ~%{]!+#^+%*=",
" ~%{]%+!'+%*= ~%{]%+!'+%*=",
" .@+''+^!+%*= .@+''+^!+%*=",
" -;>,!+#^+%*= -;>,!+#^+%*=",
" ~%{]!+#^+%*= ~%{]!+#^+%*=",
" ~%{]%+!'+%*= ~%{]%+!'+%*=",
" .+@#{+%@+%*= .+@#{+%@+%*=",
" /(_:<[}|123= /(_:<[}|123=",
" =4=5=6===4= =4=5=6===4= ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "};

View File

@ -1,71 +0,0 @@
/* XPM */
static char * anchorcenterhorizontal_xpm[] = {
"26 26 42 1",
" c None",
". c #F4F4F4",
"+ c #C8C8C8",
"@ c #BEBEBE",
"# c #C6C6C6",
"$ c #B8B8B8",
"% c #C1C1C1",
"& c #BFBFBF",
"* c #808080",
"= c #000000",
"- c #FFFFFF",
"; c #BCBCBC",
"> c #C0C0C0",
", c #BDBDBD",
"' c #F8F8F8",
") c #C5C5C5",
"! c #BBBBBB",
"~ c #0C00FF",
"{ c #CFCFCF",
"] c #BABABA",
"^ c #FEFEFE",
"/ c #7C7C7C",
"( c #8B8B8B",
"_ c #767676",
": c #828282",
"< c #878787",
"[ c #7F7F7F",
"} c #888888",
"| c #7D7D7D",
"1 c #898989",
"2 c #020202",
"3 c #050505",
"4 c #010101",
"5 c #EFEFEF",
"6 c #F0F0F0",
"7 c #FCFCFC",
"8 c #030303",
"9 c #C4C4C4",
"0 c #C7C7C7",
"a c #B9B9B9",
"b c #B6B6B6",
"c c #B7B7B7",
" .+@#$+@#$%&*= ",
" -;%>,;%>,%&*= ",
" '&)!%&~!%%&*= ",
" '&)!%&~!%%&*= ",
" -;%>,;~>,%&*= ",
" .+@#$+~#$%&*= ",
" -%;,)%~,)%&*= ",
" -%;,)%~{]%&*= ",
" ^/(_:<~[[}|1= ",
" =2=3=4~===2= ",
" ~ ",
" ~ ",
" ~ ",
" ~ ",
" ~ ",
" ~ ",
" '-5--6---~-------7-8 ",
" -%;,)%&%&~9%%&&%%&*= ",
" .+@#$09%%~a%%&9%%&*= ",
" -;%>,,a%%~>%%&a%%&*= ",
" '&)!%9>%%~@%%&>%%&*= ",
" '&)!%)@%%~>%%&@%%&*= ",
" -;%>,,>%%~9%%&>%%&*= ",
" .+@#$a9%%~]%%&9%%&*= ",
" -%;,){]%%&>#b{]%%&*= ",
" -%;,)%&;+c>#b{]%%&*= "};

View File

@ -1,72 +0,0 @@
/* XPM */
static char * anchorcentervertical_xpm[] = {
"26 26 43 1",
" c None",
". c #FFFFFF",
"+ c #FCFCFC",
"@ c #030303",
"# c #C7C7C7",
"$ c #C4C4C4",
"% c #C1C1C1",
"& c #BFBFBF",
"* c #808080",
"= c #000000",
"- c #BDBDBD",
"; c #B9B9B9",
"> c #C0C0C0",
", c #F8F8F8",
"' c #EFEFEF",
") c #F0F0F0",
"! c #C5C5C5",
"~ c #BEBEBE",
"{ c #BCBCBC",
"] c #F4F4F4",
"^ c #C8C8C8",
"/ c #C6C6C6",
"( c #B8B8B8",
"_ c #CFCFCF",
": c #BABABA",
"< c #BBBBBB",
"[ c #B6B6B6",
"} c #B7B7B7",
"| c #0C00FF",
"1 c #FEFEFE",
"2 c #7C7C7C",
"3 c #8B8B8B",
"4 c #767676",
"5 c #828282",
"6 c #878787",
"7 c #7A7A7A",
"8 c #7F7F7F",
"9 c #020202",
"0 c #050505",
"a c #010101",
"b c #888888",
"c c #7D7D7D",
"d c #898989",
" ",
" ",
" ",
"........+.@ ",
"#$%%&&%%&*= ",
"-;%%&$%%&*= ",
"$>%%&;%%&*= ,.'..)....",
"!~%%&>%%&*= .%{-!%&%&~",
"->%%&~%%&*= ]^~/(^~/(^",
";$%%&>%%&*= .{%>-{%>-{",
"_:%%&$%%&*= ,&!<%&!<%&",
"&>/[_:%%&*= ,&!<%&!<%&",
"}|||||||||||||||||||||||-{",
"-;%%&$%%&*= ]^~/(^~/(^",
"$>%%&;%%&*= .%{-!%{-!%",
"!~%%&>%%&*= .%{-!%&{^}",
"->%%&~%%&*= .%{-!%{-!%",
";$%%&>%%&*= .%{-!%&{^}",
"_:%%&$%%&*= 1234567888",
"&>/[_:%%&*= =9=0=a====",
"^}>/[_:%&*= ",
"8888888bcd= ",
"========9= ",
" ",
" ",
" "};

View File

@ -1,60 +0,0 @@
/* XPM */
static char * anchorleftleft_xpm[] = {
"26 26 31 1",
" c None",
". c #F8F8F8",
"+ c #FFFFFF",
"@ c #EFEFEF",
"# c #FCFCFC",
"$ c #C1C1C1",
"% c #BCBCBC",
"& c #BBBBBB",
"* c #CCCCCC",
"= c #BFBFBF",
"- c #BABABA",
"; c #F4F4F4",
"> c #C8C8C8",
", c #BEBEBE",
"' c #C0C0C0",
") c #C7C7C7",
"! c #C4C4C4",
"~ c #C5C5C5",
"{ c #BDBDBD",
"] c #B9B9B9",
"^ c #C6C6C6",
"/ c #B6B6B6",
"( c #CFCFCF",
"_ c #FEFEFE",
": c #7C7C7C",
"< c #8B8B8B",
"[ c #7F7F7F",
"} c #888888",
"| c #7D7D7D",
"1 c #000000",
"2 c #020202",
" ",
" .+@++++++++#",
" +$%&*=-=-=$=",
" ;>,,,$-=-=$=",
" +%$''$)!)!$=",
" .=~!!${]{]$=",
" .=~==$!'!'$=",
" +%$''$]!]!$=",
" +%$''${'{'$=",
" ;>,,,$]!]!$=",
" +$%'^/(-(-$=",
" _:<[[[[[[[}|",
" 121111111112",
" ",
" .+@++++++++#",
" +$%&*=-=-=$=",
" ;>,,,$-=-=$=",
" +%$''$)!)!$=",
" .=~!!${]{]$=",
" .=~==$!'!'$=",
" +%$''$]!]!$=",
" +%$''${'{'$=",
" ;>,,,$]!]!$=",
" +$%'^/(-(-$=",
" _:<[[[[[[[}|",
" 121111111112"};

View File

@ -1,71 +0,0 @@
/* XPM */
static char * anchorleftright_xpm[] = {
"26 26 42 1",
" c None",
". c #FFFFFF",
"+ c #FCFCFC",
"@ c #030303",
"# c #F8F8F8",
"$ c #EFEFEF",
"% c #F0F0F0",
"& c #C7C7C7",
"* c #C4C4C4",
"= c #C1C1C1",
"- c #BFBFBF",
"; c #808080",
"> c #000000",
", c #BCBCBC",
"' c #BDBDBD",
") c #C5C5C5",
"! c #BEBEBE",
"~ c #B9B9B9",
"{ c #F4F4F4",
"] c #C8C8C8",
"^ c #C6C6C6",
"/ c #B8B8B8",
"( c #C0C0C0",
"_ c #BBBBBB",
": c #CFCFCF",
"< c #BABABA",
"[ c #B6B6B6",
"} c #B7B7B7",
"| c #7F7F7F",
"1 c #888888",
"2 c #7D7D7D",
"3 c #898989",
"4 c #FEFEFE",
"5 c #7C7C7C",
"6 c #8B8B8B",
"7 c #767676",
"8 c #828282",
"9 c #878787",
"0 c #7A7A7A",
"a c #020202",
"b c #050505",
"c c #010101",
" ",
" ",
" ",
"........+.@ #.$..%....",
"&*==--==-;> .=,')=-=-!",
"'~==-*==-;> {]!^/]!^/]",
"*(==-~==-;> .,=(',=(',",
")!==-(==-;> #-)_=-)_=-",
"'(==-!==-;> #-)_=-)_=-",
"~*==-(==-;> .,=(',=(',",
":<==-*==-;> {]!^/]!^/]",
"-(^[:<==-;> .=,')=,')=",
"}(^[:<==-;> .=,')=-,]}",
"'~==-*==-;> {]!^/]!^/]",
"*(==-~==-;> .,=(',=(',",
")!==-(==-;> #-)_=-)_=-",
"'(==-!==-;> #-)_=-)_=-",
"~*==-(==-;> .,=(',=(',",
":<==-*==-;> {]!^/]!^/]",
"-(^[:<==-;> .=,')=,')=",
"]}(^[:<=-;> .=,')=-,]}",
"|||||||123> 4567890|||",
">>>>>>>>a> >a>b>c>>>>",
" ",
" ",
" "};

View File

@ -1,56 +0,0 @@
/* XPM */
static char * anchorrightright_xpm[] = {
"26 26 27 1",
" c None",
". c #FFFFFF",
"+ c #FCFCFC",
"@ c #030303",
"# c #BEBEBE",
"$ c #BBBBBB",
"% c #CCCCCC",
"& c #BFBFBF",
"* c #BABABA",
"= c #C1C1C1",
"- c #808080",
"; c #000000",
"> c #C5C5C5",
", c #BDBDBD",
"' c #C0C0C0",
") c #C7C7C7",
"! c #C4C4C4",
"~ c #B9B9B9",
"{ c #B7B7B7",
"] c #C6C6C6",
"^ c #B6B6B6",
"/ c #CFCFCF",
"( c #7F7F7F",
"_ c #888888",
": c #7D7D7D",
"< c #898989",
"[ c #020202",
" ",
".......+.@ ",
"#$%&*&=&-; ",
">##=*&=&-; ",
",''=)!=&-; ",
"~!!=,~=&-; ",
"*&&=!'=&-; ",
"!''=~!=&-; ",
"!''=,'=&-; ",
">##=~!=&-; ",
"{']^/*=&-; ",
"((((((_:<; ",
";;;;;;;[;; ",
" ",
".......+.@ ",
"#$%&*&=&-; ",
">##=*&=&-; ",
",''=)!=&-; ",
"~!!=,~=&-; ",
"*&&=!'=&-; ",
"!''=~!=&-; ",
"!''=,'=&-; ",
">##=~!=&-; ",
"{']^/*=&-; ",
"((((((_:<; ",
";;;;;;;[;; "};

View File

@ -1,71 +0,0 @@
/* XPM */
static char * anchortopbottom_xpm[] = {
"26 26 42 1",
" c None",
". c #F4F4F4",
"+ c #C8C8C8",
"@ c #BEBEBE",
"# c #C6C6C6",
"$ c #B8B8B8",
"% c #C1C1C1",
"& c #BFBFBF",
"* c #808080",
"= c #000000",
"- c #FFFFFF",
"; c #BCBCBC",
"> c #C0C0C0",
", c #BDBDBD",
"' c #F8F8F8",
") c #C5C5C5",
"! c #BBBBBB",
"~ c #B7B7B7",
"{ c #B6B6B6",
"] c #CFCFCF",
"^ c #BABABA",
"/ c #FEFEFE",
"( c #7C7C7C",
"_ c #8B8B8B",
": c #767676",
"< c #828282",
"[ c #878787",
"} c #7A7A7A",
"| c #7F7F7F",
"1 c #888888",
"2 c #7D7D7D",
"3 c #898989",
"4 c #020202",
"5 c #050505",
"6 c #010101",
"7 c #EFEFEF",
"8 c #F0F0F0",
"9 c #FCFCFC",
"0 c #030303",
"a c #C7C7C7",
"b c #C4C4C4",
"c c #B9B9B9",
" .+@#$+@#$+@#+@#$%&*= ",
" -;%>,;%>,;%>;%>,%&*= ",
" '&)!%&)!%&)!&)!%%&*= ",
" '&)!%&)!%&)!&)!%%&*= ",
" -;%>,;%>,;%>;%>,%&*= ",
" .+@#$+@#$+@#+@#$%&*= ",
" -%;,)%;,)%;,%;,)%&*= ",
" -%;,)%&;+~~>#{]^%&*= ",
" /(_:<[}|||||||||123= ",
" =4=5=6===========4= ",
" ",
" ",
" ",
" ",
" ",
" ",
" '-7--8-----------9-0 ",
" -%;,)%&%&ab%%&&%%&*= ",
" .+@#$ab%%,c%%&b%%&*= ",
" -;%>,,c%%b>%%&c%%&*= ",
" '&)!%b>%%)@%%&>%%&*= ",
" '&)!%)@%%,>%%&@%%&*= ",
" -;%>,,>%%cb%%&>%%&*= ",
" .+@#$cb%%]^%%&b%%&*= ",
" -%;,)]^%%&>#{]^%%&*= ",
" -%;,)%&;+~>#{]^%%&*= "};

View File

@ -1,53 +0,0 @@
/* XPM */
static char * anchortoptop_xpm[] = {
"26 26 24 1",
" c None",
". c #F8F8F8",
"+ c #FFFFFF",
"@ c #EFEFEF",
"# c #FCFCFC",
"$ c #030303",
"% c #C1C1C1",
"& c #BCBCBC",
"* c #BDBDBD",
"= c #CCCCCC",
"- c #BFBFBF",
"; c #BABABA",
"> c #808080",
", c #000000",
"' c #F4F4F4",
") c #C8C8C8",
"! c #BEBEBE",
"~ c #C6C6C6",
"{ c #C0C0C0",
"] c #C7C7C7",
"^ c #C4C4C4",
"/ c #C5C5C5",
"( c #BBBBBB",
"_ c #B9B9B9",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
".+@++++++#+$ .+@++++++#+$ ",
"+%&*=-;-%->, +%&*=-;-%->, ",
"')!~!%;-%->, ')!~!%;-%->, ",
"+&%{{%]^%->, +&%{{%]^%->, ",
".-/(^%*_%->, .-/(^%*_%->, ",
".-/(-%^{%->, .-/(-%^{%->, ",
"+&%{{%_^%->, +&%{{%_^%->, ",
"')!~^%*_%->, ')!~^%*_%->, ",
".-/(^%*_%->, .-/(^%*_%->, ",
".-/(-%^{%->, .-/(-%^{%->, ",
"+&%{{%_^%->, +&%{{%_^%->, ",
"')!~^%*_%->, ')!~^%*_%->, "};

File diff suppressed because it is too large Load Diff