Subversion Repositories Kolibri OS

Rev

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

Rev 6357 Rev 6358
Line 43... Line 43...
43
 
43
 
Line 44... Line 44...
44
@use_library_mem mem.Alloc,mem.Free,mem.ReAlloc,dll.Load
44
@use_library_mem mem.Alloc,mem.Free,mem.ReAlloc,dll.Load
45
 
45
 
-
 
46
;---------------------------------------------------------
-
 
47
; *** ª®­áâ ­âë ¤«ï ¨­â¥àä¥©á  ***
-
 
48
; *** constants for interface  ***
-
 
49
 
-
 
50
; ª®à४â¨à®¢ª¨ ­  ᪨­
-
 
51
ci_offs_skin_w equ 0 ; 5 ;ª®à४â¨à®¢ª  ­  è¨à¨­ã à ¬ª¨ ᪨­ 
-
 
52
ci_offs_skin_h equ 0 ;24 ;ª®à४â¨à®¢ª  ­  ¢ëá®âã ᪨­ 
-
 
53
 
-
 
54
; £« ¢­®¥ ®ª­®
Line 46... Line 55...
46
;---------------------------------------------------------
55
ci_wnd_min_siz_x equ 585 ;minimum size x
47
; *** ª®­áâ ­âë ¤«ï ¨­â¥àä¥©á  ***
56
ci_wnd_min_siz_y equ 400 ;minimum size y
48
 
57
 
49
; ®ª­® । ªâ®à 
58
; ®ª­® । ªâ®à 
Line 50... Line 59...
50
ci_edit_wnd_x_pos  equ  5 ;ª®®à¤¨­ â  x ¤«ï ®ª­  । ªâ®à 
59
ci_edit_wnd_x_pos  equ  5 ;ª®®à¤¨­ â  x ¤«ï ®ª­  । ªâ®à 
-
 
60
ci_edit_wnd_y_pos  equ 87 ;ª®®à¤¨­ â  y ¤«ï ®ª­  । ªâ®à 
51
ci_edit_wnd_y_pos  equ 87 ;ª®®à¤¨­ â  y ¤«ï ®ª­  । ªâ®à 
61
ci_edit_wnd_border equ  3 ;à ¬ª  ¢®ªà㣠®ª­  । ªâ®à 
52
ci_edit_wnd_border equ  3 ;à ¬ª  ¢®ªà㣠®ª­  । ªâ®à 
62
 
53
 
63
; áªà®««¨­£¨
54
; áªà®««¨­£¨
64
ci_scroll_dim equ 22 ;à §¬¥àë áªà®««¨­£®¢
55
ci_scrollh_coord_x_min equ (ci_edit_wnd_x_pos+3) ;¬¨­¨¬ «ì­ ï ¯®§¨æ¨ï ¯®«§ã­ª 
65
ci_scrollh_coord_x_min equ (ci_edit_wnd_x_pos+3) ;¬¨­¨¬ «ì­ ï ¯®§¨æ¨ï ¯®«§ã­ª 
Line 116... Line 126...
116
@@:
126
@@:
117
;OpenDialog	initialisation
127
;OpenDialog	initialisation
118
	push    dword OpenDialog_data
128
	push    dword OpenDialog_data
119
	call    [OpenDialog_Init]
129
	call    [OpenDialog_Init]
120
;---------------------------------------------------------------------
130
;---------------------------------------------------------------------
-
 
131
red:
-
 
132
	call	drawwin
121
;----------------------------------------------------------
133
;----------------------------------------------------------
122
;---------------------MAIN LOOP----------------------------
134
;---------------------MAIN LOOP----------------------------
123
;----------------------------------------------------------
135
;----------------------------------------------------------
124
red:
-
 
125
	call	drawwin
136
align 4
126
still:
137
still:
127
	call	event
138
	call	event
Line 128... Line 139...
128
 
139
 
129
	cmp	eax,1
140
	cmp	eax,1