Presentasi sedang didownload. Silahkan tunggu

Presentasi sedang didownload. Silahkan tunggu

PERTEMUAN 5 PERANCANGAN PROGRAM LANJUTAN.

Presentasi serupa


Presentasi berjudul: "PERTEMUAN 5 PERANCANGAN PROGRAM LANJUTAN."— Transcript presentasi:

1 PERTEMUAN 5 PERANCANGAN PROGRAM LANJUTAN

2 Desain Arus Kas

3 Object Properties Form1 (Form) Caption: Arus Kas Name: frm_ArusKas Frame1 (Frame) Caption: Arus Yang Digunakan Combo1 (ComboBox) Name: cmbAkun Label1 (Label) Caption: Saldo : Label2 Caption: *No. Kas : Label3 Caption: *Tanggal : Label4 Caption: *Dari : Label5 Caption: *Jumlah : Label6 Caption: Keterangan : Label7 Caption: Total : Label8 Caption: Balance : Text1 (TextBox) Name: txtSaldo Text2 Name: txtNo_Kas MaskEdBox1 (MaskEdBox) Name: txtTanggal Jangan Lupa diatur Formatnya... Text3 Name: txtDari Text6 Name: txtTotal Text7 Name: txtBalance Option1 (OptionButton) Name: optKasMAsuk Capton: Kas &Masuk Option2 Name: optKasKeluar Capton: Kas &Keluar DataGrid1 (DataGrid) Name: Datagrid1 Jangan Lupa diatur Tampilan (Lihat Gambar diatas.) Command1 (CommandButton) Name: cmdInput Caption: &Input Perkiraan Command2 Name: cmdBaru Caption: &Baru Command3 Name: cmdSimpan Caption: &Simpan Command4 Name: cmdBatal Caption: Ba&talkan Command5 Name: cmdTutup Caption: &Tutup Line1 (Line) Name: Line1 Text4 Name: txtJumlah Text5 Name: txtKeterangan

4 Perintah pada Command Text (SQL), ketikan perintah dibawah ini:
Untuk Mengatur tampilan pada DataGrid agar tampak seperti pada gambar disamping: Sama dengan saat membuat form untuk jurnal umum, hal yang dirubah adalah pada saat pengaturan property pada Adodc. Perintah pada Command Text (SQL), ketikan perintah dibawah ini: SELECT tmp_kas.kode_akun, nama_akun, jumlah, no_bukti FROM tmp_kas INNER JOIN perkiraan ON tmp_kas.kode_akun=perkiraan.kode_akun;

5 Desain Form Input Perkiraan
Form ini digunakan untuk menambah/mencari perkiraan/akun yang akan digunakan dan mengisi jumlah biaya dari perkiraan tersebut. Object Properties Form1 (Form) Name: frm_inputPerkiraan Caption: Pilih Perkiraan BorderStyle: 4 – FixedToolWindow ControlBox: False ListView1 (ListView) Name: ListView1 Atur Properties seperti pada gambar. Label1 (Label) Caption: Kode Akun Label2 Caption: Nama Akun Label3 Caption: Jumlah Text1 (TextBox) Name: txtKodeAkun Text2 Name: txtNamaAkun Name: txtJumlah Command1 (CommandButton) Caption: &Proses Name: cmdProses Command2 Caption: &Tutup Name: cmdTutup

6 Desain Form Pengguna Object Properties Form1 (Form) Name: frm_pengguna
Caption: Data Pengguna Label1 (Label) Caption: Nama Pengguna : Label2 Caption: User ID*: Label3 Caption: Password : Label4 Caption: Level : Text1 (TextBox) Name: txtNamaPengguna Text2 Name: txtUserID Text3 Name: txtPassword PasswordChar: # Combo1 (ComboBox) Name: cmbLevel Check1 (CheckBox) Caption: &Lihat Password Command1 (CommandButton) Name: cmdHapus Caption: &Hapus Command2 Namae: cmdSimpan Caption: &Simpan Command3 Name: cmdTutup Caption: &Tutup ListView1 (ListView) Name: ListView1 Atur Properties (Lihat Gambar di atas)

7 Desain Form Ganti Password
Object Properties Form1 (Form) Name: frm_gantiPassword Caption: Ganti Password Label1 (Label) Caption: User ID : Label2 Caption: Nama Pengguna : Label3 Caption: Password Lama : Label4 Caption: Password Baru : Text1 (TextBox) Name: txtUserID Text2 Name: txtNamaPengguna Text3 Name: txtPassLama PasswordChar: # Text4 Name: txtPassBaru Check1 (CheckBox) Name: Check1 Caption: &Tampilkan Password Command1 (CommandButton) Name: cmdGantiPass Caption: &Ganti Password Command2 Namae: cmdTutup Caption: &Tutup

8 Desain Form Login Object Properties Form1 (Form) Name: frm_login
Caption: Silahkan Anda Login Label1 (Label) Caption: LOGIN USER... Label2 Caption: User Name : Label3 Caption: Password : Text1 (TextBox) Name: txtUser Text2 Name: txtPass PasswordChar: # Command1 (CommandButton) Name: cmdLogin Caption: &Masuk Command2 Namae: cmdCancel Caption: &Batal


Download ppt "PERTEMUAN 5 PERANCANGAN PROGRAM LANJUTAN."

Presentasi serupa


Iklan oleh Google