📄 frmsnipp.frm
字号:
VERSION 5.00
Begin VB.Form frmSnipp
BorderStyle = 4 'Fixed ToolWindow
Caption = "Snippet's Library ..."
ClientHeight = 4290
ClientLeft = 45
ClientTop = 285
ClientWidth = 8550
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 4290
ScaleWidth = 8550
ShowInTaskbar = 0 'False
StartUpPosition = 2 'CenterScreen
Begin VB.CommandButton cmdDone
Caption = "Cancel"
Height = 375
Left = 6720
TabIndex = 5
Top = 3840
Width = 1695
End
Begin VB.CommandButton cmdSave
Caption = "Save"
Height = 375
Left = 4920
TabIndex = 4
Top = 3840
Width = 1695
End
Begin VB.PictureBox Picture1
AutoSize = -1 'True
BorderStyle = 0 'None
Height = 480
Left = 120
Picture = "frmSnipp.frx":0000
ScaleHeight = 480
ScaleWidth = 480
TabIndex = 3
Top = 120
Width = 480
End
Begin VB.TextBox txtName
Height = 285
Left = 4440
TabIndex = 1
Top = 345
Width = 3975
End
Begin VB.TextBox Text1
Height = 3015
Left = 120
MultiLine = -1 'True
ScrollBars = 3 'Both
TabIndex = 0
Top = 720
Width = 8295
End
Begin VB.Label lblName
Caption = "Name The Snippet:"
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 2640
TabIndex = 2
Top = 360
Width = 1695
End
End
Attribute VB_Name = "frmSnipp"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
'I'll have to work on this ....
Private Sub cmdDone_Click()
Unload frmSnipp
End Sub
Private Sub cmdSave_Click()
Unload frmSnipp
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -