Subversion Repositories Kolibri OS

Rev

Rev 3731 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. ;---------------------------------------------------------------------
  2. files_information_window_x: dd 100 shl 16 + 250
  3. files_information_window_y: dd 100 shl 16 + 300
  4. ;---------------------------------------------------------------------
  5. error_window_x: dd 100 shl 16 + 250
  6. error_window_y: dd 100 shl 16 + 80
  7. ;---------------------------------------------------------------------
  8. mouse_key_delay dd 100
  9. ;---------------------------------------------------------------------
  10. files_counter dd 0
  11. directories_counter dd 0
  12. files_size:
  13.      .low dd 0
  14.      .high dd 0
  15. ;---------------------------------------------------------------------
  16. open_param dd 0
  17. ;---------------------------------------------------------------------
  18. PID  dd 0
  19. active_process dd 0
  20. ;---------------------------------------------------------------------
  21. window_high     dd 0
  22. window_width         dd 0
  23. window_status dd 0
  24. skin_high            dd 0
  25. fbutton_width        dd 0
  26. drawing_panel_folder db 0 ; 1-left, 2 right
  27. left_panel_x:
  28.     .size_x              dw 0
  29.     .start_x         dw 0
  30. left_panel_y:
  31.     .size_y              dw 0
  32.     .start_y         dw 0
  33. right_panel_x:
  34.     .size_x              dw 0
  35.     .start_x         dw 0
  36. right_panel_y:
  37.     .size_y              dw 0
  38.     .start_y         dw 0
  39. ;---------------------------------------------------------------------
  40. mouse_position:
  41.     .y           dw 0
  42.     .x       dw 0
  43. mouse_keys dd 0
  44. mouse_keys_delta db 0
  45. mouse_keys_delta_1 db 0
  46. scroll_bar_event db 0
  47. scroll_pointer db 0
  48. scroll_pointer_1 db 0
  49. mouse_keys_tick dd 0
  50. mouse_scroll_data:
  51.     .vertical   dw 0
  52.     .horizontal dw 0
  53. left_scroll_compens dd 0
  54. right_scroll_compens dd 0
  55. ;---------------------------------------------------------------------
  56. device_present:
  57.     .rd     db 0
  58.     .fd     db 0
  59.     .hd0        db 0
  60.     .hd1        db 0
  61.     .hd2        db 0
  62.     .hd3        db 0
  63.     .cd0        db 0
  64.     .cd1        db 0
  65.     .cd2        db 0
  66.     .cd3        db 0
  67. ;device_present_text_counter dd 0
  68. device_present_buffer:
  69.     .fd       db 0
  70.     .hd_cd        db 0
  71.     .hd0_part db 0
  72.     .hd1_part db 0
  73.     .hd2_part db 0
  74.     .hd3_part db 0
  75.     rb 4
  76. ;---------------------------------------------------------------------
  77. copy_many_files:
  78.      db 0
  79. max_progress_value dd 0
  80. current_progress_value dd 0
  81. current_progress_value_1 dd 0
  82. temp_progress_value:
  83.      dd 0
  84. draw_all_progressbar db 0
  85. amount_output_numbers dd 0
  86. ;---------------------------------------------------------------------
  87. max_panel_line dd 0
  88. temp_panel_end dd 0
  89. ;---------------------------------------------------------------------
  90. left_start_draw_line dd 0
  91. left_folder_block dd 0
  92. left_start_draw_cursor_line dw 0
  93. ;left_panel_clear_all db 0
  94. ;---------------------------------------------------------------------
  95. right_start_draw_line dd 0
  96. right_folder_block dd 0
  97. right_start_draw_cursor_line dw 0
  98. ;right_panel_clear_all db 0
  99. ;---------------------------------------------------------------------
  100. sort_counter dd 0
  101. sorting_low_limit dd 0
  102. sorting_high_limit dd 0
  103. dir_or_file  db  0
  104. dir_temp_counter dd 0
  105. dir_temp_counter_1 dd 0
  106. draw_scroll_character db 0
  107. nesting_direction db 0
  108. ;---------------------------------------------------------------------
  109. left_marked_counter dd 0
  110. right_marked_counter dd 0
  111. marked_file db 0
  112. marked_action db 0
  113. mark_action_counter db 0
  114. work_confirmation db 0
  115. work_confirmation_yes db 0
  116. delete_marked_yes db 0
  117. inf_marked_yes db 0
  118. confirmation_type dd 0
  119. move_file_flag db 0
  120. recursive_pointer dd 0
  121. ;---------------------------------------------------------------------
  122. search_pre_folder db 0
  123. not_clear_lines db 0
  124. select_panel_counter db 0
  125. extended_key db 0
  126. start_draw_menu_cursor_line dd 0
  127. press_enter_menu db  0
  128. close_menu db 0
  129. extension_start dd 0
  130. extension_size dd 0
  131. file_name_length dd 0
  132. temp_counter_dword dd 0
  133. error_pointer dd 0
  134. file_system_error dd 0
  135. exit_to_dir db 0
  136. exit_dir db 0
  137. end_tag dd 0
  138. icons_end_tag dd 0
  139. use_patch db 0
  140. ;---------------------------------------------------------------------
  141. appl_memory dd 0
  142. appl_memory_old dd 0
  143. buttons_img_start dd 0
  144. ini_file_start dd 0
  145. left_folder_data dd 0
  146. right_folder_data dd 0
  147. ;---------------------------------------------------------------------
  148. shift_flag db 0
  149. ctrl_flag  db 0
  150. alt_flag   db 0
  151. ;---------------------------------------------------------------------
  152. left_sort_flag dd 0
  153. right_sort_flag dd 0
  154. ;---------------------------------------------------------------------
  155. retrieved_devices_table_counter dd 0
  156. temp_counter db 0
  157. temp_counter_1 dd 0
  158. ;---------------------------------------------------------------------
  159. ; for EDITBOX
  160. mouse_flag: dd 0x0
  161. ;---------------------------------------------------------------------
  162. create_dir_name:
  163.     db 0
  164.     rb 256
  165. ;---------------------------------------------------------------------
  166. retrieved_devices_table:
  167.     rb 10*100
  168. ;---------------------------------------------------------------------
  169. procinfo:
  170.     rb 1024
  171. ;---------------------------------------------------------------------
  172. type_name:
  173.         rb 512
  174. ;---------------------------------------------------------------------
  175. type_size_string:
  176.         rb 32
  177. ;---------------------------------------------------------------------
  178. type_files_string:
  179.         rb 16
  180. ;---------------------------------------------------------------------
  181. type_directories_string:
  182.         rb 16
  183. ;---------------------------------------------------------------------
  184. delete_dir_data:
  185.     rb 32
  186. ;---------------------------------------------------------------------
  187. ;stack
  188.         align 4
  189.         rb 512
  190. stacktop:
  191. ;---------------------------------------------------------------------
  192.         align 4
  193.         rb 4096
  194. thread_stack:
  195. ;---------------------------------------------------------------------
  196. file_features_temp_area:
  197.     rb 40
  198. ;---------------------------------------------------------------------
  199. initial_data:
  200.     rb 4096
  201. ;---------------------------------------------------------------------
  202. path:
  203.     rb 4096
  204. ;---------------------------------------------------------------------
  205. file_name:
  206.     rb 4096
  207. ;---------------------------------------------------------------------
  208. start_parameter:
  209.     rb 4096
  210. ;---------------------------------------------------------------------
  211. read_folder_name:
  212.     rb 4096
  213. ;---------------------------------------------------------------------
  214. read_folder_1_name:
  215.     rb 4096
  216. ;---------------------------------------------------------------------
  217. ; for EDITBOX
  218. ;structure_of_potock:
  219. ;    rb 1024
  220. ;---------------------------------------------------------------------