📄 frm_sys_systemop.frm
字号:
VERSION 5.00
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Begin VB.Form frm_sys_systemop
BorderStyle = 3 'Fixed Dialog
Caption = "中学教务管理系统——V1.0(系统操作日志)"
ClientHeight = 4320
ClientLeft = 525
ClientTop = 1470
ClientWidth = 12195
LinkTopic = "Form1"
MaxButton = 0 'False
MDIChild = -1 'True
MinButton = 0 'False
ScaleHeight = 4320
ScaleWidth = 12195
ShowInTaskbar = 0 'False
Begin VB.CommandButton Command2
Caption = "取 消"
BeginProperty Font
Name = "楷体_GB2312"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 6720
TabIndex = 8
Top = 3360
Width = 3975
End
Begin VB.CommandButton Command1
Caption = "确 定"
BeginProperty Font
Name = "楷体_GB2312"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 2160
TabIndex = 2
Top = 3360
Width = 3975
End
Begin VB.PictureBox MonthView1
Height = 2220
Left = 1560
ScaleHeight = 2160
ScaleWidth = 4005
TabIndex = 1
Top = 840
Width = 4065
Begin MSComCtl2.MonthView MonthView3
Height = 2220
Left = 0
TabIndex = 6
Top = 0
Width = 4065
_ExtentX = 7170
_ExtentY = 3916
_Version = 393216
ForeColor = -2147483630
BackColor = -2147483633
Appearance = 1
StartOfWeek = 59703297
CurrentDate = 37965
End
End
Begin VB.PictureBox MonthView2
Height = 2220
Left = 7560
ScaleHeight = 2160
ScaleWidth = 4005
TabIndex = 0
Top = 840
Width = 4065
Begin MSComCtl2.MonthView MonthView4
Height = 2220
Left = 0
TabIndex = 7
Top = 0
Width = 4065
_ExtentX = 7170
_ExtentY = 3916
_Version = 393216
ForeColor = -2147483630
BackColor = -2147483633
Appearance = 1
StartOfWeek = 59703297
CurrentDate = 37965
End
End
Begin VB.Label Label1
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "选择您要查看的起止日期:"
BeginProperty Font
Name = "楷体_GB2312"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 285
Left = 240
TabIndex = 5
Top = 120
Width = 3780
End
Begin VB.Label Label2
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "起始时间"
BeginProperty Font
Name = "楷体_GB2312"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 285
Left = 240
TabIndex = 4
Top = 720
Width = 1260
End
Begin VB.Label Label3
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "截止时间"
BeginProperty Font
Name = "楷体_GB2312"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 285
Left = 6240
TabIndex = 3
Top = 720
Width = 1260
End
End
Attribute VB_Name = "frm_sys_systemop"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command2_Click()
Unload Me
End Sub
Private Sub Form_Load()
Me.Left = 0
Me.Top = 0
Me.Picture = LoadPicture(App.Path + "\pictures\flower.jpg")
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -