Subversion Repositories Kolibri OS

Rev

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

Rev 6404 Rev 6505
Line 230... Line 230...
230
	DrawBar(17,actions_y+75,160,15,col_lpanel); //ñèíèé ïðÿìîóãîëüíèê - ïîä äåâàéñàìè
230
	DrawBar(17,actions_y+75,160,15,col_lpanel); //ñèíèé ïðÿìîóãîëüíèê - ïîä äåâàéñàìè
231
	PutShadow(17,actions_y+75,160,1,1,3);
231
	PutShadow(17,actions_y+75,160,1,1,3);
232
	PutShadow(18,actions_y+75+1,158,1,1,1);
232
	PutShadow(18,actions_y+75+1,158,1,1,1);
233
	DrawBar(2,56,15,actions_y+103,col_lpanel);	          //ñèíèé ïðÿìîóãîëüíèê - ñëåâà       
233
	DrawBar(2,56,15,actions_y+103,col_lpanel);	          //ñèíèé ïðÿìîóãîëüíèê - ñëåâà       
234
	DrawBar(177,56,15,actions_y+103,col_lpanel);            //ñèíèé ïðÿìîóãîëüíèê - ñïðàâà
234
	DrawBar(177,56,15,actions_y+103,col_lpanel);            //ñèíèé ïðÿìîóãîëüíèê - ñïðàâà
235
	onTop1 = Form.cheight-start_y-2-16;
235
	onTop1 = Form.cheight-start_y-2;
236
	if (onTop1 < 268)
236
	if (onTop1 < 268)
237
	{
237
	{
-
 
238
		if (show_status_bar) onTop1 = Form.cheight-start_y-2-16;
238
		PutPaletteImage(#blue_hl, 190, onTop1, 2, start_y, 8, #blue_hl_pal);
239
		PutPaletteImage(#blue_hl, 190, onTop1, 2, start_y, 8, #blue_hl_pal);
239
	}
240
	}
240
	else
241
	else
241
	{
242
	{
242
		DrawBar(2,start_y,190, onTop1-268, col_lpanel);
243
		DrawBar(2,start_y,190, onTop1-268, col_lpanel);
-
 
244
		if (show_status_bar) onTop1 = Form.cheight-start_y-2-16;
243
		PutPaletteImage(#blue_hl, 190, 268, 2, Form.cheight-270, 8, #blue_hl_pal);
245
		PutPaletteImage(#blue_hl, 190, 268, 2, Form.cheight-270, 8, #blue_hl_pal);
244
	}
246
	}
245
	PutShadow(17,start_y,160,1,1,3);
247
	PutShadow(17,start_y,160,1,1,3);
246
	PutShadow(18,start_y+1,158,1,1,1);
248
	PutShadow(18,start_y+1,158,1,1,1);
247
}
249
}
248
>
250
>