• Tidak ada hasil yang ditemukan

Kadir, Abdul. 2002. Pengenalan Sistem Informasi. Yogyakarta : Andi.

Komputer, Wahana. 2010. Membuat Aplikasi Database Terapan dengan Access. Jakarta : PT Elex Media Komputindo.

Laudon, Kenneth C dan Jane P. Laudon. 2007. Sistem Informasi Manajemen. Basingstoke : Palgrave.

MADCOMS. 2005. Mahir dalam 7 hari Pemrograman Visual Basic 6.0. Yogyakarta : Andi.

Muchtadi, Tien. 2010. Ilmu Pengetahuan Bahan. Bandung : CV. AlfaBeta.

Sihombing, Poltak dan Darwis R. Manalu. 2012. Pemrograman Visual Basic 6.0. Medan : USUpress.

Sri Hartatik, Ny. 2012. Aneka Kuliner Khas Daerah dan Kota Besar. Jombang : Lintas Media.

Phil, Jones. 2001. Visual Basic : A Complete Course Letts Higher Education List Series. Thomson Learning.

Vardiansyah, Dani. 2008. Filsafat Ilmu Komunikasi. Jakarta : Indeks. Witton, Patrick. 2002. World Food Indonesia. Melbourne : Lonely Planet. http://www.sajiansedap.com

Diakses tanggal 31 april 2014 http://dapurresep.com

Diakses tanggal 15 mei 2014 http://repository.usu.ac.id Diakses tanggal 2 juni 2014

http://www.ut.ac.id/html/suplemen/peki4422/bag%205.htm Diakses tanggal 24 juni 2014

http://female.kompas.com oleh Christina Andhika Setyanti Diakses tanggal 24 juni 2014

Listing Program :

Form Utama

Private Sub Form_Load() lbljudul1.FontSize = 34

lbljudul1 = "Selamat Datang di Sistem Informasi Menu Masakan Rumah Tangga" cbohari.Text = "Klik"

Call opendb

rshari.Open "Select * from Menu", conn cbohari.Clear

Do While Not rshari.EOF cbohari.AddItem rshari!Tanggal rshari.MoveNext

Loop End Sub

Private Sub cmdtampilkan_Click() If cbohari.Text = "" Then

MsgBox ("Anda Harus Memilih Tanggal"), vbExclamation ElseIf cbohari.Text = 1 Then

a = 1

frmkombinasi1.Show Unload Me

ElseIf cbohari.Text = 2 Then a = 2

frmkombinasi1.Show Unload Me

ElseIf cbohari.Text = 3 Then a = 3

frmkombinasi1.Show Unload Me

a = 4

frmkombinasi1.Show Unload Me

ElseIf cbohari.Text = 5 Then a = 5

frmkombinasi1.Show Unload Me

ElseIf cbohari.Text = 6 Then a = 6

frmkombinasi1.Show Unload Me

ElseIf cbohari.Text = 7 Then a = 7

frmkombinasi1.Show Unload Me

ElseIf cbohari.Text = 8 Then a = 8

frmkombinasi1.Show Unload Me

ElseIf cbohari.Text = 9 Then a = 9

frmkombinasi1.Show Unload Me

ElseIf cbohari.Text = 10 Then a = 10

frmkombinasi1.Show Unload Me

ElseIf cbohari.Text = 11 Then a = 11

frmkombinasi1.Show Unload Me

a = 12

frmkombinasi1.Show Unload Me

ElseIf cbohari.Text = 13 Then a = 13

frmkombinasi1.Show Unload Me

ElseIf cbohari.Text = 14 Then a = 14

frmkombinasi1.Show Unload Me

ElseIf cbohari.Text = 15 Then a = 15

frmkombinasi1.Show Unload Me

ElseIf cbohari.Text = 16 Then a = 16

frmkombinasi1.Show Unload Me

ElseIf cbohari.Text = 17 Then a = 17

frmkombinasi1.Show Unload Me

ElseIf cbohari.Text = 18 Then a = 18

frmkombinasi1.Show Unload Me

ElseIf cbohari.Text = 19 Then a = 19

frmkombinasi1.Show Unload Me

a = 20

frmkombinasi1.Show Unload Me

ElseIf cbohari.Text = 21 Then a = 21

frmkombinasi1.Show Unload Me

ElseIf cbohari.Text = 22 Then a = 22

frmkombinasi1.Show Unload Me

ElseIf cbohari.Text = 23 Then a = 23

frmkombinasi1.Show Unload Me

ElseIf cbohari.Text = 24 Then a = 24

frmkombinasi1.Show Unload Me

ElseIf cbohari.Text = 25 Then a = 25

frmkombinasi1.Show Unload Me

ElseIf cbohari.Text = 26 Then a = 26

frmkombinasi1.Show Unload Me

ElseIf cbohari.Text = 27 Then a = 27

frmkombinasi1.Show Unload Me

a = 28

frmkombinasi1.Show Unload Me

ElseIf cbohari.Text = 29 Then a = 29

frmkombinasi1.Show Unload Me

ElseIf cbohari.Text = 30 Then a = 30

frmkombinasi1.Show Unload Me

ElseIf cbohari.Text = 31 Then a = 31

frmkombinasi1.Show Unload Me

End If End Sub

Private Sub Timer1_Timer()

lbljudul1.ForeColor = RGB(Rnd * 500, Rnd * 800, Rnd * 100) If (lbljudul1.RightToLeft + lbljudul1.Width) <= 0 Then

lbljudul1 = lbljudul1.RightToLeft = Me.Width End If

lbljudul1.RightToLeft = lbljudul1.RightToLeft - 400 End Sub

Form Kombinasi

Private Sub cmdbatal_Click() frmutama.Show

Unload Me End Sub

Private Sub cmdmenu1_Click()

If txtmenu1.Text = "Ayam Bakar" Then b = 1

ElseIf txtmenu1.Text = "Ayam Goreng Cabai Hijau" Then b = 2

ElseIf txtmenu1.Text = "Ayam Goreng Lengkuas" Then b = 3

ElseIf txtmenu1.Text = "Ayam Gulai" Then b = 4

ElseIf txtmenu1.Text = "Ayam Rica Rica" Then b = 5

ElseIf txtmenu1.Text = "Bacem Tempe Tahu" Then b = 6

ElseIf txtmenu1.Text = "Balado Cumi" Then b = 7

ElseIf txtmenu1.Text = "Balado Ikan Kembung" Then b = 8

ElseIf txtmenu1.Text = "Capcay Seafood" Then b = 9

ElseIf txtmenu1.Text = "Gulai Daun Singkong" Then b = 10

ElseIf txtmenu1.Text = "Gulai Daun Ubi Tumbuk" Then b = 11

ElseIf txtmenu1.Text = "Gulai Ikan Tongkol Aceh" Then b = 12

b = 13

ElseIf txtmenu1.Text = "Ikan Asam Padeh" Then b = 14

ElseIf txtmenu1.Text = "Ikan Asin Goreng Tepung" Then b = 15

ElseIf txtmenu1.Text = "Ikan Bawal Goreng" Then b = 16

ElseIf txtmenu1.Text = "Ikan Kembung Rebus Sambal Balado" Then b = 17

ElseIf txtmenu1.Text = "Ikan Pepes" Then b = 18

ElseIf txtmenu1.Text = "Ikan Tuna Sambal Balado" Then b = 19

ElseIf txtmenu1.Text = "Lele Goreng Lengkuas" Then b = 20

ElseIf txtmenu1.Text = "Perkedel Kentang" Then b = 21

ElseIf txtmenu1.Text = "Sambal Goreng Hati Ampela" Then b = 22

ElseIf txtmenu1.Text = "Sambal Goreng Kentang Udang Pete" Then b = 23

ElseIf txtmenu1.Text = "Sambal Goreng Teri Kacang" Then b = 24

ElseIf txtmenu1.Text = "Sambal Kecap" Then b = 25

ElseIf txtmenu1.Text = "Sambal Telur Balado" Then b = 26

ElseIf txtmenu1.Text = "Sambal Terasi" Then b = 27

ElseIf txtmenu1.Text = "Sayur Asem" Then b = 28

b = 29

ElseIf txtmenu1.Text = "Sayur Bening Daun Ubi" Then b = 30

ElseIf txtmenu1.Text = "Sayur Bening Sawi Hijau" Then b = 31

ElseIf txtmenu1.Text = "Sayur Manis Sawi Putih" Then b = 32

ElseIf txtmenu1.Text = "Sayur Urap" Then b = 33

ElseIf txtmenu1.Text = "Sop Ayam" Then b = 34

ElseIf txtmenu1.Text = "Sop Daging" Then b = 35

ElseIf txtmenu1.Text = "Sop Kepiting" Then b = 36

ElseIf txtmenu1.Text = "Soto Ayam" Then b = 37

ElseIf txtmenu1.Text = "Tauco Ikan Bawal" Then b = 38

ElseIf txtmenu1.Text = "Tauco Tahu Udang" Then b = 39

ElseIf txtmenu1.Text = "Terong Balado" Then b = 40

ElseIf txtmenu1.Text = "Tumis Brokoli" Then b = 41

ElseIf txtmenu1.Text = "Tumis Bunga Pepaya" Then b = 42

ElseIf txtmenu1.Text = "Tumis Genjer" Then b = 43

ElseIf txtmenu1.Text = "Tumis Kangkung Terasi" Then b = 44

b = 45

ElseIf txtmenu1.Text = "Tumis Pepaya Muda" Then b = 46

End If

frmresep1.Show Unload Me End Sub

Private Sub cmdmenu2_Click()

If txtmenu2.Text = "Ayam Bakar" Then b = 1

ElseIf txtmenu2.Text = "Ayam Goreng Cabe Hijau" Then b = 2

ElseIf txtmenu2.Text = "Ayam Goreng Lengkuas" Then b = 3

ElseIf txtmenu2.Text = "Ayam Gulai" Then b = 4

ElseIf txtmenu2.Text = "Ayam Rica Rica" Then b = 5

ElseIf txtmenu2.Text = "Bacem Tempe Tahu" Then b = 6

ElseIf txtmenu2.Text = "Balado Cumi" Then b = 7

ElseIf txtmenu2.Text = "Balado Ikan Kembung" Then b = 8

ElseIf txtmenu2.Text = "Capcay Seafood" Then b = 9

ElseIf txtmenu2.Text = "Gulai Daun Singkong" Then b = 10

ElseIf txtmenu2.Text = "Gulai Daun Ubi Tumbuk" Then b = 11

ElseIf txtmenu2.Text = "Gulai Ikan Tongkol Aceh" Then b = 12

ElseIf txtmenu2.Text = "Gulai Pakis" Then b = 13

ElseIf txtmenu2.Text = "Ikan Asam Padeh" Then b = 14

ElseIf txtmenu2.Text = "Ikan Asin Goreng Tepung" Then b = 15

ElseIf txtmenu2.Text = "Ikan Bawal Goreng" Then b = 16

ElseIf txtmenu2.Text = "Ikan Kembung Rebus Sambal Balado" Then b = 17

ElseIf txtmenu2.Text = "Ikan Pepes" Then b = 18

ElseIf txtmenu2.Text = "Ikan Tuna Sambal Balado" Then b = 19

ElseIf txtmenu2.Text = "Lele Goreng Lengkuas" Then b = 20

ElseIf txtmenu2.Text = "Perkedel Kentang" Then b = 21

ElseIf txtmenu2.Text = "Sambal Goreng Hati Ampela" Then b = 22

ElseIf txtmenu2.Text = "Sambal Goreng Kentang Udang Pete" Then b = 23

ElseIf txtmenu2.Text = "Sambal Goreng Teri Kacang" Then b = 24

ElseIf txtmenu2.Text = "Sambal Kecap" Then b = 25

ElseIf txtmenu2.Text = "Sambal Telur Balado" Then b = 26

ElseIf txtmenu2.Text = "Sambal Terasi" Then b = 27

ElseIf txtmenu2.Text = "Sayur Asem" Then b = 28

ElseIf txtmenu2.Text = "Sayur Bening Bayam" Then b = 29

ElseIf txtmenu2.Text = "Sayur Bening Daun Ubi" Then b = 30

ElseIf txtmenu2.Text = "Sayur Bening Sawi Hijau" Then b = 31

ElseIf txtmenu2.Text = "Sayur Manis Sawi Putih" Then b = 32

ElseIf txtmenu2.Text = "Sayur Urap" Then b = 33

ElseIf txtmenu2.Text = "Sop Ayam" Then b = 34

ElseIf txtmenu2.Text = "Sop Daging" Then b = 35

ElseIf txtmenu2.Text = "Sop Kepiting" Then b = 36

ElseIf txtmenu2.Text = "Soto ayam" Then b = 37

ElseIf txtmenu2.Text = "Tauco Ikan Bawal" Then b = 38

ElseIf txtmenu2.Text = "Tauco Tahu Udang" Then b = 39

ElseIf txtmenu2.Text = "Terong Balado" Then b = 40

ElseIf txtmenu2.Text = "Tumis Brokoli" Then b = 41

ElseIf txtmenu2.Text = "Tumis Bunga Pepaya" Then b = 42

ElseIf txtmenu2.Text = "Tumis Genjer" Then b = 43

ElseIf txtmenu2.Text = "Tumis Kangkung Terasi" Then b = 44

ElseIf txtmenu2.Text = "Tumis Pare Pahit" Then b = 45

ElseIf txtmenu2.Text = "Tumis Pepaya Muda" Then b = 46

End If

frmresep1.Show Unload Me End Sub

Private Sub cmdmenu3_Click()

If txtmenu3.Text = "Ayam Bakar" Then b = 1

ElseIf txtmenu3.Text = "Ayam Goreng Cabe Hijau" Then b = 2

ElseIf txtmenu3.Text = "Ayam Goreng Lengkuas" Then b = 3

ElseIf txtmenu3.Text = "Ayam Gulai" Then b = 4

ElseIf txtmenu3.Text = "Ayam Rica Rica" Then b = 5

ElseIf txtmenu3.Text = "Bacem Tempe Tahu" Then b = 6

ElseIf txtmenu3.Text = "Balado Cumi" Then b = 7

ElseIf txtmenu3.Text = "Balado Ikan Kembung" Then b = 8

ElseIf txtmenu3.Text = "Capcay Seafood" Then b = 9

b = 10

ElseIf txtmenu3.Text = "Gulai Daun Ubi Tumbuk" Then b = 11

ElseIf txtmenu3.Text = "Gulai Ikan Tongkol Aceh" Then b = 12

ElseIf txtmenu3.Text = "Gulai Pakis" Then b = 13

ElseIf txtmenu3.Text = "Ikan Asam Padeh" Then b = 14

ElseIf txtmenu3.Text = "Ikan Asin Goreng Tepung" Then b = 15

ElseIf txtmenu3.Text = "Ikan Bawal Goreng" Then b = 16

ElseIf txtmenu3.Text = "Ikan Kembung Rebus Sambal Balado" Then b = 17

ElseIf txtmenu3.Text = "Ikan Pepes" Then b = 18

ElseIf txtmenu3.Text = "Ikan Tuna Sambal Balado" Then b = 19

ElseIf txtmenu3.Text = "Lele Goreng Lengkuas" Then b = 20

ElseIf txtmenu3.Text = "Perkedel Kentang" Then b = 21

ElseIf txtmenu3.Text = "Sambal Goreng Hati Ampela" Then b = 22

ElseIf txtmenu3.Text = "Sambal Goreng Kentang Udang Pete" Then b = 23

ElseIf txtmenu3.Text = "Sambal Goreng Teri Kacang" Then b = 24

ElseIf txtmenu3.Text = "Sambal Kecap" Then b = 25

b = 26

ElseIf txtmenu3.Text = "Sambal Terasi" Then b = 27

ElseIf txtmenu3.Text = "Sayur Asem" Then b = 28

ElseIf txtmenu3.Text = "Sayur Bening Bayam" Then b = 29

ElseIf txtmenu3.Text = "Sayur Bening Daun Ubi" Then b = 30

ElseIf txtmenu3.Text = "Sayur Bening Sawi Hijau" Then b = 31

ElseIf txtmenu3.Text = "Sayur Manis Sawi Putih" Then b = 32

ElseIf txtmenu3.Text = "Sayur Urap" Then b = 33

ElseIf txtmenu3.Text = "Sop Ayam" Then b = 34

ElseIf txtmenu3.Text = "Sop Daging" Then b = 35

ElseIf txtmenu3.Text = "Sop Kepiting" Then b = 36

ElseIf txtmenu3.Text = "Soto ayam" Then b = 37

ElseIf txtmenu3.Text = "Tauco Ikan Bawal" Then b = 38

ElseIf txtmenu3.Text = "Tauco Tahu Udang" Then b = 39

ElseIf txtmenu3.Text = "Terong Balado" Then b = 40

ElseIf txtmenu3.Text = "Tumis Brokoli" Then b = 41

b = 42

ElseIf txtmenu3.Text = "Tumis Genjer" Then b = 43

ElseIf txtmenu3.Text = "Tumis Kangkung Terasi" Then b = 44

ElseIf txtmenu3.Text = "Tumis Pare Pahit" Then b = 45

ElseIf txtmenu3.Text = "Tumis Pepaya Muda" Then b = 46

End If

frmresep1.Show Unload Me End Sub

Private Sub cmdmenu4_Click()

If txtmenu4.Text = "Ayam Bakar" Then b = 1

ElseIf txtmenu4.Text = "Ayam Goreng Cabe Hijau" Then b = 2

ElseIf txtmenu4.Text = "Ayam Goreng Lengkuas" Then b = 3

ElseIf txtmenu4.Text = "Ayam Gulai" Then b = 4

ElseIf txtmenu4.Text = "Ayam Rica Rica" Then b = 5

ElseIf txtmenu4.Text = "Bacem Tempe Tahu" Then b = 6

ElseIf txtmenu4.Text = "Balado Cumi" Then b = 7

ElseIf txtmenu4.Text = "Balado Ikan Kembung" Then b = 8

ElseIf txtmenu4.Text = "Capcay Seafood" Then b = 9

ElseIf txtmenu4.Text = "Gulai Daun Singkong" Then b = 10

ElseIf txtmenu4.Text = "Gulai Daun Ubi Tumbuk" Then b = 11

ElseIf txtmenu4.Text = "Gulai Ikan Tongkol Aceh" Then b = 12

ElseIf txtmenu4.Text = "Gulai Pakis" Then b = 13

ElseIf txtmenu4.Text = "Ikan Asam Padeh" Then b = 14

ElseIf txtmenu4.Text = "Ikan Asin Goreng Tepung" Then b = 15

ElseIf txtmenu4.Text = "Ikan Bawal Goreng" Then b = 16

ElseIf txtmenu4.Text = "Ikan Kembung Rebus Sambal Balado" Then b = 17

ElseIf txtmenu4.Text = "Ikan Pepes" Then b = 18

ElseIf txtmenu4.Text = "Ikan Tuna Sambal Balado" Then b = 19

ElseIf txtmenu4.Text = "Lele Goreng Lengkuas" Then b = 20

ElseIf txtmenu4.Text = "Perkedel Kentang" Then b = 21

ElseIf txtmenu4.Text = "Sambal Goreng Hati Ampela" Then b = 22

ElseIf txtmenu4.Text = "Sambal Goreng Kentang Udang Pete" Then b = 23

ElseIf txtmenu4.Text = "Sambal Goreng Teri Kacang" Then b = 24

ElseIf txtmenu4.Text = "Sambal Kecap" Then b = 25

ElseIf txtmenu4.Text = "Sambal Telur Balado" Then b = 26

ElseIf txtmenu4.Text = "Sambal Terasi" Then b = 27

ElseIf txtmenu4.Text = "Sayur Asem" Then b = 28

ElseIf txtmenu4.Text = "Sayur Bening Bayam" Then b = 29

ElseIf txtmenu4.Text = "Sayur Bening Daun Ubi" Then b = 30

ElseIf txtmenu4.Text = "Sayur Bening Sawi Hijau" Then b = 31

ElseIf txtmenu4.Text = "Sayur Manis Sawi Putih" Then b = 32

lseIf txtmenu4.Text = "Sayur Urap" Then b = 33

ElseIf txtmenu4.Text = "Sop Ayam" Then b = 34

ElseIf txtmenu4.Text = "Sop Daging" Then b = 35

ElseIf txtmenu4.Text = "Sop Kepiting" Then b = 36

ElseIf txtmenu4.Text = "Soto ayam" Then b = 37

ElseIf txtmenu4.Text = "Tauco Ikan Bawal" Then b = 38

ElseIf txtmenu4.Text = "Tauco Tahu Udang" Then b = 39

ElseIf txtmenu4.Text = "Terong Balado" Then b = 40

ElseIf txtmenu4.Text = "Tumis Brokoli" Then b = 41

ElseIf txtmenu4.Text = "Tumis Bunga Pepaya" Then b = 42

ElseIf txtmenu4.Text = "Tumis Genjer" Then b = 43

ElseIf txtmenu4.Text = "Tumis Kangkung Terasi" Then b = 44

ElseIf txtmenu4.Text = "Tumis Pare Pahit" Then b = 45

ElseIf txtmenu4.Text = "Tumis Pepaya Muda" Then b = 46

End If

frmresep1.Show Unload Me End Sub

Private Sub Form_Load() b = 0

If a = 1 Then txthari.Text = "1"

txtmenu1.Text = "Soto Ayam" txtmenu2.Text = "Perkedel Kentang" lblmenu3.Visible = False txtmenu3.Visible = False cmdmenu3.Visible = False lblmenu4.Visible = False txtmenu4.Visible = False cmdmenu4.Visible = False

ElseIf a = 2 Then txthari.Text = "2"

txtmenu1.Text = "Sayur Asem"

txtmenu2.Text = "Ayam Goreng Lengkuas" txtmenu3.Text = "Ikan Asin Goreng Tepung" txtmenu4.Text = "Sambal Terasi"

ElseIf a = 3 Then txthari.Text = "3"

txtmenu1.Text = "Sop Kepiting" txtmenu2.Text = "Sambal Kecap"

txtmenu3.Text = "Sambal Goreng Teri Kacang" lblmenu4.Visible = False

txtmenu4.Visible = False cmdmenu4.Visible = False

ElseIf a = 4 Then txthari.Text = "4"

txtmenu1.Text = "Lele Goreng Lengkuas" txtmenu2.Text = "Tumis Genjer"

txtmenu3.Text = "Sambal Terasi" lblmenu4.Visible = False

txtmenu4.Visible = False cmdmenu4.Visible = False

ElseIf a = 5 Then txthari.Text = "5"

txtmenu1.Text = "Ayam Goreng Cabai Hijau" txtmenu2.Text = "Capcay Seafood"

lblmenu3.Visible = False txtmenu3.Visible = False cmdmenu3.Visible = False

lblmenu4.Visible = False txtmenu4.Visible = False cmdmenu4.Visible = False

ElseIf a = 6 Then txthari.Text = "6"

txtmenu1.Text = "Ikan Bawal Goreng" txtmenu2.Text = "Bacem Tempe Tahu" txtmenu3.Text = "Sambal Terasi" lblmenu4.Visible = False

txtmenu4.Visible = False cmdmenu4.Visible = False

ElseIf a = 7 Then txthari.Text = "7"

txtmenu1.Text = "Balado Ikan Kembung" txtmenu2.Text = "Sayur Bening Sawi Hijau" lblmenu3.Visible = False txtmenu3.Visible = False cmdmenu3.Visible = False lblmenu4.Visible = False txtmenu4.Visible = False cmdmenu4.Visible = False ElseIf a = 8 Then txthari.Text = "8"

txtmenu1.Text = "Tauco Tahu Udang" txtmenu2.Text = "Sayur Bening Bayam" lblmenu3.Visible = False

txtmenu3.Visible = False cmdmenu3.Visible = False lblmenu4.Visible = False

txtmenu4.Visible = False cmdmenu4.Visible = False

ElseIf a = 9 Then txthari.Text = "9"

txtmenu1.Text = "Sambal Goreng Teri Kacang" txtmenu2.Text = "Gulai Daun Ubi Tumbuk" lblmenu3.Visible = False txtmenu3.Visible = False cmdmenu3.Visible = False lblmenu4.Visible = False txtmenu4.Visible = False cmdmenu4.Visible = False ElseIf a = 10 Then txthari.Text = "10"

txtmenu1.Text = "Ikan Pepes"

txtmenu2.Text = "Tumis Pepaya Muda" lblmenu3.Visible = False txtmenu3.Visible = False cmdmenu3.Visible = False lblmenu4.Visible = False txtmenu4.Visible = False cmdmenu4.Visible = False ElseIf a = 11 Then txthari.Text = "11"

txtmenu1.Text = "Ayam Rica Rica"

txtmenu2.Text = "Sayur Manis Sawi Putih" lblmenu3.Visible = False

txtmenu3.Visible = False cmdmenu3.Visible = False

lblmenu4.Visible = False txtmenu4.Visible = False cmdmenu4.Visible = False

ElseIf a = 12 Then txthari.Text = "12"

txtmenu1.Text = "Sop Daging" txtmenu2.Text = "Sambal Kecap" lblmenu3.Visible = False txtmenu3.Visible = False cmdmenu3.Visible = False lblmenu4.Visible = False txtmenu4.Visible = False cmdmenu4.Visible = False ElseIf a = 13 Then txthari.Text = "13"

txtmenu1.Text = "Sambal Goreng Kentang Udang Pete" txtmenu2.Text = "Sayur Bening Daun Ubi"

lblmenu3.Visible = False txtmenu3.Visible = False cmdmenu3.Visible = False lblmenu4.Visible = False txtmenu4.Visible = False cmdmenu4.Visible = False ElseIf a = 14 Then txthari.Text = "14"

txtmenu1.Text = "Gulai Ikan Tongkol Aceh" txtmenu2.Text = "Tumis Pare Pahit"

lblmenu3.Visible = False txtmenu3.Visible = False

cmdmenu3.Visible = False lblmenu4.Visible = False txtmenu4.Visible = False cmdmenu4.Visible = False ElseIf a = 15 Then txthari.Text = "15"

txtmenu1.Text = "Sambal Telur Balado" txtmenu2.Text = "Ikan Asin Goreng Tepung" txtmenu3.Text = "Sayur Urap"

lblmenu4.Visible = False txtmenu4.Visible = False cmdmenu4.Visible = False ElseIf a = 16 Then

txthari.Text = "16"

txtmenu1.Text = "Tauco Ikan Bawal" txtmenu2.Text = "Sayur Bening Bayam" lblmenu3.Visible = False txtmenu3.Visible = False cmdmenu3.Visible = False lblmenu4.Visible = False txtmenu4.Visible = False cmdmenu4.Visible = False ElseIf a = 17 Then txthari.Text = "17"

txtmenu1.Text = "Ikan Tuna Sambal Balado" txtmenu2.Text = "Gulai Daun Singkong" lblmenu3.Visible = False

txtmenu3.Visible = False cmdmenu3.Visible = False lblmenu4.Visible = False

txtmenu4.Visible = False cmdmenu4.Visible = False

ElseIf a = 18 Then txthari.Text = "18"

txtmenu1.Text = "Sop Ayam" txtmenu2.Text = "Sambal Kecap"

txtmenu3.Text = "Sambal Goreng Teri Kacang" lblmenu4.Visible = False

txtmenu4.Visible = False cmdmenu4.Visible = False

ElseIf a = 19 Then txthari.Text = "19"

txtmenu1.Text = "Balado Cumi" txtmenu2.Text = "Gulai Pakis" lblmenu3.Visible = False txtmenu3.Visible = False cmdmenu3.Visible = False lblmenu4.Visible = False txtmenu4.Visible = False cmdmenu4.Visible = False ElseIf a = 20 Then txthari.Text = "20"

txtmenu1.Text = "Ikan Asam Padeh" txtmenu2.Text = "Tumis Brokoli" lblmenu3.Visible = False

txtmenu3.Visible = False cmdmenu3.Visible = False lblmenu4.Visible = False txtmenu4.Visible = False

cmdmenu4.Visible = False

ElseIf a = 21 Then txthari.Text = "21"

txtmenu1.Text = "Ayam Goreng Lengkuas" txtmenu2.Text = "Tumis Kangkung Terasi" txtmenu3.Text = "Terong Balado"

lblmenu4.Visible = False txtmenu4.Visible = False cmdmenu4.Visible = False

ElseIf a = 22 Then txthari.Text = "22"

txtmenu1.Text = "Sambal Goreng Hati Ampela" txtmenu2.Text = "Tumis Bunga Pepaya"

lblmenu3.Visible = False txtmenu3.Visible = False cmdmenu3.Visible = False lblmenu4.Visible = False txtmenu4.Visible = False cmdmenu4.Visible = False ElseIf a = 23 Then txthari.Text = "23"

txtmenu1.Text = "Ayam Gulai"

txtmenu2.Text = "Ikan Asin Goreng Tepung" txtmenu3.Text = "Sayur Bening Daun Ubi" txtmenu4.Text = "Sambal "

ElseIf a = 24 Then txthari.Text = "24"

txtmenu2.Text = "Gulai Pakis" lblmenu3.Visible = False txtmenu3.Visible = False cmdmenu3.Visible = False lblmenu4.Visible = False txtmenu4.Visible = False cmdmenu4.Visible = False ElseIf a = 25 Then txthari.Text = "25"

txtmenu1.Text = "Lele Goreng Lengkuas" txtmenu2.Text = "Tumis Kangkung Terasi" txtmenu3.Text = "Sambal Terasi"

lblmenu4.Visible = False txtmenu4.Visible = False cmdmenu4.Visible = False

ElseIf a = 26 Then txthari.Text = "26"

txtmenu1.Text = "Ayam Bakar"

txtmenu2.Text = "Bacem Tempe Tahu" txtmenu3.Text = "Sambal Kecap" lblmenu4.Visible = False

txtmenu4.Visible = False cmdmenu4.Visible = False

ElseIf a = 27 Then txthari.Text = "27"

txtmenu1.Text = "Soto Ayam" txtmenu2.Text = "Perkedel Kentang" lblmenu3.Visible = False

cmdmenu3.Visible = False lblmenu4.Visible = False txtmenu4.Visible = False cmdmenu4.Visible = False ElseIf a = 28 Then txthari.Text = "28"

txtmenu1.Text = "Ayam Rica Rica" txtmenu2.Text = "Capcay Seafood" lblmenu3.Visible = False txtmenu3.Visible = False cmdmenu3.Visible = False lblmenu4.Visible = False txtmenu4.Visible = False cmdmenu4.Visible = False ElseIf a = 29 Then txthari.Text = "29"

txtmenu1.Text = "Sambal Goreng Kentang Udang Pete" txtmenu2.Text = "Gulai Daun Singkong"

lblmenu3.Visible = False txtmenu3.Visible = False cmdmenu3.Visible = False lblmenu4.Visible = False txtmenu4.Visible = False cmdmenu4.Visible = False ElseIf a = 30 Then txthari.Text = "30"

txtmenu1.Text = "Tauco Ikan Bawal"

txtmenu2.Text = "Sayur Bening Sawi Hijau" lblmenu3.Visible = False

txtmenu3.Visible = False cmdmenu3.Visible = False lblmenu4.Visible = False txtmenu4.Visible = False cmdmenu4.Visible = False ElseIf a = 31 Then txthari.Text = "31"

txtmenu1.Text = "Sambal Telur Balado" txtmenu2.Text = "Ikan Asin Goreng Tepung" txtmenu3.Text = "Sayur Urap"

lblmenu4.Visible = False txtmenu4.Visible = False cmdmenu4.Visible = False End If End Sub Form Resep

Private Sub cmdcetak_Click()

CrystalReport1.SelectionFormula = "{Masakan.Nama_masakan}='" & txtnama.Text & "'"

CrystalReport1.ReportFileName = App.Path & "\resep.rpt" CrystalReport1.PrintReport

End Sub

Private Sub cmdkembali_Click() frmkombinasi1.Show

Unload Me End Sub

Private Sub Form_Load()

Data1.RecordSource = "Select * From Masakan where Kode_masakan='" & Val(b) & "'"

Select Case b Case 1

Image1.Picture = LoadPicture("E:\TA uty\Gambar Masakan\1.jpg") Case 2

Image1.Picture = LoadPicture("E:\TA uty\Gambar Masakan\2.jpg") Case 3

Image1.Picture = LoadPicture("E:\TA uty\Gambar Masakan\3.jpg") Case 4

Image1.Picture = LoadPicture("E:\TA uty\Gambar Masakan\4.jpg") Case 5

Image1.Picture = LoadPicture("E:\TA uty\Gambar Masakan\5.jpg") Case 6

Image1.Picture = LoadPicture("E:\TA uty\Gambar Masakan\6.jpg") Case 7

Image1.Picture = LoadPicture("E:\TA uty\Gambar Masakan\7.jpg") Case 8

Image1.Picture = LoadPicture("E:\TA uty\Gambar Masakan\8.jpg") Case 9

Image1.Picture = LoadPicture("E:\TA uty\Gambar Masakan\9.jpg") Case 10

Image1.Picture = LoadPicture("E:\TA uty\Gambar Masakan\10.jpg") Case 11

Image1.Picture = LoadPicture("E:\TA uty\Gambar Masakan\11.jpg") Case 12

Image1.Picture = LoadPicture("E:\TA uty\Gambar Masakan\12.jpg") Case 13

Image1.Picture = LoadPicture("E:\TA uty\Gambar Masakan\13.jpg") Case 14

Image1.Picture = LoadPicture("E:\TA uty\Gambar Masakan\14.jpg") Case 15

Image1.Picture = LoadPicture("E:\TA uty\Gambar Masakan\15.jpg") Case 16

Image1.Picture = LoadPicture("E:\TA uty\Gambar Masakan\16.jpg") Case 17

Image1.Picture = LoadPicture("E:\TA uty\Gambar Masakan\17.jpg") Case 18

Image1.Picture = LoadPicture("E:\TA uty\Gambar Masakan\18.jpg") Case 19

Image1.Picture = LoadPicture("E:\TA uty\Gambar Masakan\19.jpg") Case 20

Image1.Picture = LoadPicture("E:\TA uty\Gambar Masakan\20.jpg") Case 21

Image1.Picture = LoadPicture("E:\TA uty\Gambar Masakan\21.jpg") Case 22

Image1.Picture = LoadPicture("E:\TA uty\Gambar Masakan\22.jpg") Case 23

Image1.Picture = LoadPicture("E:\TA uty\Gambar Masakan\23.jpg") Case 24

Image1.Picture = LoadPicture("E:\TA uty\Gambar Masakan\24.jpg") Case 25

Image1.Picture = LoadPicture("E:\TA uty\Gambar Masakan\25.jpg") Case 26

Image1.Picture = LoadPicture("E:\TA uty\Gambar Masakan\26.jpg") Case 27

Image1.Picture = LoadPicture("E:\TA uty\Gambar Masakan\27.jpg") Case 28

Image1.Picture = LoadPicture("E:\TA uty\Gambar Masakan\28.jpg") Case 29

Image1.Picture = LoadPicture("E:\TA uty\Gambar Masakan\29.jpg") Case 30

Image1.Picture = LoadPicture("E:\TA uty\Gambar Masakan\30.jpg") Case 31

Image1.Picture = LoadPicture("E:\TA uty\Gambar Masakan\31.jpg") Case 32

Image1.Picture = LoadPicture("E:\TA uty\Gambar Masakan\32.jpg") Case 33

Image1.Picture = LoadPicture("E:\TA uty\Gambar Masakan\33.jpg") Case 34

Image1.Picture = LoadPicture("E:\TA uty\Gambar Masakan\34.jpg") Case 35

Image1.Picture = LoadPicture("E:\TA uty\Gambar Masakan\35.jpg") Case 36

Image1.Picture = LoadPicture("E:\TA uty\Gambar Masakan\36.jpg") Case 37

Image1.Picture = LoadPicture("E:\TA uty\Gambar Masakan\37.jpg") Case 38

Image1.Picture = LoadPicture("E:\TA uty\Gambar Masakan\38.jpg") Case 39

Image1.Picture = LoadPicture("E:\TA uty\Gambar Masakan\39.jpg") Case 40

Image1.Picture = LoadPicture("E:\TA uty\Gambar Masakan\40.jpg") Case 41

Image1.Picture = LoadPicture("E:\TA uty\Gambar Masakan\41.jpg") Case 42

Image1.Picture = LoadPicture("E:\TA uty\Gambar Masakan\42.jpg") Case 43

Image1.Picture = LoadPicture("E:\TA uty\Gambar Masakan\43.jpg") Case 44

Image1.Picture = LoadPicture("E:\TA uty\Gambar Masakan\44.jpg") Case 45

Image1.Picture = LoadPicture("E:\TA uty\Gambar Masakan\45.jpg") Case 46

Image1.Picture = LoadPicture("E:\TA uty\Gambar Masakan\46.jpg") End Select

Dokumen terkait