📄 系统_主界面.frm
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form XT_Main
BorderStyle = 1 'Fixed Single
Caption = "宇迪光学/ERP2.00-内部信息系统"
ClientHeight = 8400
ClientLeft = 45
ClientTop = 330
ClientWidth = 3660
Icon = "系统_主界面.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
ScaleHeight = 8400
ScaleWidth = 3660
ShowInTaskbar = 0 'False
StartUpPosition = 3 '窗口缺省
WhatsThisHelp = -1 'True
Begin VB.PictureBox Picture1
AutoSize = -1 'True
Height = 930
Left = 60
Picture = "系统_主界面.frx":628A
ScaleHeight = 870
ScaleWidth = 870
TabIndex = 0
Top = 40
Width = 930
End
Begin MSComctlLib.StatusBar StatusBar1
Align = 2 'Align Bottom
Height = 375
Left = 0
TabIndex = 5
Top = 8025
Width = 3660
_ExtentX = 6456
_ExtentY = 661
_Version = 393216
BeginProperty Panels {8E3867A5-8586-11D1-B16A-00C0F0283628}
NumPanels = 3
BeginProperty Panel1 {8E3867AB-8586-11D1-B16A-00C0F0283628}
AutoSize = 2
Object.Width = 1561
MinWidth = 1566
Key = "OperStatus"
EndProperty
BeginProperty Panel2 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Object.Width = 3669
MinWidth = 3669
Key = "zt"
EndProperty
BeginProperty Panel3 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Style = 5
AutoSize = 2
Object.Width = 1111
MinWidth = 1058
TextSave = "13:55"
Key = "rq"
EndProperty
EndProperty
End
Begin VB.Label LabMsg
Alignment = 2 'Center
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "0"
BeginProperty Font
Name = "楷体_GB2312"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 285
Index = 9
Left = 2100
MouseIcon = "系统_主界面.frx":677E
MousePointer = 99 'Custom
TabIndex = 4
Top = 660
Width = 435
End
Begin VB.Label Label4
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "查阅 条新消息"
BeginProperty Font
Name = "楷体_GB2312"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF00FF&
Height = 210
Left = 1680
TabIndex = 3
Top = 680
Width = 1710
End
Begin VB.Image Image4
Height = 375
Left = 1200
Picture = "系统_主界面.frx":6A88
Stretch = -1 'True
ToolTipText = "内部消息"
Top = 600
Width = 375
End
Begin VB.Label LabZt
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "[在线]"
BeginProperty Font
Name = "仿宋_GB2312"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00800080&
Height = 210
Left = 2760
TabIndex = 2
Top = 240
Width = 630
End
Begin VB.Label LabName
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "登录用户"
BeginProperty Font
Name = "仿宋_GB2312"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 240
Left = 1680
TabIndex = 1
Top = 240
Width = 1020
End
Begin VB.Image Image2
Height = 30
Left = 0
Picture = "系统_主界面.frx":7819
Top = 1040
Width = 4005
End
Begin VB.Image Image1
Height = 8040
Left = 0
OLEDropMode = 2 'Automatic
Picture = "系统_主界面.frx":7994
Stretch = -1 'True
Top = 0
Width = 3900
End
End
Attribute VB_Name = "XT_Main"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
App.HelpFile = App.Path + "\内部信息系统.chm" '(修改为各子系统的帮助文件)
XtMenuList = "01%" '子系统菜单系统代号
Call Xtcsh
LabName.Caption = Xtczy
End Sub
Private Sub Image1_Click()
If Dir(App.Path & "\YdErp2008.exe") <> "" And Dir(App.Path & "\YdErp2008.bak") <> "" Then
Kill App.Path & "\YdErp2008.exe"
Name App.Path & "\YdErp2008.bak" As App.Path & "\YdErp2008.exe"
End If
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -