private
{
adapter.Fill(ds);
chk =
chk.Text = ds.Tables[0].Rows[i][0].ToString().TrimEnd();
tabPage3.Controls.Add(chk);
}