Image

 

Private Sub cmdproses_Click()
kode = Mid(txtnpm.Text, 3, 1)
If kode = “1” Then
txtjur.Text = “Sistem Informasi Manajemen”
ElseIf kode = “2” Then
txtjur.Text = “Manajemen Informatika”
ElseIf kode = “3” Then
txtjur.Text = “Tehnik Informatika”
ElseIf kode = “4” Then
txtjur.Text = “Komputer Akutansi”
End If
txtnpm.SetFocus
kode = Mid(txtnpm.Text, 4, 2)
If kode = “01” Then
txtprodi.Text = “Strata Satu”
ElseIf kode = “02” Then
txtprodi.Text = “Diploma Empat”
ElseIf kode = “03” Then
txtprodi.Text = ” Diploma Tiga”
ElseIf kode = “04” Then
txtprodi.Text = “Diploma Dua”
End If
txttm.Text = “20” & Left(txtnpm.Text, 2)
txtno.Text = Right(txtnpm.Text, 3)

 

End Sub

 

Private Sub Command1_Click()
Data1.Recordset.AddNew
txtnama.SetFocus
txtnama.Text = “”
txtnpm.Text = “”
txtjur.Text = “”
txtprodi.Text = “”
txttm.Text = “”
txtno.Text = “”

 

End Sub

 

Private Sub Command2_Click()
Data1.Recordset.Update
End Sub

 

Private Sub Command3_Click()
Data1.Recordset.Delete
Data1.Recordset.AddNew
txtnama.SetFocus
txtnama.Text = “”
txtnpm.Text = “”
txtjur.Text = “”
txtprodi.Text = “”
txttm.Text = “”
txtno.Text = “”
End Sub

 

Private Sub Command4_Click()
End
End Sub

 

 

Image

Image

 

Private Sub Command1_Click()
Dim a, GOLONGAN, KODESTATUS, STATUS, JABATAN, BAGIAN, GAJIPOKOK, TUNJANGAN, totalgaji, asstring
Text4.Text = “” & Left(Text11.Text, 4)
a = Mid(Text11.Text, 5, 1)
If a = “A” Then
GOLONGAN = “A”
ElseIf a = “B” Then
GOLONGAN = “B”
ElseIf a = “C” Then
GOLONGAN = “C”
End If
Text1.Text = GOLONGAN
a = Mid(Text11.Text, 5, 1)
If a = “A” Then
JABATAN = “MANAJER”
ElseIf a = “B” Then
JABATAN = “Ka Seksi”
ElseIf a = “C” Then
JABATAN = “Staff”
End If
Text5.Text = JABATAN
a = Mid(Text11.Text, 5, 1)
If a = “A” Then
GAJIPOKOK = “4000000”
ElseIf a = “B” Then
GAJIPOKOK = “3500000”
ElseIf a = “C” Then
GAJIPOKOK = “3000000”
End If
Text7.Text = GAJIPOKOK
a = Mid(Text11.Text, 5, 1)
If a = “A” Then
TUNJANGAN = “1025000”
ElseIf a = “B” Then
TUNJANGAN = “975000”
ElseIf a = “C” Then
TUNJANGAN = “925000”
End If
Text8.Text = TUNJANGAN
a = Mid(Text11.Text, 7, 1)
If a = “S” Then
KODESTATUS = “S”
ElseIf a = “M” Then
KODESTATUS = “M”
ElseIf a = “J” Then
KODESTATUS = “J”
ElseIf a = “D” Then
KODESTATUS = “D”
End If
Text2.Text = KODESTATUS
a = Mid(Text11.Text, 7, 1)
If a = “S” Then
STATUS = “single”
ElseIf a = “M” Then
STATUS = “menikah”
ElseIf a = “J” Then
STATUS = “janda”
ElseIf a = “D” Then
STATUS = “duda”
End If
Text3.Text = STATUS
a = Right(Text11.Text, 3)
If a = “KEU” Then
BAGIAN = “Accounting”
ElseIf a = “ADM” Then
BAGIAN = “Administrasi”
ElseIf a = “SDM” Then
BAGIAN = “General Affair”
ElseIf a = “EDP” Then
BAGIAN = “IP Unit”
ElseIf a = “SPM” Then
BAGIAN = “Security”
End If
Text6.Text = BAGIAN
Text9.Text = Val(Text7.Text) + Val(Text8.Text)
End Sub

Private Sub Command2_Click()
Text10.SetFocus
Text1 = “”
Text2 = “”
Text3 = “”
Text4 = “”
Text5 = “”
Text6 = “”
Text7 = “”
Text8 = “”
Text9 = “”
Text10 = “”
Text11 = “”
End Sub

Private Sub Command3_Click()
Text10.SetFocus
Text1 = “”
Text2 = “”
Text3 = “”
Text4 = “”
Text5 = “”
Text6 = “”
Text7 = “”
Text8 = “”
Text9 = “”
Text10 = “”
Text11 = “”
End Sub

Private Sub Command4_Click()
Unload Me
End Sub

Private Sub Text10_keypress(keyascii As Integer)
If keyascii = 13 Then
Text11.SetFocus
End If
End Sub

 

Image

Private Sub cmdbatal_Click()
txtjb.Text = “”
txtpg.Text = “”
txtthn.Text = “”
txtpb.Text = “”
txtharga.Text = “”
End Sub

Private Sub cmdkeluar_Click()
End
End Sub

Private Sub cmdlagi_Click()
txtjb.Text = “”
txtpg.Text = “”
txtthn.Text = “”
txtpb.Text = “”
txtharga.Text = “”
End Sub

Private Sub cmdproses_Click()
txtthn.Text = “20” & Right(txtkode, 2)
A = Mid(cmbkode, 3, 3)
If A = “SIM” Then
jb = “Sistem Informasi manajemen”
ElseIf A = “EDP” Then
jb = “Elektronik Data Processing”
ElseIf A = “MNJ” Then
jb = “Manajemen”
ElseIf A = “CDR” Then
jb = “Coreldraw”
ElseIf A = “RPL” Then
jb = “Rekayasa Perangkat Lunak”
End If
txtjb.Text = jb

A = Mid(cmbkode, 3, 3)
If A = “SIM” Then
pg = “Yati Nur Oktavia”
ElseIf A = “EDP” Then
pg = “Imam Tarmizi”
ElseIf A = “MNJ” Then
pg = “Valentina Mariana Adiwianti”
ElseIf A = “CDR” Then
pg = “Riyan Suhandi”
ElseIf A = “RPL” Then
pg = “Sinta Umpu Singa”
End If
txtpg.Text = pg

A = Left(cmbkode, 1)
If A = “A” Then
pb = “Andi Offset Jogjakarta”
ElseIf A = “I” Then
pb = “Indah Surabaya”
ElseIf A = “S” Then
pb = “Salemba Empat”
ElseIf A = “E” Then
pb = “Elexmedia Komputindo”
ElseIf A = “M” Then
pb = “Maxicom”
End If
txtpb.Text = pb

A = Mid(cmbkode, 3, 3)
If A = “SIM” Then
txtharga = “79500”
ElseIf A = “EDP” Then
txtharga = “62000”
ElseIf A = “MNJ” Then
txtharga = “42000”
ElseIf A = “CDR” Then
txtharga = “53000”
ElseIf A = “RPL” Then
txtharga = “83000”
End If
txtthn.Text = “20” & Right(cmbkode.Text, 2)
End Sub

Private Sub Form_Load()
cmbkode.AddItem “A-SIM-01”
cmbkode.AddItem “I-EDP-02”
cmbkode.AddItem “S-MNJ-03”
cmbkode.AddItem “E-CDR-04”
cmbkode.AddItem “M-RPL-05”
End Sub

Image

 

Private Sub cmdbatal_Click()
txtkode.SetFocus
txtjb.Text = “”
txtpg.Text = “”
txtthn.Text = “”
txtpb.Text = “”
txtharga.Text = “”
End Sub

Private Sub cmdkeluar_Click()
End
End Sub

Private Sub cmdlagi_Click()
txtkode.SetFocus
txtjb.Text = “”
txtpg.Text = “”
txtthn.Text = “”
txtpb.Text = “”
txtharga.Text = “”
End Sub

Private Sub cmdproses_Click()
Dim A, jb, pg, th, pb, h As Integer
txtthn.Text = “20” & Mid(txtkode, 5, 2)
A = Left(txtkode, 3)
If A = “SIM” Then
jb = “sistem informasi manajemen”
ElseIf A = “EDP” Then
jb = “elektronik data processing”
ElseIf A = “MNJ” Then
jb = “manajemen”
ElseIf A = “CDR” Then
jb = “coreldraw”
ElseIf A = “RPL” Then
jb = “rekayasa perangkat lunak”
End If
txtjb.Text = jb

A = Left(txtkode, 3)
If A = “SIM” Then
pg = “fadiya ulfa”
ElseIf A = “EDP” Then
pg = “nurul agustina”
ElseIf A = “MNJ” Then
pg = “riyan hidayat”
ElseIf A = “CDR” Then
pg = “siti nur khotimah”
ElseIf A = “RPL” Then
pg = “winda ertianti”
End If
txtpg.Text = pg

A = Right(txtkode, 1)
If A = “A” Then
pb = “andi offset jogjakarta”
ElseIf A = “I” Then
pb = “indah surabaya”
ElseIf A = “S” Then
pb = “salemba empat”
ElseIf A = “E” Then
pb = “elexmedia komputindo”
ElseIf A = “M” Then
pb = “maxicom”
End If
txtpb.Text = pb

A = Left(txtkode, 3)
If A = “SIM” Then
hg = “79500”
ElseIf A = “EDP” Then
hg = “62000”
ElseIf A = “MNJ” Then
hg = “42000”
ElseIf A = “CDR” Then
hg = “53000”
ElseIf A = “RPL” Then
hg = “83000”
End If
txtharga.Text = hg
End Sub

Image

Private Sub Check1_Click()
Text2.FontBold = Check1.Value
End Sub

Private Sub Check2_Click()
Text2.FontItalic = Check1.Value
End Sub

Private Sub Command1_Click()
Text2.Text = Text1.Text
End Sub

Private Sub Command2_Click()
End
End Sub

Private Sub Option1_Click()
Text2.ForeColor = vbBlue
End Sub

Private Sub Option2_Click()
Text2.ForeColor = vbRed
End Sub

Image

Private Sub CmdBATAL_Click()
TxtKODE.SetFocus
TxtKODE.Text = “”
TxtJUDUL.Text = “”
TxtPENGARANG.Text = “”
TxtTAHUN.Text = “”
TxtPENERBIT.Text = “”
TxtHARGA.Text = “”
End Sub

Private Sub CmdKELUAR_Click()
Unload Me
End Sub

Private Sub CmdLAGI_Click()
TxtKODE.SetFocus
TxtKODE.Text = “”
TxtJUDUL.Text = “”
TxtPENGARANG.Text = “”
TxtTAHUN.Text = “”
TxtPENERBIT.Text = “”
TxtHARGA.Text = “”
End Sub

Private Sub CmdPROSES_Click()
Dim A As String
TxtTAHUN.Text = “20” & Right(TxtKODE.Text, 2)
A = Mid(TxtKODE.Text, 3, 3)
If A = “SIM” Then
TxtJUDUL.Text = “SISTEM INFORMASI MANAJEMEN”
ElseIf A = “EDP” Then
TxtJUDUL.Text = “ELEKTRONIK DATA PROCESSING”
ElseIf A = “MNJ” Then
TxtJUDUL.Text = “MANAJEMEN”
ElseIf A = “CDR” Then
TxtJUDUL.Text = “CORELDRAW”
ElseIf A = “RPL” Then
TxtJUDUL.Text = “REKAYASA PERANGKAT LUNAK”
End If
A = Left(TxtKODE.Text, 1)
If A = “A” Then
TxtPENERBIT.Text = “ANDI OFSSET YOGYAKARTA”
ElseIf A = “I” Then
TxtPENERBIT.Text = “INDAH SURABAYA”
ElseIf A = “S” Then
TxtPENERBIT.Text = “SALEMBA”
ElseIf A = “E” Then
TxtPENERBIT.Text = “ELEK MEDIA KOMPUTINDO”
ElseIf A = “M” Then
TxtPENERBIT.Text = “MAXICOM”
End If
A = Mid(TxtKODE.Text, 3, 3)
If A = “SIM” Then
TxtPENGARANG.Text = ” ANDRA SETIAWAN”
ElseIf A = “EDP” Then
TxtPENGARANG.Text = “DESI ISTIQOMAH”
ElseIf A = “MNJ” Then
TxtPENGARANG.Text = “SANDY FITRAJAYA”
ElseIf A = “CDR” Then
TxtPENGARANG.Text = “TRI INDAH SARI”
ElseIf A = “RPL” Then
TxtPENGARANG.Text = “ERNITA”
End If
A = Mid(TxtKODE.Text, 3, 3)
If A = “SIM” Then
TxtHARGA.Text = “83000”
ElseIf A = “EDP” Then
TxtHARGA.Text = “57000”
ElseIf A = “MNJ” Then
TxtHARGA.Text = “42000”
ElseIf A = “CDR” Then
TxtHARGA.Text = “62000”
ElseIf A = “RPL” Then
TxtHARGA.Text = “75900”
End If
End Sub

Image

Private Sub CmdBATAL_Click()
TxtKODE.SetFocus
TxtKODE.Text = “”
TxtJUDUL.Text = “”
TxtPENGARANG.Text = “”
TxtTAHUN.Text = “”
TxtPENERBIT.Text = “”
TxtHARGA.Text = “”
End Sub

Private Sub CmdKELUAR_Click()
Unload Me
End Sub

Private Sub CmdLAGI_Click()
TxtKODE.SetFocus
TxtKODE.Text = “”
TxtJUDUL.Text = “”
TxtPENGARANG.Text = “”
TxtTAHUN.Text = “”
TxtPENERBIT.Text = “”
TxtHARGA.Text = “”
End Sub

Private Sub CmdPROSES_Click()
Dim A As String
TxtTAHUN.Text = “20” & Right(TxtKODE.Text, 2)
A = Mid(TxtKODE.Text, 3, 3)
If A = “SIM” Then
TxtJUDUL.Text = “SISTEM INFORMASI MANAJEMEN”
ElseIf A = “EDP” Then
TxtJUDUL.Text = “ELEKTRONIK DATA PROCESSING”
ElseIf A = “MNJ” Then
TxtJUDUL.Text = “MANAJEMEN”
ElseIf A = “CDR” Then
TxtJUDUL.Text = “CORELDRAW”
ElseIf A = “RPL” Then
TxtJUDUL.Text = “REKAYASA PERANGKAT LUNAK”
End If
A = Left(TxtKODE.Text, 1)
If A = “A” Then
TxtPENERBIT.Text = “ANDI OFSSET YOGYAKARTA”
ElseIf A = “I” Then
TxtPENERBIT.Text = “INDAH SURABAYA”
ElseIf A = “S” Then
TxtPENERBIT.Text = “SALEMBA”
ElseIf A = “E” Then
TxtPENERBIT.Text = “ELEK MEDIA KOMPUTINDO”
ElseIf A = “M” Then
TxtPENERBIT.Text = “MAXICOM”
End If
A = Mid(TxtKODE.Text, 3, 3)
If A = “SIM” Then
TxtPENGARANG.Text = ” ANDRA SETIAWAN”
ElseIf A = “EDP” Then
TxtPENGARANG.Text = “DESI ISTIQOMAH”
ElseIf A = “MNJ” Then
TxtPENGARANG.Text = “SANDY FITRAJAYA”
ElseIf A = “CDR” Then
TxtPENGARANG.Text = “TRI INDAH SARI”
ElseIf A = “RPL” Then
TxtPENGARANG.Text = “ERNITA”
End If
A = Mid(TxtKODE.Text, 3, 3)
If A = “SIM” Then
TxtHARGA.Text = “83000”
ElseIf A = “EDP” Then
TxtHARGA.Text = “57000”
ElseIf A = “MNJ” Then
TxtHARGA.Text = “42000”
ElseIf A = “CDR” Then
TxtHARGA.Text = “62000”
ElseIf A = “RPL” Then
TxtHARGA.Text = “75900”
End If
End Sub

Image
Private Sub optRed_Click()
lblteks.ForeColor = vbRed
End Sub
Private Sub optgreen_Click()
lblteks.ForeColor = vbGreen
End Sub
Private Sub Optblue_Click()
lblteks.ForeColor = vbBlue
End Sub
Private Sub Optyellow_Click()
lblteks.ForeColor = vbYellow
End Sub
Private Sub chkBold_Click()
If Chkbold.Value = 1 Then
lblteks.FontBold = True
Else
lblteks.FontBold = False
End If
End Sub
Private Sub chkitalic_Click()
If Chkitalic.Value = 1 Then
lblteks.FontItalic = True
Else
lblteks.FontItalic = False
End If
End Sub
Private Sub chkunderline_Click()
If Chkunderline.Value = 1 Then
lblteks.FontUnderline = True
Else
lblteks.FontUnderline = False
End If
End Sub
Private Sub chkstrikeout_Click()
If chkstrikeout.Value = 1 Then
lblteks.FontStrikeout = True
Else
lblteks.FontStrikeout = False
End If
End Sub
Private Sub cmdexit_Click()
Unload Me
End Sub

Image

 

Private Sub chktstrikeout_Click()

End Sub

Private Sub optRed_Click()
lblteks.ForeColor = vbRed
End Sub
Private Sub optgreen_Click()
lblteks.ForeColor = vbGreen
End Sub
Private Sub Optblue_Click()
lblteks.ForeColor = vbBlue
End Sub
Private Sub Optyellow_Click()
lblteks.ForeColor = vbYellow
End Sub
Private Sub chkBold_Click()
If chkbold.Value = 1 Then
ibiteks.FontBold = True
Else
lblteks.FontBold = False
End If
End Sub
Private Sub chkitalic_Click()
If chkitalic.Value = 1 Then
lblteks.FontItalic = True
Else
lblteks.FontItalic = False
End If
End Sub
Private Sub chkunderline_Click()
If chkunderline.Value = 1 Then
lblteks.FontUnderline = True
Else
lblteks.FontUnderline = False
End If
End Sub
Private Sub chkstrikeout_Click()
If chkstrikeout.Value = 1 Then
lblteks.FontStrikeout = True
Else
lblteks.FontStrikeout = False
End If
End Sub
Private Sub cmdexit_Click()
Unload Me
End Sub

Image

Private Sub Cmdbatal_Click()
txtnpm.SetFocus
txtnpm = “”
txtnama = “”
Txtquis = “”
Txttugas = “”
Txtuts = “”
Txtuas = “”
End Sub

Private Sub Cmdkeluar_Click()
Unload Me
End Sub

Private Sub Cmdlagi_Click()
txtnpm.SetFocus
txtnpm = “”
txtnama = “”
Txtquis = “”
Txttugas = “”
Txtuts = “”
Txtuas = “”
End Sub
Private Sub Cmdproses_Click()
Txtnilaiakhir.Text = Val((Txtquis.Text) + Val(Txttugas.Text) + Val(Txtuts.Text) + Val(Txtuas.Text)) / 4
End Sub

Private Sub Txtquis_KeyPress(KeyAscii As Integer)
If KeyAscii = 13 Then
Txttugas.SetFocus
End If
End Sub
Private Sub Txtuts_KeyPress(KeyAscii As Integer)
If KeyAscii = 13 Then
Txtuas.SetFocus
End If
End Sub
Private Sub txtnama_KeyPress(KeyAscii As Integer)
If KeyAscii = 13 Then
Txtquis.SetFocus
End If
End Sub
Private Sub txtnpm_KeyPress(KeyAscii As Integer)
If KeyAscii = 13 Then
txtnama.SetFocus
End If
End Sub
Private Sub Txttugas_KeyPress(KeyAscii As Integer)
If KeyAscii = 13 Then
Txtuts.SetFocus
End If
End Sub