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

📄 002.frm

📁 一个用vb和usb通信的一个实例,大家可以下载看看!
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Form3 
   BorderStyle     =   0  'None
   Caption         =   "Form3"
   ClientHeight    =   3420
   ClientLeft      =   3510
   ClientTop       =   3090
   ClientWidth     =   5340
   LinkTopic       =   "Form3"
   ScaleHeight     =   3420
   ScaleWidth      =   5340
   ShowInTaskbar   =   0   'False
   Begin VB.CommandButton Command1 
      BackColor       =   &H00FFFF80&
      Caption         =   "关闭"
      Height          =   255
      Left            =   4680
      Style           =   1  'Graphical
      TabIndex        =   1
      Top             =   3120
      Width           =   495
   End
   Begin VB.Timer Timer1 
      Interval        =   3000
      Left            =   3120
      Top             =   960
   End
   Begin VB.Label Label1 
      BackStyle       =   0  'Transparent
      Caption         =   "茜,好想好好爱你..."
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FFFF00&
      Height          =   375
      Left            =   2640
      TabIndex        =   0
      Top             =   3120
      Width           =   1815
   End
   Begin VB.Image Image1 
      Height          =   3405
      Left            =   0
      Picture         =   "002.frx":0000
      Stretch         =   -1  'True
      Top             =   0
      Width           =   5355
   End
End
Attribute VB_Name = "Form3"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit

Private Sub Command1_Click()
End
End Sub

Private Sub Timer1_Timer()
Form2.MMControl1.Command = "stop"
Form2.MMControl1.Command = "close"
Unload Form2
Unload Me
End
End

End Sub

⌨️ 快捷键说明

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