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

📄 timedmsg.frm

📁 串口编程-云台镜头控制系统 内有VB源代码.是本人从网上下载 做为交换 放到此处
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Form1 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "Timed MsgBox"
   ClientHeight    =   2805
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   3015
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   2805
   ScaleWidth      =   3015
   StartUpPosition =   3  'Windows Default
   Begin VB.ComboBox Combo1 
      Height          =   315
      Left            =   300
      Style           =   2  'Dropdown List
      TabIndex        =   1
      Top             =   420
      Width           =   2415
   End
   Begin VB.TextBox txtReturn 
      BackColor       =   &H8000000F&
      Height          =   315
      Left            =   300
      Locked          =   -1  'True
      TabIndex        =   5
      Text            =   "Text1"
      Top             =   1680
      Width           =   2415
   End
   Begin VB.HScrollBar HScroll1 
      Height          =   255
      LargeChange     =   2
      Left            =   300
      Max             =   10
      Min             =   1
      TabIndex        =   3
      Top             =   1080
      Value           =   2
      Width           =   2355
   End
   Begin VB.CommandButton cmdTest 
      Caption         =   "Test 2-Second MsgBox"
      Height          =   435
      Left            =   300
      TabIndex        =   6
      Top             =   2160
      Width           =   2415
   End
   Begin VB.Timer Timer1 
      Enabled         =   0   'False
      Left            =   2340
      Top             =   1920
   End
   Begin VB.Label Labels 
      AutoSize        =   -1  'True
      Caption         =   "MsgBox Type:"
      Height          =   195
      Index           =   0
      Left            =   300
      TabIndex        =   0
      Top             =   180
      Width           =   1020
   End
   Begin VB.Label Labels 
      AutoSize        =   -1  'True
      Caption         =   "Return Value:"
      Height          =   195
      Index           =   2
      Left            =   300
      TabIndex        =   4
      Top             =   1440
      Width           =   975
   End
   Begin VB.Label Labels 
      AutoSize        =   -1  'True
      Caption         =   "Timeout:"
      Height          =   195
      Index           =   1
      Left            =   300
      TabIndex        =   2
      Top             =   840
      Width           =   615
   End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
' *********************************************************************
'  Copyright 

⌨️ 快捷键说明

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