📄 creatseqcommonkey.bas.svn-base
字号:
Attribute VB_Name = "CreatSEQCommonKey"
Const dataStartLine = 2
Const dataEndLine = 100
Const itemNameCol = 3
Const folderNameCol = 20
Const propertiesCol = 31
Const numberCol = 36
Const keyCol = 39
Const mustCol = 41
Const defaultCol = 44
Const OBJ_EXT = ".JAVA"
Dim spgname As String
Dim sdbname As String
Dim sfxdate As String
Dim sver As String
Dim sclName As String
Dim itemValue As String
Dim folderValue As String
Dim numberValue As String
Dim mustValue As String
Dim propertiesValue As String
Dim keyValue As String
Dim defaultValue As String
Dim result As Boolean
Public sfileName As String
'--------------------------------------------------------------------------------
'CommonKey暥嶌惉(偝偔偣偄)
'--------------------------------------------------------------------------------
Sub CreatSEQCommonKey()
'弶婜
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -