Projects

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

javaSpy

Browsing frmDBSpyQuery.Designer.vb (8.91 KB)

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmDBSpyQuery
    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.btnQuery = New System.Windows.Forms.Button
        Me.txtQuery = New System.Windows.Forms.TextBox
        Me.lblQuery = New System.Windows.Forms.Label
        Me.dataQuery = New System.Windows.Forms.DataGridView
        Me.mnuPopup = New System.Windows.Forms.ContextMenuStrip(Me.components)
        Me.mnuCopy = New System.Windows.Forms.ToolStripMenuItem
        Me.mnuExport = New System.Windows.Forms.ToolStripMenuItem
        Me.ttHelp = New System.Windows.Forms.ToolTip(Me.components)
        Me.exportFile = New System.Windows.Forms.SaveFileDialog
        Me.pnlCmd = New System.Windows.Forms.Panel
        Me.toolEdit = New System.Windows.Forms.ToolStrip
        Me.btnEdit = New System.Windows.Forms.ToolStripButton
        CType(Me.dataQuery, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.mnuPopup.SuspendLayout()
        Me.pnlCmd.SuspendLayout()
        Me.toolEdit.SuspendLayout()
        Me.SuspendLayout()
        '
        'btnQuery
        '
        Me.btnQuery.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.btnQuery.Image = Global.javaSpy.My.Resources.Resources.push
        Me.btnQuery.Location = New System.Drawing.Point(630, 6)
        Me.btnQuery.Name = "btnQuery"
        Me.btnQuery.Size = New System.Drawing.Size(24, 21)
        Me.btnQuery.TabIndex = 11
        Me.ttHelp.SetToolTip(Me.btnQuery, "Run Query")
        Me.btnQuery.UseVisualStyleBackColor = True
        '
        'txtQuery
        '
        Me.txtQuery.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
                    Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.txtQuery.Location = New System.Drawing.Point(55, 6)
        Me.txtQuery.MaxLength = 4096
        Me.txtQuery.Multiline = True
        Me.txtQuery.Name = "txtQuery"
        Me.txtQuery.Size = New System.Drawing.Size(569, 21)
        Me.txtQuery.TabIndex = 10
        Me.txtQuery.WordWrap = False
        '
        'lblQuery
        '
        Me.lblQuery.AutoSize = True
        Me.lblQuery.Location = New System.Drawing.Point(8, 9)
        Me.lblQuery.Name = "lblQuery"
        Me.lblQuery.Size = New System.Drawing.Size(41, 13)
        Me.lblQuery.TabIndex = 9
        Me.lblQuery.Text = "Qu&ery:"
        '
        'dataQuery
        '
        Me.dataQuery.AllowUserToAddRows = False
        Me.dataQuery.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
                    Or System.Windows.Forms.AnchorStyles.Left) _
                    Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.dataQuery.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells
        Me.dataQuery.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
        Me.dataQuery.ContextMenuStrip = Me.mnuPopup
        Me.dataQuery.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically
        Me.dataQuery.Location = New System.Drawing.Point(7, 35)
        Me.dataQuery.MultiSelect = False
        Me.dataQuery.Name = "dataQuery"
        Me.dataQuery.ReadOnly = True
        Me.dataQuery.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
        Me.dataQuery.ShowEditingIcon = False
        Me.dataQuery.Size = New System.Drawing.Size(649, 109)
        Me.dataQuery.StandardTab = True
        Me.dataQuery.TabIndex = 8
        '
        'mnuPopup
        '
        Me.mnuPopup.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuCopy, Me.mnuExport})
        Me.mnuPopup.Name = "mnuPopup"
        Me.mnuPopup.Size = New System.Drawing.Size(211, 48)
        '
        'mnuCopy
        '
        Me.mnuCopy.Name = "mnuCopy"
        Me.mnuCopy.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.C), System.Windows.Forms.Keys)
        Me.mnuCopy.Size = New System.Drawing.Size(210, 22)
        Me.mnuCopy.Text = "&Copy to Clipboard"
        '
        'mnuExport
        '
        Me.mnuExport.Name = "mnuExport"
        Me.mnuExport.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.E), System.Windows.Forms.Keys)
        Me.mnuExport.Size = New System.Drawing.Size(210, 22)
        Me.mnuExport.Text = "&Export to CSV"
        '
        'exportFile
        '
        Me.exportFile.DefaultExt = "*.csv"
        Me.exportFile.Filter = "CSV Files (*.csv)|*.csv|All Files (*.*)|*.*"
        Me.exportFile.Title = "Export to CSV"
        '
        'pnlCmd
        '
        Me.pnlCmd.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.pnlCmd.Controls.Add(Me.toolEdit)
        Me.pnlCmd.Location = New System.Drawing.Point(600, 7)
        Me.pnlCmd.Name = "pnlCmd"
        Me.pnlCmd.Size = New System.Drawing.Size(23, 19)
        Me.pnlCmd.TabIndex = 12
        Me.pnlCmd.Visible = False
        '
        'toolEdit
        '
        Me.toolEdit.Dock = System.Windows.Forms.DockStyle.None
        Me.toolEdit.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden
        Me.toolEdit.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.btnEdit})
        Me.toolEdit.Location = New System.Drawing.Point(0, -3)
        Me.toolEdit.Name = "toolEdit"
        Me.toolEdit.Size = New System.Drawing.Size(26, 25)
        Me.toolEdit.TabIndex = 2
        '
        'btnEdit
        '
        Me.btnEdit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
        Me.btnEdit.Image = Global.javaSpy.My.Resources.Resources.notepad
        Me.btnEdit.ImageTransparentColor = System.Drawing.Color.Magenta
        Me.btnEdit.Name = "btnEdit"
        Me.btnEdit.Size = New System.Drawing.Size(23, 22)
        Me.btnEdit.ToolTipText = "Open text editor"
        '
        'frmDBSpyQuery
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.ClientSize = New System.Drawing.Size(662, 151)
        Me.Controls.Add(Me.pnlCmd)
        Me.Controls.Add(Me.btnQuery)
        Me.Controls.Add(Me.txtQuery)
        Me.Controls.Add(Me.lblQuery)
        Me.Controls.Add(Me.dataQuery)
        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.None
        Me.MaximizeBox = False
        Me.MinimizeBox = False
        Me.Name = "frmDBSpyQuery"
        Me.ShowIcon = False
        Me.ShowInTaskbar = False
        Me.Text = "frmDBSpyQuery"
        CType(Me.dataQuery, System.ComponentModel.ISupportInitialize).EndInit()
        Me.mnuPopup.ResumeLayout(False)
        Me.pnlCmd.ResumeLayout(False)
        Me.pnlCmd.PerformLayout()
        Me.toolEdit.ResumeLayout(False)
        Me.toolEdit.PerformLayout()
        Me.ResumeLayout(False)
        Me.PerformLayout()

    End Sub
    Friend WithEvents lblQuery As System.Windows.Forms.Label
    Public WithEvents btnQuery As System.Windows.Forms.Button
    Public WithEvents txtQuery As System.Windows.Forms.TextBox
    Public WithEvents dataQuery As System.Windows.Forms.DataGridView
    Friend WithEvents ttHelp As System.Windows.Forms.ToolTip
    Friend WithEvents mnuPopup As System.Windows.Forms.ContextMenuStrip
    Friend WithEvents mnuCopy As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents mnuExport As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents exportFile As System.Windows.Forms.SaveFileDialog
    Friend WithEvents pnlCmd As System.Windows.Forms.Panel
    Friend WithEvents toolEdit As System.Windows.Forms.ToolStrip
    Friend WithEvents btnEdit As System.Windows.Forms.ToolStripButton
End Class

Download frmDBSpyQuery.Designer.vb

Back to file list


Back to project page