frmadmin.frm
来自「软件工程的开发设计,有系统,易懂,有源码,如有需要,还可以提供更多的系统」· FRM 代码 · 共 87 行
FRM
87 行
VERSION 5.00
Begin VB.Form Frmadmin
Caption = "管理员帐户"
ClientHeight = 6585
ClientLeft = 60
ClientTop = 345
ClientWidth = 7530
LinkTopic = "Form2"
MDIChild = -1 'True
ScaleHeight = 6585
ScaleWidth = 7530
Begin VB.CommandButton Command3
Caption = "数据库维护"
BeginProperty Font
Name = "宋体"
Size = 26.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1335
Left = 960
TabIndex = 3
Top = 4560
Width = 5055
End
Begin VB.CommandButton Command2
Caption = "修改数据字典定义"
BeginProperty Font
Name = "宋体"
Size = 26.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1335
Left = 960
TabIndex = 2
Top = 3000
Width = 5055
End
Begin VB.CommandButton Command1
Caption = "查询"
BeginProperty Font
Name = "宋体"
Size = 26.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1215
Left = 960
TabIndex = 1
Top = 1560
Width = 5055
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "管理员账户"
BeginProperty Font
Name = "宋体"
Size = 42
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 840
Left = 1320
TabIndex = 0
Top = 360
Width = 4200
End
End
Attribute VB_Name = "Frmadmin"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?