Subversion Repositories Kolibri OS

Rev

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

Rev 9601 Rev 9602
Line 89... Line 89...
89
{
89
{
90
	#define ELEM_X 25
90
	#define ELEM_X 25
91
	int i;
91
	int i;
92
	incn y;
92
	incn y;
93
	y.n=0;
93
	y.n=0;
94
	DrawBar(0, Form.cheight - 40, Form.cwidth, 1, sc.work_graph);
94
	DrawBar(0, Form.cheight - 40, Form.cwidth, 1, sc.line);
95
	DrawBar(0, Form.cheight - 40+1, Form.cwidth, 1, LBUMP);
95
	DrawBar(0, Form.cheight - 40+1, Form.cwidth, 1, LBUMP);
96
	DrawCaptButton(Form.cwidth-79, Form.cheight-32, 70, 25, 19, sc.button, sc.button_text,"Apply");
96
	DrawCaptButton(Form.cwidth-79, Form.cheight-32, 70, 25, 19, sc.button, sc.button_text,"Apply");
Line 97... Line 97...
97
 
97
 
98
	WriteText(ELEM_X, y.inc(20), 0x81, sc.work_text, "Network settings");
98
	WriteText(ELEM_X, y.inc(20), 0x81, sc.work_text, "Network settings");