📄 frminfo.frm
字号:
VERSION 5.00
Object = "{3B7C8863-D78F-101B-B9B5-04021C009402}#1.2#0"; "RICHTX32.OCX"
Begin VB.Form frmInfo
BorderStyle = 1 'Fixed Single
Caption = "Info"
ClientHeight = 3270
ClientLeft = 45
ClientTop = 330
ClientWidth = 3750
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3270
ScaleWidth = 3750
StartUpPosition = 3 'Windows Default
Begin VB.TextBox Text6
BackColor = &H8000000C&
Height = 285
Left = 240
TabIndex = 11
Top = 1080
Width = 1215
End
Begin VB.CommandButton Command1
Caption = "Close"
Height = 375
Left = 2160
TabIndex = 9
Top = 2280
Width = 1335
End
Begin VB.TextBox Text4
BackColor = &H8000000C&
Height = 285
Left = 240
TabIndex = 3
Top = 2880
Width = 3255
End
Begin VB.TextBox Text3
BackColor = &H8000000C&
Height = 285
Left = 240
TabIndex = 2
Top = 2280
Width = 495
End
Begin VB.TextBox Text2
BackColor = &H8000000C&
Height = 285
Left = 240
TabIndex = 1
Top = 1680
Width = 1815
End
Begin VB.TextBox Text1
BackColor = &H8000000C&
Height = 285
Left = 240
TabIndex = 0
Top = 480
Width = 1815
End
Begin RichTextLib.RichTextBox RichTextBox1
Height = 1695
Left = 2160
TabIndex = 12
Top = 480
Width = 1335
_ExtentX = 2355
_ExtentY = 2990
_Version = 393217
BackColor = -2147483636
ReadOnly = -1 'True
ScrollBars = 2
TextRTF = $"frmInfo.frx":0000
End
Begin VB.Label Label6
Caption = "Sex"
Height = 255
Left = 240
TabIndex = 10
Top = 840
Width = 1215
End
Begin VB.Label Label5
Caption = "About:"
Height = 255
Left = 2160
TabIndex = 8
Top = 240
Width = 1215
End
Begin VB.Label Label4
Caption = "Web Address:"
Height = 255
Left = 240
TabIndex = 7
Top = 2640
Width = 1215
End
Begin VB.Label Label3
Caption = "Age:"
Height = 255
Left = 240
TabIndex = 6
Top = 2040
Width = 1215
End
Begin VB.Label Label2
Caption = "Birth date:"
Height = 255
Left = 240
TabIndex = 5
Top = 1440
Width = 1215
End
Begin VB.Label Label1
Caption = "Country:"
Height = 255
Left = 240
TabIndex = 4
Top = 240
Width = 1215
End
End
Attribute VB_Name = "frmInfo"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Me.Hide
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -