Subversion Repositories Kolibri OS

Rev

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

Rev 7611 Rev 7634
Line 235... Line 235...
235
{
235
{
236
	int actions_y = SystemDiscs.list.count*16;
236
	int actions_y = SystemDiscs.list.count*16;
237
	int start_y = actions_y+156;
237
	int start_y = actions_y+156;
238
	int area_h;
238
	int area_h;
239
	DrawBar(2,41,190,15,col_lpanel);		      //ñèíèé ïðÿìîóãîëüíèê - íàä äåâàéñàìè
239
	DrawBar(2,41,190,15,col.lpanel);		      //ñèíèé ïðÿìîóãîëüíèê - íàä äåâàéñàìè
240
	DrawBar(17,actions_y+75,160,15,col_lpanel); //ñèíèé ïðÿìîóãîëüíèê - ïîä äåâàéñàìè
240
	DrawBar(17,actions_y+75,160,15,col.lpanel); //ñèíèé ïðÿìîóãîëüíèê - ïîä äåâàéñàìè
241
	PutShadow(17,actions_y+75,160,1,1,3);
241
	PutShadow(17,actions_y+75,160,1,1,3);
242
	PutShadow(18,actions_y+75+1,158,1,1,1);
242
	PutShadow(18,actions_y+75+1,158,1,1,1);
243
	DrawBar(2,56,15,actions_y+103,col_lpanel);	          //ñèíèé ïðÿìîóãîëüíèê - ñëåâà       
243
	DrawBar(2,56,15,actions_y+103,col.lpanel);	          //ñèíèé ïðÿìîóãîëüíèê - ñëåâà       
244
	DrawBar(177,56,15,actions_y+103,col_lpanel);            //ñèíèé ïðÿìîóãîëüíèê - ñïðàâà
244
	DrawBar(177,56,15,actions_y+103,col.lpanel);            //ñèíèé ïðÿìîóãîëüíèê - ñïðàâà
245
	area_h = Form.cheight-start_y-2 - status_bar_h;
245
	area_h = Form.cheight-start_y-2 - status_bar_h;
246
	if (area_h < 268)
246
	if (col.lpanel == 0x00699C) 
247
	{
247
	{
248
		PutPaletteImage(#blue_hl, 190, area_h, 2, start_y, 8, #blue_hl_pal);
248
		if (area_h < 268){
-
 
249
			PutPaletteImage(#blue_hl, 190, area_h, 2, start_y, 8, #blue_hl_pal);
249
	}
250
		} else {
250
	else
-
 
251
	{
251
			DrawBar(2,start_y,190, area_h-268, col.lpanel);
252
		DrawBar(2,start_y,190, area_h-268, col_lpanel);
-
 
253
		PutPaletteImage(#blue_hl, 190, 268, 2, Form.cheight-270-status_bar_h, 8, #blue_hl_pal);
252
			PutPaletteImage(#blue_hl, 190, 268, 2, Form.cheight-270-status_bar_h, 8, #blue_hl_pal);
254
	}
253
		}
255
	PutShadow(17,start_y,160,1,1,3);
254
	}
-
 
255
	else {
-
 
256
		DrawBar(2,start_y,190, area_h, col.lpanel);
-
 
257
	}
-
 
258
	PutShadow(17,start_y,160,1,1,3);
256
	PutShadow(18,start_y+1,158,1,1,1);
259
	PutShadow(18,start_y+1,158,1,1,1);
257
}
260
}
258
>
261
>
259
262