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

📄 calendar.frm

📁 用vb写的饮食管理系统功能全面
💻 FRM
📖 第 1 页 / 共 4 页
字号:
VERSION 5.00
Begin VB.Form Calendar 
   AutoRedraw      =   -1  'True
   BackColor       =   &H0000C000&
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "日历 [ 按鼠标右键设置为今天日期 ]"
   ClientHeight    =   3915
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   5295
   ForeColor       =   &H00C0C000&
   Icon            =   "Calendar.frx":0000
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   3915
   ScaleWidth      =   5295
   ShowInTaskbar   =   0   'False
   StartUpPosition =   1  '所有者中心
   Begin VB.ComboBox DisplayYear 
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H000000FF&
      Height          =   330
      Left            =   150
      Style           =   2  'Dropdown List
      TabIndex        =   9
      Top             =   255
      Width           =   1035
   End
   Begin VB.ComboBox DisplayMonth 
      Appearance      =   0  'Flat
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H000000FF&
      Height          =   330
      ItemData        =   "Calendar.frx":030A
      Left            =   1800
      List            =   "Calendar.frx":030C
      Style           =   2  'Dropdown List
      TabIndex        =   8
      Top             =   255
      Width           =   840
   End
   Begin VB.Label DisplayDay 
      AutoSize        =   -1  'True
      Height          =   180
      Left            =   2085
      TabIndex        =   54
      Top             =   4035
      Visible         =   0   'False
      Width           =   540
   End
   Begin VB.Label DisplayLabel 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "42"
      Height          =   180
      Index           =   41
      Left            =   4785
      TabIndex        =   53
      Top             =   3525
      Width           =   180
   End
   Begin VB.Label DisplayLabel 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "41"
      Height          =   180
      Index           =   40
      Left            =   4050
      TabIndex        =   52
      Top             =   3525
      Width           =   180
   End
   Begin VB.Label DisplayLabel 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "40"
      Height          =   180
      Index           =   39
      Left            =   3300
      TabIndex        =   51
      Top             =   3525
      Width           =   180
   End
   Begin VB.Label DisplayLabel 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "39"
      Height          =   180
      Index           =   38
      Left            =   2565
      TabIndex        =   50
      Top             =   3525
      Width           =   180
   End
   Begin VB.Label DisplayLabel 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "38"
      Height          =   180
      Index           =   37
      Left            =   1830
      TabIndex        =   49
      Top             =   3525
      Width           =   180
   End
   Begin VB.Label DisplayLabel 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "37"
      Height          =   180
      Index           =   36
      Left            =   1080
      TabIndex        =   48
      Top             =   3525
      Width           =   180
   End
   Begin VB.Label DisplayLabel 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "36"
      ForeColor       =   &H000000FF&
      Height          =   180
      Index           =   35
      Left            =   345
      TabIndex        =   47
      Top             =   3525
      Width           =   180
   End
   Begin VB.Image ImagePress 
      Height          =   420
      Index           =   41
      Left            =   4455
      Picture         =   "Calendar.frx":030E
      Top             =   3390
      Width           =   750
   End
   Begin VB.Image ImagePress 
      Height          =   420
      Index           =   40
      Left            =   3720
      Picture         =   "Calendar.frx":13F2
      Top             =   3390
      Width           =   750
   End
   Begin VB.Image ImagePress 
      Height          =   420
      Index           =   39
      Left            =   2985
      Picture         =   "Calendar.frx":24D6
      Top             =   3390
      Width           =   750
   End
   Begin VB.Image ImagePress 
      Height          =   420
      Index           =   38
      Left            =   2250
      Picture         =   "Calendar.frx":35BA
      Top             =   3390
      Width           =   750
   End
   Begin VB.Image ImagePress 
      Height          =   420
      Index           =   37
      Left            =   1515
      Picture         =   "Calendar.frx":469E
      Top             =   3390
      Width           =   750
   End
   Begin VB.Image ImagePress 
      Height          =   420
      Index           =   36
      Left            =   795
      Picture         =   "Calendar.frx":5782
      Top             =   3390
      Width           =   750
   End
   Begin VB.Image ImagePress 
      Height          =   420
      Index           =   35
      Left            =   60
      Picture         =   "Calendar.frx":6866
      Top             =   3390
      Width           =   750
   End
   Begin VB.Line Line2 
      BorderColor     =   &H00FFFFFF&
      Index           =   7
      X1              =   90
      X2              =   5190
      Y1              =   3405
      Y2              =   3405
   End
   Begin VB.Line Line1 
      Index           =   7
      X1              =   90
      X2              =   5190
      Y1              =   3390
      Y2              =   3390
   End
   Begin VB.Label DisplayLabel 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "7"
      Height          =   180
      Index           =   6
      Left            =   4830
      TabIndex        =   46
      Top             =   1425
      Width           =   90
   End
   Begin VB.Label DisplayLabel 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "5"
      Height          =   180
      Index           =   4
      Left            =   3345
      TabIndex        =   45
      Top             =   1425
      Width           =   90
   End
   Begin VB.Label DisplayLabel 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "4"
      Height          =   180
      Index           =   3
      Left            =   2610
      TabIndex        =   44
      Top             =   1425
      Width           =   90
   End
   Begin VB.Label DisplayLabel 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "3"
      Height          =   180
      Index           =   2
      Left            =   1890
      TabIndex        =   43
      Top             =   1425
      Width           =   90
   End
   Begin VB.Label DisplayLabel 
      AutoSize        =   -1  'True
      BackColor       =   &H00FFFFFF&
      BackStyle       =   0  'Transparent
      Caption         =   "2"
      Height          =   180
      Index           =   1
      Left            =   1155
      TabIndex        =   42
      Top             =   1425
      Width           =   90
   End
   Begin VB.Label DisplayLabel 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "1"
      ForeColor       =   &H000000FF&
      Height          =   180
      Index           =   0
      Left            =   390
      TabIndex        =   41
      Top             =   1425
      Width           =   90
   End
   Begin VB.Label DisplayLabel 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "35"
      Height          =   180
      Index           =   34
      Left            =   4785
      TabIndex        =   40
      Top             =   3120
      Width           =   180
   End
   Begin VB.Label DisplayLabel 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "34"
      Height          =   180
      Index           =   33
      Left            =   4035
      TabIndex        =   39
      Top             =   3120
      Width           =   180
   End
   Begin VB.Label DisplayLabel 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "33"
      Height          =   180
      Index           =   32
      Left            =   3300
      TabIndex        =   38
      Top             =   3120
      Width           =   180
   End
   Begin VB.Label DisplayLabel 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "32"
      Height          =   180
      Index           =   31
      Left            =   2565
      TabIndex        =   37
      Top             =   3120
      Width           =   180
   End
   Begin VB.Label DisplayLabel 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "31"
      Height          =   180
      Index           =   30
      Left            =   1845
      TabIndex        =   36
      Top             =   3120
      Width           =   180
   End
   Begin VB.Label DisplayLabel 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "30"
      Height          =   180
      Index           =   29
      Left            =   1110
      TabIndex        =   35
      Top             =   3120
      Width           =   180
   End
   Begin VB.Label DisplayLabel 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "29"
      ForeColor       =   &H000000FF&
      Height          =   180
      Index           =   28
      Left            =   345
      TabIndex        =   34
      Top             =   3120
      Width           =   180
   End
   Begin VB.Label DisplayLabel 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "28"
      Height          =   180
      Index           =   27
      Left            =   4785
      TabIndex        =   33
      Top             =   2700
      Width           =   180
   End
   Begin VB.Label DisplayLabel 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "27"
      Height          =   180
      Index           =   26
      Left            =   4035
      TabIndex        =   32
      Top             =   2700
      Width           =   180
   End

⌨️ 快捷键说明

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