Ejer 1 - colegio reuven feuerstein

Anuncio
Colegio Reuven Feuerstein
Francisco Javier Navarro 2009
FACTURA
1.
2.
3.
4.
Abrir Visual basic
Abrir el archivo anterior
Clic en componentes – Agregar nuevo formulario
Realizar el siguiente formulario
Las líneas se realizan con Shape
3. Coloque las siguientes propiedades
Objeto
Label1
Propiedad
Caption
Font
Backstyle
Form1
Caption
Backcolor
Icon
Image1
BorderStyle
Strech
Picture
CommandButton1 Caption
y Line
Valor
Nombre
Times New Roman, Negrita, 8
0, Transparent
“Factura”
&H0080C0FF&
Realice uno en Imagedit y colóquelo
0 - None
True
Mapa de Bits
Calcular
Colegio Reuven Feuerstein
CommandButton2
CommandButton3
CommandButton4
CommandButton5
Label2
Label3
Label4
Label5
Label6
Label7
Label8
Caption
Caption
Caption
Style
Caption
Icon
Caption
Font
Backstyle
Caption
Font
Backstyle
Caption
Font
Backstyle
Caption
Font
Backstyle
Caption
Font
Backstyle
Caption
Font
Backstyle
Caption
Font
Backstyle
Francisco Javier Navarro 2009
Continuar
Anterior
Buscar
1-graphical
Salir
Realice uno en Imagedit y colóquelo
Cantidad
Times New Roman, Negrita, 8
0, Transparent
Detalle
Times New Roman, Negrita, 8
0, Transparent
Valor Unitario
Times New Roman, Negrita, 8
0, Transparent
Valor Total
Times New Roman, Negrita, 8
0, Transparent
Subtotal
Times New Roman, Negrita, 8
0, Transparent
IVA
Times New Roman, Negrita, 8
0, Transparent
Total
Times New Roman, Negrita, 8
0, Transparent
4. Haga doble clic sobre El commandButton1
(Calcular)
5. Seleccione el evento Click y escriba
Label9.Caption = Val(Text2.Text) *
Val(Text8.Text)
Label10.Caption = Val(Text3.Text) *
Val(Text9.Text)
Label11.Caption = Val(Text4.Text) *
Val(Text10.Text)
Label12.Caption = Val(Label9.Caption) +
Val(Label10.Caption) + Val(Label11.Caption)
Label13.Caption = Val(Label12.Caption) * 0.16
Label14.Caption = Val(Label12.Caption) +
Val(Label13.Caption)
6. Haga doble clic sobre El commandButton2
(Continuar)
7. Seleccione el evento Click y escriba
form3.show
8. Haga doble clic sobre El commandButton3
(Anterior)
9. Seleccione el evento Click y escriba
Unload me
10. Haga doble clic sobre El commandButton4 (Borrar)
11. Seleccione el evento Click y escriba
Text1.Text = ""
Text2.Text = ""
Text3.Text = ""
Text4.Text = ""
Text5.Text = ""
Text6.Text = ""
Text7.Text = ""
Text8.Text = ""
Text9.Text = ""
Text10.Text = ""
Label9.Caption = ""
Label10.Caption = ""
Label11.Caption = ""
Colegio Reuven Feuerstein Francisco Javier Navarro 2009
Label12.Caption = ""
octavo = MsgBox("Hola, deseas salir?",
Label13.Caption = ""
4)
Label14.Caption = ""
If octavo = vbYes Then End
12. Haga doble clic sobre El commandButton5
14. Guarde el formulario con el nombre de
(Salir)
factura en la carpeta octavo.
13. Seleccione el evento Click y escriba
TAREA; TARER EN UN DISQUETE O CD, UN FORMULARIO que simule una
calculadora
Descargar