client/ProcesoHIT/FrmProcesoHit.Designer.vb

116 lines
5.0 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FrmProcesoHit
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()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmProcesoHit))
Me.Button1 = New System.Windows.Forms.Button()
Me.gridHits = New C1.Win.C1TrueDBGrid.C1TrueDBGrid()
Me.cmdConfig = New System.Windows.Forms.Button()
Me.dtpFecha = New System.Windows.Forms.DateTimePicker()
Me.lblFecha = New System.Windows.Forms.Label()
CType(Me.gridHits, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'Button1
'
Me.Button1.Location = New System.Drawing.Point(587, 327)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(75, 23)
Me.Button1.TabIndex = 0
Me.Button1.Text = "Cerrar"
Me.Button1.UseVisualStyleBackColor = True
'
'gridHits
'
Me.gridHits.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.gridHits.FilterBar = True
Me.gridHits.GroupByCaption = "AGRUPAR"
Me.gridHits.Images.Add(CType(resources.GetObject("gridHits.Images"), System.Drawing.Image))
Me.gridHits.Location = New System.Drawing.Point(12, 35)
Me.gridHits.Name = "gridHits"
Me.gridHits.PreviewInfo.Location = New System.Drawing.Point(0, 0)
Me.gridHits.PreviewInfo.Size = New System.Drawing.Size(0, 0)
Me.gridHits.PreviewInfo.ZoomFactor = 75.0R
Me.gridHits.PrintInfo.PageSettings = CType(resources.GetObject("gridHits.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings)
Me.gridHits.Size = New System.Drawing.Size(657, 286)
Me.gridHits.TabIndex = 1
Me.gridHits.Text = "C1TrueDBGrid1"
Me.gridHits.PropBag = resources.GetString("gridHits.PropBag")
'
'cmdConfig
'
Me.cmdConfig.Location = New System.Drawing.Point(493, 327)
Me.cmdConfig.Name = "cmdConfig"
Me.cmdConfig.Size = New System.Drawing.Size(88, 23)
Me.cmdConfig.TabIndex = 2
Me.cmdConfig.Text = "Configuración"
Me.cmdConfig.UseVisualStyleBackColor = True
'
'dtpFecha
'
Me.dtpFecha.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
Me.dtpFecha.Location = New System.Drawing.Point(55, 9)
Me.dtpFecha.Name = "dtpFecha"
Me.dtpFecha.Size = New System.Drawing.Size(83, 20)
Me.dtpFecha.TabIndex = 3
'
'lblFecha
'
Me.lblFecha.AutoSize = True
Me.lblFecha.ForeColor = System.Drawing.Color.MidnightBlue
Me.lblFecha.Location = New System.Drawing.Point(9, 12)
Me.lblFecha.Name = "lblFecha"
Me.lblFecha.Size = New System.Drawing.Size(37, 13)
Me.lblFecha.TabIndex = 4
Me.lblFecha.Text = "Fecha"
'
'FrmProcesoHit
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(674, 360)
Me.Controls.Add(Me.lblFecha)
Me.Controls.Add(Me.dtpFecha)
Me.Controls.Add(Me.cmdConfig)
Me.Controls.Add(Me.gridHits)
Me.Controls.Add(Me.Button1)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "FrmProcesoHit"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Proceso Hit"
CType(Me.gridHits, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents Button1 As System.Windows.Forms.Button
Friend WithEvents gridHits As C1.Win.C1TrueDBGrid.C1TrueDBGrid
Friend WithEvents cmdConfig As System.Windows.Forms.Button
Friend WithEvents dtpFecha As System.Windows.Forms.DateTimePicker
Friend WithEvents lblFecha As System.Windows.Forms.Label
End Class