ws. Forms. TabPage tabPage2; System. Windows. Forms. TabPage tabPage3; System. Windows. Forms. TabPage tabPage4; System. Windows. Forms. TabPage tabPage5; System. Windows. Forms. CheckBox checkBox1; System. Windows. Forms. CheckBox checkBox2; System. Windows. Forms. CheckBox checkBox3; System. Windows. Forms. TextBox textBox1; System. Windows. Forms. TextBox textBox2; System. Windows. Forms. TextBox textBox3; System. Windows. Forms. DataGrid dataGrid1; System. Windows. Forms. Button button1; System. Windows. Forms. Label label1; System. Windows. Forms. TextBox textBox4; System. Windows. Forms. Button button2; System. Windows. Forms. DataGrid dataGrid2; System. Windows. Forms. TextBox textBox5; System. Windows. Forms. Label label2; System. Windows. Forms. Button button3; System. Windows. Forms. DataGrid dataGrid3; System. Windows. Forms. GroupBox groupBox4; System. Windows. Forms. DataGrid dataGrid4; System. Windows. Forms. Button button4; System. Windows. Forms. SaveFileDialog saveFileDialog1; System. Windows. Forms. GroupBox groupBox3; System. Windows. Forms. GroupBox groupBox1; System. Windows. Forms. DataGrid dataGrid5; System. Windows. Forms. Button button5; System. Data. OleDb. OleDbDataAdapter oleDbDataAdapter1; System. Windows. Forms. Button button6; System. Data. SqlClient. SqlConnection sqlConnection1; System. Data. OleDb. OleDbConnection oleDbConnection1; System. Data. OleDb. OleDbCommand oleDbSelectCommand1; Kursovoi. DataSet1all dataSet1all1; System. Windows. Forms. DateTimePicker dateTimePicker1; System. Windows. Forms. Label label9; System. Windows. Forms. DateTimePicker dateTimePicker2; System. Windows. Forms. DateTimePicker dateTimePicker3;
///
///Required designer variable.
/// System.componentModel. Container components = null; Form3 ()
{
//
// Required for Windows Form Designer support
// ();
//
// TODO: Add any constructor code after InitializeComponent call
//
}
///
///Clean up any resources being used.
/// override void Dispose (bool disposing)
{(disposing)
{(components! = null)
{. Dispose ();
}
}. Dispose (disposing);
} void checkBox1_CheckedChanged (object sender, System. EventArgs e)
{(this. checkBox1. Checked) this. textBox1. Enabled = true; else this. textBox1. Enabled = false;
} void checkBox2_CheckedChanged (object sender, System. EventArgs e)...