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

📄 form7.frm

📁 example for security of meikuang
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Form7 
   Caption         =   "Form7"
   ClientHeight    =   10875
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   8310
   LinkTopic       =   "Form7"
   ScaleHeight     =   10875
   ScaleWidth      =   8310
   StartUpPosition =   3  '窗口缺省
   Begin VB.Frame Frame1 
      Caption         =   "其他巷道需风量计算"
      Height          =   10575
      Left            =   120
      TabIndex        =   0
      Top             =   120
      Width           =   8055
      Begin VB.CommandButton Command2 
         Caption         =   "Command2"
         Height          =   615
         Left            =   3960
         TabIndex        =   16
         Top             =   9480
         Width           =   2295
      End
      Begin VB.CommandButton Command1 
         Caption         =   "Command1"
         Height          =   615
         Left            =   1440
         TabIndex        =   15
         Top             =   9480
         Width           =   2175
      End
      Begin VB.Frame Frame3 
         Caption         =   "验算"
         Height          =   4695
         Left            =   1440
         TabIndex        =   10
         Top             =   4680
         Width           =   5175
         Begin VB.TextBox Text5 
            Height          =   375
            Left            =   1800
            TabIndex        =   14
            Text            =   "Text5"
            Top             =   240
            Width           =   1815
         End
         Begin VB.Frame Frame5 
            Caption         =   "架线机车巷中的风速验算"
            Height          =   1695
            Left            =   360
            TabIndex        =   12
            Top             =   2520
            Width           =   4215
            Begin VB.TextBox Text7 
               Height          =   375
               Left            =   2040
               TabIndex        =   18
               Text            =   "Text7"
               Top             =   720
               Width           =   1695
            End
         End
         Begin VB.Frame Frame4 
            Caption         =   "按风速验算"
            Height          =   1695
            Left            =   480
            TabIndex        =   11
            Top             =   720
            Width           =   4215
            Begin VB.TextBox Text6 
               Height          =   375
               Left            =   1920
               TabIndex        =   17
               Text            =   "Text6"
               Top             =   720
               Width           =   1695
            End
         End
         Begin VB.Label Label5 
            Caption         =   "巷道断面面积:"
            Height          =   375
            Left            =   480
            TabIndex        =   13
            Top             =   240
            Width           =   1335
         End
      End
      Begin VB.Frame Frame2 
         Caption         =   "按瓦斯绝对涌出量计算"
         Height          =   3015
         Left            =   1440
         TabIndex        =   3
         Top             =   1200
         Width           =   5175
         Begin VB.TextBox Text4 
            Height          =   270
            Left            =   1320
            TabIndex        =   9
            Text            =   "Text4"
            Top             =   1665
            Width           =   1935
         End
         Begin VB.TextBox Text3 
            Height          =   270
            Left            =   2520
            TabIndex        =   8
            Text            =   "Text3"
            Top             =   960
            Width           =   1695
         End
         Begin VB.TextBox Text2 
            Height          =   270
            Left            =   2520
            TabIndex        =   7
            Text            =   "Text2"
            Top             =   360
            Width           =   1335
         End
         Begin VB.Label Label4 
            Caption         =   "需风量:"
            Height          =   495
            Left            =   480
            TabIndex        =   6
            Top             =   1680
            Width           =   975
         End
         Begin VB.Label Label3 
            Caption         =   "巷道瓦斯涌出不均衡系数:"
            Height          =   375
            Left            =   240
            TabIndex        =   5
            Top             =   1080
            Width           =   2175
         End
         Begin VB.Label Label2 
            Caption         =   "巷道最大瓦斯绝对涌出量:"
            Height          =   375
            Left            =   240
            TabIndex        =   4
            Top             =   480
            Width           =   2295
         End
      End
      Begin VB.TextBox Text1 
         Height          =   375
         Left            =   2760
         TabIndex        =   2
         Text            =   "Text1"
         Top             =   480
         Width           =   1695
      End
      Begin VB.Label Label1 
         Caption         =   "巷道名称:"
         Height          =   375
         Left            =   960
         TabIndex        =   1
         Top             =   480
         Width           =   1335
      End
   End
End
Attribute VB_Name = "Form7"
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 + -