?? module1.bas
字號:
Attribute VB_Name = "Module1"
Option Explicit
Public fMainForm As frmEvalKit
Public Const ReadData As Byte = &H69
Public Const WriteData As Byte = &H6C
Public Const CopyData As Byte = &H48
Public Const RecallData As Byte = &HB8
Public Const LockEEPROM As Byte = &H6A
Public Const RefreshCommand As Byte = &H63
Public Const StopCharge As Byte = &HBE
Public Const StartCharge As Byte = &HB5
Sub Main()
frmSplash.lblVersion.Caption = Version
frmSplash.Show
frmSplash.Refresh
Load frmEvalKit
Unload frmSplash
frmEvalKit.Show
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -