📄 mdimain.frm
字号:
VERSION 5.00
Begin VB.MDIForm MDIForm1
BackColor = &H8000000C&
Caption = "华尔润码头皮带称数据采集系统"
ClientHeight = 7665
ClientLeft = 60
ClientTop = 720
ClientWidth = 11595
LinkTopic = "MDIForm1"
StartUpPosition = 2 '屏幕中心
WindowState = 2 'Maximized
Begin VB.Menu mnuBasicSet
Caption = "基本设置"
Begin VB.Menu mnuFlow
Caption = "流量显示"
End
Begin VB.Menu mnuDataView
Caption = "数据浏览"
End
Begin VB.Menu mnuOperator1
Caption = "-"
End
Begin VB.Menu mnuExit
Caption = "退出"
End
End
Begin VB.Menu mnuReport
Caption = "报表处理"
Begin VB.Menu mnuReportlook
Caption = "报表查询"
Begin VB.Menu mnuReportDay
Caption = "日报查询"
End
Begin VB.Menu mnuReportTotal
Caption = "报表统计"
End
End
Begin VB.Menu mnuReportAuto
Caption = "自定义"
End
End
End
Attribute VB_Name = "MDIForm1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub MDIForm_Unload(Cancel As Integer)
Cancel = 1
End Sub
Private Sub mnuDataView_Click()
FrmDataView.Show
End Sub
Private Sub mnuExit_Click()
End
End Sub
Private Sub mnuFlow_Click()
FrmShow.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -