0% found this document useful (0 votes)
33 views4 pages

Project in Computer: Accessories Shop

This document appears to be a computer project submitted by students Clarissa Ham and Zac Anderson Iriberri to their teacher Ms. Ma. May Agar. It includes code for an accessories shop management system with different forms for necklaces, bracelets, anklets, bangles, earrings, rings, and a checkout form. The code allows navigating between the different product forms and checkout.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
33 views4 pages

Project in Computer: Accessories Shop

This document appears to be a computer project submitted by students Clarissa Ham and Zac Anderson Iriberri to their teacher Ms. Ma. May Agar. It includes code for an accessories shop management system with different forms for necklaces, bracelets, anklets, bangles, earrings, rings, and a checkout form. The code allows navigating between the different product forms and checkout.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Blessed Sacrament Catholic School

JP Ramoy St. Talipapa Novaliches Quezon City

Project In
Computer
(Accessories Shop)

Submitted by:
Ham, Ma. Clarissa D.
Iriberri, Zac Anderson L.

Submitted to:
Ms. Ma. May Agar

Public Class Form1


Private Sub AccessoriesToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles AccessoriesToolStripMenuItem.Click
End Sub
Private Sub NecklaceToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles NecklaceToolStripMenuItem.Click
Form2.Show()
End Sub
Private Sub BaceletToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles BaceletToolStripMenuItem.Click
Form3.Show()
End Sub
Private Sub AnkletsToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles AnkletsToolStripMenuItem.Click
Form4.Show()
End Sub
Private Sub BanglesToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles BanglesToolStripMenuItem.Click
Form5.Show()
End Sub
Private Sub EarringsToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles EarringsToolStripMenuItem.Click
Form7.Show()
End Sub
Private Sub RingsToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)
Handles RingsToolStripMenuItem.Click
Form8.Show()
End Sub
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles
MyBase.Load
End Sub
Private Sub PictureBox1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles
PictureBox1.Click
End Sub
End Class

Public Class Form2


Private Sub Label1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles
Label1.Click
End Sub
Private Sub Label2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles
Label2.Click
End Sub
Private Sub Button6_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles
Button6.Click
Me.Hide()
Form6.Show()
End Sub
Private Sub Form2_Load(ByVal sender As System.Object, ByVal e As System.EventArgs)
End Sub
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)
End Sub
Private Sub Button7_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles
Button7.Click
Me.Hide()
Form1.Show()
End Sub
Private Sub Button1_Click_1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles
Button1.Click
Me.Hide()
Form6.Show()
End Sub
Private Sub Button5_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles
Button5.Click
Me.Hide()
Form6.Show()
End Sub

Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles


Button3.Click
Me.Hide()
Form6.Show()
End Sub
Private Sub Button4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles
Button4.Click
Me.Hide()
Form6.Show()
End Sub
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles
Button2.Click
Me.Hide()
Form6.Show()
End Sub
End Class

Public Class Form6


Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles
Button2.Click
Me.Hide()
Form1.Show()
End Sub
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles
Button1.Click
Me.Hide()
Form10.Show()
End Sub
Private Sub TextBox1_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs)
Handles TextBox1.TextChanged
End Sub
End Class

You might also like