Subversion Repositories Kolibri OS

Rev

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

Rev 7458 Rev 7532
Line 178... Line 178...
178
	tbButtonOffset.draw(22, y.inc(32));
178
	tbButtonOffset.draw(22, y.inc(32));
179
	DrawFrame(PD, frame_y, Form.cwidth-PD-PD, y.inc(32)-frame_y, TASK_FRAME_T);
179
	DrawFrame(PD, frame_y, Form.cwidth-PD-PD, y.inc(32)-frame_y, TASK_FRAME_T);
180
	//DOCKY
180
	//DOCKY
181
	frame_y = calc(y.inc(20));
181
	frame_y = calc(y.inc(20));
182
	DefineButton(22, y.inc(18), PIMG_W-1, PIMG_H-1, 200 + BT_HIDE, 0);
182
	DefineButton(22, y.inc(18), PIMG_W-1, PIMG_H-1, 200 + BT_HIDE, 0);
183
	DrawPanelsImage(y.n, dkLocation);
183
	DrawPanelsImage(y.n, dkLocation+1);
184
	WriteText(68, y.inc(7), 0x90, system.color.work_text, CHANGE_POS);
184
	WriteText(68, y.inc(7), 0x90, system.color.work_text, CHANGE_POS);
185
	dkFsize.draw(22, y.inc(35)); 
185
	dkFsize.draw(22, y.inc(35)); 
186
	dkAshow.draw(win_center_x, y.n);
186
	dkAshow.draw(win_center_x, y.n);
187
	DrawFrame(PD, frame_y, Form.cwidth-PD-PD, Form.cheight-frame_y-PD, DOCK_FRAME_T);
187
	DrawFrame(PD, frame_y, Form.cwidth-PD-PD, Form.cheight-frame_y-PD, DOCK_FRAME_T);
188
}
188
}