Subversion Repositories Kolibri OS

Rev

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

Rev 9597 Rev 9602
Line 169... Line 169...
169
			right_w = Form.cwidth - RIGHT_X - GAP;
169
			right_w = Form.cwidth - RIGHT_X - GAP;
170
			right_w &= ~1; // make sure the number is even
170
			right_w &= ~1; // make sure the number is even
171
			WriteText(GAP+5, WIN_CONTENT_Y-20, 0x90, sc.work_text, T_PROC_HEADER);
171
			WriteText(GAP+5, WIN_CONTENT_Y-20, 0x90, sc.work_text, T_PROC_HEADER);
Line 172... Line 172...
172
 
172
 
173
			DefineButton(RIGHT_X-38,WIN_CONTENT_Y-25,18,18,BTN_SHOWHIDE_SENSORS,sc.button);
173
			DefineButton(RIGHT_X-38,WIN_CONTENT_Y-25,18,18,BTN_SHOWHIDE_SENSORS,sc.button);
174
			DrawRectangle3D(RIGHT_X-38,WIN_CONTENT_Y-25,19,18,sc.work_graph,sc.work_light);
174
			DrawRectangle3D(RIGHT_X-38,WIN_CONTENT_Y-25,19,18,sc.line,sc.light);
175
			PutPixel(RIGHT_X-38+19,WIN_CONTENT_Y-25,sc.work_light);
175
			PutPixel(RIGHT_X-38+19,WIN_CONTENT_Y-25,sc.light);
176
			EDX = "<\0>";
176
			EDX = "<\0>";
177
			EDX += show_sensors * 2;
177
			EDX += show_sensors * 2;
178
			WriteText(RIGHT_X-38+5,WIN_CONTENT_Y-25+2,0x90,sc.button_text, EDX);
178
			WriteText(RIGHT_X-38+5,WIN_CONTENT_Y-25+2,0x90,sc.button_text, EDX);
179
			//EBX += 5 << 16;
179
			//EBX += 5 << 16;