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

📄 form1.frm

📁 日历程序源代码 visual basic
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form frmcalendar 
   Appearance      =   0  'Flat
   BackColor       =   &H80000000&
   BorderStyle     =   1  'Fixed Single
   Caption         =   "Calendar"
   ClientHeight    =   3795
   ClientLeft      =   930
   ClientTop       =   1485
   ClientWidth     =   3030
   ControlBox      =   0   'False
   BeginProperty Font 
      Name            =   "MS Sans Serif"
      Size            =   8.25
      Charset         =   0
      Weight          =   700
      Underline       =   0   'False
      Italic          =   0   'False
      Strikethrough   =   0   'False
   EndProperty
   ForeColor       =   &H80000008&
   Icon            =   "FORM1.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   PaletteMode     =   1  'UseZOrder
   ScaleHeight     =   3795
   ScaleWidth      =   3030
   Begin VB.ComboBox cboyear 
      Appearance      =   0  'Flat
      Height          =   315
      Left            =   1680
      Style           =   2  'Dropdown List
      TabIndex        =   3
      Top             =   360
      Width           =   1215
   End
   Begin VB.ComboBox cbomonth 
      Appearance      =   0  'Flat
      Height          =   315
      Left            =   120
      Style           =   2  'Dropdown List
      TabIndex        =   1
      Top             =   360
      Width           =   1335
   End
   Begin VB.CommandButton cmdcancel 
      Appearance      =   0  'Flat
      Cancel          =   -1  'True
      Caption         =   "放  弃"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   345
      Left            =   1560
      TabIndex        =   5
      Top             =   2880
      Width           =   1215
   End
   Begin VB.CommandButton cmdok 
      Appearance      =   0  'Flat
      Caption         =   "确  认"
      Default         =   -1  'True
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   345
      Left            =   120
      TabIndex        =   4
      Top             =   2880
      Width           =   1215
   End
   Begin VB.Label lbldate 
      Appearance      =   0  'Flat
      BackColor       =   &H80000005&
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00000080&
      Height          =   255
      Left            =   120
      TabIndex        =   38
      Top             =   3360
      Width           =   1575
   End
   Begin VB.Label lblday 
      Appearance      =   0  'Flat
      BackColor       =   &H80000005&
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00000080&
      Height          =   255
      Left            =   1800
      TabIndex        =   37
      Top             =   3360
      Width           =   975
   End
   Begin VB.Label lblnumber 
      Alignment       =   2  'Center
      Appearance      =   0  'Flat
      BackColor       =   &H80000005&
      Caption         =   "29"
      ForeColor       =   &H80000008&
      Height          =   285
      Index           =   28
      Left            =   240
      TabIndex        =   7
      Top             =   2400
      Width           =   300
   End
   Begin VB.Label lblnumber 
      Alignment       =   2  'Center
      Appearance      =   0  'Flat
      BackColor       =   &H80000005&
      Caption         =   "30"
      ForeColor       =   &H80000008&
      Height          =   285
      Index           =   29
      Left            =   600
      TabIndex        =   8
      Top             =   2400
      Width           =   300
   End
   Begin VB.Label lblnumber 
      Alignment       =   2  'Center
      Appearance      =   0  'Flat
      BackColor       =   &H80000005&
      Caption         =   "31"
      ForeColor       =   &H80000008&
      Height          =   285
      Index           =   30
      Left            =   960
      TabIndex        =   9
      Top             =   2400
      Width           =   300
   End
   Begin VB.Label lblnumber 
      Alignment       =   2  'Center
      Appearance      =   0  'Flat
      BackColor       =   &H80000005&
      Caption         =   "16"
      ForeColor       =   &H80000008&
      Height          =   285
      Index           =   15
      Left            =   600
      TabIndex        =   10
      Top             =   1680
      Width           =   300
   End
   Begin VB.Label lblnumber 
      Alignment       =   2  'Center
      Appearance      =   0  'Flat
      BackColor       =   &H80000005&
      Caption         =   "17"
      ForeColor       =   &H80000008&
      Height          =   285
      Index           =   16
      Left            =   960
      TabIndex        =   11
      Top             =   1680
      Width           =   300
   End
   Begin VB.Label lblnumber 
      Alignment       =   2  'Center
      Appearance      =   0  'Flat
      BackColor       =   &H80000005&
      Caption         =   "18"
      ForeColor       =   &H80000008&
      Height          =   285
      Index           =   17
      Left            =   1320
      TabIndex        =   12
      Top             =   1680
      Width           =   300
   End
   Begin VB.Label lblnumber 
      Alignment       =   2  'Center
      Appearance      =   0  'Flat
      BackColor       =   &H80000005&
      Caption         =   "19"
      ForeColor       =   &H80000008&
      Height          =   285
      Index           =   18
      Left            =   1680
      TabIndex        =   13
      Top             =   1680
      Width           =   300
   End
   Begin VB.Label lblnumber 
      Alignment       =   2  'Center
      Appearance      =   0  'Flat
      BackColor       =   &H80000005&
      Caption         =   "20"
      ForeColor       =   &H80000008&
      Height          =   285
      Index           =   19
      Left            =   2040
      TabIndex        =   36
      Top             =   1680
      Width           =   300
   End
   Begin VB.Label lblnumber 
      Alignment       =   2  'Center
      Appearance      =   0  'Flat
      BackColor       =   &H80000005&
      Caption         =   "21"
      ForeColor       =   &H80000008&
      Height          =   285
      Index           =   20
      Left            =   2400
      TabIndex        =   35
      Top             =   1680
      Width           =   300
   End
   Begin VB.Label lblnumber 
      Alignment       =   2  'Center
      Appearance      =   0  'Flat
      BackColor       =   &H80000005&
      Caption         =   "15"
      ForeColor       =   &H80000008&
      Height          =   285
      Index           =   14
      Left            =   240
      TabIndex        =   34
      Top             =   1680
      Width           =   300
   End
   Begin VB.Label lblnumber 
      Alignment       =   2  'Center
      Appearance      =   0  'Flat
      BackColor       =   &H80000005&
      Caption         =   "23"
      ForeColor       =   &H80000008&
      Height          =   285
      Index           =   22
      Left            =   600
      TabIndex        =   33
      Top             =   2040
      Width           =   300
   End
   Begin VB.Label lblnumber 
      Alignment       =   2  'Center
      Appearance      =   0  'Flat
      BackColor       =   &H80000005&
      Caption         =   "24"
      ForeColor       =   &H80000008&
      Height          =   285
      Index           =   23
      Left            =   960
      TabIndex        =   32
      Top             =   2040
      Width           =   300
   End
   Begin VB.Label lblnumber 
      Alignment       =   2  'Center
      Appearance      =   0  'Flat
      BackColor       =   &H80000005&
      Caption         =   "25"
      ForeColor       =   &H80000008&
      Height          =   285
      Index           =   24
      Left            =   1320
      TabIndex        =   31
      Top             =   2040
      Width           =   300
   End
   Begin VB.Label lblnumber 
      Alignment       =   2  'Center
      Appearance      =   0  'Flat
      BackColor       =   &H80000005&
      Caption         =   "26"
      ForeColor       =   &H80000008&
      Height          =   285
      Index           =   25
      Left            =   1680
      TabIndex        =   30
      Top             =   2040
      Width           =   300
   End
   Begin VB.Label lblnumber 
      Alignment       =   2  'Center
      Appearance      =   0  'Flat
      BackColor       =   &H80000005&
      Caption         =   "27"
      ForeColor       =   &H80000008&
      Height          =   285
      Index           =   26
      Left            =   2040
      TabIndex        =   29
      Top             =   2040
      Width           =   300
   End
   Begin VB.Label lblnumber 
      Alignment       =   2  'Center
      Appearance      =   0  'Flat
      BackColor       =   &H80000005&
      Caption         =   "28"
      ForeColor       =   &H80000008&
      Height          =   285
      Index           =   27
      Left            =   2400
      TabIndex        =   28
      Top             =   2040
      Width           =   300
   End
   Begin VB.Label lblnumber 
      Alignment       =   2  'Center
      Appearance      =   0  'Flat
      BackColor       =   &H80000005&
      Caption         =   "22"
      ForeColor       =   &H80000008&
      Height          =   285
      Index           =   21
      Left            =   240
      TabIndex        =   27
      Top             =   2040
      Width           =   300
   End
   Begin VB.Label lblnumber 
      Alignment       =   2  'Center
      Appearance      =   0  'Flat
      BackColor       =   &H80000005&
      Caption         =   "9"
      ForeColor       =   &H80000008&
      Height          =   285
      Index           =   8
      Left            =   600
      TabIndex        =   26
      Top             =   1320
      Width           =   300
   End
   Begin VB.Label lblnumber 
      Alignment       =   2  'Center
      Appearance      =   0  'Flat
      BackColor       =   &H80000005&
      Caption         =   "10"
      ForeColor       =   &H80000008&
      Height          =   285
      Index           =   9
      Left            =   960
      TabIndex        =   25
      Top             =   1320
      Width           =   300
   End
   Begin VB.Label lblnumber 
      Alignment       =   2  'Center
      Appearance      =   0  'Flat
      BackColor       =   &H80000005&
      Caption         =   "11"
      ForeColor       =   &H80000008&
      Height          =   285
      Index           =   10
      Left            =   1320
      TabIndex        =   24
      Top             =   1320
      Width           =   300
   End
   Begin VB.Label lblnumber 
      Alignment       =   2  'Center
      Appearance      =   0  'Flat
      BackColor       =   &H80000005&
      Caption         =   "12"
      ForeColor       =   &H80000008&
      Height          =   285
      Index           =   11
      Left            =   1680

⌨️ 快捷键说明

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