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

📄 frmset.frm

📁 利用单片机采集DS18B20的温度
💻 FRM
字号:
VERSION 5.00
Begin VB.Form FrmSet 
   Caption         =   "端口设置"
   ClientHeight    =   2520
   ClientLeft      =   7170
   ClientTop       =   6060
   ClientWidth     =   4080
   LinkTopic       =   "Form1"
   ScaleHeight     =   2520
   ScaleWidth      =   4080
   Begin VB.CommandButton Command2 
      Cancel          =   -1  'True
      Caption         =   "取    消"
      Height          =   495
      Left            =   2640
      TabIndex        =   5
      Top             =   1440
      Width           =   1215
   End
   Begin VB.CommandButton Command1 
      Caption         =   "确    定"
      Default         =   -1  'True
      Height          =   495
      Left            =   2640
      TabIndex        =   4
      Top             =   480
      Width           =   1215
   End
   Begin VB.ComboBox Combo2 
      Height          =   300
      ItemData        =   "FrmSet.frx":0000
      Left            =   1080
      List            =   "FrmSet.frx":002B
      TabIndex        =   3
      Text            =   "9600"
      Top             =   1440
      Width           =   855
   End
   Begin VB.ComboBox Combo1 
      Height          =   300
      ItemData        =   "FrmSet.frx":0082
      Left            =   1080
      List            =   "FrmSet.frx":00B3
      TabIndex        =   2
      Text            =   "COM1"
      Top             =   600
      Width           =   855
   End
   Begin VB.Label Label2 
      Alignment       =   2  'Center
      Caption         =   "波特率"
      Height          =   255
      Left            =   120
      TabIndex        =   1
      Top             =   1440
      Width           =   855
   End
   Begin VB.Label Label1 
      Alignment       =   2  'Center
      Caption         =   "串  口"
      Height          =   255
      Left            =   120
      TabIndex        =   0
      Top             =   600
      Width           =   855
   End
End
Attribute VB_Name = "FrmSet"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
    Unload FrmSet
End Sub

Private Sub Command2_Click()
    Unload FrmSet
End Sub

⌨️ 快捷键说明

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