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

📄 frmcalendar.frm

📁 新收集的客户管理软件
💻 FRM
字号:
VERSION 5.00
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomct2.ocx"
Begin VB.Form frmCalendar 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "工作计划预览"
   ClientHeight    =   5610
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   5190
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   5610
   ScaleWidth      =   5190
   StartUpPosition =   1  '所有者中心
   Begin VB.CommandButton cmdPlan 
      Caption         =   "该天计划"
      Height          =   375
      Left            =   2640
      TabIndex        =   3
      Top             =   5040
      Width           =   1095
   End
   Begin VB.CommandButton cndClose 
      Caption         =   "取消"
      Height          =   375
      Left            =   3840
      TabIndex        =   2
      Top             =   5040
      Width           =   1095
   End
   Begin VB.CommandButton cmdAllPlan 
      Caption         =   "全部计划"
      Height          =   375
      Left            =   1560
      TabIndex        =   1
      Top             =   5040
      Width           =   975
   End
   Begin VB.Frame Frame1 
      Caption         =   "日历"
      Height          =   4695
      Left            =   120
      TabIndex        =   0
      Top             =   120
      Width           =   4935
      Begin MSComCtl2.MonthView mvwPlan 
         Height          =   4230
         Left            =   120
         TabIndex        =   4
         Top             =   240
         Width           =   4635
         _ExtentX        =   8176
         _ExtentY        =   7461
         _Version        =   393216
         ForeColor       =   -2147483630
         BackColor       =   -2147483633
         Appearance      =   1
         MonthRows       =   2
         ShowWeekNumbers =   -1  'True
         StartOfWeek     =   68419585
         CurrentDate     =   38086
      End
   End
End
Attribute VB_Name = "frmCalendar"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit

⌨️ 快捷键说明

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