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

📄 首页.frm

📁 C/S模块
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Form1 
   BackColor       =   &H00FFC0C0&
   Caption         =   "Form1"
   ClientHeight    =   6285
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   8445
   FillColor       =   &H00FFC0C0&
   ForeColor       =   &H00FF8080&
   LinkTopic       =   "Form1"
   Picture         =   "首页.frx":0000
   ScaleHeight     =   6285
   ScaleWidth      =   8445
   StartUpPosition =   3  '窗口缺省
   Begin VB.Timer Timer1 
      Left            =   7560
      Top             =   360
   End
   Begin VB.CommandButton Command1 
      BackColor       =   &H00FFC0C0&
      Caption         =   "退出"
      DownPicture     =   "首页.frx":622C0
      Height          =   495
      Left            =   4680
      Picture         =   "首页.frx":84FC5
      Style           =   1  'Graphical
      TabIndex        =   2
      Top             =   120
      Width           =   2175
   End
   Begin VB.CommandButton Command3 
      BackColor       =   &H00FFC0C0&
      Caption         =   "员工登录"
      Height          =   495
      Left            =   2400
      MaskColor       =   &H00FFFFFF&
      Picture         =   "首页.frx":8D89B
      Style           =   1  'Graphical
      TabIndex        =   1
      Top             =   120
      UseMaskColor    =   -1  'True
      Width           =   2175
   End
   Begin VB.CommandButton Command2 
      BackColor       =   &H00FFC0C0&
      Caption         =   "管理员登录"
      Height          =   495
      Left            =   120
      MaskColor       =   &H00FFC0C0&
      Picture         =   "首页.frx":96171
      Style           =   1  'Graphical
      TabIndex        =   0
      Top             =   120
      UseMaskColor    =   -1  'True
      Width           =   2175
   End
   Begin VB.Label Label3 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "2008.07.07"
      ForeColor       =   &H000000FF&
      Height          =   180
      Left            =   6960
      TabIndex        =   5
      Top             =   5880
      Width           =   900
   End
   Begin VB.Label Label2 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "信息0503班06号"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   14.25
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FF0000&
      Height          =   285
      Left            =   2640
      TabIndex        =   4
      Top             =   3360
      Width           =   2040
   End
   Begin VB.Label Label1 
      AutoSize        =   -1  'True
      BackColor       =   &H00FFFFC0&
      BackStyle       =   0  'Transparent
      Caption         =   "制作人:张艳红"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   14.25
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FF0000&
      Height          =   285
      Left            =   2640
      TabIndex        =   3
      Top             =   2760
      Width           =   1995
   End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
End Sub

Private Sub Command2_Click()
Unload Me
Form15.Show
End Sub

Private Sub Command3_Click()
Unload Me
Form2.Show
End Sub
      

⌨️ 快捷键说明

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