Practica1 Programacion Visual

INSTITUTO TECNOLOGICO DE CHIHUAHUA PRACTICA 1 Familiarización IDE Programación Visual Sandra Gerarda Nirvana Cinneret

Views 73 Downloads 0 File size 592KB

Report DMCA / Copyright

DOWNLOAD FILE

Recommend stories

Citation preview

INSTITUTO TECNOLOGICO DE CHIHUAHUA

PRACTICA 1 Familiarización IDE

Programación Visual

Sandra Gerarda Nirvana Cinnereth Amparan Ortega Chihuahua, Chih. 15 Febrero 2018

En esta práctica se planea que el alumno tenga un conocimiento y descubra algunas de las propiedades acerca de los objetos que hay en Visual Studio enfocándose principalmente en lo que es:    

Formulario Caja de texto Etiqueta Botón de comando

Cambiando algunas de sus propiedades para descubrir cómo funcionan y saber que manejan esas propiedades y como cambiaran los objetos. Formulario:           

Name: nombre AutoScaleMode: Font BackColor: White BakcGround Image: entorno.Properties.Resources.tec Font: Century Gothic, 8. 25pt ForeColor: FixedSingle HelpButton: true Localizable: true Size: 444.416 Text: familiarizacion IDE TransparencyKey: white

Etiquetas: Etiqueta 1:         

Name: lbl1 AutoSize: true BackColor: transparent Dock:left Font: Century Gothic, 24pt, style=bold ForeColor: 255,128,0 Location: 0,0 Size: 233,38 Text: BIENVENIDO

Etiqueta 2:             

Name: lbl2 AutoSize: true BackColor: Blue BoderStyle: Fixed3D Dock:none FlatStyle: Popup Font: Century Gothic, 8.25pt, style=bold ForeColor: white Location: 41,92 Size: 57,17 TabIndex: 10 Text: NOMBRE TextAlign: TopLeft}

Etiqueta 3:           

Name: lbl3 AutoSize: true BackColor: 255, 128, 0 Dock:none Font: Century Gothic, 24pt, style=bold ForeColor: ControlText Location: 41.160 Size: 68, 15 TabIndex: 11 Text: No. Control TextAlign:TopLeft

Etiqueta 4:         

Name: lbl4 AutoSize: true BackColor: white Dock:none Font: Century Gothic, 24pt, style=bold ForeColor: ControlText Location: 41.229 Size: 26.15 TabIndex: 5

 

Text: TEC TextAlign:TopLeft

Etiqueta 5:            

Name: lbl5 AutoSize: true BackColor: Tranpsarent Dock:none Font: Century Gothic, 21.75pt, style=bold ForeColor: Blue ImageAlign:BottomLeft Location: 240, 318 Size: 133, 36 TabIndex: 12 Text: Gracias! TextAlign:TopLeft

Cajas de texto: Caja de texto1:          

Name: txt1 BackColor:Blue BorderStyle: FixedSingle Font: Lucida Console, 12pt ForeColor: white Lines: Matriz String [] Location: 44, 125 Size: 165, 23 TabIndex: 1 Text: escribe

Caja de texto 2:       

Name: txt2 BackColor: 255, 128, 0 BorderStyle: Fixed3D Font: Lucida Console, 12pt ForeColor: WindowText Lines: Matriz String [] Location: 41, 189

   

Size: 165, 23 TabIndex: 3 Text: escribe TextAlign: Center

Caja de texto 3             

Name: txt3 BackColor: White BorderStyle: Fixed3D CharacterCasing: Upper Enable:Flase Font: Century Gothic, 8.25pt ForeColor: Black Lines: Matriz String [] Location: 44, 260 Size: 165, 21 TabIndex: 7 Text: INSTITUTO TextAlign:Right

Botones de Comando: Boton 1:          

Name: cmd1 Autosize: true BackColor: Blue Font: Century Schoolbook, 8.25, style: Bold ForeColor: White Location: 295, 123 Size: 75, 26 TabIndex: 2 Text: Enter UseVisualStyleBackColor: False

Boton 2:          

Name: cmd2 Autosize: true BackColor: 255, 128, 0 Font: Century Schoolbook, 9.75pt, style=Bold ForeColor: ControlText Location: 295, 189 Size: 75, 23 TabIndex: 4 Text: Enter UseVisualStyleBackColor: False

Boton 3:           

Name: cmd3 AllowDrop: true AutoSizeMode: GrowAndShrink BackColor: White Font: Century Schoolbook, 9.75pt, style=Bold ForeColor: ControlText Location: 295, 258 Size: 75, 23 TabIndex: 6 Text:Listo UseVisualStyleBackColor: False

Boton 4:        

Name: cmd4 Font: Century Gothic, 15.75pt, style=Bold ForeColor: 255, 128, 0 Location: 63, 318 Size: 133, 48 TabIndex: 13 Text:Entrar UseVisualStyleBackColor: true

Ventana de trabajo:

Ejecutado: