Subversion Repositories Kolibri OS

Rev

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

Rev 3848 Rev 3877
Line 146... Line 146...
146
{
146
{
147
	int actions_y=disc_num*16;
147
	int actions_y=disc_num*16;
148
	int start_y = actions_y+156;
148
	int start_y = actions_y+156;
149
	DrawBar(2,41,190,15,col_lpanel);		      //ñèíèé ïðÿìîóãîëüíèê - íàä äåâàéñàìè
149
	DrawBar(2,41,190,15,col_lpanel);		      //ñèíèé ïðÿìîóãîëüíèê - íàä äåâàéñàìè
150
	DrawBar(17,actions_y+75,160,15,col_lpanel); //ñèíèé ïðÿìîóãîëüíèê - ïîä äåâàéñàìè
150
	DrawBar(17,actions_y+75,160,15,col_lpanel); //ñèíèé ïðÿìîóãîëüíèê - ïîä äåâàéñàìè
151
	PutShadow(17,actions_y+75,160,1,1,4);
151
	PutShadow(17,actions_y+75,160,1,1,3);
152
	PutShadow(18,actions_y+75+1,158,1,1,1);
152
	PutShadow(18,actions_y+75+1,158,1,1,1);
153
	DrawBar(2,56,15,actions_y+103,col_lpanel);	          //ñèíèé ïðÿìîóãîëüíèê - ñëåâà       
153
	DrawBar(2,56,15,actions_y+103,col_lpanel);	          //ñèíèé ïðÿìîóãîëüíèê - ñëåâà       
154
	DrawBar(177,56,15,actions_y+103,col_lpanel);            //ñèíèé ïðÿìîóãîëüíèê - ñïðàâà
154
	DrawBar(177,56,15,actions_y+103,col_lpanel);            //ñèíèé ïðÿìîóãîëüíèê - ñïðàâà
155
	if (onTop(start_y, 6) < 268)
155
	if (onTop(start_y, 6) < 268)
156
		PutPaletteImage(#blue_hl, 190, onTop(start_y, 6), 2, start_y, 8, #blue_hl_pal);
156
		PutPaletteImage(#blue_hl, 190, onTop(start_y, 6), 2, start_y, 8, #blue_hl_pal);
157
	else
157
	else
158
	{
158
	{
159
		DrawBar(2,start_y,190,onTop(start_y,6+268),col_lpanel);
159
		DrawBar(2,start_y,190,onTop(start_y,6+268),col_lpanel);
160
		PutPaletteImage(#blue_hl, 190, 268, 2, onTop(268,6), 8, #blue_hl_pal);
160
		PutPaletteImage(#blue_hl, 190, 268, 2, onTop(268,6), 8, #blue_hl_pal);
161
	}
161
	}
162
	PutShadow(17,start_y,160,1,1,4);
162
	PutShadow(17,start_y,160,1,1,3);
163
	PutShadow(18,start_y+1,158,1,1,1);
163
	PutShadow(18,start_y+1,158,1,1,1);
164
}
164
}
Line 165... Line 165...
165
 
165