Subversion Repositories Kolibri OS

Rev

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

Rev 5714 Rev 6176
Line 100... Line 100...
100
	DrawBar(0, Form.cheight - 40, Form.cwidth, 1, system.color.work_graph);
100
	DrawBar(0, Form.cheight - 40, Form.cwidth, 1, system.color.work_graph);
101
	DrawBar(0, Form.cheight - 40+1, Form.cwidth, 1, LBUMP);
101
	DrawBar(0, Form.cheight - 40+1, Form.cwidth, 1, LBUMP);
102
	DrawCaptButton(Form.cwidth-79, Form.cheight-32, 70, 25, 19, system.color.work_button, system.color.work_button_text,"Apply");
102
	DrawCaptButton(Form.cwidth-79, Form.cheight-32, 70, 25, 19, system.color.work_button, system.color.work_button_text,"Apply");
Line 103... Line 103...
103
 
103
 
104
	WriteTextB(ELEM_X, 20, 0x90, system.color.work_text, "Network settings");
104
	WriteTextB(ELEM_X, 20, 0x90, system.color.work_text, "Network settings");
105
	CheckBox(ELEM_X, 45, 12, 12, 17, "Use custom settings", system.color.work_graph, system.color.work_text, checked[0]);
105
	CheckBox(ELEM_X, 45, 17, "Use custom settings", checked[0]);
106
	CheckBox(ELEM_X, 65, 12, 12, 18, "Manual configuration", system.color.work_graph, system.color.work_text, checked[1]);
106
	CheckBox(ELEM_X, 65, 18, "Manual configuration", checked[1]);
107
	for (i=0; i<4; i++)
107
	for (i=0; i<4; i++)
108
	{
108
	{
109
		WriteText(ELEM_X+40, i*25+4+POP_server_box.top, 0x80, system.color.work_text, text1[i]);
109
		WriteText(ELEM_X+40, i*25+4+POP_server_box.top, 0x80, system.color.work_text, text1[i]);
110
		DrawRectangle(POP_server_box.left-1, i*25+POP_server_box.top-1, POP_server_box.width+2, 16, system.color.work_graph);
110
		DrawRectangle(POP_server_box.left-1, i*25+POP_server_box.top-1, POP_server_box.width+2, 16, system.color.work_graph);