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

📄 form1.frm

📁 用VB编写自制小闹钟程序
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form Form1 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "万年历"
   ClientHeight    =   6735
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   8775
   Icon            =   "Form1.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   6735
   ScaleWidth      =   8775
   StartUpPosition =   3  'Windows Default
   Begin VB.PictureBox Picture3 
      Height          =   1935
      Left            =   6720
      Picture         =   "Form1.frx":7D42
      ScaleHeight     =   1875
      ScaleWidth      =   1875
      TabIndex        =   48
      Top             =   1080
      Width           =   1935
   End
   Begin VB.PictureBox Picture2 
      Height          =   1935
      Left            =   6720
      Picture         =   "Form1.frx":8F29
      ScaleHeight     =   1875
      ScaleWidth      =   1875
      TabIndex        =   47
      Top             =   3600
      Width           =   1935
   End
   Begin VB.PictureBox Picture1 
      Height          =   1935
      Left            =   720
      Picture         =   "Form1.frx":AB67
      ScaleHeight     =   1875
      ScaleWidth      =   1875
      TabIndex        =   46
      Top             =   4200
      Width           =   1935
   End
   Begin VB.Timer Timer1 
      Left            =   360
      Top             =   120
   End
   Begin VB.ComboBox cboyear 
      Height          =   300
      ItemData        =   "Form1.frx":C916
      Left            =   6720
      List            =   "Form1.frx":C918
      Style           =   2  'Dropdown List
      TabIndex        =   9
      Top             =   600
      Width           =   1215
   End
   Begin VB.ComboBox cbomonth 
      Height          =   300
      Left            =   3960
      Style           =   2  'Dropdown List
      TabIndex        =   8
      Top             =   600
      Width           =   2415
   End
   Begin VB.CommandButton cmdcancel 
      Appearance      =   0  'Flat
      Cancel          =   -1  'True
      Caption         =   "退出"
      Height          =   345
      Left            =   7200
      TabIndex        =   7
      Top             =   5640
      Width           =   1095
   End
   Begin VB.TextBox Text2 
      Height          =   390
      Left            =   4200
      TabIndex        =   0
      Top             =   3600
      Width           =   1095
   End
   Begin VB.TextBox Text1 
      Height          =   390
      Left            =   5400
      TabIndex        =   1
      Top             =   3600
      Width           =   1095
   End
   Begin MSComctlLib.ListView ListView1 
      Height          =   1455
      Left            =   4200
      TabIndex        =   6
      TabStop         =   0   'False
      Top             =   4080
      Width           =   2295
      _ExtentX        =   4048
      _ExtentY        =   2566
      View            =   3
      MultiSelect     =   -1  'True
      LabelWrap       =   -1  'True
      HideSelection   =   -1  'True
      GridLines       =   -1  'True
      _Version        =   393217
      ForeColor       =   -2147483640
      BackColor       =   -2147483643
      BorderStyle     =   1
      Appearance      =   1
      NumItems        =   2
      BeginProperty ColumnHeader(1) {BDD1F052-858B-11D1-B16A-00C0F0283628} 
         Text            =   "时间"
         Object.Width           =   2540
      EndProperty
      BeginProperty ColumnHeader(2) {BDD1F052-858B-11D1-B16A-00C0F0283628} 
         SubItemIndex    =   1
         Text            =   "事件"
         Object.Width           =   2540
      EndProperty
   End
   Begin VB.CommandButton cmdclear 
      Caption         =   "清空"
      Height          =   375
      Left            =   5520
      TabIndex        =   3
      Top             =   5640
      Width           =   975
   End
   Begin VB.CommandButton cmdadd 
      Caption         =   "添加"
      Height          =   375
      Left            =   4200
      TabIndex        =   2
      Top             =   5640
      Width           =   975
   End
   Begin VB.Timer timClock 
      Interval        =   1000
      Left            =   240
      Top             =   2760
   End
   Begin VB.Label lblTime 
      AutoSize        =   -1  'True
      BackColor       =   &H80000017&
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   21.75
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H8000000E&
      Height          =   435
      Left            =   840
      TabIndex        =   45
      Top             =   3600
      Width           =   1785
   End
   Begin VB.Line Line1 
      BorderColor     =   &H00000000&
      X1              =   1680
      X2              =   1680
      Y1              =   1560
      Y2              =   960
   End
   Begin VB.Line Line2 
      BorderColor     =   &H00000000&
      BorderWidth     =   3
      X1              =   1680
      X2              =   1680
      Y1              =   1080
      Y2              =   1560
   End
   Begin VB.Line Line3 
      BorderColor     =   &H00000000&
      BorderWidth     =   4
      X1              =   1680
      X2              =   1680
      Y1              =   1200
      Y2              =   1560
   End
   Begin VB.Label lbldate 
      Alignment       =   2  'Center
      Height          =   615
      Left            =   6720
      TabIndex        =   44
      Top             =   1440
      Width           =   1215
   End
   Begin VB.Label lblday 
      Alignment       =   2  'Center
      Height          =   255
      Left            =   6720
      TabIndex        =   43
      Top             =   1080
      Width           =   1215
   End
   Begin VB.Label lblnumber 
      Alignment       =   2  'Center
      Caption         =   "29"
      Height          =   285
      Index           =   28
      Left            =   4080
      TabIndex        =   42
      Top             =   2640
      Width           =   300
   End
   Begin VB.Label lblnumber 
      Alignment       =   2  'Center
      Caption         =   "30"
      Height          =   285
      Index           =   29
      Left            =   4440
      TabIndex        =   41
      Top             =   2640
      Width           =   300
   End
   Begin VB.Label lblnumber 
      Alignment       =   2  'Center
      Caption         =   "31"
      Height          =   285
      Index           =   30
      Left            =   4800
      TabIndex        =   40
      Top             =   2640
      Width           =   300
   End
   Begin VB.Label lblnumber 
      Alignment       =   2  'Center
      Caption         =   "16"
      Height          =   285
      Index           =   15
      Left            =   4440
      TabIndex        =   39
      Top             =   1920
      Width           =   300
   End
   Begin VB.Label lblnumber 
      Alignment       =   2  'Center
      Caption         =   "17"
      Height          =   285
      Index           =   16
      Left            =   4800
      TabIndex        =   38
      Top             =   1920
      Width           =   300
   End
   Begin VB.Label lblnumber 
      Alignment       =   2  'Center
      Caption         =   "18"
      Height          =   285
      Index           =   17
      Left            =   5160
      TabIndex        =   37
      Top             =   1920
      Width           =   300
   End
   Begin VB.Label lblnumber 
      Alignment       =   2  'Center
      Caption         =   "19"
      Height          =   285
      Index           =   18
      Left            =   5520
      TabIndex        =   36
      Top             =   1920
      Width           =   300
   End
   Begin VB.Label lblnumber 
      Alignment       =   2  'Center
      Caption         =   "20"
      Height          =   285
      Index           =   19
      Left            =   5880
      TabIndex        =   35
      Top             =   1920
      Width           =   300
   End
   Begin VB.Label lblnumber 
      Alignment       =   2  'Center
      Caption         =   "21"
      Height          =   285
      Index           =   20
      Left            =   6240
      TabIndex        =   34
      Top             =   1920
      Width           =   300
   End
   Begin VB.Label lblnumber 
      Alignment       =   2  'Center
      Caption         =   "15"
      Height          =   285
      Index           =   14
      Left            =   4080
      TabIndex        =   33
      Top             =   1920
      Width           =   300
   End
   Begin VB.Label lblnumber 
      Alignment       =   2  'Center
      Caption         =   "23"
      Height          =   285
      Index           =   22
      Left            =   4440
      TabIndex        =   32
      Top             =   2280
      Width           =   300
   End
   Begin VB.Label lblnumber 
      Alignment       =   2  'Center
      Caption         =   "24"
      Height          =   285
      Index           =   23
      Left            =   4800
      TabIndex        =   31
      Top             =   2280
      Width           =   300
   End
   Begin VB.Label lblnumber 
      Alignment       =   2  'Center
      Caption         =   "25"
      Height          =   285
      Index           =   24
      Left            =   5160
      TabIndex        =   30
      Top             =   2280
      Width           =   300
   End
   Begin VB.Label lblnumber 
      Alignment       =   2  'Center
      Caption         =   "26"
      Height          =   285
      Index           =   25
      Left            =   5520
      TabIndex        =   29
      Top             =   2280
      Width           =   300
   End
   Begin VB.Label lblnumber 
      Alignment       =   2  'Center
      Caption         =   "27"
      Height          =   285
      Index           =   26
      Left            =   5880
      TabIndex        =   28
      Top             =   2280
      Width           =   300
   End
   Begin VB.Label lblnumber 
      Alignment       =   2  'Center
      Caption         =   "28"
      Height          =   285
      Index           =   27
      Left            =   6240
      TabIndex        =   27
      Top             =   2280
      Width           =   300
   End
   Begin VB.Label lblnumber 
      Alignment       =   2  'Center
      Caption         =   "22"
      Height          =   285
      Index           =   21
      Left            =   4080
      TabIndex        =   26
      Top             =   2280
      Width           =   300
   End
   Begin VB.Label lblnumber 
      Alignment       =   2  'Center
      Caption         =   "9"
      Height          =   285
      Index           =   8
      Left            =   4440
      TabIndex        =   25
      Top             =   1560
      Width           =   300
   End
   Begin VB.Label lblnumber 
      Alignment       =   2  'Center
      Caption         =   "10"
      Height          =   285
      Index           =   9
      Left            =   4800
      TabIndex        =   24
      Top             =   1560
      Width           =   300
   End
   Begin VB.Label lblnumber 
      Alignment       =   2  'Center
      Caption         =   "11"
      Height          =   285
      Index           =   10
      Left            =   5160
      TabIndex        =   23
      Top             =   1560
      Width           =   300
   End
   Begin VB.Label lblnumber 
      Alignment       =   2  'Center
      Caption         =   "12"
      Height          =   285
      Index           =   11
      Left            =   5520
      TabIndex        =   22
      Top             =   1560
      Width           =   300
   End
   Begin VB.Label lblnumber 
      Alignment       =   2  'Center
      Caption         =   "13"
      Height          =   285
      Index           =   12
      Left            =   5880
      TabIndex        =   21
      Top             =   1560
      Width           =   300
   End
   Begin VB.Label lblnumber 
      Alignment       =   2  'Center
      Caption         =   "14"
      Height          =   285
      Index           =   13
      Left            =   6240
      TabIndex        =   20
      Top             =   1560
      Width           =   300
   End
   Begin VB.Label lblnumber 
      Alignment       =   2  'Center
      Caption         =   "8"
      Height          =   285
      Index           =   7
      Left            =   4080
      TabIndex        =   19
      Top             =   1560
      Width           =   300
   End
   Begin VB.Label lblnumber 
      Alignment       =   2  'Center
      Caption         =   "2"
      Height          =   285
      Index           =   1
      Left            =   4440
      TabIndex        =   18
      Top             =   1200
      Width           =   300
   End
   Begin VB.Label lblnumber 
      Alignment       =   2  'Center
      Caption         =   "3"

⌨️ 快捷键说明

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