Subversion Repositories Kolibri OS

Rev

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

Rev 1728 Rev 2549
Line 1... Line 1...
1
;
1
;
2
;   ZKEY. Version 0.5.
2
;   ZKEY. Version 0.51.
3
;   Virtual keyboard for KolibriOS.
3
;   Virtual keyboard for KolibriOS.
4
;
4
;
5
;   Author:         Asper
5
;   Author:         Asper
6
;   Date of issue:  26.08.2009
6
;   Date of issue:  26.08.2009
7
;   Compiler:       FASM
7
;   Compiler:       FASM
Line 37... Line 37...
37
draw_window:
37
draw_window:
38
  test	 byte [red_type], 1
38
  test	 byte [red_type], 1
39
  jnz	 @f
39
  jnz	 @f
40
  test	 byte [red_type], 2
40
  test	 byte [red_type], 2
41
  jnz	 .draw_switch_button
41
  jnz	 .draw_switch_button
42
  start_draw_window 100,370,600,210,0x04224466,labelt, 35;labellen-labelt
42
  start_draw_window 100,370,600,210,0x14224466,labelt
Line 43... Line 43...
43
 
43
 
Line 44... Line 44...
44
  stdcall draw_button, 15,50,23,20,2,N_KEYCOLOR,keyText,3,TEXTCOLOR		; Esc
44
  stdcall draw_button, 15,50,23,20,2,N_KEYCOLOR,keyText,3,TEXTCOLOR		; Esc
45
 
45
 
Line 404... Line 404...
404
ret
404
ret
Line 405... Line 405...
405
 
405
 
Line 406... Line 406...
406
; DATA AREA
406
; DATA AREA
407
 
407
 
408
; Application Title
-
 
Line 409... Line 408...
409
labelt		db	'ZKEY v.0.5 - keyboard for KolibriOS'
408
; Application Title
Line 410... Line 409...
410
labellen:
409
labelt db 'ZKEY v0.51 - keyboard for KolibriOS', 0
411
 
410