|
Tekshirdi: Ishniyazov O
|
Sana | 15.05.2024 | Hajmi | 307,42 Kb. | | #235955 |
Bog'liq 1685893838[1]
MUHAMMAD AL-XORAZMIY NOMIDAGI TOSHKENT AXBOROT TEXNOLOGIYALARI UNIVERSITETI
Telekomunikatsiya fakulteti Teleradioeshittirish yo`nalishi
dasturlash
fanidan 5-amaliy ishi
Tekshirdi: Ishniyazov O.
Bajardi:Mahmudov D.
Toshkent 2023
5-AMALIY MASHG`ULOT
#pragma endregion
private: System::Void button1_Click(System::Object^ sender, System::EventArgs^ e) {
String^ email = this->textBox1->Text;
String^ pass = this->textBox2->Text;
if (email->Length == 0 || pass->Length == 0) {
MessageBox::Show("Login va parol bo'sh", "Login va parolingizni kiriting", MessageBoxButtons::OK);
return;
}
if (email == "diyorbek004" && pass == "diyorbek004") {
d_mal obj;
obj.ShowDialog();
}
else {
MessageBox::Show("Login va parol xato", "Login va parolingiz xato", MessageBoxButtons::OK);
return;
}
}
private: System::Void button2_Click(System::Object^ sender, System::EventArgs^ e) {
this->Close();
}
private: System::Void button3_Click(System::Object^ sender, System::EventArgs^ e) {
d_reg obj;
obj.ShowDialog();
}
#pragma endregion
private: System::Void button1_Click(System::Object^ sender, System::EventArgs^ e) {
this->label6->Text = "Mahmudov Diyor Farxod o’g’li";
this->label7->Text = "Radio va mobil aloqa 811-22";
this->label8->Text = "Toshkent, Amir Temur";
this->label9->Text = "2004-yil 9-iyul";
}
private: System::Void button2_Click(System::Object^ sender, System::EventArgs^ e) {
this->Close();
}
#pragma endregion
private: System::Void button1_Click(System::Object^ sender, System::EventArgs^ e) {
String^ pic = this->textBox1->Text;
String^ fio = this->textBox2->Text;
String^ guruh = this->textBox3->Text;
String^ mazil = this->textBox4->Text;
String^ birth = this->textBox5->Text;
MessageBox::Show("Ma'lumotlar saqqlandi!", "Ma'lumotlar saqqlandi!", MessageBoxButtons::OK);
return;
}
private: System::Void button2_Click(System::Object^ sender, System::EventArgs^ e) {
this->Close();
}
|
| |