implement search by control bounds

This commit is contained in:
Jonathan Jenne
2019-09-19 16:20:09 +02:00
parent 88bae3ee92
commit a765fe4cce
13 changed files with 1673 additions and 416 deletions

View File

@@ -1,9 +1,9 @@
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class frmControlCapture
Inherits System.Windows.Forms.Form
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
<System.Diagnostics.DebuggerNonUserCode()> _
<System.Diagnostics.DebuggerNonUserCode()>
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
@@ -20,28 +20,46 @@ Partial Class frmControlCapture
'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich.
'Das Bearbeiten ist mit dem Windows Form-Designer möglich.
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
<System.Diagnostics.DebuggerStepThrough()> _
<System.Diagnostics.DebuggerStepThrough()>
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmControlCapture))
Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
Me.Label3 = New System.Windows.Forms.Label()
Me.Label4 = New System.Windows.Forms.Label()
Me.Label2 = New System.Windows.Forms.Label()
Me.Label1 = New System.Windows.Forms.Label()
Me.txtControlName = New System.Windows.Forms.TextBox()
Me.txtName = New System.Windows.Forms.TextBox()
Me.txtPID = New System.Windows.Forms.TextBox()
Me.Button1 = New System.Windows.Forms.Button()
Me.Button2 = New System.Windows.Forms.Button()
Me.txtAutomationId = New System.Windows.Forms.TextBox()
Me.txtTLLeft = New System.Windows.Forms.TextBox()
Me.txtTLRight = New System.Windows.Forms.TextBox()
Me.txtTLTop = New System.Windows.Forms.TextBox()
Me.txtTLBottom = New System.Windows.Forms.TextBox()
Me.Label1 = New System.Windows.Forms.Label()
Me.Label2 = New System.Windows.Forms.Label()
Me.Label4 = New System.Windows.Forms.Label()
Me.Label5 = New System.Windows.Forms.Label()
Me.txtTRLeft = New System.Windows.Forms.TextBox()
Me.txtTRRight = New System.Windows.Forms.TextBox()
Me.txtTRTop = New System.Windows.Forms.TextBox()
Me.txtTRBottom = New System.Windows.Forms.TextBox()
Me.Label6 = New System.Windows.Forms.Label()
Me.txtFrameworkId = New System.Windows.Forms.TextBox()
Me.chkAutomationId = New System.Windows.Forms.CheckBox()
Me.chkControlName = New System.Windows.Forms.CheckBox()
Me.Label7 = New System.Windows.Forms.Label()
Me.txtNewFocusControlHandle = New System.Windows.Forms.TextBox()
Me.Label8 = New System.Windows.Forms.Label()
Me.Label9 = New System.Windows.Forms.Label()
Me.txtBLLeft = New System.Windows.Forms.TextBox()
Me.txtBLRight = New System.Windows.Forms.TextBox()
Me.txtBLTop = New System.Windows.Forms.TextBox()
Me.txtBLBottom = New System.Windows.Forms.TextBox()
Me.Label10 = New System.Windows.Forms.Label()
Me.Label11 = New System.Windows.Forms.Label()
Me.Label12 = New System.Windows.Forms.Label()
Me.Label13 = New System.Windows.Forms.Label()
Me.txtBRLeft = New System.Windows.Forms.TextBox()
Me.txtBRRight = New System.Windows.Forms.TextBox()
Me.txtBRTop = New System.Windows.Forms.TextBox()
Me.txtBRBottom = New System.Windows.Forms.TextBox()
Me.Label14 = New System.Windows.Forms.Label()
Me.Label15 = New System.Windows.Forms.Label()
Me.Label16 = New System.Windows.Forms.Label()
Me.Label17 = New System.Windows.Forms.Label()
Me.SuspendLayout()
'
'Timer1
@@ -51,77 +69,23 @@ Partial Class frmControlCapture
'
'Label3
'
Me.Label3.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Label3.Font = New System.Drawing.Font("Tahoma", 9.75!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label3.Location = New System.Drawing.Point(12, 183)
Me.Label3.Location = New System.Drawing.Point(12, 281)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(438, 42)
Me.Label3.Size = New System.Drawing.Size(294, 42)
Me.Label3.TabIndex = 11
Me.Label3.Text = "Auswertung von aktivem Feld läuft! Wechseln Sie durch die aktiven Anwendungen und" &
" klicken Sie in ein Feld!"
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label4.Location = New System.Drawing.Point(12, 89)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(61, 13)
Me.Label4.TabIndex = 8
Me.Label4.Text = "Feld Name:"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label2.Location = New System.Drawing.Point(12, 35)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(78, 13)
Me.Label2.TabIndex = 9
Me.Label2.Text = "Prozess Name:"
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label1.Location = New System.Drawing.Point(12, 9)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(62, 13)
Me.Label1.TabIndex = 10
Me.Label1.Text = "Prozess ID:"
'
'txtControlName
'
Me.txtControlName.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtControlName.Location = New System.Drawing.Point(226, 84)
Me.txtControlName.Name = "txtControlName"
Me.txtControlName.ReadOnly = True
Me.txtControlName.Size = New System.Drawing.Size(224, 21)
Me.txtControlName.TabIndex = 6
'
'txtName
'
Me.txtName.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtName.Location = New System.Drawing.Point(226, 32)
Me.txtName.Name = "txtName"
Me.txtName.ReadOnly = True
Me.txtName.Size = New System.Drawing.Size(224, 21)
Me.txtName.TabIndex = 7
'
'txtPID
'
Me.txtPID.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtPID.Location = New System.Drawing.Point(226, 4)
Me.txtPID.Name = "txtPID"
Me.txtPID.ReadOnly = True
Me.txtPID.Size = New System.Drawing.Size(224, 21)
Me.txtPID.TabIndex = 5
'
'Button1
'
Me.Button1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.Button1.DialogResult = System.Windows.Forms.DialogResult.OK
Me.Button1.Image = Global.DD_Clipboard_Watcher.My.Resources.Resources.add
Me.Button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Button1.Location = New System.Drawing.Point(15, 242)
Me.Button1.Location = New System.Drawing.Point(12, 326)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(159, 34)
Me.Button1.TabIndex = 0
@@ -130,113 +94,311 @@ Partial Class frmControlCapture
'
'Button2
'
Me.Button2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Button2.DialogResult = System.Windows.Forms.DialogResult.Cancel
Me.Button2.Image = Global.DD_Clipboard_Watcher.My.Resources.Resources.cancel
Me.Button2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Button2.Location = New System.Drawing.Point(291, 242)
Me.Button2.Location = New System.Drawing.Point(147, 326)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(159, 34)
Me.Button2.TabIndex = 0
Me.Button2.Text = "Abbruch"
Me.Button2.UseVisualStyleBackColor = True
'
'txtAutomationId
'txtTLLeft
'
Me.txtAutomationId.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtAutomationId.Location = New System.Drawing.Point(226, 110)
Me.txtAutomationId.Name = "txtAutomationId"
Me.txtAutomationId.ReadOnly = True
Me.txtAutomationId.Size = New System.Drawing.Size(224, 21)
Me.txtAutomationId.TabIndex = 6
Me.txtTLLeft.Location = New System.Drawing.Point(59, 28)
Me.txtTLLeft.Name = "txtTLLeft"
Me.txtTLLeft.Size = New System.Drawing.Size(77, 21)
Me.txtTLLeft.TabIndex = 12
'
'txtTLRight
'
Me.txtTLRight.Location = New System.Drawing.Point(59, 55)
Me.txtTLRight.Name = "txtTLRight"
Me.txtTLRight.Size = New System.Drawing.Size(77, 21)
Me.txtTLRight.TabIndex = 12
'
'txtTLTop
'
Me.txtTLTop.Location = New System.Drawing.Point(59, 82)
Me.txtTLTop.Name = "txtTLTop"
Me.txtTLTop.Size = New System.Drawing.Size(77, 21)
Me.txtTLTop.TabIndex = 12
'
'txtTLBottom
'
Me.txtTLBottom.Location = New System.Drawing.Point(59, 109)
Me.txtTLBottom.Name = "txtTLBottom"
Me.txtTLBottom.Size = New System.Drawing.Size(77, 21)
Me.txtTLBottom.TabIndex = 12
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(12, 31)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(26, 13)
Me.Label1.TabIndex = 13
Me.Label1.Text = "Left"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(12, 58)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(32, 13)
Me.Label2.TabIndex = 13
Me.Label2.Text = "Right"
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Location = New System.Drawing.Point(12, 85)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(25, 13)
Me.Label4.TabIndex = 13
Me.Label4.Text = "Top"
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label5.Location = New System.Drawing.Point(12, 115)
Me.Label5.Location = New System.Drawing.Point(12, 112)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(79, 13)
Me.Label5.TabIndex = 8
Me.Label5.Text = "Automation Id:"
Me.Label5.Size = New System.Drawing.Size(41, 13)
Me.Label5.TabIndex = 13
Me.Label5.Text = "Bottom"
'
'txtTRLeft
'
Me.txtTRLeft.Location = New System.Drawing.Point(198, 28)
Me.txtTRLeft.Name = "txtTRLeft"
Me.txtTRLeft.Size = New System.Drawing.Size(77, 21)
Me.txtTRLeft.TabIndex = 12
'
'txtTRRight
'
Me.txtTRRight.Location = New System.Drawing.Point(198, 55)
Me.txtTRRight.Name = "txtTRRight"
Me.txtTRRight.Size = New System.Drawing.Size(77, 21)
Me.txtTRRight.TabIndex = 12
'
'txtTRTop
'
Me.txtTRTop.Location = New System.Drawing.Point(198, 82)
Me.txtTRTop.Name = "txtTRTop"
Me.txtTRTop.Size = New System.Drawing.Size(77, 21)
Me.txtTRTop.TabIndex = 12
'
'txtTRBottom
'
Me.txtTRBottom.Location = New System.Drawing.Point(198, 109)
Me.txtTRBottom.Name = "txtTRBottom"
Me.txtTRBottom.Size = New System.Drawing.Size(77, 21)
Me.txtTRBottom.TabIndex = 12
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label6.Location = New System.Drawing.Point(12, 61)
Me.Label6.Location = New System.Drawing.Point(151, 31)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(77, 13)
Me.Label6.TabIndex = 8
Me.Label6.Text = "Framework Id:"
'
'txtFrameworkId
'
Me.txtFrameworkId.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtFrameworkId.Location = New System.Drawing.Point(226, 58)
Me.txtFrameworkId.Name = "txtFrameworkId"
Me.txtFrameworkId.ReadOnly = True
Me.txtFrameworkId.Size = New System.Drawing.Size(224, 21)
Me.txtFrameworkId.TabIndex = 6
'
'chkAutomationId
'
Me.chkAutomationId.AutoSize = True
Me.chkAutomationId.Location = New System.Drawing.Point(133, 139)
Me.chkAutomationId.Name = "chkAutomationId"
Me.chkAutomationId.Size = New System.Drawing.Size(87, 17)
Me.chkAutomationId.TabIndex = 12
Me.chkAutomationId.Text = "Übernehmen"
Me.chkAutomationId.UseVisualStyleBackColor = True
'
'chkControlName
'
Me.chkControlName.AutoSize = True
Me.chkControlName.Location = New System.Drawing.Point(133, 86)
Me.chkControlName.Name = "chkControlName"
Me.chkControlName.Size = New System.Drawing.Size(87, 17)
Me.chkControlName.TabIndex = 12
Me.chkControlName.Text = "Übernehmen"
Me.chkControlName.UseVisualStyleBackColor = True
Me.Label6.Size = New System.Drawing.Size(26, 13)
Me.Label6.TabIndex = 13
Me.Label6.Text = "Left"
'
'Label7
'
Me.Label7.AutoSize = True
Me.Label7.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label7.Location = New System.Drawing.Point(12, 140)
Me.Label7.Location = New System.Drawing.Point(151, 58)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(107, 13)
Me.Label7.TabIndex = 14
Me.Label7.Text = "FocusControlHandle:"
Me.Label7.Size = New System.Drawing.Size(32, 13)
Me.Label7.TabIndex = 13
Me.Label7.Text = "Right"
'
'txtNewFocusControlHandle
'Label8
'
Me.txtNewFocusControlHandle.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtNewFocusControlHandle.Location = New System.Drawing.Point(226, 137)
Me.txtNewFocusControlHandle.Name = "txtNewFocusControlHandle"
Me.txtNewFocusControlHandle.ReadOnly = True
Me.txtNewFocusControlHandle.Size = New System.Drawing.Size(224, 21)
Me.txtNewFocusControlHandle.TabIndex = 13
Me.Label8.AutoSize = True
Me.Label8.Location = New System.Drawing.Point(151, 85)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(25, 13)
Me.Label8.TabIndex = 13
Me.Label8.Text = "Top"
'
'Label9
'
Me.Label9.AutoSize = True
Me.Label9.Location = New System.Drawing.Point(151, 112)
Me.Label9.Name = "Label9"
Me.Label9.Size = New System.Drawing.Size(41, 13)
Me.Label9.TabIndex = 13
Me.Label9.Text = "Bottom"
'
'txtBLLeft
'
Me.txtBLLeft.Location = New System.Drawing.Point(59, 157)
Me.txtBLLeft.Name = "txtBLLeft"
Me.txtBLLeft.Size = New System.Drawing.Size(77, 21)
Me.txtBLLeft.TabIndex = 12
'
'txtBLRight
'
Me.txtBLRight.Location = New System.Drawing.Point(59, 184)
Me.txtBLRight.Name = "txtBLRight"
Me.txtBLRight.Size = New System.Drawing.Size(77, 21)
Me.txtBLRight.TabIndex = 12
'
'txtBLTop
'
Me.txtBLTop.Location = New System.Drawing.Point(59, 211)
Me.txtBLTop.Name = "txtBLTop"
Me.txtBLTop.Size = New System.Drawing.Size(77, 21)
Me.txtBLTop.TabIndex = 12
'
'txtBLBottom
'
Me.txtBLBottom.Location = New System.Drawing.Point(59, 238)
Me.txtBLBottom.Name = "txtBLBottom"
Me.txtBLBottom.Size = New System.Drawing.Size(77, 21)
Me.txtBLBottom.TabIndex = 12
'
'Label10
'
Me.Label10.AutoSize = True
Me.Label10.Location = New System.Drawing.Point(12, 160)
Me.Label10.Name = "Label10"
Me.Label10.Size = New System.Drawing.Size(26, 13)
Me.Label10.TabIndex = 13
Me.Label10.Text = "Left"
'
'Label11
'
Me.Label11.AutoSize = True
Me.Label11.Location = New System.Drawing.Point(12, 187)
Me.Label11.Name = "Label11"
Me.Label11.Size = New System.Drawing.Size(32, 13)
Me.Label11.TabIndex = 13
Me.Label11.Text = "Right"
'
'Label12
'
Me.Label12.AutoSize = True
Me.Label12.Location = New System.Drawing.Point(12, 214)
Me.Label12.Name = "Label12"
Me.Label12.Size = New System.Drawing.Size(25, 13)
Me.Label12.TabIndex = 13
Me.Label12.Text = "Top"
'
'Label13
'
Me.Label13.AutoSize = True
Me.Label13.Location = New System.Drawing.Point(12, 241)
Me.Label13.Name = "Label13"
Me.Label13.Size = New System.Drawing.Size(41, 13)
Me.Label13.TabIndex = 13
Me.Label13.Text = "Bottom"
'
'txtBRLeft
'
Me.txtBRLeft.Location = New System.Drawing.Point(198, 157)
Me.txtBRLeft.Name = "txtBRLeft"
Me.txtBRLeft.Size = New System.Drawing.Size(77, 21)
Me.txtBRLeft.TabIndex = 12
'
'txtBRRight
'
Me.txtBRRight.Location = New System.Drawing.Point(198, 184)
Me.txtBRRight.Name = "txtBRRight"
Me.txtBRRight.Size = New System.Drawing.Size(77, 21)
Me.txtBRRight.TabIndex = 12
'
'txtBRTop
'
Me.txtBRTop.Location = New System.Drawing.Point(198, 211)
Me.txtBRTop.Name = "txtBRTop"
Me.txtBRTop.Size = New System.Drawing.Size(77, 21)
Me.txtBRTop.TabIndex = 12
'
'txtBRBottom
'
Me.txtBRBottom.Location = New System.Drawing.Point(198, 238)
Me.txtBRBottom.Name = "txtBRBottom"
Me.txtBRBottom.Size = New System.Drawing.Size(77, 21)
Me.txtBRBottom.TabIndex = 12
'
'Label14
'
Me.Label14.AutoSize = True
Me.Label14.Location = New System.Drawing.Point(151, 160)
Me.Label14.Name = "Label14"
Me.Label14.Size = New System.Drawing.Size(26, 13)
Me.Label14.TabIndex = 13
Me.Label14.Text = "Left"
'
'Label15
'
Me.Label15.AutoSize = True
Me.Label15.Location = New System.Drawing.Point(151, 187)
Me.Label15.Name = "Label15"
Me.Label15.Size = New System.Drawing.Size(32, 13)
Me.Label15.TabIndex = 13
Me.Label15.Text = "Right"
'
'Label16
'
Me.Label16.AutoSize = True
Me.Label16.Location = New System.Drawing.Point(151, 214)
Me.Label16.Name = "Label16"
Me.Label16.Size = New System.Drawing.Size(25, 13)
Me.Label16.TabIndex = 13
Me.Label16.Text = "Top"
'
'Label17
'
Me.Label17.AutoSize = True
Me.Label17.Location = New System.Drawing.Point(151, 241)
Me.Label17.Name = "Label17"
Me.Label17.Size = New System.Drawing.Size(41, 13)
Me.Label17.TabIndex = 13
Me.Label17.Text = "Bottom"
'
'frmControlCapture
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(462, 300)
Me.Controls.Add(Me.Label7)
Me.Controls.Add(Me.txtNewFocusControlHandle)
Me.Controls.Add(Me.chkControlName)
Me.Controls.Add(Me.chkAutomationId)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.Label6)
Me.ClientSize = New System.Drawing.Size(318, 372)
Me.Controls.Add(Me.Label17)
Me.Controls.Add(Me.Label13)
Me.Controls.Add(Me.Label9)
Me.Controls.Add(Me.Label5)
Me.Controls.Add(Me.Label16)
Me.Controls.Add(Me.Label12)
Me.Controls.Add(Me.Label8)
Me.Controls.Add(Me.Label4)
Me.Controls.Add(Me.Label15)
Me.Controls.Add(Me.Label11)
Me.Controls.Add(Me.Label7)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.Label14)
Me.Controls.Add(Me.Label10)
Me.Controls.Add(Me.Label6)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.txtFrameworkId)
Me.Controls.Add(Me.txtAutomationId)
Me.Controls.Add(Me.txtControlName)
Me.Controls.Add(Me.txtName)
Me.Controls.Add(Me.txtPID)
Me.Controls.Add(Me.txtBRBottom)
Me.Controls.Add(Me.txtBLBottom)
Me.Controls.Add(Me.txtTRBottom)
Me.Controls.Add(Me.txtBRTop)
Me.Controls.Add(Me.txtBLTop)
Me.Controls.Add(Me.txtTRTop)
Me.Controls.Add(Me.txtTLBottom)
Me.Controls.Add(Me.txtBRRight)
Me.Controls.Add(Me.txtBLRight)
Me.Controls.Add(Me.txtTRRight)
Me.Controls.Add(Me.txtTLTop)
Me.Controls.Add(Me.txtBRLeft)
Me.Controls.Add(Me.txtBLLeft)
Me.Controls.Add(Me.txtTRLeft)
Me.Controls.Add(Me.txtTLRight)
Me.Controls.Add(Me.txtTLLeft)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.Button2)
Me.Controls.Add(Me.Button1)
Me.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
@@ -250,20 +412,38 @@ Partial Class frmControlCapture
End Sub
Friend WithEvents Timer1 As Timer
Friend WithEvents Label3 As Label
Friend WithEvents Label4 As Label
Friend WithEvents Label2 As Label
Friend WithEvents Label1 As Label
Friend WithEvents txtControlName As TextBox
Friend WithEvents txtName As TextBox
Friend WithEvents txtPID As TextBox
Friend WithEvents Button1 As Button
Friend WithEvents Button2 As Button
Friend WithEvents txtAutomationId As TextBox
Friend WithEvents txtTLLeft As TextBox
Friend WithEvents txtTLRight As TextBox
Friend WithEvents txtTLTop As TextBox
Friend WithEvents txtTLBottom As TextBox
Friend WithEvents Label1 As Label
Friend WithEvents Label2 As Label
Friend WithEvents Label4 As Label
Friend WithEvents Label5 As Label
Friend WithEvents txtTRLeft As TextBox
Friend WithEvents txtTRRight As TextBox
Friend WithEvents txtTRTop As TextBox
Friend WithEvents txtTRBottom As TextBox
Friend WithEvents Label6 As Label
Friend WithEvents txtFrameworkId As TextBox
Friend WithEvents chkAutomationId As CheckBox
Friend WithEvents chkControlName As CheckBox
Friend WithEvents Label7 As Label
Friend WithEvents txtNewFocusControlHandle As TextBox
Friend WithEvents Label8 As Label
Friend WithEvents Label9 As Label
Friend WithEvents txtBLLeft As TextBox
Friend WithEvents txtBLRight As TextBox
Friend WithEvents txtBLTop As TextBox
Friend WithEvents txtBLBottom As TextBox
Friend WithEvents Label10 As Label
Friend WithEvents Label11 As Label
Friend WithEvents Label12 As Label
Friend WithEvents Label13 As Label
Friend WithEvents txtBRLeft As TextBox
Friend WithEvents txtBRRight As TextBox
Friend WithEvents txtBRTop As TextBox
Friend WithEvents txtBRBottom As TextBox
Friend WithEvents Label14 As Label
Friend WithEvents Label15 As Label
Friend WithEvents Label16 As Label
Friend WithEvents Label17 As Label
End Class