📄 form_cjxtgly.frm
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Begin VB.Form Form_CJXTGL
Caption = "出卷系统管理"
ClientHeight = 8580
ClientLeft = 165
ClientTop = 855
ClientWidth = 13275
LinkTopic = "Form1"
Picture = "Form_CJXTGLY.frx":0000
ScaleHeight = 8580
ScaleWidth = 13275
StartUpPosition = 3 '窗口缺省
Begin VB.Timer Timer1
Interval = 1000
Left = 180
Top = 270
End
Begin MSComctlLib.StatusBar StatusBar1
Align = 2 'Align Bottom
Height = 375
Left = 0
TabIndex = 0
Top = 8205
Width = 13275
_ExtentX = 23416
_ExtentY = 661
_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_CJXTGLY.frx":448CE
Text = "日期:"
TextSave = "日期:"
Key = "Date"
Object.ToolTipText = "日期"
EndProperty
BeginProperty Panel2 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Object.Width = 7056
MinWidth = 7056
Picture = "Form_CJXTGLY.frx":44A60
Text = "时间:"
TextSave = "时间:"
Key = "Time"
Object.ToolTipText = "时间"
EndProperty
EndProperty
End
Begin VB.Menu M1
Caption = "修改权限"
Begin VB.Menu M11
Caption = "修改出卷人权限"
End
Begin VB.Menu M12
Caption = "修改审核人权限"
End
End
Begin VB.Menu M2
Caption = "添加用户"
End
Begin VB.Menu M3
Caption = "修改密码"
End
Begin VB.Menu M4
Caption = "删除用户"
End
Begin VB.Menu M5
Caption = "退出"
End
End
Attribute VB_Name = "Form_CJXTGL"
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 M11_Click()
Form_CJXTGL11.Show
End Sub
Private Sub M12_Click()
Form_CJXTGL12.Show
End Sub
Private Sub M2_Click()
Form_CJXTGL21.Show
End Sub
Private Sub M3_Click()
Form_CJXTGL3.Show
End Sub
Private Sub M4_Click()
Form_CJXTGL4.Show
End Sub
Private Sub M5_Click()
Unload Me
Form_Login.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 + -