Subversion Repositories Kolibri OS

Rev

Rev 2618 | Rev 3013 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2618 Rev 2836
Line 19... Line 19...
19
;   Some parts of code rewritten by Ivan Poddubny 
19
;   Some parts of code rewritten by Ivan Poddubny 
20
;
20
;
21
;   Compile with FASM for Menuet
21
;   Compile with FASM for Menuet
22
;******************************************************************************
22
;******************************************************************************
23
  BTN_HEIGHT  = 22
23
  BTN_HEIGHT  = 22
24
  TXT_Y       = (BTN_HEIGHT)/2-5
24
  TXT_Y       = (BTN_HEIGHT)/2-4
Line 25... Line 25...
25
 
25
 
26
  PANEL_HEIGHT	= 20
26
  PANEL_HEIGHT	= 20
27
  MENU_BOTTON_X_POS	= 10
27
  MENU_BOTTON_X_POS	= 10
28
  MENU_BOTTON_X_SIZE	= 50
28
  MENU_BOTTON_X_SIZE	= 50