Deponentlanadigan materiallarning titul varag‘i ehm uchun dastur


Download 70 Kb.
Sana22.03.2023
Hajmi70 Kb.
#1286149
Bog'liq
dep-materiallar-varaq (1)Baxodirova U


Deponentlanadigan materiallarning titul varag‘i
EHM uchun dastur (Ma’lumotlar bazasi) nomi:

Mikrobiologiya fanidan virtual laboratoriyalar”


Виртуальные лаборатории микробиологии ”

Huquq ega(lar)si :



  1. Navoiy innovatsiyalar instituti

Muallif(lar):



  1. Baxodirova Umida Baxodirovna


EHM uchun dasturni identifikatsiya qiluvchi materiallar dastlabki matni (Dastur kodi)
Mikrobiologiya fanidan virtual laboratoriyalar”
Дастур листинги
1-oyna.

//---------------------------------------------------------------------------


#include


#pragma hdrstop

#include "Unit1.h"


#include "Unit2.h"
#include "Unit3.h"
#include "Unit5.h"
#include "Unit6.h"
#include "Unit4.h"
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma resource "*.dfm"
TForm1 *Form1;
//---------------------------------------------------------------------------
__fastcall TForm1::TForm1(TComponent* Owner)
: TForm(Owner)
{
}
//---------------------------------------------------------------------------

void __fastcall TForm1::BitBtn1Click(TObject *Sender)


{
Form1->Visible=false;
Form2->Show();
}
//---------------------------------------------------------------------------

void __fastcall TForm1::BitBtn5Click(TObject *Sender)


{
Form1->Visible=false;
Form3->Show();;
}
//---------------------------------------------------------------------------
void __fastcall TForm1::BitBtn6Click(TObject *Sender)
{
ShellExecute(Handle,"open", "Glossary.swf", 0, 0, SW_SHOW );
}
//---------------------------------------------------------------------------

void __fastcall TForm1::BitBtn3Click(TObject *Sender)


{
ShellExecute(Handle,"open", "Krasvord.htm", 0, 0, SW_SHOW );
}
//---------------------------------------------------------------------------

void __fastcall TForm1::BitBtn7Click(TObject *Sender)


{
ShellExecute(Handle,"open", "Test.exe", 0, 0, SW_SHOW );
}
//---------------------------------------------------------------------------

void __fastcall TForm1::BitBtn4Click(TObject *Sender)


{
Form1->Visible=false;
Form5->Show();
}
//---------------------------------------------------------------------------

void __fastcall TForm1::BitBtn8Click(TObject *Sender)


{
Form1->Visible=false;
Form6->Show();
}
//---------------------------------------------------------------------------

void __fastcall TForm1::BitBtn2Click(TObject *Sender)


{
Form1->Visible=false;
Form4->Show();
}
//---------------------------------------------------------------------------

void __fastcall TForm1::Button1Click(TObject *Sender)


{
Form1->Visible=false;
Form7->Show();
}
//---------------------------------------------------------------------------

2-oyna.
//---------------------------------------------------------------------------


#include


#pragma hdrstop

#include "Unit2.h"


#include "Unit1.h"
#include "Unit3.h"
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma resource "*.dfm"
TForm2 *Form2;
//---------------------------------------------------------------------------
__fastcall TForm2::TForm2(TComponent* Owner)
: TForm(Owner)
{
}
//---------------------------------------------------------------------------

void __fastcall TForm2::BitBtn1Click(TObject *Sender)


{
ShellExecute(Handle, "open", "1-maruza.pdf",0,0,SW_SHOW);
}
//---------------------------------------------------------------------------
void __fastcall TForm2::BitBtn3Click(TObject *Sender)
{
ShellExecute(Handle, "open", "1-savollar.pdf",0,0,SW_SHOW);
}
//---------------------------------------------------------------------------
void __fastcall TForm2::BitBtn4Click(TObject *Sender)
{
ShellExecute(Handle, "open", "2-savollar.pdf",0,0,SW_SHOW);
}
//---------------------------------------------------------------------------
void __fastcall TForm2::BitBtn5Click(TObject *Sender)
{
ShellExecute(Handle, "open", "qonunlar.pdf",0,0,SW_SHOW);
}
//---------------------------------------------------------------------------
void __fastcall TForm2::BitBtn6Click(TObject *Sender)
{
Form2->Visible=false;
Form1->Show();
}
//---------------------------------------------------------------------------

void __fastcall TForm2::BitBtn2Click(TObject *Sender)


{
ShellExecute(Handle, "open", "2-maruza.pdf",0,0,SW_SHOW);
}
//---------------------------------------------------------------------------

void __fastcall TForm2::BitBtn7Click(TObject *Sender)


{
Form2->Visible=false;
Form3->Show();
}
//---------------------------------------------------------------------------
3-oyna.
//---------------------------------------------------------------------------

#include


#pragma hdrstop

#include "Unit3.h"


#include "Unit4.h"
#include "Unit1.h"
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma resource "*.dfm"
TForm3 *Form3;
//---------------------------------------------------------------------------
__fastcall TForm3::TForm3(TComponent* Owner)
: TForm(Owner)
{
}
//---------------------------------------------------------------------------

void __fastcall TForm3::BitBtn7Click(TObject *Sender)


{
Form3->Visible=false;
Form1->Show();
}
//---------------------------------------------------------------------------

void __fastcall TForm3::BitBtn8Click(TObject *Sender)


{
Form3->Visible=false;
Form4->Show();
}
//---------------------------------------------------------------------------

void __fastcall TForm3::BitBtn3Click(TObject *Sender)


{
}
//---------------------------------------------------------------------------
4-oyna.
//---------------------------------------------------------------------------

#include


#pragma hdrstop

#include "Unit4.h"


#include "Unit5.h"
#include "Unit1.h"
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma resource "*.dfm"
TForm4 *Form4;
//---------------------------------------------------------------------------
__fastcall TForm4::TForm4(TComponent* Owner)
: TForm(Owner)
{
}
//---------------------------------------------------------------------------

void __fastcall TForm4::BitBtn1Click(TObject *Sender)


{
ShellExecute(Handle, "open", "masalalar.pdf",0,0,SW_SHOW);
}
//---------------------------------------------------------------------------
void __fastcall TForm4::BitBtn2Click(TObject *Sender)
{
Form4->Visible=false;
Form1->Show();
}
//---------------------------------------------------------------------------
void __fastcall TForm4::BitBtn3Click(TObject *Sender)
{
Form4->Visible=false;
Form5->Show();
}
//---------------------------------------------------------------------------
5-oyna.
//---------------------------------------------------------------------------

#include


#pragma hdrstop

#include "Unit5.h"


#include "Unit1.h"
#include "Unit6.h"
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma resource "*.dfm"
TForm5 *Form5;
//---------------------------------------------------------------------------
__fastcall TForm5::TForm5(TComponent* Owner)
: TForm(Owner)
{
}
//---------------------------------------------------------------------------

void __fastcall TForm5::BitBtn1Click(TObject *Sender)


{
Form5->Visible=false;
Form1->Show();
}
//---------------------------------------------------------------------------
void __fastcall TForm5::BitBtn2Click(TObject *Sender)
{
Form5->Visible=false;
Form6->Show();
}
//---------------------------------------------------------------------------
6-oyna.
//---------------------------------------------------------------------------

#include


#pragma hdrstop

#include "Unit6.h"


#include "Unit1.h"
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma resource "*.dfm"
TForm6 *Form6;
//---------------------------------------------------------------------------
__fastcall TForm6::TForm6(TComponent* Owner)
: TForm(Owner)
{
}
//---------------------------------------------------------------------------

void __fastcall TForm6::BitBtn1Click(TObject *Sender)


{
Form6->Visible=false;
Form1->Show();
}
//---------------------------------------------------------------------------
7-oyna.
//---------------------------------------------------------------------------

#include


#pragma hdrstop

#include "Unit7.h"


#include "Unit8.h"
#include "Unit1.h"
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma link "ShockwaveFlashObjects_OCX"
#pragma resource "*.dfm"
TForm7 *Form7;
//---------------------------------------------------------------------------
__fastcall TForm7::TForm7(TComponent* Owner)
: TForm(Owner)
{
}
//---------------------------------------------------------------------------

void __fastcall TForm7::Button1Click(TObject *Sender)


{
Form7->Visible=false;
Form8->Show();
}
//---------------------------------------------------------------------------

void __fastcall TForm7::Button2Click(TObject *Sender)


{
Form7->Visible=false;
Form1->Show();
}
//---------------------------------------------------------------------------
8-oyna.
//---------------------------------------------------------------------------

#include


#pragma hdrstop

#include "Unit8.h"


#include "Unit7.h"
#include "Unit9.h"
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma link "ShockwaveFlashObjects_OCX"
#pragma resource "*.dfm"
TForm8 *Form8;
//---------------------------------------------------------------------------
__fastcall TForm8::TForm8(TComponent* Owner)
: TForm(Owner)
{
}
//---------------------------------------------------------------------------

void __fastcall TForm8::Button1Click(TObject *Sender)


{
Form8->Visible=false;
Form9->Show();
}
//---------------------------------------------------------------------------

void __fastcall TForm8::Button2Click(TObject *Sender)


{
Form8->Visible=false;
Form7->Show();
}
//---------------------------------------------------------------------------
9-oyna.
//---------------------------------------------------------------------------

#include


#pragma hdrstop

#include "Unit9.h"


#include "Unit10.h"
#include "Unit7.h"
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma link "ShockwaveFlashObjects_OCX"
#pragma resource "*.dfm"
TForm9 *Form9;
//---------------------------------------------------------------------------
__fastcall TForm9::TForm9(TComponent* Owner)
: TForm(Owner)
{
}
//---------------------------------------------------------------------------

void __fastcall TForm9::Button1Click(TObject *Sender)


{
Form9->Visible=false;
Form10->Show();
}
//---------------------------------------------------------------------------

void __fastcall TForm9::Button2Click(TObject *Sender)


{
Form9->Visible=false;
Form7->Show();
}
//---------------------------------------------------------------------------
10-oyna.
//---------------------------------------------------------------------------

#include


#pragma hdrstop

#include "Unit10.h"


#include "Unit11.h"
#include "Unit7.h"
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma link "ShockwaveFlashObjects_OCX"
#pragma resource "*.dfm"
TForm10 *Form10;
//---------------------------------------------------------------------------
__fastcall TForm10::TForm10(TComponent* Owner)
: TForm(Owner)
{
}
//---------------------------------------------------------------------------

void __fastcall TForm10::Button1Click(TObject *Sender)


{
Form10->Visible=false;
Form11->Show();
}
//---------------------------------------------------------------------------

void __fastcall TForm10::Button2Click(TObject *Sender)


{
Form10->Visible=false;
Form7->Show();
}
//---------------------------------------------------------------------------
11-oyna.
//---------------------------------------------------------------------------

#include


#pragma hdrstop

#include "Unit11.h"


#include "Unit12.h"
#include "Unit7.h"
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma link "ShockwaveFlashObjects_OCX"
#pragma resource "*.dfm"
TForm11 *Form11;
//---------------------------------------------------------------------------
__fastcall TForm11::TForm11(TComponent* Owner)
: TForm(Owner)
{
}
//---------------------------------------------------------------------------

void __fastcall TForm11::Button1Click(TObject *Sender)


{
Form11->Visible=false;
Form12->Show();
}
//---------------------------------------------------------------------------

void __fastcall TForm11::Button2Click(TObject *Sender)


{
Form11->Visible=false;
Form7->Show();
}
//---------------------------------------------------------------------------
12-oyna.
//---------------------------------------------------------------------------

#include


#pragma hdrstop

#include "Unit12.h"


#include "Unit13.h"
#include "Unit7.h"
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma link "ShockwaveFlashObjects_OCX"
#pragma resource "*.dfm"
TForm12 *Form12;
//---------------------------------------------------------------------------
__fastcall TForm12::TForm12(TComponent* Owner)
: TForm(Owner)
{
}
//---------------------------------------------------------------------------

void __fastcall TForm12::Button1Click(TObject *Sender)


{
Form12->Visible=false;
Form13->Show();
}
//---------------------------------------------------------------------------

void __fastcall TForm12::Button2Click(TObject *Sender)


{
Form12->Visible=false;
Form7->Show();
}
//---------------------------------------------------------------------------
13-oyna.
//---------------------------------------------------------------------------

#include


#pragma hdrstop

#include "Unit13.h"


#include "Unit14.h"
#include "Unit7.h"
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma link "ShockwaveFlashObjects_OCX"
#pragma resource "*.dfm"
TForm13 *Form13;
//---------------------------------------------------------------------------
__fastcall TForm13::TForm13(TComponent* Owner)
: TForm(Owner)
{
}
//---------------------------------------------------------------------------

void __fastcall TForm13::Button1Click(TObject *Sender)


{
Form13->Visible=false;
Form14->Show();
}
//---------------------------------------------------------------------------

void __fastcall TForm13::Button2Click(TObject *Sender)


{
Form13->Visible=false;
Form7->Show();
}
//---------------------------------------------------------------------------
14-oyna.
//---------------------------------------------------------------------------

#include


#pragma hdrstop

#include "Unit14.h"


#include "Unit7.h"
#include "Unit15.h"
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma link "ShockwaveFlashObjects_OCX"
#pragma resource "*.dfm"
TForm14 *Form14;
//---------------------------------------------------------------------------
__fastcall TForm14::TForm14(TComponent* Owner)
: TForm(Owner)
{
}
//---------------------------------------------------------------------------

void __fastcall TForm14::Button1Click(TObject *Sender)


{
Form14->Visible=false;
Form15->Show();
}
//---------------------------------------------------------------------------

void __fastcall TForm14::Button2Click(TObject *Sender)


{
Form14->Visible=false;
Form7->Show();
}
//---------------------------------------------------------------------------
15-oyna.
//---------------------------------------------------------------------------

#include


#pragma hdrstop

#include "Unit15.h"


#include "Unit16.h"
#include "Unit7.h"
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma link "ShockwaveFlashObjects_OCX"
#pragma resource "*.dfm"
TForm15 *Form15;
//---------------------------------------------------------------------------
__fastcall TForm15::TForm15(TComponent* Owner)
: TForm(Owner)
{
}
//---------------------------------------------------------------------------

void __fastcall TForm15::Button1Click(TObject *Sender)


{
Form15->Visible=false;
Form16->Show();
}
//---------------------------------------------------------------------------

void __fastcall TForm15::Button2Click(TObject *Sender)


{
Form15->Visible=false;
Form7->Show();
}
//---------------------------------------------------------------------------
16-oyna.
//---------------------------------------------------------------------------

#include


#pragma hdrstop

#include "Unit16.h"


#include "Unit17.h"
#include "Unit7.h"
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma link "ShockwaveFlashObjects_OCX"
#pragma resource "*.dfm"
TForm16 *Form16;
//---------------------------------------------------------------------------
__fastcall TForm16::TForm16(TComponent* Owner)
: TForm(Owner)
{
}
//---------------------------------------------------------------------------

void __fastcall TForm16::Button1Click(TObject *Sender)


{
Form16->Visible=false;
Form17->Show();
}
//---------------------------------------------------------------------------

void __fastcall TForm16::Button2Click(TObject *Sender)


{
Form16->Visible=false;
Form7->Show();
}
//---------------------------------------------------------------------------
17-oyna.
//---------------------------------------------------------------------------

#include


#pragma hdrstop

#include "Unit17.h"


#include "Unit18.h"
#include "Unit7.h"
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma link "ShockwaveFlashObjects_OCX"
#pragma resource "*.dfm"
TForm17 *Form17;
//---------------------------------------------------------------------------
__fastcall TForm17::TForm17(TComponent* Owner)
: TForm(Owner)
{
}
//---------------------------------------------------------------------------

void __fastcall TForm17::Button1Click(TObject *Sender)


{
Form17->Visible=false;
Form18->Show();
}
//---------------------------------------------------------------------------

void __fastcall TForm17::Button2Click(TObject *Sender)


{
Form17->Visible=false;
Form7->Show();
}
//---------------------------------------------------------------------------
18-oyna.
//---------------------------------------------------------------------------

#include


#pragma hdrstop

#include "Unit18.h"


#include "Unit19.h"
#include "Unit7.h"
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma link "ShockwaveFlashObjects_OCX"
#pragma resource "*.dfm"
TForm18 *Form18;
//---------------------------------------------------------------------------
__fastcall TForm18::TForm18(TComponent* Owner)
: TForm(Owner)
{
}
//---------------------------------------------------------------------------

void __fastcall TForm18::Button1Click(TObject *Sender)


{
Form18->Visible=false;
Form19->Show();
}
//---------------------------------------------------------------------------

void __fastcall TForm18::Button2Click(TObject *Sender)


{
Form18->Visible=false;
Form7->Show();
}
//---------------------------------------------------------------------------
19-oyna.
//---------------------------------------------------------------------------

#include


#pragma hdrstop

#include "Unit19.h"


#include "Unit20.h"
#include "Unit7.h"
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma link "ShockwaveFlashObjects_OCX"
#pragma resource "*.dfm"
TForm19 *Form19;
//---------------------------------------------------------------------------
__fastcall TForm19::TForm19(TComponent* Owner)
: TForm(Owner)
{
}
//---------------------------------------------------------------------------

void __fastcall TForm19::Button1Click(TObject *Sender)


{
Form19->Visible=false;
Form20->Show();
}
//---------------------------------------------------------------------------

void __fastcall TForm19::Button2Click(TObject *Sender)


{
Form19->Visible=false;
Form7->Show();
}
//---------------------------------------------------------------------------
20-oyna.
//---------------------------------------------------------------------------

#include


#pragma hdrstop

#include "Unit20.h"


#include "Unit7.h"
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma resource "*.dfm"
TForm20 *Form20;
//---------------------------------------------------------------------------
__fastcall TForm20::TForm20(TComponent* Owner)
: TForm(Owner)
{
}
//---------------------------------------------------------------------------

void __fastcall TForm20::Button1Click(TObject *Sender)


{
Form20->Visible=false;
Form7->Show();
}
//---------------------------------------------------------------------------
Download 70 Kb.

Do'stlaringiz bilan baham:




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©fayllar.org 2024
ma'muriyatiga murojaat qiling