66
65 LAMPIRAN - LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : 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.Media; namespace Tugas_Akhir { public partial class Form1 : Form { public Form1() { InitializeComponent(); this.StartPosition = FormStartPosition.CenterScreen; this.FormBorderStyle = FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = false; } private void button2_Click(object sender, EventArgs e)

LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

  • Upload
    others

  • View
    17

  • Download
    0

Embed Size (px)

Citation preview

Page 1: LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

65

LAMPIRAN - LAMPIRAN

LAMPIRAN A.1

Codingan FORM1/ tampilan awal :

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.Media;

namespace Tugas_Akhir{

public partial class Form1 : Form{

public Form1(){

InitializeComponent();this.StartPosition = FormStartPosition.CenterScreen;this.FormBorderStyle = FormBorderStyle.FixedSingle;this.MaximizeBox = false;this.MinimizeBox = false;

}private void button2_Click(object sender, EventArgs e)

Page 2: LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

66

{MENU mn = new MENU();mn.Show();this.Hide();

}private void Form1_Load(object sender, EventArgs e){

SoundPlayer lgu = new SoundPlayer(@"C:\Users\DwiYuli\Downloads\Susan_Dan_Ria_Enes_Cita_Cita_Indogratis_.wav");

lgu.Play();}

}}

LAMPIRAN A.2

Codingan form MENU :

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.Media;

namespace Tugas_Akhir{

public partial class MENU : Form{

public MENU(){

Page 3: LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

67

InitializeComponent();this.StartPosition = FormStartPosition.CenterScreen;this.FormBorderStyle = FormBorderStyle.FixedSingle;this.MaximizeBox = false;this.MinimizeBox = false;

}private void button1_Click(object sender, EventArgs e){

{this.Close();SoundPlayer lgu = new SoundPlayer(@"C:\Users\Dwi

Yuli\Downloads\Susan_Dan_Ria_Enes_Cita_Cita_Indogratis_.wav");lgu.Stop();

}{

HURUF hrf = new HURUF();hrf.Show();this.Hide();

}}private void button2_Click(object sender, EventArgs e){

{this.Close();SoundPlayer lgu = new SoundPlayer(@"C:\Users\Dwi

Yuli\Downloads\Susan_Dan_Ria_Enes_Cita_Cita_Indogratis_.wav");lgu.Stop();

}{

ANGKA ank = new ANGKA();ank.Show();this.Hide();

}}private void button3_Click(object sender, EventArgs e){

LATIHAN lth = new LATIHAN();lth.Show();this.Hide();

}private void button5_Click(object sender, EventArgs e){

this.Close();SoundPlayer lgu = new SoundPlayer(@"C:\Users\Dwi

Yuli\Downloads\Susan_Dan_Ria_Enes_Cita_Cita_Indogratis_.wav");lgu.Stop();

}private void button4_Click(object sender, EventArgs e){

{ Console.Beep(440, 200);}

PROFIL pr = new PROFIL();pr.Show();this.Close();

}

Page 4: LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

68

}}

LAMPIRAN A.3

Codingan form HURUF :

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.Media;

namespace Tugas_Akhir{

public partial class HURUF : Form{

public HURUF(){

InitializeComponent();this.StartPosition = FormStartPosition.CenterScreen;this.FormBorderStyle = FormBorderStyle.FixedSingle;this.MaximizeBox = false;this.MinimizeBox = false;

}private void hrf_kembali_Click(object sender, EventArgs e){

{SoundPlayer lgu = new SoundPlayer(@"C:\Users\Dwi

Yuli\Downloads\Susan_Dan_Ria_Enes_Cita_Cita_Indogratis_.wav");lgu.Play();

Page 5: LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

69

}{

MENU mn = new MENU();mn.Show();this.Hide();

}}private void pictureBox1_Click(object sender, EventArgs e){

EJA_A a = new EJA_A();a.Show();this.Hide();

}private void pictureBox2_Click(object sender, EventArgs e){

EJA_B b = new EJA_B();b.Show();this.Hide();

}private void pictureBox16_Click(object sender, EventArgs e){

EJA_C c = new EJA_C();c.Show();this.Hide();

}private void pictureBox15_Click(object sender, EventArgs e){

EJA_D d = new EJA_D();d.Show();this.Hide();

}private void pictureBox14_Click(object sender, EventArgs e){

EJA_E E = new EJA_E();E.Show();this.Hide();

}private void pictureBox13_Click(object sender, EventArgs e){

EJA_F f = new EJA_F();f.Show();this.Hide();

}private void pictureBox12_Click(object sender, EventArgs e){

EJA_G g = new EJA_G();g.Show();this.Hide();

}private void pictureBox11_Click(object sender, EventArgs e){

EJA_H h = new EJA_H();h.Show();this.Hide();

}

Page 6: LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

70

private void pictureBox10_Click(object sender, EventArgs e){

EJA_I i = new EJA_I();i.Show();this.Hide();

}private void pictureBox5_Click(object sender, EventArgs e){

EJA_J j = new EJA_J();j.Show();this.Hide();

}private void pictureBox9_Click(object sender, EventArgs e){

EJA_K k = new EJA_K();k.Show();this.Hide();

}private void pictureBox8_Click(object sender, EventArgs e){

EJA_L l = new EJA_L();l.Show();this.Hide();

}private void pictureBox7_Click(object sender, EventArgs e){

EJA_M m = new EJA_M();m.Show();this.Hide();

}private void pictureBox6_Click(object sender, EventArgs e){

EJA_N n = new EJA_N();n.Show();this.Hide();

}private void pictureBox23_Click(object sender, EventArgs e){

EJA_O o = new EJA_O();o.Show();this.Hide();

}private void pictureBox22_Click(object sender, EventArgs e){

EJA_P p = new EJA_P();p.Show();this.Hide();

}private void pictureBox20_Click(object sender, EventArgs e){

EJA_Q q = new EJA_Q();q.Show();this.Hide();

}private void pictureBox19_Click(object sender, EventArgs e)

Page 7: LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

71

{EJA_R r = new EJA_R();r.Show();this.Hide();

}private void pictureBox18_Click(object sender, EventArgs e){

EJA_S s = new EJA_S();s.Show();this.Hide();

}private void pictureBox4_Click(object sender, EventArgs e){

EJA_T t = new EJA_T();t.Show();this.Hide();

}private void pictureBox3_Click(object sender, EventArgs e){

EJA_U u = new EJA_U();u.Show();this.Hide();

}private void pictureBox21_Click(object sender, EventArgs e){

EJA_V v = new EJA_V();v.Show();this.Hide();

}private void pictureBox25_Click(object sender, EventArgs e){

EJA_W w = new EJA_W();w.Show();this.Hide();

}private void pictureBox17_Click(object sender, EventArgs e){

EJA_X x = new EJA_X();x.Show();this.Hide();

}private void pictureBox26_Click(object sender, EventArgs e){

EJA_Y y = new EJA_Y();y.Show();this.Hide();

}private void pictureBox24_Click(object sender, EventArgs e){

EJA_Z z = new EJA_Z();z.Show();this.Hide();

}}

}

Page 8: LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

72

LAMPIRAN A.4

Codingan form ANGKA :

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.Media;

namespace Tugas_Akhir{

public partial class ANGKA : Form{

public ANGKA(){

InitializeComponent();this.StartPosition = FormStartPosition.CenterScreen;this.FormBorderStyle = FormBorderStyle.FixedSingle;this.MaximizeBox = false;this.MinimizeBox = false;

}private void button1_Click(object sender, EventArgs e){

{SoundPlayer lgu = new SoundPlayer(@"C:\Users\Dwi

Yuli\Downloads\Susan_Dan_Ria_Enes_Cita_Cita_Indogratis_.wav");lgu.Play();

}

Page 9: LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

73

{MENU mn = new MENU();mn.Show();this.Hide();

}}private void pictureBox1_Click(object sender, EventArgs e){

ANGKA_1 an1 = new ANGKA_1();an1.Show();this.Hide();

}private void pictureBox7_Click(object sender, EventArgs e){

_2 an2 = new _2();an2.Show();this.Hide();

}private void pictureBox6_Click(object sender, EventArgs e){

_3 an3 = new _3();an3.Show();this.Hide();

}private void pictureBox5_Click(object sender, EventArgs e){

_4 an4 = new _4();an4.Show();this.Hide();

}private void pictureBox4_Click(object sender, EventArgs e){

_5 an5 = new _5();an5.Show();this.Hide();

}private void pictureBox3_Click(object sender, EventArgs e){

_6 an6 = new _6();an6.Show();this.Hide();

}private void pictureBox2_Click(object sender, EventArgs e){

_7 an7 = new _7();an7.Show();this.Hide();

}private void pictureBox10_Click(object sender, EventArgs e){

_8 an8 = new _8();an8.Show();this.Hide();

}

Page 10: LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

74

private void pictureBox9_Click(object sender, EventArgs e){

_9 an9 = new _9();an9.Show();this.Hide();

}private void pictureBox8_Click(object sender, EventArgs e){

ANGKA_0 an0 = new ANGKA_0();an0.Show();this.Hide();

}}

}

LAMPIRAN A.5

Codingan form LATIHAN :

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.Media;

namespace Tugas_Akhir{

public partial class LATIHAN : Form{

Page 11: LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

75

public LATIHAN(){

InitializeComponent();this.StartPosition = FormStartPosition.CenterScreen;this.FormBorderStyle = FormBorderStyle.FixedSingle;this.MaximizeBox = false;this.MinimizeBox = false;

}private void hrf_kembali_Click(object sender, EventArgs e){

MENU mn = new MENU();mn.Show();this.Hide();

}

private void button1_Click(object sender, EventArgs e){

{this.Close();SoundPlayer lgu = new SoundPlayer(@"C:\Users\Dwi

Yuli\Downloads\Susan_Dan_Ria_Enes_Cita_Cita_Indogratis_.wav");lgu.Stop();

}{

LATIHAN1 lth = new LATIHAN1();lth.Show();this.Hide();

}}private void button2_Click(object sender, EventArgs e){

{this.Close();SoundPlayer lgu = new SoundPlayer(@"C:\Users\Dwi

Yuli\Downloads\Susan_Dan_Ria_Enes_Cita_Cita_Indogratis_.wav");lgu.Stop();

}{

LATIHAN2 lth = new LATIHAN2();lth.Show();this.Hide();

}}

}}

Page 12: LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

76

LAMPIRAN A.6

Codingan form PROFIL :

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 Tugas_Akhir{

public partial class PROFIL : Form{

public PROFIL(){

InitializeComponent();this.StartPosition = FormStartPosition.CenterScreen;this.FormBorderStyle = FormBorderStyle.FixedSingle;this.MaximizeBox = false;this.MinimizeBox = false;

}private void button1_Click(object sender, EventArgs e){

MENU mn = new MENU();mn.Show();this.Close();

}}

}

Page 13: LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

77

LAMPIRAN B.1

Codingan form EJA A :

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.Media;

namespace Tugas_Akhir{

public partial class EJA_A : Form{

public EJA_A(){

InitializeComponent();this.StartPosition = FormStartPosition.CenterScreen;this.FormBorderStyle = FormBorderStyle.FixedSingle;this.MaximizeBox = false;this.MinimizeBox = false;

}private void button1_Click(object sender, EventArgs e){

HURUF hrf = new HURUF();hrf.Show();this.Hide();

}private void pictureBox3_Click(object sender, EventArgs e){

Page 14: LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

78

SoundPlayer lgu = new SoundPlayer(@"C:\Users\DwiYuli\Downloads\SHAREit\2014811\file\26_wav_files (online-audio-converter.com)\A.wav");

lgu.Play();}

}}

LAMPIRAN B.2

Codingan Form EJA B :

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.Media;

namespace Tugas_Akhir{

public partial class EJA_B : Form{

public EJA_B(){

InitializeComponent();InitializeComponent();this.StartPosition = FormStartPosition.CenterScreen;this.FormBorderStyle = FormBorderStyle.FixedSingle;this.MaximizeBox = false;this.MinimizeBox = false;

}

Page 15: LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

79

private void button1_Click(object sender, EventArgs e){

HURUF hrf = new HURUF();hrf.Show();this.Hide();

}private void pictureBox2_Click(object sender, EventArgs e){

SoundPlayer lgu = new SoundPlayer(@"C:\Users\DwiYuli\Downloads\SHAREit\2014811\file\26_wav_files (online-audio-converter.com)\B.wav");

lgu.Play();}

}}

LAMPIRAN B.3

Codingan form EJA C :

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.Media;

namespace Tugas_Akhir{

public partial class EJA_C : Form{

public EJA_C()

Page 16: LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

80

{InitializeComponent();this.StartPosition = FormStartPosition.CenterScreen;this.FormBorderStyle = FormBorderStyle.FixedSingle;this.MaximizeBox = false;this.MinimizeBox = false;

}private void button1_Click(object sender, EventArgs e){

HURUF hrf = new HURUF();hrf.Show();this.Hide();

}private void pictureBox16_Click(object sender, EventArgs e){

SoundPlayer lgu = new SoundPlayer(@"C:\Users\DwiYuli\Downloads\SHAREit\2014811\file\26_wav_files (online-audio-converter.com)\C.wav");

lgu.Play();}

}}

LAMPIRAN B.4

Codingan Form EJA D :

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;

Page 17: LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

81

using System.Media;

namespace Tugas_Akhir{

public partial class EJA_D : Form{

public EJA_D(){

InitializeComponent();this.StartPosition = FormStartPosition.CenterScreen;this.FormBorderStyle = FormBorderStyle.FixedSingle;this.MaximizeBox = false;this.MinimizeBox = false;

}private void button1_Click(object sender, EventArgs e){

HURUF hrf = new HURUF();hrf.Show();this.Hide();

}private void pictureBox15_Click(object sender, EventArgs e){

SoundPlayer lgu = new SoundPlayer(@"C:\Users\DwiYuli\Downloads\SHAREit\2014811\file\26_wav_files (online-audio-converter.com)\A.wav");

lgu.Play();}

}}

LAMPIRAN B.5

Codingan form EJA E :

using System;using System.Collections.Generic;

Page 18: LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

82

using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using System.Media;

namespace Tugas_Akhir{

public partial class EJA_E : Form{

public EJA_E(){

InitializeComponent();this.StartPosition = FormStartPosition.CenterScreen;this.FormBorderStyle = FormBorderStyle.FixedSingle;this.MaximizeBox = false;this.MinimizeBox = false;

}private void button1_Click(object sender, EventArgs e){

HURUF hrf = new HURUF();hrf.Show();this.Hide();

}private void pictureBox14_Click(object sender, EventArgs e){

SoundPlayer lgu = new SoundPlayer(@"C:\Users\DwiYuli\Downloads\SHAREit\2014811\file\26_wav_files (online-audio-converter.com)\E.wav");

lgu.Play();}

}}

LAMPIRAN B.6

Page 19: LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

83

Codingan form EJA F :

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.Media;namespace Tugas_Akhir{

public partial class EJA_F : Form{

public EJA_F(){

InitializeComponent();this.StartPosition = FormStartPosition.CenterScreen;this.FormBorderStyle = FormBorderStyle.FixedSingle;this.MaximizeBox = false;this.MinimizeBox = false;

}private void button1_Click(object sender, EventArgs e){

HURUF hrf = new HURUF();hrf.Show();this.Hide();

}private void pictureBox13_Click(object sender, EventArgs e){

SoundPlayer lgu = new SoundPlayer(@"C:\Users\DwiYuli\Downloads\SHAREit\2014811\file\26_wav_files (online-audio-converter.com)\F.wav");

lgu.Play();}

}}

Page 20: LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

84

LAMPIRAN B.7

Codingan form EJA G :

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.Media;namespace Tugas_Akhir{

public partial class EJA_F : Form{

public EJA_F(){

InitializeComponent();this.StartPosition = FormStartPosition.CenterScreen;this.FormBorderStyle = FormBorderStyle.FixedSingle;this.MaximizeBox = false;this.MinimizeBox = false;

}private void button1_Click(object sender, EventArgs e){

HURUF hrf = new HURUF();hrf.Show();this.Hide();

}private void pictureBox13_Click(object sender, EventArgs e){

Page 21: LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

85

SoundPlayer lgu = new SoundPlayer(@"C:\Users\DwiYuli\Downloads\SHAREit\2014811\file\26_wav_files (online-audio-converter.com)\F.wav");

lgu.Play();}

}}

LAMPIRAN B.8

Codingan Form EJA H :

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.Media;

namespace Tugas_Akhir{

public partial class EJA_H : Form{

public EJA_H(){

InitializeComponent();this.StartPosition = FormStartPosition.CenterScreen;this.FormBorderStyle = FormBorderStyle.FixedSingle;this.MaximizeBox = false;this.MinimizeBox = false;

}

Page 22: LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

86

private void button1_Click(object sender, EventArgs e){

HURUF hrf = new HURUF();hrf.Show();this.Hide();

}private void pictureBox11_Click(object sender, EventArgs e){

SoundPlayer lgu = new SoundPlayer(@"C:\Users\DwiYuli\Downloads\SHAREit\2014811\file\26_wav_files (online-audio-converter.com)\H.wav");

lgu.Play();}

}}

LAMPIRAN B.9

Codingan Form EJA I :

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.Media;namespace Tugas_Akhir{

public partial class EJA_I : Form{

public EJA_I(){

Page 23: LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

87

InitializeComponent();this.StartPosition = FormStartPosition.CenterScreen;this.FormBorderStyle = FormBorderStyle.FixedSingle;this.MaximizeBox = false;this.MinimizeBox = false;

}private void button1_Click(object sender, EventArgs e){

HURUF hrf = new HURUF();hrf.Show();this.Hide();

}private void pictureBox10_Click(object sender, EventArgs e){

SoundPlayer lgu = new SoundPlayer(@"C:\Users\DwiYuli\Downloads\SHAREit\2014811\file\26_wav_files (online-audio-converter.com)\I.wav");

lgu.Play();}

}}

LAMPIRAN B.10

Codingan Form EJA J :

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;

Page 24: LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

88

using System.Media;

namespace Tugas_Akhir{

public partial class EJA_J : Form{

public EJA_J(){

InitializeComponent();this.StartPosition = FormStartPosition.CenterScreen;this.FormBorderStyle = FormBorderStyle.FixedSingle;this.MaximizeBox = false;this.MinimizeBox = false;

}private void button1_Click(object sender, EventArgs e){

HURUF hrf = new HURUF();hrf.Show();this.Hide();

}private void pictureBox5_Click(object sender, EventArgs e){

SoundPlayer lgu = new SoundPlayer(@"C:\Users\DwiYuli\Downloads\SHAREit\2014811\file\26_wav_files (online-audio-converter.com)\J.wav");

lgu.Play();}

}}

Page 25: LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

89

LAMPIRAN B.11

Codingan Form EJA K :

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.Media;namespace Tugas_Akhir{

public partial class EJA_K : Form{

public EJA_K(){

InitializeComponent();this.StartPosition = FormStartPosition.CenterScreen;this.FormBorderStyle = FormBorderStyle.FixedSingle;this.MaximizeBox = false;this.MinimizeBox = false;

}private void button1_Click(object sender, EventArgs e){

HURUF hrf = new HURUF();hrf.Show();this.Hide();

}private void pictureBox9_Click(object sender, EventArgs e){

Page 26: LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

90

SoundPlayer lgu = new SoundPlayer(@"C:\Users\DwiYuli\Downloads\SHAREit\2014811\file\26_wav_files (online-audio-converter.com)\K.wav");

lgu.Play();}

}}

LAMPIRAN B.12

Codingan Form EJA L :

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.Media;

namespace Tugas_Akhir{

public partial class EJA_L : Form{

public EJA_L(){

InitializeComponent();this.StartPosition = FormStartPosition.CenterScreen;this.FormBorderStyle = FormBorderStyle.FixedSingle;this.MaximizeBox = false;this.MinimizeBox = false;

}private void button1_Click(object sender, EventArgs e)

Page 27: LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

91

{HURUF hrf = new HURUF();hrf.Show();this.Hide();

}private void pictureBox8_Click(object sender, EventArgs e){

SoundPlayer lgu = new SoundPlayer(@"C:\Users\DwiYuli\Downloads\SHAREit\2014811\file\26_wav_files (online-audio-converter.com)\L.wav");

lgu.Play();}

}}

LAMPIRAN B.13

Codingan Form EJA M :

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.Media;

namespace Tugas_Akhir{

public partial class EJA_M : Form{

public EJA_M(){

InitializeComponent();this.StartPosition = FormStartPosition.CenterScreen;

Page 28: LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

92

this.FormBorderStyle = FormBorderStyle.FixedSingle;this.MaximizeBox = false;this.MinimizeBox = false;

}private void button1_Click(object sender, EventArgs e){

HURUF hrf = new HURUF();hrf.Show();this.Hide();

}private void pictureBox7_Click(object sender, EventArgs e){

SoundPlayer lgu = new SoundPlayer(@"C:\Users\DwiYuli\Downloads\SHAREit\2014811\file\26_wav_files (online-audio-converter.com)\M.wav");

lgu.Play();}

}}

LAMPIRAN B.14

Codingan Form EJA N :

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.Media;

namespace Tugas_Akhir

Page 29: LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

93

{public partial class EJA_N : Form{

public EJA_N(){

InitializeComponent();this.StartPosition = FormStartPosition.CenterScreen;this.FormBorderStyle = FormBorderStyle.FixedSingle;this.MaximizeBox = false;this.MinimizeBox = false;

}private void button1_Click(object sender, EventArgs e){

HURUF hrf = new HURUF();hrf.Show();this.Hide();

}private void pictureBox6_Click(object sender, EventArgs e){

SoundPlayer lgu = new SoundPlayer(@"C:\Users\DwiYuli\Downloads\SHAREit\2014811\file\26_wav_files (online-audio-converter.com)\N.wav");

lgu.Play();}

}}

LAMPIRAN B.15

Codingan Form EJA O :

using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;

Page 30: LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

94

using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using System.Media;

namespace Tugas_Akhir{

public partial class EJA_O : Form{

public EJA_O(){

InitializeComponent();this.StartPosition = FormStartPosition.CenterScreen;this.FormBorderStyle = FormBorderStyle.FixedSingle;this.MaximizeBox = false;this.MinimizeBox = false;

}private void button1_Click(object sender, EventArgs e){

HURUF hrf = new HURUF();hrf.Show();this.Hide();

}private void pictureBox23_Click(object sender, EventArgs e){

SoundPlayer lgu = new SoundPlayer(@"C:\Users\DwiYuli\Downloads\SHAREit\2014811\file\26_wav_files (online-audio-converter.com)\O.wav");

lgu.Play();}

}}

Page 31: LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

95

LAMPIRAN B.16

Codingan Form EJA P :

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.Media;

namespace Tugas_Akhir{

public partial class EJA_P : Form{

public EJA_P(){

InitializeComponent();this.StartPosition = FormStartPosition.CenterScreen;this.FormBorderStyle = FormBorderStyle.FixedSingle;this.MaximizeBox = false;this.MinimizeBox = false;

}private void button1_Click(object sender, EventArgs e){

HURUF hrf = new HURUF();hrf.Show();this.Hide();

}private void pictureBox22_Click(object sender, EventArgs e){

Page 32: LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

96

SoundPlayer lgu = new SoundPlayer(@"C:\Users\DwiYuli\Downloads\SHAREit\2014811\file\26_wav_files (online-audio-converter.com)\P.wav");

lgu.Play();}

}}

LAMPIRAN B.17

Codingan Form EJA Q :

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.Media;

namespace Tugas_Akhir{

public partial class EJA_Q : Form{

public EJA_Q(){

InitializeComponent();this.StartPosition = FormStartPosition.CenterScreen;this.FormBorderStyle = FormBorderStyle.FixedSingle;this.MaximizeBox = false;this.MinimizeBox = false;

}

Page 33: LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

97

private void button1_Click(object sender, EventArgs e){

HURUF hrf = new HURUF();hrf.Show();this.Hide();

}private void pictureBox20_Click(object sender, EventArgs e){

SoundPlayer lgu = new SoundPlayer(@"C:\Users\DwiYuli\Downloads\SHAREit\2014811\file\26_wav_files (online-audio-converter.com)\Q.wav");

lgu.Play();}

}}

LAMPIRAN B.18

Codingan Form EJA R :

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.Media;

namespace Tugas_Akhir{

public partial class EJA_R : Form{

public EJA_R(){

InitializeComponent();

Page 34: LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

98

this.StartPosition = FormStartPosition.CenterScreen;this.FormBorderStyle = FormBorderStyle.FixedSingle;this.MaximizeBox = false;this.MinimizeBox = false;

}private void button1_Click(object sender, EventArgs e){

HURUF hrf = new HURUF();hrf.Show();this.Hide();

}private void pictureBox19_Click(object sender, EventArgs e){

SoundPlayer lgu = new SoundPlayer(@"C:\Users\DwiYuli\Downloads\SHAREit\2014811\file\26_wav_files (online-audio-converter.com)\R.wav");

lgu.Play();}

}}

LAMPIRAN B.19

Codingan Form EJA S :

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.Media;namespace Tugas_Akhir

Page 35: LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

99

{public partial class EJA_S : Form{

public EJA_S(){

InitializeComponent();this.StartPosition = FormStartPosition.CenterScreen;this.FormBorderStyle = FormBorderStyle.FixedSingle;this.MaximizeBox = false;this.MinimizeBox = false;

}private void button1_Click(object sender, EventArgs e){

HURUF hrf = new HURUF();hrf.Show();this.Hide();

}private void pictureBox18_Click(object sender, EventArgs e){

SoundPlayer lgu = new SoundPlayer(@"C:\Users\DwiYuli\Downloads\SHAREit\2014811\file\26_wav_files (online-audio-converter.com)\S.wav");

lgu.Play();}

}}

LAMPIRAN B.20

Codingan Form EJA T :

using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;

Page 36: LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

100

using System.Text;using System.Windows.Forms;using System.Media;namespace Tugas_Akhir{

public partial class EJA_S : Form{

public EJA_S(){

InitializeComponent();this.StartPosition = FormStartPosition.CenterScreen;this.FormBorderStyle = FormBorderStyle.FixedSingle;this.MaximizeBox = false;this.MinimizeBox = false;

}private void button1_Click(object sender, EventArgs e){

HURUF hrf = new HURUF();hrf.Show();this.Hide();

}private void pictureBox18_Click(object sender, EventArgs e){

SoundPlayer lgu = new SoundPlayer(@"C:\Users\DwiYuli\Downloads\SHAREit\2014811\file\26_wav_files (online-audio-converter.com)\S.wav");

lgu.Play();}

}}

Page 37: LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

101

LAMPIRAN B.21

Codingan Form EJA U :

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.Media;

namespace Tugas_Akhir{

public partial class EJA_U : Form{

public EJA_U(){

InitializeComponent();this.StartPosition = FormStartPosition.CenterScreen;this.FormBorderStyle = FormBorderStyle.FixedSingle;this.MaximizeBox = false;this.MinimizeBox = false;

}private void button1_Click(object sender, EventArgs e){

HURUF hrf = new HURUF();hrf.Show();this.Hide();

}private void pictureBox3_Click(object sender, EventArgs e){

Page 38: LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

102

SoundPlayer lgu = new SoundPlayer(@"C:\Users\DwiYuli\Downloads\SHAREit\2014811\file\26_wav_files (online-audio-converter.com)\U.wav");

lgu.Play();}

}}

LAMPIRAN B.22

Codingan Form EJA V :

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.Media;namespace Tugas_Akhir{

public partial class EJA_V : Form{

public EJA_V(){

InitializeComponent();this.StartPosition = FormStartPosition.CenterScreen;this.FormBorderStyle = FormBorderStyle.FixedSingle;this.MaximizeBox = false;this.MinimizeBox = false;

Page 39: LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

103

}private void button1_Click(object sender, EventArgs e){

HURUF hrf = new HURUF();hrf.Show();this.Hide();

}private void pictureBox21_Click(object sender, EventArgs e){

SoundPlayer lgu = new SoundPlayer(@"C:\Users\DwiYuli\Downloads\SHAREit\2014811\file\26_wav_files (online-audio-converter.com)\v.wav");

lgu.Play();}

}}

LAMPIRAN B.23

Codingan Form EJA W :

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.Media;

namespace Tugas_Akhir{

public partial class EJA_W : Form{

Page 40: LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

104

public EJA_W(){

InitializeComponent();this.StartPosition = FormStartPosition.CenterScreen;this.FormBorderStyle = FormBorderStyle.FixedSingle;this.MaximizeBox = false;this.MinimizeBox = false;

}private void button1_Click(object sender, EventArgs e){

HURUF hrf = new HURUF();hrf.Show();this.Hide();

}private void pictureBox25_Click(object sender, EventArgs e){

SoundPlayer lgu = new SoundPlayer(@"C:\Users\DwiYuli\Downloads\SHAREit\2014811\file\26_wav_files (online-audio-converter.com)\W.wav");

lgu.Play();}

}}

LAMPIRAN B.24

Codingan Form EJA X :

using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;

Page 41: LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

105

using System.Text;using System.Windows.Forms;using System.Media;

namespace Tugas_Akhir{

public partial class EJA_X : Form{

public EJA_X(){

InitializeComponent();this.StartPosition = FormStartPosition.CenterScreen;this.FormBorderStyle = FormBorderStyle.FixedSingle;this.MaximizeBox = false;this.MinimizeBox = false;

}private void button1_Click(object sender, EventArgs e){

HURUF hrf = new HURUF();hrf.Show();this.Hide();

}private void pictureBox17_Click(object sender, EventArgs e){

SoundPlayer lgu = new SoundPlayer(@"C:\Users\DwiYuli\Downloads\SHAREit\2014811\file\26_wav_files (online-audio-converter.com)\X.wav");

lgu.Play();}

}}

Page 42: LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

106

LAMPIRAN B.25

Codingan Form EJA Y :

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.Media;

namespace Tugas_Akhir{

public partial class EJA_Y : Form{

public EJA_Y(){

InitializeComponent();this.StartPosition = FormStartPosition.CenterScreen;this.FormBorderStyle = FormBorderStyle.FixedSingle;this.MaximizeBox = false;this.MinimizeBox = false;

}private void button1_Click(object sender, EventArgs e){

HURUF hrf = new HURUF();hrf.Show();this.Hide();

}private void pictureBox26_Click(object sender, EventArgs e){

Page 43: LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

107

SoundPlayer lgu = new SoundPlayer(@"C:\Users\DwiYuli\Downloads\SHAREit\2014811\file\26_wav_files (online-audio-converter.com)\Y.wav");

lgu.Play();}

}}

LAMPIRAN B.26

Codingan Form EJA Z :

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.Media;

namespace Tugas_Akhir{

public partial class EJA_Z : Form{

public EJA_Z(){

InitializeComponent();this.StartPosition = FormStartPosition.CenterScreen;this.FormBorderStyle = FormBorderStyle.FixedSingle;this.MaximizeBox = false;this.MinimizeBox = false;

Page 44: LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

108

}private void button1_Click(object sender, EventArgs e){

HURUF hrf = new HURUF();hrf.Show();this.Hide();

}private void pictureBox24_Click(object sender, EventArgs e){

SoundPlayer lgu = new SoundPlayer(@"C:\Users\DwiYuli\Downloads\SHAREit\2014811\file\26_wav_files (online-audio-converter.com)\Z.wav");

lgu.Play();}

}}

LAMPIRAN B.27

Codingan Form ANGKA 1 :

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 Tugas_Akhir{

public partial class ANGKA_1 : Form{

public ANGKA_1(){

InitializeComponent();

Page 45: LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

109

this.StartPosition = FormStartPosition.CenterScreen;this.FormBorderStyle = FormBorderStyle.FixedSingle;this.MaximizeBox = false;this.MinimizeBox = false;

}private void button2_Click(object sender, EventArgs e){

ANGKA an = new ANGKA();an.Show();this.Hide();

}private void button1_Click(object sender, EventArgs e){

pictureBox3.Visible = true;}

}}

LAMPIRAN B.28

Codingan Form ANGKA 2 :

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;

Page 46: LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

110

namespace Tugas_Akhir{

public partial class ANGKA_2 : Form{

public ANGKA_2(){

InitializeComponent();this.StartPosition = FormStartPosition.CenterScreen;this.FormBorderStyle = FormBorderStyle.FixedSingle;this.MaximizeBox = false;this.MinimizeBox = false;

}private void button2_Click(object sender, EventArgs e){

ANGKA an = new ANGKA();an.Show();this.Hide();

}

private void button1_Click(object sender, EventArgs e){

pictureBox2.Visible = true;pictureBox3.Visible = true;

}}

}

LAMPIRAN B.29

Page 47: LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

111

Codingan Form ANGKA 3 :

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 Tugas_Akhir{

public partial class _3 : Form{

public _3(){

InitializeComponent();this.StartPosition = FormStartPosition.CenterScreen;this.FormBorderStyle = FormBorderStyle.FixedSingle;this.MaximizeBox = false;this.MinimizeBox = false;

}private void button2_Click(object sender, EventArgs e){

ANGKA an = new ANGKA();an.Show();this.Hide();

}private void button1_Click(object sender, EventArgs e){

pictureBox1.Visible = true;pictureBox2.Visible = true;pictureBox3.Visible = true;

}}

}

Page 48: LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

112

LAMPIRAN B.30

Codingan Form ANGKA 4 :

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 Tugas_Akhir{

public partial class _4 : Form{

public _4(){

InitializeComponent();this.StartPosition = FormStartPosition.CenterScreen;this.FormBorderStyle = FormBorderStyle.FixedSingle;this.MaximizeBox = false;this.MinimizeBox = false;

}private void button2_Click(object sender, EventArgs e){

ANGKA an = new ANGKA();an.Show();

Page 49: LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

113

this.Hide();}private void button1_Click(object sender, EventArgs e){

pictureBox1.Visible = true;pictureBox2.Visible = true;pictureBox3.Visible = true;pictureBox4.Visible = true;

}}

}

LAMPIRAN B.31

Codingan Form ANGKA 5 :

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 Tugas_Akhir{

public partial class _5 : Form

Page 50: LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

114

{public _5(){

InitializeComponent();this.StartPosition = FormStartPosition.CenterScreen;this.FormBorderStyle = FormBorderStyle.FixedSingle;this.MaximizeBox = false;this.MinimizeBox = false;

}private void button2_Click(object sender, EventArgs e){

ANGKA an = new ANGKA();an.Show();this.Hide();

}private void button1_Click(object sender, EventArgs e){

pictureBox1.Visible = true;pictureBox2.Visible = true;pictureBox3.Visible = true;pictureBox4.Visible = true;pictureBox5.Visible = true;

}}

}

LAMPIRAN B.32

Page 51: LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

115

Codingan Form ANGKA 6 :

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 Tugas_Akhir{

public partial class _6 : Form{

public _6(){

InitializeComponent();this.StartPosition = FormStartPosition.CenterScreen;this.FormBorderStyle = FormBorderStyle.FixedSingle;this.MaximizeBox = false;this.MinimizeBox = false;

}private void button2_Click(object sender, EventArgs e){

ANGKA an = new ANGKA();an.Show();this.Hide();

}private void button1_Click(object sender, EventArgs e){

pictureBox1.Visible = true;pictureBox2.Visible = true;pictureBox3.Visible = true;pictureBox4.Visible = true;pictureBox5.Visible = true;pictureBox6.Visible = true;

}}

}

Page 52: LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

116

LAMPIRAN B.33

Codingan Form ANGKA 7 :

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 Tugas_Akhir{

public partial class _7 : Form{

public _7(){

InitializeComponent();this.StartPosition = FormStartPosition.CenterScreen;this.FormBorderStyle = FormBorderStyle.FixedSingle;this.MaximizeBox = false;this.MinimizeBox = false;

}private void button2_Click(object sender, EventArgs e){

ANGKA an = new ANGKA();an.Show();

Page 53: LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

117

this.Hide();}private void button1_Click(object sender, EventArgs e){

pictureBox1.Visible = true;pictureBox8.Visible = true;pictureBox3.Visible = true;pictureBox4.Visible = true;pictureBox5.Visible = true;pictureBox6.Visible = true;pictureBox7.Visible = true;

}}

}

LAMPIRAN B.34

Codingan Form ANGKA 8 :

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;

Page 54: LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

118

namespace Tugas_Akhir{

public partial class _8 : Form{

public _8(){

InitializeComponent();this.StartPosition = FormStartPosition.CenterScreen;this.FormBorderStyle = FormBorderStyle.FixedSingle;this.MaximizeBox = false;this.MinimizeBox = false;

}private void button2_Click(object sender, EventArgs e){

ANGKA an = new ANGKA();an.Show();this.Hide();

}private void button1_Click(object sender, EventArgs e){

pictureBox1.Visible = true;pictureBox2.Visible = true;pictureBox3.Visible = true;pictureBox4.Visible = true;pictureBox5.Visible = true;pictureBox6.Visible = true;pictureBox7.Visible = true;pictureBox8.Visible = true;

}}

}

Page 55: LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

119

LAMPIRAN B.35

Codingan Form ANGKA 9 :

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 Tugas_Akhir{

public partial class _9 : Form{

public _9(){

InitializeComponent();this.StartPosition = FormStartPosition.CenterScreen;this.FormBorderStyle = FormBorderStyle.FixedSingle;this.MaximizeBox = false;this.MinimizeBox = false;

}private void button2_Click(object sender, EventArgs e){

ANGKA an = new ANGKA();an.Show();

Page 56: LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

120

this.Hide();}private void button1_Click(object sender, EventArgs e){

pictureBox1.Visible = true;pictureBox2.Visible = true;pictureBox3.Visible = true;pictureBox4.Visible = true;pictureBox5.Visible = true;pictureBox6.Visible = true;pictureBox7.Visible = true;pictureBox8.Visible = true;pictureBox9.Visible = true;

}}

}

LAMPIRAN B.36

Codingan Form ANGKA 0 :

using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;

Page 57: LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

121

using System.Text;using System.Windows.Forms;

namespace Tugas_Akhir{

public partial class ANGKA_0 : Form{

public ANGKA_0(){

InitializeComponent();this.StartPosition = FormStartPosition.CenterScreen;this.FormBorderStyle = FormBorderStyle.FixedSingle;this.MaximizeBox = false;this.MinimizeBox = false;

}private void button2_Click(object sender, EventArgs e){

ANGKA an = new ANGKA();an.Show();this.Hide();

}private void button1_Click(object sender, EventArgs e){

pictureBox3.Visible = true;}

}}

Page 58: LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

122

LAMPIRAN B.37

Codingan form LATIHAN1 :

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.Media;

namespace Tugas_Akhir{

public partial class LATIHAN1 : Form{

int a;public LATIHAN1(){

InitializeComponent();this.StartPosition = FormStartPosition.CenterScreen;this.FormBorderStyle = FormBorderStyle.FixedSingle;this.MaximizeBox = false;this.MinimizeBox = false;

}private void button3_Click(object sender, EventArgs e){

Page 59: LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

123

{SoundPlayer lgu = new SoundPlayer(@"C:\Users\Dwi

Yuli\Downloads\Susan_Dan_Ria_Enes_Cita_Cita_Indogratis_.wav");lgu.Play();

}{

LATIHAN mn = new LATIHAN();mn.Show();this.Hide();

}}public void button2_Click(object sender, EventArgs e){

if (radioButton2.Checked){ a = 100; pictureBox1.Visible = false;}if (radioButton3.Checked){ pictureBox1.Visible = true;}if (radioButton4.Checked){ pictureBox1.Visible = true;}if (radioButton1.Checked){ pictureBox1.Visible = true;}

if (radioButton21.Checked){ pictureBox6.Visible = true;}if (radioButton22.Checked){ pictureBox6.Visible = true;}if (radioButton23.Checked){ a = a + 100; pictureBox6.Visible = false; }if (radioButton24.Checked){ pictureBox6.Visible = true; }

if (radioButton9.Checked){ pictureBox3.Visible = false; a = a + 100;}if (radioButton10.Checked){ pictureBox3.Visible = true; }if (radioButton11.Checked){ pictureBox3.Visible = true; }if (radioButton12.Checked){ pictureBox3.Visible = true; }

if (radioButton13.Checked){ pictureBox4.Visible = true; }if (radioButton14.Checked){ pictureBox4.Visible = false; a = a + 100; }if (radioButton15.Checked){ pictureBox4.Visible = true; }if (radioButton16.Checked){ pictureBox4.Visible = true; }

if (radioButton17.Checked){ pictureBox5.Visible = true; }if (radioButton18.Checked){ pictureBox5.Visible = true; }if (radioButton19.Checked){ pictureBox5.Visible = false; a = a + 100; }

Page 60: LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

124

if (radioButton20.Checked){ pictureBox5.Visible = true; }

a = a / 5;textBox1.Text = a.ToString();this.Focus();

if (a <= 75){

MAAF mf = new MAAF();mf.Show();

}else{

SELAMAT slm = new SELAMAT();slm.Show();

}}private void button1_Click(object sender, EventArgs e){

if (a >= 75){

LATIHAN2 lth = new LATIHAN2();lth.Show();this.Hide();

}}

}}

Page 61: LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

125

LAMPIRAN B.38

Codingan From LATIHAN2 :

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.Media;

namespace Tugas_Akhir{

public partial class LATIHAN2 : Form{

int a;public LATIHAN2(){

InitializeComponent();

Page 62: LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

126

this.StartPosition = FormStartPosition.CenterScreen;this.FormBorderStyle = FormBorderStyle.FixedSingle;this.MaximizeBox = false;this.MinimizeBox = false;

}private void button1_Click(object sender, EventArgs e){

{SoundPlayer lgu = new SoundPlayer(@"C:\Users\Dwi

Yuli\Downloads\Susan_Dan_Ria_Enes_Cita_Cita_Indogratis_.wav");lgu.Stop();

}if (radioButton1.Checked){ a = 100; pictureBox1.Visible = false; }if (radioButton2.Checked){ pictureBox1.Visible = true; }

if (radioButton10.Checked){ a = a + 100; pictureBox4.Visible = false; }if (radioButton9.Checked){ pictureBox4.Visible = true; }

if (radioButton8.Checked){ pictureBox3.Visible = true; }if (radioButton7.Checked){ a = a + 100; pictureBox3.Visible = false; }

if (radioButton6.Checked){ pictureBox2.Visible = true; }if (radioButton5.Checked){ a = a + 100; pictureBox2.Visible = false; }

if (radioButton4.Checked){ a = a + 100; pictureBox5.Visible = false; }if (radioButton3.Checked){ pictureBox5.Visible = true; }

a = a / 5;textBox1.Text = a.ToString();if (a <= 75){

MAAF mf = new MAAF();mf.Show();

}else{

SELAMAT1 slm = new SELAMAT1();slm.Show();

}}private void button2_Click(object sender, EventArgs e){

{SoundPlayer lgu = new SoundPlayer(@"C:\Users\Dwi

Yuli\Downloads\Susan_Dan_Ria_Enes_Cita_Cita_Indogratis_.wav");

Page 63: LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

127

lgu.Play();}{

LATIHAN mn = new LATIHAN();mn.Show();this.Hide();

}}private void button3_Click(object sender, EventArgs e){

SoundPlayer lgu = new SoundPlayer(@"C:\Users\DwiYuli\Downloads\cow_moo.wav");

lgu.Play();}private void button4_Click(object sender, EventArgs e){

SoundPlayer lgu = new SoundPlayer(@"C:\Users\DwiYuli\Downloads\Ayam (online-audio-converter.com).wav");

lgu.Play();}private void button5_Click(object sender, EventArgs e){

SoundPlayer lgu = new SoundPlayer(@"C:\Users\DwiYuli\Downloads\animal_sounds_23-frog (online-audio-converter.com).wav");

lgu.Play();}private void button6_Click(object sender, EventArgs e){

SoundPlayer lgu = new SoundPlayer(@"C:\Users\DwiYuli\Downloads\animal_sounds_01-dog (online-audio-converter.com).wav");

lgu.Play();}private void button7_Click(object sender, EventArgs e){

SoundPlayer lgu = new SoundPlayer(@"C:\Users\DwiYuli\Downloads\animal_sounds_03-goat (online-audio-converter.com).wav");

lgu.Play();}private void hrf_kembali_Click(object sender, EventArgs e){

{SoundPlayer lgu = new SoundPlayer(@"C:\Users\Dwi

Yuli\Downloads\Susan_Dan_Ria_Enes_Cita_Cita_Indogratis_.wav");lgu.Play();

}{

MENU mn = new MENU();mn.Show();this.Hide();

}}

}}

Page 64: LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

128

LAMPIRAN B.39

Codingan From MAAF :

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 Tugas_Akhir{

public partial class MAAF : Form{

public MAAF(){

InitializeComponent();this.StartPosition = FormStartPosition.CenterScreen;this.FormBorderStyle = FormBorderStyle.FixedSingle;this.MaximizeBox = false;this.MinimizeBox = false;

}private void button1_Click(object sender, EventArgs e){

this.Focus();this.Hide();

}}

}

Page 65: LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

129

LAMPIRAN B.40

Codingan Form SELAMAT :

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 Tugas_Akhir{

public partial class SELAMAT : Form{

public SELAMAT(){

InitializeComponent();this.StartPosition = FormStartPosition.CenterScreen;this.FormBorderStyle = FormBorderStyle.FixedSingle;this.MaximizeBox = false;this.MinimizeBox = false;

}private void button1_Click(object sender, EventArgs e){

Close();}

}}

Page 66: LAMPIRAN -LAMPIRAN · 65 LAMPIRAN -LAMPIRAN LAMPIRAN A.1 Codingan FORM1/ tampilan awal : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;

130

LAMPIRAN B.41

Codingan Form SELAMAT2 :

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 Tugas_Akhir{

public partial class SELAMAT1 : Form{

public SELAMAT1(){

InitializeComponent();this.StartPosition = FormStartPosition.CenterScreen;this.FormBorderStyle = FormBorderStyle.FixedSingle;this.MaximizeBox = false;this.MinimizeBox = false;

}private void button1_Click(object sender, EventArgs e){

Close();}

}}