Subversion Repositories Kolibri OS

Rev

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

Rev 2354 Rev 3184
Line 740... Line 740...
740
edit_box_draw   dd      aEdit_box_draw
740
edit_box_draw   dd      aEdit_box_draw
741
edit_box_key    dd      aEdit_box_key
741
edit_box_key    dd      aEdit_box_key
742
edit_box_mouse  dd      aEdit_box_mouse
742
edit_box_mouse  dd      aEdit_box_mouse
743
;version_ed      dd      aVersion_ed
743
;version_ed      dd      aVersion_ed
Line -... Line 744...
-
 
744
 
744
 
745
init_checkbox   dd      aInit_checkbox
745
check_box_draw  dd      aCheck_box_draw
746
check_box_draw  dd      aCheck_box_draw
746
check_box_mouse dd      aCheck_box_mouse
747
check_box_mouse dd      aCheck_box_mouse
Line 747... Line 748...
747
;version_ch      dd      aVersion_ch
748
;version_ch      dd      aVersion_ch
Line 778... Line 779...
778
aEdit_box_draw  db 'edit_box',0
779
aEdit_box_draw  db 'edit_box',0
779
aEdit_box_key   db 'edit_box_key',0
780
aEdit_box_key   db 'edit_box_key',0
780
aEdit_box_mouse db 'edit_box_mouse',0
781
aEdit_box_mouse db 'edit_box_mouse',0
781
;aVersion_ed     db 'version_ed',0
782
;aVersion_ed     db 'version_ed',0
Line -... Line 783...
-
 
783
 
782
 
784
aInit_checkbox   db 'init_checkbox2',0
783
aCheck_box_draw  db 'check_box_draw',0
785
aCheck_box_draw  db 'check_box_draw2',0
784
aCheck_box_mouse db 'check_box_mouse',0
786
aCheck_box_mouse db 'check_box_mouse2',0
Line 785... Line 787...
785
;aVersion_ch      db 'version_ch',0
787
;aVersion_ch      db 'version_ch2',0
786
 
788
 
787
aOption_box_draw  db 'option_box_draw',0
789
aOption_box_draw  db 'option_box_draw',0
Line 950... Line 952...
950
option_group2   dd sort2
952
option_group2   dd sort2
951
option_group2_old dd 0
953
option_group2_old dd 0
Line 952... Line 954...
952
 
954
 
953
option_boxes_sort       dd sort0, sort2, sort4, sort6,0
955
option_boxes_sort       dd sort0, sort2, sort4, sort6,0
954
;---------------------------------------------------------------------
956
;---------------------------------------------------------------------
Line 955... Line 957...
955
check1 check_box 120,50,6,12,0xFFFFFF,0,0xffffff,check_text1,14,0  ;ch_flag_en
957
check1 check_box2 (120 shl 16)+12,(50 shl 16)+12,6,0xFFFFFF,0,0xffffff,check_text1,ch_flag_middle  ;ch_flag_en
Line 956... Line 958...
956
 
958
 
957
check_text1 db 'Show file name'
959
check_text1 db 'Show file name',0
958
 
960
 
Line 959... Line 961...
959
show_file_name_old dd 0
961
show_file_name_old dd 0
Line 960... Line 962...
960
;---------------------------------------------------------------------
962
;---------------------------------------------------------------------
961
check2 check_box 120,70,6,12,0xFFFFFF,0,0xffffff,check_text2,14,0  ;ch_flag_en
963
check2 check_box2 (120 shl 16)+12,(70 shl 16)+12,6,0xFFFFFF,0,0xffffff,check_text2,ch_flag_middle  ;ch_flag_en
962
 
964
 
963
check_text2 db 'Bilinear filtering'
965
check_text2 db 'Bilinear filtering',0