📄 form0141.frm
字号:
VERSION 5.00
Begin VB.Form Form0141
Caption = "Form19"
ClientHeight = 2535
ClientLeft = 60
ClientTop = 450
ClientWidth = 4200
LinkTopic = "Form19"
ScaleHeight = 2535
ScaleWidth = 4200
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Command1
Caption = "确定"
Height = 735
Left = 720
TabIndex = 0
Top = 1320
Width = 2415
End
Begin VB.Label Label1
Caption = "齿顶圆直径必须在150到500之间"
Height = 375
Left = 720
TabIndex = 1
Top = 600
Width = 3015
End
End
Attribute VB_Name = "Form0141"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Me.Hide
Form014.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -