201 lines
9.0 KiB
VB.net
201 lines
9.0 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmSessions
|
|
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.lblFilter = New System.Windows.Forms.Label()
|
|
Me.txtFilter = New System.Windows.Forms.TextBox()
|
|
Me.dgSessions = New System.Windows.Forms.DataGridView()
|
|
Me.dtpStart = New System.Windows.Forms.DateTimePicker()
|
|
Me.dtpEnd = New System.Windows.Forms.DateTimePicker()
|
|
Me.lblTo = New System.Windows.Forms.Label()
|
|
Me.btnReset = New System.Windows.Forms.Button()
|
|
Me.btnDelete = New System.Windows.Forms.Button()
|
|
Me.btnClose = New System.Windows.Forms.Button()
|
|
Me.lblDateRange = New System.Windows.Forms.Label()
|
|
Me.lblTotalHours = New System.Windows.Forms.Label()
|
|
Me.btnExport = New System.Windows.Forms.Button()
|
|
CType(Me.dgSessions, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'lblFilter
|
|
'
|
|
Me.lblFilter.AutoSize = True
|
|
Me.lblFilter.Location = New System.Drawing.Point(12, 9)
|
|
Me.lblFilter.Name = "lblFilter"
|
|
Me.lblFilter.Size = New System.Drawing.Size(63, 13)
|
|
Me.lblFilter.TabIndex = 1
|
|
Me.lblFilter.Text = "Game Filter:"
|
|
'
|
|
'txtFilter
|
|
'
|
|
Me.txtFilter.Location = New System.Drawing.Point(80, 6)
|
|
Me.txtFilter.Name = "txtFilter"
|
|
Me.txtFilter.Size = New System.Drawing.Size(190, 20)
|
|
Me.txtFilter.TabIndex = 1
|
|
'
|
|
'dgSessions
|
|
'
|
|
Me.dgSessions.AllowUserToAddRows = False
|
|
Me.dgSessions.AllowUserToDeleteRows = False
|
|
Me.dgSessions.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.dgSessions.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
Me.dgSessions.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnF2
|
|
Me.dgSessions.Location = New System.Drawing.Point(12, 32)
|
|
Me.dgSessions.Name = "dgSessions"
|
|
Me.dgSessions.ReadOnly = True
|
|
Me.dgSessions.RowHeadersVisible = False
|
|
Me.dgSessions.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
|
|
Me.dgSessions.Size = New System.Drawing.Size(760, 488)
|
|
Me.dgSessions.TabIndex = 6
|
|
'
|
|
'dtpStart
|
|
'
|
|
Me.dtpStart.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.dtpStart.Location = New System.Drawing.Point(384, 6)
|
|
Me.dtpStart.Name = "dtpStart"
|
|
Me.dtpStart.Size = New System.Drawing.Size(175, 20)
|
|
Me.dtpStart.TabIndex = 3
|
|
'
|
|
'dtpEnd
|
|
'
|
|
Me.dtpEnd.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.dtpEnd.Location = New System.Drawing.Point(597, 6)
|
|
Me.dtpEnd.Name = "dtpEnd"
|
|
Me.dtpEnd.Size = New System.Drawing.Size(175, 20)
|
|
Me.dtpEnd.TabIndex = 5
|
|
'
|
|
'lblTo
|
|
'
|
|
Me.lblTo.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.lblTo.Location = New System.Drawing.Point(565, 9)
|
|
Me.lblTo.Name = "lblTo"
|
|
Me.lblTo.Size = New System.Drawing.Size(26, 17)
|
|
Me.lblTo.TabIndex = 4
|
|
Me.lblTo.Text = "to"
|
|
Me.lblTo.TextAlign = System.Drawing.ContentAlignment.TopCenter
|
|
'
|
|
'btnReset
|
|
'
|
|
Me.btnReset.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.btnReset.Location = New System.Drawing.Point(591, 526)
|
|
Me.btnReset.Name = "btnReset"
|
|
Me.btnReset.Size = New System.Drawing.Size(100, 23)
|
|
Me.btnReset.TabIndex = 10
|
|
Me.btnReset.Text = "&Reset Filters"
|
|
Me.btnReset.UseVisualStyleBackColor = True
|
|
'
|
|
'btnDelete
|
|
'
|
|
Me.btnDelete.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.btnDelete.Location = New System.Drawing.Point(12, 526)
|
|
Me.btnDelete.Name = "btnDelete"
|
|
Me.btnDelete.Size = New System.Drawing.Size(100, 23)
|
|
Me.btnDelete.TabIndex = 7
|
|
Me.btnDelete.Text = "&Delete Session"
|
|
Me.btnDelete.UseVisualStyleBackColor = True
|
|
'
|
|
'btnClose
|
|
'
|
|
Me.btnClose.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.btnClose.Location = New System.Drawing.Point(697, 526)
|
|
Me.btnClose.Name = "btnClose"
|
|
Me.btnClose.Size = New System.Drawing.Size(75, 23)
|
|
Me.btnClose.TabIndex = 11
|
|
Me.btnClose.Text = "&Close"
|
|
Me.btnClose.UseVisualStyleBackColor = True
|
|
'
|
|
'lblDateRange
|
|
'
|
|
Me.lblDateRange.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.lblDateRange.AutoSize = True
|
|
Me.lblDateRange.Location = New System.Drawing.Point(310, 9)
|
|
Me.lblDateRange.Name = "lblDateRange"
|
|
Me.lblDateRange.Size = New System.Drawing.Size(68, 13)
|
|
Me.lblDateRange.TabIndex = 2
|
|
Me.lblDateRange.Text = "Date Range:"
|
|
'
|
|
'lblTotalHours
|
|
'
|
|
Me.lblTotalHours.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.lblTotalHours.Location = New System.Drawing.Point(118, 531)
|
|
Me.lblTotalHours.Name = "lblTotalHours"
|
|
Me.lblTotalHours.Size = New System.Drawing.Size(361, 13)
|
|
Me.lblTotalHours.TabIndex = 8
|
|
Me.lblTotalHours.Text = "Total Hours:"
|
|
Me.lblTotalHours.TextAlign = System.Drawing.ContentAlignment.TopCenter
|
|
'
|
|
'btnExport
|
|
'
|
|
Me.btnExport.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.btnExport.Location = New System.Drawing.Point(485, 526)
|
|
Me.btnExport.Name = "btnExport"
|
|
Me.btnExport.Size = New System.Drawing.Size(100, 23)
|
|
Me.btnExport.TabIndex = 9
|
|
Me.btnExport.Text = "&Export Grid"
|
|
Me.btnExport.UseVisualStyleBackColor = True
|
|
'
|
|
'frmSessions
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(784, 561)
|
|
Me.Controls.Add(Me.btnExport)
|
|
Me.Controls.Add(Me.lblTotalHours)
|
|
Me.Controls.Add(Me.lblDateRange)
|
|
Me.Controls.Add(Me.btnClose)
|
|
Me.Controls.Add(Me.btnDelete)
|
|
Me.Controls.Add(Me.btnReset)
|
|
Me.Controls.Add(Me.lblTo)
|
|
Me.Controls.Add(Me.dtpEnd)
|
|
Me.Controls.Add(Me.dtpStart)
|
|
Me.Controls.Add(Me.dgSessions)
|
|
Me.Controls.Add(Me.lblFilter)
|
|
Me.Controls.Add(Me.txtFilter)
|
|
Me.Name = "frmSessions"
|
|
Me.ShowIcon = False
|
|
Me.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "Session Viewer"
|
|
CType(Me.dgSessions, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents lblFilter As Label
|
|
Friend WithEvents txtFilter As TextBox
|
|
Friend WithEvents dgSessions As DataGridView
|
|
Friend WithEvents dtpStart As DateTimePicker
|
|
Friend WithEvents dtpEnd As DateTimePicker
|
|
Friend WithEvents lblTo As Label
|
|
Friend WithEvents btnReset As Button
|
|
Friend WithEvents btnDelete As Button
|
|
Friend WithEvents btnClose As Button
|
|
Friend WithEvents lblDateRange As Label
|
|
Friend WithEvents lblTotalHours As Label
|
|
Friend WithEvents btnExport As Button
|
|
End Class
|