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

📄 51

📁 51单片机大量源码
💻
📖 第 1 页 / 共 3 页
字号:
VERSION 5.00
Object = "{648A5603-2C6E-101B-82B6-000000000014}#1.1#0"; "MSCOMM32.OCX"
Begin VB.Form frmMain 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "单片机上位机矩阵键盘控制系统 ---------- WWW.RICHMCU.COM"
   ClientHeight    =   4755
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   8340
   Icon            =   "frmMain.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   4755
   ScaleWidth      =   8340
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  '屏幕中心
   Begin VB.Frame Frame4 
      Caption         =   "4X4矩阵键盘"
      Height          =   2205
      Left            =   3405
      TabIndex        =   27
      Top             =   2355
      Width           =   4785
      Begin VB.CommandButton Command3 
         Caption         =   "F"
         Height          =   330
         Index           =   15
         Left            =   2805
         TabIndex        =   43
         Top             =   1515
         Width           =   525
      End
      Begin VB.CommandButton Command3 
         Caption         =   "E"
         Height          =   330
         Index           =   14
         Left            =   2205
         TabIndex        =   42
         Top             =   1515
         Width           =   525
      End
      Begin VB.CommandButton Command3 
         Caption         =   "D"
         Height          =   330
         Index           =   13
         Left            =   1635
         TabIndex        =   41
         Top             =   1515
         Width           =   525
      End
      Begin VB.CommandButton Command3 
         Caption         =   "C"
         Height          =   330
         Index           =   12
         Left            =   990
         TabIndex        =   40
         Top             =   1515
         Width           =   525
      End
      Begin VB.CommandButton Command3 
         Caption         =   "B"
         Height          =   330
         Index           =   11
         Left            =   2805
         TabIndex        =   39
         Top             =   1110
         Width           =   525
      End
      Begin VB.CommandButton Command3 
         Caption         =   "A"
         Height          =   330
         Index           =   10
         Left            =   2205
         TabIndex        =   38
         Top             =   1110
         Width           =   525
      End
      Begin VB.CommandButton Command3 
         Caption         =   "9"
         Height          =   330
         Index           =   9
         Left            =   1635
         TabIndex        =   37
         Top             =   1110
         Width           =   525
      End
      Begin VB.CommandButton Command3 
         Caption         =   "8"
         Height          =   330
         Index           =   8
         Left            =   990
         TabIndex        =   36
         Top             =   1110
         Width           =   525
      End
      Begin VB.CommandButton Command3 
         Caption         =   "7"
         Height          =   330
         Index           =   7
         Left            =   2805
         TabIndex        =   35
         Top             =   720
         Width           =   525
      End
      Begin VB.CommandButton Command3 
         Caption         =   "6"
         Height          =   330
         Index           =   6
         Left            =   2205
         TabIndex        =   34
         Top             =   720
         Width           =   525
      End
      Begin VB.CommandButton Command3 
         Caption         =   "5"
         Height          =   330
         Index           =   5
         Left            =   1635
         TabIndex        =   33
         Top             =   720
         Width           =   525
      End
      Begin VB.CommandButton Command3 
         Caption         =   "4"
         Height          =   330
         Index           =   4
         Left            =   990
         TabIndex        =   32
         Top             =   720
         Width           =   525
      End
      Begin VB.CommandButton Command3 
         Caption         =   "3"
         Height          =   330
         Index           =   3
         Left            =   2805
         TabIndex        =   31
         Top             =   300
         Width           =   525
      End
      Begin VB.CommandButton Command3 
         Caption         =   "2"
         Height          =   330
         Index           =   2
         Left            =   2205
         TabIndex        =   30
         Top             =   315
         Width           =   525
      End
      Begin VB.CommandButton Command3 
         Caption         =   "1"
         Height          =   330
         Index           =   1
         Left            =   1635
         TabIndex        =   29
         Top             =   315
         Width           =   525
      End
      Begin VB.CommandButton Command3 
         Caption         =   "0"
         Height          =   330
         Index           =   0
         Left            =   990
         TabIndex        =   28
         Top             =   315
         Width           =   525
      End
   End
   Begin VB.Timer Timer1 
      Enabled         =   0   'False
      Interval        =   500
      Left            =   2310
      Top             =   1770
   End
   Begin VB.TextBox Text3 
      Alignment       =   2  'Center
      Appearance      =   0  'Flat
      BackColor       =   &H00E0E0E0&
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   26.25
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FF0000&
      Height          =   675
      Left            =   3555
      TabIndex        =   23
      Text            =   "11111111"
      Top             =   2715
      Visible         =   0   'False
      Width           =   4170
   End
   Begin VB.TextBox Text2 
      Alignment       =   2  'Center
      Appearance      =   0  'Flat
      BackColor       =   &H00E0E0E0&
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   26.25
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   675
      Left            =   3555
      TabIndex        =   22
      Text            =   "FF"
      Top             =   3600
      Visible         =   0   'False
      Width           =   4200
   End
   Begin VB.Frame Frame3 
      Caption         =   "数码管显示"
      Height          =   2235
      Left            =   3390
      TabIndex        =   21
      Top             =   120
      Width           =   4815
      Begin VB.Shape Shape2 
         FillColor       =   &H00FFFFFF&
         FillStyle       =   0  'Solid
         Height          =   165
         Index           =   7
         Left            =   2865
         Shape           =   3  'Circle
         Top             =   1620
         Width           =   195
      End
      Begin VB.Shape Shape2 
         FillColor       =   &H00FFFFFF&
         FillStyle       =   0  'Solid
         Height          =   120
         Index           =   6
         Left            =   2010
         Shape           =   4  'Rounded Rectangle
         Top             =   1035
         Width           =   660
      End
      Begin VB.Shape Shape2 
         FillColor       =   &H00FFFFFF&
         FillStyle       =   0  'Solid
         Height          =   630
         Index           =   5
         Left            =   1875
         Shape           =   4  'Rounded Rectangle
         Top             =   450
         Width           =   135
      End
      Begin VB.Shape Shape2 
         FillColor       =   &H00FFFFFF&
         FillStyle       =   0  'Solid
         Height          =   630
         Index           =   4
         Left            =   1875
         Shape           =   4  'Rounded Rectangle
         Top             =   1125
         Width           =   135
      End
      Begin VB.Shape Shape2 
         FillColor       =   &H00FFFFFF&
         FillStyle       =   0  'Solid
         Height          =   120
         Index           =   3
         Left            =   2010
         Shape           =   4  'Rounded Rectangle
         Top             =   1650
         Width           =   660
      End
      Begin VB.Shape Shape2 
         FillColor       =   &H00FFFFFF&
         FillStyle       =   0  'Solid
         Height          =   630
         Index           =   2
         Left            =   2670
         Shape           =   4  'Rounded Rectangle
         Top             =   1110
         Width           =   135
      End
      Begin VB.Shape Shape2 
         FillColor       =   &H00FFFFFF&
         FillStyle       =   0  'Solid
         Height          =   630
         Index           =   1
         Left            =   2670
         Shape           =   4  'Rounded Rectangle
         Top             =   435
         Width           =   135
      End
      Begin VB.Shape Shape2 
         FillColor       =   &H00FFFFFF&
         FillStyle       =   0  'Solid
         Height          =   120
         Index           =   0
         Left            =   2010
         Shape           =   4  'Rounded Rectangle
         Top             =   390
         Width           =   660
      End
   End
   Begin VB.Frame fraFrames 
      Caption         =   "串口连接选项"
      Height          =   4410
      Index           =   2
      Left            =   135
      TabIndex        =   0
      Top             =   30
      Width           =   3030
      Begin VB.OptionButton optComPort 
         Caption         =   "COM16"
         Height          =   255
         Index           =   15
         Left            =   2145
         TabIndex        =   20
         Top             =   1005
         Width           =   795
      End
      Begin VB.OptionButton optComPort 
         Caption         =   "COM15"
         Height          =   255
         Index           =   14
         Left            =   2145
         TabIndex        =   19
         Top             =   735
         Width           =   795
      End
      Begin VB.OptionButton optComPort 
         Caption         =   "COM14"
         Height          =   255
         Index           =   13
         Left            =   2145
         TabIndex        =   18
         Top             =   465
         Width           =   795
      End
      Begin VB.OptionButton optComPort 
         Caption         =   "COM13"
         Height          =   255
         Index           =   12
         Left            =   2145
         TabIndex        =   17
         Top             =   195
         Width           =   795
      End
      Begin VB.OptionButton optComPort 
         Caption         =   "COM12"
         Height          =   255
         Index           =   11
         Left            =   1410
         TabIndex        =   16
         Top             =   990
         Width           =   795
      End
      Begin VB.OptionButton optComPort 
         Caption         =   "COM11"
         Height          =   255
         Index           =   10
         Left            =   1410
         TabIndex        =   15
         Top             =   720
         Width           =   795
      End
      Begin VB.OptionButton optComPort 
         Caption         =   "COM10"
         Height          =   255
         Index           =   9
         Left            =   1410
         TabIndex        =   14
         Top             =   465
         Width           =   795
      End
      Begin VB.OptionButton optComPort 
         Caption         =   "COM9"
         Height          =   255
         Index           =   8
         Left            =   1410
         TabIndex        =   13
         Top             =   195
         Width           =   795
      End
      Begin VB.OptionButton optComPort 
         Caption         =   "COM8"
         Height          =   255
         Index           =   7
         Left            =   735
         TabIndex        =   12
         Top             =   990
         Width           =   795
      End
      Begin VB.OptionButton optComPort 
         Caption         =   "COM7"
         Height          =   255
         Index           =   6
         Left            =   735
         TabIndex        =   11
         Top             =   725
         Width           =   795
      End
      Begin VB.OptionButton optComPort 
         Caption         =   "COM6"
         Height          =   255

⌨️ 快捷键说明

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