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

📄 form1.frm

📁 单戗堤截流图解法计算程序使用帮助 操作步骤: 一:输入分流能力数据文本文件 文件格式为上游水位
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "comdlg32.ocx"
Begin VB.Form Form1 
   BackColor       =   &H0080C0FF&
   BorderStyle     =   1  'Fixed Single
   Caption         =   "联合泄流计算程序 BY 飘叶它乡 QQ:94529184"
   ClientHeight    =   4680
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   9690
   Icon            =   "Form1.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   4680
   ScaleWidth      =   9690
   StartUpPosition =   3  '窗口缺省
   Begin MSComDlg.CommonDialog CDSave 
      Left            =   7320
      Top             =   5280
      _ExtentX        =   847
      _ExtentY        =   847
      _Version        =   393216
   End
   Begin VB.CommandButton Command6 
      Caption         =   "退出程序"
      Height          =   375
      Left            =   5400
      TabIndex        =   22
      Top             =   4200
      Width           =   975
   End
   Begin VB.CommandButton Command5 
      Caption         =   "清空数据"
      Height          =   375
      Left            =   4440
      TabIndex        =   21
      Top             =   4200
      Width           =   975
   End
   Begin VB.CommandButton Command4 
      Caption         =   "保存结果"
      Height          =   375
      Left            =   3480
      TabIndex        =   20
      Top             =   4200
      Width           =   975
   End
   Begin VB.CommandButton Command3 
      Caption         =   "开始计算"
      Height          =   375
      Left            =   2520
      TabIndex        =   19
      Top             =   4200
      Width           =   975
   End
   Begin VB.Frame Frame3 
      BackColor       =   &H0080C0FF&
      Caption         =   "计算方式选择及结果显示区  流量    水位    1#    2#"
      Height          =   3855
      Left            =   4440
      TabIndex        =   8
      Top             =   120
      Width           =   5175
      Begin VB.ListBox List3 
         Appearance      =   0  'Flat
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H000000FF&
         Height          =   3450
         Left            =   2280
         TabIndex        =   29
         ToolTipText     =   "计算结果显示区"
         Top             =   240
         Width           =   2760
      End
      Begin VB.TextBox TextH 
         Appearance      =   0  'Flat
         ForeColor       =   &H000000FF&
         Height          =   270
         Left            =   840
         Locked          =   -1  'True
         TabIndex        =   26
         ToolTipText     =   "上游水位"
         Top             =   1200
         Width           =   975
      End
      Begin VB.TextBox TextWC 
         Appearance      =   0  'Flat
         Height          =   270
         Left            =   600
         TabIndex        =   24
         Text            =   "0.01"
         ToolTipText     =   "数值太小可能导致无法计算出结果"
         Top             =   3480
         Width           =   1455
      End
      Begin VB.TextBox TextZ 
         Appearance      =   0  'Flat
         BackColor       =   &H8000000A&
         Enabled         =   0   'False
         Height          =   270
         Left            =   600
         TabIndex        =   18
         Top             =   3000
         Width           =   1455
      End
      Begin VB.TextBox TextQ2 
         Appearance      =   0  'Flat
         BackColor       =   &H8000000A&
         Enabled         =   0   'False
         Height          =   270
         Left            =   600
         TabIndex        =   16
         Top             =   2640
         Width           =   1455
      End
      Begin VB.TextBox TextQ1 
         Appearance      =   0  'Flat
         BackColor       =   &H8000000A&
         Enabled         =   0   'False
         Height          =   270
         Left            =   600
         TabIndex        =   14
         Top             =   2160
         Width           =   1455
      End
      Begin VB.TextBox TextQ 
         Appearance      =   0  'Flat
         Height          =   270
         Left            =   840
         TabIndex        =   11
         ToolTipText     =   "联合泄流的泄流流量"
         Top             =   720
         Width           =   735
      End
      Begin VB.OptionButton Option1 
         BackColor       =   &H0080C0FF&
         Caption         =   "自动计算"
         Height          =   375
         Index           =   1
         Left            =   120
         TabIndex        =   10
         ToolTipText     =   "可以自动计算一系列流量值的联合泄流"
         Top             =   1680
         Width           =   1095
      End
      Begin VB.OptionButton Option1 
         BackColor       =   &H0080C0FF&
         Caption         =   "单值计算"
         Height          =   375
         Index           =   0
         Left            =   120
         TabIndex        =   9
         Top             =   240
         Value           =   -1  'True
         Width           =   1095
      End
      Begin VB.Label Label3 
         BackColor       =   &H0080C0FF&
         Caption         =   "从"
         Height          =   255
         Left            =   120
         TabIndex        =   28
         Top             =   2160
         Width           =   375
      End
      Begin VB.Label Label8 
         BackColor       =   &H0080C0FF&
         Caption         =   "米"
         Height          =   255
         Left            =   1920
         TabIndex        =   27
         Top             =   1200
         Width           =   495
      End
      Begin VB.Label Label7 
         BackColor       =   &H0080C0FF&
         Caption         =   "水位H="
         Height          =   255
         Left            =   240
         TabIndex        =   25
         Top             =   1200
         Width           =   735
      End
      Begin VB.Label Label6 
         BackColor       =   &H0080C0FF&
         Caption         =   "误差"
         Height          =   255
         Left            =   120
         TabIndex        =   23
         Top             =   3480
         Width           =   615
      End
      Begin VB.Label Label5 
         BackColor       =   &H0080C0FF&
         Caption         =   "递增"
         Height          =   255
         Left            =   120
         TabIndex        =   17
         Top             =   3000
         Width           =   495
      End
      Begin VB.Label Label4 
         BackColor       =   &H0080C0FF&
         Caption         =   "到"
         Height          =   255
         Left            =   120
         TabIndex        =   15
         Top             =   2640
         Width           =   255
      End
      Begin VB.Label Label2 
         BackColor       =   &H0080C0FF&
         Caption         =   "米3/秒"
         Height          =   255
         Left            =   1680
         TabIndex        =   13
         Top             =   720
         Width           =   615
      End
      Begin VB.Label Label1 
         BackColor       =   &H0080C0FF&
         Caption         =   "流量Q="
         Height          =   375
         Left            =   240
         TabIndex        =   12
         Top             =   720
         Width           =   735
      End
   End
   Begin VB.Frame Frame2 
      BackColor       =   &H0080C0FF&
      Caption         =   "2#隧洞泄流能力"
      Height          =   3855
      Left            =   2280
      TabIndex        =   1
      Top             =   120
      Width           =   2055
      Begin MSComDlg.CommonDialog CD2 
         Left            =   600
         Top             =   3000
         _ExtentX        =   847
         _ExtentY        =   847
         _Version        =   393216
      End
      Begin VB.CommandButton Command2 
         Caption         =   "打开"
         Height          =   320
         Left            =   1320
         TabIndex        =   7
         Top             =   3360
         Width           =   600
      End
      Begin VB.TextBox TextQH 
         Appearance      =   0  'Flat
         ForeColor       =   &H00800000&
         Height          =   270
         Index           =   2
         Left            =   120
         Locked          =   -1  'True
         TabIndex        =   6
         Top             =   3360
         Width           =   1095
      End
      Begin VB.ListBox List2 
         Appearance      =   0  'Flat
         ForeColor       =   &H80000001&
         Height          =   2910
         Left            =   120
         TabIndex        =   3
         TabStop         =   0   'False
         ToolTipText     =   "请选择2#隧洞的泄流能力数据"
         Top             =   240
         Width           =   1800
      End
   End
   Begin VB.Frame Frame1 
      BackColor       =   &H0080C0FF&
      Caption         =   "1#隧洞泄流能力"
      Height          =   3855
      Left            =   120
      TabIndex        =   0
      Top             =   120
      Width           =   2055
      Begin MSComDlg.CommonDialog CD1 
         Left            =   600
         Top             =   2640
         _ExtentX        =   847
         _ExtentY        =   847
         _Version        =   393216
      End
      Begin VB.CommandButton Command1 
         Caption         =   "打开"
         Height          =   320
         Left            =   1320
         TabIndex        =   5
         Top             =   3360
         Width           =   600
      End
      Begin VB.TextBox TextQH 
         Appearance      =   0  'Flat
         ForeColor       =   &H00800000&
         Height          =   270
         Index           =   1
         Left            =   120
         Locked          =   -1  'True
         TabIndex        =   4
         Top             =   3360
         Width           =   1095
      End
      Begin VB.ListBox List1 
         Appearance      =   0  'Flat
         ForeColor       =   &H80000001&
         Height          =   2910
         Left            =   120
         TabIndex        =   2
         TabStop         =   0   'False
         ToolTipText     =   "请选择1#隧洞的泄流能力数据"
         Top             =   240
         Width           =   1800
      End
   End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True

⌨️ 快捷键说明

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