📄 frmcapture.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmCapture
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
MyBase.Dispose(disposing)
End Sub
'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer
'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.chkTopMost = New System.Windows.Forms.CheckBox
Me.hsbImage = New System.Windows.Forms.HScrollBar
Me.vsbImage = New System.Windows.Forms.VScrollBar
Me.btnPaste = New System.Windows.Forms.Button
Me.grbImage = New System.Windows.Forms.GroupBox
Me.pcbPaste = New System.Windows.Forms.PictureBox
Me.btnSave = New System.Windows.Forms.Button
Me.grbImage.SuspendLayout()
CType(Me.pcbPaste, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'chkTopMost
'
Me.chkTopMost.AutoSize = True
Me.chkTopMost.Location = New System.Drawing.Point(20, 7)
Me.chkTopMost.Name = "chkTopMost"
Me.chkTopMost.Size = New System.Drawing.Size(70, 17)
Me.chkTopMost.TabIndex = 9
Me.chkTopMost.Text = "Top Most"
Me.chkTopMost.UseVisualStyleBackColor = True
'
'hsbImage
'
Me.hsbImage.Location = New System.Drawing.Point(20, 353)
Me.hsbImage.Name = "hsbImage"
Me.hsbImage.Size = New System.Drawing.Size(611, 16)
Me.hsbImage.TabIndex = 8
'
'vsbImage
'
Me.vsbImage.Location = New System.Drawing.Point(637, 54)
Me.vsbImage.Name = "vsbImage"
Me.vsbImage.Size = New System.Drawing.Size(15, 291)
Me.vsbImage.TabIndex = 7
'
'btnPaste
'
Me.btnPaste.BackColor = System.Drawing.SystemColors.Control
Me.btnPaste.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnPaste.ForeColor = System.Drawing.SystemColors.ControlText
Me.btnPaste.Location = New System.Drawing.Point(181, 9)
Me.btnPaste.Name = "btnPaste"
Me.btnPaste.Size = New System.Drawing.Size(131, 33)
Me.btnPaste.TabIndex = 5
Me.btnPaste.Text = "Paste"
Me.btnPaste.UseVisualStyleBackColor = False
'
'grbImage
'
Me.grbImage.Controls.Add(Me.pcbPaste)
Me.grbImage.Location = New System.Drawing.Point(20, 48)
Me.grbImage.Name = "grbImage"
Me.grbImage.Size = New System.Drawing.Size(611, 298)
Me.grbImage.TabIndex = 6
Me.grbImage.TabStop = False
'
'pcbPaste
'
Me.pcbPaste.Location = New System.Drawing.Point(2, 6)
Me.pcbPaste.Name = "pcbPaste"
Me.pcbPaste.Size = New System.Drawing.Size(599, 273)
Me.pcbPaste.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize
Me.pcbPaste.TabIndex = 0
Me.pcbPaste.TabStop = False
'
'btnSave
'
Me.btnSave.BackColor = System.Drawing.SystemColors.Control
Me.btnSave.Font = New System.Drawing.Font("Tahoma", 8.0!, System.Drawing.FontStyle.Bold)
Me.btnSave.Location = New System.Drawing.Point(318, 10)
Me.btnSave.Name = "btnSave"
Me.btnSave.Size = New System.Drawing.Size(131, 32)
Me.btnSave.TabIndex = 10
Me.btnSave.Text = "Save"
Me.btnSave.UseVisualStyleBackColor = False
'
'frmCapture
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(672, 377)
Me.Controls.Add(Me.btnSave)
Me.Controls.Add(Me.chkTopMost)
Me.Controls.Add(Me.hsbImage)
Me.Controls.Add(Me.vsbImage)
Me.Controls.Add(Me.btnPaste)
Me.Controls.Add(Me.grbImage)
Me.Name = "frmCapture"
Me.Text = "Capture Screen"
Me.grbImage.ResumeLayout(False)
Me.grbImage.PerformLayout()
CType(Me.pcbPaste, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents chkTopMost As System.Windows.Forms.CheckBox
Friend WithEvents hsbImage As System.Windows.Forms.HScrollBar
Friend WithEvents vsbImage As System.Windows.Forms.VScrollBar
Friend WithEvents btnPaste As System.Windows.Forms.Button
Friend WithEvents grbImage As System.Windows.Forms.GroupBox
Friend WithEvents pcbPaste As System.Windows.Forms.PictureBox
Friend WithEvents btnSave As System.Windows.Forms.Button
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -