client/FrmUmbral.Designer.vb

150 lines
6.0 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FrmUmbral
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(FrmUmbral))
Me.DTP_Umbral = New System.Windows.Forms.DateTimePicker()
Me.Label1 = New System.Windows.Forms.Label()
Me.LblNumReg = New System.Windows.Forms.Label()
Me.DGV_Umbral = New C1.Win.C1TrueDBGrid.C1TrueDBGrid()
Me.BtnBuscar = New System.Windows.Forms.Button()
Me.BtnInformacionFalt = New System.Windows.Forms.Button()
Me.BtnExportar = New System.Windows.Forms.Button()
Me.BtnDetalles = New System.Windows.Forms.Button()
CType(Me.DGV_Umbral, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'DTP_Umbral
'
Me.DTP_Umbral.Location = New System.Drawing.Point(12, 28)
Me.DTP_Umbral.Name = "DTP_Umbral"
Me.DTP_Umbral.Size = New System.Drawing.Size(201, 20)
Me.DTP_Umbral.TabIndex = 2
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(12, 12)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(142, 13)
Me.Label1.TabIndex = 3
Me.Label1.Text = "Elegir mes y año de consulta"
'
'LblNumReg
'
Me.LblNumReg.AutoSize = True
Me.LblNumReg.Location = New System.Drawing.Point(12, 396)
Me.LblNumReg.Name = "LblNumReg"
Me.LblNumReg.Size = New System.Drawing.Size(11, 13)
Me.LblNumReg.TabIndex = 4
Me.LblNumReg.Text = "*"
'
'DGV_Umbral
'
Me.DGV_Umbral.AllowRowSizing = C1.Win.C1TrueDBGrid.RowSizingEnum.IndividualRows
Me.DGV_Umbral.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
Me.DGV_Umbral.GroupByCaption = "Drag a column header here to group by that column"
Me.DGV_Umbral.Images.Add(CType(resources.GetObject("DGV_Umbral.Images"), System.Drawing.Image))
Me.DGV_Umbral.Location = New System.Drawing.Point(12, 54)
Me.DGV_Umbral.Name = "DGV_Umbral"
Me.DGV_Umbral.PreviewInfo.Location = New System.Drawing.Point(0, 0)
Me.DGV_Umbral.PreviewInfo.Size = New System.Drawing.Size(0, 0)
Me.DGV_Umbral.PreviewInfo.ZoomFactor = 75.0R
Me.DGV_Umbral.PrintInfo.PageSettings = CType(resources.GetObject("DGV_Umbral.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings)
Me.DGV_Umbral.Size = New System.Drawing.Size(781, 339)
Me.DGV_Umbral.TabIndex = 35
Me.DGV_Umbral.Text = "C1TrueDBGrid1"
Me.DGV_Umbral.Visible = False
Me.DGV_Umbral.PropBag = resources.GetString("DGV_Umbral.PropBag")
'
'BtnBuscar
'
Me.BtnBuscar.Location = New System.Drawing.Point(556, 25)
Me.BtnBuscar.Name = "BtnBuscar"
Me.BtnBuscar.Size = New System.Drawing.Size(75, 23)
Me.BtnBuscar.TabIndex = 1
Me.BtnBuscar.Text = "Buscar"
Me.BtnBuscar.UseVisualStyleBackColor = True
'
'BtnInformacionFalt
'
Me.BtnInformacionFalt.Location = New System.Drawing.Point(637, 25)
Me.BtnInformacionFalt.Name = "BtnInformacionFalt"
Me.BtnInformacionFalt.Size = New System.Drawing.Size(75, 23)
Me.BtnInformacionFalt.TabIndex = 36
Me.BtnInformacionFalt.Text = "Info_Faltante"
Me.BtnInformacionFalt.UseVisualStyleBackColor = True
'
'BtnExportar
'
Me.BtnExportar.Location = New System.Drawing.Point(718, 25)
Me.BtnExportar.Name = "BtnExportar"
Me.BtnExportar.Size = New System.Drawing.Size(75, 23)
Me.BtnExportar.TabIndex = 37
Me.BtnExportar.Text = "Exportar"
Me.BtnExportar.UseVisualStyleBackColor = True
'
'BtnDetalles
'
Me.BtnDetalles.Location = New System.Drawing.Point(475, 25)
Me.BtnDetalles.Name = "BtnDetalles"
Me.BtnDetalles.Size = New System.Drawing.Size(75, 23)
Me.BtnDetalles.TabIndex = 38
Me.BtnDetalles.Text = "DetallesInfo"
Me.BtnDetalles.UseVisualStyleBackColor = True
Me.BtnDetalles.Visible = False
'
'FrmUmbral
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(805, 409)
Me.Controls.Add(Me.BtnDetalles)
Me.Controls.Add(Me.BtnExportar)
Me.Controls.Add(Me.BtnInformacionFalt)
Me.Controls.Add(Me.DGV_Umbral)
Me.Controls.Add(Me.LblNumReg)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.DTP_Umbral)
Me.Controls.Add(Me.BtnBuscar)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "FrmUmbral"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
Me.Text = "FrmUmbral"
CType(Me.DGV_Umbral, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents DTP_Umbral As System.Windows.Forms.DateTimePicker
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents LblNumReg As System.Windows.Forms.Label
Friend WithEvents DGV_Umbral As C1.Win.C1TrueDBGrid.C1TrueDBGrid
Friend WithEvents BtnBuscar As System.Windows.Forms.Button
Friend WithEvents BtnInformacionFalt As System.Windows.Forms.Button
Friend WithEvents BtnExportar As System.Windows.Forms.Button
Friend WithEvents BtnDetalles As System.Windows.Forms.Button
End Class