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

📄 frmtemp.frm

📁 电力行业通用的矢量图控件原码
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmTemp 
   Caption         =   "温度设定"
   ClientHeight    =   3360
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   9255
   LinkTopic       =   "Form1"
   ScaleHeight     =   3360
   ScaleWidth      =   9255
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton cmdAction 
      Height          =   330
      Index           =   2
      Left            =   465
      Picture         =   "frmTemp.frx":0000
      Style           =   1  'Graphical
      TabIndex        =   22
      Top             =   2820
      Width           =   1485
   End
   Begin VB.CommandButton cmdAction 
      Height          =   330
      Index           =   0
      Left            =   5895
      Picture         =   "frmTemp.frx":0202
      Style           =   1  'Graphical
      TabIndex        =   21
      Top             =   2850
      Width           =   1485
   End
   Begin VB.CommandButton cmdAction 
      Height          =   330
      Index           =   1
      Left            =   7665
      Picture         =   "frmTemp.frx":0404
      Style           =   1  'Graphical
      TabIndex        =   20
      Top             =   2865
      Width           =   1485
   End
   Begin VB.Frame Frame4 
      Caption         =   "电辅助加热条件"
      Height          =   1125
      Left            =   4650
      TabIndex        =   15
      Top             =   1425
      Width           =   4545
      Begin VB.TextBox txtF1F2 
         Height          =   270
         Index           =   7
         Left            =   3315
         TabIndex        =   17
         Text            =   "30"
         Top             =   270
         Width           =   975
      End
      Begin VB.TextBox txtF1F2 
         Height          =   270
         Index           =   6
         Left            =   3315
         TabIndex        =   16
         Text            =   "50"
         Top             =   675
         Width           =   975
      End
      Begin VB.Label Label1 
         Caption         =   "开:1#水箱温度为"
         Height          =   300
         Index           =   7
         Left            =   360
         TabIndex        =   19
         Top             =   345
         Width           =   1605
      End
      Begin VB.Label Label1 
         Caption         =   "关:1#水箱温度为"
         Height          =   300
         Index           =   6
         Left            =   375
         TabIndex        =   18
         Top             =   735
         Width           =   1500
      End
   End
   Begin VB.Frame Frame3 
      Caption         =   "管网回水条件"
      Height          =   1125
      Left            =   4665
      TabIndex        =   10
      Top             =   165
      Width           =   4545
      Begin VB.TextBox txtF1F2 
         Height          =   270
         Index           =   5
         Left            =   3315
         TabIndex        =   12
         Text            =   "50"
         Top             =   690
         Width           =   945
      End
      Begin VB.TextBox txtF1F2 
         Height          =   270
         Index           =   4
         Left            =   3315
         TabIndex        =   11
         Text            =   "30"
         Top             =   285
         Width           =   945
      End
      Begin VB.Label Label1 
         Caption         =   "管网回水泵关闭时管网温度"
         Height          =   300
         Index           =   5
         Left            =   345
         TabIndex        =   14
         Top             =   735
         Width           =   2940
      End
      Begin VB.Label Label1 
         Caption         =   "管网回水泵开启时管网温度"
         Height          =   300
         Index           =   4
         Left            =   345
         TabIndex        =   13
         Top             =   345
         Width           =   3045
      End
   End
   Begin VB.Frame Frame2 
      Caption         =   "1#水箱与2#水箱混水条件"
      Height          =   1125
      Left            =   45
      TabIndex        =   5
      Top             =   1425
      Width           =   4545
      Begin VB.TextBox txtF1F2 
         Height          =   270
         Index           =   3
         Left            =   3315
         TabIndex        =   7
         Text            =   "45"
         Top             =   285
         Width           =   945
      End
      Begin VB.TextBox txtF1F2 
         Height          =   270
         Index           =   2
         Left            =   3315
         TabIndex        =   6
         Text            =   "8"
         Top             =   690
         Width           =   945
      End
      Begin VB.Label Label1 
         Caption         =   "1#水箱向2#水箱补水时,1#水箱温度"
         Height          =   300
         Index           =   3
         Left            =   360
         TabIndex        =   9
         Top             =   345
         Width           =   3045
      End
      Begin VB.Label Label1 
         Caption         =   "2#水箱向1#水箱混水时水箱之间温差"
         Height          =   300
         Index           =   2
         Left            =   345
         TabIndex        =   8
         Top             =   735
         Width           =   2940
      End
   End
   Begin VB.Frame Frame1 
      Caption         =   "开关太阳能热水器上水泵条件"
      Height          =   1125
      Left            =   45
      TabIndex        =   0
      Top             =   165
      Width           =   4545
      Begin VB.TextBox txtF1F2 
         Height          =   270
         Index           =   1
         Left            =   3300
         TabIndex        =   3
         Text            =   "3"
         Top             =   690
         Width           =   945
      End
      Begin VB.TextBox txtF1F2 
         Height          =   270
         Index           =   0
         Left            =   3300
         TabIndex        =   2
         Text            =   "8"
         Top             =   345
         Width           =   945
      End
      Begin VB.Label Label1 
         Caption         =   "关:太阳能热水器与1#水箱温差"
         Height          =   300
         Index           =   1
         Left            =   405
         TabIndex        =   4
         Top             =   735
         Width           =   2625
      End
      Begin VB.Label Label1 
         Caption         =   "开:太阳能热水器与1#水箱温差"
         Height          =   300
         Index           =   0
         Left            =   405
         TabIndex        =   1
         Top             =   390
         Width           =   3045
      End
   End
End
Attribute VB_Name = "frmTemp"
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 + -