_ Partial Class FRAuditoria Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. _ 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. _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FRAuditoria)) Me.Panel1 = New System.Windows.Forms.Panel() Me.LblNumReg = New System.Windows.Forms.Label() Me.GridCentral = New C1.Win.C1TrueDBGrid.C1TrueDBGrid() Me.GroupBox3 = New System.Windows.Forms.GroupBox() Me.cboMOv = New System.Windows.Forms.ComboBox() Me.Label3 = New System.Windows.Forms.Label() Me.cmbSuceso = New System.Windows.Forms.ComboBox() Me.Label2 = New System.Windows.Forms.Label() Me.cmbUsuario = New System.Windows.Forms.ComboBox() Me.Label1 = New System.Windows.Forms.Label() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.lblFin = New System.Windows.Forms.Label() Me.lblInicio = New System.Windows.Forms.Label() Me.dtpFechaInicio = New System.Windows.Forms.DateTimePicker() Me.dtpFechaFin = New System.Windows.Forms.DateTimePicker() Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components) Me.panel2 = New System.Windows.Forms.Panel() Me.Img_logoCabecera = New System.Windows.Forms.PictureBox() Me.label4 = New System.Windows.Forms.Label() Me.panel3 = New System.Windows.Forms.Panel() Me.Label5 = New System.Windows.Forms.Label() Me.lblFooter = New System.Windows.Forms.Label() Me.btnConsulta = New System.Windows.Forms.Button() Me.BtnLimpiar = New System.Windows.Forms.Button() Me.BtnImprimir = New System.Windows.Forms.Button() Me.BntSalie = New System.Windows.Forms.Button() Me.Panel1.SuspendLayout() CType(Me.GridCentral, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox3.SuspendLayout() Me.GroupBox1.SuspendLayout() Me.panel2.SuspendLayout() CType(Me.Img_logoCabecera, System.ComponentModel.ISupportInitialize).BeginInit() Me.panel3.SuspendLayout() Me.SuspendLayout() ' 'Panel1 ' Me.Panel1.Controls.Add(Me.LblNumReg) Me.Panel1.Controls.Add(Me.GridCentral) Me.Panel1.Controls.Add(Me.GroupBox3) Me.Panel1.Controls.Add(Me.GroupBox1) Me.Panel1.Location = New System.Drawing.Point(12, 52) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(841, 366) Me.Panel1.TabIndex = 0 ' 'LblNumReg ' Me.LblNumReg.AutoSize = True Me.LblNumReg.ForeColor = System.Drawing.Color.MidnightBlue Me.LblNumReg.Location = New System.Drawing.Point(6, 353) Me.LblNumReg.Name = "LblNumReg" Me.LblNumReg.Size = New System.Drawing.Size(54, 13) Me.LblNumReg.TabIndex = 35 Me.LblNumReg.Text = "Registros:" ' 'GridCentral ' Me.GridCentral.FilterBar = True Me.GridCentral.GroupByCaption = "AGRUPAR" Me.GridCentral.Images.Add(CType(resources.GetObject("GridCentral.Images"), System.Drawing.Image)) Me.GridCentral.Location = New System.Drawing.Point(7, 104) Me.GridCentral.Name = "GridCentral" Me.GridCentral.PreviewInfo.Location = New System.Drawing.Point(0, 0) Me.GridCentral.PreviewInfo.Size = New System.Drawing.Size(0, 0) Me.GridCentral.PreviewInfo.ZoomFactor = 75.0R Me.GridCentral.PrintInfo.PageSettings = CType(resources.GetObject("GridCentral.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings) Me.GridCentral.Size = New System.Drawing.Size(831, 237) Me.GridCentral.TabIndex = 34 Me.GridCentral.Text = "C1TrueDBGrid1" Me.GridCentral.PropBag = resources.GetString("GridCentral.PropBag") ' 'GroupBox3 ' Me.GroupBox3.Controls.Add(Me.cboMOv) Me.GroupBox3.Controls.Add(Me.Label3) Me.GroupBox3.Controls.Add(Me.cmbSuceso) Me.GroupBox3.Controls.Add(Me.Label2) Me.GroupBox3.Controls.Add(Me.cmbUsuario) Me.GroupBox3.Controls.Add(Me.Label1) Me.GroupBox3.Location = New System.Drawing.Point(229, 10) Me.GroupBox3.Name = "GroupBox3" Me.GroupBox3.Size = New System.Drawing.Size(609, 88) Me.GroupBox3.TabIndex = 33 Me.GroupBox3.TabStop = False Me.GroupBox3.Text = "Parametros de consulta" ' 'cboMOv ' Me.cboMOv.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cboMOv.DropDownWidth = 269 Me.cboMOv.Location = New System.Drawing.Point(428, 21) Me.cboMOv.Name = "cboMOv" Me.cboMOv.Size = New System.Drawing.Size(175, 21) Me.cboMOv.TabIndex = 37 Me.cboMOv.Visible = False ' 'Label3 ' Me.Label3.ForeColor = System.Drawing.Color.MidnightBlue Me.Label3.Location = New System.Drawing.Point(364, 22) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(93, 20) Me.Label3.TabIndex = 36 Me.Label3.Text = "Movimiento" Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Label3.Visible = False ' 'cmbSuceso ' Me.cmbSuceso.DropDownHeight = 150 Me.cmbSuceso.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cmbSuceso.IntegralHeight = False Me.cmbSuceso.ItemHeight = 13 Me.cmbSuceso.Location = New System.Drawing.Point(70, 56) Me.cmbSuceso.Name = "cmbSuceso" Me.cmbSuceso.Size = New System.Drawing.Size(533, 21) Me.cmbSuceso.TabIndex = 31 Me.cmbSuceso.Visible = False ' 'Label2 ' Me.Label2.ForeColor = System.Drawing.Color.MidnightBlue Me.Label2.Location = New System.Drawing.Point(13, 54) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(50, 20) Me.Label2.TabIndex = 33 Me.Label2.Text = "Suceso" Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.Label2.Visible = False ' 'cmbUsuario ' Me.cmbUsuario.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cmbUsuario.DropDownWidth = 269 Me.cmbUsuario.Location = New System.Drawing.Point(70, 20) Me.cmbUsuario.Name = "cmbUsuario" Me.cmbUsuario.Size = New System.Drawing.Size(270, 21) Me.cmbUsuario.TabIndex = 6 ' 'Label1 ' Me.Label1.ForeColor = System.Drawing.Color.MidnightBlue Me.Label1.Location = New System.Drawing.Point(10, 20) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(50, 20) Me.Label1.TabIndex = 32 Me.Label1.Text = "Usuario" Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.lblFin) Me.GroupBox1.Controls.Add(Me.lblInicio) Me.GroupBox1.Controls.Add(Me.dtpFechaInicio) Me.GroupBox1.Controls.Add(Me.dtpFechaFin) Me.GroupBox1.Location = New System.Drawing.Point(8, 7) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(215, 89) Me.GroupBox1.TabIndex = 32 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "Periodo" ' 'lblFin ' Me.lblFin.AutoSize = True Me.lblFin.ForeColor = System.Drawing.Color.MidnightBlue Me.lblFin.Location = New System.Drawing.Point(6, 53) Me.lblFin.Name = "lblFin" Me.lblFin.Size = New System.Drawing.Size(62, 13) Me.lblFin.TabIndex = 4 Me.lblFin.Text = "Fecha Final" Me.lblFin.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'lblInicio ' Me.lblInicio.AutoSize = True Me.lblInicio.ForeColor = System.Drawing.Color.MidnightBlue Me.lblInicio.Location = New System.Drawing.Point(6, 20) Me.lblInicio.Name = "lblInicio" Me.lblInicio.Size = New System.Drawing.Size(67, 13) Me.lblInicio.TabIndex = 3 Me.lblInicio.Text = "Fecha Inicial" Me.lblInicio.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'dtpFechaInicio ' Me.dtpFechaInicio.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.dtpFechaInicio.Location = New System.Drawing.Point(90, 20) Me.dtpFechaInicio.Name = "dtpFechaInicio" Me.dtpFechaInicio.Size = New System.Drawing.Size(95, 20) Me.dtpFechaInicio.TabIndex = 1 ' 'dtpFechaFin ' Me.dtpFechaFin.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.dtpFechaFin.Location = New System.Drawing.Point(89, 53) Me.dtpFechaFin.Name = "dtpFechaFin" Me.dtpFechaFin.Size = New System.Drawing.Size(96, 20) Me.dtpFechaFin.TabIndex = 2 ' 'ImageList1 ' Me.ImageList1.ImageStream = CType(resources.GetObject("ImageList1.ImageStream"), System.Windows.Forms.ImageListStreamer) Me.ImageList1.TransparentColor = System.Drawing.Color.Transparent Me.ImageList1.Images.SetKeyName(0, "") Me.ImageList1.Images.SetKeyName(1, "") Me.ImageList1.Images.SetKeyName(2, "") Me.ImageList1.Images.SetKeyName(3, "") ' 'panel2 ' Me.panel2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.panel2.BackColor = System.Drawing.Color.Black Me.panel2.Controls.Add(Me.Img_logoCabecera) Me.panel2.Controls.Add(Me.label4) Me.panel2.ForeColor = System.Drawing.Color.Navy Me.panel2.Location = New System.Drawing.Point(-1, 0) Me.panel2.Name = "panel2" Me.panel2.Size = New System.Drawing.Size(977, 46) Me.panel2.TabIndex = 160 ' 'Img_logoCabecera ' Me.Img_logoCabecera.Image = Global.CLIENTE.My.Resources.Resources.blackrock_logo Me.Img_logoCabecera.Location = New System.Drawing.Point(857, -4) Me.Img_logoCabecera.Name = "Img_logoCabecera" Me.Img_logoCabecera.Size = New System.Drawing.Size(117, 50) Me.Img_logoCabecera.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.Img_logoCabecera.TabIndex = 360 Me.Img_logoCabecera.TabStop = False ' 'label4 ' Me.label4.AutoSize = True Me.label4.BackColor = System.Drawing.Color.Transparent Me.label4.Font = New System.Drawing.Font("Century Gothic", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.label4.ForeColor = System.Drawing.SystemColors.Window Me.label4.Location = New System.Drawing.Point(21, 8) Me.label4.Name = "label4" Me.label4.Size = New System.Drawing.Size(94, 22) Me.label4.TabIndex = 2 Me.label4.Text = "Auditoria" ' 'panel3 ' Me.panel3.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.panel3.BackColor = System.Drawing.Color.Black Me.panel3.Controls.Add(Me.Label5) Me.panel3.Controls.Add(Me.lblFooter) Me.panel3.ForeColor = System.Drawing.Color.Navy Me.panel3.Location = New System.Drawing.Point(-1, 424) Me.panel3.Name = "panel3" Me.panel3.Size = New System.Drawing.Size(977, 33) Me.panel3.TabIndex = 361 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.BackColor = System.Drawing.Color.Transparent Me.Label5.Font = New System.Drawing.Font("Century Gothic", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label5.ForeColor = System.Drawing.SystemColors.Window Me.Label5.Location = New System.Drawing.Point(918, 6) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(42, 17) Me.Label5.TabIndex = 3 Me.Label5.Text = "Minds" ' 'lblFooter ' Me.lblFooter.AutoSize = True Me.lblFooter.BackColor = System.Drawing.Color.Transparent Me.lblFooter.Font = New System.Drawing.Font("Century Gothic", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblFooter.ForeColor = System.Drawing.SystemColors.Window Me.lblFooter.Location = New System.Drawing.Point(1019, 7) Me.lblFooter.Name = "lblFooter" Me.lblFooter.Size = New System.Drawing.Size(42, 17) Me.lblFooter.TabIndex = 2 Me.lblFooter.Text = "Minds" ' 'btnConsulta ' Me.btnConsulta.BackColor = System.Drawing.Color.Black Me.btnConsulta.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnConsulta.ForeColor = System.Drawing.Color.White Me.btnConsulta.Location = New System.Drawing.Point(859, 266) Me.btnConsulta.Name = "btnConsulta" Me.btnConsulta.Size = New System.Drawing.Size(104, 27) Me.btnConsulta.TabIndex = 362 Me.btnConsulta.Text = "Buscar" Me.btnConsulta.UseVisualStyleBackColor = False ' 'BtnLimpiar ' Me.BtnLimpiar.BackColor = System.Drawing.Color.Black Me.BtnLimpiar.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.BtnLimpiar.ForeColor = System.Drawing.Color.White Me.BtnLimpiar.Location = New System.Drawing.Point(859, 299) Me.BtnLimpiar.Name = "BtnLimpiar" Me.BtnLimpiar.Size = New System.Drawing.Size(104, 27) Me.BtnLimpiar.TabIndex = 363 Me.BtnLimpiar.Text = "Limpiar" Me.BtnLimpiar.UseVisualStyleBackColor = False ' 'BtnImprimir ' Me.BtnImprimir.BackColor = System.Drawing.Color.Black Me.BtnImprimir.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.BtnImprimir.ForeColor = System.Drawing.Color.White Me.BtnImprimir.Location = New System.Drawing.Point(859, 332) Me.BtnImprimir.Name = "BtnImprimir" Me.BtnImprimir.Size = New System.Drawing.Size(104, 27) Me.BtnImprimir.TabIndex = 364 Me.BtnImprimir.Text = "Exportar" Me.BtnImprimir.UseVisualStyleBackColor = False ' 'BntSalie ' Me.BntSalie.BackColor = System.Drawing.Color.Black Me.BntSalie.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.BntSalie.ForeColor = System.Drawing.Color.White Me.BntSalie.Location = New System.Drawing.Point(859, 365) Me.BntSalie.Name = "BntSalie" Me.BntSalie.Size = New System.Drawing.Size(104, 27) Me.BntSalie.TabIndex = 365 Me.BntSalie.Text = "Cerrar" Me.BntSalie.UseVisualStyleBackColor = False ' 'FRAuditoria ' Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None Me.BackColor = System.Drawing.Color.White Me.ClientSize = New System.Drawing.Size(971, 456) Me.Controls.Add(Me.BntSalie) Me.Controls.Add(Me.BtnImprimir) Me.Controls.Add(Me.BtnLimpiar) Me.Controls.Add(Me.btnConsulta) Me.Controls.Add(Me.panel3) Me.Controls.Add(Me.panel2) Me.Controls.Add(Me.Panel1) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "FRAuditoria" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Auditoria" Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() CType(Me.GridCentral, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox3.ResumeLayout(False) Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() Me.panel2.ResumeLayout(False) Me.panel2.PerformLayout() CType(Me.Img_logoCabecera, System.ComponentModel.ISupportInitialize).EndInit() Me.panel3.ResumeLayout(False) Me.panel3.PerformLayout() Me.ResumeLayout(False) End Sub Friend WithEvents Panel1 As System.Windows.Forms.Panel Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox Friend WithEvents cmbSuceso As System.Windows.Forms.ComboBox Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents cmbUsuario As System.Windows.Forms.ComboBox Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox 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 GridCentral As C1.Win.C1TrueDBGrid.C1TrueDBGrid Friend WithEvents ImageList1 As System.Windows.Forms.ImageList Friend WithEvents LblNumReg As System.Windows.Forms.Label Friend WithEvents cboMOv As System.Windows.Forms.ComboBox Friend WithEvents Label3 As System.Windows.Forms.Label Private WithEvents panel2 As Panel Private WithEvents Img_logoCabecera As PictureBox Friend WithEvents label4 As Label Private WithEvents panel3 As Panel Friend WithEvents Label5 As Label Friend WithEvents lblFooter As Label Friend WithEvents btnConsulta As Button Friend WithEvents BtnLimpiar As Button Friend WithEvents BtnImprimir As Button Friend WithEvents BntSalie As Button End Class