272 lines
12 KiB
VB.net
272 lines
12 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class ReporteSITI
|
|
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(ReporteSITI))
|
|
Me.PNPrincipal = New System.Windows.Forms.Panel()
|
|
Me.Button2 = New System.Windows.Forms.Button()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.BTPre = New System.Windows.Forms.Button()
|
|
Me.BTInusuales = New System.Windows.Forms.Button()
|
|
Me.BTRelevantes = New System.Windows.Forms.Button()
|
|
Me.PNCentral = New System.Windows.Forms.Panel()
|
|
Me.GridPrincipal = New C1.Win.C1TrueDBGrid.C1TrueDBGrid()
|
|
Me.LBLTitulo = New System.Windows.Forms.Label()
|
|
Me.DataGridView1 = New System.Windows.Forms.DataGridView()
|
|
Me.PNFecha = New System.Windows.Forms.Panel()
|
|
Me.BTParam = New System.Windows.Forms.Button()
|
|
Me.BTAceptar = New System.Windows.Forms.Button()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.DTMFecha2 = New System.Windows.Forms.DateTimePicker()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.DTMFecha1 = New System.Windows.Forms.DateTimePicker()
|
|
Me.PNPrincipal.SuspendLayout()
|
|
Me.PNCentral.SuspendLayout()
|
|
CType(Me.GridPrincipal, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.PNFecha.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'PNPrincipal
|
|
'
|
|
Me.PNPrincipal.BackColor = System.Drawing.Color.Gainsboro
|
|
Me.PNPrincipal.Controls.Add(Me.Button2)
|
|
Me.PNPrincipal.Controls.Add(Me.Button1)
|
|
Me.PNPrincipal.Controls.Add(Me.BTPre)
|
|
Me.PNPrincipal.Controls.Add(Me.BTInusuales)
|
|
Me.PNPrincipal.Controls.Add(Me.BTRelevantes)
|
|
Me.PNPrincipal.Location = New System.Drawing.Point(0, 54)
|
|
Me.PNPrincipal.Name = "PNPrincipal"
|
|
Me.PNPrincipal.Size = New System.Drawing.Size(121, 419)
|
|
Me.PNPrincipal.TabIndex = 0
|
|
Me.PNPrincipal.Visible = False
|
|
'
|
|
'Button2
|
|
'
|
|
Me.Button2.BackColor = System.Drawing.Color.White
|
|
Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup
|
|
Me.Button2.Location = New System.Drawing.Point(13, 190)
|
|
Me.Button2.Name = "Button2"
|
|
Me.Button2.Size = New System.Drawing.Size(99, 39)
|
|
Me.Button2.TabIndex = 7
|
|
Me.Button2.Text = "Salir"
|
|
Me.Button2.UseVisualStyleBackColor = False
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.BackColor = System.Drawing.Color.White
|
|
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup
|
|
Me.Button1.Location = New System.Drawing.Point(13, 145)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(99, 39)
|
|
Me.Button1.TabIndex = 5
|
|
Me.Button1.Text = "Parametrizacion"
|
|
Me.Button1.UseVisualStyleBackColor = False
|
|
Me.Button1.Visible = False
|
|
'
|
|
'BTPre
|
|
'
|
|
Me.BTPre.BackColor = System.Drawing.Color.White
|
|
Me.BTPre.FlatStyle = System.Windows.Forms.FlatStyle.Popup
|
|
Me.BTPre.Location = New System.Drawing.Point(13, 100)
|
|
Me.BTPre.Name = "BTPre"
|
|
Me.BTPre.Size = New System.Drawing.Size(99, 39)
|
|
Me.BTPre.TabIndex = 4
|
|
Me.BTPre.Text = "Preocupantes"
|
|
Me.BTPre.UseVisualStyleBackColor = False
|
|
'
|
|
'BTInusuales
|
|
'
|
|
Me.BTInusuales.BackColor = System.Drawing.Color.White
|
|
Me.BTInusuales.FlatStyle = System.Windows.Forms.FlatStyle.Popup
|
|
Me.BTInusuales.Location = New System.Drawing.Point(13, 56)
|
|
Me.BTInusuales.Name = "BTInusuales"
|
|
Me.BTInusuales.Size = New System.Drawing.Size(100, 39)
|
|
Me.BTInusuales.TabIndex = 3
|
|
Me.BTInusuales.Text = "Inusuales"
|
|
Me.BTInusuales.UseVisualStyleBackColor = False
|
|
'
|
|
'BTRelevantes
|
|
'
|
|
Me.BTRelevantes.BackColor = System.Drawing.Color.White
|
|
Me.BTRelevantes.FlatStyle = System.Windows.Forms.FlatStyle.Popup
|
|
Me.BTRelevantes.Location = New System.Drawing.Point(13, 12)
|
|
Me.BTRelevantes.Name = "BTRelevantes"
|
|
Me.BTRelevantes.Size = New System.Drawing.Size(100, 39)
|
|
Me.BTRelevantes.TabIndex = 2
|
|
Me.BTRelevantes.Text = "Relevantes"
|
|
Me.BTRelevantes.UseVisualStyleBackColor = False
|
|
'
|
|
'PNCentral
|
|
'
|
|
Me.PNCentral.BackColor = System.Drawing.Color.Gainsboro
|
|
Me.PNCentral.Controls.Add(Me.GridPrincipal)
|
|
Me.PNCentral.Controls.Add(Me.LBLTitulo)
|
|
Me.PNCentral.Controls.Add(Me.DataGridView1)
|
|
Me.PNCentral.Location = New System.Drawing.Point(125, 59)
|
|
Me.PNCentral.Name = "PNCentral"
|
|
Me.PNCentral.Size = New System.Drawing.Size(779, 414)
|
|
Me.PNCentral.TabIndex = 7
|
|
Me.PNCentral.Visible = False
|
|
'
|
|
'GridPrincipal
|
|
'
|
|
Me.GridPrincipal.GroupByCaption = "AGRUPAR"
|
|
Me.GridPrincipal.Images.Add(CType(resources.GetObject("GridPrincipal.Images"), System.Drawing.Image))
|
|
Me.GridPrincipal.Location = New System.Drawing.Point(17, 63)
|
|
Me.GridPrincipal.Name = "GridPrincipal"
|
|
Me.GridPrincipal.PreviewInfo.Location = New System.Drawing.Point(0, 0)
|
|
Me.GridPrincipal.PreviewInfo.Size = New System.Drawing.Size(0, 0)
|
|
Me.GridPrincipal.PreviewInfo.ZoomFactor = 75.0R
|
|
Me.GridPrincipal.PrintInfo.PageSettings = CType(resources.GetObject("GridPrincipal.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings)
|
|
Me.GridPrincipal.Size = New System.Drawing.Size(748, 317)
|
|
Me.GridPrincipal.TabIndex = 43
|
|
Me.GridPrincipal.Text = "C1TrueDBGrid1"
|
|
Me.GridPrincipal.Visible = False
|
|
Me.GridPrincipal.PropBag = resources.GetString("GridPrincipal.PropBag")
|
|
'
|
|
'LBLTitulo
|
|
'
|
|
Me.LBLTitulo.BackColor = System.Drawing.Color.White
|
|
Me.LBLTitulo.FlatStyle = System.Windows.Forms.FlatStyle.Popup
|
|
Me.LBLTitulo.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.LBLTitulo.ForeColor = System.Drawing.Color.MidnightBlue
|
|
Me.LBLTitulo.Location = New System.Drawing.Point(0, 1)
|
|
Me.LBLTitulo.Name = "LBLTitulo"
|
|
Me.LBLTitulo.Size = New System.Drawing.Size(780, 48)
|
|
Me.LBLTitulo.TabIndex = 42
|
|
Me.LBLTitulo.Text = "Tipo de Reporte"
|
|
Me.LBLTitulo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
|
'
|
|
'DataGridView1
|
|
'
|
|
Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
Me.DataGridView1.Location = New System.Drawing.Point(8, 56)
|
|
Me.DataGridView1.Name = "DataGridView1"
|
|
Me.DataGridView1.Size = New System.Drawing.Size(763, 334)
|
|
Me.DataGridView1.TabIndex = 0
|
|
'
|
|
'PNFecha
|
|
'
|
|
Me.PNFecha.BackColor = System.Drawing.Color.Gainsboro
|
|
Me.PNFecha.Controls.Add(Me.BTParam)
|
|
Me.PNFecha.Controls.Add(Me.BTAceptar)
|
|
Me.PNFecha.Controls.Add(Me.Label2)
|
|
Me.PNFecha.Controls.Add(Me.DTMFecha2)
|
|
Me.PNFecha.Controls.Add(Me.Label1)
|
|
Me.PNFecha.Controls.Add(Me.DTMFecha1)
|
|
Me.PNFecha.Location = New System.Drawing.Point(0, 0)
|
|
Me.PNFecha.Name = "PNFecha"
|
|
Me.PNFecha.Size = New System.Drawing.Size(904, 55)
|
|
Me.PNFecha.TabIndex = 8
|
|
'
|
|
'BTParam
|
|
'
|
|
Me.BTParam.FlatStyle = System.Windows.Forms.FlatStyle.Popup
|
|
Me.BTParam.Location = New System.Drawing.Point(650, 12)
|
|
Me.BTParam.Name = "BTParam"
|
|
Me.BTParam.Size = New System.Drawing.Size(120, 31)
|
|
Me.BTParam.TabIndex = 5
|
|
Me.BTParam.Text = "Parametros..."
|
|
Me.BTParam.UseVisualStyleBackColor = True
|
|
'
|
|
'BTAceptar
|
|
'
|
|
Me.BTAceptar.FlatStyle = System.Windows.Forms.FlatStyle.Popup
|
|
Me.BTAceptar.Location = New System.Drawing.Point(777, 12)
|
|
Me.BTAceptar.Name = "BTAceptar"
|
|
Me.BTAceptar.Size = New System.Drawing.Size(120, 31)
|
|
Me.BTAceptar.TabIndex = 4
|
|
Me.BTAceptar.Text = "Aceptar"
|
|
Me.BTAceptar.UseVisualStyleBackColor = True
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.ForeColor = System.Drawing.Color.MidnightBlue
|
|
Me.Label2.Location = New System.Drawing.Point(238, 6)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(62, 13)
|
|
Me.Label2.TabIndex = 3
|
|
Me.Label2.Text = "Fecha Final"
|
|
'
|
|
'DTMFecha2
|
|
'
|
|
Me.DTMFecha2.Location = New System.Drawing.Point(237, 24)
|
|
Me.DTMFecha2.Name = "DTMFecha2"
|
|
Me.DTMFecha2.Size = New System.Drawing.Size(208, 20)
|
|
Me.DTMFecha2.TabIndex = 2
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.ForeColor = System.Drawing.Color.MidnightBlue
|
|
Me.Label1.Location = New System.Drawing.Point(15, 6)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(67, 13)
|
|
Me.Label1.TabIndex = 1
|
|
Me.Label1.Text = "Fecha Inicial"
|
|
'
|
|
'DTMFecha1
|
|
'
|
|
Me.DTMFecha1.Location = New System.Drawing.Point(14, 24)
|
|
Me.DTMFecha1.Name = "DTMFecha1"
|
|
Me.DTMFecha1.Size = New System.Drawing.Size(208, 20)
|
|
Me.DTMFecha1.TabIndex = 0
|
|
'
|
|
'ReporteSITI
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.BackColor = System.Drawing.Color.Black
|
|
Me.ClientSize = New System.Drawing.Size(910, 480)
|
|
Me.Controls.Add(Me.PNFecha)
|
|
Me.Controls.Add(Me.PNCentral)
|
|
Me.Controls.Add(Me.PNPrincipal)
|
|
Me.Name = "ReporteSITI"
|
|
Me.Text = "Reporte SEIVE"
|
|
Me.PNPrincipal.ResumeLayout(False)
|
|
Me.PNCentral.ResumeLayout(False)
|
|
CType(Me.GridPrincipal, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.PNFecha.ResumeLayout(False)
|
|
Me.PNFecha.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
Friend WithEvents PNPrincipal As System.Windows.Forms.Panel
|
|
Friend WithEvents BTPre As System.Windows.Forms.Button
|
|
Friend WithEvents BTInusuales As System.Windows.Forms.Button
|
|
Friend WithEvents BTRelevantes As System.Windows.Forms.Button
|
|
Friend WithEvents Button1 As System.Windows.Forms.Button
|
|
Friend WithEvents Button2 As System.Windows.Forms.Button
|
|
Friend WithEvents PNCentral As System.Windows.Forms.Panel
|
|
Friend WithEvents DataGridView1 As System.Windows.Forms.DataGridView
|
|
Friend WithEvents PNFecha As System.Windows.Forms.Panel
|
|
Friend WithEvents DTMFecha1 As System.Windows.Forms.DateTimePicker
|
|
Friend WithEvents BTAceptar As System.Windows.Forms.Button
|
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
|
Friend WithEvents DTMFecha2 As System.Windows.Forms.DateTimePicker
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents BTParam As System.Windows.Forms.Button
|
|
Friend WithEvents LBLTitulo As System.Windows.Forms.Label
|
|
Friend WithEvents GridPrincipal As C1.Win.C1TrueDBGrid.C1TrueDBGrid
|
|
End Class
|