📄 form14.frm
字号:
VERSION 5.00
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "Mscomct2.ocx"
Begin VB.Form FrmTiXing
Caption = "工作计划安排"
ClientHeight = 8175
ClientLeft = 60
ClientTop = 345
ClientWidth = 10875
LinkTopic = "Form14"
LockControls = -1 'True
MDIChild = -1 'True
ScaleHeight = 8175
ScaleWidth = 10875
Begin MSComCtl2.MonthView MonthView1
Height = 2220
Left = 705
TabIndex = 0
Top = 2280
Width = 4065
_ExtentX = 7170
_ExtentY = 3916
_Version = 393216
Appearance = 1
StartOfWeek = 59572225
CurrentDate = 39194
End
End
Attribute VB_Name = "FrmTiXing"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Form_Load()
Me.Icon = MDIForm1.Icon
Me.BackColor = FormBackColor
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -