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

📄 系统维护.frm

📁 中小企业员工工资管理 可自定义多个类别 数据库采用sql2000连接 默认密码1234
💻 FRM
字号:
VERSION 5.00
Begin VB.Form 系统维护 
   Caption         =   "系统维护"
   ClientHeight    =   4860
   ClientLeft      =   60
   ClientTop       =   510
   ClientWidth     =   3960
   LinkTopic       =   "Form1"
   ScaleHeight     =   4860
   ScaleWidth      =   3960
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton Command5 
      BackColor       =   &H80000004&
      Caption         =   "返回"
      Height          =   495
      Left            =   960
      Style           =   1  'Graphical
      TabIndex        =   5
      Top             =   3600
      Width           =   1935
   End
   Begin VB.CommandButton Command4 
      BackColor       =   &H80000004&
      Caption         =   "恢复数据"
      Height          =   495
      Left            =   960
      Style           =   1  'Graphical
      TabIndex        =   4
      Top             =   2820
      Width           =   1935
   End
   Begin VB.CommandButton Command3 
      BackColor       =   &H80000004&
      Caption         =   "数据备份"
      Height          =   495
      Left            =   960
      Style           =   1  'Graphical
      TabIndex        =   3
      Top             =   2040
      Width           =   1935
   End
   Begin VB.CommandButton Command2 
      BackColor       =   &H80000004&
      Caption         =   "空调名称型号"
      Height          =   495
      Left            =   960
      Style           =   1  'Graphical
      TabIndex        =   2
      Top             =   1260
      Width           =   1935
   End
   Begin VB.CommandButton Command1 
      BackColor       =   &H80000004&
      Caption         =   "密码设置"
      Height          =   495
      Left            =   960
      Style           =   1  'Graphical
      TabIndex        =   1
      Top             =   480
      Width           =   1935
   End
   Begin VB.Label Label1 
      BackStyle       =   0  'Transparent
      Caption         =   "作者"
      ForeColor       =   &H00004000&
      Height          =   255
      Left            =   1440
      TabIndex        =   0
      Top             =   4440
      Width           =   615
   End
End
Attribute VB_Name = "系统维护"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command2_Click()
空调名称型号.Show
End Sub

Private Sub Command5_Click()
Unload Me
End Sub

⌨️ 快捷键说明

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