📄 frmcode.frm
字号:
VERSION 5.00
Begin VB.Form frmCode
BorderStyle = 0 'None
ClientHeight = 6420
ClientLeft = 0
ClientTop = 0
ClientWidth = 8490
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 428
ScaleMode = 3 'Pixel
ScaleWidth = 566
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton cmdClose
Caption = "关 闭"
Height = 375
Left = 480
TabIndex = 1
Top = 5880
Width = 1095
End
Begin VB.TextBox Text1
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 5175
Left = 120
Locked = -1 'True
MultiLine = -1 'True
ScrollBars = 2 'Vertical
TabIndex = 2
Text = "frmCode.frx":0000
Top = 600
Width = 8175
End
Begin VB.Image imgTitleClose
Height = 195
Left = 7920
Picture = "frmCode.frx":0C0C
Top = 120
Width = 195
End
Begin VB.Label lblTitle
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "特殊字符"
BeginProperty Font
Name = "Arial"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FFFFFF&
Height = 240
Left = 600
TabIndex = 0
Top = 120
Width = 840
End
Begin VB.Image imgTitleMain
Height = 450
Left = 5640
Picture = "frmCode.frx":0E56
Stretch = -1 'True
Top = 480
Width = 285
End
Begin VB.Image imgTitleLeft
Height = 450
Left = 5640
Picture = "frmCode.frx":15A0
Top = 0
Width = 285
End
Begin VB.Image imgWindowBottomRight
Height = 450
Left = 6720
Picture = "frmCode.frx":1CEA
Top = 0
Width = 285
End
Begin VB.Image imgWindowBottomLeft
Height = 450
Left = 6360
Picture = "frmCode.frx":2434
Top = 0
Width = 285
End
Begin VB.Image imgTitleRight
Height = 450
Left = 6000
Picture = "frmCode.frx":2B7E
Top = 0
Width = 285
End
Begin VB.Image imgWindowBottom
Height = 450
Left = 6000
Picture = "frmCode.frx":32C8
Stretch = -1 'True
Top = 480
Width = 285
End
Begin VB.Image imgWindowLeft
Height = 450
Left = 6360
Picture = "frmCode.frx":3A12
Stretch = -1 'True
Top = 480
Width = 285
End
Begin VB.Image imgWindowRight
Height = 450
Left = 6720
Picture = "frmCode.frx":415C
Stretch = -1 'True
Top = 480
Width = 285
End
End
Attribute VB_Name = "frmCode"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdClose_Click()
Unload Me
End Sub
Private Sub Form_Load()
MakeWindowSub Me
AlwaysOnTop Me, True
End Sub
Private Sub imgTitleClose_Click()
Unload Me
End Sub
Private Sub imgTitleLeft_MouseDown(Button As Integer, Shift As Integer, x As Single, y As Single)
DoDrag Me
End Sub
Private Sub imgTitleMain_MouseDown(Button As Integer, Shift As Integer, x As Single, y As Single)
DoDrag Me
End Sub
Private Sub imgTitleMinimize_Click()
End Sub
Private Sub imgTitleRight_MouseDown(Button As Integer, Shift As Integer, x As Single, y As Single)
DoDrag Me
End Sub
Private Sub lblPara3_Click()
End Sub
Private Sub lblTitle_MouseDown(Button As Integer, Shift As Integer, x As Single, y As Single)
DoDrag Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -