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!="")=«Автор =« »+ textBox2. Text + «» »;
кнігіBindingSource. Filter=filter;
} void button5_Click (object sender, EventArgs e)
{filter=«»; (textBox3. Text!="")=«Видавництво =« »+ textBox3. Text + «» »;
кнігіBindingSource. Filter=filter;
} void button6_Click (object sender, EventArgs e)
{filter=«»; (textBox4. Text!="") (Regex. IsMatch (textBox4. Text, «^ d + $»)) +=«Рік =« »+ textBox4 . Text + «» »;
кнігіBindingSource. Filter=filter;
}
}
}
3.3 Form 3 - Пошук абонента
System; System. Collections. Generic; System. ComponentModel; System. Data; System. Drawing; System. Text; System. Windows. Forms; System. Text. RegularExpressions; WindowsApplication1
{partial class Form5: Form
{Form5 ()
{();
} void Form5_Load (object sender, EventArgs e)
{
/ / TODO: This line of code loads data into the «libDataSet1. Абоненти » table. You can move, or remove it, as needed .. абонентиTableAdapter. Fill (this.libDataSet1. Абоненти);
} void button1_Click (object sender, EventArgs e)
{(); a=new Form1 ();. ShowDialog ();. Close ();
} void label9_Click (object sender, EventArgs e)
{
} void button2_Click (object sender, EventArgs e)
{filter=«»; (textBox3. Text!="")="Прізвище =« »+ textBox3. Text + «» »; (textBox1. Text!="")
{(filter!="") +=«AND»; +="Ім'я =« »+ textBox1. Text + «» »;
} (textBox2. Text!="")
{(filter!="") +=«AND»; +=«По батькові =« »+ textBox2. Text + «» »;
} (filter!="") +=«AND»; +=«[Дата народження] =« »+ DateOfBirth. Value. Date. ToString () + «» »; (textBox5. Text!="")
{(filter!="") +=«AND»; +=«Місто =« »+ textBox5. Text + «» »;
} (textBox6. Text!="")
{(filter!="") +=«AND»; +=«Вулиця =« »+ textBox6. Text + «» »;
} (textBox7. Text!="")
{(Regex. IsMa...