new images for components
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@677 8e941d3f-bd1b-0410-a28a-d453659cc2b4
BIN
components/rx/images/RXSPINDOWN.png
Normal file
After Width: | Height: | Size: 87 B |
BIN
components/rx/images/RXSPINUP.png
Normal file
After Width: | Height: | Size: 89 B |
BIN
components/rx/images/TRXSPINBUTTON.png
Normal file
After Width: | Height: | Size: 969 B |
BIN
components/rx/images/TRXSPINEDIT.png
Normal file
After Width: | Height: | Size: 957 B |
Before Width: | Height: | Size: 406 B |
BIN
components/rx/images/TRxClock.png
Normal file
After Width: | Height: | Size: 982 B |
Before Width: | Height: | Size: 406 B |
BIN
components/rx/images/TRxDateEdit.png
Normal file
After Width: | Height: | Size: 986 B |
Before Width: | Height: | Size: 406 B |
BIN
components/rx/images/TRxSpeedButton.png
Normal file
After Width: | Height: | Size: 1023 B |
@ -1,2 +1,2 @@
|
||||
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
|
||||
|
@ -1,39 +1,32 @@
|
||||
/* XPM */
|
||||
static char *tautopanel_xpm[] = {
|
||||
/* width height num_colors chars_per_pixel */
|
||||
" 24 24 8 1",
|
||||
/* colors */
|
||||
"` c #808000",
|
||||
". c #808080",
|
||||
"# c #ffffff",
|
||||
"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#``",
|
||||
"``.#````````````````.#``",
|
||||
"``.#````````````````.#``",
|
||||
"``.#````````````````.#``",
|
||||
"``.#````````````````.#``",
|
||||
"``.`.................#``",
|
||||
"```###################``",
|
||||
"````````````````````````",
|
||||
"````````````````````````"
|
||||
};
|
||||
static const unsigned char * tautopanel_xpm[] = {
|
||||
"24 24 5 1",
|
||||
" c None",
|
||||
"! c black",
|
||||
"# c #808080",
|
||||
"$ c white",
|
||||
"% c #FF0000",
|
||||
" ",
|
||||
" ",
|
||||
" ################### ",
|
||||
" #$$$$$$$$$$$$$$$$$ $ ",
|
||||
" #$ #$ ",
|
||||
" #$ #$ ",
|
||||
" #$ #$ ",
|
||||
" #$%% #$ ",
|
||||
" #% % % #$ ",
|
||||
" #% % % #$ ",
|
||||
" #% % % % %%% %%$ ",
|
||||
" #%%%% % % % % #% ",
|
||||
" #% % % % % % #% ",
|
||||
" #% % % % % % #% ",
|
||||
" #% % % % % % #% ",
|
||||
" #% % %%% %% %%$ ",
|
||||
" #$ #$ ",
|
||||
" #$ #$ ",
|
||||
" #$ #$ ",
|
||||
" #$ #$ ",
|
||||
" # #################$ ",
|
||||
" $$$$$$$$$$$$$$$$$$$ ",
|
||||
" ",
|
||||
" "};
|