fix OpusN skin
git-svn-id: svn://kolibrios.org@4406 a494cfbc-eb01-0410-851d-a64ba20cac60
BIN
skins/Leency/OpusN/FASM.EXE
Normal file
@ -9,7 +9,7 @@ SKIN_PARAMS \
|
||||
colors inactive = [binner=0xDCD6CB:\ ; border inner color
|
||||
bouter=0x948B7B:\ ; border outer color
|
||||
bframe=0xDCD6CB],\ ; border frame color
|
||||
dtp = 'Opus_D.dtp' ; dtp colors
|
||||
dtp = 'OpusN.dtp' ; dtp colors
|
||||
|
||||
SKIN_BUTTONS \
|
||||
close = [-20:6][14:14],\ ; buttons coordinates
|
||||
@ -23,9 +23,9 @@ SKIN_BITMAPS \
|
||||
base active = bmp_base,\
|
||||
base inactive = bmp_base1
|
||||
|
||||
BITMAP bmp_left ,'active/left.bmp' ; skin bitmaps
|
||||
BITMAP bmp_oper ,'active/oper.bmp'
|
||||
BITMAP bmp_base ,'active/base.bmp'
|
||||
BITMAP bmp_left1,'inactive/left.bmp'
|
||||
BITMAP bmp_oper1,'inactive/oper.bmp'
|
||||
BITMAP bmp_base1,'inactive/base.bmp'
|
||||
BITMAP bmp_left ,'a_left.bmp' ; skin bitmaps
|
||||
BITMAP bmp_oper ,'a_oper.bmp'
|
||||
BITMAP bmp_base ,'a_base.bmp'
|
||||
BITMAP bmp_left1,'i_left.bmp'
|
||||
BITMAP bmp_oper1,'i_oper.bmp'
|
||||
BITMAP bmp_base1,'i_base.bmp'
|
||||
|
Before Width: | Height: | Size: 606 B After Width: | Height: | Size: 606 B |
Before Width: | Height: | Size: 606 B After Width: | Height: | Size: 606 B |
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 5.3 KiB |
3
skins/Leency/OpusN/build.bat
Normal file
@ -0,0 +1,3 @@
|
||||
fasm OpusN.asm OpusN.skn
|
||||
kpack OpusN.skn
|
||||
pause
|
Before Width: | Height: | Size: 606 B After Width: | Height: | Size: 606 B |
Before Width: | Height: | Size: 606 B After Width: | Height: | Size: 606 B |
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 5.3 KiB |