📄 系统_主界面.frm
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.MDIForm XT_Main
BackColor = &H00808000&
Caption = "宇迪光学/ERP2.00-辅料管理"
ClientHeight = 8310
ClientLeft = 1380
ClientTop = 1440
ClientWidth = 11880
HelpContextID = 5
Icon = "系统_主界面.frx":0000
LockControls = -1 'True
StartUpPosition = 2 '屏幕中心
Begin MSComctlLib.StatusBar StatusBar1
Align = 2 'Align Bottom
Height = 375
Left = 0
TabIndex = 0
Top = 7935
Width = 11880
_ExtentX = 20955
_ExtentY = 661
_Version = 393216
BeginProperty Panels {8E3867A5-8586-11D1-B16A-00C0F0283628}
NumPanels = 6
BeginProperty Panel1 {8E3867AB-8586-11D1-B16A-00C0F0283628}
AutoSize = 2
Object.Width = 5292
MinWidth = 5292
Key = "OperStatus"
EndProperty
BeginProperty Panel2 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Object.Width = 5292
MinWidth = 5292
Key = "zt"
EndProperty
BeginProperty Panel3 {8E3867AB-8586-11D1-B16A-00C0F0283628}
AutoSize = 2
Object.Width = 2117
MinWidth = 2117
Key = "czy"
EndProperty
BeginProperty Panel4 {8E3867AB-8586-11D1-B16A-00C0F0283628}
AutoSize = 2
Object.Width = 3519
MinWidth = 3528
Key = "rq"
EndProperty
BeginProperty Panel5 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Style = 5
Object.Width = 1411
MinWidth = 1411
TextSave = "9:39"
Key = "sj"
EndProperty
BeginProperty Panel6 {8E3867AB-8586-11D1-B16A-00C0F0283628}
AutoSize = 2
Object.Width = 3519
MinWidth = 3528
Key = "rjbb"
EndProperty
EndProperty
End
Begin MSComctlLib.ImageList ImageList1
Left = 11070
Top = 510
_ExtentX = 1005
_ExtentY = 1005
BackColor = -2147483643
ImageWidth = 16
ImageHeight = 16
MaskColor = 12632256
_Version = 393216
BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628}
NumListImages = 8
BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "系统_主界面.frx":1042
Key = "stb"
EndProperty
BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "系统_主界面.frx":1496
Key = "xttb"
EndProperty
BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "系统_主界面.frx":18EE
Key = "qx"
EndProperty
BeginProperty ListImage4 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "系统_主界面.frx":1D4E
Key = "kplr"
EndProperty
BeginProperty ListImage5 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "系统_主界面.frx":21A2
Key = "kpgl"
EndProperty
BeginProperty ListImage6 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "系统_主界面.frx":2602
Key = "tcxt"
EndProperty
BeginProperty ListImage7 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "系统_主界面.frx":291E
Key = "szk"
EndProperty
BeginProperty ListImage8 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "系统_主界面.frx":2D76
Key = "gnqx"
EndProperty
EndProperty
End
Begin VB.Menu c_File
Caption = "文件(&F)"
Index = 101
Begin VB.Menu Gy_register
Caption = "重新注册(&R)"
End
Begin VB.Menu exit
Caption = "-"
End
Begin VB.Menu Gy_quit
Caption = "退出系统(&Q)"
End
End
Begin VB.Menu c_gnbm
Caption = "工具(&T)"
Begin VB.Menu Gy_gnbmjsq
Caption = "计算器(&S)..."
End
Begin VB.Menu Gy_gnbmjsb
Caption = "记事本(&B)..."
End
End
Begin VB.Menu mnuwindows
Caption = "窗口(&W)"
WindowList = -1 'True
Begin VB.Menu mnuWindowCascade
Caption = "层叠(&C)"
End
Begin VB.Menu mnuWindowTileHorizontal
Caption = "横向平铺(&H)"
End
Begin VB.Menu mnuWindowTileVertical
Caption = "纵向平铺(&V)"
End
Begin VB.Menu mnuWindowArrangeIcons
Caption = "排列图标(&A)"
End
End
Begin VB.Menu c_bz
Caption = "帮助(&H)"
Begin VB.Menu Gy_xtbz
Caption = "系统帮助(&S)"
End
Begin VB.Menu Gy_gy
Caption = "关于(&A)"
End
End
End
Attribute VB_Name = "XT_Main"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
'**************************************
'* 模 块 名 称 :辅料管理系统主窗体
'* 功 能 描 述 :作为系统主界面
'* 程序员姓名 : 倪德根
'* 最后修改时间:2008/03/20
'**************************************
Dim Tsxx As String '系统提示信息
Private Sub Gy_gnbmjsb_Click()
Call Xt_Control.Zxxymk("Gy_gnbmjsb")
End Sub
Private Sub Gy_gnbmjsq_Click()
Call Xt_Control.Zxxymk("Gy_gnbmjsq")
End Sub
Private Sub Gy_gy_Click()
Call Xt_Control.Zxxymk("Gy_gy")
End Sub
Private Sub Gy_quit_Click()
Call MDIForm_QueryUnload(0, 0)
End Sub
Private Sub Gy_register_Click()
Call Xt_Control.Zxxymk("Gy_register")
End Sub
Private Sub Gy_xtbz_Click()
Call Xt_Control.Zxxymk("Gy_xtbz")
End Sub
Private Sub mnuWindowArrangeIcons_Click() '窗口排列图标
Me.Arrange vbArrangeIcons
End Sub
Private Sub mnuWindowTileVertical_Click() '窗口横向平铺
Me.Arrange vbTileVertical
End Sub
Private Sub mnuWindowTileHorizontal_Click() '窗口纵向平铺
Me.Arrange vbTileHorizontal
End Sub
Private Sub mnuWindowCascade_Click() '窗口层叠
Me.Arrange vbCascade
End Sub
'主窗体击活
Private Sub MDIForm_Load()
App.HelpFile = App.Path + "\辅料管理系统.chm" '(修改为各子系统的帮助文件)
XtMenuList = "01%" '子系统菜单系统代号
PrintFL = 0
FLCount = 0
Call Xtcsh
'调入主操作界面
Xt_Control.Show
End Sub
Private Sub MDIForm_QueryUnload(Cancel As Integer, UnloadMode As Integer)
On Error Resume Next
Dim jsqte As Integer
If Not Tcxt Then
Cancel = True
Else
Unload_TF = True
For jsqte = Forms.Count - 1 To 0 - 1
If Forms(jsqte).Caption <> Me.Caption Then
Unload Forms(jsqte)
End If
Next jsqte
End
End If
End Sub
'************************'以下为程序固定不变部分*********************'
Private Function Tcxt() As Boolean '退出系统提示
Dim Answer As Integer
Tsxx = "请确认是否退出系统?"
Answer = Xtxxts(Tsxx, 2, 2)
If Answer = 1 Then
Tcxt = True
Else
Tcxt = False
End If
End Function
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -