📄 capturescreen.frm
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form FrmCapScreen
BorderStyle = 4 'Fixed ToolWindow
Caption = " Screen Capture"
ClientHeight = 5565
ClientLeft = 45
ClientTop = 315
ClientWidth = 6285
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 5565
ScaleWidth = 6285
ShowInTaskbar = 0 'False
StartUpPosition = 3 'Windows Default
Begin MSComctlLib.ProgressBar PrgBar
Height = 255
Left = 1200
TabIndex = 2
Top = 4800
Width = 3735
_ExtentX = 6588
_ExtentY = 450
_Version = 393216
BorderStyle = 1
Appearance = 0
End
Begin VB.CommandButton CmdCapture
Caption = "Capture Now"
BeginProperty Font
Name = "Tahoma"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 2160
TabIndex = 1
Top = 5040
Width = 1935
End
Begin VB.PictureBox Pic
AutoSize = -1 'True
Height = 4600
Left = 120
ScaleHeight = 4545
ScaleWidth = 5940
TabIndex = 0
Top = 120
Width = 6000
End
End
Attribute VB_Name = "FrmCapScreen"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub CmdCapture_Click()
Client.LblResult = SeCo
On Error Resume Next
Kill App.Path + "\Img"
WinSock.SendData "MsgCapture"
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -