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

📄 form2.frm

📁 办公室小车管理系统,能自动打印派车单,自动统计小车的出车里程耗油等.
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Form2 
   AutoRedraw      =   -1  'True
   BackColor       =   &H00FFFF00&
   Caption         =   "山东微山崔庄煤矿 -----小车管理系统"
   ClientHeight    =   6795
   ClientLeft      =   135
   ClientTop       =   435
   ClientWidth     =   8700
   LinkTopic       =   "Form2"
   ScaleHeight     =   6795
   ScaleWidth      =   8700
   StartUpPosition =   3  '窗口缺省
   WindowState     =   2  'Maximized
   Begin VB.CommandButton Command5 
      Height          =   852
      Left            =   4200
      Style           =   1  'Graphical
      TabIndex        =   8
      Top             =   2400
      Width           =   1000
   End
   Begin VB.CommandButton Command4 
      Height          =   852
      Left            =   1800
      Style           =   1  'Graphical
      TabIndex        =   3
      Top             =   5160
      Visible         =   0   'False
      Width           =   1572
   End
   Begin VB.CommandButton Command3 
      Height          =   972
      Left            =   4200
      MousePointer    =   99  'Custom
      OLEDropMode     =   1  'Manual
      Style           =   1  'Graphical
      TabIndex        =   2
      Top             =   480
      Width           =   1000
   End
   Begin VB.CommandButton Command2 
      Height          =   852
      Left            =   1920
      MousePointer    =   99  'Custom
      Style           =   1  'Graphical
      TabIndex        =   1
      Top             =   2400
      Width           =   1000
   End
   Begin VB.CommandButton Command1 
      Height          =   975
      Left            =   1920
      MousePointer    =   99  'Custom
      Style           =   1  'Graphical
      TabIndex        =   0
      Top             =   480
      Width           =   1000
   End
   Begin VB.Label Label5 
      AutoSize        =   -1  'True
      BackColor       =   &H00FF0000&
      Caption         =   "领油单输入、打印"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   13.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FFFFFF&
      Height          =   276
      Left            =   3720
      TabIndex        =   9
      Top             =   3480
      Width           =   2208
   End
   Begin VB.Label Label4 
      BackStyle       =   0  'Transparent
      Caption         =   "  返 回  "
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   15
         Charset         =   134
         Weight          =   700
         Underline       =   -1  'True
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H000000FF&
      Height          =   612
      Left            =   1920
      MousePointer    =   99  'Custom
      TabIndex        =   7
      Top             =   5400
      Width           =   1932
   End
   Begin VB.Label Label3 
      AutoSize        =   -1  'True
      BackColor       =   &H00FF0000&
      Caption         =   "各种数据查询"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FFFFFF&
      Height          =   240
      Left            =   4080
      TabIndex        =   6
      Top             =   1560
      Width           =   1440
   End
   Begin VB.Label Label2 
      AutoSize        =   -1  'True
      BackColor       =   &H00FF0000&
      Caption         =   "派车单输入、打印"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   13.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FFFFFF&
      Height          =   276
      Left            =   1320
      TabIndex        =   5
      Top             =   3480
      Width           =   2208
   End
   Begin VB.Label Label1 
      Alignment       =   2  'Center
      AutoSize        =   -1  'True
      BackColor       =   &H00FF0000&
      Caption         =   "系统数据库维护"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FFFFFF&
      Height          =   240
      Left            =   1560
      TabIndex        =   4
      Top             =   1560
      Width           =   1692
   End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Form3.Show

End Sub

Private Sub Command2_Click()
frmpcd.Show
End Sub

Private Sub Command3_Click()
frmbgcx.Show
End Sub

Private Sub Command3_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
Command3.SetFocus

End Sub

Private Sub Command4_Click()
Unload Form2
Form1.Show
End Sub

Private Sub Command5_Click()
Form4.Show 1
End Sub

Private Sub Label4_Click()
Unload Form2
End Sub

Private Sub Label4_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
Label4.ForeColor = &HFF0000
End Sub

Private Sub Label4_MouseUp(Button As Integer, Shift As Integer, X As Single, Y As Single)
Label4.ForeColor = &HFF
End Sub

⌨️ 快捷键说明

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