Subversion Repositories Kolibri OS

Rev

Rev 9597 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9597 Rev 9602
Line 167... Line 167...
167
	if (Form.height < 200) { MoveSize(OLD,OLD,OLD,200); return; }
167
	if (Form.height < 200) { MoveSize(OLD,OLD,OLD,200); return; }
168
	SelectList_Init( 0, TOOLBAR_H, 
168
	SelectList_Init( 0, TOOLBAR_H, 
169
		Form.cwidth-scroll1.size_x-1, 
169
		Form.cwidth-scroll1.size_x-1, 
170
		Form.cheight-TOOLBAR_H-1);
170
		Form.cheight-TOOLBAR_H-1);
171
	SelectList_Draw();
171
	SelectList_Draw();
172
	DrawBar(0, TOOLBAR_H-1, Form.cwidth, 1, sc.work_graph);
172
	DrawBar(0, TOOLBAR_H-1, Form.cwidth, 1, sc.line);
173
	DrawBar(0, 0, Form.cwidth, TOOLBAR_H-1, sc.work);
173
	DrawBar(0, 0, Form.cwidth, TOOLBAR_H-1, sc.work);
174
	DrawEditBox(#edit_name);
174
	DrawEditBox(#edit_name);
175
	WriteText(edit_name.left-2, edit_name.top-20, 0x90, sc.work_text, T_SEARCH_NAME);
175
	WriteText(edit_name.left-2, edit_name.top-20, 0x90, sc.work_text, T_SEARCH_NAME);
176
	edit_path.width = Form.cwidth - 314;
176
	edit_path.width = Form.cwidth - 314;
177
	DrawFileBox(#edit_path, T_SEARCH_PATH, BTN_CHOOSE_PATH);
177
	DrawFileBox(#edit_path, T_SEARCH_PATH, BTN_CHOOSE_PATH);