Subversion Repositories Kolibri OS

Rev

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

Rev 7252 Rev 7373
Line 97... Line 97...
97
	DrawBar(0, Form.cheight - 40+1, Form.cwidth, 1, LBUMP);
97
	DrawBar(0, Form.cheight - 40+1, Form.cwidth, 1, LBUMP);
98
	DrawCaptButton(Form.cwidth-79, Form.cheight-32, 70, 25, 19, system.color.work_button, system.color.work_button_text,"Apply");
98
	DrawCaptButton(Form.cwidth-79, Form.cheight-32, 70, 25, 19, system.color.work_button, system.color.work_button_text,"Apply");
Line 99... Line 99...
99
 
99
 
100
	WriteText(ELEM_X, y.inc(20), 0x81, system.color.work_text, "Network settings");
100
	WriteText(ELEM_X, y.inc(20), 0x81, system.color.work_text, "Network settings");
101
	automatic.draw(ELEM_X, y.inc(65));
101
	automatic.draw(ELEM_X, y.inc(65));
102
	EDI = system.color.work;
102
	for (i=0; i<4; i++)	{
-
 
103
		WriteTextWithBg(ELEM_X+40, i*35+POP_server_box.top + 3, 0xD0, system.color.work_text, text1[i], system.color.work);
103
	for (i=0; i<4; i++)	WriteText(ELEM_X+40, i*35+POP_server_box.top + 3, 0xD0, system.color.work_text, text1[i]);
104
	}
104
	DrawEditBox(#POP_server_box);
105
	DrawEditBox(#POP_server_box);
105
	DrawEditBox(#POP_server_port_box);
106
	DrawEditBox(#POP_server_port_box);
106
	DrawEditBox(#SMTP_server_box);
107
	DrawEditBox(#SMTP_server_box);
107
	DrawEditBox(#SMTP_server_port_box);
108
	DrawEditBox(#SMTP_server_port_box);
108
}
109
}