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

📄 核对时间进入.frm

📁 图书馆管理系统的实现
💻 FRM
字号:
VERSION 5.00
Object = "{B0091D05-CC1B-4896-A94A-29B75E80ABE9}#5.0#0"; "XpControls.ocx"
Begin VB.Form frmtime 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "               请您及时核对好时间的准确性,以方便管理"
   ClientHeight    =   1395
   ClientLeft      =   45
   ClientTop       =   435
   ClientWidth     =   5430
   FillStyle       =   0  'Solid
   Icon            =   "核对时间进入.frx":0000
   LinkTopic       =   "Form2"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   1395
   ScaleWidth      =   5430
   StartUpPosition =   1  '所有者中心
   Begin VB.Timer Timer1 
      Interval        =   1000
      Left            =   960
      Top             =   720
   End
   Begin VB.Frame Frame1 
      Height          =   1300
      Left            =   120
      TabIndex        =   0
      Top             =   20
      Width           =   5175
      Begin dlocx.xpcmdbutton Command2 
         Height          =   300
         Left            =   3480
         TabIndex        =   4
         Top             =   840
         Width           =   795
         _ExtentX        =   1402
         _ExtentY        =   529
         Caption         =   "确定进入"
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
      End
      Begin dlocx.xpcmdbutton Command1 
         Height          =   300
         Left            =   2160
         TabIndex        =   3
         Top             =   840
         Width           =   795
         _ExtentX        =   1402
         _ExtentY        =   529
         Caption         =   "核对时间"
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
      End
      Begin VB.Label labtime 
         Alignment       =   2  'Center
         Appearance      =   0  'Flat
         BackColor       =   &H80000005&
         BorderStyle     =   1  'Fixed Single
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H000080FF&
         Height          =   255
         Left            =   1800
         TabIndex        =   2
         Top             =   360
         Width           =   3015
      End
      Begin VB.Image Image1 
         Height          =   525
         Left            =   120
         Picture         =   "核对时间进入.frx":058A
         Top             =   360
         Width           =   540
      End
      Begin VB.Label Label1 
         AutoSize        =   -1  'True
         Caption         =   "系统时间:"
         Height          =   180
         Left            =   840
         TabIndex        =   1
         Top             =   405
         Width           =   810
      End
   End
End
Attribute VB_Name = "frmtime"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False


Private Sub Command2_Click()
    Call QuanXian
    Unload Me
End Sub

Private Sub Timer1_Timer()
   labtime.Caption = Format(Now, "yyyy年mm月d日 hh:mm:ss AM/PM")
End Sub

⌨️ 快捷键说明

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