📄 frmtri.frm
字号:
VERSION 5.00
Begin VB.Form frmTri
Caption = "Form1"
ClientHeight = 5700
ClientLeft = 60
ClientTop = 450
ClientWidth = 9360
LinkTopic = "Form1"
ScaleHeight = 5700
ScaleWidth = 9360
StartUpPosition = 3 'Windows Default
Begin VB.TextBox Text6
Height = 285
Left = 3600
TabIndex = 5
Text = "Text6"
Top = 4080
Width = 1455
End
Begin VB.TextBox Text5
Height = 375
Left = 5280
TabIndex = 4
Text = "Text5"
Top = 1320
Width = 855
End
Begin VB.TextBox Text4
Height = 375
Left = 2160
TabIndex = 3
Text = "Text4"
Top = 1440
Width = 855
End
Begin VB.TextBox Text3
Height = 285
Left = 3960
TabIndex = 2
Text = "Text3"
Top = 840
Width = 495
End
Begin VB.TextBox Text2
Height = 285
Left = 5640
TabIndex = 1
Text = "Text2"
Top = 3360
Width = 495
End
Begin VB.TextBox Text1
Height = 375
Left = 2520
TabIndex = 0
Text = "Text1"
Top = 3240
Width = 495
End
Begin VB.Line Line3
BorderWidth = 2
X1 = 1920
X2 = 6600
Y1 = 3840
Y2 = 3840
End
Begin VB.Line Line2
BorderWidth = 2
X1 = 4200
X2 = 6600
Y1 = 240
Y2 = 3840
End
Begin VB.Line Line1
BorderWidth = 2
X1 = 4200
X2 = 1920
Y1 = 240
Y2 = 3840
End
End
Attribute VB_Name = "frmTri"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -