📄 connectionpoolingform.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class ConnectionPoolingForm
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)
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
MyBase.Dispose(disposing)
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.groupPerfCounters = New System.Windows.Forms.GroupBox
Me.groupBox2 = New System.Windows.Forms.GroupBox
Me.txtlblConnectionPoolGroupsInActive = New System.Windows.Forms.TextBox
Me.lblConnectionPoolGroupsInActive = New System.Windows.Forms.Label
Me.txtConnectionPoolGroupsActive = New System.Windows.Forms.TextBox
Me.lblConnectionPoolGroupsActive = New System.Windows.Forms.Label
Me.groupBox1 = New System.Windows.Forms.GroupBox
Me.txtPerfConnectionPoolsInActive = New System.Windows.Forms.TextBox
Me.lblPerfConnectionPoolsInActive = New System.Windows.Forms.Label
Me.txtPerfConnectionPoolsActive = New System.Windows.Forms.TextBox
Me.lblPerfConnectionPoolsActive = New System.Windows.Forms.Label
Me.group1 = New System.Windows.Forms.GroupBox
Me.txtPerfConnectionsFree = New System.Windows.Forms.TextBox
Me.lblPerfConnectionsFree = New System.Windows.Forms.Label
Me.txtPerfConnectionsNonPooled = New System.Windows.Forms.TextBox
Me.lblPerfConnectionsNonPooled = New System.Windows.Forms.Label
Me.txtPerfConnectionsActive = New System.Windows.Forms.TextBox
Me.lblPerfConnectionsActive = New System.Windows.Forms.Label
Me.txtPerfConnectionsPooled = New System.Windows.Forms.TextBox
Me.lblPerfConnectionsPooled = New System.Windows.Forms.Label
Me.btnPerfRefresh = New System.Windows.Forms.Button
Me.btnQuery = New System.Windows.Forms.Button
Me.statusStrip = New System.Windows.Forms.StatusStrip
Me.toolStripStatusLabel1 = New System.Windows.Forms.ToolStripStatusLabel
Me.btnClearAllPools = New System.Windows.Forms.Button
Me.btnClearPool = New System.Windows.Forms.Button
Me.btnRemove = New System.Windows.Forms.Button
Me.btnClose = New System.Windows.Forms.Button
Me.btnOpen = New System.Windows.Forms.Button
Me.btnAdd = New System.Windows.Forms.Button
Me.lstConnections = New System.Windows.Forms.ListBox
Me.btnConnectionString = New System.Windows.Forms.Button
Me.txtConnectionString = New System.Windows.Forms.TextBox
Me.lblConnectionString = New System.Windows.Forms.Label
Me.groupPerfCounters.SuspendLayout()
Me.groupBox2.SuspendLayout()
Me.groupBox1.SuspendLayout()
Me.group1.SuspendLayout()
Me.statusStrip.SuspendLayout()
Me.SuspendLayout()
'
'groupPerfCounters
'
Me.groupPerfCounters.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.groupPerfCounters.Controls.Add(Me.groupBox2)
Me.groupPerfCounters.Controls.Add(Me.groupBox1)
Me.groupPerfCounters.Controls.Add(Me.group1)
Me.groupPerfCounters.Controls.Add(Me.btnPerfRefresh)
Me.groupPerfCounters.Location = New System.Drawing.Point(13, 248)
Me.groupPerfCounters.Name = "groupPerfCounters"
Me.groupPerfCounters.Size = New System.Drawing.Size(441, 179)
Me.groupPerfCounters.TabIndex = 26
Me.groupPerfCounters.TabStop = False
Me.groupPerfCounters.Text = "Performance Counters"
'
'groupBox2
'
Me.groupBox2.Controls.Add(Me.txtlblConnectionPoolGroupsInActive)
Me.groupBox2.Controls.Add(Me.lblConnectionPoolGroupsInActive)
Me.groupBox2.Controls.Add(Me.txtConnectionPoolGroupsActive)
Me.groupBox2.Controls.Add(Me.lblConnectionPoolGroupsActive)
Me.groupBox2.Location = New System.Drawing.Point(167, 101)
Me.groupBox2.Name = "groupBox2"
Me.groupBox2.Size = New System.Drawing.Size(167, 71)
Me.groupBox2.TabIndex = 2
Me.groupBox2.TabStop = False
Me.groupBox2.Text = "Connection Pool Groups"
'
'txtlblConnectionPoolGroupsInActive
'
Me.txtlblConnectionPoolGroupsInActive.BackColor = System.Drawing.Color.White
Me.txtlblConnectionPoolGroupsInActive.ForeColor = System.Drawing.Color.Black
Me.txtlblConnectionPoolGroupsInActive.Location = New System.Drawing.Point(79, 42)
Me.txtlblConnectionPoolGroupsInActive.Name = "txtlblConnectionPoolGroupsInActive"
Me.txtlblConnectionPoolGroupsInActive.ReadOnly = True
Me.txtlblConnectionPoolGroupsInActive.Size = New System.Drawing.Size(53, 20)
Me.txtlblConnectionPoolGroupsInActive.TabIndex = 3
'
'lblConnectionPoolGroupsInActive
'
Me.lblConnectionPoolGroupsInActive.AutoSize = True
Me.lblConnectionPoolGroupsInActive.Location = New System.Drawing.Point(11, 45)
Me.lblConnectionPoolGroupsInActive.Name = "lblConnectionPoolGroupsInActive"
Me.lblConnectionPoolGroupsInActive.Size = New System.Drawing.Size(48, 13)
Me.lblConnectionPoolGroupsInActive.TabIndex = 2
Me.lblConnectionPoolGroupsInActive.Text = "Inactive:"
'
'txtConnectionPoolGroupsActive
'
Me.txtConnectionPoolGroupsActive.BackColor = System.Drawing.Color.White
Me.txtConnectionPoolGroupsActive.ForeColor = System.Drawing.Color.Black
Me.txtConnectionPoolGroupsActive.Location = New System.Drawing.Point(79, 17)
Me.txtConnectionPoolGroupsActive.Name = "txtConnectionPoolGroupsActive"
Me.txtConnectionPoolGroupsActive.ReadOnly = True
Me.txtConnectionPoolGroupsActive.Size = New System.Drawing.Size(53, 20)
Me.txtConnectionPoolGroupsActive.TabIndex = 1
'
'lblConnectionPoolGroupsActive
'
Me.lblConnectionPoolGroupsActive.AutoSize = True
Me.lblConnectionPoolGroupsActive.Location = New System.Drawing.Point(11, 20)
Me.lblConnectionPoolGroupsActive.Name = "lblConnectionPoolGroupsActive"
Me.lblConnectionPoolGroupsActive.Size = New System.Drawing.Size(40, 13)
Me.lblConnectionPoolGroupsActive.TabIndex = 0
Me.lblConnectionPoolGroupsActive.Text = "Active:"
'
'groupBox1
'
Me.groupBox1.Controls.Add(Me.txtPerfConnectionPoolsInActive)
Me.groupBox1.Controls.Add(Me.lblPerfConnectionPoolsInActive)
Me.groupBox1.Controls.Add(Me.txtPerfConnectionPoolsActive)
Me.groupBox1.Controls.Add(Me.lblPerfConnectionPoolsActive)
Me.groupBox1.Location = New System.Drawing.Point(7, 101)
Me.groupBox1.Name = "groupBox1"
Me.groupBox1.Size = New System.Drawing.Size(153, 71)
Me.groupBox1.TabIndex = 1
Me.groupBox1.TabStop = False
Me.groupBox1.Text = "Connection Pools"
'
'txtPerfConnectionPoolsInActive
'
Me.txtPerfConnectionPoolsInActive.BackColor = System.Drawing.Color.White
Me.txtPerfConnectionPoolsInActive.ForeColor = System.Drawing.Color.Black
Me.txtPerfConnectionPoolsInActive.Location = New System.Drawing.Point(79, 42)
Me.txtPerfConnectionPoolsInActive.Name = "txtPerfConnectionPoolsInActive"
Me.txtPerfConnectionPoolsInActive.ReadOnly = True
Me.txtPerfConnectionPoolsInActive.Size = New System.Drawing.Size(53, 20)
Me.txtPerfConnectionPoolsInActive.TabIndex = 3
'
'lblPerfConnectionPoolsInActive
'
Me.lblPerfConnectionPoolsInActive.AutoSize = True
Me.lblPerfConnectionPoolsInActive.Location = New System.Drawing.Point(11, 45)
Me.lblPerfConnectionPoolsInActive.Name = "lblPerfConnectionPoolsInActive"
Me.lblPerfConnectionPoolsInActive.Size = New System.Drawing.Size(48, 13)
Me.lblPerfConnectionPoolsInActive.TabIndex = 2
Me.lblPerfConnectionPoolsInActive.Text = "Inactive:"
'
'txtPerfConnectionPoolsActive
'
Me.txtPerfConnectionPoolsActive.BackColor = System.Drawing.Color.White
Me.txtPerfConnectionPoolsActive.ForeColor = System.Drawing.Color.Black
Me.txtPerfConnectionPoolsActive.Location = New System.Drawing.Point(79, 17)
Me.txtPerfConnectionPoolsActive.Name = "txtPerfConnectionPoolsActive"
Me.txtPerfConnectionPoolsActive.ReadOnly = True
Me.txtPerfConnectionPoolsActive.Size = New System.Drawing.Size(53, 20)
Me.txtPerfConnectionPoolsActive.TabIndex = 1
'
'lblPerfConnectionPoolsActive
'
Me.lblPerfConnectionPoolsActive.AutoSize = True
Me.lblPerfConnectionPoolsActive.Location = New System.Drawing.Point(11, 20)
Me.lblPerfConnectionPoolsActive.Name = "lblPerfConnectionPoolsActive"
Me.lblPerfConnectionPoolsActive.Size = New System.Drawing.Size(40, 13)
Me.lblPerfConnectionPoolsActive.TabIndex = 0
Me.lblPerfConnectionPoolsActive.Text = "Active:"
'
'group1
'
Me.group1.Controls.Add(Me.txtPerfConnectionsFree)
Me.group1.Controls.Add(Me.lblPerfConnectionsFree)
Me.group1.Controls.Add(Me.txtPerfConnectionsNonPooled)
Me.group1.Controls.Add(Me.lblPerfConnectionsNonPooled)
Me.group1.Controls.Add(Me.txtPerfConnectionsActive)
Me.group1.Controls.Add(Me.lblPerfConnectionsActive)
Me.group1.Controls.Add(Me.txtPerfConnectionsPooled)
Me.group1.Controls.Add(Me.lblPerfConnectionsPooled)
Me.group1.Location = New System.Drawing.Point(7, 20)
Me.group1.Name = "group1"
Me.group1.Size = New System.Drawing.Size(327, 74)
Me.group1.TabIndex = 0
Me.group1.TabStop = False
Me.group1.Text = "Connections"
'
'txtPerfConnectionsFree
'
Me.txtPerfConnectionsFree.BackColor = System.Drawing.Color.White
Me.txtPerfConnectionsFree.ForeColor = System.Drawing.Color.Black
Me.txtPerfConnectionsFree.Location = New System.Drawing.Point(239, 43)
Me.txtPerfConnectionsFree.Name = "txtPerfConnectionsFree"
Me.txtPerfConnectionsFree.ReadOnly = True
Me.txtPerfConnectionsFree.Size = New System.Drawing.Size(53, 20)
Me.txtPerfConnectionsFree.TabIndex = 7
'
'lblPerfConnectionsFree
'
Me.lblPerfConnectionsFree.AutoSize = True
Me.lblPerfConnectionsFree.Location = New System.Drawing.Point(171, 45)
Me.lblPerfConnectionsFree.Name = "lblPerfConnectionsFree"
Me.lblPerfConnectionsFree.Size = New System.Drawing.Size(31, 13)
Me.lblPerfConnectionsFree.TabIndex = 6
Me.lblPerfConnectionsFree.Text = "Free:"
'
'txtPerfConnectionsNonPooled
'
Me.txtPerfConnectionsNonPooled.BackColor = System.Drawing.Color.White
Me.txtPerfConnectionsNonPooled.ForeColor = System.Drawing.Color.Black
Me.txtPerfConnectionsNonPooled.Location = New System.Drawing.Point(79, 42)
Me.txtPerfConnectionsNonPooled.Name = "txtPerfConnectionsNonPooled"
Me.txtPerfConnectionsNonPooled.ReadOnly = True
Me.txtPerfConnectionsNonPooled.Size = New System.Drawing.Size(53, 20)
Me.txtPerfConnectionsNonPooled.TabIndex = 5
'
'lblPerfConnectionsNonPooled
'
Me.lblPerfConnectionsNonPooled.AutoSize = True
Me.lblPerfConnectionsNonPooled.Location = New System.Drawing.Point(11, 45)
Me.lblPerfConnectionsNonPooled.Name = "lblPerfConnectionsNonPooled"
Me.lblPerfConnectionsNonPooled.Size = New System.Drawing.Size(63, 13)
Me.lblPerfConnectionsNonPooled.TabIndex = 4
Me.lblPerfConnectionsNonPooled.Text = "NonPooled:"
'
'txtPerfConnectionsActive
'
Me.txtPerfConnectionsActive.BackColor = System.Drawing.Color.White
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -