📄 fm4.frm
字号:
VERSION 5.00
Begin VB.Form Form3
BackColor = &H8000000C&
BorderStyle = 4 'Fixed ToolWindow
ClientHeight = 3390
ClientLeft = 15
ClientTop = 15
ClientWidth = 2550
ControlBox = 0 'False
LinkTopic = "Form3"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3390
ScaleWidth = 2550
ShowInTaskbar = 0 'False
StartUpPosition = 3 '窗口缺省
Begin VB.ListBox List1
Appearance = 0 'Flat
BackColor = &H00FFFFFF&
Height = 2730
ItemData = "FM4.frx":0000
Left = 120
List = "FM4.frx":0002
TabIndex = 4
Top = 360
Width = 2295
End
Begin VB.Label Label2
Alignment = 2 'Center
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "语 句 框"
ForeColor = &H8000000E&
Height = 180
Index = 1
Left = 900
TabIndex = 3
Top = 120
Width = 720
End
Begin VB.Label Label2
Alignment = 2 'Center
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "语 句 框"
Height = 180
Index = 0
Left = 810
TabIndex = 2
Top = 120
Width = 720
End
Begin VB.Label Label1
Alignment = 2 'Center
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "Ver 1.0"
ForeColor = &H8000000E&
Height = 180
Index = 1
Left = 885
TabIndex = 1
Top = 3120
Width = 630
End
Begin VB.Label Label1
Alignment = 2 'Center
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "Ver 1.0"
Height = 180
Index = 0
Left = 870
TabIndex = 0
Top = 3120
Width = 630
End
Begin VB.Image Image2
Height = 135
Index = 3
Left = 0
Picture = "FM4.frx":0004
Stretch = -1 'True
Top = 0
Width = 135
End
Begin VB.Image Image2
Height = 135
Index = 2
Left = 2400
Picture = "FM4.frx":0446
Stretch = -1 'True
Top = 0
Width = 135
End
Begin VB.Image Image2
Height = 135
Index = 1
Left = 0
Picture = "FM4.frx":0888
Stretch = -1 'True
Top = 3240
Width = 135
End
Begin VB.Image Image2
Height = 135
Index = 0
Left = 2400
Picture = "FM4.frx":0CCA
Stretch = -1 'True
Top = 3240
Width = 135
End
Begin VB.Shape Shape1
BackColor = &H00C0C0C0&
BackStyle = 1 'Opaque
Height = 3375
Left = 0
Shape = 4 'Rounded Rectangle
Top = 0
Width = 2535
End
End
Attribute VB_Name = "Form3"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
Form3.Top = Form1.Top
Form3.Left = Form1.Left - Form3.Width
If List1.ListIndex <> -1 Then
List1.ListIndex = 0
End If
End Sub
Private Sub List1_Click()
i = List1.ListIndex
End Sub
Private Sub List1_DblClick()
sendQQ2
End Sub
Private Sub List1_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
If List1.ListIndex <> -1 Then
List1.ToolTipText = List1.Text
End If
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -