📄 form18.frm
字号:
VERSION 5.00
Begin VB.Form Form18
BackColor = &H00FFFFFF&
Caption = "出错!"
ClientHeight = 780
ClientLeft = 60
ClientTop = 345
ClientWidth = 5430
LinkTopic = "Form18"
ScaleHeight = 780
ScaleWidth = 5430
StartUpPosition = 2 '屏幕中心
Begin VB.Label Label1
AutoSize = -1 'True
BackColor = &H00FFFFFF&
Caption = "在本程序中,齿轮的齿数应该>17!"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 285
Left = 840
TabIndex = 0
Top = 240
Width = 4440
End
Begin VB.Image Image1
Height = 615
Left = 120
Picture = "Form18.frx":0000
Stretch = -1 'True
Top = 120
Width = 495
End
End
Attribute VB_Name = "Form18"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -