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

📄 form1.frm

📁 学生学籍管理系统
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frm1 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "登录"
   ClientHeight    =   3105
   ClientLeft      =   45
   ClientTop       =   435
   ClientWidth     =   5085
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   ScaleHeight     =   3105
   ScaleWidth      =   5085
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton c3 
      Caption         =   "退出"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   3480
      TabIndex        =   5
      Top             =   2520
      Width           =   855
   End
   Begin VB.CommandButton c2 
      Caption         =   "登陆"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   2400
      TabIndex        =   4
      Top             =   2520
      Width           =   855
   End
   Begin VB.CommandButton c1 
      Caption         =   "注册"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   1320
      TabIndex        =   3
      Top             =   2520
      Width           =   855
   End
   Begin VB.Frame Frame1 
      BackColor       =   &H00C0C0C0&
      Height          =   1695
      Left            =   360
      TabIndex        =   0
      Top             =   690
      Width           =   4335
      Begin VB.TextBox tx2 
         Height          =   375
         IMEMode         =   3  'DISABLE
         Left            =   1320
         MaxLength       =   10
         PasswordChar    =   "*"
         TabIndex        =   2
         Top             =   1080
         Width           =   2055
      End
      Begin VB.TextBox tx1 
         Height          =   375
         Left            =   1320
         MaxLength       =   16
         TabIndex        =   1
         Top             =   360
         Width           =   2055
      End
      Begin VB.Image Image2 
         Height          =   480
         Left            =   3600
         Picture         =   "Form1.frx":0000
         Top             =   1080
         Width           =   480
      End
      Begin VB.Image Image1 
         Height          =   480
         Left            =   3600
         Picture         =   "Form1.frx":0442
         Top             =   360
         Width           =   480
      End
      Begin VB.Label Label3 
         Caption         =   "密码:"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00C00000&
         Height          =   375
         Left            =   180
         TabIndex        =   7
         Top             =   1080
         Width           =   1095
      End
      Begin VB.Label Label2 
         Caption         =   "用户名:"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00C00000&
         Height          =   375
         Left            =   180
         TabIndex        =   6
         Top             =   360
         Width           =   1095
      End
   End
   Begin VB.Image Image4 
      Height          =   480
      Left            =   360
      Picture         =   "Form1.frx":0884
      Top             =   2520
      Width           =   480
   End
   Begin VB.Label Label1 
      Alignment       =   2  'Center
      AutoSize        =   -1  'True
      Caption         =   "学生学籍管理系统"
      BeginProperty Font 
         Name            =   "华文彩云"
         Size            =   18
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H000000FF&
      Height          =   360
      Left            =   1095
      TabIndex        =   8
      Top             =   120
      Width           =   2895
   End
End
Attribute VB_Name = "frm1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()

End Sub

Private Sub Image3_Click()

End Sub

Private Sub c1_Click()
Unload Me
frm2.Show
End Sub

Private Sub c3_Click()
End
End Sub

⌨️ 快捷键说明

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