Subversion Repositories Kolibri OS

Rev

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

Rev 2664 Rev 2672
Line 100... Line 100...
100
	mcall	-1 ;exit if not open box_lib.obj
100
	mcall	-1 ;exit if not open box_lib.obj
101
@@:
101
@@:
102
	mcall	40,0x27 ;¬ áª  á¨á⥬­ëå ᮡë⨩
102
	mcall	40,0x27 ;¬ áª  á¨á⥬­ëå ᮡë⨩
103
;---------------------------------------------------------------------
103
;---------------------------------------------------------------------
104
init_checkboxes2 ch1_dbg,ch1_dbg+ch_struc_size
104
init_checkboxes2 ch1_dbg,ch1_dbg+ch_struc_size
105
get_sys_colors 1,0
-
 
106
edit_boxes_set_sys_color edit1,editboxes_end,sc
-
 
107
check_boxes_set_sys_color2 ch1_dbg,ch1_dbg+ch_struc_size,sc
-
 
108
;---------------------------------------------------------------------
105
;---------------------------------------------------------------------
109
; OpenDialog initialisation
106
; OpenDialog initialisation
110
	push dword OpenDialog_data
107
	push dword OpenDialog_data
111
	call dword [OpenDialog_Init]
108
	call dword [OpenDialog_Init]
112
;---------------------------------------------------------------------
109
;---------------------------------------------------------------------
Line 183... Line 180...
183
	ret
180
	ret
184
;---------------------------------------------------------------------
181
;---------------------------------------------------------------------
185
draw_window:
182
draw_window:
186
	pusha
183
	pusha
187
	mcall	12,1 ; Start of draw
184
	mcall	12,1 ; Start of draw
-
 
185
	
188
;get_sys_colors 1,0
186
	get_sys_colors 1,0
-
 
187
	edit_boxes_set_sys_color edit1,editboxes_end,sc
-
 
188
	check_boxes_set_sys_color2 ch1_dbg,ch1_dbg+ch_struc_size,sc
Line 189... Line 189...
189
 
189
 
190
	mov	edx,[sc.work]
190
	mov	edx,[sc.work]
191
	or	edx,0x33000000
191
	or	edx,0x33000000
192
	xor	eax,eax
192
	xor	eax,eax