📄 xitonggl.frm
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form XiTongGl
BackColor = &H80000001&
BorderStyle = 3 'Fixed Dialog
Caption = "系统管理"
ClientHeight = 4425
ClientLeft = 45
ClientTop = 615
ClientWidth = 6855
ControlBox = 0 'False
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
Moveable = 0 'False
ScaleHeight = 4425
ScaleWidth = 6855
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
WindowState = 2 'Maximized
Begin MSComctlLib.StatusBar stbMain
Align = 2 'Align Bottom
Height = 360
Left = 0
TabIndex = 0
Top = 4065
Width = 6855
_ExtentX = 12091
_ExtentY = 635
_Version = 393216
BeginProperty Panels {8E3867A5-8586-11D1-B16A-00C0F0283628}
NumPanels = 4
BeginProperty Panel1 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Alignment = 1
AutoSize = 1
Object.Width = 4286
MinWidth = 4233
Picture = "XiTongGl.frx":0000
EndProperty
BeginProperty Panel2 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Style = 5
Alignment = 1
AutoSize = 2
Picture = "XiTongGl.frx":0112
TextSave = "0:17"
EndProperty
BeginProperty Panel3 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Style = 6
Alignment = 1
AutoSize = 2
Picture = "XiTongGl.frx":0564
TextSave = "2003-03-20"
EndProperty
BeginProperty Panel4 {8E3867AB-8586-11D1-B16A-00C0F0283628}
AutoSize = 1
Object.Width = 2593
Picture = "XiTongGl.frx":09B6
Text = "管理信息系统 Premiun Edition"
TextSave = "管理信息系统 Premiun Edition"
EndProperty
EndProperty
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "Times New Roman"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
MouseIcon = "XiTongGl.frx":0E08
End
Begin VB.Menu mnu_SheBeiDengJi
Caption = "网络设备登记"
End
Begin VB.Menu a
Caption = ""
End
Begin VB.Menu mnu_SheBeiYunXing
Caption = "网络设备运行"
End
Begin VB.Menu C
Caption = ""
End
Begin VB.Menu mnu_BuMenSheZhi
Caption = "部门设置"
End
Begin VB.Menu d
Caption = ""
End
Begin VB.Menu XTWH
Caption = "系统维护"
Begin VB.Menu mnu_TuiChu
Caption = "退出"
End
End
End
Attribute VB_Name = "XiTongGl"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
On Error Resume Next
For Each TextBox In Me.Controls
TextBox.Font.Size = 10
Next
End Sub
Private Sub mnu_BuMenSheZhi_Click()
Me.Enabled = False
F_BuMenWeiHu.Show
End Sub
Private Sub mnu_SheBeiDengJi_Click()
Me.Enabled = False
F_WangLuoSheBeiDengJi.Show
End Sub
Private Sub mnu_SheBeiYunXing_Click()
Me.Enabled = False
F_WangLuoYunXing.Show
End Sub
Private Sub mnu_TuiChu_Click()
BGSGL.Enabled = True
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -