关于.frm
来自「一个很有意思的点菜系统前后台连接齐全~做课程设计的同学可以参考」· FRM 代码 · 共 85 行
FRM
85 行
VERSION 5.00
Begin VB.Form frmabout
BackColor = &H00C0E0FF&
Caption = "关于 点菜系统"
ClientHeight = 2190
ClientLeft = 5925
ClientTop = 2880
ClientWidth = 4590
LinkTopic = "Form4"
ScaleHeight = 2190
ScaleWidth = 4590
Begin VB.CommandButton Command1
BackColor = &H00C0E0FF&
Caption = "确定"
Height = 375
Left = 3360
Style = 1 'Graphical
TabIndex = 3
Top = 960
Width = 975
End
Begin VB.Label Label3
BackColor = &H00C0E0FF&
Caption = "时间:2003年6月"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 840
TabIndex = 2
Top = 1440
Width = 2175
End
Begin VB.Label Label2
BackColor = &H00C0E0FF&
Caption = "作者:王浩"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 840
TabIndex = 1
Top = 960
Width = 2055
End
Begin VB.Label Label1
BackColor = &H00C0E0FF&
Caption = "点菜系统共享软件(1.0)版"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 840
TabIndex = 0
Top = 600
Width = 2655
End
End
Attribute VB_Name = "frmabout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload frmabout
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?