Projects

Find all our projects in development below.
All source code is GNU General Public License (GPL)

javaSpy

Browsing frmWindowProps.Designer.vb (31.58 KB)

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmWindowProps
    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)
        Try
            If disposing AndAlso components IsNot Nothing Then
                components.Dispose()
            End If
        Finally
            MyBase.Dispose(disposing)
        End Try
    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.components = New System.ComponentModel.Container
        Me.tabMain = New System.Windows.Forms.TabControl
        Me.pageGeneral = New System.Windows.Forms.TabPage
        Me.btnReload = New System.Windows.Forms.Button
        Me.btnProcessProps = New System.Windows.Forms.Button
        Me.txtClass = New System.Windows.Forms.TextBox
        Me.lblClass = New System.Windows.Forms.Label
        Me.btnMenuSpy = New System.Windows.Forms.Button
        Me.numHeight = New System.Windows.Forms.NumericUpDown
        Me.numWidth = New System.Windows.Forms.NumericUpDown
        Me.numTop = New System.Windows.Forms.NumericUpDown
        Me.numLeft = New System.Windows.Forms.NumericUpDown
        Me.txtCaption = New System.Windows.Forms.TextBox
        Me.lblCaption = New System.Windows.Forms.Label
        Me.lblHeight = New System.Windows.Forms.Label
        Me.lblWidth = New System.Windows.Forms.Label
        Me.lblTop = New System.Windows.Forms.Label
        Me.lblLeft = New System.Windows.Forms.Label
        Me.txtAssembly = New System.Windows.Forms.TextBox
        Me.lblAssembly = New System.Windows.Forms.Label
        Me.txtParent = New System.Windows.Forms.TextBox
        Me.lblParent = New System.Windows.Forms.Label
        Me.txtHandle = New System.Windows.Forms.TextBox
        Me.lblHandle = New System.Windows.Forms.Label
        Me.pageAppearance = New System.Windows.Forms.TabPage
        Me.grpAlwaysOnTop = New System.Windows.Forms.GroupBox
        Me.radAlwaysOnTopFalse = New System.Windows.Forms.RadioButton
        Me.radAlwaysOnTopTrue = New System.Windows.Forms.RadioButton
        Me.grpWindowEnabled = New System.Windows.Forms.GroupBox
        Me.radEnabledFalse = New System.Windows.Forms.RadioButton
        Me.radEnabledTrue = New System.Windows.Forms.RadioButton
        Me.grpWindowState = New System.Windows.Forms.GroupBox
        Me.radMaximized = New System.Windows.Forms.RadioButton
        Me.radMinimized = New System.Windows.Forms.RadioButton
        Me.radNormal = New System.Windows.Forms.RadioButton
        Me.pageCommands = New System.Windows.Forms.TabPage
        Me.btnFlashWindow = New System.Windows.Forms.Button
        Me.btnRestoreWindow = New System.Windows.Forms.Button
        Me.btnHideWindow = New System.Windows.Forms.Button
        Me.btnShowWindow = New System.Windows.Forms.Button
        Me.btnClickButton = New System.Windows.Forms.Button
        Me.btnUnload = New System.Windows.Forms.Button
        Me.pageSendKeys = New System.Windows.Forms.TabPage
        Me.txtSendKeys = New System.Windows.Forms.TextBox
        Me.trackInterval = New javaSpy.ctrlTrackBar
        Me.btnHelp = New System.Windows.Forms.Button
        Me.btnSendKeys = New System.Windows.Forms.Button
        Me.lblSendKeys = New System.Windows.Forms.Label
        Me.btnApply = New System.Windows.Forms.Button
        Me.btnCancel = New System.Windows.Forms.Button
        Me.btnOk = New System.Windows.Forms.Button
        Me.tooltipHelp = New System.Windows.Forms.ToolTip(Me.components)
        Me.tabMain.SuspendLayout()
        Me.pageGeneral.SuspendLayout()
        CType(Me.numHeight, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.numWidth, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.numTop, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.numLeft, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.pageAppearance.SuspendLayout()
        Me.grpAlwaysOnTop.SuspendLayout()
        Me.grpWindowEnabled.SuspendLayout()
        Me.grpWindowState.SuspendLayout()
        Me.pageCommands.SuspendLayout()
        Me.pageSendKeys.SuspendLayout()
        CType(Me.trackInterval, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.SuspendLayout()
        '
        'tabMain
        '
        Me.tabMain.Controls.Add(Me.pageGeneral)
        Me.tabMain.Controls.Add(Me.pageAppearance)
        Me.tabMain.Controls.Add(Me.pageCommands)
        Me.tabMain.Controls.Add(Me.pageSendKeys)
        Me.tabMain.HotTrack = True
        Me.tabMain.Location = New System.Drawing.Point(9, 10)
        Me.tabMain.Name = "tabMain"
        Me.tabMain.SelectedIndex = 0
        Me.tabMain.Size = New System.Drawing.Size(287, 313)
        Me.tabMain.TabIndex = 0
        '
        'pageGeneral
        '
        Me.pageGeneral.Controls.Add(Me.btnReload)
        Me.pageGeneral.Controls.Add(Me.btnProcessProps)
        Me.pageGeneral.Controls.Add(Me.txtClass)
        Me.pageGeneral.Controls.Add(Me.lblClass)
        Me.pageGeneral.Controls.Add(Me.btnMenuSpy)
        Me.pageGeneral.Controls.Add(Me.numHeight)
        Me.pageGeneral.Controls.Add(Me.numWidth)
        Me.pageGeneral.Controls.Add(Me.numTop)
        Me.pageGeneral.Controls.Add(Me.numLeft)
        Me.pageGeneral.Controls.Add(Me.txtCaption)
        Me.pageGeneral.Controls.Add(Me.lblCaption)
        Me.pageGeneral.Controls.Add(Me.lblHeight)
        Me.pageGeneral.Controls.Add(Me.lblWidth)
        Me.pageGeneral.Controls.Add(Me.lblTop)
        Me.pageGeneral.Controls.Add(Me.lblLeft)
        Me.pageGeneral.Controls.Add(Me.txtAssembly)
        Me.pageGeneral.Controls.Add(Me.lblAssembly)
        Me.pageGeneral.Controls.Add(Me.txtParent)
        Me.pageGeneral.Controls.Add(Me.lblParent)
        Me.pageGeneral.Controls.Add(Me.txtHandle)
        Me.pageGeneral.Controls.Add(Me.lblHandle)
        Me.pageGeneral.Location = New System.Drawing.Point(4, 22)
        Me.pageGeneral.Name = "pageGeneral"
        Me.pageGeneral.Padding = New System.Windows.Forms.Padding(3)
        Me.pageGeneral.Size = New System.Drawing.Size(279, 287)
        Me.pageGeneral.TabIndex = 0
        Me.pageGeneral.Text = "General"
        Me.pageGeneral.UseVisualStyleBackColor = True
        '
        'btnReload
        '
        Me.btnReload.Image = Global.javaSpy.My.Resources.Resources.window_configure
        Me.btnReload.Location = New System.Drawing.Point(20, 257)
        Me.btnReload.Name = "btnReload"
        Me.btnReload.Size = New System.Drawing.Size(27, 24)
        Me.btnReload.TabIndex = 19
        Me.tooltipHelp.SetToolTip(Me.btnReload, "Reload the window details")
        Me.btnReload.UseVisualStyleBackColor = True
        '
        'btnProcessProps
        '
        Me.btnProcessProps.Image = Global.javaSpy.My.Resources.Resources.process
        Me.btnProcessProps.Location = New System.Drawing.Point(235, 95)
        Me.btnProcessProps.Name = "btnProcessProps"
        Me.btnProcessProps.Size = New System.Drawing.Size(27, 24)
        Me.btnProcessProps.TabIndex = 8
        Me.tooltipHelp.SetToolTip(Me.btnProcessProps, "View the properties for this assembly")
        Me.btnProcessProps.UseVisualStyleBackColor = True
        '
        'txtClass
        '
        Me.txtClass.Location = New System.Drawing.Point(92, 69)
        Me.txtClass.Name = "txtClass"
        Me.txtClass.ReadOnly = True
        Me.txtClass.Size = New System.Drawing.Size(170, 21)
        Me.txtClass.TabIndex = 5
        '
        'lblClass
        '
        Me.lblClass.AutoSize = True
        Me.lblClass.Location = New System.Drawing.Point(17, 72)
        Me.lblClass.Name = "lblClass"
        Me.lblClass.Size = New System.Drawing.Size(36, 13)
        Me.lblClass.TabIndex = 4
        Me.lblClass.Text = "&Class:"
        '
        'btnMenuSpy
        '
        Me.btnMenuSpy.Location = New System.Drawing.Point(169, 257)
        Me.btnMenuSpy.Name = "btnMenuSpy"
        Me.btnMenuSpy.Size = New System.Drawing.Size(93, 24)
        Me.btnMenuSpy.TabIndex = 20
        Me.btnMenuSpy.Text = "&Menu Spy..."
        Me.tooltipHelp.SetToolTip(Me.btnMenuSpy, "View the menu structure for this window")
        Me.btnMenuSpy.UseVisualStyleBackColor = True
        '
        'numHeight
        '
        Me.numHeight.Location = New System.Drawing.Point(93, 204)
        Me.numHeight.Maximum = New Decimal(New Integer() {65500, 0, 0, 0})
        Me.numHeight.Minimum = New Decimal(New Integer() {65500, 0, 0, -2147483648})
        Me.numHeight.Name = "numHeight"
        Me.numHeight.Size = New System.Drawing.Size(169, 21)
        Me.numHeight.TabIndex = 16
        '
        'numWidth
        '
        Me.numWidth.Location = New System.Drawing.Point(93, 177)
        Me.numWidth.Maximum = New Decimal(New Integer() {65500, 0, 0, 0})
        Me.numWidth.Minimum = New Decimal(New Integer() {65500, 0, 0, -2147483648})
        Me.numWidth.Name = "numWidth"
        Me.numWidth.Size = New System.Drawing.Size(169, 21)
        Me.numWidth.TabIndex = 14
        '
        'numTop
        '
        Me.numTop.Location = New System.Drawing.Point(93, 150)
        Me.numTop.Maximum = New Decimal(New Integer() {65500, 0, 0, 0})
        Me.numTop.Minimum = New Decimal(New Integer() {65500, 0, 0, -2147483648})
        Me.numTop.Name = "numTop"
        Me.numTop.Size = New System.Drawing.Size(169, 21)
        Me.numTop.TabIndex = 12
        '
        'numLeft
        '
        Me.numLeft.Location = New System.Drawing.Point(93, 123)
        Me.numLeft.Maximum = New Decimal(New Integer() {65500, 0, 0, 0})
        Me.numLeft.Minimum = New Decimal(New Integer() {65500, 0, 0, -2147483648})
        Me.numLeft.Name = "numLeft"
        Me.numLeft.Size = New System.Drawing.Size(169, 21)
        Me.numLeft.TabIndex = 10
        '
        'txtCaption
        '
        Me.txtCaption.Location = New System.Drawing.Point(92, 231)
        Me.txtCaption.Name = "txtCaption"
        Me.txtCaption.Size = New System.Drawing.Size(170, 21)
        Me.txtCaption.TabIndex = 18
        '
        'lblCaption
        '
        Me.lblCaption.AutoSize = True
        Me.lblCaption.Location = New System.Drawing.Point(18, 234)
        Me.lblCaption.Name = "lblCaption"
        Me.lblCaption.Size = New System.Drawing.Size(48, 13)
        Me.lblCaption.TabIndex = 17
        Me.lblCaption.Text = "Capt&ion:"
        '
        'lblHeight
        '
        Me.lblHeight.AutoSize = True
        Me.lblHeight.Location = New System.Drawing.Point(18, 207)
        Me.lblHeight.Name = "lblHeight"
        Me.lblHeight.Size = New System.Drawing.Size(42, 13)
        Me.lblHeight.TabIndex = 15
        Me.lblHeight.Text = "H&eight:"
        '
        'lblWidth
        '
        Me.lblWidth.AutoSize = True
        Me.lblWidth.Location = New System.Drawing.Point(18, 180)
        Me.lblWidth.Name = "lblWidth"
        Me.lblWidth.Size = New System.Drawing.Size(39, 13)
        Me.lblWidth.TabIndex = 13
        Me.lblWidth.Text = "&Width:"
        '
        'lblTop
        '
        Me.lblTop.AutoSize = True
        Me.lblTop.Location = New System.Drawing.Point(18, 153)
        Me.lblTop.Name = "lblTop"
        Me.lblTop.Size = New System.Drawing.Size(29, 13)
        Me.lblTop.TabIndex = 11
        Me.lblTop.Text = "&Top:"
        '
        'lblLeft
        '
        Me.lblLeft.AutoSize = True
        Me.lblLeft.Location = New System.Drawing.Point(18, 126)
        Me.lblLeft.Name = "lblLeft"
        Me.lblLeft.Size = New System.Drawing.Size(30, 13)
        Me.lblLeft.TabIndex = 9
        Me.lblLeft.Text = "&Left:"
        '
        'txtAssembly
        '
        Me.txtAssembly.Location = New System.Drawing.Point(92, 96)
        Me.txtAssembly.Name = "txtAssembly"
        Me.txtAssembly.ReadOnly = True
        Me.txtAssembly.Size = New System.Drawing.Size(134, 21)
        Me.txtAssembly.TabIndex = 7
        '
        'lblAssembly
        '
        Me.lblAssembly.AutoSize = True
        Me.lblAssembly.Location = New System.Drawing.Point(18, 99)
        Me.lblAssembly.Name = "lblAssembly"
        Me.lblAssembly.Size = New System.Drawing.Size(56, 13)
        Me.lblAssembly.TabIndex = 6
        Me.lblAssembly.Text = "A&ssembly:"
        '
        'txtParent
        '
        Me.txtParent.Location = New System.Drawing.Point(92, 42)
        Me.txtParent.Name = "txtParent"
        Me.txtParent.ReadOnly = True
        Me.txtParent.Size = New System.Drawing.Size(170, 21)
        Me.txtParent.TabIndex = 3
        '
        'lblParent
        '
        Me.lblParent.AutoSize = True
        Me.lblParent.Location = New System.Drawing.Point(18, 45)
        Me.lblParent.Name = "lblParent"
        Me.lblParent.Size = New System.Drawing.Size(43, 13)
        Me.lblParent.TabIndex = 2
        Me.lblParent.Text = "&Parent:"
        Me.tooltipHelp.SetToolTip(Me.lblParent, "Click here to change handle display")
        '
        'txtHandle
        '
        Me.txtHandle.Location = New System.Drawing.Point(92, 15)
        Me.txtHandle.Name = "txtHandle"
        Me.txtHandle.ReadOnly = True
        Me.txtHandle.Size = New System.Drawing.Size(170, 21)
        Me.txtHandle.TabIndex = 1
        '
        'lblHandle
        '
        Me.lblHandle.AutoSize = True
        Me.lblHandle.Location = New System.Drawing.Point(18, 18)
        Me.lblHandle.Name = "lblHandle"
        Me.lblHandle.Size = New System.Drawing.Size(44, 13)
        Me.lblHandle.TabIndex = 0
        Me.lblHandle.Text = "&Handle:"
        Me.tooltipHelp.SetToolTip(Me.lblHandle, "Click here to change handle display")
        '
        'pageAppearance
        '
        Me.pageAppearance.Controls.Add(Me.grpAlwaysOnTop)
        Me.pageAppearance.Controls.Add(Me.grpWindowEnabled)
        Me.pageAppearance.Controls.Add(Me.grpWindowState)
        Me.pageAppearance.Location = New System.Drawing.Point(4, 22)
        Me.pageAppearance.Name = "pageAppearance"
        Me.pageAppearance.Padding = New System.Windows.Forms.Padding(3)
        Me.pageAppearance.Size = New System.Drawing.Size(279, 287)
        Me.pageAppearance.TabIndex = 1
        Me.pageAppearance.Text = "Appearance"
        Me.pageAppearance.UseVisualStyleBackColor = True
        '
        'grpAlwaysOnTop
        '
        Me.grpAlwaysOnTop.Controls.Add(Me.radAlwaysOnTopFalse)
        Me.grpAlwaysOnTop.Controls.Add(Me.radAlwaysOnTopTrue)
        Me.grpAlwaysOnTop.Location = New System.Drawing.Point(15, 201)
        Me.grpAlwaysOnTop.Name = "grpAlwaysOnTop"
        Me.grpAlwaysOnTop.Size = New System.Drawing.Size(250, 74)
        Me.grpAlwaysOnTop.TabIndex = 2
        Me.grpAlwaysOnTop.TabStop = False
        Me.grpAlwaysOnTop.Text = "Always On Top"
        '
        'radAlwaysOnTopFalse
        '
        Me.radAlwaysOnTopFalse.Location = New System.Drawing.Point(18, 48)
        Me.radAlwaysOnTopFalse.Name = "radAlwaysOnTopFalse"
        Me.radAlwaysOnTopFalse.Size = New System.Drawing.Size(215, 17)
        Me.radAlwaysOnTopFalse.TabIndex = 1
        Me.radAlwaysOnTopFalse.TabStop = True
        Me.radAlwaysOnTopFalse.Text = "False"
        Me.radAlwaysOnTopFalse.UseVisualStyleBackColor = True
        '
        'radAlwaysOnTopTrue
        '
        Me.radAlwaysOnTopTrue.Location = New System.Drawing.Point(18, 24)
        Me.radAlwaysOnTopTrue.Name = "radAlwaysOnTopTrue"
        Me.radAlwaysOnTopTrue.Size = New System.Drawing.Size(215, 20)
        Me.radAlwaysOnTopTrue.TabIndex = 0
        Me.radAlwaysOnTopTrue.TabStop = True
        Me.radAlwaysOnTopTrue.Text = "True"
        Me.radAlwaysOnTopTrue.UseVisualStyleBackColor = True
        '
        'grpWindowEnabled
        '
        Me.grpWindowEnabled.Controls.Add(Me.radEnabledFalse)
        Me.grpWindowEnabled.Controls.Add(Me.radEnabledTrue)
        Me.grpWindowEnabled.Location = New System.Drawing.Point(15, 121)
        Me.grpWindowEnabled.Name = "grpWindowEnabled"
        Me.grpWindowEnabled.Size = New System.Drawing.Size(250, 74)
        Me.grpWindowEnabled.TabIndex = 1
        Me.grpWindowEnabled.TabStop = False
        Me.grpWindowEnabled.Text = "Window Enabled"
        '
        'radEnabledFalse
        '
        Me.radEnabledFalse.Location = New System.Drawing.Point(18, 47)
        Me.radEnabledFalse.Name = "radEnabledFalse"
        Me.radEnabledFalse.Size = New System.Drawing.Size(215, 17)
        Me.radEnabledFalse.TabIndex = 1
        Me.radEnabledFalse.TabStop = True
        Me.radEnabledFalse.Text = "False"
        Me.radEnabledFalse.UseVisualStyleBackColor = True
        '
        'radEnabledTrue
        '
        Me.radEnabledTrue.Location = New System.Drawing.Point(18, 24)
        Me.radEnabledTrue.Name = "radEnabledTrue"
        Me.radEnabledTrue.Size = New System.Drawing.Size(215, 20)
        Me.radEnabledTrue.TabIndex = 0
        Me.radEnabledTrue.TabStop = True
        Me.radEnabledTrue.Text = "True"
        Me.radEnabledTrue.UseVisualStyleBackColor = True
        '
        'grpWindowState
        '
        Me.grpWindowState.Controls.Add(Me.radMaximized)
        Me.grpWindowState.Controls.Add(Me.radMinimized)
        Me.grpWindowState.Controls.Add(Me.radNormal)
        Me.grpWindowState.Location = New System.Drawing.Point(15, 16)
        Me.grpWindowState.Name = "grpWindowState"
        Me.grpWindowState.Size = New System.Drawing.Size(250, 99)
        Me.grpWindowState.TabIndex = 0
        Me.grpWindowState.TabStop = False
        Me.grpWindowState.Text = "Window State"
        '
        'radMaximized
        '
        Me.radMaximized.Location = New System.Drawing.Point(18, 70)
        Me.radMaximized.Name = "radMaximized"
        Me.radMaximized.Size = New System.Drawing.Size(215, 17)
        Me.radMaximized.TabIndex = 2
        Me.radMaximized.TabStop = True
        Me.radMaximized.Text = "&Maximized"
        Me.radMaximized.UseVisualStyleBackColor = True
        '
        'radMinimized
        '
        Me.radMinimized.Location = New System.Drawing.Point(18, 47)
        Me.radMinimized.Name = "radMinimized"
        Me.radMinimized.Size = New System.Drawing.Size(215, 17)
        Me.radMinimized.TabIndex = 1
        Me.radMinimized.TabStop = True
        Me.radMinimized.Text = "M&inimized"
        Me.radMinimized.UseVisualStyleBackColor = True
        '
        'radNormal
        '
        Me.radNormal.Location = New System.Drawing.Point(18, 24)
        Me.radNormal.Name = "radNormal"
        Me.radNormal.Size = New System.Drawing.Size(215, 20)
        Me.radNormal.TabIndex = 0
        Me.radNormal.TabStop = True
        Me.radNormal.Text = "&Normal"
        Me.radNormal.UseVisualStyleBackColor = True
        '
        'pageCommands
        '
        Me.pageCommands.Controls.Add(Me.btnFlashWindow)
        Me.pageCommands.Controls.Add(Me.btnRestoreWindow)
        Me.pageCommands.Controls.Add(Me.btnHideWindow)
        Me.pageCommands.Controls.Add(Me.btnShowWindow)
        Me.pageCommands.Controls.Add(Me.btnClickButton)
        Me.pageCommands.Controls.Add(Me.btnUnload)
        Me.pageCommands.Location = New System.Drawing.Point(4, 22)
        Me.pageCommands.Name = "pageCommands"
        Me.pageCommands.Padding = New System.Windows.Forms.Padding(3)
        Me.pageCommands.Size = New System.Drawing.Size(279, 287)
        Me.pageCommands.TabIndex = 2
        Me.pageCommands.Text = "Commands"
        Me.pageCommands.UseVisualStyleBackColor = True
        '
        'btnFlashWindow
        '
        Me.btnFlashWindow.Location = New System.Drawing.Point(76, 216)
        Me.btnFlashWindow.Name = "btnFlashWindow"
        Me.btnFlashWindow.Size = New System.Drawing.Size(133, 24)
        Me.btnFlashWindow.TabIndex = 5
        Me.btnFlashWindow.Text = "&Flash Window"
        Me.tooltipHelp.SetToolTip(Me.btnFlashWindow, "This will make the window flash a few times")
        Me.btnFlashWindow.UseVisualStyleBackColor = True
        '
        'btnRestoreWindow
        '
        Me.btnRestoreWindow.Location = New System.Drawing.Point(76, 177)
        Me.btnRestoreWindow.Name = "btnRestoreWindow"
        Me.btnRestoreWindow.Size = New System.Drawing.Size(133, 24)
        Me.btnRestoreWindow.TabIndex = 4
        Me.btnRestoreWindow.Text = "&Restore Window"
        Me.tooltipHelp.SetToolTip(Me.btnRestoreWindow, "This will restore the window")
        Me.btnRestoreWindow.UseVisualStyleBackColor = True
        '
        'btnHideWindow
        '
        Me.btnHideWindow.Location = New System.Drawing.Point(76, 147)
        Me.btnHideWindow.Name = "btnHideWindow"
        Me.btnHideWindow.Size = New System.Drawing.Size(133, 24)
        Me.btnHideWindow.TabIndex = 3
        Me.btnHideWindow.Text = "&Hide Window"
        Me.tooltipHelp.SetToolTip(Me.btnHideWindow, "This will hide the window")
        Me.btnHideWindow.UseVisualStyleBackColor = True
        '
        'btnShowWindow
        '
        Me.btnShowWindow.Location = New System.Drawing.Point(76, 117)
        Me.btnShowWindow.Name = "btnShowWindow"
        Me.btnShowWindow.Size = New System.Drawing.Size(133, 24)
        Me.btnShowWindow.TabIndex = 2
        Me.btnShowWindow.Text = "&Show Window"
        Me.tooltipHelp.SetToolTip(Me.btnShowWindow, "This will show the window")
        Me.btnShowWindow.UseVisualStyleBackColor = True
        '
        'btnClickButton
        '
        Me.btnClickButton.Location = New System.Drawing.Point(76, 78)
        Me.btnClickButton.Name = "btnClickButton"
        Me.btnClickButton.Size = New System.Drawing.Size(133, 24)
        Me.btnClickButton.TabIndex = 1
        Me.btnClickButton.Text = "&Click Button"
        Me.tooltipHelp.SetToolTip(Me.btnClickButton, "This will click the window")
        Me.btnClickButton.UseVisualStyleBackColor = True
        '
        'btnUnload
        '
        Me.btnUnload.Location = New System.Drawing.Point(76, 39)
        Me.btnUnload.Name = "btnUnload"
        Me.btnUnload.Size = New System.Drawing.Size(133, 24)
        Me.btnUnload.TabIndex = 0
        Me.btnUnload.Text = "&Unload Window"
        Me.tooltipHelp.SetToolTip(Me.btnUnload, "This will unload the window from memory")
        Me.btnUnload.UseVisualStyleBackColor = True
        '
        'pageSendKeys
        '
        Me.pageSendKeys.Controls.Add(Me.txtSendKeys)
        Me.pageSendKeys.Controls.Add(Me.trackInterval)
        Me.pageSendKeys.Controls.Add(Me.btnHelp)
        Me.pageSendKeys.Controls.Add(Me.btnSendKeys)
        Me.pageSendKeys.Controls.Add(Me.lblSendKeys)
        Me.pageSendKeys.Location = New System.Drawing.Point(4, 22)
        Me.pageSendKeys.Name = "pageSendKeys"
        Me.pageSendKeys.Padding = New System.Windows.Forms.Padding(3)
        Me.pageSendKeys.Size = New System.Drawing.Size(279, 287)
        Me.pageSendKeys.TabIndex = 3
        Me.pageSendKeys.Text = "Send Keys"
        Me.pageSendKeys.UseVisualStyleBackColor = True
        '
        'txtSendKeys
        '
        Me.txtSendKeys.Location = New System.Drawing.Point(15, 38)
        Me.txtSendKeys.MaxLength = 1024
        Me.txtSendKeys.Multiline = True
        Me.txtSendKeys.Name = "txtSendKeys"
        Me.txtSendKeys.Size = New System.Drawing.Size(246, 204)
        Me.txtSendKeys.TabIndex = 1
        '
        'trackInterval
        '
        Me.trackInterval.Location = New System.Drawing.Point(15, 246)
        Me.trackInterval.Name = "trackInterval"
        Me.trackInterval.Size = New System.Drawing.Size(143, 45)
        Me.trackInterval.TabIndex = 2
        Me.trackInterval.TickStyle = System.Windows.Forms.TickStyle.BottomRight
        Me.tooltipHelp.SetToolTip(Me.trackInterval, "Set the rate at which to pause between keystrokes (slow -> fast)")
        Me.trackInterval.Value = 9
        '
        'btnHelp
        '
        Me.btnHelp.Image = Global.javaSpy.My.Resources.Resources.help
        Me.btnHelp.Location = New System.Drawing.Point(234, 12)
        Me.btnHelp.Name = "btnHelp"
        Me.btnHelp.Size = New System.Drawing.Size(27, 24)
        Me.btnHelp.TabIndex = 9
        Me.tooltipHelp.SetToolTip(Me.btnHelp, "View help for Send Keys")
        Me.btnHelp.UseVisualStyleBackColor = True
        '
        'btnSendKeys
        '
        Me.btnSendKeys.Enabled = False
        Me.btnSendKeys.Location = New System.Drawing.Point(168, 248)
        Me.btnSendKeys.Name = "btnSendKeys"
        Me.btnSendKeys.Size = New System.Drawing.Size(93, 24)
        Me.btnSendKeys.TabIndex = 3
        Me.btnSendKeys.Text = "&Send Keys"
        Me.tooltipHelp.SetToolTip(Me.btnSendKeys, "Send the text as keystrokes to the window")
        Me.btnSendKeys.UseVisualStyleBackColor = True
        '
        'lblSendKeys
        '
        Me.lblSendKeys.AutoSize = True
        Me.lblSendKeys.Location = New System.Drawing.Point(15, 16)
        Me.lblSendKeys.Name = "lblSendKeys"
        Me.lblSendKeys.Size = New System.Drawing.Size(187, 13)
        Me.lblSendKeys.TabIndex = 0
        Me.lblSendKeys.Text = "&Type the text to send to the window:"
        '
        'btnApply
        '
        Me.btnApply.Enabled = False
        Me.btnApply.Location = New System.Drawing.Point(218, 339)
        Me.btnApply.Name = "btnApply"
        Me.btnApply.Size = New System.Drawing.Size(78, 23)
        Me.btnApply.TabIndex = 3
        Me.btnApply.Text = "&Apply"
        Me.btnApply.UseVisualStyleBackColor = True
        '
        'btnCancel
        '
        Me.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel
        Me.btnCancel.Location = New System.Drawing.Point(134, 339)
        Me.btnCancel.Name = "btnCancel"
        Me.btnCancel.Size = New System.Drawing.Size(78, 23)
        Me.btnCancel.TabIndex = 2
        Me.btnCancel.Text = "Cancel"
        Me.btnCancel.UseVisualStyleBackColor = True
        '
        'btnOk
        '
        Me.btnOk.Location = New System.Drawing.Point(50, 339)
        Me.btnOk.Name = "btnOk"
        Me.btnOk.Size = New System.Drawing.Size(78, 23)
        Me.btnOk.TabIndex = 1
        Me.btnOk.Text = "OK"
        Me.btnOk.UseVisualStyleBackColor = True
        '
        'tooltipHelp
        '
        Me.tooltipHelp.AutoPopDelay = 20000
        Me.tooltipHelp.InitialDelay = 500
        Me.tooltipHelp.ReshowDelay = 100
        '
        'frmWindowProps
        '
        Me.AcceptButton = Me.btnOk
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.CancelButton = Me.btnCancel
        Me.ClientSize = New System.Drawing.Size(304, 374)
        Me.Controls.Add(Me.btnOk)
        Me.Controls.Add(Me.btnCancel)
        Me.Controls.Add(Me.btnApply)
        Me.Controls.Add(Me.tabMain)
        Me.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
        Me.MaximizeBox = False
        Me.MinimizeBox = False
        Me.Name = "frmWindowProps"
        Me.ShowInTaskbar = False
        Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
        Me.Text = "javaSpy :: Window :: "
        Me.tabMain.ResumeLayout(False)
        Me.pageGeneral.ResumeLayout(False)
        Me.pageGeneral.PerformLayout()
        CType(Me.numHeight, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.numWidth, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.numTop, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.numLeft, System.ComponentModel.ISupportInitialize).EndInit()
        Me.pageAppearance.ResumeLayout(False)
        Me.grpAlwaysOnTop.ResumeLayout(False)
        Me.grpWindowEnabled.ResumeLayout(False)
        Me.grpWindowState.ResumeLayout(False)
        Me.pageCommands.ResumeLayout(False)
        Me.pageSendKeys.ResumeLayout(False)
        Me.pageSendKeys.PerformLayout()
        CType(Me.trackInterval, System.ComponentModel.ISupportInitialize).EndInit()
        Me.ResumeLayout(False)

    End Sub
    Friend WithEvents tabMain As System.Windows.Forms.TabControl
    Friend WithEvents pageGeneral As System.Windows.Forms.TabPage
    Friend WithEvents pageAppearance As System.Windows.Forms.TabPage
    Friend WithEvents txtHandle As System.Windows.Forms.TextBox
    Friend WithEvents lblHandle As System.Windows.Forms.Label
    Friend WithEvents txtCaption As System.Windows.Forms.TextBox
    Friend WithEvents lblCaption As System.Windows.Forms.Label
    Friend WithEvents lblHeight As System.Windows.Forms.Label
    Friend WithEvents lblWidth As System.Windows.Forms.Label
    Friend WithEvents lblTop As System.Windows.Forms.Label
    Friend WithEvents lblLeft As System.Windows.Forms.Label
    Friend WithEvents txtAssembly As System.Windows.Forms.TextBox
    Friend WithEvents lblAssembly As System.Windows.Forms.Label
    Friend WithEvents txtParent As System.Windows.Forms.TextBox
    Friend WithEvents lblParent As System.Windows.Forms.Label
    Friend WithEvents numHeight As System.Windows.Forms.NumericUpDown
    Friend WithEvents numWidth As System.Windows.Forms.NumericUpDown
    Friend WithEvents numTop As System.Windows.Forms.NumericUpDown
    Friend WithEvents numLeft As System.Windows.Forms.NumericUpDown
    Friend WithEvents btnMenuSpy As System.Windows.Forms.Button
    Friend WithEvents btnApply As System.Windows.Forms.Button
    Friend WithEvents btnCancel As System.Windows.Forms.Button
    Friend WithEvents btnOk As System.Windows.Forms.Button
    Friend WithEvents grpWindowEnabled As System.Windows.Forms.GroupBox
    Friend WithEvents radEnabledFalse As System.Windows.Forms.RadioButton
    Friend WithEvents radEnabledTrue As System.Windows.Forms.RadioButton
    Friend WithEvents grpWindowState As System.Windows.Forms.GroupBox
    Friend WithEvents radMaximized As System.Windows.Forms.RadioButton
    Friend WithEvents radMinimized As System.Windows.Forms.RadioButton
    Friend WithEvents radNormal As System.Windows.Forms.RadioButton
    Friend WithEvents grpAlwaysOnTop As System.Windows.Forms.GroupBox
    Friend WithEvents radAlwaysOnTopFalse As System.Windows.Forms.RadioButton
    Friend WithEvents radAlwaysOnTopTrue As System.Windows.Forms.RadioButton
    Friend WithEvents pageCommands As System.Windows.Forms.TabPage
    Friend WithEvents btnFlashWindow As System.Windows.Forms.Button
    Friend WithEvents btnRestoreWindow As System.Windows.Forms.Button
    Friend WithEvents btnHideWindow As System.Windows.Forms.Button
    Friend WithEvents btnShowWindow As System.Windows.Forms.Button
    Friend WithEvents btnClickButton As System.Windows.Forms.Button
    Friend WithEvents btnUnload As System.Windows.Forms.Button
    Friend WithEvents tooltipHelp As System.Windows.Forms.ToolTip
    Friend WithEvents txtClass As System.Windows.Forms.TextBox
    Friend WithEvents lblClass As System.Windows.Forms.Label
    Friend WithEvents btnProcessProps As System.Windows.Forms.Button
    Friend WithEvents pageSendKeys As System.Windows.Forms.TabPage
    Friend WithEvents txtSendKeys As System.Windows.Forms.TextBox
    Friend WithEvents btnSendKeys As System.Windows.Forms.Button
    Friend WithEvents lblSendKeys As System.Windows.Forms.Label
    Friend WithEvents btnHelp As System.Windows.Forms.Button
    Friend WithEvents trackInterval As javaSpy.ctrlTrackBar
    Friend WithEvents btnReload As System.Windows.Forms.Button
End Class

Download frmWindowProps.Designer.vb

Back to file list


Back to project page