📄 form1.frm
字号:
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 2790
ClientLeft = 60
ClientTop = 345
ClientWidth = 3165
LinkTopic = "Form1"
ScaleHeight = 2790
ScaleWidth = 3165
StartUpPosition = 3 'Windows Default
Begin Project1.Scroller Scroller1
Height = 2535
Left = 0
TabIndex = 0
Top = 0
Width = 2595
_ExtentX = 4577
_ExtentY = 4471
Begin VB.TextBox Text5
Height = 1035
Left = 180
MultiLine = -1 'True
TabIndex = 9
Text = "Form1.frx":0000
Top = 1200
Width = 2235
End
Begin VB.CheckBox Check1
Caption = "Check1"
Height = 255
Left = 180
TabIndex = 8
Top = 4200
Width = 915
End
Begin VB.OptionButton Option2
Caption = "Option2"
Height = 255
Left = 180
MousePointer = 1 'Arrow
TabIndex = 7
Top = 3840
Width = 855
End
Begin VB.OptionButton Option1
Caption = "Option1"
Height = 255
Left = 180
TabIndex = 6
Top = 3540
Width = 855
End
Begin VB.TextBox Text3
Height = 375
Left = 180
TabIndex = 4
Text = "Text3"
Top = 2280
Width = 2235
End
Begin VB.TextBox Text4
Height = 315
Left = 180
TabIndex = 3
Text = "Text4"
Top = 780
Width = 2235
End
Begin VB.TextBox Text2
Height = 315
Left = 180
TabIndex = 2
Text = "Text2"
Top = 420
Width = 2235
End
Begin VB.TextBox Text1
Height = 315
Left = 180
TabIndex = 1
Text = "Text1"
Top = 60
Width = 2235
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "Label2"
Height = 195
Left = 180
TabIndex = 10
Top = 2760
Width = 2235
End
Begin VB.Label Label1
Caption = "Label1"
Height = 315
Left = 180
TabIndex = 5
Top = 3180
Width = 555
End
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -