//(c) by Valery V Shmeleff www.oflameron.ru and www.oflameron.com private void label7_click(Object source, Event e) { if (firstset == 0) Save_Color(); //Save the colors of the bottom line cells if (firstset == 0) label7.setBackColor(blue); if (firstset == 0) markersave = 0; //The marker in the cell corresponding to savecolor(0) if (firstset == 0) firstset = 1; //Do not process any more } private void label8_click(Object source, Event e) { if (firstset == 0) Save_Color(); //Save the colors of the bottom line cells if (firstset == 0) label8.setBackColor(blue); if (firstset == 0) markersave = 1; //The marker in the cell corresponding to savecolor(1) if (firstset == 0) firstset = 1; //Do not process any more } private void label9_click(Object source, Event e) { if (firstset == 0) Save_Color(); //Save the colors of the bottom line cells if (firstset == 0) label9.setBackColor(blue); if (firstset == 0) markersave = 2; //The marker in the cell corresponding to savecolor(2) if (firstset == 0) firstset = 1; //Do not process any more } private void label10_click(Object source, Event e) { if (firstset == 0) Save_Color(); //Save the colors of the bottom line cells if (firstset == 0) label10.setBackColor(blue); if (firstset == 0) markersave = 3; //The marker in the cell corresponding to savecolor(3) if (firstset == 0) firstset = 1; //Do not process any more } private void label11_click(Object source, Event e) { if (firstset == 0) Save_Color(); //Save the colors of the bottom line cells if (firstset == 0) label11.setBackColor(blue); if (firstset == 0) markersave = 4; //The marker in the cell corresponding to savecolor(4) if (firstset == 0) firstset = 1; //Do not process any more } private void label12_click(Object source, Event e) { if (firstset == 0) Save_Color(); //Save the colors of the bottom line cells if (firstset == 0) label12.setBackColor(blue); if (firstset == 0) markersave = 5; //The marker in the cell corresponding to savecolor(5) if (firstset == 0) firstset = 1; //Do not process any more } private void label13_click(Object source, Event e) { if (firstset == 0) Save_Color(); //Save the colors of the bottom line cells if (firstset == 0) label13.setBackColor(blue); if (firstset == 0) markersave = 6; //The marker in the cell corresponding to savecolor(6) if (firstset == 0) firstset = 1; //Do not process any more } private void label14_click(Object source, Event e) { if (firstset == 0) Save_Color(); //Save the colors of the bottom line cells if (firstset == 0) label14.setBackColor(blue); if (firstset == 0) markersave = 7; //The marker in the cell corresponding to savecolor(7) if (firstset == 0) firstset = 1; //Do not process any more }