?? formkgg5.frm
字號:
VERSION 5.00
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Begin VB.Form Form15
Caption = "Form15"
ClientHeight = 4755
ClientLeft = 60
ClientTop = 450
ClientWidth = 7050
LinkTopic = "Form15"
ScaleHeight = 4755
ScaleWidth = 7050
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command1
Caption = "Command1"
Height = 975
Left = 840
TabIndex = 1
Top = 3120
Width = 1215
End
Begin MSComCtl2.MonthView MonthView1
Height = 2220
Left = 1680
TabIndex = 0
Top = 840
Width = 4065
_ExtentX = 7170
_ExtentY = 3916
_Version = 393216
ForeColor = -2147483630
BackColor = -2147483633
Appearance = 1
StartOfWeek = 25493505
CurrentDate = 39754
End
End
Attribute VB_Name = "Form15"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Public s As String
Private Sub Command1_Click()
Show
s = Str(MonthView1.Year) + "年" + Str(MonthView1.Month) + "月" + Str(MonthView1.Day) + "日"
Print s
End Sub
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -