Wednesday, May 22, 2013

Contoh pengenalan Pada label



latcontrollabel_jnshuruf
Form diatas membutuhkan 1 Control Image, 2 Control Label, 5 Control Checkbox dan 1 Control CommandButton
Berikut listing properties lengkap dari contoh aplikasi diatas :
CONTROL
PROPERTIES
Image
Height
97
Left
0
Name
Image1
Picture
back2.jpg
Top
-22
Width
383

Label
Alignment
2 – Center
Caption
BELAJAR VISUAL FOXPRO
FontBold
.T. – True
FontSize
16
Height
30
Left
19
Name
Label1
Top
90
Width
348

Label
Caption
Pilih Huruf
Height
17
Left
21
Name
Label2
Top
128
Width
87

CheckBox
Caption
Century Gothic
Click
*—Non Aktifkan pilihan Checkbox lainnya
thisform.check2.Value=0
thisform.check3.Value=0
thisform.check4.Value=0
thisform.check5.Value=0

thisform.label1.FontName= “Century Gothic”
Left
20
Name
Check1
Top
151
Width
112
Height
17

CheckBox
Caption
Verdana
Click
*—Non Aktifkan pilihan Checkbox lainnya
thisform.check1.Value=0
thisform.check3.Value=0
thisform.check4.Value=0
thisform.check5.Value=0

thisform.label1.FontName= “Verdana”
Left
20
Name
Check2
Top
173
Width
76
Height
17

CheckBox
Caption
Tahoma
Click
*—Non Aktifkan pilihan Checkbox lainnya
thisform.check2.Value=0
thisform.check1.Value=0
thisform.check4.Value=0
thisform.check5.Value=0

thisform.label1.FontName= “Tahoma”
Left
20
Name
Check3
Top
195
Width
76
Height
17

CheckBox
Caption
Courier New
Click
*—Non Aktifkan pilihan Checkbox lainnya
thisform.check2.Value=0
thisform.check3.Value=0
thisform.check1.Value=0
thisform.check5.Value=0

thisform.label1.FontName= “Courier New”
Left
20
Name
Check4
Top
216
Width
112
Height
17

CheckBox
Caption
Normal / Arial
Click
*—Non Aktifkan pilihan Checkbox lainnya
thisform.check2.Value=0
thisform.check3.Value=0
thisform.check4.Value=0
thisform.check1.Value=0

thisform.label1.FontName= “Arial”
Left
20
Name
Check5
Top
240
Width
112
Height
17

CommandButton
Caption
Keluar
Click
thisform.Release
Height
27
Left
277
Name
Command1
Top
235
Width
84

No comments: