Subversion Repositories Kolibri OS

Rev

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

Rev 6990 Rev 7004
Line 105... Line 105...
105
 
105
 
106
#define STATUS_BAR_H 16;
106
#define STATUS_BAR_H 16;
Line 107... Line 107...
107
int status_bar_h = 0;
107
int status_bar_h = 0;
108
 
108
 
109
edit_box new_file_ed = {200,213,180,0xFFFFFF,0x94AECE,0xFFFFFF,0xFFFFFF,0x10000000,248,#new_element_name,#mouse_dd,100000000000010b,6,0};
109
edit_box new_file_ed = {200,213,180,0xFFFFFF,0x94AECE,0xFFFFFF,0xFFFFFF,0x10000000,248,#new_element_name,#mouse_dd,100000000000010b,6,0};
110
PathShow_data FileShow = {0, 56,215, 6, 100, 0, 0, 0x0, 0xFFFfff, #file_name, #temp, 0};
110
PathShow_data FileShow = {0, 56,215, 8, 100, 1, 0, 0x0, 0xFFFfff, #file_name, #temp, 0};
111
byte cmd_free=0;
111
byte cmd_free=0;
Line 112... Line 112...
112
#include "include\translations.h"
112
#include "include\translations.h"
Line 729... Line 729...
729
		{
729
		{
730
			FileShow.start_x = files.x + 23;
730
			FileShow.start_x = files.x + 23;
731
			FileShow.font_color = text_col;
731
			FileShow.font_color = text_col;
732
			FileShow.area_size_x = files.w - 164;
732
			FileShow.area_size_x = files.w - 164;
733
			FileShow.text_pointer = file_name_off;
733
			FileShow.text_pointer = file_name_off;
734
			FileShow.start_y = files.text_y + y + 1;
734
			FileShow.start_y = files.text_y + y - 3;
735
			PathShow_prepare stdcall(#FileShow);
735
			PathShow_prepare stdcall(#FileShow);
736
			PathShow_draw stdcall(#FileShow);
736
			PathShow_draw stdcall(#FileShow);
737
		}		
737
		}		
738
	}
738
	}
739
	else
739
	else
Line 829... Line 829...
829
 
829
 
830
void Del_Form()
830
void Del_Form()
831
{
831
{
832
	byte f_count[128];
832
	byte f_count[128];
833
	int dform_x = files.w - 220 / 2 + files.x;
833
	int dform_x = files.w - 220 / 2 + files.x;
834
	if (!strncmp(#file_name,".",2)) || (!strncmp(#file_name,"..",2)) return;
834
	if (selected_count==0) && (!strncmp(#file_name,"..",2)) return;
835
	else
835
	else
836
	{
836
	{
837
		if (!files.count) return;
837
		if (!files.count) return;
838
		DrawEolitePopup(T_YES, T_NO);
838
		DrawEolitePopup(T_YES, T_NO);