manual tecnico de un sistema

Páginas: 4 (864 palabras) Publicado: 13 de junio de 2013

PROYECTO:
MANUAL TECNICO.

SISTEMA OPERACIONAL CENTRAL DE TAXIS.

ESPECIALIDAD:
INFORMATICA.

PROFESOR:
DAVID CORONADO.

INTEGRANTES:

TRINIDAD VALENZUELA FRANCISCA ALEJANDRA.
MEDAMILLAN CARLOS IVAN.
ESTRADA ALBESTRAIN EDUARDO.

Hermosillo, Sonora. 31 de mayo del 2011


INTRODUCCION.


Este manual tiene como objetivo el desempeño de una central de taxis para facilitarel control de trabajo, tanto como la cantidad de personal que pertenece a dicha empresa.

Como la cantidad de empleados que tiene, el presupuesto que ellos aportan a la empresa, este sistemamaneja el control de taxis, control de choferes, tanto la clave como el número de taxi que ellos tienen a cargo.

Este es un sistema de control de datos para el mejor rendimiento de la empresa CentralRadio Taxis Canal 15.


INDICE.



1. FUNCIONES PRINCIPALES.

2. SOLUCION DE PRBLEMAS.

3. FAQ.


4. INFORMACION DEL CONTACTO.

5. GLOSARIO.


FUNCIONES PRINCIPALES.Private Sub CmdAceptar_Click()
FrmCentral.Visible = True
End Sub
Private Sub CmdBorrar_Click()
For Each Text in Controls
If TypeOf Text Is TextBox Then
Text.Text = ""End If
Next
End Sub
Private Sub Text1_Change()
If Text1.Text = "farrayada" Then
Text2.Visible = True
End If
End Sub
Private Sub CmdSalir_Click()
End
End SubPrivate Sub Txt1_Change()
If Txt1.Text = "Central15" Then
Else
End If
End Sub
Private Sub Txt2_Change()
If Txt2.Text = "12345" Then
End If
End Sub



Private Sub CmdBUSQUEDA_Click()FrmBUSQUEDA.Visible = True
End Sub
Private Sub CmdChoferes_Click()
FrmChoferes.Visible = True
End Sub
Private Sub CmdOperadores_Click()
FrmOperadores.Visible = True
End Sub
Private SubCmdSalir_Click()
End
End Sub
Private Sub CmdTaxis_Click()
FrmTaxis.Visible = True
End Sub
Private Sub CmdTaxi_Click()
FrmTaxis.Visible = True
End Sub






Private Sub...
Leer documento completo

Regístrate para leer el documento completo.

Estos documentos también te pueden resultar útiles

  • Manual tecnico de un sistema de windos xp
  • Manual tecnico para un sistema operativo de access
  • Manual Técnico Sistemas De Informacion
  • Manual de tecnicas de auditoria de sistemas
  • Manual Tecnico De Sistema Web
  • Manual tecnico
  • Manual tecnico
  • Manual Tecnico

Conviértase en miembro formal de Buenas Tareas

INSCRÍBETE - ES GRATIS