colors.pag
来自「几个不错的VB例子」· PAG 代码 · 共 17 行
PAG
17 行
VERSION 5.00
Begin VB.PropertyPage Colors
Caption = "Colors"
ClientHeight = 2580
ClientLeft = 0
ClientTop = 0
ClientWidth = 4605
PaletteMode = 0 'Halftone
ScaleHeight = 2580
ScaleWidth = 4605
End
Attribute VB_Name = "Colors"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = True
Attribute VB_PredeclaredId = False
Attribute VB_Exposed = True
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?