Subversion Repositories Kolibri OS

Rev

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

Rev 6369 Rev 6371
Line 57... Line 57...
57
; £« ¢­®¥ ®ª­®
57
; £« ¢­®¥ ®ª­®
58
ci_wnd_min_siz_x equ 585 ;minimum size x
58
ci_wnd_min_siz_x equ 585 ;minimum size x
59
ci_wnd_min_siz_y equ 400 ;minimum size y
59
ci_wnd_min_siz_y equ 400 ;minimum size y
Line 60... Line 60...
60
 
60
 
61
; ¯ ­¥«ì ¨­áâà㬥­â®¢
61
; ¯ ­¥«ì ¨­áâà㬥­â®¢
62
ci_panel_x_pos equ  0 ;ª®®à¤¨­ â  x ¤«ï ¯ ­¥«¨
62
ci_panel_x_pos equ  0 ;ª®®à¤. x ¤«ï ¯ ­¥«¨
63
ci_panel_y_pos equ 20 ;ª®®à¤¨­ â  y ¤«ï ¯ ­¥«¨
63
ci_panel_y_pos equ 20 ;ª®®à¤. y ¤«ï ¯ ­¥«¨
64
ci_panel_but_y1 equ ci_panel_y_pos +5 ;ª®®à¤¨­ â  y ¤«ï 1-£® à鸞 ª­®¯®ª
64
ci_panel_but_y1 equ ci_panel_y_pos +5 ;ª®®à¤. y ¤«ï 1-£® à鸞 ª­®¯®ª
65
ci_panel_but_y2 equ ci_panel_y_pos+30 ;ª®®à¤¨­ â  y ¤«ï 2-£® à鸞 ª­®¯®ª
65
ci_panel_but_y2 equ ci_panel_y_pos+30 ;ª®®à¤. y ¤«ï 2-£® à鸞 ª­®¯®ª
-
 
66
ci_palete_y_pos equ ci_panel_y_pos+51 ;ª®®à¤. y ¤«ï ¯ «¨âàë 梥⮢
Line 66... Line 67...
66
ci_palete_y_pos equ ci_panel_y_pos+51 ;ª®®à¤¨­ â  y ¤«ï ¯ «¨âàë 梥⮢
67
ci_panel_zoom_x equ 178 ;ª®®à¤. x ¤«ï ª­®¯®ª ¯ ­¥«¨ ¬ áèâ ¡ 
67
 
68
 
68
; ®ª­® । ªâ®à 
69
; ®ª­® । ªâ®à 
69
ci_edit_wnd_x_pos  equ  0 ;ª®®à¤¨­ â  x ¤«ï ®ª­  । ªâ®à 
70
ci_edit_wnd_x_pos  equ  0 ;ª®®à¤. x ¤«ï ®ª­  । ªâ®à 
Line 70... Line 71...
70
ci_edit_wnd_y_pos  equ 71 ;ª®®à¤¨­ â  y ¤«ï ®ª­  । ªâ®à 
71
ci_edit_wnd_y_pos  equ 71 ;ª®®à¤. y ¤«ï ®ª­  । ªâ®à 
71
ci_edit_wnd_border equ  3 ;à ¬ª  ¢®ªà㣠®ª­  । ªâ®à 
72
ci_edit_wnd_border equ  3 ;à ¬ª  ¢®ªà㣠®ª­  । ªâ®à 
72
 
73
 
Line 193... Line 194...
193
include	'time.inc'
194
include	'time.inc'
194
include	'menu.inc'
195
include	'menu.inc'
195
;-----------------------------------------------------------
196
;-----------------------------------------------------------
196
;------------variables and data of program------------------
197
;------------variables and data of program------------------
197
;-----------------------------------------------------------
198
;-----------------------------------------------------------
198
sound_havent_memory	db 150,64,0
199
;sound_havent_memory db 150,64,0
Line 199... Line 200...
199
 
200
 
200
include 'lib_data.inc'
201
include 'lib_data.inc'
201
include	'panel_data.inc'
202
include	'panel_data.inc'
202
include	'palitra256.inc'
203
include	'palitra256.inc'
Line 208... Line 209...
208
;----------------------------------------------------------
209
;----------------------------------------------------------
209
align 4
210
align 4
210
panel_picture:
211
panel_picture:
211
file 'panel_buttons.png'
212
file 'panel_buttons.png'
212
.end:
213
.end:
-
 
214
align 4
-
 
215
panel_zoom:
-
 
216
file 'panel_zoom.png'
-
 
217
.end:
213
;****************cursors******************
218
;****************cursors******************
214
brush_cursor:
219
brush_cursor:
215
file 'brush.cur'
220
file 'brush.cur'
216
flood_fill_cursor:
221
flood_fill_cursor:
217
file 'flood_fill.cur'
222
file 'flood_fill.cur'