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

📄 计算储量.frm

📁 用于煤矿储量计算。用于煤矿储量计算。用于煤矿储量计算。
💻 FRM
字号:
VERSION 5.00
Begin VB.Form form0 
   Caption         =   "计算储量----王吉涛"
   ClientHeight    =   4515
   ClientLeft      =   60
   ClientTop       =   360
   ClientWidth     =   6240
   LinkTopic       =   "Form1"
   ScaleHeight     =   4515
   ScaleWidth      =   6240
   StartUpPosition =   3  '窗口缺省
   Begin VB.Frame Frame1 
      Caption         =   "说明"
      Height          =   1455
      Left            =   3480
      TabIndex        =   12
      Top             =   840
      Width           =   2415
      Begin VB.CommandButton Command2 
         Caption         =   "支持我的主页"
         Height          =   375
         Left            =   240
         TabIndex        =   14
         Top             =   960
         Width           =   1935
      End
      Begin VB.Label Label9 
         Caption         =   "输入面积,块段密度,以及该块段厚度,点Enter键进行计算!"
         Height          =   615
         Left            =   120
         TabIndex        =   13
         Top             =   240
         Width           =   2175
      End
   End
   Begin VB.TextBox Text3 
      Height          =   375
      Left            =   1560
      TabIndex        =   2
      Text            =   "1"
      Top             =   1920
      Width           =   1455
   End
   Begin VB.CommandButton Command1 
      Caption         =   "计算!(Enter)"
      Default         =   -1  'True
      Height          =   735
      Left            =   2160
      TabIndex        =   5
      Top             =   3600
      Width           =   1815
   End
   Begin VB.TextBox Text2 
      Height          =   375
      Left            =   1560
      TabIndex        =   1
      Text            =   "1"
      Top             =   1440
      Width           =   1455
   End
   Begin VB.TextBox Text1 
      Height          =   375
      Left            =   1560
      TabIndex        =   0
      Text            =   "0"
      ToolTipText     =   "请输入图上面积!"
      Top             =   960
      Width           =   1455
   End
   Begin VB.Label Label3 
      BeginProperty Font 
         Name            =   "Georgia"
         Size            =   14.25
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   1560
      TabIndex        =   6
      Top             =   2400
      Width           =   4335
   End
   Begin VB.Label Label6 
      BeginProperty Font 
         Name            =   "Georgia"
         Size            =   14.25
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   1560
      TabIndex        =   9
      Top             =   2880
      Width           =   4335
   End
   Begin VB.Label Label8 
      Caption         =   "图上比例尺   1:5000"
      Height          =   255
      Left            =   2160
      TabIndex        =   11
      Top             =   360
      Width           =   2055
   End
   Begin VB.Label Label7 
      Caption         =   "该块段厚度(m):"
      Height          =   255
      Left            =   120
      TabIndex        =   10
      Top             =   2040
      Width           =   1455
   End
   Begin VB.Label Label5 
      Caption         =   "储     量(吨):"
      Height          =   255
      Left            =   120
      TabIndex        =   8
      Top             =   3000
      Width           =   1455
   End
   Begin VB.Label Label4 
      Caption         =   "面     积(m2):"
      Height          =   255
      Left            =   120
      TabIndex        =   7
      Top             =   2520
      Width           =   1455
   End
   Begin VB.Label Label2 
      Caption         =   "密   度(t/m3):"
      Height          =   255
      Left            =   120
      TabIndex        =   4
      Top             =   1560
      Width           =   1455
   End
   Begin VB.Label Label1 
      Caption         =   "图上面积(mm2):"
      Height          =   255
      Left            =   120
      TabIndex        =   3
      Top             =   1080
      Width           =   1455
   End
End
Attribute VB_Name = "form0"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Label3.Caption = Text1.Text * 25
Label6.Caption = Text1.Text * 25 * Text3.Text * Text2.Text
End Sub

Private Sub Command2_Click()
Form1.Show
End Sub

Private Sub Picture1_Click()

End Sub

Private Sub Form_Load()
form0.Top = True
End Sub

Private Sub Text1_GotFocus()
Text1.SetFocus

End Sub

⌨️ 快捷键说明

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