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

📄 form5.frm

📁 example for security of meikuang
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Form5 
   Caption         =   "Form5"
   ClientHeight    =   11415
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   11100
   LinkTopic       =   "Form5"
   ScaleHeight     =   11415
   ScaleWidth      =   11100
   StartUpPosition =   3  '窗口缺省
   Begin VB.Frame Frame1 
      Caption         =   "通风机选型及供风量计算"
      Height          =   11055
      Left            =   240
      TabIndex        =   0
      Top             =   240
      Width           =   10695
      Begin VB.Frame Frame4 
         Caption         =   "局部通风机安装处巷道全压供风量计算"
         Height          =   3135
         Left            =   720
         TabIndex        =   12
         Top             =   7320
         Width           =   9375
      End
      Begin VB.Frame Frame3 
         Caption         =   "局部通风机工作风压"
         Height          =   2895
         Left            =   720
         TabIndex        =   11
         Top             =   4080
         Width           =   9495
      End
      Begin VB.Frame Frame2 
         Caption         =   "局部通风机工作风量计算"
         Height          =   3015
         Left            =   600
         TabIndex        =   1
         Top             =   600
         Width           =   9495
         Begin VB.CommandButton Command1 
            Caption         =   "Command1"
            Height          =   855
            Left            =   5760
            TabIndex        =   10
            Top             =   1560
            Width           =   2775
         End
         Begin VB.TextBox Text4 
            Height          =   495
            Left            =   1920
            TabIndex        =   9
            Text            =   "Text4"
            Top             =   2040
            Width           =   2175
         End
         Begin VB.TextBox Text3 
            Height          =   375
            Left            =   1920
            TabIndex        =   7
            Text            =   "Text3"
            Top             =   1320
            Width           =   1695
         End
         Begin VB.TextBox Text2 
            Height          =   615
            Left            =   6000
            TabIndex        =   6
            Text            =   "Text2"
            Top             =   360
            Width           =   2775
         End
         Begin VB.TextBox Text1 
            Height          =   375
            Left            =   1800
            TabIndex        =   3
            Text            =   "Text1"
            Top             =   480
            Width           =   1215
         End
         Begin VB.Label Label4 
            Caption         =   "Q(扇):"
            Height          =   375
            Left            =   480
            TabIndex        =   8
            Top             =   2160
            Width           =   1215
         End
         Begin VB.Label Label3 
            Caption         =   "风筒接头数:"
            Height          =   375
            Left            =   360
            TabIndex        =   5
            Top             =   1320
            Width           =   1455
         End
         Begin VB.Label Label2 
            Caption         =   "局部通风机供风巷道风筒漏风系数:"
            Height          =   495
            Left            =   3960
            TabIndex        =   4
            Top             =   480
            Width           =   1935
         End
         Begin VB.Label Label1 
            Caption         =   "风筒长度:"
            Height          =   375
            Left            =   600
            TabIndex        =   2
            Top             =   600
            Width           =   1095
         End
      End
   End
End
Attribute VB_Name = "Form5"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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