switchprppage.pag
来自「一个用于开关状态显示的控件」· PAG 代码 · 共 53 行
PAG
53 行
VERSION 5.00
Begin VB.PropertyPage SwitchPrpPage
Caption = "SetSwitchParam"
ClientHeight = 3705
ClientLeft = 0
ClientTop = 0
ClientWidth = 5160
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
PaletteMode = 0 'Halftone
ScaleHeight = 3705
ScaleWidth = 5160
Begin VB.TextBox Text1
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 1200
TabIndex = 1
Text = "Switch1"
Top = 240
Width = 2415
End
Begin VB.Label Label1
Caption = "名称:"
Height = 255
Left = 240
TabIndex = 0
Top = 360
Width = 855
End
End
Attribute VB_Name = "SwitchPrpPage"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = True
Attribute VB_PredeclaredId = False
Attribute VB_Exposed = True
Option Explicit
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?