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

📄 form34.frm

📁 很好的齿轮cad参数化设计程序
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Form34 
   Caption         =   "da 10-20a"
   ClientHeight    =   10035
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   9045
   LinkTopic       =   "Form34"
   ScaleHeight     =   10035
   ScaleWidth      =   9045
   StartUpPosition =   2  '屏幕中心
   Begin VB.Frame Frame1 
      Caption         =   " 请在这边输入你查到的ρFE的值: "
      Height          =   975
      Left            =   960
      TabIndex        =   2
      Top             =   9000
      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         =   "查得的ρFE的值:"
         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            =   5400
      TabIndex        =   1
      Top             =   9240
      Width           =   855
   End
   Begin VB.CommandButton Command2 
      Caption         =   "退出"
      Height          =   495
      Left            =   7080
      TabIndex        =   0
      Top             =   9240
      Width           =   855
   End
   Begin VB.Line Line1 
      X1              =   0
      X2              =   9960
      Y1              =   8880
      Y2              =   8880
   End
   Begin VB.Image Image1 
      Height          =   8595
      Left            =   120
      Picture         =   "Form34.frx":0000
      Top             =   120
      Width           =   8760
   End
End
Attribute VB_Name = "Form34"
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.Text13.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 + -