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

📄 publicvariat.bas

📁 POS2000打印机演示程序
💻 BAS
字号:
Attribute VB_Name = "PublicVariat"

Option Explicit
Public Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)
Public ival As Integer
''''''''''''''''''' to set port
Public Type typSetport
    igSelectPort As Integer
    strgSetPort As String
    igFlowControl As Single
End Type

Public Setport As typSetport
Public Const igCom1 As Integer = 1
Public Const igCom2 As Integer = 2
Public Const igParallelPort As Integer = 3

⌨️ 快捷键说明

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