Update to .Net 10/SQL 2025
This commit is contained in:
142
BaseQueryForm.Designer.vb
generated
Normal file
142
BaseQueryForm.Designer.vb
generated
Normal file
@@ -0,0 +1,142 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
||||
Partial Class BaseQueryForm
|
||||
Inherits System.Windows.Forms.Form
|
||||
|
||||
Public Sub New()
|
||||
MyBase.New()
|
||||
|
||||
'This call is required by the Windows Form Designer.
|
||||
InitializeComponent()
|
||||
|
||||
'Add any initialization after the InitializeComponent() call
|
||||
|
||||
End Sub
|
||||
|
||||
'Form overrides dispose to clean up the component list.
|
||||
Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)
|
||||
If disposing Then
|
||||
If Not (components Is Nothing) Then
|
||||
components.Dispose()
|
||||
End If
|
||||
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.
|
||||
Private WithEvents btnExit As System.Windows.Forms.Button
|
||||
Protected WithEvents fraReport As System.Windows.Forms.GroupBox
|
||||
Private WithEvents lvwReportItemsList As System.Windows.Forms.ListView
|
||||
Friend WithEvents fraQueryBy As System.Windows.Forms.GroupBox
|
||||
Private WithEvents lvwQueryByItemsList As System.Windows.Forms.ListView
|
||||
Friend WithEvents fraOtherQueryParms As System.Windows.Forms.GroupBox
|
||||
<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
|
||||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(BaseQueryForm))
|
||||
Me.btnExit = New System.Windows.Forms.Button
|
||||
Me.fraReport = New System.Windows.Forms.GroupBox
|
||||
Me.lvwReportItemsList = New System.Windows.Forms.ListView
|
||||
Me.fraQueryBy = New System.Windows.Forms.GroupBox
|
||||
Me.lvwQueryByItemsList = New System.Windows.Forms.ListView
|
||||
Me.fraOtherQueryParms = New System.Windows.Forms.GroupBox
|
||||
Me.fraReport.SuspendLayout()
|
||||
Me.fraQueryBy.SuspendLayout()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'btnExit
|
||||
'
|
||||
Me.btnExit.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.btnExit.Location = New System.Drawing.Point(976, 16)
|
||||
Me.btnExit.Name = "btnExit"
|
||||
Me.btnExit.Size = New System.Drawing.Size(96, 24)
|
||||
Me.btnExit.TabIndex = 2
|
||||
Me.btnExit.Text = "E&xit"
|
||||
'
|
||||
'fraReport
|
||||
'
|
||||
Me.fraReport.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
|
||||
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.fraReport.Controls.Add(Me.lvwReportItemsList)
|
||||
Me.fraReport.Location = New System.Drawing.Point(10, 320)
|
||||
Me.fraReport.Name = "fraReport"
|
||||
Me.fraReport.Size = New System.Drawing.Size(1064, 272)
|
||||
Me.fraReport.TabIndex = 1
|
||||
Me.fraReport.TabStop = False
|
||||
Me.fraReport.Text = "Add..."
|
||||
'
|
||||
'lvwReportItemsList
|
||||
'
|
||||
Me.lvwReportItemsList.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.lvwReportItemsList.FullRowSelect = True
|
||||
Me.lvwReportItemsList.GridLines = True
|
||||
Me.lvwReportItemsList.HideSelection = False
|
||||
Me.lvwReportItemsList.Location = New System.Drawing.Point(8, 16)
|
||||
Me.lvwReportItemsList.MultiSelect = False
|
||||
Me.lvwReportItemsList.Name = "lvwReportItemsList"
|
||||
Me.lvwReportItemsList.Size = New System.Drawing.Size(960, 312)
|
||||
Me.lvwReportItemsList.TabIndex = 0
|
||||
Me.lvwReportItemsList.UseCompatibleStateImageBehavior = False
|
||||
Me.lvwReportItemsList.View = System.Windows.Forms.View.Details
|
||||
'
|
||||
'fraQueryBy
|
||||
'
|
||||
Me.fraQueryBy.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
|
||||
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.fraQueryBy.Controls.Add(Me.lvwQueryByItemsList)
|
||||
Me.fraQueryBy.Controls.Add(Me.fraOtherQueryParms)
|
||||
Me.fraQueryBy.Location = New System.Drawing.Point(10, 10)
|
||||
Me.fraQueryBy.Name = "fraQueryBy"
|
||||
Me.fraQueryBy.Size = New System.Drawing.Size(958, 302)
|
||||
Me.fraQueryBy.TabIndex = 0
|
||||
Me.fraQueryBy.TabStop = False
|
||||
Me.fraQueryBy.Text = "Query By"
|
||||
'
|
||||
'lvwQueryByItemsList
|
||||
'
|
||||
Me.lvwQueryByItemsList.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.lvwQueryByItemsList.FullRowSelect = True
|
||||
Me.lvwQueryByItemsList.GridLines = True
|
||||
Me.lvwQueryByItemsList.HideSelection = False
|
||||
Me.lvwQueryByItemsList.Location = New System.Drawing.Point(8, 16)
|
||||
Me.lvwQueryByItemsList.MultiSelect = False
|
||||
Me.lvwQueryByItemsList.Name = "lvwQueryByItemsList"
|
||||
Me.lvwQueryByItemsList.Size = New System.Drawing.Size(944, 200)
|
||||
Me.lvwQueryByItemsList.TabIndex = 0
|
||||
Me.lvwQueryByItemsList.UseCompatibleStateImageBehavior = False
|
||||
Me.lvwQueryByItemsList.View = System.Windows.Forms.View.Details
|
||||
'
|
||||
'fraOtherQueryParms
|
||||
'
|
||||
Me.fraOtherQueryParms.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
|
||||
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.fraOtherQueryParms.Location = New System.Drawing.Point(8, 216)
|
||||
Me.fraOtherQueryParms.Name = "fraOtherQueryParms"
|
||||
Me.fraOtherQueryParms.Size = New System.Drawing.Size(944, 75)
|
||||
Me.fraOtherQueryParms.TabIndex = 1
|
||||
Me.fraOtherQueryParms.TabStop = False
|
||||
'
|
||||
'BaseQueryForm
|
||||
'
|
||||
Me.AutoScaleBaseSize = New System.Drawing.Size(5, 13)
|
||||
Me.ClientSize = New System.Drawing.Size(1080, 598)
|
||||
Me.Controls.Add(Me.fraQueryBy)
|
||||
Me.Controls.Add(Me.fraReport)
|
||||
Me.Controls.Add(Me.btnExit)
|
||||
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
||||
Me.MinimumSize = New System.Drawing.Size(848, 568)
|
||||
Me.Name = "BaseQueryForm"
|
||||
Me.Text = "BaseQueryForm"
|
||||
Me.fraReport.ResumeLayout(False)
|
||||
Me.fraQueryBy.ResumeLayout(False)
|
||||
Me.ResumeLayout(False)
|
||||
|
||||
End Sub
|
||||
|
||||
End Class
|
||||
Reference in New Issue
Block a user