Konsep aplikasi
program bangun :
1.
Deskripsi
Aplikasi
program bangun datar dan bangun
ruang adalah sebuah aplikasi yang dapat digunakan untuk membuat bangun datar
dan bangun ruang berdasarkan input angka yang kita masukkan. Selain itu kita
juga dapat mengetahui luas dan keliling dari bangun datar dan volume dan luas
permukaan dari bangun ruang.
2.
Tujuan
·
Mendapatkan nilai yang
bagus dalam jurnal praktikum Teknologi Informatika 2012 modul 2.
·
Memudahkan perhitungan
mengenai bangun datar dan bangun ruang.
3.
Manfaat
·
Mengetahui fungsi
koding-koding yang dipakai dalam aplikasi program bangun datar dan bangun ruang.
·
Memperoleh nilai dalam
jurnal praktikum Teknologi Informatika 2012 modul 2.
4.
Sasaran
User
Semua
orang yang ingin belajar bangun datar dan bangun ruang
Flowchart
Penjelasan Flowchart
·
MULAI
·
Pilih bangun yang
akan dibentuk : Persegi, Persegi Panjang, Kubus dan Balok
·
Input data yang
diminta pada tiap bangun
·
Cetak hasil
hitungan dan gambar
·
STOP
Tutorial
Buka program
Visual Basic 2010
Pilih NEW
PROJECT
Buatlah 5 Form
dengan melilih project
Add windows
form
FORM 1
FORM 2
FORM 3
FORM 4
FORM 5
Komponen toolbox yang digunakan:
No
|
Komponen
|
Properties
|
Keterangan
|
|
1
|
Form1
|
Name
Text
BackgroundImage
BackgroundImageLayout
|
Form1
Bangun 2D dan 3D
System.Drawing.Bitmap
Stretch
|
|
2
|
Label1
|
Name
Text
|
Label1
Program Membuat Bangun Dua dan Tiga Dimensi
|
|
3
|
Label2
|
Name
Text
|
Label2
Bangun Dua Dimensi
|
|
4
|
Label3
|
Name
Text
|
Label3
Bangun Tiga Dimensi
|
|
5
|
Radiobutton1
|
Name
Text
|
Radiobutton1
Persegi
|
|
6
|
Radiobutton2
|
Name
Text
|
Radiobutton2
Persegi Panjang
|
|
7
|
Radiobutton3
|
Name
Text
|
Radiobutton3
Kubus
|
|
8
|
Radiobutton4
|
Name
Text
|
Radiobutton4
Balok
|
|
9
|
Button1
|
Name
Text
|
Button1
PILIH
|
|
10
|
Button2
|
Name
Text
|
Button2
EXIT
|
|
11
|
Form2
|
Name
Text
BackgroundImage
BackgroundImageLayout
|
Form2
2D : PERSEGI
System.Drawing.Bitmap
Stretch
|
|
12
|
Label1
|
Name
Text
|
Label1
Bangun Dua Dimensi : Persegi
|
|
13
|
Label2
|
Name
Text
|
Label2
Sisi
|
|
14
|
Label3
|
Name
Text
|
Label3
Luas
|
|
15
|
Label4
|
Name
Text
|
Label4
Keliling
|
|
16
|
Textbox1
|
Name
Text
|
Textbox1
|
|
17
|
Textbox2
|
Name
Text
|
Textbox2
|
|
18
|
Textbox3
|
Name
Text
|
Textbox3
|
|
19
|
Button1
|
Name
Text
|
Button1
HITUNG
|
|
20
|
Button2
|
Name
Text
|
Button2
CHANGE
|
|
21
|
Button3
|
Name
Text
|
Button3
EXIT
|
|
22
|
Button4
|
Name
Text
|
Button4
REFRESH
|
|
23
|
Panel1
|
Name
Text
|
Panel1
|
|
24
|
Form3
|
Name
Text
BackgroundImage
BackgroundImageLayout
|
Form3
2D : PERSEGI PANJANG
System.Drawing.Bitmap
Stretch
|
|
25
|
Label1
|
Name
Text
|
Label1
Bangun Dua Dimensi : Persegi Panjang
|
|
26
|
Label2
|
Name
Text
|
Label2
Panjang
|
|
27
|
Label3
|
Name
Text
|
Label3
Lebar
|
|
28
|
Label4
|
Name
Text
|
Label4
Luas
|
|
29
|
Label5
|
Name
Text
|
Label5
Keliling
|
|
30
|
Textbox1
|
Name
Text
|
Textbox1
|
|
31
|
Textbox2
|
Name
Text
|
Textbox2
|
|
32
|
Textbox3
|
Name
Text
|
Textbox3
|
|
33
|
Textbox4
|
Name
Text
|
Textbox4
|
|
34
|
Button1
|
Name
Text
|
Button1
HITUNG
|
|
35
|
Button2
|
Name
Text
|
Button2
CHANGE
|
|
36
|
Button3
|
Name
Text
|
Button3
EXIT
|
|
37
|
Button4
|
Name
Text
|
Button4
REFRESH
|
|
38
|
Panel1
|
Name
Text
|
Panel1
|
|
39
|
Form5
|
Name
Text
BackgroundImage
BackgroundImageLayout
|
Form 5
3D : KUBUS
System.Drawing.Bitmap
Stretch
|
|
40
|
Label1
|
Name
Text
|
Label1
Bangun Tiga Dimensi : Kubus
|
|
41
|
Label2
|
Name
Text
|
Label2
Panjang Rusuk
|
|
42
|
Label3
|
Name
Text
|
Label3
Volume
|
|
43
|
Label4
|
Name
Text
|
Label4
Luas permukaan
|
|
44
|
Textbox1
|
Name
Text
|
Textbox1
|
|
45
|
Textbox2
|
Name
Text
|
Textbox2
|
|
46
|
Textbox3
|
Name
Text
|
Textbox3
|
|
47
|
Button1
|
Name
Text
|
Button1
HITUNG
|
|
48
|
Button2
|
Name
Text
|
Button2
CHANGE
|
|
49
|
Button3
|
Name
Text
|
Button3
EXIT
|
|
50
|
Button4
|
Name
Text
|
Button4
REFRESH
|
|
51
|
Panel1
|
Name
Text
|
Panel1
|
|
52
|
Form6
|
Name
Text
BackgroundImage
BackgroundImageLayout
|
Form 6
3D : BALOK
System.Drawing.Bitmap
Stretch
|
|
53
|
Label1
|
Name
Text
|
Label1
Bangun Tiga Dimensi : Balok
|
|
54
|
Label2
|
Name
Text
|
Label2
Panjang
|
|
55
|
Label3
|
Name
Text
|
Label3
Lebar
|
|
56
|
Label4
|
Name
Text
|
Label4
Tinggi
|
|
57
|
Label5
|
Name
Text
|
Label5
Volume
|
|
58
|
Label6
|
Name
Text
|
Label6
Luas Permukaan
|
|
59
|
Textbox1
|
Name
Text
|
Textbox1
|
|
60
|
Textbox2
|
Name
Text
|
Textbox2
|
|
61
|
Textbox3
|
Name
Text
|
Textbox3
|
|
62
|
Textbox4
|
Name
Text
|
Textbox4
|
|
63
|
Textbox5
|
Name
Text
|
Textbox5
|
|
64
|
Button1
|
Name
Text
|
Button1
HITUNG
|
|
65
|
Button2
|
Name
Text
|
Button2
CHANGE
|
|
66
|
Button3
|
Name
Text
|
Button3
EXIT
|
|
67
|
Button4
|
Name
Text
|
Button4
REFRESH
|
|
68
|
Panel1
|
Name
Text
|
Panel1
|
Analisis listing:
Download this link
http://www.4shared.com/office/vBN9yQ94/Analisis_Listing_Program_2_dan.html