📄 vb_test.frm
字号:
VERSION 4.00
Begin VB.Form Form1
Appearance = 0 'Flat
BackColor = &H00C0C0C0&
Caption = "Form1"
ClientHeight = 3525
ClientLeft = 2250
ClientTop = 1710
ClientWidth = 4935
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H80000008&
Height = 3930
Left = 2190
LinkTopic = "Form1"
ScaleHeight = 3525
ScaleWidth = 4935
Top = 1365
Width = 5055
Begin VB.TextBox Text2
Height = 375
Left = 2280
TabIndex = 6
Text = "Text2"
Top = 2760
Width = 2415
End
Begin VB.TextBox Text1
Height = 375
Left = 2280
TabIndex = 5
Text = "Text1"
Top = 1680
Width = 2415
End
Begin VB.OptionButton Option2
BackColor = &H00FFFFFF&
Caption = "Option2"
Height = 495
Left = 480
TabIndex = 4
Top = 2640
Width = 1455
End
Begin VB.OptionButton Option1
BackColor = &H00FFFFFF&
Caption = "Option1"
Height = 495
Left = 480
TabIndex = 3
Top = 2040
Width = 1455
End
Begin VB.CommandButton Command1
Appearance = 0 'Flat
BackColor = &H80000005&
Caption = "Command1"
Height = 525
Left = 450
TabIndex = 0
Top = 1320
Width = 1455
End
Begin MSCommLib.MSComm MSComm1
Left = 120
Top = 480
_Version = 65536
_ExtentX = 847
_ExtentY = 847
_StockProps = 0
CDTimeout = 0
CommPort = 1
CTSTimeout = 0
DSRTimeout = 0
DTREnable = -1 'True
Handshaking = 0
InBufferSize = 1024
InputLen = 0
Interval = 1000
NullDiscard = 0 'False
OutBufferSize = 512
ParityReplace = "?"
RThreshold = 0
RTSEnable = 0 'False
Settings = "9600,n,8,1"
SThreshold = 0
End
Begin VB.Label Label2
Appearance = 0 'Flat
BackColor = &H80000005&
Caption = "Label2"
ForeColor = &H80000008&
Height = 375
Left = 2280
TabIndex = 2
Top = 2400
Width = 1455
End
Begin VB.Label Label1
Appearance = 0 'Flat
BackColor = &H80000005&
Caption = "Label1"
ForeColor = &H80000008&
Height = 375
Left = 2280
TabIndex = 1
Top = 1320
Width = 1455
End
End
Attribute VB_Name = "Form1"
Attribute VB_Creatable = False
Attribute VB_Exposed = False
Dim keyin$
Dim SXD$
Dim RXD$
Private Sub Command1_Click()
keyin$ = InputBox$("块
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -