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

📄 51

📁 51单片机大量源码
💻
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{648A5603-2C6E-101B-82B6-000000000014}#1.1#0"; "MSCOMM32.OCX"
Begin VB.Form frmMain 
   Caption         =   "串口单片机温度控制系统 ---------- WWW.RICHMCU.COM"
   ClientHeight    =   9135
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   9570
   Icon            =   "frmMain.frx":0000
   LinkTopic       =   "Form1"
   ScaleHeight     =   9135
   ScaleWidth      =   9570
   StartUpPosition =   2  '屏幕中心
   Begin VB.Frame fraFrames 
      Caption         =   "串口连接选项"
      Height          =   2175
      Index           =   2
      Left            =   120
      TabIndex        =   17
      Top             =   210
      Width           =   4380
      Begin VB.Timer Timer2 
         Interval        =   300
         Left            =   525
         Top             =   2145
      End
      Begin VB.Timer Timer1 
         Interval        =   1000
         Left            =   2850
         Top             =   2220
      End
      Begin VB.CommandButton cmdExit 
         Caption         =   "退出"
         Height          =   375
         Left            =   3105
         TabIndex        =   36
         Top             =   1635
         Width           =   1230
      End
      Begin VB.CommandButton cmdConnect 
         Caption         =   "连接"
         Height          =   375
         Left            =   75
         TabIndex        =   35
         Top             =   1575
         Width           =   1230
      End
      Begin VB.CommandButton cmdDisconnect 
         Caption         =   "断开"
         Enabled         =   0   'False
         Height          =   375
         Left            =   1530
         TabIndex        =   34
         Top             =   1590
         Width           =   1230
      End
      Begin VB.OptionButton optComPort 
         Caption         =   "COM1"
         Height          =   255
         Index           =   0
         Left            =   60
         TabIndex        =   33
         Top             =   195
         Value           =   -1  'True
         Width           =   795
      End
      Begin VB.OptionButton optComPort 
         Caption         =   "COM2"
         Height          =   255
         Index           =   1
         Left            =   60
         TabIndex        =   32
         Top             =   455
         Width           =   795
      End
      Begin VB.OptionButton optComPort 
         Caption         =   "COM3"
         Height          =   255
         Index           =   2
         Left            =   60
         TabIndex        =   31
         Top             =   715
         Width           =   795
      End
      Begin VB.OptionButton optComPort 
         Caption         =   "COM4"
         Height          =   255
         Index           =   3
         Left            =   60
         TabIndex        =   30
         Top             =   975
         Width           =   795
      End
      Begin VB.OptionButton optComPort 
         Caption         =   "COM5"
         Height          =   255
         Index           =   4
         Left            =   1095
         TabIndex        =   29
         Top             =   210
         Width           =   795
      End
      Begin VB.OptionButton optComPort 
         Caption         =   "COM6"
         Height          =   255
         Index           =   5
         Left            =   1095
         TabIndex        =   28
         Top             =   480
         Width           =   795
      End
      Begin VB.OptionButton optComPort 
         Caption         =   "COM7"
         Height          =   255
         Index           =   6
         Left            =   1110
         TabIndex        =   27
         Top             =   735
         Width           =   795
      End
      Begin VB.OptionButton optComPort 
         Caption         =   "COM8"
         Height          =   255
         Index           =   7
         Left            =   1095
         TabIndex        =   26
         Top             =   1005
         Width           =   795
      End
      Begin VB.OptionButton optComPort 
         Caption         =   "COM9"
         Height          =   255
         Index           =   8
         Left            =   2250
         TabIndex        =   25
         Top             =   255
         Width           =   795
      End
      Begin VB.OptionButton optComPort 
         Caption         =   "COM10"
         Height          =   255
         Index           =   9
         Left            =   2250
         TabIndex        =   24
         Top             =   510
         Width           =   795
      End
      Begin VB.OptionButton optComPort 
         Caption         =   "COM11"
         Height          =   255
         Index           =   10
         Left            =   2250
         TabIndex        =   23
         Top             =   765
         Width           =   795
      End
      Begin VB.OptionButton optComPort 
         Caption         =   "COM12"
         Height          =   255
         Index           =   11
         Left            =   2265
         TabIndex        =   22
         Top             =   1050
         Width           =   795
      End
      Begin VB.OptionButton optComPort 
         Caption         =   "COM13"
         Height          =   255
         Index           =   12
         Left            =   3135
         TabIndex        =   21
         Top             =   270
         Width           =   795
      End
      Begin VB.OptionButton optComPort 
         Caption         =   "COM14"
         Height          =   255
         Index           =   13
         Left            =   3135
         TabIndex        =   20
         Top             =   525
         Width           =   795
      End
      Begin VB.OptionButton optComPort 
         Caption         =   "COM15"
         Height          =   255
         Index           =   14
         Left            =   3135
         TabIndex        =   19
         Top             =   765
         Width           =   795
      End
      Begin VB.OptionButton optComPort 
         Caption         =   "COM16"
         Height          =   255
         Index           =   15
         Left            =   3135
         TabIndex        =   18
         Top             =   1035
         Width           =   795
      End
      Begin MSCommLib.MSComm ComPort 
         Left            =   4920
         Top             =   120
         _ExtentX        =   1005
         _ExtentY        =   1005
         _Version        =   393216
         DTREnable       =   -1  'True
      End
      Begin VB.Label lblStatus 
         Alignment       =   2  'Center
         Caption         =   "空闲"
         Height          =   240
         Left            =   315
         TabIndex        =   37
         Top             =   1290
         Width           =   2850
      End
   End
   Begin zhinengwenkong.ucHistogram ucHistogram1 
      Height          =   5085
      Left            =   120
      TabIndex        =   16
      Top             =   3930
      Width           =   9270
      _ExtentX        =   16351
      _ExtentY        =   8969
      GridTickHorizontal=   5
      GridTickVertical=   10
      Max             =   99
   End
   Begin VB.TextBox Text2 
      Height          =   330
      Left            =   6870
      TabIndex        =   13
      Top             =   1605
      Width           =   1275
   End
   Begin VB.TextBox Text1 
      Height          =   225
      Left            =   1305
      TabIndex        =   12
      Top             =   435
      Visible         =   0   'False
      Width           =   135
   End
   Begin VB.Frame Frame1 
      Caption         =   "操作项"
      Height          =   990
      Left            =   135
      TabIndex        =   7
      Top             =   2580
      Width           =   4200
      Begin VB.CommandButton Command8 
         Caption         =   "退出设定"
         Height          =   375
         Left            =   3000
         TabIndex        =   11
         Top             =   330
         Width           =   870
      End
      Begin VB.CommandButton Command3 
         Caption         =   "增加"
         Height          =   375
         Left            =   2040
         TabIndex        =   10
         Top             =   330
         Width           =   870
      End
      Begin VB.CommandButton Command2 
         Caption         =   "减少"
         Height          =   375
         Left            =   120
         TabIndex        =   9
         Top             =   330
         Width           =   870
      End
      Begin VB.CommandButton Command4 
         Caption         =   "设定温度"
         Height          =   375
         Left            =   1080
         TabIndex        =   8
         Top             =   330
         Width           =   870
      End
   End
   Begin VB.Frame Frame2 
      Caption         =   "状态显示窗口"
      Height          =   1680
      Left            =   4530
      TabIndex        =   4
      Top             =   2130
      Width           =   4905
      Begin VB.Label Label4 
         Caption         =   "设置"
         Height          =   300
         Left            =   1935
         TabIndex        =   14
         Top             =   1320
         Width           =   615
      End
      Begin VB.Shape Shape3 
         FillColor       =   &H00FFFFFF&
         FillStyle       =   0  'Solid
         Height          =   555
         Left            =   1575
         Shape           =   3  'Circle
         Top             =   465
         Width           =   1155
      End
      Begin VB.Label Label3 
         Caption         =   "超温"
         Height          =   285
         Left            =   3090
         TabIndex        =   6
         Top             =   1320
         Width           =   480
      End
      Begin VB.Label Label2 
         Caption         =   "正常"
         Height          =   255
         Left            =   810
         TabIndex        =   5
         Top             =   1320
         Width           =   495
      End
      Begin VB.Shape Shape2 
         BackStyle       =   1  'Opaque
         FillColor       =   &H00FFFFFF&
         FillStyle       =   0  'Solid
         Height          =   570
         Left            =   2850
         Shape           =   3  'Circle
         Top             =   450
         Width           =   810
      End
      Begin VB.Shape Shape1 
         BackColor       =   &H00FFFFFF&
         FillColor       =   &H00FFFFFF&
         FillStyle       =   0  'Solid

⌨️ 快捷键说明

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