Menu

[r5]: / trunk / source / DBVisualizer / UI / QueryForm.Designer.vb  Maximize  Restore  History

Download this file

131 lines (126 with data), 6.7 kB

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class QueryForm
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()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(QueryForm))
Me.Panel1 = New System.Windows.Forms.Panel
Me.CloseButton = New System.Windows.Forms.Button
Me.MessageLabel = New System.Windows.Forms.Label
Me.ExecuteButton = New System.Windows.Forms.Button
Me.QueryTextBox = New System.Windows.Forms.TextBox
Me.ResultGrid = New System.Windows.Forms.DataGridView
Me.Panel1.SuspendLayout()
CType(Me.ResultGrid, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'Panel1
'
Me.Panel1.Controls.Add(Me.CloseButton)
Me.Panel1.Controls.Add(Me.MessageLabel)
Me.Panel1.Controls.Add(Me.ExecuteButton)
Me.Panel1.Controls.Add(Me.QueryTextBox)
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top
Me.Panel1.Location = New System.Drawing.Point(0, 0)
Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing.Size(601, 54)
Me.Panel1.TabIndex = 5
'
'CloseButton
'
Me.CloseButton.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.CloseButton.DialogResult = System.Windows.Forms.DialogResult.Cancel
Me.CloseButton.Location = New System.Drawing.Point(539, 26)
Me.CloseButton.Name = "CloseButton"
Me.CloseButton.Size = New System.Drawing.Size(59, 21)
Me.CloseButton.TabIndex = 10
Me.CloseButton.Text = "Close"
Me.CloseButton.UseVisualStyleBackColor = True
'
'MessageLabel
'
Me.MessageLabel.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.MessageLabel.Location = New System.Drawing.Point(10, 29)
Me.MessageLabel.Name = "MessageLabel"
Me.MessageLabel.Size = New System.Drawing.Size(523, 17)
Me.MessageLabel.TabIndex = 9
'
'ExecuteButton
'
Me.ExecuteButton.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.ExecuteButton.Location = New System.Drawing.Point(539, 4)
Me.ExecuteButton.Name = "ExecuteButton"
Me.ExecuteButton.Size = New System.Drawing.Size(59, 21)
Me.ExecuteButton.TabIndex = 8
Me.ExecuteButton.Text = "Execute"
Me.ExecuteButton.UseVisualStyleBackColor = True
'
'QueryTextBox
'
Me.QueryTextBox.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.QueryTextBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
Me.QueryTextBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.RecentlyUsedList
Me.QueryTextBox.Font = New System.Drawing.Font("Courier New", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.QueryTextBox.Location = New System.Drawing.Point(9, 4)
Me.QueryTextBox.Name = "QueryTextBox"
Me.QueryTextBox.Size = New System.Drawing.Size(524, 21)
Me.QueryTextBox.TabIndex = 7
Me.QueryTextBox.Text = Global.BinaryRefinary.Diagnostics.DBVisualizer.My.MySettings.Default.DefaultQueryText
'
'ResultGrid
'
Me.ResultGrid.AllowUserToAddRows = False
Me.ResultGrid.AllowUserToDeleteRows = False
Me.ResultGrid.AllowUserToOrderColumns = True
Me.ResultGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.ResultGrid.Dock = System.Windows.Forms.DockStyle.Fill
Me.ResultGrid.Location = New System.Drawing.Point(0, 54)
Me.ResultGrid.Name = "ResultGrid"
Me.ResultGrid.ReadOnly = True
Me.ResultGrid.RowTemplate.Height = 18
Me.ResultGrid.Size = New System.Drawing.Size(601, 167)
Me.ResultGrid.TabIndex = 6
'
'QueryForm
'
Me.AcceptButton = Me.ExecuteButton
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.CancelButton = Me.CloseButton
Me.ClientSize = New System.Drawing.Size(601, 221)
Me.Controls.Add(Me.ResultGrid)
Me.Controls.Add(Me.Panel1)
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.MinimizeBox = False
Me.Name = "QueryForm"
Me.ShowInTaskbar = False
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
Me.Text = "DB Connection Visualizer"
Me.Panel1.ResumeLayout(False)
Me.Panel1.PerformLayout()
CType(Me.ResultGrid, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
End Sub
Friend WithEvents Panel1 As System.Windows.Forms.Panel
Friend WithEvents CloseButton As System.Windows.Forms.Button
Friend WithEvents MessageLabel As System.Windows.Forms.Label
Friend WithEvents ExecuteButton As System.Windows.Forms.Button
Friend WithEvents QueryTextBox As System.Windows.Forms.TextBox
Friend WithEvents ResultGrid As System.Windows.Forms.DataGridView
End Class