Birinchi oynadan ro’yxatdan o’tib ikkinchi oynada ro’yxatdan o’tilgandagi login parol orqali ma’lumotlarga ega bo’lish dasturi
Birinchi oyna intefeysi.
Birinchi ro’yxatdan o’tish oynasi kodi
#pragma once
#include "MyForm1.h"
namespace Faktorial {
using namespace System;
using namespace System::ComponentModel;
using namespace System::Collections;
using namespace System::Windows::Forms;
using namespace System::Data;
using namespace System::Drawing;
///
/// Summary for MyForm
///
public ref class MyForm : public System::Windows::Forms::Form
{
public:
String ^ fam;
String ^ ism;
String ^ sharifi;
String ^ login;
String ^ parol;
public:
MyForm(void)
{
InitializeComponent();
//
//TODO: Add the constructor code here
//
}
protected:
///
/// Clean up any resources being used.
///
~MyForm()
{
if (components)
{
delete components;
}
}
private: System::Windows::Forms::Label^ label1;
protected:
private: System::Windows::Forms::Label^ label2;
private: System::Windows::Forms::Label^ label3;
private: System::Windows::Forms::Label^ label4;
private: System::Windows::Forms::Label^ label5;
private: System::Windows::Forms::Label^ label6;
private: System::Windows::Forms::TextBox^ textBox1;
private: System::Windows::Forms::TextBox^ textBox2;
private: System::Windows::Forms::TextBox^ textBox3;
private: System::Windows::Forms::TextBox^ textBox4;
private: System::Windows::Forms::TextBox^ textBox5;
private: System::Windows::Forms::Button^ button1;
private:
///
/// Required designer variable.
///
System::ComponentModel::Container ^components;
#pragma region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
void InitializeComponent(void)
{
this->label1 = (gcnew System::Windows::Forms::Label());
this->label2 = (gcnew System::Windows::Forms::Label());
this->label3 = (gcnew System::Windows::Forms::Label());
this->label4 = (gcnew System::Windows::Forms::Label());
this->label5 = (gcnew System::Windows::Forms::Label());
this->label6 = (gcnew System::Windows::Forms::Label());
this->textBox1 = (gcnew System::Windows::Forms::TextBox());
this->textBox2 = (gcnew System::Windows::Forms::TextBox());
this->textBox3 = (gcnew System::Windows::Forms::TextBox());
this->textBox4 = (gcnew System::Windows::Forms::TextBox());
this->textBox5 = (gcnew System::Windows::Forms::TextBox());
this->button1 = (gcnew System::Windows::Forms::Button());
this->SuspendLayout();
//
// label1
//
this->label1->AutoSize = true;
this->label1->Font = (gcnew System::Drawing::Font(L"Stencil", 18, static_cast((System::Drawing::FontStyle::Bold | System::Drawing::FontStyle::Italic)),
System::Drawing::GraphicsUnit::Point, static_cast(0)));
this->label1->ForeColor = System::Drawing::Color::Blue;
this->label1->Location = System::Drawing::Point(140, 7);
this->label1->Name = L"label1";
this->label1->Size = System::Drawing::Size(253, 29);
this->label1->TabIndex = 0;
this->label1->Text = L"Ro\'yxatdan o\'tish";
//
// label2
//
this->label2->AutoSize = true;
this->label2->BackColor = System::Drawing::SystemColors::Control;
this->label2->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 14.25F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
static_cast(204)));
this->label2->Location = System::Drawing::Point(5, 57);
this->label2->Name = L"label2";
this->label2->Size = System::Drawing::Size(87, 24);
this->label2->TabIndex = 1;
this->label2->Text = L"Familiya";
this->label2->Click += gcnew System::EventHandler(this, &MyForm::label2_Click);
//
// label3
//
this->label3->AutoSize = true;
this->label3->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 14.25F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
static_cast(204)));
this->label3->Location = System::Drawing::Point(50, 99);
this->label3->Name = L"label3";
this->label3->Size = System::Drawing::Size(42, 24);
this->label3->TabIndex = 2;
this->label3->Text = L"Ism";
//
// label4
//
this->label4->AutoSize = true;
this->label4->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 14.25F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
static_cast(204)));
this->label4->Location = System::Drawing::Point(20, 141);
this->label4->Name = L"label4";
this->label4->Size = System::Drawing::Size(68, 24);
this->label4->TabIndex = 3;
this->label4->Text = L"Sharifi";
//
// label5
//
this->label5->AutoSize = true;
this->label5->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 14.25F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
static_cast(204)));
this->label5->Location = System::Drawing::Point(30, 216);
this->label5->Name = L"label5";
this->label5->Size = System::Drawing::Size(58, 24);
this->label5->TabIndex = 4;
this->label5->Text = L"Parol";
//
// label6
//
this->label6->AutoSize = true;
this->label6->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 14.25F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
static_cast(204)));
this->label6->Location = System::Drawing::Point(30, 176);
this->label6->Name = L"label6";
this->label6->Size = System::Drawing::Size(62, 24);
this->label6->TabIndex = 5;
this->label6->Text = L"Login";
this->label6->Click += gcnew System::EventHandler(this, &MyForm::label6_Click);
//
// textBox1
//
this->textBox1->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 14.25F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
static_cast(204)));
this->textBox1->Location = System::Drawing::Point(114, 57);
this->textBox1->Name = L"textBox1";
this->textBox1->Size = System::Drawing::Size(292, 29);
this->textBox1->TabIndex = 6;
//
// textBox2
//
this->textBox2->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 14.25F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
static_cast(204)));
this->textBox2->Location = System::Drawing::Point(114, 99);
this->textBox2->Name = L"textBox2";
this->textBox2->Size = System::Drawing::Size(292, 29);
this->textBox2->TabIndex = 7;
//
// textBox3
//
this->textBox3->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 14.25F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
static_cast(204)));
this->textBox3->Location = System::Drawing::Point(114, 141);
this->textBox3->Name = L"textBox3";
this->textBox3->Size = System::Drawing::Size(292, 29);
this->textBox3->TabIndex = 8;
//
// textBox4
//
this->textBox4->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 14.25F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
static_cast(204)));
this->textBox4->Location = System::Drawing::Point(114, 176);
this->textBox4->Name = L"textBox4";
this->textBox4->Size = System::Drawing::Size(292, 29);
this->textBox4->TabIndex = 9;
//
// textBox5
//
this->textBox5->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 14.25F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
static_cast(204)));
this->textBox5->Location = System::Drawing::Point(114, 211);
this->textBox5->Name = L"textBox5";
this->textBox5->PasswordChar = '*';
this->textBox5->Size = System::Drawing::Size(292, 29);
this->textBox5->TabIndex = 10;
//
// button1
//
this->button1->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 14.25F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
static_cast(204)));
this->button1->ForeColor = System::Drawing::Color::FromArgb(static_cast(static_cast(192)), static_cast(static_cast(0)),
static_cast(static_cast(192)));
this->button1->Location = System::Drawing::Point(207, 263);
this->button1->Name = L"button1";
this->button1->Size = System::Drawing::Size(114, 38);
this->button1->TabIndex = 11;
this->button1->Text = L"Saqlash";
this->button1->UseVisualStyleBackColor = true;
this->button1->Click += gcnew System::EventHandler(this, &MyForm::button1_Click);
//
// MyForm
//
this->AutoScaleDimensions = System::Drawing::SizeF(6, 13);
this->AutoScaleMode = System::Windows::Forms::AutoScaleMode::Font;
this->ClientSize = System::Drawing::Size(412, 329);
this->Controls->Add(this->button1);
this->Controls->Add(this->textBox5);
this->Controls->Add(this->textBox4);
this->Controls->Add(this->textBox3);
this->Controls->Add(this->textBox2);
this->Controls->Add(this->textBox1);
this->Controls->Add(this->label6);
this->Controls->Add(this->label5);
this->Controls->Add(this->label4);
this->Controls->Add(this->label3);
this->Controls->Add(this->label2);
this->Controls->Add(this->label1);
this->Name = L"MyForm";
this->Text = L"MyForm";
this->Load += gcnew System::EventHandler(this, &MyForm::MyForm_Load);
this->ResumeLayout(false);
this->PerformLayout();
}
#pragma endregion
private: System::Void MyForm_Load(System::Object^ sender, System::EventArgs^ e) {
}
private: System::Void label2_Click(System::Object^ sender, System::EventArgs^ e) {
}
private: System::Void label6_Click(System::Object^ sender, System::EventArgs^ e) {
}
private: System::Void button1_Click(System::Object^ sender, System::EventArgs^ e) {
fam = textBox1->Text;
ism = textBox2->Text;
sharifi=textBox3->Text;
login=textBox4->Text;
parol=textBox5->Text;
MyForm1 ^MyForm1_ga = gcnew MyForm1(fam, ism, sharifi, login, parol);
MyForm1_ga->Show();
this->Hide();
}
};
}
Ikkinchi oyna interfeysi
Ikkinchi oyna kodi
#pragma once
//#include "MyForm.h"
namespace Faktorial {
using namespace System;
using namespace System::ComponentModel;
using namespace System::Collections;
using namespace System::Windows::Forms;
using namespace System::Data;
using namespace System::Drawing;
///
/// Summary for MyForm1
///
public ref class MyForm1 : public System::Windows::Forms::Form
{
String ^ fam;
String ^ ism;
String ^ sharifi;
String ^ login;
String ^ parol;
private: System::Windows::Forms::Label^ label7;
private: System::Windows::Forms::Button^ button2;
public:
MyForm1(String^ fam, String^ ism, String^ sharifi, String^ login, String^ parol)
{
InitializeComponent();
this->fam = fam;
this->ism = ism;
this->sharifi = sharifi;
this->login = login;
this->parol = parol;
//
//TODO: Add the constructor code here
//
}
protected:
///
/// Clean up any resources being used.
///
~MyForm1()
{
if (components)
{
delete components;
}
}
private: System::Windows::Forms::Panel^ panel1;
protected:
private: System::Windows::Forms::TextBox^ textBox2;
private: System::Windows::Forms::Label^ label2;
private: System::Windows::Forms::TextBox^ textBox1;
private: System::Windows::Forms::Label^ label1;
private: System::Windows::Forms::Button^ button1;
private: System::Windows::Forms::Panel^ panel2;
private: System::Windows::Forms::TextBox^ textBox5;
private: System::Windows::Forms::TextBox^ textBox4;
private: System::Windows::Forms::TextBox^ textBox3;
private: System::Windows::Forms::Label^ label6;
private: System::Windows::Forms::Label^ label5;
private: System::Windows::Forms::Label^ label4;
private: System::Windows::Forms::Label^ label3;
private:
///
/// Required designer variable.
///
System::ComponentModel::Container ^components;
#pragma region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
void InitializeComponent(void)
{
this->panel1 = (gcnew System::Windows::Forms::Panel());
this->button1 = (gcnew System::Windows::Forms::Button());
this->textBox2 = (gcnew System::Windows::Forms::TextBox());
this->label2 = (gcnew System::Windows::Forms::Label());
this->textBox1 = (gcnew System::Windows::Forms::TextBox());
this->label1 = (gcnew System::Windows::Forms::Label());
this->panel2 = (gcnew System::Windows::Forms::Panel());
this->button2 = (gcnew System::Windows::Forms::Button());
this->label7 = (gcnew System::Windows::Forms::Label());
this->textBox5 = (gcnew System::Windows::Forms::TextBox());
this->textBox4 = (gcnew System::Windows::Forms::TextBox());
this->textBox3 = (gcnew System::Windows::Forms::TextBox());
this->label6 = (gcnew System::Windows::Forms::Label());
this->label5 = (gcnew System::Windows::Forms::Label());
this->label4 = (gcnew System::Windows::Forms::Label());
this->label3 = (gcnew System::Windows::Forms::Label());
this->panel1->SuspendLayout();
this->panel2->SuspendLayout();
this->SuspendLayout();
//
// panel1
//
this->panel1->Controls->Add(this->button1);
this->panel1->Controls->Add(this->textBox2);
this->panel1->Controls->Add(this->label2);
this->panel1->Controls->Add(this->textBox1);
this->panel1->Controls->Add(this->label1);
this->panel1->Location = System::Drawing::Point(12, 12);
this->panel1->Name = L"panel1";
this->panel1->Size = System::Drawing::Size(384, 141);
this->panel1->TabIndex = 1;
this->panel1->Paint += gcnew System::Windows::Forms::PaintEventHandler(this, &MyForm1::panel1_Paint);
//
// button1
//
this->button1->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 14.25F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
static_cast(204)));
this->button1->Location = System::Drawing::Point(181, 89);
this->button1->Name = L"button1";
this->button1->Size = System::Drawing::Size(107, 38);
this->button1->TabIndex = 4;
this->button1->Text = L"Kirish";
this->button1->UseVisualStyleBackColor = true;
this->button1->Click += gcnew System::EventHandler(this, &MyForm1::button1_Click);
//
// textBox2
//
this->textBox2->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 14.25F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
static_cast(204)));
this->textBox2->Location = System::Drawing::Point(148, 45);
this->textBox2->Name = L"textBox2";
this->textBox2->PasswordChar = '*';
this->textBox2->Size = System::Drawing::Size(190, 29);
this->textBox2->TabIndex = 3;
this->textBox2->TextChanged += gcnew System::EventHandler(this, &MyForm1::textBox2_TextChanged);
//
// label2
//
this->label2->AutoSize = true;
this->label2->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 14.25F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
static_cast(204)));
this->label2->Location = System::Drawing::Point(69, 50);
this->label2->Name = L"label2";
this->label2->Size = System::Drawing::Size(58, 24);
this->label2->TabIndex = 2;
this->label2->Text = L"Parol";
this->label2->Click += gcnew System::EventHandler(this, &MyForm1::label2_Click);
//
// textBox1
//
this->textBox1->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 14.25F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
static_cast(204)));
this->textBox1->Location = System::Drawing::Point(148, 10);
this->textBox1->Name = L"textBox1";
this->textBox1->Size = System::Drawing::Size(190, 29);
this->textBox1->TabIndex = 1;
this->textBox1->TextChanged += gcnew System::EventHandler(this, &MyForm1::textBox1_TextChanged);
//
// label1
//
this->label1->AutoSize = true;
this->label1->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 14.25F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
static_cast(204)));
this->label1->Location = System::Drawing::Point(69, 15);
this->label1->Name = L"label1";
this->label1->Size = System::Drawing::Size(62, 24);
this->label1->TabIndex = 0;
this->label1->Text = L"Login";
this->label1->Click += gcnew System::EventHandler(this, &MyForm1::label1_Click);
//
// panel2
//
this->panel2->Controls->Add(this->button2);
this->panel2->Controls->Add(this->label7);
this->panel2->Controls->Add(this->textBox5);
this->panel2->Controls->Add(this->textBox4);
this->panel2->Controls->Add(this->textBox3);
this->panel2->Controls->Add(this->label6);
this->panel2->Controls->Add(this->label5);
this->panel2->Controls->Add(this->label4);
this->panel2->Controls->Add(this->label3);
this->panel2->Location = System::Drawing::Point(12, 175);
this->panel2->Name = L"panel2";
this->panel2->Size = System::Drawing::Size(384, 254);
this->panel2->TabIndex = 2;
this->panel2->Visible = false;
this->panel2->Paint += gcnew System::Windows::Forms::PaintEventHandler(this, &MyForm1::panel2_Paint);
//
// button2
//
this->button2->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 14.25F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
static_cast(204)));
this->button2->Location = System::Drawing::Point(181, 213);
this->button2->Name = L"button2";
this->button2->Size = System::Drawing::Size(107, 38);
this->button2->TabIndex = 9;
this->button2->Text = L"Yopish";
this->button2->UseVisualStyleBackColor = true;
this->button2->Click += gcnew System::EventHandler(this, &MyForm1::button2_Click);
//
// label7
//
this->label7->AutoSize = true;
this->label7->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 14.25F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
static_cast(204)));
this->label7->ForeColor = System::Drawing::Color::Red;
this->label7->Location = System::Drawing::Point(22, 172);
this->label7->Name = L"label7";
this->label7->Size = System::Drawing::Size(360, 24);
this->label7->TabIndex = 8;
this->label7->Text = L"Siz ro\'yxatdan muvaffaqiyatli o\'tdingiz!";
//
// textBox5
//
this->textBox5->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 14.25F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
static_cast(204)));
this->textBox5->Location = System::Drawing::Point(148, 115);
this->textBox5->Name = L"textBox5";
this->textBox5->Size = System::Drawing::Size(228, 29);
this->textBox5->TabIndex = 7;
this->textBox5->TextChanged += gcnew System::EventHandler(this, &MyForm1::textBox5_TextChanged);
//
// textBox4
//
this->textBox4->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 14.25F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
static_cast(204)));
this->textBox4->Location = System::Drawing::Point(148, 80);
this->textBox4->Name = L"textBox4";
this->textBox4->Size = System::Drawing::Size(228, 29);
this->textBox4->TabIndex = 6;
this->textBox4->TextChanged += gcnew System::EventHandler(this, &MyForm1::textBox4_TextChanged);
//
// textBox3
//
this->textBox3->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 14.25F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
static_cast(204)));
this->textBox3->Location = System::Drawing::Point(148, 46);
this->textBox3->Name = L"textBox3";
this->textBox3->Size = System::Drawing::Size(228, 29);
this->textBox3->TabIndex = 5;
this->textBox3->TextChanged += gcnew System::EventHandler(this, &MyForm1::textBox3_TextChanged);
//
// label6
//
this->label6->AutoSize = true;
this->label6->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 14.25F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
static_cast(204)));
this->label6->Location = System::Drawing::Point(22, 121);
this->label6->Name = L"label6";
this->label6->Size = System::Drawing::Size(107, 24);
this->label6->TabIndex = 4;
this->label6->Text = L"Sharifingiz";
this->label6->Click += gcnew System::EventHandler(this, &MyForm1::label6_Click);
//
// label5
//
this->label5->AutoSize = true;
this->label5->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 14.25F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
static_cast(204)));
this->label5->Location = System::Drawing::Point(3, 85);
this->label5->Name = L"label5";
this->label5->Size = System::Drawing::Size(126, 24);
this->label5->TabIndex = 3;
this->label5->Text = L"Familiyangiz";
this->label5->Click += gcnew System::EventHandler(this, &MyForm1::label5_Click);
//
// label4
//
this->label4->AutoSize = true;
this->label4->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 14.25F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
static_cast(204)));
this->label4->Location = System::Drawing::Point(43, 49);
this->label4->Name = L"label4";
this->label4->Size = System::Drawing::Size(86, 24);
this->label4->TabIndex = 2;
this->label4->Text = L"Ismingiz";
this->label4->Click += gcnew System::EventHandler(this, &MyForm1::label4_Click);
//
// label3
//
this->label3->AutoSize = true;
this->label3->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 14.25F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
static_cast(204)));
this->label3->Location = System::Drawing::Point(111, 14);
this->label3->Name = L"label3";
this->label3->Size = System::Drawing::Size(87, 24);
this->label3->TabIndex = 1;
this->label3->Text = L"Hurmatli";
this->label3->Click += gcnew System::EventHandler(this, &MyForm1::label3_Click);
//
// MyForm1
//
this->AutoScaleDimensions = System::Drawing::SizeF(6, 13);
this->AutoScaleMode = System::Windows::Forms::AutoScaleMode::Font;
this->ClientSize = System::Drawing::Size(404, 441);
this->Controls->Add(this->panel2);
this->Controls->Add(this->panel1);
this->Name = L"MyForm1";
this->Text = L"MyForm1";
this->Load += gcnew System::EventHandler(this, &MyForm1::MyForm1_Load);
this->panel1->ResumeLayout(false);
this->panel1->PerformLayout();
this->panel2->ResumeLayout(false);
this->panel2->PerformLayout();
this->ResumeLayout(false);
}
#pragma endregion
private: System::Void label1_Click(System::Object^ sender, System::EventArgs^ e) {
}
private: System::Void panel2_Paint(System::Object^ sender, System::Windows::Forms::PaintEventArgs^ e) {
}
private: System::Void button1_Click(System::Object^ sender, System::EventArgs^ e) {
if (textBox1->Text == login && textBox2->Text == parol){
panel2->Visible = true;
textBox3->Text = ism;
textBox4->Text = fam;
textBox5->Text = sharifi;
}
else{
MessageBox::Show("Parolni noto'g'ri kiritdingiz");
}
private: System::Void panel1_Paint(System::Object^ sender, System::Windows::Forms::PaintEventArgs^ e) {
}
private: System::Void textBox2_TextChanged(System::Object^ sender, System::EventArgs^ e) {
}
private: System::Void label2_Click(System::Object^ sender, System::EventArgs^ e) {
}
private: System::Void textBox1_TextChanged(System::Object^ sender, System::EventArgs^ e) {
}
private: System::Void textBox5_TextChanged(System::Object^ sender, System::EventArgs^ e) {
}
private: System::Void textBox4_TextChanged(System::Object^ sender, System::EventArgs^ e) {
}
private: System::Void textBox3_TextChanged(System::Object^ sender, System::EventArgs^ e) {
}
private: System::Void label6_Click(System::Object^ sender, System::EventArgs^ e) {
}
private: System::Void label5_Click(System::Object^ sender, System::EventArgs^ e) {
}
private: System::Void label4_Click(System::Object^ sender, System::EventArgs^ e) {
}
private: System::Void label3_Click(System::Object^ sender, System::EventArgs^ e) {
}
private: System::Void button2_Click(System::Object^ sender, System::EventArgs^ e) {
this->Close(); //Bunda shunchaki formadan chiqib ketadi
// Application::Exit();//Bunda dasturdan to'liq chiqib ketish m,n
/*
}
private: System::Void MyForm1_Load(System::Object^ sender, System::EventArgs^ e) {
}
};
}
Do'stlaringiz bilan baham: |