Subversion Repositories Kolibri OS

Compare Revisions

No changes between revisions

Regard whitespace Rev 8000 → Rev 8001

/skins/Leency/Florence/Tupfile.lua
0,0 → 1,3
if tup.getconfig("NO_FASM") ~= "" then return end
tup.rule("col.dtp.asm", 'fasm "%f" "%o"', "col.dtp")
tup.rule({"florence.asm", extra_inputs = {"col.dtp"}}, 'fasm "%f" "%o" ' .. tup.getconfig("KPACK_CMD"), "Florence.skn")
/skins/Leency/Florence/build.bat
0,0 → 1,4
@fasm col.dtp.asm col.dtp
@fasm florence.asm florence.skn
@del col.dtp
@pause
/skins/Leency/Florence/ca.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/Leency/Florence/ci.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/Leency/Florence/col.dtp.asm
0,0 → 1,14
struc system_colors
{
.unused1 dd 0xAAAaaa
.unused2 dd 0xFFFfff
.dark dd 0x505050
.light dd 0x828282
.window_title dd 0xE3E3E3
.work dd 0x626262
.button dd 0x4E4E4E
.button_text dd 0xFFC189
.work_text dd 0xF5EEee
.graph dd 0x222222
}
struct system_colors
/skins/Leency/Florence/florence.asm
0,0 → 1,34
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; ;;
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
;; Distributed under terms of the GNU General Public License ;;
;; ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
include '../../skin.inc'
 
SKIN_PARAMS \
height = bmp_base.height,\ ; skin height
margins = [5:1:58:1],\ ; margins [left:top:right:bottom]
colors active = [binner=0x626262:bouter=0x131313:bframe=0x131313],\
colors inactive = [binner=0x626262:bouter=0x131313:bframe=0x2C2C2C],\
dtp = 'col.dtp'
 
SKIN_BUTTONS \
close = [-29:1][24:18],\ ; buttons coordinates
minimize = [-56:1][22:18] ; [left:top][width:height]
 
SKIN_BITMAPS \
left active = bmp_left,\
left inactive = bmp_left1,\
oper active = bmp_oper,\
oper inactive = bmp_oper1,\
base active = bmp_base,\
base inactive = bmp_base1
 
BITMAP bmp_left ,'la.bmp'
BITMAP bmp_oper ,'ra.bmp'
BITMAP bmp_base ,'ca.bmp'
BITMAP bmp_left1,'li.bmp'
BITMAP bmp_oper1,'ri.bmp'
BITMAP bmp_base1,'ci.bmp'
/skins/Leency/Florence/la.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/Leency/Florence/li.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/Leency/Florence/ra.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/Leency/Florence/ri.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/Leency/Shkvorka/right1.bmp
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Deleted: svn:mime-type
-application/octet-stream
\ No newline at end of property
/skins/Leency/Shkvorka/right2.bmp
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Deleted: svn:mime-type
-application/octet-stream
\ No newline at end of property
/skins/Leency/Shkvorka/right1_big.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