«Die Nomen, die Naturphänomene darstellen» mavzusida elektron qo’llanma uchun EHM dastur
Huquq egasi:
Qodirova Shohsanam Boboxon qizi
Muallif:
Qodirova Shohsanam Boboxon qizi
LISTING
«Die Nomen, die Naturphänomene darstellen» mavzusida elektron qo’llanma uchun EHM dastur
Foydalanuvchilar uchun
EHM dasturi
Huquq egasi: Qodirova Shohsanam Boboxon qizi
Mualliflar:
Qodirova Shohsanam Boboxon qizi
Dasturni ko’rinishi
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace Die_Nomen_die_Naturphänomene_darstellen mavzusida_elektron_qo‘llanma
{
public partial class Main : Form
{
public Main()
{
InitializeComponent();
}
private void button1_Click(object sender, EventArgs e)
{
Menuu obj = new Menuu();
obj.ShowDialog();
}
private void button2_Click(object sender, EventArgs e)
{
Author obj = new Author();
obj.ShowDialog();
}
}
}
////////////////////////////////////////////////////////////////////////////////////////////////
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace die_nomen_die_naturphänomene_darstellen mavzusida_elektron_qo‘llanma
{
public partial class Menuu : Form
{
public Menuu()
{
InitializeComponent();
}
private void button10_Click(object sender, EventArgs e)
{
Main.ActiveForm.Activate();
this.Close();
}
private void button1_Click(object sender, EventArgs e)
{
Iteam1 obj = new Iteam1();
obj.ShowDialog();
this.Close();
}
private void button2_Click(object sender, EventArgs e)
{
Iteam2 obj = new Iteam2();
obj.ShowDialog();
this.Close();
}
private void button3_Click(object sender, EventArgs e)
{
Iteam3 obj = new Iteam3();
obj.ShowDialog();
this.Close();
}
private void button4_Click(object sender, EventArgs e)
{
Iteam4 obj = new Iteam4();
obj.ShowDialog();
this.Close();
}
private void button5_Click(object sender, EventArgs e)
{
Iteam5 obj = new Iteam5();
obj.ShowDialog();
this.Close();
}
private void button6_Click(object sender, EventArgs e)
{
Iteam6 obj = new Iteam6();
obj.ShowDialog();
this.Close();
}
private void button7_Click(object sender, EventArgs e)
{
Iteam_7 obj = new Iteam_7();
obj.ShowDialog();
this.Close();
}
private void button8_Click(object sender, EventArgs e)
{
Iteam8 obj = new Iteam8();
obj.ShowDialog();
this.Close();
}
private void button9_Click(object sender, EventArgs e)
{
Iteam9 obj = new Iteam9();
obj.ShowDialog();
this.Close();
}
}
}
/////////////////////////////////////////////////////////////////////////////////////////////////////////////
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace Fragen_zum_Thema
{
public partial class Iteam1 : Form
{
public Iteam1()
{
InitializeComponent();
axAcroPDF1.LoadFile("11.pdf");
}
private void button1_Click(object sender, EventArgs e)
{
Menuu obj = new Menuu();
obj.ShowDialog();
this.Close();
}
}
}
/////////////////////////////////////////////////////////////////////////////////////////////////////
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace Interessante_Fakten
{
public partial class Iteam2 : Form
{
public Iteam2()
{
InitializeComponent();
}
private void button1_Click(object sender, EventArgs e)
{
groupBox2.Visible = false;
groupBox1.Visible = true;
}
private void pictureBox1_Click_1(object sender, EventArgs e)
{
groupBox1.Visible = false;
groupBox2.Visible = true;
pictureBoxG.BackgroundImage = img;
axAcroPDF1.LoadFile("Weiter");
}
private void button2_Click(object sender, EventArgs e)
{
Menuu obj = new Menuu();
obj.ShowDialog();
this.Close();
}
private void pictureBox2_Click(object sender, EventArgs e)
{
groupBox1.Visible = false;
groupBox2.Visible = true;
pictureBoxG.BackgroundImage = img;
axAcroPDF1.LoadFile("Eine_Hülle_aus_Gas.pdf");
}
private void pictureBox3_Click(object sender, EventArgs e)
{
groupBox1.Visible = false;
groupBox2.Visible = true;
pictureBoxG.BackgroundImage = img;
axAcroPDF1.LoadFile("Hoch_und_Tief_der_Luftdruck.pdf");
}
private void pictureBox4_Click(object sender, EventArgs e)
{
groupBox1.Visible = false;
groupBox2.Visible = true;
pictureBoxG.BackgroundImage = img;
axAcroPDF1.LoadFile("Wie_entsteht_Wind.pdf");
}
private void pictureBox8_Click(object sender, EventArgs e)
{
groupBox1.Visible = false;
groupBox2.Visible = true;
pictureBoxG.BackgroundImage = img;
axAcroPDF1.LoadFile("Wirbelstürme.PDF");
}
private void pictureBox7_Click(object sender, EventArgs e)
{
groupBox1.Visible = false;
groupBox2.Visible = true;
pictureBoxG.BackgroundImage = img;
axAcroPDF1.LoadFile("word_Fakten.pdf");
}
private void pictureBox6_Click(object sender, EventArgs e)
{
groupBox1.Visible = false;
groupBox2.Visible = true;
pictureBoxG.BackgroundImage = img;
axAcroPDF1.LoadFile("Lawinen.pdf");
}
private void pictureBox5_Click(object sender, EventArgs e)
{
groupBox1.Visible = false;
groupBox2.Visible = true;
pictureBoxG.BackgroundImage = img;
axAcroPDF1.LoadFile("Mondfinsternis.pdf");
}
private void pictureBox12_Click(object sender, EventArgs e)
{
groupBox1.Visible = false;
groupBox2.Visible = true;
pictureBoxG.BackgroundImage = img;
axAcroPDF1.LoadFile("Schnee.pdf");
}
private void pictureBox11_Click(object sender, EventArgs e)
{
groupBox1.Visible = false;
groupBox2.Visible = true;
pictureBoxG.BackgroundImage = img;
axAcroPDF1.LoadFile("Sonnenfinsternis.pdf");
}
private void pictureBox10_Click(object sender, EventArgs e)
{
groupBox1.Visible = false;
groupBox2.Visible = true;
pictureBoxG.BackgroundImage = img;
axAcroPDF1.LoadFile("word Fragen.pdf");
}
private void pictureBox9_Click(object sender, EventArgs e)
{
groupBox1.Visible = false;
groupBox2.Visible = true;
pictureBoxG.BackgroundImage = img;
axAcroPDF1.LoadFile("11.pdf");
}
}
}
///////////////////////////////////////////////////////////////////////////////////////////////////////////////
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace Naturphänomene_in_Bildern
{
public partial class Iteam3 : Form
{
public Iteam3()
{
InitializeComponent();
axAcroPDF1.LoadFile("Natu");
}
private void button1_Click(object sender, EventArgs e)
{
Menuu.ActiveForm.Activate();
Menuu obj = new Menuu();
obj.ShowDialog();
this.Close();
}
}
}
////////////////////////////////////////////////////////////////////////////////////////////////////////////
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace Redewendungen_zum_Thema
{
public partial class Iteam4 : Form
{
public Iteam4()
{
InitializeComponent();
}
private void button1_Click(object sender, EventArgs e)
{
}
private void button14_Click(object sender, EventArgs e)
{
groupBox1.Visible = false;
}
private void button1_Click_1(object sender, EventArgs e)
{
axAcroPDF1.LoadFile("Regen und Regenschirm.pdf");
groupBox1.Visible = true;
}
private void button2_Click(object sender, EventArgs e)
{
axAcroPDF1.LoadFile("Schnee...pdf");
groupBox1.Visible = true;
}
private void button3_Click(object sender, EventArgs e)
{
axAcroPDF1.LoadFile("Sommer und Sonnenschein.pdf");
groupBox1.Visible = true;
}
private void button6_Click(object sender, EventArgs e)
{
axAcroPDF1.LoadFile("Wind.pdf");
groupBox1.Visible = true;
}
private void button5_Click(object sender, EventArgs e)
{
axAcroPDF1.LoadFile("Wolke.pdf");
groupBox1.Visible = true;
}
private void button4_Click(object sender, EventArgs e)
{
axAcroPDF1.LoadFile("Word Redewendungen.pdf");
groupBox1.Visible = true;
}
private void button9_Click(object sender, EventArgs e)
{
axAcroPDF1.LoadFile("Schnee...pdf");
groupBox1.Visible = true;
}
private void button8_Click(object sender, EventArgs e)
{
axAcroPDF1.LoadFile("Sommer und Sonnenschein.pdf");
groupBox1.Visible = true;
}
private void button7_Click(object sender, EventArgs e)
{
axAcroPDF1.LoadFile("Wind.pdf");
groupBox1.Visible = true;
}
private void button12_Click(object sender, EventArgs e)
{
axAcroPDF1.LoadFile("Wolke.pdf");
groupBox1.Visible = true;
}
private void button11_Click(object sender, EventArgs e)
{
axAcroPDF1.LoadFile("Word Redewendungen.pdf");
groupBox1.Visible = true;
}
private void button10_Click(object sender, EventArgs e)
{
axAcroPDF1.LoadFile("Übung 1.pdf");
groupBox1.Visible = true;
}
private void button13_Click(object sender, EventArgs e)
{
Menuu obj = new Menuu();
obj.ShowDialog();
this.Close();
}
}
}
//////////////////////////////////////////////////////////////////////////////////////////////////
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace Übungen_zum_Thema
{
public partial class Iteam5 : Form
{
public Iteam5()
{
InitializeComponent();
axAcroPDF1.LoadFile("Übung_1.pdf");
}
private void button1_Click(object sender, EventArgs e)
{
Menuu.ActiveForm.Activate();
Menuu obj = new Menuu();
this.Close();
obj.ShowDialog();
}
}
}
//////////////////////////////////////////////////////////////////////////////////////////////////////////
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace DIE_NOMEN_DIE_NATURPHÄNOMENE_DARSTELLEN MAVZUSIDA_ELEKTRON_QO‘LLANMA
{
public partial class Iteam6 : Form
{
public Iteam6()
{
InitializeComponent();
axAcroPDF1.LoadFile("Übung_2.pdf");
}
private void button1_Click(object sender, EventArgs e)
{
this.Close();
Menuu.ActiveForm.Activate();
Menuu obj = new Menuu();
obj.ShowDialog();
}
}
}
///////////////////////////////////////////////////////////////////////////////////////////////////////////////
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace DIE_NOMEN_DIE_NATURPHÄNOMENE_DARSTELLEN MAVZUSIDA_ELEKTRON_QO‘LLANMA
{
public partial class Iteam_7 : Form
{
public Iteam_7()
{
InitializeComponent();
axAcroPDF1.LoadFile("Übung_3.pdf");
}
private void button1_Click(object sender, EventArgs e)
{
this.Close();
Menuu.ActiveForm.Activate();
Menuu obj = new Menuu();
obj.ShowDialog();
}
}
}
///////////////////////////////////////////////////////////////////////////////////////////////////////
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace DIE_NOMEN_DIE_NATURPHÄNOMENE_DARSTELLEN MAVZUSIDA_ELEKTRON_QO‘LLANMA
{
public partial class Iteam8 : Form
{
public Iteam8()
{
InitializeComponent();
axAcroPDF1.LoadFile("Übung_4.pdf");
}
private void button1_Click(object sender, EventArgs e)
{
this.Close();
Menuu.ActiveForm.Activate();
Menuu obj = new Menuu();
obj.ShowDialog();
}
}
}
///////////////////////////////////////////////////////////////////////////////////////////////////////////
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace DIE_NOMEN_DIE_NATURPHÄNOMENE_DARSTELLEN MAVZUSIDA_ELEKTRON_QO‘LLANMA
{
public partial class Iteam9 : Form
{
public Iteam9()
{
InitializeComponent();
axWindowsMediaPlayer1.URL = "Untitled.mpg";
}
private void button1_Click(object sender, EventArgs e)
{
axWindowsMediaPlayer1.close();
this.Close();
Menuu.ActiveForm.Activate();
Menuu obj = new Menuu();
obj.ShowDialog();
}
}
}
//////////////////////////////////////////////////////////////////////////////////////////////////////////using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace DIE_NOMEN_DIE_NATURPHÄNOMENE_DARSTELLEN MAVZUSIDA_ELEKTRON_QO‘LLANMA
{
public partial class Author : Form
{
public Author()
{
InitializeComponent();
}
private void button1_Click(object sender, EventArgs e)
{
Main.ActiveForm.Activate();
this.Close();
}
}
}
Dostları ilə paylaş: |