Subversion Repositories Kolibri OS

Rev

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

Rev 6193 Rev 6278
Line 181... Line 181...
181
	DrawBar(0,0, Form.cwidth, Form.cheight, system.color.work);
181
	DrawBar(0,0, Form.cwidth, Form.cheight, system.color.work);
Line 182... Line 182...
182
	
182
	
183
	WriteText(panel_x,panel_y,0x80,system.color.work_text,"Your Email:");
183
	WriteText(panel_x,panel_y,0x80,system.color.work_text,"Your Email:");
184
	login_box.left = panel_x+3;
184
	login_box.left = panel_x+3;
185
	login_box.top = panel_y+15;
-
 
186
	edit_box_draw stdcall(#login_box);
185
	login_box.top = panel_y+15;
Line 187... Line 186...
187
	EditBox(#login_box);
186
	DrawEditBox(#login_box);
188
	
187
	
189
	WriteText(panel_x,panel_y+40,0x80,system.color.work_text,"Password:");
188
	WriteText(panel_x,panel_y+40,0x80,system.color.work_text,"Password:");
190
	pass_box.left = panel_x+3;
-
 
191
	pass_box.top = panel_y+55;
189
	pass_box.left = panel_x+3;
Line 192... Line 190...
192
	edit_box_draw stdcall(#pass_box);
190
	pass_box.top = panel_y+55;
193
	EditBox(#pass_box);
191
	DrawEditBox(#pass_box);
194
	
192
	
195
	if (!aim)
193
	if (!aim)