new images for components

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@677 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
alexs75
2009-01-26 21:06:53 +00:00
parent 4cf4ed40e5
commit b94ea122bf
12 changed files with 33 additions and 40 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 969 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 957 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 406 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 982 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 406 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 986 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 406 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1023 B

View File

@ -1,2 +1,2 @@
del rx.lrs del rx.lrs
C:\lazarus\tools\lazres.exe rx.lrs TDBDateEdit.xpm TRXLookUpEdit.xpm TRxDBCalcEdit.xpm TRxDBLookupCombo.xpm TRxDBGrid.xpm TDualListDialog.xpm TFolderLister.xpm TRxMemoryData.xpm TCURRENCYEDIT.xpm TRXSWITCH.xpm TRXDICE.xpm TRXDBCOMBOBOX.xpm ttoolpanel.xpm trxxpmanifest.xpm TPAGEMANAGER.xpm TRXAPPICON.xpm TSECRETPANEL.xpm TRXLABEL.xpm tautopanel.xpm TRxCalendarGrid.xpm TRxDateEdit.bmp TRxClock.bmp TRxSpeedButton.bmp D:\lazarus\tools\lazres.exe rx.lrs TDBDateEdit.xpm TRXLookUpEdit.xpm TRxDBCalcEdit.xpm TRxDBLookupCombo.xpm TRxDBGrid.xpm TDualListDialog.xpm TFolderLister.xpm TRxMemoryData.xpm TCURRENCYEDIT.xpm TRXSWITCH.xpm TRXDICE.xpm TRXDBCOMBOBOX.xpm ttoolpanel.xpm trxxpmanifest.xpm TPAGEMANAGER.xpm TRXAPPICON.xpm TSECRETPANEL.xpm TRXLABEL.xpm tautopanel.xpm TRxCalendarGrid.xpm TRxDateEdit.bmp TRxClock.bmp TRxSpeedButton.bmp TRxSpinButton.png TRxSpinEdit.png

View File

@ -1,39 +1,32 @@
/* XPM */ /* XPM */
static char *tautopanel_xpm[] = { static const unsigned char * tautopanel_xpm[] = {
/* width height num_colors chars_per_pixel */ "24 24 5 1",
" 24 24 8 1", " c None",
/* colors */ "! c black",
"` c #808000", "# c #808080",
". c #808080", "$ c white",
"# c #ffffff", "% c #FF0000",
"a c #ff0000", " ",
"b c #000000", " ",
"c c #000000", " ################### ",
"d c #000000", " #$$$$$$$$$$$$$$$$$ $ ",
"e c #000000", " #$ #$ ",
/* pixels */ " #$ #$ ",
"````````````````````````", " #$ #$ ",
"````````````````````````", " #$%% #$ ",
"``...................```", " #% % % #$ ",
"``.#################`#``", " #% % % #$ ",
"``.#````````````````.#``", " #% % % % %%% %%$ ",
"``.#````````````````.#``", " #%%%% % % % % #% ",
"``.#````````````````.#``", " #% % % % % % #% ",
"``.#aa``````````````.#``", " #% % % % % % #% ",
"``.a``a```````a`````.#``", " #% % % % % % #% ",
"``.a``a```````a`````.#``", " #% % %%% %% %%$ ",
"``.a``a`a``a`aaa```aa#``", " #$ #$ ",
"``.aaaa`a``a``a```a`.a``", " #$ #$ ",
"``.a``a`a``a``a```a`.a``", " #$ #$ ",
"``.a``a`a``a``a```a`.a``", " #$ #$ ",
"``.a``a`a``a``a```a`.a``", " # #################$ ",
"``.a``a``aaa``aa```aa#``", " $$$$$$$$$$$$$$$$$$$ ",
"``.#````````````````.#``", " ",
"``.#````````````````.#``", " "};
"``.#````````````````.#``",
"``.#````````````````.#``",
"``.`.................#``",
"```###################``",
"````````````````````````",
"````````````````````````"
};