submain.bas
来自「this control is used for the programming」· BAS 代码 · 共 14 行
BAS
14 行
Attribute VB_Name = "Submain"
Sub main()
Randomize 'set the system timer as the seed for rnd function
Frm_Generation.Show
MDIFrm.cmd_generation.BackColor = &H80000013
MDIFrm.cmd_generation.FontBold = True
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?