📄 form_cjxtshr.frm
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Begin VB.Form Form_CJXTSH
Caption = "出卷系统审核"
ClientHeight = 8595
ClientLeft = 165
ClientTop = 855
ClientWidth = 13245
LinkTopic = "Form1"
Picture = "Form_CJXTSHR.frx":0000
ScaleHeight = 8595
ScaleWidth = 13245
StartUpPosition = 3 '窗口缺省
Begin MSComctlLib.StatusBar StatusBar1
Align = 2 'Align Bottom
Height = 405
Left = 0
TabIndex = 0
Top = 8190
Width = 13245
_ExtentX = 23363
_ExtentY = 714
_Version = 393216
BeginProperty Panels {8E3867A5-8586-11D1-B16A-00C0F0283628}
NumPanels = 2
BeginProperty Panel1 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Object.Width = 7056
MinWidth = 7056
Picture = "Form_CJXTSHR.frx":440E2
Text = "日期:"
TextSave = "日期:"
Key = "Date"
Object.ToolTipText = "日期"
EndProperty
BeginProperty Panel2 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Object.Width = 7056
MinWidth = 7056
Picture = "Form_CJXTSHR.frx":44274
Text = "时间:"
TextSave = "时间:"
Key = "Time"
Object.ToolTipText = "时间"
EndProperty
EndProperty
End
Begin VB.Timer Timer1
Interval = 1000
Left = 270
Top = 270
End
Begin VB.Menu M1
Caption = "浏览试卷"
End
Begin VB.Menu M2
Caption = "修改密码"
End
End
Attribute VB_Name = "Form_CJXTSH"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
Height = 11100
Width = 15000
Left = 1600
Top = 400
StatusBar1.Panels(1).Text = "日期:" & Date
StatusBar1.Panels(2).Text = "时间:" & Time
End Sub
Private Sub M2_Click()
Form_CJXTSH2.Show
End Sub
Private Sub Timer1_Timer()
StatusBar1.Panels(1).Text = "日期:" & Date
StatusBar1.Panels(2).Text = "时间:" & Time
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -