Download - koding apotik sehat

Transcript
Page 1: koding apotik sehat

Public Class Form1

Private Sub Tbodrex_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Tbodrex.Click TextBoxbodrex.Text = 10000 End Sub

Private Sub qtybodrex_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles qtybodrex.TextChanged TextBoxbodrex.Text = Val(qtybodrex.Text) * 10000 End Sub

Private Sub Tantimo_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Tantimo.Click TextBoxantimo.Text = 5000 End Sub

Private Sub qtyantimo_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles qtyantimo.TextChanged TextBoxantimo.Text = Val(qtyantimo.Text) * 5000 End Sub

Private Sub Tparacetamol_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Tparacetamol.Click TextBoxparacetamol.Text = 8000 End Sub

Private Sub qtyparacetamol_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles qtyparacetamol.TextChanged TextBoxparacetamol.Text = Val(qtyparacetamol.Text) * 8000 End Sub

Private Sub Tpanadol_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Tpanadol.Click TextBoxpanadol.Text = 6000 End Sub

Private Sub qtypanadol_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles qtypanadol.TextChanged TextBoxpanadol.Text = Val(qtypanadol.Text) * 6000 End Sub

Private Sub Tdiapet_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Tdiapet.Click TextBoxdiapet.Text = 6000 End Sub

Private Sub qtydiapet_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles qtydiapet.TextChanged TextBoxdiapet.Text = Val(qtydiapet.Text) * 6000 End Sub

Private Sub Sobh_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Sobh.Click TextBoxobh.Text = 9000 End Sub

Private Sub qtyobh_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles qtyobh.TextChanged TextBoxobh.Text = Val(qtyobh.Text) * 9000 End Sub

Page 2: koding apotik sehat

Private Sub Sinza_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Sinza.Click TextBoxinza.Text = 8500 End Sub

Private Sub qtyinza_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles qtyinza.TextChanged TextBoxinza.Text = Val(qtyinza.Text) * 8500 End Sub

Private Sub Sviks_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Sviks.Click TextBoxviks.Text = 8000 End Sub

Private Sub qtyviks_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles qtyviks.TextChanged TextBoxviks.Text = Val(qtyviks.Text) * 8000 End Sub

Private Sub Sanakonidin_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Sanakonidin.Click TextBoxanakonidin.Text = 14000 End Sub

Private Sub qtyanakonidin_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles qtyanakonidin.TextChanged TextBoxanakonidin.Text = Val(qtyanakonidin.Text) * 14000 End Sub

Private Sub Smylanta_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Smylanta.Click textboxmilanta.Text = 16000 End Sub

Private Sub qtymilanta_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles qtymilanta.TextChanged textboxmilanta.Text = Val(qtymilanta.Text) * 16000 End Sub

Private Sub SAmbeven_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles SAmbeven.Click TextBoxambeven.Text = 14500 End Sub

Private Sub qtyambeven_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles qtyambeven.TextChanged TextBoxambeven.Text = Val(qtyambeven.Text) * 14500 End Sub

Private Sub ksangobion_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ksangobion.Click TextBoxsangobion.Text = 16000 End Sub

Private Sub qtysangobion_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles qtysangobion.TextChanged TextBoxsangobion.Text = Val(qtysangobion.Text) * 16000 End Sub

Page 3: koding apotik sehat

Private Sub klaxing_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles klaxing.Click TextBoxlaxing.Text = 5000 End Sub

Private Sub qtylaxing_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles qtylaxing.TextChanged TextBoxlaxing.Text = Val(qtylaxing.Text) * 5000 End Sub

Private Sub kevere_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles kevere.Click textboxevere.Text = 30000 End Sub

Private Sub qtyevere_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles qtyevere.TextChanged textboxevere.Text = Val(qtyevere.Text) * 30000 End Sub

Private Sub kvermint_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles kvermint.Click TextBoxvermint.Text = 60000 End Sub

Private Sub qtyvermin_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles qtyvermin.TextChanged TextBoxvermint.Text = Val(qtyvermin.Text) * 60000 End Sub

Private Sub pvoltadex_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles pvoltadex.Click TextBoxvoltadex.Text = 23000 End Sub

Private Sub qtyvoltadex_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles qtyvoltadex.TextChanged TextBoxvoltadex.Text = Val(qtyvoltadex.Text) * 23000 End Sub

Private Sub vacerebrovit_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles vacerebrovit.Click TextBoxcerebrovit.Text = 15000 End Sub

Private Sub qtycerebrovit_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles qtycerebrovit.TextChanged TextBoxcerebrovit.Text = Val(qtycerebrovit.Text) * 15000 End Sub

Private Sub vacurcuma_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles vacurcuma.Click TextBoxcurcuma.Text = 38000 End Sub

Private Sub qtycurcuma_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles qtycurcuma.TextChanged TextBoxcurcuma.Text = Val(qtycurcuma.Text) * 38000 End Sub

Page 4: koding apotik sehat

Private Sub vavitabumin_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles vavitabumin.Click textboxvitabumin.Text = 28000 End Sub

Private Sub qtyvitabumin_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles qtyvitabumin.TextChanged textboxvitabumin.Text = Val(qtyvitabumin.Text) * 28000 End Sub

Private Sub vascott_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles vascott.Click textboxscott.Text = Val(qtyscott.Text) * 42000 End Sub

Private Sub qtyscott_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles qtyscott.TextChanged textboxscott.Text = Val(qtyscott.Text) * 42000 End Sub

Private Sub vaenervon_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles vaenervon.Click TextBoxenervon.Text = 24000 End Sub

Private Sub qtyenervon_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles qtyenervon.TextChanged TextBoxenervon.Text = Val(qtyenervon.Text) * 24000 End Sub

Private Sub SBetadine_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles SBetadine.Click TextBoxbetadine.Text = 18000 End Sub

Private Sub qtybetadine_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles qtybetadine.TextChanged TextBoxbetadine.Text = Val(qtybetadine.Text) * 18000 End Sub

Private Sub sbiocream_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles sbiocream.Click TextBoxbiocream.Text = 23000 End Sub

Private Sub qtybiocream_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles qtybiocream.TextChanged TextBoxbiocream.Text = Val(qtybiocream.Text) * 23000 End Sub

Private Sub sdermatrix_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles sdermatrix.Click TextBoxdematrix.Text = 28000 End Sub

Private Sub qtydematrix_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles qtydematrix.TextChanged TextBoxdematrix.Text = Val(qtydematrix.Text) * 28000 End Sub

Page 5: koding apotik sehat

Private Sub sbioplacenton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles sbioplacenton.Click textboxbioplacenton.Text = 18000 End Sub

Private Sub qtybioplacenton_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles qtybioplacenton.TextChanged textboxbioplacenton.Text = Val(qtybioplacenton.Text) * 18000 End Sub

Private Sub sultrasiline_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles sultrasiline.Click TextBoxultrasiline.Text = 21000 End Sub

Private Sub qtyultrasiline_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles qtyultrasiline.TextChanged TextBoxultrasiline.Text = Val(qtyultrasiline.Text) * 21000 End Sub

Private Sub vdvitalong_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles vdvitalong.Click TextBoxvitalong.Text = 18000 End Sub

Private Sub qtyvitalong_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles qtyvitalong.TextChanged TextBoxvitalong.Text = Val(qtyvitalong.Text) * 18000 End Sub

Private Sub vdcdr_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles vdcdr.Click TextBoxcdr.Text = 16000 End Sub

Private Sub qtycdr_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles qtycdr.TextChanged TextBoxcdr.Text = Val(qtycdr.Text) * 16000 End Sub

Private Sub vdester_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles vdester.Click TextBoxester.Text = 28000 End Sub

Private Sub sqyester_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles qtyester.TextChanged TextBoxester.Text = Val(qtyester.Text) * 28000 End Sub

Private Sub vdcaviplex_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles vdcaviplex.Click TextBoxcaviplex.Text = 25000 End Sub

Private Sub qtycaviplex_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles qtycaviplex.TextChanged TextBoxcaviplex.Text = Val(qtycaviplex.Text) * 25000 End Sub

Page 6: koding apotik sehat

Private Sub vdnature_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles vdnature.Click TextBoxnature.Text = 25000 End Sub

Private Sub qtynature_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles qtynature.TextChanged TextBoxnature.Text = Val(qtynature.Text) * 25000 End Sub

Private Sub pctm_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles pctm.Click TextBoxctm.Text = 5000 End Sub

Private Sub qtyctm_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles qtyctm.TextChanged TextBoxctm.Text = Val(qtyctm.Text) * 5000 End Sub

Private Sub pkb_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles pkb.Click TextBoxkb.Text = 15000 End Sub

Private Sub qtykb_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles qtykb.TextChanged TextBoxkb.Text = Val(qtykb.Text) * 15000 End Sub

Private Sub pprednison_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles pprednison.Click TextBoxprednison.Text = 20000 End Sub

Private Sub qtyprednison_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles qtyprednison.TextChanged TextBoxprednison.Text = Val(qtyprednison.Text) * 20000 End Sub

Private Sub pmagtral_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles pmagtral.Click TextBoxmagtral.Text = 25000 End Sub

Private Sub qtymagtral_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles qtymagtral.TextChanged TextBoxmagtral.Text = Val(qtymagtral.Text) * 25000 End Sub

Private Sub TextBoxbodrex_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBoxbodrex.TextChanged tbbiaya.Text = Val(TextBoxbodrex.Text) + Val(TextBoxantimo.Text) + Val(TextBoxparacetamol.Text) + Val(TextBoxpanadol.Text) + Val(TextBoxdiapet.Text) + Val(TextBoxobh.Text) + Val(TextBoxinza.Text) + Val(TextBoxviks.Text) + Val(TextBoxanakonidin.Text) + Val(textboxmilanta.Text) + Val(TextBoxambeven.Text) + Val(TextBoxsangobion.Text) + Val(TextBoxlaxing.Text) + Val(textboxevere.Text) + Val(TextBoxvermint.Text) + Val(TextBoxvoltadex.Text) + Val(TextBoxctm.Text) + Val(TextBoxkb.Text) + Val(TextBoxmagtral.Text) + Val(TextBoxprednison.Text) +

Page 7: koding apotik sehat

Val(TextBoxbetadine.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(textboxbioplacenton.Text) + Val(TextBoxultrasiline.Text) + Val(TextBoxcerebrovit.Text) + Val(TextBoxcurcuma.Text) + Val(textboxvitabumin.Text) + Val(textboxscott.Text) + Val(TextBoxenervon.Text) + Val(TextBoxvitalong.Text) + Val(TextBoxcdr.Text) + Val(TextBoxester.Text) + Val(TextBoxcaviplex.Text) + Val(TextBoxnature.Text) End Sub

Private Sub TextBoxantimo_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBoxantimo.TextChanged tbbiaya.Text = Val(TextBoxbodrex.Text) + Val(TextBoxantimo.Text) + Val(TextBoxparacetamol.Text) + Val(TextBoxpanadol.Text) + Val(TextBoxdiapet.Text) + Val(TextBoxobh.Text) + Val(TextBoxinza.Text) + Val(TextBoxviks.Text) + Val(TextBoxanakonidin.Text) + Val(textboxmilanta.Text) + Val(TextBoxambeven.Text) + Val(TextBoxsangobion.Text) + Val(TextBoxlaxing.Text) + Val(textboxevere.Text) + Val(TextBoxvermint.Text) + Val(TextBoxvoltadex.Text) + Val(TextBoxctm.Text) + Val(TextBoxkb.Text) + Val(TextBoxmagtral.Text) + Val(TextBoxprednison.Text) + Val(TextBoxbetadine.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(textboxbioplacenton.Text) + Val(TextBoxultrasiline.Text) + Val(TextBoxcerebrovit.Text) + Val(TextBoxcurcuma.Text) + Val(textboxvitabumin.Text) + Val(textboxscott.Text) + Val(TextBoxenervon.Text) + Val(TextBoxvitalong.Text) + Val(TextBoxcdr.Text) + Val(TextBoxester.Text) + Val(TextBoxcaviplex.Text) + Val(TextBoxnature.Text) End Sub

Private Sub TextBoxparacetamol_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBoxparacetamol.TextChanged tbbiaya.Text = Val(TextBoxbodrex.Text) + Val(TextBoxantimo.Text) + Val(TextBoxparacetamol.Text) + Val(TextBoxpanadol.Text) + Val(TextBoxdiapet.Text) + Val(TextBoxobh.Text) + Val(TextBoxinza.Text) + Val(TextBoxviks.Text) + Val(TextBoxanakonidin.Text) + Val(textboxmilanta.Text) + Val(TextBoxambeven.Text) + Val(TextBoxsangobion.Text) + Val(TextBoxlaxing.Text) + Val(textboxevere.Text) + Val(TextBoxvermint.Text) + Val(TextBoxvoltadex.Text) + Val(TextBoxctm.Text) + Val(TextBoxkb.Text) + Val(TextBoxmagtral.Text) + Val(TextBoxprednison.Text) + Val(TextBoxbetadine.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(textboxbioplacenton.Text) + Val(TextBoxultrasiline.Text) + Val(TextBoxcerebrovit.Text) + Val(TextBoxcurcuma.Text) + Val(textboxvitabumin.Text) + Val(textboxscott.Text) + Val(TextBoxenervon.Text) + Val(TextBoxvitalong.Text) + Val(TextBoxcdr.Text) + Val(TextBoxester.Text) + Val(TextBoxcaviplex.Text) + Val(TextBoxnature.Text) End Sub

Private Sub TextBoxpanadol_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBoxpanadol.TextChanged tbbiaya.Text = Val(TextBoxbodrex.Text) + Val(TextBoxantimo.Text) + Val(TextBoxparacetamol.Text) + Val(TextBoxpanadol.Text) + Val(TextBoxdiapet.Text) + Val(TextBoxobh.Text) + Val(TextBoxinza.Text) + Val(TextBoxviks.Text) + Val(TextBoxanakonidin.Text) + Val(textboxmilanta.Text) + Val(TextBoxambeven.Text) + Val(TextBoxsangobion.Text) + Val(TextBoxlaxing.Text) +

Page 8: koding apotik sehat

Val(textboxevere.Text) + Val(TextBoxvermint.Text) + Val(TextBoxvoltadex.Text) + Val(TextBoxctm.Text) + Val(TextBoxkb.Text) + Val(TextBoxmagtral.Text) + Val(TextBoxprednison.Text) + Val(TextBoxbetadine.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(textboxbioplacenton.Text) + Val(TextBoxultrasiline.Text) + Val(TextBoxcerebrovit.Text) + Val(TextBoxcurcuma.Text) + Val(textboxvitabumin.Text) + Val(textboxscott.Text) + Val(TextBoxenervon.Text) + Val(TextBoxvitalong.Text) + Val(TextBoxcdr.Text) + Val(TextBoxester.Text) + Val(TextBoxcaviplex.Text) + Val(TextBoxnature.Text) End Sub

Private Sub TextBoxdiapet_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBoxdiapet.TextChanged tbbiaya.Text = Val(TextBoxbodrex.Text) + Val(TextBoxantimo.Text) + Val(TextBoxparacetamol.Text) + Val(TextBoxpanadol.Text) + Val(TextBoxdiapet.Text) + Val(TextBoxobh.Text) + Val(TextBoxinza.Text) + Val(TextBoxviks.Text) + Val(TextBoxanakonidin.Text) + Val(textboxmilanta.Text) + Val(TextBoxambeven.Text) + Val(TextBoxsangobion.Text) + Val(TextBoxlaxing.Text) + Val(textboxevere.Text) + Val(TextBoxvermint.Text) + Val(TextBoxvoltadex.Text) + Val(TextBoxctm.Text) + Val(TextBoxkb.Text) + Val(TextBoxmagtral.Text) + Val(TextBoxprednison.Text) + Val(TextBoxbetadine.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(textboxbioplacenton.Text) + Val(TextBoxultrasiline.Text) + Val(TextBoxcerebrovit.Text) + Val(TextBoxcurcuma.Text) + Val(textboxvitabumin.Text) + Val(textboxscott.Text) + Val(TextBoxenervon.Text) + Val(TextBoxvitalong.Text) + Val(TextBoxcdr.Text) + Val(TextBoxester.Text) + Val(TextBoxcaviplex.Text) + Val(TextBoxnature.Text) End Sub

Private Sub TextBoxobh_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBoxobh.TextChanged tbbiaya.Text = Val(TextBoxbodrex.Text) + Val(TextBoxantimo.Text) + Val(TextBoxparacetamol.Text) + Val(TextBoxpanadol.Text) + Val(TextBoxdiapet.Text) + Val(TextBoxobh.Text) + Val(TextBoxinza.Text) + Val(TextBoxviks.Text) + Val(TextBoxanakonidin.Text) + Val(textboxmilanta.Text) + Val(TextBoxambeven.Text) + Val(TextBoxsangobion.Text) + Val(TextBoxlaxing.Text) + Val(textboxevere.Text) + Val(TextBoxvermint.Text) + Val(TextBoxvoltadex.Text) + Val(TextBoxctm.Text) + Val(TextBoxkb.Text) + Val(TextBoxmagtral.Text) + Val(TextBoxprednison.Text) + Val(TextBoxbetadine.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(textboxbioplacenton.Text) + Val(TextBoxultrasiline.Text) + Val(TextBoxcerebrovit.Text) + Val(TextBoxcurcuma.Text) + Val(textboxvitabumin.Text) + Val(textboxscott.Text) + Val(TextBoxenervon.Text) + Val(TextBoxvitalong.Text) + Val(TextBoxcdr.Text) + Val(TextBoxester.Text) + Val(TextBoxcaviplex.Text) + Val(TextBoxnature.Text) End Sub

Private Sub TextBoxinza_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBoxinza.TextChanged tbbiaya.Text = Val(TextBoxbodrex.Text) + Val(TextBoxantimo.Text) + Val(TextBoxparacetamol.Text) + Val(TextBoxpanadol.Text) + Val(TextBoxdiapet.Text) + Val(TextBoxobh.Text) + Val(TextBoxinza.Text) + Val(TextBoxviks.Text) + Val(TextBoxanakonidin.Text) +

Page 9: koding apotik sehat

Val(textboxmilanta.Text) + Val(TextBoxambeven.Text) + Val(TextBoxsangobion.Text) + Val(TextBoxlaxing.Text) + Val(textboxevere.Text) + Val(TextBoxvermint.Text) + Val(TextBoxvoltadex.Text) + Val(TextBoxctm.Text) + Val(TextBoxkb.Text) + Val(TextBoxmagtral.Text) + Val(TextBoxprednison.Text) + Val(TextBoxbetadine.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(textboxbioplacenton.Text) + Val(TextBoxultrasiline.Text) + Val(TextBoxcerebrovit.Text) + Val(TextBoxcurcuma.Text) + Val(textboxvitabumin.Text) + Val(textboxscott.Text) + Val(TextBoxenervon.Text) + Val(TextBoxvitalong.Text) + Val(TextBoxcdr.Text) + Val(TextBoxester.Text) + Val(TextBoxcaviplex.Text) + Val(TextBoxnature.Text) End Sub

Private Sub TextBoxviks_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBoxviks.TextChanged tbbiaya.Text = Val(TextBoxbodrex.Text) + Val(TextBoxantimo.Text) + Val(TextBoxparacetamol.Text) + Val(TextBoxpanadol.Text) + Val(TextBoxdiapet.Text) + Val(TextBoxobh.Text) + Val(TextBoxinza.Text) + Val(TextBoxviks.Text) + Val(TextBoxanakonidin.Text) + Val(textboxmilanta.Text) + Val(TextBoxambeven.Text) + Val(TextBoxsangobion.Text) + Val(TextBoxlaxing.Text) + Val(textboxevere.Text) + Val(TextBoxvermint.Text) + Val(TextBoxvoltadex.Text) + Val(TextBoxctm.Text) + Val(TextBoxkb.Text) + Val(TextBoxmagtral.Text) + Val(TextBoxprednison.Text) + Val(TextBoxbetadine.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(textboxbioplacenton.Text) + Val(TextBoxultrasiline.Text) + Val(TextBoxcerebrovit.Text) + Val(TextBoxcurcuma.Text) + Val(textboxvitabumin.Text) + Val(textboxscott.Text) + Val(TextBoxenervon.Text) + Val(TextBoxvitalong.Text) + Val(TextBoxcdr.Text) + Val(TextBoxester.Text) + Val(TextBoxcaviplex.Text) + Val(TextBoxnature.Text) End Sub

Private Sub TextBoxanakonidin_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBoxanakonidin.TextChanged tbbiaya.Text = Val(TextBoxbodrex.Text) + Val(TextBoxantimo.Text) + Val(TextBoxparacetamol.Text) + Val(TextBoxpanadol.Text) + Val(TextBoxdiapet.Text) + Val(TextBoxobh.Text) + Val(TextBoxinza.Text) + Val(TextBoxviks.Text) + Val(TextBoxanakonidin.Text) + Val(textboxmilanta.Text) + Val(TextBoxambeven.Text) + Val(TextBoxsangobion.Text) + Val(TextBoxlaxing.Text) + Val(textboxevere.Text) + Val(TextBoxvermint.Text) + Val(TextBoxvoltadex.Text) + Val(TextBoxctm.Text) + Val(TextBoxkb.Text) + Val(TextBoxmagtral.Text) + Val(TextBoxprednison.Text) + Val(TextBoxbetadine.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(textboxbioplacenton.Text) + Val(TextBoxultrasiline.Text) + Val(TextBoxcerebrovit.Text) + Val(TextBoxcurcuma.Text) + Val(textboxvitabumin.Text) + Val(textboxscott.Text) + Val(TextBoxenervon.Text) + Val(TextBoxvitalong.Text) + Val(TextBoxcdr.Text) + Val(TextBoxester.Text) + Val(TextBoxcaviplex.Text) + Val(TextBoxnature.Text) End Sub

Private Sub textboxmilanta_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles textboxmilanta.TextChanged

Page 10: koding apotik sehat

tbbiaya.Text = Val(TextBoxbodrex.Text) + Val(TextBoxantimo.Text) + Val(TextBoxparacetamol.Text) + Val(TextBoxpanadol.Text) + Val(TextBoxdiapet.Text) + Val(TextBoxobh.Text) + Val(TextBoxinza.Text) + Val(TextBoxviks.Text) + Val(TextBoxanakonidin.Text) + Val(textboxmilanta.Text) + Val(TextBoxambeven.Text) + Val(TextBoxsangobion.Text) + Val(TextBoxlaxing.Text) + Val(textboxevere.Text) + Val(TextBoxvermint.Text) + Val(TextBoxvoltadex.Text) + Val(TextBoxctm.Text) + Val(TextBoxkb.Text) + Val(TextBoxmagtral.Text) + Val(TextBoxprednison.Text) + Val(TextBoxbetadine.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(textboxbioplacenton.Text) + Val(TextBoxultrasiline.Text) + Val(TextBoxcerebrovit.Text) + Val(TextBoxcurcuma.Text) + Val(textboxvitabumin.Text) + Val(textboxscott.Text) + Val(TextBoxenervon.Text) + Val(TextBoxvitalong.Text) + Val(TextBoxcdr.Text) + Val(TextBoxester.Text) + Val(TextBoxcaviplex.Text) + Val(TextBoxnature.Text) End Sub

Private Sub TextBoxambeven_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBoxambeven.TextChanged tbbiaya.Text = Val(TextBoxbodrex.Text) + Val(TextBoxantimo.Text) + Val(TextBoxparacetamol.Text) + Val(TextBoxpanadol.Text) + Val(TextBoxdiapet.Text) + Val(TextBoxobh.Text) + Val(TextBoxinza.Text) + Val(TextBoxviks.Text) + Val(TextBoxanakonidin.Text) + Val(textboxmilanta.Text) + Val(TextBoxambeven.Text) + Val(TextBoxsangobion.Text) + Val(TextBoxlaxing.Text) + Val(textboxevere.Text) + Val(TextBoxvermint.Text) + Val(TextBoxvoltadex.Text) + Val(TextBoxctm.Text) + Val(TextBoxkb.Text) + Val(TextBoxmagtral.Text) + Val(TextBoxprednison.Text) + Val(TextBoxbetadine.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(textboxbioplacenton.Text) + Val(TextBoxultrasiline.Text) + Val(TextBoxcerebrovit.Text) + Val(TextBoxcurcuma.Text) + Val(textboxvitabumin.Text) + Val(textboxscott.Text) + Val(TextBoxenervon.Text) + Val(TextBoxvitalong.Text) + Val(TextBoxcdr.Text) + Val(TextBoxester.Text) + Val(TextBoxcaviplex.Text) + Val(TextBoxnature.Text) End Sub

Private Sub TextBoxsangobion_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBoxsangobion.TextChanged tbbiaya.Text = Val(TextBoxbodrex.Text) + Val(TextBoxantimo.Text) + Val(TextBoxparacetamol.Text) + Val(TextBoxpanadol.Text) + Val(TextBoxdiapet.Text) + Val(TextBoxobh.Text) + Val(TextBoxinza.Text) + Val(TextBoxviks.Text) + Val(TextBoxanakonidin.Text) + Val(textboxmilanta.Text) + Val(TextBoxambeven.Text) + Val(TextBoxsangobion.Text) + Val(TextBoxlaxing.Text) + Val(textboxevere.Text) + Val(TextBoxvermint.Text) + Val(TextBoxvoltadex.Text) + Val(TextBoxctm.Text) + Val(TextBoxkb.Text) + Val(TextBoxmagtral.Text) + Val(TextBoxprednison.Text) + Val(TextBoxbetadine.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(textboxbioplacenton.Text) + Val(TextBoxultrasiline.Text) + Val(TextBoxcerebrovit.Text) + Val(TextBoxcurcuma.Text) + Val(textboxvitabumin.Text) + Val(textboxscott.Text) + Val(TextBoxenervon.Text) + Val(TextBoxvitalong.Text) + Val(TextBoxcdr.Text) + Val(TextBoxester.Text) + Val(TextBoxcaviplex.Text) + Val(TextBoxnature.Text) End Sub

Page 11: koding apotik sehat

Private Sub TextBoxlaxing_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBoxlaxing.TextChanged tbbiaya.Text = Val(TextBoxbodrex.Text) + Val(TextBoxantimo.Text) + Val(TextBoxparacetamol.Text) + Val(TextBoxpanadol.Text) + Val(TextBoxdiapet.Text) + Val(TextBoxobh.Text) + Val(TextBoxinza.Text) + Val(TextBoxviks.Text) + Val(TextBoxanakonidin.Text) + Val(textboxmilanta.Text) + Val(TextBoxambeven.Text) + Val(TextBoxsangobion.Text) + Val(TextBoxlaxing.Text) + Val(textboxevere.Text) + Val(TextBoxvermint.Text) + Val(TextBoxvoltadex.Text) + Val(TextBoxctm.Text) + Val(TextBoxkb.Text) + Val(TextBoxmagtral.Text) + Val(TextBoxprednison.Text) + Val(TextBoxbetadine.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(textboxbioplacenton.Text) + Val(TextBoxultrasiline.Text) + Val(TextBoxcerebrovit.Text) + Val(TextBoxcurcuma.Text) + Val(textboxvitabumin.Text) + Val(textboxscott.Text) + Val(TextBoxenervon.Text) + Val(TextBoxvitalong.Text) + Val(TextBoxcdr.Text) + Val(TextBoxester.Text) + Val(TextBoxcaviplex.Text) + Val(TextBoxnature.Text) End Sub

Private Sub textboxevere_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles textboxevere.TextChanged tbbiaya.Text = Val(TextBoxbodrex.Text) + Val(TextBoxantimo.Text) + Val(TextBoxparacetamol.Text) + Val(TextBoxpanadol.Text) + Val(TextBoxdiapet.Text) + Val(TextBoxobh.Text) + Val(TextBoxinza.Text) + Val(TextBoxviks.Text) + Val(TextBoxanakonidin.Text) + Val(textboxmilanta.Text) + Val(TextBoxambeven.Text) + Val(TextBoxsangobion.Text) + Val(TextBoxlaxing.Text) + Val(textboxevere.Text) + Val(TextBoxvermint.Text) + Val(TextBoxvoltadex.Text) + Val(TextBoxctm.Text) + Val(TextBoxkb.Text) + Val(TextBoxmagtral.Text) + Val(TextBoxprednison.Text) + Val(TextBoxbetadine.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(textboxbioplacenton.Text) + Val(TextBoxultrasiline.Text) + Val(TextBoxcerebrovit.Text) + Val(TextBoxcurcuma.Text) + Val(textboxvitabumin.Text) + Val(textboxscott.Text) + Val(TextBoxenervon.Text) + Val(TextBoxvitalong.Text) + Val(TextBoxcdr.Text) + Val(TextBoxester.Text) + Val(TextBoxcaviplex.Text) + Val(TextBoxnature.Text) End Sub

Private Sub TextBoxvermint_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBoxvermint.TextChanged tbbiaya.Text = Val(TextBoxbodrex.Text) + Val(TextBoxantimo.Text) + Val(TextBoxparacetamol.Text) + Val(TextBoxpanadol.Text) + Val(TextBoxdiapet.Text) + Val(TextBoxobh.Text) + Val(TextBoxinza.Text) + Val(TextBoxviks.Text) + Val(TextBoxanakonidin.Text) + Val(textboxmilanta.Text) + Val(TextBoxambeven.Text) + Val(TextBoxsangobion.Text) + Val(TextBoxlaxing.Text) + Val(textboxevere.Text) + Val(TextBoxvermint.Text) + Val(TextBoxvoltadex.Text) + Val(TextBoxctm.Text) + Val(TextBoxkb.Text) + Val(TextBoxmagtral.Text) + Val(TextBoxprednison.Text) + Val(TextBoxbetadine.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(textboxbioplacenton.Text) + Val(TextBoxultrasiline.Text) + Val(TextBoxcerebrovit.Text) + Val(TextBoxcurcuma.Text) + Val(textboxvitabumin.Text) + Val(textboxscott.Text) + Val(TextBoxenervon.Text) + Val(TextBoxvitalong.Text) + Val(TextBoxcdr.Text) + Val(TextBoxester.Text) + Val(TextBoxcaviplex.Text) + Val(TextBoxnature.Text)

Page 12: koding apotik sehat

End Sub

Private Sub TextBoxvoltadex_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBoxvoltadex.TextChanged tbbiaya.Text = Val(TextBoxbodrex.Text) + Val(TextBoxantimo.Text) + Val(TextBoxparacetamol.Text) + Val(TextBoxpanadol.Text) + Val(TextBoxdiapet.Text) + Val(TextBoxobh.Text) + Val(TextBoxinza.Text) + Val(TextBoxviks.Text) + Val(TextBoxanakonidin.Text) + Val(textboxmilanta.Text) + Val(TextBoxambeven.Text) + Val(TextBoxsangobion.Text) + Val(TextBoxlaxing.Text) + Val(textboxevere.Text) + Val(TextBoxvermint.Text) + Val(TextBoxvoltadex.Text) + Val(TextBoxctm.Text) + Val(TextBoxkb.Text) + Val(TextBoxmagtral.Text) + Val(TextBoxprednison.Text) + Val(TextBoxbetadine.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(textboxbioplacenton.Text) + Val(TextBoxultrasiline.Text) + Val(TextBoxcerebrovit.Text) + Val(TextBoxcurcuma.Text) + Val(textboxvitabumin.Text) + Val(textboxscott.Text) + Val(TextBoxenervon.Text) + Val(TextBoxvitalong.Text) + Val(TextBoxcdr.Text) + Val(TextBoxester.Text) + Val(TextBoxcaviplex.Text) + Val(TextBoxnature.Text) End Sub

Private Sub TextBoxctm_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBoxctm.TextChanged tbbiaya.Text = Val(TextBoxbodrex.Text) + Val(TextBoxantimo.Text) + Val(TextBoxparacetamol.Text) + Val(TextBoxpanadol.Text) + Val(TextBoxdiapet.Text) + Val(TextBoxobh.Text) + Val(TextBoxinza.Text) + Val(TextBoxviks.Text) + Val(TextBoxanakonidin.Text) + Val(textboxmilanta.Text) + Val(TextBoxambeven.Text) + Val(TextBoxsangobion.Text) + Val(TextBoxlaxing.Text) + Val(textboxevere.Text) + Val(TextBoxvermint.Text) + Val(TextBoxvoltadex.Text) + Val(TextBoxctm.Text) + Val(TextBoxkb.Text) + Val(TextBoxmagtral.Text) + Val(TextBoxprednison.Text) + Val(TextBoxbetadine.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(textboxbioplacenton.Text) + Val(TextBoxultrasiline.Text) + Val(TextBoxcerebrovit.Text) + Val(TextBoxcurcuma.Text) + Val(textboxvitabumin.Text) + Val(textboxscott.Text) + Val(TextBoxenervon.Text) + Val(TextBoxvitalong.Text) + Val(TextBoxcdr.Text) + Val(TextBoxester.Text) + Val(TextBoxcaviplex.Text) + Val(TextBoxnature.Text) End Sub

Private Sub TextBoxkb_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBoxkb.TextChanged tbbiaya.Text = Val(TextBoxbodrex.Text) + Val(TextBoxantimo.Text) + Val(TextBoxparacetamol.Text) + Val(TextBoxpanadol.Text) + Val(TextBoxdiapet.Text) + Val(TextBoxobh.Text) + Val(TextBoxinza.Text) + Val(TextBoxviks.Text) + Val(TextBoxanakonidin.Text) + Val(textboxmilanta.Text) + Val(TextBoxambeven.Text) + Val(TextBoxsangobion.Text) + Val(TextBoxlaxing.Text) + Val(textboxevere.Text) + Val(TextBoxvermint.Text) + Val(TextBoxvoltadex.Text) + Val(TextBoxctm.Text) + Val(TextBoxkb.Text) + Val(TextBoxmagtral.Text) + Val(TextBoxprednison.Text) + Val(TextBoxbetadine.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(textboxbioplacenton.Text) + Val(TextBoxultrasiline.Text) + Val(TextBoxcerebrovit.Text) + Val(TextBoxcurcuma.Text) + Val(textboxvitabumin.Text) + Val(textboxscott.Text) + Val(TextBoxenervon.Text) +

Page 13: koding apotik sehat

Val(TextBoxvitalong.Text) + Val(TextBoxcdr.Text) + Val(TextBoxester.Text) + Val(TextBoxcaviplex.Text) + Val(TextBoxnature.Text) End Sub

Private Sub TextBoxprednison_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBoxprednison.TextChanged tbbiaya.Text = Val(TextBoxbodrex.Text) + Val(TextBoxantimo.Text) + Val(TextBoxparacetamol.Text) + Val(TextBoxpanadol.Text) + Val(TextBoxdiapet.Text) + Val(TextBoxobh.Text) + Val(TextBoxinza.Text) + Val(TextBoxviks.Text) + Val(TextBoxanakonidin.Text) + Val(textboxmilanta.Text) + Val(TextBoxambeven.Text) + Val(TextBoxsangobion.Text) + Val(TextBoxlaxing.Text) + Val(textboxevere.Text) + Val(TextBoxvermint.Text) + Val(TextBoxvoltadex.Text) + Val(TextBoxctm.Text) + Val(TextBoxkb.Text) + Val(TextBoxmagtral.Text) + Val(TextBoxprednison.Text) + Val(TextBoxbetadine.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(textboxbioplacenton.Text) + Val(TextBoxultrasiline.Text) + Val(TextBoxcerebrovit.Text) + Val(TextBoxcurcuma.Text) + Val(textboxvitabumin.Text) + Val(textboxscott.Text) + Val(TextBoxenervon.Text) + Val(TextBoxvitalong.Text) + Val(TextBoxcdr.Text) + Val(TextBoxester.Text) + Val(TextBoxcaviplex.Text) + Val(TextBoxnature.Text) End Sub

Private Sub TextBoxmagtral_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBoxmagtral.TextChanged tbbiaya.Text = Val(TextBoxbodrex.Text) + Val(TextBoxantimo.Text) + Val(TextBoxparacetamol.Text) + Val(TextBoxpanadol.Text) + Val(TextBoxdiapet.Text) + Val(TextBoxobh.Text) + Val(TextBoxinza.Text) + Val(TextBoxviks.Text) + Val(TextBoxanakonidin.Text) + Val(textboxmilanta.Text) + Val(TextBoxambeven.Text) + Val(TextBoxsangobion.Text) + Val(TextBoxlaxing.Text) + Val(textboxevere.Text) + Val(TextBoxvermint.Text) + Val(TextBoxvoltadex.Text) + Val(TextBoxctm.Text) + Val(TextBoxkb.Text) + Val(TextBoxmagtral.Text) + Val(TextBoxprednison.Text) + Val(TextBoxbetadine.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(textboxbioplacenton.Text) + Val(TextBoxultrasiline.Text) + Val(TextBoxcerebrovit.Text) + Val(TextBoxcurcuma.Text) + Val(textboxvitabumin.Text) + Val(textboxscott.Text) + Val(TextBoxenervon.Text) + Val(TextBoxvitalong.Text) + Val(TextBoxcdr.Text) + Val(TextBoxester.Text) + Val(TextBoxcaviplex.Text) + Val(TextBoxnature.Text) End Sub

Private Sub TextBoxbetadine_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBoxbetadine.TextChanged tbbiaya.Text = Val(TextBoxbodrex.Text) + Val(TextBoxantimo.Text) + Val(TextBoxparacetamol.Text) + Val(TextBoxpanadol.Text) + Val(TextBoxdiapet.Text) + Val(TextBoxobh.Text) + Val(TextBoxinza.Text) + Val(TextBoxviks.Text) + Val(TextBoxanakonidin.Text) + Val(textboxmilanta.Text) + Val(TextBoxambeven.Text) + Val(TextBoxsangobion.Text) + Val(TextBoxlaxing.Text) + Val(textboxevere.Text) + Val(TextBoxvermint.Text) + Val(TextBoxvoltadex.Text) + Val(TextBoxctm.Text) + Val(TextBoxkb.Text) + Val(TextBoxmagtral.Text) + Val(TextBoxprednison.Text) + Val(TextBoxbetadine.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(textboxbioplacenton.Text) + Val(TextBoxultrasiline.Text) + Val(TextBoxcerebrovit.Text) +

Page 14: koding apotik sehat

Val(TextBoxcurcuma.Text) + Val(textboxvitabumin.Text) + Val(textboxscott.Text) + Val(TextBoxenervon.Text) + Val(TextBoxvitalong.Text) + Val(TextBoxcdr.Text) + Val(TextBoxester.Text) + Val(TextBoxcaviplex.Text) + Val(TextBoxnature.Text) End Sub

Private Sub TextBoxbiocream_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBoxbiocream.TextChanged tbbiaya.Text = Val(TextBoxbodrex.Text) + Val(TextBoxantimo.Text) + Val(TextBoxparacetamol.Text) + Val(TextBoxpanadol.Text) + Val(TextBoxdiapet.Text) + Val(TextBoxobh.Text) + Val(TextBoxinza.Text) + Val(TextBoxviks.Text) + Val(TextBoxanakonidin.Text) + Val(textboxmilanta.Text) + Val(TextBoxambeven.Text) + Val(TextBoxsangobion.Text) + Val(TextBoxlaxing.Text) + Val(textboxevere.Text) + Val(TextBoxvermint.Text) + Val(TextBoxvoltadex.Text) + Val(TextBoxctm.Text) + Val(TextBoxkb.Text) + Val(TextBoxmagtral.Text) + Val(TextBoxprednison.Text) + Val(TextBoxbetadine.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(textboxbioplacenton.Text) + Val(TextBoxultrasiline.Text) + Val(TextBoxcerebrovit.Text) + Val(TextBoxcurcuma.Text) + Val(textboxvitabumin.Text) + Val(textboxscott.Text) + Val(TextBoxenervon.Text) + Val(TextBoxvitalong.Text) + Val(TextBoxcdr.Text) + Val(TextBoxester.Text) + Val(TextBoxcaviplex.Text) + Val(TextBoxnature.Text) End Sub

Private Sub TextBoxdematrix_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBoxdematrix.TextChanged tbbiaya.Text = Val(TextBoxbodrex.Text) + Val(TextBoxantimo.Text) + Val(TextBoxparacetamol.Text) + Val(TextBoxpanadol.Text) + Val(TextBoxdiapet.Text) + Val(TextBoxobh.Text) + Val(TextBoxinza.Text) + Val(TextBoxviks.Text) + Val(TextBoxanakonidin.Text) + Val(textboxmilanta.Text) + Val(TextBoxambeven.Text) + Val(TextBoxsangobion.Text) + Val(TextBoxlaxing.Text) + Val(textboxevere.Text) + Val(TextBoxvermint.Text) + Val(TextBoxvoltadex.Text) + Val(TextBoxctm.Text) + Val(TextBoxkb.Text) + Val(TextBoxmagtral.Text) + Val(TextBoxprednison.Text) + Val(TextBoxbetadine.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(textboxbioplacenton.Text) + Val(TextBoxultrasiline.Text) + Val(TextBoxcerebrovit.Text) + Val(TextBoxcurcuma.Text) + Val(textboxvitabumin.Text) + Val(textboxscott.Text) + Val(TextBoxenervon.Text) + Val(TextBoxvitalong.Text) + Val(TextBoxcdr.Text) + Val(TextBoxester.Text) + Val(TextBoxcaviplex.Text) + Val(TextBoxnature.Text) End Sub

Private Sub textboxbioplacenton_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles textboxbioplacenton.TextChanged tbbiaya.Text = Val(TextBoxbodrex.Text) + Val(TextBoxantimo.Text) + Val(TextBoxparacetamol.Text) + Val(TextBoxpanadol.Text) + Val(TextBoxdiapet.Text) + Val(TextBoxobh.Text) + Val(TextBoxinza.Text) + Val(TextBoxviks.Text) + Val(TextBoxanakonidin.Text) + Val(textboxmilanta.Text) + Val(TextBoxambeven.Text) + Val(TextBoxsangobion.Text) + Val(TextBoxlaxing.Text) + Val(textboxevere.Text) + Val(TextBoxvermint.Text) + Val(TextBoxvoltadex.Text) + Val(TextBoxctm.Text) + Val(TextBoxkb.Text) + Val(TextBoxmagtral.Text) + Val(TextBoxprednison.Text) + Val(TextBoxbetadine.Text) + Val(TextBoxbiocream.Text) +

Page 15: koding apotik sehat

Val(TextBoxdematrix.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(textboxbioplacenton.Text) + Val(TextBoxultrasiline.Text) + Val(TextBoxcerebrovit.Text) + Val(TextBoxcurcuma.Text) + Val(textboxvitabumin.Text) + Val(textboxscott.Text) + Val(TextBoxenervon.Text) + Val(TextBoxvitalong.Text) + Val(TextBoxcdr.Text) + Val(TextBoxester.Text) + Val(TextBoxcaviplex.Text) + Val(TextBoxnature.Text) End Sub

Private Sub TextBoxultrasiline_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBoxultrasiline.TextChanged tbbiaya.Text = Val(TextBoxbodrex.Text) + Val(TextBoxantimo.Text) + Val(TextBoxparacetamol.Text) + Val(TextBoxpanadol.Text) + Val(TextBoxdiapet.Text) + Val(TextBoxobh.Text) + Val(TextBoxinza.Text) + Val(TextBoxviks.Text) + Val(TextBoxanakonidin.Text) + Val(textboxmilanta.Text) + Val(TextBoxambeven.Text) + Val(TextBoxsangobion.Text) + Val(TextBoxlaxing.Text) + Val(textboxevere.Text) + Val(TextBoxvermint.Text) + Val(TextBoxvoltadex.Text) + Val(TextBoxctm.Text) + Val(TextBoxkb.Text) + Val(TextBoxmagtral.Text) + Val(TextBoxprednison.Text) + Val(TextBoxbetadine.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(textboxbioplacenton.Text) + Val(TextBoxultrasiline.Text) + Val(TextBoxcerebrovit.Text) + Val(TextBoxcurcuma.Text) + Val(textboxvitabumin.Text) + Val(textboxscott.Text) + Val(TextBoxenervon.Text) + Val(TextBoxvitalong.Text) + Val(TextBoxcdr.Text) + Val(TextBoxester.Text) + Val(TextBoxcaviplex.Text) + Val(TextBoxnature.Text) End Sub

Private Sub TextBoxcerebrovit_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBoxcerebrovit.TextChanged tbbiaya.Text = Val(TextBoxbodrex.Text) + Val(TextBoxantimo.Text) + Val(TextBoxparacetamol.Text) + Val(TextBoxpanadol.Text) + Val(TextBoxdiapet.Text) + Val(TextBoxobh.Text) + Val(TextBoxinza.Text) + Val(TextBoxviks.Text) + Val(TextBoxanakonidin.Text) + Val(textboxmilanta.Text) + Val(TextBoxambeven.Text) + Val(TextBoxsangobion.Text) + Val(TextBoxlaxing.Text) + Val(textboxevere.Text) + Val(TextBoxvermint.Text) + Val(TextBoxvoltadex.Text) + Val(TextBoxctm.Text) + Val(TextBoxkb.Text) + Val(TextBoxmagtral.Text) + Val(TextBoxprednison.Text) + Val(TextBoxbetadine.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(textboxbioplacenton.Text) + Val(TextBoxultrasiline.Text) + Val(TextBoxcerebrovit.Text) + Val(TextBoxcurcuma.Text) + Val(textboxvitabumin.Text) + Val(textboxscott.Text) + Val(TextBoxenervon.Text) + Val(TextBoxvitalong.Text) + Val(TextBoxcdr.Text) + Val(TextBoxester.Text) + Val(TextBoxcaviplex.Text) + Val(TextBoxnature.Text) End Sub

Private Sub TextBoxcurcuma_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBoxcurcuma.TextChanged tbbiaya.Text = Val(TextBoxbodrex.Text) + Val(TextBoxantimo.Text) + Val(TextBoxparacetamol.Text) + Val(TextBoxpanadol.Text) + Val(TextBoxdiapet.Text) + Val(TextBoxobh.Text) + Val(TextBoxinza.Text) + Val(TextBoxviks.Text) + Val(TextBoxanakonidin.Text) + Val(textboxmilanta.Text) + Val(TextBoxambeven.Text) + Val(TextBoxsangobion.Text) + Val(TextBoxlaxing.Text) +

Page 16: koding apotik sehat

Val(textboxevere.Text) + Val(TextBoxvermint.Text) + Val(TextBoxvoltadex.Text) + Val(TextBoxctm.Text) + Val(TextBoxkb.Text) + Val(TextBoxmagtral.Text) + Val(TextBoxprednison.Text) + Val(TextBoxbetadine.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(textboxbioplacenton.Text) + Val(TextBoxultrasiline.Text) + Val(TextBoxcerebrovit.Text) + Val(TextBoxcurcuma.Text) + Val(textboxvitabumin.Text) + Val(textboxscott.Text) + Val(TextBoxenervon.Text) + Val(TextBoxvitalong.Text) + Val(TextBoxcdr.Text) + Val(TextBoxester.Text) + Val(TextBoxcaviplex.Text) + Val(TextBoxnature.Text) End Sub

Private Sub textboxvitabumin_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles textboxvitabumin.TextChanged tbbiaya.Text = Val(TextBoxbodrex.Text) + Val(TextBoxantimo.Text) + Val(TextBoxparacetamol.Text) + Val(TextBoxpanadol.Text) + Val(TextBoxdiapet.Text) + Val(TextBoxobh.Text) + Val(TextBoxinza.Text) + Val(TextBoxviks.Text) + Val(TextBoxanakonidin.Text) + Val(textboxmilanta.Text) + Val(TextBoxambeven.Text) + Val(TextBoxsangobion.Text) + Val(TextBoxlaxing.Text) + Val(textboxevere.Text) + Val(TextBoxvermint.Text) + Val(TextBoxvoltadex.Text) + Val(TextBoxctm.Text) + Val(TextBoxkb.Text) + Val(TextBoxmagtral.Text) + Val(TextBoxprednison.Text) + Val(TextBoxbetadine.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(textboxbioplacenton.Text) + Val(TextBoxultrasiline.Text) + Val(TextBoxcerebrovit.Text) + Val(TextBoxcurcuma.Text) + Val(textboxvitabumin.Text) + Val(textboxscott.Text) + Val(TextBoxenervon.Text) + Val(TextBoxvitalong.Text) + Val(TextBoxcdr.Text) + Val(TextBoxester.Text) + Val(TextBoxcaviplex.Text) + Val(TextBoxnature.Text) End Sub

Private Sub textboxscott_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles textboxscott.TextChanged tbbiaya.Text = Val(TextBoxbodrex.Text) + Val(TextBoxantimo.Text) + Val(TextBoxparacetamol.Text) + Val(TextBoxpanadol.Text) + Val(TextBoxdiapet.Text) + Val(TextBoxobh.Text) + Val(TextBoxinza.Text) + Val(TextBoxviks.Text) + Val(TextBoxanakonidin.Text) + Val(textboxmilanta.Text) + Val(TextBoxambeven.Text) + Val(TextBoxsangobion.Text) + Val(TextBoxlaxing.Text) + Val(textboxevere.Text) + Val(TextBoxvermint.Text) + Val(TextBoxvoltadex.Text) + Val(TextBoxctm.Text) + Val(TextBoxkb.Text) + Val(TextBoxmagtral.Text) + Val(TextBoxprednison.Text) + Val(TextBoxbetadine.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(textboxbioplacenton.Text) + Val(TextBoxultrasiline.Text) + Val(TextBoxcerebrovit.Text) + Val(TextBoxcurcuma.Text) + Val(textboxvitabumin.Text) + Val(textboxscott.Text) + Val(TextBoxenervon.Text) + Val(TextBoxvitalong.Text) + Val(TextBoxcdr.Text) + Val(TextBoxester.Text) + Val(TextBoxcaviplex.Text) + Val(TextBoxnature.Text) End Sub

Private Sub TextBoxenervon_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBoxenervon.TextChanged tbbiaya.Text = Val(TextBoxbodrex.Text) + Val(TextBoxantimo.Text) + Val(TextBoxparacetamol.Text) + Val(TextBoxpanadol.Text) + Val(TextBoxdiapet.Text) + Val(TextBoxobh.Text) + Val(TextBoxinza.Text) + Val(TextBoxviks.Text) + Val(TextBoxanakonidin.Text) +

Page 17: koding apotik sehat

Val(textboxmilanta.Text) + Val(TextBoxambeven.Text) + Val(TextBoxsangobion.Text) + Val(TextBoxlaxing.Text) + Val(textboxevere.Text) + Val(TextBoxvermint.Text) + Val(TextBoxvoltadex.Text) + Val(TextBoxctm.Text) + Val(TextBoxkb.Text) + Val(TextBoxmagtral.Text) + Val(TextBoxprednison.Text) + Val(TextBoxbetadine.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(textboxbioplacenton.Text) + Val(TextBoxultrasiline.Text) + Val(TextBoxcerebrovit.Text) + Val(TextBoxcurcuma.Text) + Val(textboxvitabumin.Text) + Val(textboxscott.Text) + Val(TextBoxenervon.Text) + Val(TextBoxvitalong.Text) + Val(TextBoxcdr.Text) + Val(TextBoxester.Text) + Val(TextBoxcaviplex.Text) + Val(TextBoxnature.Text) End Sub

Private Sub TextBoxvitalong_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBoxvitalong.TextChanged tbbiaya.Text = Val(TextBoxbodrex.Text) + Val(TextBoxantimo.Text) + Val(TextBoxparacetamol.Text) + Val(TextBoxpanadol.Text) + Val(TextBoxdiapet.Text) + Val(TextBoxobh.Text) + Val(TextBoxinza.Text) + Val(TextBoxviks.Text) + Val(TextBoxanakonidin.Text) + Val(textboxmilanta.Text) + Val(TextBoxambeven.Text) + Val(TextBoxsangobion.Text) + Val(TextBoxlaxing.Text) + Val(textboxevere.Text) + Val(TextBoxvermint.Text) + Val(TextBoxvoltadex.Text) + Val(TextBoxctm.Text) + Val(TextBoxkb.Text) + Val(TextBoxmagtral.Text) + Val(TextBoxprednison.Text) + Val(TextBoxbetadine.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(textboxbioplacenton.Text) + Val(TextBoxultrasiline.Text) + Val(TextBoxcerebrovit.Text) + Val(TextBoxcurcuma.Text) + Val(textboxvitabumin.Text) + Val(textboxscott.Text) + Val(TextBoxenervon.Text) + Val(TextBoxvitalong.Text) + Val(TextBoxcdr.Text) + Val(TextBoxester.Text) + Val(TextBoxcaviplex.Text) + Val(TextBoxnature.Text) End Sub

Private Sub TextBoxcdr_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBoxcdr.TextChanged tbbiaya.Text = Val(TextBoxbodrex.Text) + Val(TextBoxantimo.Text) + Val(TextBoxparacetamol.Text) + Val(TextBoxpanadol.Text) + Val(TextBoxdiapet.Text) + Val(TextBoxobh.Text) + Val(TextBoxinza.Text) + Val(TextBoxviks.Text) + Val(TextBoxanakonidin.Text) + Val(textboxmilanta.Text) + Val(TextBoxambeven.Text) + Val(TextBoxsangobion.Text) + Val(TextBoxlaxing.Text) + Val(textboxevere.Text) + Val(TextBoxvermint.Text) + Val(TextBoxvoltadex.Text) + Val(TextBoxctm.Text) + Val(TextBoxkb.Text) + Val(TextBoxmagtral.Text) + Val(TextBoxprednison.Text) + Val(TextBoxbetadine.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(textboxbioplacenton.Text) + Val(TextBoxultrasiline.Text) + Val(TextBoxcerebrovit.Text) + Val(TextBoxcurcuma.Text) + Val(textboxvitabumin.Text) + Val(textboxscott.Text) + Val(TextBoxenervon.Text) + Val(TextBoxvitalong.Text) + Val(TextBoxcdr.Text) + Val(TextBoxester.Text) + Val(TextBoxcaviplex.Text) + Val(TextBoxnature.Text) End Sub

Private Sub TextBoxester_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBoxester.TextChanged tbbiaya.Text = Val(TextBoxbodrex.Text) + Val(TextBoxantimo.Text) + Val(TextBoxparacetamol.Text) + Val(TextBoxpanadol.Text) +

Page 18: koding apotik sehat

Val(TextBoxdiapet.Text) + Val(TextBoxobh.Text) + Val(TextBoxinza.Text) + Val(TextBoxviks.Text) + Val(TextBoxanakonidin.Text) + Val(textboxmilanta.Text) + Val(TextBoxambeven.Text) + Val(TextBoxsangobion.Text) + Val(TextBoxlaxing.Text) + Val(textboxevere.Text) + Val(TextBoxvermint.Text) + Val(TextBoxvoltadex.Text) + Val(TextBoxctm.Text) + Val(TextBoxkb.Text) + Val(TextBoxmagtral.Text) + Val(TextBoxprednison.Text) + Val(TextBoxbetadine.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(textboxbioplacenton.Text) + Val(TextBoxultrasiline.Text) + Val(TextBoxcerebrovit.Text) + Val(TextBoxcurcuma.Text) + Val(textboxvitabumin.Text) + Val(textboxscott.Text) + Val(TextBoxenervon.Text) + Val(TextBoxvitalong.Text) + Val(TextBoxcdr.Text) + Val(TextBoxester.Text) + Val(TextBoxcaviplex.Text) + Val(TextBoxnature.Text) End Sub

Private Sub TextBoxcaviplex_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBoxcaviplex.TextChanged tbbiaya.Text = Val(TextBoxbodrex.Text) + Val(TextBoxantimo.Text) + Val(TextBoxparacetamol.Text) + Val(TextBoxpanadol.Text) + Val(TextBoxdiapet.Text) + Val(TextBoxobh.Text) + Val(TextBoxinza.Text) + Val(TextBoxviks.Text) + Val(TextBoxanakonidin.Text) + Val(textboxmilanta.Text) + Val(TextBoxambeven.Text) + Val(TextBoxsangobion.Text) + Val(TextBoxlaxing.Text) + Val(textboxevere.Text) + Val(TextBoxvermint.Text) + Val(TextBoxvoltadex.Text) + Val(TextBoxctm.Text) + Val(TextBoxkb.Text) + Val(TextBoxmagtral.Text) + Val(TextBoxprednison.Text) + Val(TextBoxbetadine.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(textboxbioplacenton.Text) + Val(TextBoxultrasiline.Text) + Val(TextBoxcerebrovit.Text) + Val(TextBoxcurcuma.Text) + Val(textboxvitabumin.Text) + Val(textboxscott.Text) + Val(TextBoxenervon.Text) + Val(TextBoxvitalong.Text) + Val(TextBoxcdr.Text) + Val(TextBoxester.Text) + Val(TextBoxcaviplex.Text) + Val(TextBoxnature.Text) End Sub

Private Sub TextBoxnature_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBoxnature.TextChanged tbbiaya.Text = Val(TextBoxbodrex.Text) + Val(TextBoxantimo.Text) + Val(TextBoxparacetamol.Text) + Val(TextBoxpanadol.Text) + Val(TextBoxdiapet.Text) + Val(TextBoxobh.Text) + Val(TextBoxinza.Text) + Val(TextBoxviks.Text) + Val(TextBoxanakonidin.Text) + Val(textboxmilanta.Text) + Val(TextBoxambeven.Text) + Val(TextBoxsangobion.Text) + Val(TextBoxlaxing.Text) + Val(textboxevere.Text) + Val(TextBoxvermint.Text) + Val(TextBoxvoltadex.Text) + Val(TextBoxctm.Text) + Val(TextBoxkb.Text) + Val(TextBoxmagtral.Text) + Val(TextBoxprednison.Text) + Val(TextBoxbetadine.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(TextBoxbiocream.Text) + Val(TextBoxdematrix.Text) + Val(textboxbioplacenton.Text) + Val(TextBoxultrasiline.Text) + Val(TextBoxcerebrovit.Text) + Val(TextBoxcurcuma.Text) + Val(textboxvitabumin.Text) + Val(textboxscott.Text) + Val(TextBoxenervon.Text) + Val(TextBoxvitalong.Text) + Val(TextBoxcdr.Text) + Val(TextBoxester.Text) + Val(TextBoxcaviplex.Text) + Val(TextBoxnature.Text) End Sub Private Sub tbbiaya_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles tbbiaya.TextChanged If tbbiaya.Text >= 100000 Then

Page 19: koding apotik sehat

tbdiskon.Text = tbbiaya.Text * 0.05 ElseIf tbbiaya.Text <= 100000 Then tbdiskon.Text = 0 End If tbtotalharga.Text = Val(tbbiaya.Text) - Val(tbdiskon.Text) End Sub

Private Sub tbbayar_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles tbbayar.TextChanged Const duit As String = "Kembalian" + vbNewLine Dim pembayaran As Integer = Val(tbbayar.Text) - Val(tbtotalharga.Text) kembali.Text = duit

If pembayaran < 0 Then kembali2.Text = "- Uang Kurang! -" Else kembali2.Text = "Rp. " & pembayaran End If

End Sub

Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load MsgBox(" Haii Selamat Datang Di Apotik Sehat", MsgBoxStyle.MsgBoxSetForeground, "--Apotik Sehat--") End Sub

Private Sub Buttonrefresh_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Buttonrefresh.Click TextBoxbodrex.Text = "0" TextBoxantimo.Text = "0" TextBoxparacetamol.Text = "0" TextBoxpanadol.Text = "0" TextBoxdiapet.Text = "0" TextBoxobh.Text = "0" TextBoxinza.Text = "0" TextBoxviks.Text = "0" TextBoxanakonidin.Text = "0" textboxmilanta.Text = "0" TextBoxambeven.Text = "0" TextBoxsangobion.Text = "0" TextBoxlaxing.Text = "0" textboxevere.Text = "0" TextBoxvermint.Text = "0" TextBoxvoltadex.Text = "0" TextBoxctm.Text = "0" TextBoxkb.Text = "0" TextBoxprednison.Text = "0" TextBoxmagtral.Text = "0" TextBoxbetadine.Text = "0" TextBoxbiocream.Text = "0" TextBoxdematrix.Text = "0" textboxbioplacenton.Text = "0" TextBoxultrasiline.Text = "0" TextBoxcerebrovit.Text = "0" TextBoxcurcuma.Text = "0" textboxvitabumin.Text = "0" textboxscott.Text = "0"

Page 20: koding apotik sehat

TextBoxenervon.Text = "0" TextBoxvitalong.Text = "0" TextBoxcdr.Text = "0" TextBoxcdr.Text = "0" TextBoxester.Text = "0" TextBoxcaviplex.Text = "0" TextBoxnature.Text = "0" tbbiaya.Text = "0" tbbiaya.Text = "0" qtybodrex.Text = "" qtyantimo.Text = "" qtyparacetamol.Text = "" qtypanadol.Text = "" qtydiapet.Text = "" qtyobh.Text = "" qtyinza.Text = "" qtyviks.Text = "" qtyanakonidin.Text = "" qtymilanta.Text = "" qtyambeven.Text = "" qtysangobion.Text = "" qtylaxing.Text = "" qtyevere.Text = "" qtyvermin.Text = "" qtyvoltadex.Text = "" qtyctm.Text = "" qtykb.Text = "" qtyprednison.Text = "" qtymagtral.Text = "" qtybetadine.Text = "" qtybiocream.Text = "" qtydematrix.Text = "" qtybioplacenton.Text = "" qtyultrasiline.Text = "" qtycerebrovit.Text = "" qtycurcuma.Text = "" qtyvitabumin.Text = "" qtyscott.Text = "" qtyenervon.Text = "" qtyvitalong.Text = "" qtycdr.Text = "" qtyester.Text = "" qtycaviplex.Text = "" qtynature.Text = "" tbbayar.Text = "0" kembali.Text = "Kembalian" kembali2.Text = "Rp. 0" End Sub

Private Sub Buttonexit_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Buttonexit.Click MsgBox("Jangan Lupa Mampir Lagii yaaa", MsgBoxStyle.MsgBoxSetForeground, "--Apotik Sehat--") Close() End Sub

End Class


Top Related