using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.IO; namespace BitmapRegion ...{
publicpartialclass Form2 : Form ...{
privatebool[,] cellselected =newbool[3, 16]; public Form2() ...{
InitializeComponent(); } privatevoid Form2_Load(object sender, EventArgs e) ...{
this.axMSFlexGrid1.ClickEvent +=new EventHandler(axMSFlexGrid1_ClickEvent); axMSFlexGrid1.Rows =3; readtodat(axMSFlexGrid1); }