Subversion Repositories Kolibri OS

Compare Revisions

No changes between revisions

Regard whitespace Rev 9483 → Rev 9484

/skins/misc/feol/default.asm
0,0 → 1,31
include '../../skin.inc'
 
SKIN_PARAMS \
height = bmp_base.height,\ ; skin height
margins = [5:4:43:2],\ ; margins [left:top:right:bottom]
colors active = [binner=0xD6CEDA:\ ; border inner color
bouter=0x897592:\ ; border outer color
bframe=0xD6CEDA],\ ; border frame color
colors inactive = [binner=0xD6CEDA:\ ; border inner color
bouter=0x897592:\ ; border outer color
bframe=0xD6CEDA],\ ; border frame color
dtp = 'colors.dtp' ; dtp colors
 
SKIN_BUTTONS \
close = [-26:3][21:17],\ ; buttons coordinates
minimize = [-50:3][21:17] ; [left:top][width:height]
 
SKIN_BITMAPS \
left active = bmp_left,\ ; skin bitmaps pointers
left inactive = bmp_left1,\
oper active = bmp_oper,\
oper inactive = bmp_oper1,\
base active = bmp_base,\
base inactive = bmp_base1
 
BITMAP bmp_left ,'left.bmp' ; skin bitmaps
BITMAP bmp_oper ,'oper.bmp'
BITMAP bmp_base ,'base.bmp'
BITMAP bmp_left1,'left_1.bmp'
BITMAP bmp_oper1,'oper_1.bmp'
BITMAP bmp_base1,'base_1.bmp'
/skins/misc/feol/oper.bmp
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/skins/misc/feol/oper_1.bmp
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/skins/misc/feol/base.bmp
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/skins/misc/feol/base_1.bmp
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/skins/misc/feol/colors.dtp
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/skins/misc/feol/left.bmp
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/skins/misc/feol/left_1.bmp
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/skins/misc/feol/Tupfile.lua
0,0 → 1,2
if tup.getconfig("NO_FASM") ~= "" then return end
tup.rule("default.asm", 'fasm "%f" "%o" ' .. tup.getconfig("KPACK_CMD"), "skin_feol_new.skn")
/skins/misc/feol/build.bat
0,0 → 1,2
@fasm default.asm default.skn
@pause
/skins/misc/loggy/default.asm
1,5 → 1,5
include 'loggy.inc' ; Color Table
include '../skin.inc'
include '../../skin.inc'
 
SKIN_PARAMS \
height = bmp_center1.height,\ ; skin height
/skins/misc/night/night.asm
1,6 → 1,6
;SKIN (.SKN) - COMPILE WITH FASM
 
include '../skin.inc'
include '../../skin.inc'
 
SKIN_PARAMS \
height = bmp_base.height,\ ; skin height
/skins/misc/subsilv/default.asm
0,0 → 1,31
include '../../skin.inc'
 
SKIN_PARAMS \
height = bmp_base.height,\ ; skin height
margins = [8:1:53:1],\ ; margins [left:top:right:bottom]
colors active = [binner=0x335669:\ ; border inner color
bouter=0x335669:\ ; border outer color
bframe=0xB0BAC4],\ ; border frame color
colors inactive = [binner=0x335669:\ ; border inner color
bouter=0x335669:\ ; border outer color
bframe=0xE0E4E9],\ ; border frame color
dtp = 'Mistificator1.DTP' ; dtp colors
 
SKIN_BUTTONS \
close = [-22:4][18:17],\ ; buttons coordinates
minimize = [-44:4][18:17] ; [left:top][width:height]
 
SKIN_BITMAPS \
left active = bmp_left,\ ; skin bitmaps pointers
left inactive = bmp_left1,\
oper active = bmp_oper,\
oper inactive = bmp_oper1,\
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'
/skins/misc/subsilv/active/base.bmp
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/skins/misc/subsilv/active/left.bmp
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/skins/misc/subsilv/active/oper.bmp
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/skins/misc/subsilv/inactive/base.bmp
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/skins/misc/subsilv/inactive/left.bmp
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/skins/misc/subsilv/inactive/oper.bmp
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/skins/misc/subsilv/Mistificator1.DTP
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/skins/misc/subsilv/build.bat
0,0 → 1,2
fasm default.asm default.skn
pause
/skins/misc/subsilv/Tupfile.lua
0,0 → 1,2
if tup.getconfig("NO_FASM") ~= "" then return end
tup.rule("default.asm", 'fasm "%f" "%o" ' .. tup.getconfig("KPACK_CMD"), "subsilv.skn")