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

📄 form30.frm

📁 很好的齿轮cad参数化设计程序
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Form30 
   Caption         =   "tu 10-21e"
   ClientHeight    =   7665
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   6870
   LinkTopic       =   "Form30"
   ScaleHeight     =   7665
   ScaleWidth      =   6870
   StartUpPosition =   2  '屏幕中心
   Begin VB.Frame Frame1 
      Caption         =   " 请在这边输入你查到的ρHE的值: "
      Height          =   855
      Left            =   0
      TabIndex        =   2
      Top             =   6600
      Width           =   3255
      Begin VB.TextBox Text1 
         Appearance      =   0  'Flat
         BackColor       =   &H80000018&
         Height          =   375
         Left            =   1680
         TabIndex        =   3
         Top             =   360
         Width           =   735
      End
      Begin VB.Label Label1 
         AutoSize        =   -1  'True
         Caption         =   "查得的ρHE的值:"
         Height          =   180
         Left            =   120
         TabIndex        =   5
         Top             =   480
         Width           =   1440
      End
      Begin VB.Label Label2 
         Caption         =   "MPa"
         Height          =   255
         Left            =   2520
         TabIndex        =   4
         Top             =   480
         Width           =   255
      End
   End
   Begin VB.CommandButton Command1 
      Caption         =   "确定"
      Height          =   495
      Left            =   3840
      TabIndex        =   1
      Top             =   6840
      Width           =   855
   End
   Begin VB.CommandButton Command2 
      Caption         =   "退出"
      Height          =   495
      Left            =   5160
      TabIndex        =   0
      Top             =   6840
      Width           =   855
   End
   Begin VB.Line Line1 
      X1              =   0
      X2              =   6840
      Y1              =   6480
      Y2              =   6480
   End
   Begin VB.Image Image1 
      Height          =   6135
      Left            =   600
      Picture         =   "Form30.frx":0000
      Top             =   120
      Width           =   5490
   End
End
Attribute VB_Name = "Form30"
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.Text17.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 + -