📄 frmre.frm
字号:
VERSION 5.00
Begin VB.Form FrmRE
BorderStyle = 3 'Fixed Dialog
ClientHeight = 2430
ClientLeft = 45
ClientTop = 45
ClientWidth = 4695
ControlBox = 0 'False
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 2430
ScaleWidth = 4695
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.Label Label4
AutoSize = -1 'True
Caption = "我们会做得更好"
Height = 180
Left = 1680
TabIndex = 3
Top = 2040
Width = 1260
End
Begin VB.Line Line1
BorderColor = &H00FFFFFF&
Index = 3
X1 = 480
X2 = 4080
Y1 = 1695
Y2 = 1695
End
Begin VB.Line Line1
Index = 2
X1 = 480
X2 = 4080
Y1 = 1680
Y2 = 1680
End
Begin VB.Label Label3
AutoSize = -1 'True
Caption = "单击发送Email"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 180
Left = 2040
MousePointer = 99 'Custom
TabIndex = 2
Top = 1320
Width = 1170
End
Begin VB.Label Label2
AutoSize = -1 'True
Caption = "意见:"
Height = 180
Left = 1440
TabIndex = 1
Top = 1320
Width = 540
End
Begin VB.Line Line1
BorderColor = &H00FFFFFF&
Index = 1
X1 = 480
X2 = 4080
Y1 = 1090
Y2 = 1090
End
Begin VB.Line Line1
Index = 0
X1 = 480
X2 = 4080
Y1 = 1080
Y2 = 1080
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "疯狂五笔打字通V1.0"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 240
Left = 1320
TabIndex = 0
Top = 600
Width = 2325
End
Begin VB.Image Image1
Height = 480
Left = 840
Picture = "FrmRE.frx":0000
Top = 360
Width = 480
End
End
Attribute VB_Name = "FrmRE"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -