_ Partial Class FrmRepEstadistico Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. _ 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. _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmRepEstadistico)) Me.btnConsultar = New System.Windows.Forms.ToolBarButton() Me.btnExportar = New System.Windows.Forms.ToolBarButton() Me.btnRefrescar = New System.Windows.Forms.ToolBarButton() Me.btnSalir = New System.Windows.Forms.ToolBarButton() Me.BtnImprimir = New System.Windows.Forms.Button() Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components) Me.BntSalie = New System.Windows.Forms.Button() Me.BtnLimpiar = New System.Windows.Forms.Button() Me.btnConsulta = New System.Windows.Forms.Button() Me.C1TrueDBGrid1 = New C1.Win.C1TrueDBGrid.C1TrueDBGrid() Me.dtpFechaInicio = New System.Windows.Forms.DateTimePicker() Me.lblFin = New System.Windows.Forms.Label() Me.lblInicio = New System.Windows.Forms.Label() Me.dtpFechaFin = New System.Windows.Forms.DateTimePicker() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.lblNumReg = New System.Windows.Forms.Label() Me.GroupBox2 = New System.Windows.Forms.GroupBox() CType(Me.C1TrueDBGrid1, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox1.SuspendLayout() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'btnConsultar ' Me.btnConsultar.Name = "btnConsultar" ' 'btnExportar ' Me.btnExportar.Name = "btnExportar" ' 'btnRefrescar ' Me.btnRefrescar.Name = "btnRefrescar" ' 'btnSalir ' Me.btnSalir.Name = "btnSalir" ' 'BtnImprimir ' Me.BtnImprimir.BackColor = System.Drawing.Color.White Me.BtnImprimir.Cursor = System.Windows.Forms.Cursors.Hand Me.BtnImprimir.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.BtnImprimir.ForeColor = System.Drawing.Color.MidnightBlue Me.BtnImprimir.Image = CType(resources.GetObject("BtnImprimir.Image"), System.Drawing.Image) Me.BtnImprimir.Location = New System.Drawing.Point(913, 343) Me.BtnImprimir.Name = "BtnImprimir" Me.BtnImprimir.Size = New System.Drawing.Size(106, 33) Me.BtnImprimir.TabIndex = 67 Me.BtnImprimir.Text = "Exportar" Me.BtnImprimir.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.BtnImprimir.UseVisualStyleBackColor = True ' 'ImageList1 ' Me.ImageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit Me.ImageList1.ImageSize = New System.Drawing.Size(16, 16) Me.ImageList1.TransparentColor = System.Drawing.Color.Transparent ' 'BntSalie ' Me.BntSalie.BackColor = System.Drawing.Color.White Me.BntSalie.Cursor = System.Windows.Forms.Cursors.Hand Me.BntSalie.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.BntSalie.ForeColor = System.Drawing.Color.MidnightBlue Me.BntSalie.Image = CType(resources.GetObject("BntSalie.Image"), System.Drawing.Image) Me.BntSalie.Location = New System.Drawing.Point(913, 382) Me.BntSalie.Name = "BntSalie" Me.BntSalie.Size = New System.Drawing.Size(106, 33) Me.BntSalie.TabIndex = 68 Me.BntSalie.Text = "Salir" Me.BntSalie.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.BntSalie.UseVisualStyleBackColor = True ' 'BtnLimpiar ' Me.BtnLimpiar.BackColor = System.Drawing.Color.White Me.BtnLimpiar.Cursor = System.Windows.Forms.Cursors.Hand Me.BtnLimpiar.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.BtnLimpiar.ForeColor = System.Drawing.Color.MidnightBlue Me.BtnLimpiar.Image = CType(resources.GetObject("BtnLimpiar.Image"), System.Drawing.Image) Me.BtnLimpiar.Location = New System.Drawing.Point(913, 304) Me.BtnLimpiar.Name = "BtnLimpiar" Me.BtnLimpiar.Size = New System.Drawing.Size(106, 33) Me.BtnLimpiar.TabIndex = 63 Me.BtnLimpiar.Text = "Limpiar" Me.BtnLimpiar.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.BtnLimpiar.UseVisualStyleBackColor = True ' 'btnConsulta ' Me.btnConsulta.BackColor = System.Drawing.Color.White Me.btnConsulta.Cursor = System.Windows.Forms.Cursors.Hand Me.btnConsulta.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnConsulta.ForeColor = System.Drawing.Color.MidnightBlue Me.btnConsulta.Image = CType(resources.GetObject("btnConsulta.Image"), System.Drawing.Image) Me.btnConsulta.Location = New System.Drawing.Point(913, 265) Me.btnConsulta.Name = "btnConsulta" Me.btnConsulta.Size = New System.Drawing.Size(106, 33) Me.btnConsulta.TabIndex = 62 Me.btnConsulta.Text = "Consulta" Me.btnConsulta.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnConsulta.UseVisualStyleBackColor = True ' 'C1TrueDBGrid1 ' Me.C1TrueDBGrid1.CaptionHeight = 17 Me.C1TrueDBGrid1.GroupByCaption = "AGRUPAR" Me.C1TrueDBGrid1.Images.Add(CType(resources.GetObject("C1TrueDBGrid1.Images"), System.Drawing.Image)) Me.C1TrueDBGrid1.Location = New System.Drawing.Point(12, 89) Me.C1TrueDBGrid1.Name = "C1TrueDBGrid1" Me.C1TrueDBGrid1.PreviewInfo.Location = New System.Drawing.Point(0, 0) Me.C1TrueDBGrid1.PreviewInfo.Size = New System.Drawing.Size(0, 0) Me.C1TrueDBGrid1.PreviewInfo.ZoomFactor = 75.0R Me.C1TrueDBGrid1.PrintInfo.PageSettings = CType(resources.GetObject("C1TrueDBGrid1.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings) Me.C1TrueDBGrid1.RowHeight = 15 Me.C1TrueDBGrid1.Size = New System.Drawing.Size(895, 328) Me.C1TrueDBGrid1.TabIndex = 61 Me.C1TrueDBGrid1.Text = "C1TrueDBGrid1" Me.C1TrueDBGrid1.PropBag = resources.GetString("C1TrueDBGrid1.PropBag") ' 'dtpFechaInicio ' Me.dtpFechaInicio.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.dtpFechaInicio.Location = New System.Drawing.Point(90, 17) Me.dtpFechaInicio.Name = "dtpFechaInicio" Me.dtpFechaInicio.Size = New System.Drawing.Size(266, 20) Me.dtpFechaInicio.TabIndex = 1 ' 'lblFin ' Me.lblFin.ForeColor = System.Drawing.Color.MidnightBlue Me.lblFin.Location = New System.Drawing.Point(385, 17) Me.lblFin.Name = "lblFin" Me.lblFin.Size = New System.Drawing.Size(82, 20) Me.lblFin.TabIndex = 4 Me.lblFin.Text = "Fecha Final" Me.lblFin.TextAlign = System.Drawing.ContentAlignment.BottomLeft ' 'lblInicio ' Me.lblInicio.ForeColor = System.Drawing.Color.MidnightBlue Me.lblInicio.Location = New System.Drawing.Point(10, 17) Me.lblInicio.Name = "lblInicio" Me.lblInicio.Size = New System.Drawing.Size(82, 20) Me.lblInicio.TabIndex = 3 Me.lblInicio.Text = "Fecha Inicial" Me.lblInicio.TextAlign = System.Drawing.ContentAlignment.BottomLeft ' 'dtpFechaFin ' Me.dtpFechaFin.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.dtpFechaFin.Location = New System.Drawing.Point(473, 17) Me.dtpFechaFin.Name = "dtpFechaFin" Me.dtpFechaFin.Size = New System.Drawing.Size(266, 20) Me.dtpFechaFin.TabIndex = 2 ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.dtpFechaInicio) Me.GroupBox1.Controls.Add(Me.lblFin) Me.GroupBox1.Controls.Add(Me.lblInicio) Me.GroupBox1.Controls.Add(Me.dtpFechaFin) Me.GroupBox1.Location = New System.Drawing.Point(12, 13) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(895, 70) Me.GroupBox1.TabIndex = 57 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "Periodo" ' 'PictureBox1 ' Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.PictureBox1.ErrorImage = CType(resources.GetObject("PictureBox1.ErrorImage"), System.Drawing.Image) Me.PictureBox1.Image = Global.CLIENTE.My.Resources.Resources.logo_Empresa Me.PictureBox1.Location = New System.Drawing.Point(-74, -36) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(122, 38) Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.PictureBox1.TabIndex = 69 Me.PictureBox1.TabStop = False ' 'lblNumReg ' Me.lblNumReg.Font = New System.Drawing.Font("Verdana", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblNumReg.Location = New System.Drawing.Point(384, 303) Me.lblNumReg.Name = "lblNumReg" Me.lblNumReg.Size = New System.Drawing.Size(280, 15) Me.lblNumReg.TabIndex = 59 Me.lblNumReg.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'GroupBox2 ' Me.GroupBox2.Location = New System.Drawing.Point(-67, 426) Me.GroupBox2.Name = "GroupBox2" Me.GroupBox2.Size = New System.Drawing.Size(1086, 107) Me.GroupBox2.TabIndex = 58 Me.GroupBox2.TabStop = False Me.GroupBox2.Text = "Patrones" ' 'FrmRepEstadistico ' Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None Me.BackColor = System.Drawing.Color.White Me.ClientSize = New System.Drawing.Size(1028, 429) Me.Controls.Add(Me.BtnImprimir) Me.Controls.Add(Me.BntSalie) Me.Controls.Add(Me.BtnLimpiar) Me.Controls.Add(Me.btnConsulta) Me.Controls.Add(Me.C1TrueDBGrid1) Me.Controls.Add(Me.GroupBox1) Me.Controls.Add(Me.PictureBox1) Me.Controls.Add(Me.lblNumReg) Me.Controls.Add(Me.GroupBox2) Me.Name = "FrmRepEstadistico" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Reporte Estadistico" CType(Me.C1TrueDBGrid1, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox1.ResumeLayout(False) CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) End Sub Friend WithEvents btnConsultar As System.Windows.Forms.ToolBarButton Friend WithEvents btnExportar As System.Windows.Forms.ToolBarButton Friend WithEvents btnRefrescar As System.Windows.Forms.ToolBarButton Friend WithEvents btnSalir As System.Windows.Forms.ToolBarButton Friend WithEvents BtnImprimir As System.Windows.Forms.Button Friend WithEvents ImageList1 As System.Windows.Forms.ImageList Friend WithEvents BntSalie As System.Windows.Forms.Button Friend WithEvents BtnLimpiar As System.Windows.Forms.Button Friend WithEvents btnConsulta As System.Windows.Forms.Button Friend WithEvents C1TrueDBGrid1 As C1.Win.C1TrueDBGrid.C1TrueDBGrid Friend WithEvents dtpFechaInicio As System.Windows.Forms.DateTimePicker Friend WithEvents lblFin As System.Windows.Forms.Label Friend WithEvents lblInicio As System.Windows.Forms.Label Friend WithEvents dtpFechaFin As System.Windows.Forms.DateTimePicker Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox Friend WithEvents lblNumReg As System.Windows.Forms.Label Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox End Class