Subversion Repositories Kolibri OS

Rev

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

Rev 7614 Rev 7806
Line 73... Line 73...
73
			SelectList_Init(WIN_PAD, WIN_CONTENT_Y, 
73
			SelectList_Init(WIN_PAD, WIN_CONTENT_Y, 
74
				WIN_CONTENT_W-scroll1.size_x, 
74
				WIN_CONTENT_W-scroll1.size_x, 
75
				WIN_CONTENT_H-BOTPANEL_H-TAB_HEIGHT, false);
75
				WIN_CONTENT_H-BOTPANEL_H-TAB_HEIGHT, false);
76
			SelectList_DrawBorder();
76
			SelectList_DrawBorder();
Line 77... Line 77...
77
 
77
 
78
			//DrawWideRectangle(0, 0, Form.cwidth, Form.cheight, 4, system.color.work);
78
			//DrawWideRectangle(0, 0, Form.cwidth, Form.cheight, 4, sc.work);
79
			DrawBar(select_list.x-2, select_list.y+select_list.h+2, 
79
			DrawBar(select_list.x-2, select_list.y+select_list.h+2, 
80
				select_list.w+scroll1.size_x+4, BOTPANEL_H, system.color.work);
80
				select_list.w+scroll1.size_x+4, BOTPANEL_H, sc.work);
81
			DrawCaptButton(Form.cwidth-110-WIN_PAD,
81
			DrawCaptButton(Form.cwidth-110-WIN_PAD,
82
				select_list.y+select_list.h+5,
82
				select_list.y+select_list.h+5,
83
				110,25,BTN_ID_KILL_PROCESS,0xF38181, 0xFFFfff, T_END_PROCESS);
83
				110,25,BTN_ID_KILL_PROCESS,0xF38181, 0xFFFfff, T_END_PROCESS);
84
			DrawCaptButton(Form.cwidth-230-WIN_PAD,
84
			DrawCaptButton(Form.cwidth-230-WIN_PAD,
85
				select_list.y+select_list.h+5,
85
				select_list.y+select_list.h+5,
86
				110,25,BTN_ID_SHOW_PROCESS_INFO,
86
				110,25,BTN_ID_SHOW_PROCESS_INFO,
87
				system.color.work_button, system.color.work_button_text, T_DETAILS);
87
				sc.button, sc.button_text, T_DETAILS);
88
			show_system.draw(select_list.x + 3, select_list.y+select_list.h+10);
88
			show_system.draw(select_list.x + 3, select_list.y+select_list.h+10);
89
		default:
89
		default:
90
			SelectList_LineChanged();
90
			SelectList_LineChanged();
91
	  }
91
	  }