Subversion Repositories Kolibri OS

Rev

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

Rev 6217 Rev 6278
Line 126... Line 126...
126
	} 
126
	} 
127
	WriteText(cleft, ed.top + 4, 0x80, system.color.work_text, "URL:");
127
	WriteText(cleft, ed.top + 4, 0x80, system.color.work_text, "URL:");
128
	ed.left = strlen("URL:")*6 + 10 + cleft;
128
	ed.left = strlen("URL:")*6 + 10 + cleft;
129
	ed.width = DL_Form.cwidth - ed.left - cleft - 3;
129
	ed.width = DL_Form.cwidth - ed.left - cleft - 3;
130
	ed.offset=0;
130
	ed.offset=0;
131
	edit_box_draw stdcall(#ed);
131
	//edit_box_draw stdcall(#ed);
-
 
132
	DrawEditBox(#ed);
132
	DrawRectangle(ed.left-1, ed.top-1, ed.width+2, 16, ed.blur_border_color);
133
	//DrawRectangle(ed.left-1, ed.top-1, ed.width+2, 16, ed.blur_border_color);
133
	DrawRectangle(ed.left-2, ed.top-2, ed.width+4, 18, border_color);
134
	//DrawRectangle(ed.left-2, ed.top-2, ed.width+4, 18, border_color);
134
}
135
}
Line 135... Line 136...
135
 
136
 
136
void StartDownloading()
137
void StartDownloading()
137
{
138
{