?? mainfrm.designer.vb
字號:
?<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class MainFrm
Inherits System.Windows.Forms.Form
'Form 重寫 Dispose,以清理組件列表。
<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
'Windows 窗體設計器所必需的
Private components As System.ComponentModel.IContainer
'注意: 以下過程是 Windows 窗體設計器所必需的
'可以使用 Windows 窗體設計器修改它。
'不要使用代碼編輯器修改它。
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(MainFrm))
Me.LB1 = New System.Windows.Forms.Label
Me.LBMousXY = New System.Windows.Forms.Label
Me.LB2 = New System.Windows.Forms.Label
Me.TxtBoxStr = New System.Windows.Forms.TextBox
Me.BtExit = New System.Windows.Forms.Button
Me.LB3 = New System.Windows.Forms.Label
Me.TimerGetTxt = New System.Windows.Forms.Timer(Me.components)
Me.LB4 = New System.Windows.Forms.Label
Me.LBColorShow = New System.Windows.Forms.Label
Me.SuspendLayout()
'
'LB1
'
Me.LB1.AutoSize = True
Me.LB1.Location = New System.Drawing.Point(12, 9)
Me.LB1.Name = "LB1"
Me.LB1.Size = New System.Drawing.Size(35, 12)
Me.LB1.TabIndex = 4
Me.LB1.Text = "坐標:"
'
'LBMousXY
'
Me.LBMousXY.AutoSize = True
Me.LBMousXY.Location = New System.Drawing.Point(53, 9)
Me.LBMousXY.Name = "LBMousXY"
Me.LBMousXY.Size = New System.Drawing.Size(23, 12)
Me.LBMousXY.TabIndex = 5
Me.LBMousXY.Text = "X,Y"
'
'LB2
'
Me.LB2.AutoSize = True
Me.LB2.Location = New System.Drawing.Point(12, 35)
Me.LB2.Name = "LB2"
Me.LB2.Size = New System.Drawing.Size(35, 12)
Me.LB2.TabIndex = 7
Me.LB2.Text = "內容:"
'
'TxtBoxStr
'
Me.TxtBoxStr.Location = New System.Drawing.Point(53, 29)
Me.TxtBoxStr.Name = "TxtBoxStr"
Me.TxtBoxStr.Size = New System.Drawing.Size(335, 21)
Me.TxtBoxStr.TabIndex = 0
'
'BtExit
'
Me.BtExit.Location = New System.Drawing.Point(323, 57)
Me.BtExit.Name = "BtExit"
Me.BtExit.Size = New System.Drawing.Size(65, 23)
Me.BtExit.TabIndex = 3
Me.BtExit.Text = "退出"
Me.BtExit.UseVisualStyleBackColor = True
'
'LB3
'
Me.LB3.AutoSize = True
Me.LB3.Location = New System.Drawing.Point(140, 9)
Me.LB3.Name = "LB3"
Me.LB3.Size = New System.Drawing.Size(245, 12)
Me.LB3.TabIndex = 6
Me.LB3.Text = "移動鼠標到要獲取密碼或文本內容的界面上。"
'
'TimerGetTxt
'
Me.TimerGetTxt.Enabled = True
Me.TimerGetTxt.Interval = 250
'
'LB4
'
Me.LB4.AutoSize = True
Me.LB4.Location = New System.Drawing.Point(53, 62)
Me.LB4.Name = "LB4"
Me.LB4.Size = New System.Drawing.Size(257, 12)
Me.LB4.TabIndex = 8
Me.LB4.Text = "已經啟用熱鍵:Ctrl+T 來開始或停止獲取內容。"
'
'LBColorShow
'
Me.LBColorShow.BackColor = System.Drawing.Color.Lime
Me.LBColorShow.Location = New System.Drawing.Point(22, 64)
Me.LBColorShow.Name = "LBColorShow"
Me.LBColorShow.Size = New System.Drawing.Size(10, 10)
Me.LBColorShow.TabIndex = 9
'
'MainFrm
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(399, 90)
Me.Controls.Add(Me.LBColorShow)
Me.Controls.Add(Me.LB4)
Me.Controls.Add(Me.LB3)
Me.Controls.Add(Me.BtExit)
Me.Controls.Add(Me.TxtBoxStr)
Me.Controls.Add(Me.LB2)
Me.Controls.Add(Me.LBMousXY)
Me.Controls.Add(Me.LB1)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.MaximizeBox = False
Me.Name = "MainFrm"
Me.Text = "密碼查看器"
Me.TopMost = True
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents LB1 As System.Windows.Forms.Label
Friend WithEvents LBMousXY As System.Windows.Forms.Label
Friend WithEvents LB2 As System.Windows.Forms.Label
Friend WithEvents TxtBoxStr As System.Windows.Forms.TextBox
Friend WithEvents BtExit As System.Windows.Forms.Button
Friend WithEvents LB3 As System.Windows.Forms.Label
Friend WithEvents TimerGetTxt As System.Windows.Forms.Timer
Friend WithEvents LB4 As System.Windows.Forms.Label
Friend WithEvents LBColorShow As System.Windows.Forms.Label
End Class
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -