?? frmmanmanage.frm
字號(hào):
VERSION 5.00
Begin VB.Form FrmManManage
Caption = "ERP-系統(tǒng)管理子系統(tǒng)"
ClientHeight = 9435
ClientLeft = 60
ClientTop = 450
ClientWidth = 15240
Icon = "FrmManManage.frx":0000
LinkTopic = "Form1"
MDIChild = -1 'True
ScaleHeight = 12707.07
ScaleMode = 0 'User
ScaleWidth = 19704.24
WindowState = 2 'Maximized
Begin VB.Label LblExit
BackStyle = 0 'Transparent
Caption = "退出子系統(tǒng)"
BeginProperty Font
Name = "宋體"
Size = 15.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 9840
MouseIcon = "FrmManManage.frx":0CCA
MousePointer = 99 'Custom
TabIndex = 5
Top = 7800
Width = 1695
End
Begin VB.Shape Shape3
Height = 615
Left = 9720
Shape = 4 'Rounded Rectangle
Top = 7680
Width = 1935
End
Begin VB.Label LblDatabaseManage
BackStyle = 0 'Transparent
Caption = "數(shù)據(jù)庫表管理"
BeginProperty Font
Name = "宋體"
Size = 15
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 10440
MouseIcon = "FrmManManage.frx":0FD4
MousePointer = 99 'Custom
TabIndex = 3
Top = 5520
Width = 2055
End
Begin VB.Image Image3
Height = 300
Left = 9600
Picture = "FrmManManage.frx":12DE
Top = 5520
Width = 300
End
Begin VB.Label LblDatabaseSet
BackStyle = 0 'Transparent
Caption = "數(shù)據(jù)庫配置檢查"
BeginProperty Font
Name = "宋體"
Size = 15
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 10320
MouseIcon = "FrmManManage.frx":16FA
MousePointer = 99 'Custom
TabIndex = 2
Top = 4440
Width = 2295
End
Begin VB.Image Image2
Height = 300
Left = 9600
Picture = "FrmManManage.frx":1A04
Top = 4440
Width = 300
End
Begin VB.Label LblSysIni
BackStyle = 0 'Transparent
Caption = "系統(tǒng)初始化設(shè)置"
BeginProperty Font
Name = "宋體"
Size = 15
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 6360
MouseIcon = "FrmManManage.frx":1E20
MousePointer = 99 'Custom
TabIndex = 1
Top = 4440
Width = 2415
End
Begin VB.Image Image1
Height = 300
Left = 5760
Picture = "FrmManManage.frx":212A
Top = 4440
Width = 300
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "系統(tǒng)管理子系統(tǒng)"
BeginProperty Font
Name = "華文彩云"
Size = 36
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 735
Left = 4440
TabIndex = 0
Top = 2040
Width = 5535
End
Begin VB.Label LblUserManage
BackStyle = 0 'Transparent
Caption = "系統(tǒng)用戶管理"
BeginProperty Font
Name = "宋體"
Size = 15
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 6480
MouseIcon = "FrmManManage.frx":2546
MousePointer = 99 'Custom
TabIndex = 4
Top = 5520
Width = 2175
End
Begin VB.Image Image6
Height = 300
Left = 5760
Picture = "FrmManManage.frx":2850
Top = 5520
Width = 300
End
End
Attribute VB_Name = "FrmManManage"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub LblDatabaseManage_Click()
FrmDatabaseManage.Show
End Sub
Private Sub LblDatabaseSet_Click()
FrmDatabaseSet.Show
End Sub
Private Sub LblExit_Click()
Unload Me
FrmMan.Toolbar1.Enabled = True
FrmMan.Action.Enabled = True
End Sub
Private Sub LblSysIni_Click()
FrmSysIni.Show
End Sub
Private Sub LblUserManage_Click()
FrmUserManage.Show
End Sub
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -