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

📄 frmjiemian.frm

📁 用Visual Basic 6.0+Access 做的考试系统源代码
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmjiemian 
   BorderStyle     =   0  'None
   Caption         =   "Form1"
   ClientHeight    =   3825
   ClientLeft      =   0
   ClientTop       =   0
   ClientWidth     =   5310
   Icon            =   "frmjiemian.frx":0000
   LinkTopic       =   "Form1"
   Picture         =   "frmjiemian.frx":08CA
   ScaleHeight     =   3825
   ScaleWidth      =   5310
   ShowInTaskbar   =   0   'False
   StartUpPosition =   3  '窗口缺省
   Tag             =   "1"
   Begin VB.Timer Timer1 
      Interval        =   2000
      Left            =   2640
      Top             =   1920
   End
   Begin VB.Label Label2 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "韩雨制作"
      BeginProperty Font 
         Name            =   "隶书"
         Size            =   12
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FF0000&
      Height          =   240
      Left            =   3480
      TabIndex        =   1
      Top             =   2040
      Width           =   1020
   End
   Begin VB.Label Label1 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "考生信息管理系统"
      BeginProperty Font 
         Name            =   "方正舒体"
         Size            =   21.75
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FFFF00&
      Height          =   450
      Left            =   720
      TabIndex        =   0
      Top             =   840
      Width           =   3600
   End
End
Attribute VB_Name = "frmjiemian"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False


Private Sub Form_Load()
    FileNo = FreeFile()
    Open "jiluhao.dat" For Append Lock Write As #FileNo
    Close #FileNo
End Sub



Private Sub Timer1_Timer()
    frmjiemian.Hide
    frmdenglu.Show
  Timer1.Enabled = False
End Sub

⌨️ 快捷键说明

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