.


:




:

































 

 

 

 


-㳺




 

- ( , , ) , ( ). ( ) . , . 10 % 1 %. 300 700 . 300 500 .

( ). , . 11-4-79 . .

, .

 

 

, . 0,5-0,7.

, . , , .

, - . 10 %. ³ .

³ ' 3:1.

- ;

- 6,02, ' 20,0 3;

- ͳ-4-79;

- , , , , , ;

- ;

- :

;

.

, . 3.11.

ó㳺 .

:

- ;

- ;

- ;

- ;

- , .

3.11.

,

г ,
31,5                 г , , /.
                   
'                    
                   

 

 

. , , .

3.12.

㳿 ( 㳿), /2
(), / (), A/M
, 6 ...3      
3 ...30   -  
30 ...5 - -  
: - (220...280 )     0,001
- (280...320 )     0,01
- (320...400 )     10,0
: 0,76... 10,0     35,0...70,0

 

. 30 ( ) 85 105 .

, . 100...300 . 5 15, ' (. 3.9).

, , .

' , , ( , , , .) , , .

 

 

.

ϳ ' , .

8- : 15 - ; 15 - ; 10 ' .

- , , , ϳ 3.3.2.007-98, ' .

, , , , , , , ' ' , , , ' , RSI ', , , , .

 

ϳ - .

Microsoft Visual Studio 2010 Express Edition ᒺ- Visual C# 2010 Express Edition.

:

1. , ;

2. , .

 

 
 

 


1) .. , . . .

2) . - .

 

3) . - .

 

4) .

 

5) 2293-93. .

 

6) . . .: . 2009, -354 .

 

7) http://uk.wikipedia.org/wiki/.

 

8) http://studopedia.net/8_15292_tema-obiektno-oriientovana-tehnologiya-programuvannya-osnovni-printsipi-i-etapi-obiektno-oriientovanogo-programuvannya.html.

 

9) https://ru.wikipedia.org/wiki/%CE%E1%FA%E5%EA%F2%ED%EE-%EE%F0%E8%E5%ED%F2%E8%F0%EE%E2%E0%ED%ED%EE%E5_%EF%F0%EE%E3%F0%E0%EC%EC%E8%F0%EE%E2%E0%ED%E8%E5

 

10) http://ref.co.ua/20529-Monitoring_effektivnosti_web_saiyta.html

 

 

 

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 WindowsFormsApplication1

{

public partial class Form1: Form

{

public Form1()

{

InitializeComponent();

}

 

private void ToolStripMenuItem_Click(object sender, EventArgs e)

{

Environment.Exit(o);

}

 

private void ToolStripMenuItem_Click(object sender, EventArgs e)

{

Form2 gg = new Form2();

gg.Show();

}

 

private void ToolStripMenuItem_Click(object sender, EventArgs e)

{

Form5 ff = new Form5();

ff.Show();

}

 

private void Form1_Load(object sender, EventArgs e)

 

{

 

}

}

}

 

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;

using System.Net;

 

 

namespace WindowsFormsApplication1

{

public partial class Form2: Form

{

public Form2()

{

InitializeComponent();

}

 

private void Form2_Load(object sender, EventArgs e)

{

 

}

 

private void button1_Click_1(object sender, EventArgs e)

{

string myHost = System.Net.Dns.GetHostName();

MessageBox.Show(myHost);

string myIP = System.Net.Dns.GetHostByName(myHost).AddressList[0].ToString();

MessageBox.Show(myIP);

}

 

private void button2_Click(object sender, EventArgs e)

{

Form3 wp = new Form3();

wp.Show();

}

private void button4_Click(object sender, EventArgs e)

{

Form6 ffshka = new Form6();

ffshka.Show();

}

 

private void button3_Click(object sender, EventArgs e)

{

Form4 lala = new Form4();

lala.Show();

}

private void button1_Click(object sender, EventArgs e)

{

Form8 topgamer = new Form8();

topgamer.Show();

}

private void button5_Click(object sender, EventArgs e)

{

Form9 lala = new Form9();

 

 
 


 

lala.Show();

}

}

}

IP ʔ

 
 

 


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 WindowsFormsApplication1

{

public partial class Form3: Form

{

public Form3()

{

InitializeComponent();

}

private void button1_Click(object sender, EventArgs e)

{

string myHost = System.Net.Dns.GetHostName();

MessageBox.Show(myHost);

string myIP = System.Net.Dns.GetHostByName(myHost).AddressList[0].ToString();

 

MessageBox.Show(myIP);

}

 

private void Form3_Load(object sender, EventArgs e)

{

 

}

 

private void ToolStripMenuItem1_Click(object sender, EventArgs e)

{

Close();

}

 

private void ToolStripMenuItem_Click(object sender, EventArgs e)

{

Form12 hah = new Form12();

hah.Show();

}

}

}

 

 

 
 

 

 


 

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 WindowsFormsApplication1

{

public partial class Form4: Form

{

public Form4()

{

InitializeComponent();

}

private void groupBox1_Enter(object sender, EventArgs e)

{

 

}

 

private void button2_Click(object sender, EventArgs e)

{

if (textBox1.Text == "Apple")

textBox2.Text = "";

else if (textBox1.Text == "Orange")

textBox2.Text = "";

else if (textBox1.Text == "Banana")

textBox2.Text = "";

else if (textBox1.Text == "Cherry")

textBox2.Text = "";

else if (textBox1.Text == "Mandarine")

textBox2.Text = "";

else if (textBox1.Text == "Peach")

textBox2.Text = "";

else if (textBox1.Text == "Nectarine")

textBox2.Text = "";

else if (textBox1.Text == "Lemon")

textBox2.Text = "";

else if (textBox1.Text == "Melon")

textBox2.Text = "";

 

else if (textBox1.Text == "Strawberry")

textBox2.Text = "";

else

MessageBox.Show(" , ");

 

}

 

private void ToolStripMenuItem_Click(object sender, EventArgs e)

{

Close();

}

 

private void button1_Click(object sender, EventArgs e)

{

if (textBox1.Text == "")

textBox2.Text = "Apple";

else if (textBox1.Text == "")

textBox2.Text = "Orange";

else if (textBox1.Text == "")

textBox2.Text = "Banana";

else if (textBox1.Text == "")

textBox2.Text = "Cherry";

else if (textBox1.Text == "")

textBox2.Text = "Mandarine";

else if (textBox1.Text == "")

textBox2.Text = "Melon";

else if (textBox1.Text == "")

textBox2.Text = "Nectarine";

else if (textBox1.Text == "")

textBox2.Text = "Lemon";

else if (textBox1.Text == "")

textBox2.Text = "Peach";

else if (textBox1.Text == "")

textBox2.Text = "Strawberry";

else

MessageBox.Show(" , ");

}

 

private void ToolStripMenuItem_Click(object sender, EventArgs e)

{

Form7 ffshka = new Form7();

ffshka.Show();

}

 

private void ToolStripMenuItem_Click(object sender, EventArgs e)

{

Form13 fafa = new Form13();

fafa.Show();

}

 

private void Form4_Load(object sender, EventArgs e)

{

 

}

}

}

 

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 WindowsFormsApplication1

{

public partial class Form5: Form

{

public Form5()

{

InitializeComponent();

}

private void ToolStripMenuItem_Click(object sender, EventArgs e)

{

Close();

}

 

private void Form5_Load(object sender, EventArgs e)

{

 

}

}

}

 

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 WindowsFormsApplication1

{

public partial class Form6: Form

{

public Form6()

{

InitializeComponent();

}

private void Form6_Load(object sender, EventArgs e)

{

 

}

private void textBox1_TextChanged(object sender, EventArgs e)

{

 

}

 

private void textBox1_KeyDown(object sender, KeyEventArgs e)

{

{

if (e.KeyData == Keys.Enter)

{

MessageBox.Show(" Enter ");

}

if (e.KeyData == Keys.CapsLock)

{

MessageBox.Show(" Casp Lock ");

}

 

if (e.KeyData == Keys.S)

label1.Visible = true;

label6.Visible = true;

 

{

if (e.KeyData == Keys.T)

label2.Visible = true;

label12.Visible = true;

 

}

{

if (e.KeyData == Keys.U)

label3.Visible = true;

}

{

if (e.KeyData == Keys.D)

label4.Visible = true;

}

{

if (e.KeyData == Keys.Y)

label5.Visible = true;

}

{

if (e.KeyData == Keys.I)

label7.Visible = true;

}

{

if (e.KeyData == Keys.G)

label8.Visible = true;

}

{

if (e.KeyData == Keys.R)

label9.Visible = true;

}

{

if (e.KeyData == Keys.E)

label10.Visible = true;

}

{

if (e.KeyData == Keys.A)

label11.Visible = true;

}

}

 

}

 

private void ToolStripMenuItem_Click(object sender, EventArgs e)

{

Close();

}

 

private void label11_Click(object sender, EventArgs e)

{

 

}

 

private void

ToolStripMenuItem_Click(object sender, EventArgs e)

{

Form11 push = new Form11();

push.Show();

}

 

private void ToolStripMenuItem_Click(object sender, EventArgs e)

{

Form15 baba = new Form15();

baba.Show();

}

 

}

}

 

 

 

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 WindowsFormsApplication1

{

public partial class Form7: Form

{

public Form7()

{

InitializeComponent();

}

 

private void ToolStripMenuItem_Click(object sender, EventArgs e)

{

Close();

}

private void Form5_Load(object sender, EventArgs e)

{

 

}

}

}

 

 

.

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 WindowsFormsApplication1

{

public partial class Form8: Form

{

public Form8()

{

InitializeComponent();

}

 

private void ToolStripMenuItem_Click(object sender, EventArgs e)

{

Close();

}

 

private void button1_Click(object sender, EventArgs e)

{

int ;

= 0;

if (radioButton3.Checked)

= + 5;

 

if (radioButton8.Checked)

= + 5;

 

if (radioButton15.Checked)

= + 5;

 

 

 

if (radioButton6.Checked)

= + 5;

 

if (radioButton12.Checked)

= + 5;

 

if (radioButton18.Checked)

= + 5;

 

= + 5;

MessageBox.Show(.ToString());

}

 

private void ToolStripMenuItem_Click(object sender, EventArgs e)

{

MessageBox.Show(" : 1 - 3, 2 - 2, 3 - 1, 4 - 1, 5 - 1, 6 - 1");

}

 

private void ToolStripMenuItem_Click(object sender, EventArgs e)

{

MessageBox.Show(" 6 . +5 , 30 . :)");

}

private void ToolStripMenuItem_Click(object sender, EventArgs e)

{

Form 15 lalaika = new Form15();

lalaika.Show();

}

 

private void Form8_Load(object sender, EventArgs e)

{

 

}

}

}

 

 

 

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 WindowsFormsApplication1

{

public partial class Form9: Form

{

public Form9()

{

InitializeComponent();

}

 

private void ToolStripMenuItem_Click(object sender, EventArgs e)

{

 

}

 

private void textBox1_TextChanged(object sender, EventArgs e)

{

 

}

 

private void button1_Click(object sender, EventArgs e)

{

 

}

 

 

 

private void button2_Click(object sender, EventArgs e)

{

if (textBox2.Text == "Twix")

pictureBox3.Visible = false;

pictureBox4.Visible = true;

 

}

 

private void button3_Click(object sender, EventArgs e)

{

if (textBox3.Text == "Lays")

pictureBox5.Visible = false;

pictureBox6.Visible = true;

 

}

 

private void button4_Click(object sender, EventArgs e)

{

if (textBox4.Text == "Pepsi")

pictureBox7.Visible = false;

pictureBox8.Visible = true;

 

}

 

private void button1_Click_1(object sender, EventArgs e)

{

if (textBox1.Text == " ")

pictureBox1.Visible = false;

pictureBox2.Visible = true;

 

}

private void Form9_Load(object sender, EventArgs e)

{

 

}

 

private void pictureBox9_Click(object sender, EventArgs e)

{

 

}

 

 

 

 

private void button5_Click(object sender, EventArgs e)

{

if (textBox5.Text == "")

pictureBox9.Visible = false;

pictureBox10.Visible = true;

}

 

private void button6_Click(object sender, EventArgs e)

{

if (textBox6.Text == "Roshen")

pictureBox11.Visible = false;

pictureBox12.Visible = true;

}

 

private void button7_Click(object sender, EventArgs e)

{

if (textBox7.Text == "Kitkat")

pictureBox13.Visible = false;

pictureBox14.Visible = true;

}

 

private void button8_Click(object sender, EventArgs e)

{

if (textBox8.Text == "")

pictureBox15.Visible = false;

pictureBox16.Visible = true;

}

 

private void ToolStripMenuItem_Click(object sender, EventArgs e)

{

Close();

}

private void ToolStripMenuItem_Click(object sender, EventArgs e)

{

Form16 bambam = new Form16();

bambam.Show();

}

 

private void label1_Click(object sender, EventArgs e)

{

 

}

}

}

 

 

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 WindowsFormsApplication1

{

public partial class Form11: Form

{

public Form11()

{

InitializeComponent();

}

 

private void ToolStripMenuItem_Click(object sender, EventArgs e)

{

Close();

}

 

private void Form11_Load(object sender, EventArgs e)

{

 

}

}

}

 

 

 

 

 

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 WindowsFormsApplication1

{

public partial class Form12: Form

{

public Form12()

{

InitializeComponent();

}

 

private void ToolStripMenuItem_Click(object sender, EventArgs e)

{

Close();

}

 

private void button1_Click(object sender, EventArgs e)

{

textBox2.Visible = true;

}

 

private void Form12_Load(object sender, EventArgs e)

{

 

}

}

}

 
 

 


 

 





:


: 2015-10-27; !; : 555 |


:

:

.
==> ...

1621 - | 1458 -


© 2015-2024 lektsii.org - -

: 0.476 .