form0141.frm

来自「锥齿轮CAD设计」· FRM 代码 · 共 38 行

FRM
38
字号
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 + =
减小字号Ctrl + -
显示快捷键?