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

📄 frmsetup.frm

📁 这是一本学习串口编程喝计算机监控的好书里面是用VB开发的源代码
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form frmSetup 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "CommPort Setup"
   ClientHeight    =   3750
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   5730
   Icon            =   "frmSetup.frx":0000
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   ScaleHeight     =   3750
   ScaleWidth      =   5730
   StartUpPosition =   1  'CenterOwner
   Begin VB.TextBox txtInterval 
      Height          =   285
      Left            =   2160
      MaxLength       =   2
      TabIndex        =   31
      ToolTipText     =   "3-60 "
      Top             =   2280
      Width           =   495
   End
   Begin VB.Frame Frame4 
      Caption         =   "EM"
      Height          =   1335
      Left            =   120
      TabIndex        =   23
      Top             =   240
      Width           =   1215
      Begin VB.OptionButton optEndMark 
         Caption         =   "CRLF"
         Height          =   195
         Index           =   2
         Left            =   120
         TabIndex        =   26
         Top             =   960
         Width           =   735
      End
      Begin VB.OptionButton optEndMark 
         Caption         =   "CR"
         Height          =   255
         Index           =   1
         Left            =   120
         TabIndex        =   25
         Top             =   600
         Width           =   735
      End
      Begin VB.OptionButton optEndMark 
         Caption         =   "None"
         Height          =   195
         Index           =   0
         Left            =   120
         TabIndex        =   24
         Top             =   240
         Value           =   -1  'True
         Width           =   735
      End
   End
   Begin VB.Frame Frame5 
      Caption         =   "&Flow Control"
      Height          =   1890
      Left            =   120
      TabIndex        =   17
      Top             =   1680
      Width           =   1245
      Begin VB.OptionButton optFlow 
         Caption         =   "Xon/RTS"
         Height          =   255
         Index           =   3
         Left            =   120
         MaskColor       =   &H00000000&
         TabIndex        =   21
         Top             =   1440
         Width           =   1035
      End
      Begin VB.OptionButton optFlow 
         Caption         =   "RTS"
         Height          =   255
         Index           =   2
         Left            =   120
         MaskColor       =   &H00000000&
         TabIndex        =   20
         Top             =   1080
         Width           =   735
      End
      Begin VB.OptionButton optFlow 
         Caption         =   "Xon/Xoff"
         Height          =   255
         Index           =   1
         Left            =   120
         MaskColor       =   &H00000000&
         TabIndex        =   19
         Top             =   720
         Width           =   1095
      End
      Begin VB.OptionButton optFlow 
         Caption         =   "None"
         Height          =   255
         Index           =   0
         Left            =   120
         MaskColor       =   &H00000000&
         TabIndex        =   18
         Top             =   360
         Width           =   855
      End
   End
   Begin VB.Frame Frame7 
      Caption         =   "Mode"
      Height          =   870
      Left            =   4680
      TabIndex        =   14
      Top             =   240
      Width           =   855
      Begin VB.OptionButton optMode 
         Caption         =   "Bin"
         Height          =   195
         Index           =   1
         Left            =   120
         MaskColor       =   &H00000000&
         TabIndex        =   16
         Top             =   540
         Value           =   -1  'True
         Width           =   555
      End
      Begin VB.OptionButton optMode 
         Caption         =   "Txt"
         Height          =   255
         Index           =   0
         Left            =   120
         MaskColor       =   &H00000000&
         TabIndex        =   15
         Top             =   240
         Width           =   615
      End
   End
   Begin VB.CommandButton cmdOK 
      Caption         =   "OK"
      Height          =   375
      Left            =   4800
      MaskColor       =   &H00000000&
      TabIndex        =   0
      Top             =   3180
      Width           =   720
   End
   Begin VB.ComboBox cboPort 
      Height          =   315
      Left            =   1800
      Style           =   2  'Dropdown List
      TabIndex        =   13
      Top             =   3120
      Width           =   1065
   End
   Begin VB.Frame fraConnection 
      Caption         =   "Connection Preferences"
      Height          =   1650
      Left            =   3120
      TabIndex        =   6
      Top             =   1320
      Width           =   2400
      Begin VB.ComboBox cboDataBits 
         Height          =   315
         Left            =   1050
         Style           =   2  'Dropdown List
         TabIndex        =   9
         Top             =   240
         Width           =   1140
      End
      Begin VB.ComboBox cboParity 
         Height          =   315
         Left            =   1050
         Style           =   2  'Dropdown List
         TabIndex        =   8
         Top             =   720
         Width           =   1140
      End
      Begin VB.ComboBox cboStopBits 
         Height          =   315
         Left            =   1050
         Style           =   2  'Dropdown List
         TabIndex        =   7
         Top             =   1200
         Width           =   1140
      End
      Begin VB.Label Label3 
         Caption         =   "Data Bits:"
         Height          =   285
         Left            =   240
         TabIndex        =   12
         Top             =   360
         Width           =   825
      End
      Begin VB.Label Label4 
         Caption         =   "Parity:"
         Height          =   285
         Left            =   240
         TabIndex        =   11
         Top             =   840
         Width           =   495
      End
      Begin VB.Label Label5 
         Caption         =   "Stop Bits:"
         Height          =   285
         Left            =   240
         TabIndex        =   10
         Top             =   1200
         Width           =   765
      End
   End
   Begin VB.Frame Frame1 
      Caption         =   "Maximum Speed"
      Height          =   870
      Left            =   3120
      TabIndex        =   4
      Top             =   240
      Width           =   1450
      Begin VB.ComboBox cboSpeed 
         Height          =   315
         Left            =   120
         Style           =   2  'Dropdown List
         TabIndex        =   5
         Top             =   330
         Width           =   1200
      End
   End
   Begin VB.CommandButton cmdCancel 
      Caption         =   "Cancel"
      Height          =   375
      Left            =   3720
      TabIndex        =   1
      Top             =   3180
      Width           =   720
   End
   Begin VB.ComboBox cboGroupParity 
      Height          =   315
      ItemData        =   "frmSetup.frx":0442
      Left            =   1800
      List            =   "frmSetup.frx":0444
      TabIndex        =   3
      Text            =   "None"
      Top             =   840
      Width           =   855
   End
   Begin VB.CheckBox chkSound 
      Alignment       =   1  'Right Justify
      Caption         =   "Sound"
      Height          =   255
      Left            =   1920
      TabIndex        =   2
      Top             =   2760
      Width           =   855
   End
   Begin VB.Frame Frame6 
      Caption         =   "Protocols"
      Height          =   1815
      Left            =   1560
      TabIndex        =   27
      Top             =   240
      Width           =   1290
      Begin VB.TextBox txtADDress 
         Height          =   285
         Left            =   240
         MaxLength       =   2
         TabIndex        =   30
         Text            =   "01"
         ToolTipText     =   "01-FF"
         Top             =   1320
         Width           =   855
      End
      Begin VB.Label Label6 
         Caption         =   "ADDress"
         Height          =   255
         Left            =   240
         TabIndex        =   29
         Top             =   1080
         Width           =   735
      End
      Begin VB.Label Label2 
         Caption         =   "BCC"
         Height          =   255
         Left            =   240

⌨️ 快捷键说明

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