Projects

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

javaSpy

Browsing frmDBSpy.Designer.vb (26.93 KB)

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmDBSpy
    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
        Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmDBSpy))
        Me.splitMain = New System.Windows.Forms.SplitContainer
        Me.btnCommand = New System.Windows.Forms.Button
        Me.txtConnString = New System.Windows.Forms.TextBox
        Me.lblConnString = New System.Windows.Forms.Label
        Me.grpConnection = New System.Windows.Forms.GroupBox
        Me.lblDBName = New System.Windows.Forms.Label
        Me.txtDBName = New System.Windows.Forms.TextBox
        Me.lblServer = New System.Windows.Forms.Label
        Me.txtServer = New System.Windows.Forms.TextBox
        Me.lblPassword = New System.Windows.Forms.Label
        Me.txtPassword = New System.Windows.Forms.TextBox
        Me.lblUsername = New System.Windows.Forms.Label
        Me.txtUsername = New System.Windows.Forms.TextBox
        Me.grpType = New System.Windows.Forms.GroupBox
        Me.radTypeMSSQL = New System.Windows.Forms.RadioButton
        Me.radTypeIfx = New System.Windows.Forms.RadioButton
        Me.splitHorz = New System.Windows.Forms.SplitContainer
        Me.splitVert = New System.Windows.Forms.SplitContainer
        Me.grpTables = New System.Windows.Forms.GroupBox
        Me.tvTables = New System.Windows.Forms.TreeView
        Me.grpColumns = New System.Windows.Forms.GroupBox
        Me.lvColumns = New System.Windows.Forms.ListView
        Me.colName = New System.Windows.Forms.ColumnHeader
        Me.colDataType = New System.Windows.Forms.ColumnHeader
        Me.tabMain = New System.Windows.Forms.TabControl
        Me.tabQuery = New System.Windows.Forms.TabPage
        Me.tabNewQuery = New System.Windows.Forms.TabPage
        Me.ssMain = New System.Windows.Forms.StatusStrip
        Me.lblInfo = New System.Windows.Forms.ToolStripStatusLabel
        Me.lblCancel = New System.Windows.Forms.ToolStripStatusLabel
        Me.lblConn = New System.Windows.Forms.ToolStripStatusLabel
        Me.timerLoad = New System.Windows.Forms.Timer(Me.components)
        Me.grpDriver = New System.Windows.Forms.GroupBox
        Me.radDriverOleDb = New System.Windows.Forms.RadioButton
        Me.radDriverODBC = New System.Windows.Forms.RadioButton
        Me.splitMain.Panel1.SuspendLayout()
        Me.splitMain.Panel2.SuspendLayout()
        Me.splitMain.SuspendLayout()
        Me.grpConnection.SuspendLayout()
        Me.grpType.SuspendLayout()
        Me.splitHorz.Panel1.SuspendLayout()
        Me.splitHorz.Panel2.SuspendLayout()
        Me.splitHorz.SuspendLayout()
        Me.splitVert.Panel1.SuspendLayout()
        Me.splitVert.Panel2.SuspendLayout()
        Me.splitVert.SuspendLayout()
        Me.grpTables.SuspendLayout()
        Me.grpColumns.SuspendLayout()
        Me.tabMain.SuspendLayout()
        Me.ssMain.SuspendLayout()
        Me.grpDriver.SuspendLayout()
        Me.SuspendLayout()
        '
        'splitMain
        '
        Me.splitMain.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.splitMain.BackColor = System.Drawing.SystemColors.ControlDark
        Me.splitMain.FixedPanel = System.Windows.Forms.FixedPanel.Panel1
        Me.splitMain.IsSplitterFixed = True
        Me.splitMain.Location = New System.Drawing.Point(0, 0)
        Me.splitMain.Name = "splitMain"
        Me.splitMain.Orientation = System.Windows.Forms.Orientation.Horizontal
        '
        'splitMain.Panel1
        '
        Me.splitMain.Panel1.BackColor = System.Drawing.SystemColors.Control
        Me.splitMain.Panel1.Controls.Add(Me.grpDriver)
        Me.splitMain.Panel1.Controls.Add(Me.btnCommand)
        Me.splitMain.Panel1.Controls.Add(Me.txtConnString)
        Me.splitMain.Panel1.Controls.Add(Me.lblConnString)
        Me.splitMain.Panel1.Controls.Add(Me.grpConnection)
        Me.splitMain.Panel1.Controls.Add(Me.grpType)
        Me.splitMain.Panel1MinSize = 0
        '
        'splitMain.Panel2
        '
        Me.splitMain.Panel2.BackColor = System.Drawing.SystemColors.Control
        Me.splitMain.Panel2.Controls.Add(Me.splitHorz)
        Me.splitMain.Panel2MinSize = 0
        Me.splitMain.Size = New System.Drawing.Size(692, 440)
        Me.splitMain.SplitterDistance = 118
        Me.splitMain.TabIndex = 0
        Me.splitMain.TabStop = False
        '
        'btnCommand
        '
        Me.btnCommand.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.btnCommand.Location = New System.Drawing.Point(602, 5)
        Me.btnCommand.Name = "btnCommand"
        Me.btnCommand.Size = New System.Drawing.Size(79, 22)
        Me.btnCommand.TabIndex = 2
        Me.btnCommand.Text = "&Connect"
        Me.btnCommand.UseVisualStyleBackColor = True
        '
        'txtConnString
        '
        Me.txtConnString.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
                    Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.txtConnString.Location = New System.Drawing.Point(111, 6)
        Me.txtConnString.Name = "txtConnString"
        Me.txtConnString.Size = New System.Drawing.Size(485, 21)
        Me.txtConnString.TabIndex = 1
        '
        'lblConnString
        '
        Me.lblConnString.AutoSize = True
        Me.lblConnString.Location = New System.Drawing.Point(9, 9)
        Me.lblConnString.Name = "lblConnString"
        Me.lblConnString.Size = New System.Drawing.Size(96, 13)
        Me.lblConnString.TabIndex = 0
        Me.lblConnString.Text = "C&onnection String:"
        '
        'grpConnection
        '
        Me.grpConnection.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
                    Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.grpConnection.Controls.Add(Me.lblDBName)
        Me.grpConnection.Controls.Add(Me.txtDBName)
        Me.grpConnection.Controls.Add(Me.lblServer)
        Me.grpConnection.Controls.Add(Me.txtServer)
        Me.grpConnection.Controls.Add(Me.lblPassword)
        Me.grpConnection.Controls.Add(Me.txtPassword)
        Me.grpConnection.Controls.Add(Me.lblUsername)
        Me.grpConnection.Controls.Add(Me.txtUsername)
        Me.grpConnection.Location = New System.Drawing.Point(12, 33)
        Me.grpConnection.Name = "grpConnection"
        Me.grpConnection.Size = New System.Drawing.Size(474, 76)
        Me.grpConnection.TabIndex = 2
        Me.grpConnection.TabStop = False
        Me.grpConnection.Text = "DB Connection"
        '
        'lblDBName
        '
        Me.lblDBName.AutoSize = True
        Me.lblDBName.Location = New System.Drawing.Point(15, 47)
        Me.lblDBName.Name = "lblDBName"
        Me.lblDBName.Size = New System.Drawing.Size(54, 13)
        Me.lblDBName.TabIndex = 5
        Me.lblDBName.Text = "DB &Name:"
        '
        'txtDBName
        '
        Me.txtDBName.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
                    Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.txtDBName.Location = New System.Drawing.Point(80, 43)
        Me.txtDBName.Name = "txtDBName"
        Me.txtDBName.ReadOnly = True
        Me.txtDBName.Size = New System.Drawing.Size(152, 21)
        Me.txtDBName.TabIndex = 6
        '
        'lblServer
        '
        Me.lblServer.AutoSize = True
        Me.lblServer.Location = New System.Drawing.Point(15, 24)
        Me.lblServer.Name = "lblServer"
        Me.lblServer.Size = New System.Drawing.Size(43, 13)
        Me.lblServer.TabIndex = 3
        Me.lblServer.Text = "&Server:"
        '
        'txtServer
        '
        Me.txtServer.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
                    Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.txtServer.BackColor = System.Drawing.SystemColors.Control
        Me.txtServer.Location = New System.Drawing.Point(80, 20)
        Me.txtServer.Name = "txtServer"
        Me.txtServer.ReadOnly = True
        Me.txtServer.Size = New System.Drawing.Size(152, 21)
        Me.txtServer.TabIndex = 4
        '
        'lblPassword
        '
        Me.lblPassword.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.lblPassword.AutoSize = True
        Me.lblPassword.Location = New System.Drawing.Point(241, 47)
        Me.lblPassword.Name = "lblPassword"
        Me.lblPassword.Size = New System.Drawing.Size(57, 13)
        Me.lblPassword.TabIndex = 9
        Me.lblPassword.Text = "&Password:"
        '
        'txtPassword
        '
        Me.txtPassword.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.txtPassword.Location = New System.Drawing.Point(304, 43)
        Me.txtPassword.Name = "txtPassword"
        Me.txtPassword.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
        Me.txtPassword.ReadOnly = True
        Me.txtPassword.Size = New System.Drawing.Size(150, 21)
        Me.txtPassword.TabIndex = 10
        '
        'lblUsername
        '
        Me.lblUsername.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.lblUsername.AutoSize = True
        Me.lblUsername.Location = New System.Drawing.Point(239, 25)
        Me.lblUsername.Name = "lblUsername"
        Me.lblUsername.Size = New System.Drawing.Size(59, 13)
        Me.lblUsername.TabIndex = 7
        Me.lblUsername.Text = "&Username:"
        '
        'txtUsername
        '
        Me.txtUsername.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.txtUsername.Location = New System.Drawing.Point(304, 20)
        Me.txtUsername.Name = "txtUsername"
        Me.txtUsername.ReadOnly = True
        Me.txtUsername.Size = New System.Drawing.Size(150, 21)
        Me.txtUsername.TabIndex = 8
        '
        'grpType
        '
        Me.grpType.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.grpType.Controls.Add(Me.radTypeMSSQL)
        Me.grpType.Controls.Add(Me.radTypeIfx)
        Me.grpType.Location = New System.Drawing.Point(492, 33)
        Me.grpType.Name = "grpType"
        Me.grpType.Size = New System.Drawing.Size(91, 76)
        Me.grpType.TabIndex = 11
        Me.grpType.TabStop = False
        Me.grpType.Text = "DB Type"
        '
        'radTypeMSSQL
        '
        Me.radTypeMSSQL.AutoSize = True
        Me.radTypeMSSQL.Enabled = False
        Me.radTypeMSSQL.Location = New System.Drawing.Point(15, 43)
        Me.radTypeMSSQL.Name = "radTypeMSSQL"
        Me.radTypeMSSQL.Size = New System.Drawing.Size(61, 17)
        Me.radTypeMSSQL.TabIndex = 1
        Me.radTypeMSSQL.Text = "MS SQL"
        Me.radTypeMSSQL.UseVisualStyleBackColor = True
        '
        'radTypeIfx
        '
        Me.radTypeIfx.AutoSize = True
        Me.radTypeIfx.Enabled = False
        Me.radTypeIfx.Location = New System.Drawing.Point(15, 20)
        Me.radTypeIfx.Name = "radTypeIfx"
        Me.radTypeIfx.Size = New System.Drawing.Size(65, 17)
        Me.radTypeIfx.TabIndex = 0
        Me.radTypeIfx.Text = "Informix"
        Me.radTypeIfx.UseVisualStyleBackColor = True
        '
        'splitHorz
        '
        Me.splitHorz.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.splitHorz.BackColor = System.Drawing.SystemColors.ControlDark
        Me.splitHorz.Location = New System.Drawing.Point(0, 0)
        Me.splitHorz.Name = "splitHorz"
        Me.splitHorz.Orientation = System.Windows.Forms.Orientation.Horizontal
        '
        'splitHorz.Panel1
        '
        Me.splitHorz.Panel1.BackColor = System.Drawing.SystemColors.Control
        Me.splitHorz.Panel1.Controls.Add(Me.splitVert)
        Me.splitHorz.Panel1MinSize = 100
        '
        'splitHorz.Panel2
        '
        Me.splitHorz.Panel2.BackColor = System.Drawing.SystemColors.Control
        Me.splitHorz.Panel2.Controls.Add(Me.tabMain)
        Me.splitHorz.Panel2MinSize = 150
        Me.splitHorz.Size = New System.Drawing.Size(692, 318)
        Me.splitHorz.SplitterDistance = 132
        Me.splitHorz.TabIndex = 5
        Me.splitHorz.TabStop = False
        '
        'splitVert
        '
        Me.splitVert.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.splitVert.BackColor = System.Drawing.SystemColors.ControlDark
        Me.splitVert.Location = New System.Drawing.Point(0, 0)
        Me.splitVert.Name = "splitVert"
        '
        'splitVert.Panel1
        '
        Me.splitVert.Panel1.BackColor = System.Drawing.SystemColors.Control
        Me.splitVert.Panel1.Controls.Add(Me.grpTables)
        Me.splitVert.Panel1MinSize = 100
        '
        'splitVert.Panel2
        '
        Me.splitVert.Panel2.BackColor = System.Drawing.SystemColors.Control
        Me.splitVert.Panel2.Controls.Add(Me.grpColumns)
        Me.splitVert.Panel2MinSize = 100
        Me.splitVert.Size = New System.Drawing.Size(692, 132)
        Me.splitVert.SplitterDistance = 335
        Me.splitVert.TabIndex = 3
        Me.splitVert.TabStop = False
        '
        'grpTables
        '
        Me.grpTables.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.grpTables.BackColor = System.Drawing.SystemColors.Control
        Me.grpTables.Controls.Add(Me.tvTables)
        Me.grpTables.Enabled = False
        Me.grpTables.Location = New System.Drawing.Point(11, 3)
        Me.grpTables.Name = "grpTables"
        Me.grpTables.Size = New System.Drawing.Size(316, 120)
        Me.grpTables.TabIndex = 2
        Me.grpTables.TabStop = False
        Me.grpTables.Text = "Tables"
        '
        'tvTables
        '
        Me.tvTables.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.tvTables.FullRowSelect = True
        Me.tvTables.HideSelection = False
        Me.tvTables.Location = New System.Drawing.Point(6, 20)
        Me.tvTables.Name = "tvTables"
        Me.tvTables.ShowNodeToolTips = True
        Me.tvTables.Size = New System.Drawing.Size(304, 94)
        Me.tvTables.TabIndex = 0
        '
        'grpColumns
        '
        Me.grpColumns.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.grpColumns.Controls.Add(Me.lvColumns)
        Me.grpColumns.Enabled = False
        Me.grpColumns.Location = New System.Drawing.Point(6, 3)
        Me.grpColumns.Name = "grpColumns"
        Me.grpColumns.Size = New System.Drawing.Size(336, 120)
        Me.grpColumns.TabIndex = 4
        Me.grpColumns.TabStop = False
        Me.grpColumns.Text = "Columns"
        '
        'lvColumns
        '
        Me.lvColumns.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.lvColumns.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.colName, Me.colDataType})
        Me.lvColumns.FullRowSelect = True
        Me.lvColumns.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable
        Me.lvColumns.HideSelection = False
        Me.lvColumns.LabelWrap = False
        Me.lvColumns.Location = New System.Drawing.Point(6, 20)
        Me.lvColumns.MultiSelect = False
        Me.lvColumns.Name = "lvColumns"
        Me.lvColumns.ShowItemToolTips = True
        Me.lvColumns.Size = New System.Drawing.Size(324, 94)
        Me.lvColumns.TabIndex = 0
        Me.lvColumns.UseCompatibleStateImageBehavior = False
        Me.lvColumns.View = System.Windows.Forms.View.Details
        '
        'colName
        '
        Me.colName.Text = "Name"
        Me.colName.Width = 162
        '
        'colDataType
        '
        Me.colDataType.Text = "Data Type"
        Me.colDataType.Width = 136
        '
        'tabMain
        '
        Me.tabMain.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.tabMain.Controls.Add(Me.tabQuery)
        Me.tabMain.Controls.Add(Me.tabNewQuery)
        Me.tabMain.Enabled = False
        Me.tabMain.Location = New System.Drawing.Point(12, 12)
        Me.tabMain.Name = "tabMain"
        Me.tabMain.SelectedIndex = 0
        Me.tabMain.Size = New System.Drawing.Size(669, 161)
        Me.tabMain.TabIndex = 0
        '
        'tabQuery
        '
        Me.tabQuery.Location = New System.Drawing.Point(4, 22)
        Me.tabQuery.Name = "tabQuery"
        Me.tabQuery.Padding = New System.Windows.Forms.Padding(3)
        Me.tabQuery.Size = New System.Drawing.Size(661, 135)
        Me.tabQuery.TabIndex = 0
        Me.tabQuery.Text = "Query #00"
        Me.tabQuery.UseVisualStyleBackColor = True
        '
        'tabNewQuery
        '
        Me.tabNewQuery.Location = New System.Drawing.Point(4, 22)
        Me.tabNewQuery.Name = "tabNewQuery"
        Me.tabNewQuery.Padding = New System.Windows.Forms.Padding(3)
        Me.tabNewQuery.Size = New System.Drawing.Size(661, 135)
        Me.tabNewQuery.TabIndex = 1
        Me.tabNewQuery.Text = "New Query..."
        Me.tabNewQuery.UseVisualStyleBackColor = True
        '
        'ssMain
        '
        Me.ssMain.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.lblInfo, Me.lblCancel, Me.lblConn})
        Me.ssMain.Location = New System.Drawing.Point(0, 443)
        Me.ssMain.Name = "ssMain"
        Me.ssMain.ShowItemToolTips = True
        Me.ssMain.Size = New System.Drawing.Size(692, 22)
        Me.ssMain.TabIndex = 6
        '
        'lblInfo
        '
        Me.lblInfo.Name = "lblInfo"
        Me.lblInfo.Size = New System.Drawing.Size(657, 17)
        Me.lblInfo.Spring = True
        Me.lblInfo.Text = "Ready"
        Me.lblInfo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
        '
        'lblCancel
        '
        Me.lblCancel.AutoSize = False
        Me.lblCancel.IsLink = True
        Me.lblCancel.Name = "lblCancel"
        Me.lblCancel.Padding = New System.Windows.Forms.Padding(20, 0, 0, 0)
        Me.lblCancel.Size = New System.Drawing.Size(328, 17)
        Me.lblCancel.Spring = True
        Me.lblCancel.Text = "C&ancel"
        Me.lblCancel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
        Me.lblCancel.Visible = False
        '
        'lblConn
        '
        Me.lblConn.AutoSize = False
        Me.lblConn.AutoToolTip = True
        Me.lblConn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
        Me.lblConn.Image = Global.javaSpy.My.Resources.Resources.ico_silver
        Me.lblConn.Name = "lblConn"
        Me.lblConn.Size = New System.Drawing.Size(20, 17)
        Me.lblConn.ToolTipText = "No connection"
        '
        'grpDriver
        '
        Me.grpDriver.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.grpDriver.Controls.Add(Me.radDriverOleDb)
        Me.grpDriver.Controls.Add(Me.radDriverODBC)
        Me.grpDriver.Location = New System.Drawing.Point(590, 33)
        Me.grpDriver.Name = "grpDriver"
        Me.grpDriver.Size = New System.Drawing.Size(91, 76)
        Me.grpDriver.TabIndex = 12
        Me.grpDriver.TabStop = False
        Me.grpDriver.Text = "DB Driver"
        '
        'radDriverOleDb
        '
        Me.radDriverOleDb.AutoSize = True
        Me.radDriverOleDb.Enabled = False
        Me.radDriverOleDb.Location = New System.Drawing.Point(15, 43)
        Me.radDriverOleDb.Name = "radDriverOleDb"
        Me.radDriverOleDb.Size = New System.Drawing.Size(54, 17)
        Me.radDriverOleDb.TabIndex = 1
        Me.radDriverOleDb.Text = "OleDb"
        Me.radDriverOleDb.UseVisualStyleBackColor = True
        '
        'radDriverODBC
        '
        Me.radDriverODBC.AutoSize = True
        Me.radDriverODBC.Enabled = False
        Me.radDriverODBC.Location = New System.Drawing.Point(15, 20)
        Me.radDriverODBC.Name = "radDriverODBC"
        Me.radDriverODBC.Size = New System.Drawing.Size(53, 17)
        Me.radDriverODBC.TabIndex = 0
        Me.radDriverODBC.Text = "ODBC"
        Me.radDriverODBC.UseVisualStyleBackColor = True
        '
        'frmDBSpy
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.ClientSize = New System.Drawing.Size(692, 465)
        Me.Controls.Add(Me.ssMain)
        Me.Controls.Add(Me.splitMain)
        Me.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
        Me.MinimumSize = New System.Drawing.Size(700, 500)
        Me.Name = "frmDBSpy"
        Me.ShowInTaskbar = False
        Me.Text = "javaSpy :: DB Spy"
        Me.splitMain.Panel1.ResumeLayout(False)
        Me.splitMain.Panel1.PerformLayout()
        Me.splitMain.Panel2.ResumeLayout(False)
        Me.splitMain.ResumeLayout(False)
        Me.grpConnection.ResumeLayout(False)
        Me.grpConnection.PerformLayout()
        Me.grpType.ResumeLayout(False)
        Me.grpType.PerformLayout()
        Me.splitHorz.Panel1.ResumeLayout(False)
        Me.splitHorz.Panel2.ResumeLayout(False)
        Me.splitHorz.ResumeLayout(False)
        Me.splitVert.Panel1.ResumeLayout(False)
        Me.splitVert.Panel2.ResumeLayout(False)
        Me.splitVert.ResumeLayout(False)
        Me.grpTables.ResumeLayout(False)
        Me.grpColumns.ResumeLayout(False)
        Me.tabMain.ResumeLayout(False)
        Me.ssMain.ResumeLayout(False)
        Me.ssMain.PerformLayout()
        Me.grpDriver.ResumeLayout(False)
        Me.grpDriver.PerformLayout()
        Me.ResumeLayout(False)
        Me.PerformLayout()

    End Sub
    Friend WithEvents splitMain As System.Windows.Forms.SplitContainer
    Friend WithEvents grpType As System.Windows.Forms.GroupBox
    Friend WithEvents radTypeMSSQL As System.Windows.Forms.RadioButton
    Friend WithEvents radTypeIfx As System.Windows.Forms.RadioButton
    Friend WithEvents splitHorz As System.Windows.Forms.SplitContainer
    Friend WithEvents splitVert As System.Windows.Forms.SplitContainer
    Friend WithEvents grpTables As System.Windows.Forms.GroupBox
    Friend WithEvents tvTables As System.Windows.Forms.TreeView
    Friend WithEvents grpColumns As System.Windows.Forms.GroupBox
    Friend WithEvents lvColumns As System.Windows.Forms.ListView
    Friend WithEvents colName As System.Windows.Forms.ColumnHeader
    Friend WithEvents colDataType As System.Windows.Forms.ColumnHeader
    Friend WithEvents tabMain As System.Windows.Forms.TabControl
    Friend WithEvents tabQuery As System.Windows.Forms.TabPage
    Friend WithEvents tabNewQuery As System.Windows.Forms.TabPage
    Friend WithEvents ssMain As System.Windows.Forms.StatusStrip
    Friend WithEvents lblInfo As System.Windows.Forms.ToolStripStatusLabel
    Friend WithEvents grpConnection As System.Windows.Forms.GroupBox
    Friend WithEvents btnCommand As System.Windows.Forms.Button
    Friend WithEvents lblPassword As System.Windows.Forms.Label
    Friend WithEvents txtPassword As System.Windows.Forms.TextBox
    Friend WithEvents lblUsername As System.Windows.Forms.Label
    Friend WithEvents txtUsername As System.Windows.Forms.TextBox
    Friend WithEvents timerLoad As System.Windows.Forms.Timer
    Friend WithEvents lblConn As System.Windows.Forms.ToolStripStatusLabel
    Friend WithEvents lblCancel As System.Windows.Forms.ToolStripStatusLabel
    Friend WithEvents txtConnString As System.Windows.Forms.TextBox
    Friend WithEvents lblConnString As System.Windows.Forms.Label
    Friend WithEvents lblDBName As System.Windows.Forms.Label
    Friend WithEvents txtDBName As System.Windows.Forms.TextBox
    Friend WithEvents lblServer As System.Windows.Forms.Label
    Friend WithEvents txtServer As System.Windows.Forms.TextBox
    Friend WithEvents grpDriver As System.Windows.Forms.GroupBox
    Friend WithEvents radDriverOleDb As System.Windows.Forms.RadioButton
    Friend WithEvents radDriverODBC As System.Windows.Forms.RadioButton
End Class

Download frmDBSpy.Designer.vb

Back to file list


Back to project page