Subversion Repositories Kolibri OS

Compare Revisions

No changes between revisions

Regard whitespace Rev 7636 → Rev 7637

/skins/Leency/Workbench/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"), "Workbench.skn")
/skins/Leency/Workbench/build.bat
0,0 → 1,4
@fasm default.dtp.asm default.dtp
@fasm default.asm default.skn
@kpack default.skn
@pause
/skins/Leency/Workbench/center1.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/Workbench/center2.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/Workbench/default.asm
0,0 → 1,31
include '../skin.inc'
 
SKIN_PARAMS \
height = bmp_center1.height,\ ; skin height
margins = [7:5:43:5],\ ; margins [left:top:right:bottom]
colors active = [binner=0x083040:\ ; border inner
bouter=0x083040:\ ; border outer
bframe=0x588090],\ ; border middle
colors inactive = [binner=0x34404C:\ ; border inner
bouter=0x34404C:\ ; border outer
bframe=0x808C98],\ ; border middle
dtp = 'default.dtp' ; dtp colors
 
SKIN_BUTTONS \
close = [-23:1][22:22],\ ; buttons coordinates
minimize = [-46:1][22:22] ; [left:top][width:height]
 
SKIN_BITMAPS \
left active = bmp_left1,\ ; skin bitmaps pointers
left inactive = bmp_left2,\
oper active = bmp_right1,\
oper inactive = bmp_right2,\
base active = bmp_center1,\
base inactive = bmp_center2
 
BITMAP bmp_left1, 'left1.bmp' ; skin bitmaps
BITMAP bmp_left2, 'left2.bmp'
BITMAP bmp_right1, 'right1.bmp'
BITMAP bmp_right2, 'right2.bmp'
BITMAP bmp_center1,'center1.bmp'
BITMAP bmp_center2,'center2.bmp'
/skins/Leency/Workbench/default.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/Leency/Workbench/default.dtp.asm
0,0 → 1,14
struc system_colors
{
.unused1 dd 0x586786
.unused2 dd 0xFEFEFE
.work_3d_dark dd 0x78878D
.work_3d_light dd 0xC7CCCE
.window_title dd 0x000000
.work dd 0x98A4A8
.work_button dd 0x588090
.work_button_text dd 0xFEFEFE
.work_text dd 0x000000
.work_graph dd 0x383C38
}
struct system_colors
/skins/Leency/Workbench/left1.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/Workbench/left2.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/Workbench/right1.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/Workbench/right2.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/skinlist.lua
8,6 → 8,7
"Leency/ObsidianOS/ObsidianOS.skn",
"Leency/Octo_flat/Octo_flat.skn",
"Leency/Shkvorka/Shkvorka.skn",
"Leency/Workbench/Workbench.skn",
"Leency/Yeah/Yeah.skn",
"loggy/loggy.skn",
"night/night.skn",