Subversion Repositories Kolibri OS

Rev

Rev 7691 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. include '../../skin.inc'
  2.  
  3. SKIN_PARAMS \
  4.   height          = bmp_base.height,\    
  5.   margins         = [5:1:97:1],\          
  6.   colors active   = [binner=0xf3f3f3:\    
  7.                      bouter=0xffffff:\    
  8.                      bframe=0xf3f3f3],\  
  9.   colors inactive = [binner=0xf3f3f3:\    
  10.                      bouter=0xffffff:\    
  11.                      bframe=0xf3f3f3],\  
  12.   dtp             = 'Win10.dtp'          
  13.  
  14. SKIN_BUTTONS \
  15.   close    = [-47:0][45:21],\            
  16.   minimize = [-92:0][45:21]              
  17.  
  18. SKIN_BITMAPS \
  19.   left active   = bmp_left,\              
  20.   left inactive = bmp_left1,\
  21.   oper active   = bmp_oper,\
  22.   oper inactive = bmp_oper1,\
  23.   base active   = bmp_base,\
  24.   base inactive = bmp_base1
  25.  
  26. BITMAP bmp_left ,'left.bmp'              
  27. BITMAP bmp_oper ,'oper.bmp'
  28. BITMAP bmp_base ,'base.bmp'
  29. BITMAP bmp_left1,'left_1.bmp'
  30. BITMAP bmp_oper1,'oper_1.bmp'
  31. BITMAP bmp_base1,'base_1.bmp'