⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 form39.frm

📁 很好的齿轮cad参数化设计程序
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Form39 
   Caption         =   "da 10-21a"
   ClientHeight    =   8505
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   6975
   LinkTopic       =   "Form39"
   ScaleHeight     =   8505
   ScaleWidth      =   6975
   StartUpPosition =   2  '屏幕中心
   Begin VB.CommandButton Command2 
      Caption         =   "退出"
      Height          =   495
      Left            =   5520
      TabIndex        =   5
      Top             =   7800
      Width           =   855
   End
   Begin VB.CommandButton Command1 
      Caption         =   "确定"
      Height          =   495
      Left            =   3960
      TabIndex        =   4
      Top             =   7800
      Width           =   855
   End
   Begin VB.Frame Frame1 
      Caption         =   " 请在这边输入你查到的ρHE的值: "
      Height          =   855
      Left            =   120
      TabIndex        =   0
      Top             =   7560
      Width           =   3255
      Begin VB.TextBox Text1 
         Appearance      =   0  'Flat
         BackColor       =   &H80000018&
         Height          =   375
         Left            =   1680
         TabIndex        =   1
         Top             =   360
         Width           =   735
      End
      Begin VB.Label Label2 
         Caption         =   "MPa"
         Height          =   255
         Left            =   2520
         TabIndex        =   3
         Top             =   480
         Width           =   255
      End
      Begin VB.Label Label1 
         AutoSize        =   -1  'True
         Caption         =   "查得的ρHE的值:"
         Height          =   180
         Left            =   120
         TabIndex        =   2
         Top             =   480
         Width           =   1440
      End
   End
   Begin VB.Line Line1 
      X1              =   0
      X2              =   7080
      Y1              =   7440
      Y2              =   7440
   End
   Begin VB.Image Image1 
      Height          =   7245
      Left            =   120
      Picture         =   "Form39.frx":0000
      Top             =   0
      Width           =   6690
   End
End
Attribute VB_Name = "Form39"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Dim gd As Double

gd = Text1.Text

Form9.Text18.Text = gd

Me.Hide


End Sub

Private Sub Command2_Click()
Me.Hide

Form9.Show
End Sub

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -