⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 principal.frm

📁 Grafica por cordenadas basicas
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Principal 
   Caption         =   "Formulario Principal"
   ClientHeight    =   8955
   ClientLeft      =   1485
   ClientTop       =   1785
   ClientWidth     =   12000
   BeginProperty Font 
      Name            =   "Palatino Linotype"
      Size            =   9.75
      Charset         =   0
      Weight          =   400
      Underline       =   0   'False
      Italic          =   0   'False
      Strikethrough   =   0   'False
   EndProperty
   Icon            =   "Principal.frx":0000
   LinkTopic       =   "Form1"
   Picture         =   "Principal.frx":5F92
   ScaleHeight     =   8955
   ScaleWidth      =   12000
   Begin VB.CommandButton cmdSalir 
      Caption         =   "SALIR"
      BeginProperty Font 
         Name            =   "Palatino Linotype"
         Size            =   9.75
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Left            =   1320
      TabIndex        =   4
      Top             =   6120
      Width           =   4815
   End
   Begin VB.CommandButton cmdReporte 
      Caption         =   "REPORTE DE VEHICULO"
      BeginProperty Font 
         Name            =   "Palatino Linotype"
         Size            =   9.75
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Left            =   1320
      TabIndex        =   3
      Top             =   5160
      Width           =   4815
   End
   Begin VB.CommandButton cmdMantenimiento 
      Caption         =   "MANTENIMIENTO"
      BeginProperty Font 
         Name            =   "Palatino Linotype"
         Size            =   9.75
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Left            =   1320
      TabIndex        =   2
      Top             =   4080
      Width           =   4815
   End
   Begin VB.CommandButton cmdActividad 
      Caption         =   "PROGRAMACION DE ACTIVIDADES"
      BeginProperty Font 
         Name            =   "Palatino Linotype"
         Size            =   9.75
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Left            =   1320
      TabIndex        =   1
      Top             =   3000
      Width           =   4815
   End
   Begin VB.CommandButton cmdDatosVehiculo 
      Caption         =   "DATOS DE VEHICULO"
      BeginProperty Font 
         Name            =   "Palatino Linotype"
         Size            =   9.75
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Left            =   1320
      TabIndex        =   0
      Top             =   1920
      Width           =   4815
   End
End
Attribute VB_Name = "Principal"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub cmdDatosVehiculo_Click()
    DatosVehiculo.Show
End Sub

Private Sub cmdSalir_Click()
    End
End Sub

Private Sub Form_Load()
    Principal.Top = 1290
    Principal.Left = 1440
    Principal.Show
    DeshabilitarBotones
    Do
        Seguridad.Top = 4550
        Seguridad.Left = 7900
        Seguridad.Show vbModal
    Loop While VolveraMostrar = True
End Sub



⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -