tify"> / / TODO: This line of code loads data into the «libDataSet1. Взятие_кнігі » table. You can move, or remove it, as needed .. взятие_кнігіTableAdapter. Fill (this.libDataSet1. Взятие_кнігі);. АбонентиTableAdapter. Fill (this.libDataSet1. Абоненти);. КнігіTableAdapter. Fill (this.libDataSet1. Книги);. Tables [«Взятие_кнігі»]. PrimaryKey=new DataColumn [] {libDataSet1. Tables [«Взятие_кнігі»]. Columns [0], libDataSet1. Tables [«Взятие_кнігі»]. Columns [1]};
} void button8_Click (object sender, EventArgs e)
{filter=«»; (textBox9. Text!="")="Прізвище =« »+ textBox9. Text + «» »; (textBox11. Text!="")
{(filter!="") +=«AND»; +="Ім'я =« »+ textBox11. Text + «» »;
} (textBox10. Text!="")
{(filter!="") +=«AND»; +=«По батькові =« »+ textBox10. Text + «» »;
} (filter!="") +=«AND»; +=«[Дата народження] =« »+ DateOfBirth. Value. Date. ToString () + «» »; (textBox8. Text!="")
{(filter!="") +=«AND»; +=«Місто =« »+ textBox8. Text + «» »;
} (textBox6. Text!="")
{(filter!="") +=«AND»; +=«Вулиця =« »+ textBox6. Text + «» »;
} (textBox7. Text!="")
{(Regex. IsMatch (textBox7. Text, «^ d + $»))
{(filter!="") +=«AND»; +=«Будинок =« »+ textBox7. Text + «» »;
}
} (textBox5. Text!="")
{(Regex. IsMatch (textBox5. Text, «^ d + $»))
{(filter!="") +=«AND»; +=«Квартира =« »+ textBox5. Text + «» »;
}
} (Pass. Text!="")
{(Regex. IsMatch (Pass. Text, «^ d + $»))
{(filter!="") +=«AND»; +=«Паспорт =« »+ Pass. Text + «» »;
}
}
абонентиBindingSource. Filter=filter;
} void button7_Click (object sender, EventArgs e)
{filter=«»; (Pass. Text!=«» && Regex. IsMatch (Pass. Text, «^ d + $»)) +=«Паспорт =« » + Pass. Text + «» »;
абонентиBindingSource. Filter=filter;
} void button2_Click (object sender, EventArgs e)
{filter=«»; (textBox1. Text!="")="Найменування =« »+ textBox1. Text + «» »; (textBox2. Text!="")
{(filter!="") +=«AND»; +=«Автор =« »+ textBox2. Text + «» »;
} (textBox3. Text!="")
{(filter!="") +=«AND»; +=«Видавництво =« »+ textBox3. Text + «» »;
} (textBox4. Text!="")
{(Regex. IsMatch (textBox4. Text, «^ d + $»))
{(filter!="") +=«AND»; +=«Рік =« »+ textBox4. Text + «» »;
}
}
кнігіBindingSource. Filter=filter;
} void button3_Click (object sender, EventArgs e)
{filter=«»; (textBox1. Text!="")="Найменування =« »+ textBox1. Text + «» »;
кнігіBindingSource. Filter=filter;
} void button4_Click (object sender, EventArgs e)
{filter=«»; (textBox2. Text!="")=«Автор =« »+ te...