_ Partial Class frmMCapitales Inherits System.Windows.Forms.Form 'Form reemplaza a Dispose para limpiar la lista de componentes. _ 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 'Requerido por el Diseñador de Windows Forms Private components As System.ComponentModel.IContainer 'NOTA: el Diseñador de Windows Forms necesita el siguiente procedimiento 'Se puede modificar usando el Diseñador de Windows Forms. 'No lo modifique con el editor de código. _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmMCapitales)) Me.GroupBox3 = New System.Windows.Forms.GroupBox() Me.Label1 = New System.Windows.Forms.Label() Me.cmbCuenta = New System.Windows.Forms.ComboBox() Me.cmbStatus = New System.Windows.Forms.ComboBox() Me.cmbCliente = New System.Windows.Forms.ComboBox() Me.Label4 = New System.Windows.Forms.Label() Me.cmbPatron = New System.Windows.Forms.ComboBox() Me.Label3 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.lblTranXdia = New System.Windows.Forms.Label() Me.LblNumReg = New System.Windows.Forms.Label() Me.lblFecha = New System.Windows.Forms.Label() Me.GroupBox10 = New System.Windows.Forms.GroupBox() Me.Label5 = New System.Windows.Forms.Label() Me.Label10 = New System.Windows.Forms.Label() Me.lblDisposicion = New System.Windows.Forms.Label() Me.lblMontMax = New System.Windows.Forms.Label() Me.lblZeroBalance = New System.Windows.Forms.Label() Me.lblDespercion = New System.Windows.Forms.Label() Me.lblPContrarias = New System.Windows.Forms.Label() Me.lblDepoBenef = New System.Windows.Forms.Label() Me.lblHora = New System.Windows.Forms.Label() Me.lblGeografia = New System.Windows.Forms.Label() Me.lblFuncionario = New System.Windows.Forms.Label() Me.lblMontKYC = New System.Windows.Forms.Label() Me.lblMonto = New System.Windows.Forms.Label() Me.tlbInusualesDivisas = New System.Windows.Forms.ToolBar() 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.ImageList1 = New System.Windows.Forms.ImageList(Me.components) Me.GroupBox1 = New System.Windows.Forms.GroupBox() 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.C1TrueDBGrid1 = New C1.Win.C1TrueDBGrid.C1TrueDBGrid() Me.lblPeriodoHist = New System.Windows.Forms.Label() Me.GroupBox3.SuspendLayout() Me.GroupBox10.SuspendLayout() Me.GroupBox1.SuspendLayout() CType(Me.C1TrueDBGrid1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'GroupBox3 ' Me.GroupBox3.Controls.Add(Me.Label1) Me.GroupBox3.Controls.Add(Me.cmbCuenta) Me.GroupBox3.Controls.Add(Me.cmbStatus) Me.GroupBox3.Controls.Add(Me.cmbCliente) Me.GroupBox3.Controls.Add(Me.Label4) Me.GroupBox3.Controls.Add(Me.cmbPatron) Me.GroupBox3.Controls.Add(Me.Label3) Me.GroupBox3.Controls.Add(Me.Label2) Me.GroupBox3.Location = New System.Drawing.Point(202, 42) Me.GroupBox3.Name = "GroupBox3" Me.GroupBox3.Size = New System.Drawing.Size(540, 70) Me.GroupBox3.TabIndex = 42 Me.GroupBox3.TabStop = False Me.GroupBox3.Text = "Parametros de consulta" ' '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 = 19 Me.Label1.Text = "Cliente" Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'cmbCuenta ' Me.cmbCuenta.Items.AddRange(New Object() {"", "", "", ""}) Me.cmbCuenta.Location = New System.Drawing.Point(70, 40) Me.cmbCuenta.Name = "cmbCuenta" Me.cmbCuenta.Size = New System.Drawing.Size(270, 21) Me.cmbCuenta.TabIndex = 18 ' 'cmbStatus ' Me.cmbStatus.Location = New System.Drawing.Point(400, 40) Me.cmbStatus.Name = "cmbStatus" Me.cmbStatus.Size = New System.Drawing.Size(130, 21) Me.cmbStatus.TabIndex = 24 ' 'cmbCliente ' Me.cmbCliente.DropDownWidth = 490 Me.cmbCliente.Location = New System.Drawing.Point(70, 20) Me.cmbCliente.Name = "cmbCliente" Me.cmbCliente.Size = New System.Drawing.Size(270, 21) Me.cmbCliente.TabIndex = 17 ' 'Label4 ' Me.Label4.ForeColor = System.Drawing.Color.MidnightBlue Me.Label4.Location = New System.Drawing.Point(310, 40) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(80, 20) Me.Label4.TabIndex = 23 Me.Label4.Text = "Estatus" Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'cmbPatron ' Me.cmbPatron.DropDownWidth = 220 Me.cmbPatron.Location = New System.Drawing.Point(400, 20) Me.cmbPatron.Name = "cmbPatron" Me.cmbPatron.Size = New System.Drawing.Size(130, 21) Me.cmbPatron.TabIndex = 22 ' 'Label3 ' Me.Label3.ForeColor = System.Drawing.Color.MidnightBlue Me.Label3.Location = New System.Drawing.Point(320, 20) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(70, 20) Me.Label3.TabIndex = 21 Me.Label3.Text = "Patrón" Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'Label2 ' Me.Label2.ForeColor = System.Drawing.Color.MidnightBlue Me.Label2.Location = New System.Drawing.Point(10, 40) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(50, 20) Me.Label2.TabIndex = 20 Me.Label2.Text = "Cuenta" Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'lblTranXdia ' Me.lblTranXdia.BackColor = System.Drawing.Color.Blue Me.lblTranXdia.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.lblTranXdia.Cursor = System.Windows.Forms.Cursors.Default Me.lblTranXdia.ForeColor = System.Drawing.Color.White Me.lblTranXdia.Location = New System.Drawing.Point(122, 20) Me.lblTranXdia.Name = "lblTranXdia" Me.lblTranXdia.Size = New System.Drawing.Size(88, 20) Me.lblTranXdia.TabIndex = 23 Me.lblTranXdia.Text = "Trans. por dia" Me.lblTranXdia.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' '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(460, 354) Me.LblNumReg.Name = "LblNumReg" Me.LblNumReg.Size = New System.Drawing.Size(280, 20) Me.LblNumReg.TabIndex = 41 Me.LblNumReg.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'lblFecha ' Me.lblFecha.BackColor = System.Drawing.Color.Yellow Me.lblFecha.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.lblFecha.Cursor = System.Windows.Forms.Cursors.Hand Me.lblFecha.Location = New System.Drawing.Point(229, 19) Me.lblFecha.Name = "lblFecha" Me.lblFecha.Size = New System.Drawing.Size(88, 20) Me.lblFecha.TabIndex = 14 Me.lblFecha.Text = "Fecha" Me.lblFecha.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'GroupBox10 ' Me.GroupBox10.Controls.Add(Me.Label5) Me.GroupBox10.Controls.Add(Me.Label10) Me.GroupBox10.Controls.Add(Me.lblDisposicion) Me.GroupBox10.Controls.Add(Me.lblMontMax) Me.GroupBox10.Controls.Add(Me.lblZeroBalance) Me.GroupBox10.Controls.Add(Me.lblDespercion) Me.GroupBox10.Controls.Add(Me.lblPContrarias) Me.GroupBox10.Controls.Add(Me.lblDepoBenef) Me.GroupBox10.Controls.Add(Me.lblHora) Me.GroupBox10.Controls.Add(Me.lblGeografia) Me.GroupBox10.Controls.Add(Me.lblFuncionario) Me.GroupBox10.Controls.Add(Me.lblMontKYC) Me.GroupBox10.Controls.Add(Me.lblTranXdia) Me.GroupBox10.Controls.Add(Me.lblFecha) Me.GroupBox10.Controls.Add(Me.lblMonto) Me.GroupBox10.Location = New System.Drawing.Point(2, 370) Me.GroupBox10.Name = "GroupBox10" Me.GroupBox10.Size = New System.Drawing.Size(740, 80) Me.GroupBox10.TabIndex = 40 Me.GroupBox10.TabStop = False Me.GroupBox10.Text = "Patrones" ' 'Label5 ' Me.Label5.BackColor = System.Drawing.Color.Olive Me.Label5.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.Label5.Cursor = System.Windows.Forms.Cursors.Hand Me.Label5.ForeColor = System.Drawing.Color.White Me.Label5.Location = New System.Drawing.Point(20, 82) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(88, 20) Me.Label5.TabIndex = 49 Me.Label5.Text = "Excedente" Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.Label5.Visible = False ' 'Label10 ' Me.Label10.BackColor = System.Drawing.Color.White Me.Label10.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.Label10.Cursor = System.Windows.Forms.Cursors.Hand Me.Label10.Location = New System.Drawing.Point(642, 50) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(88, 21) Me.Label10.TabIndex = 44 Me.Label10.Text = "Nueva Inusual" Me.Label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'lblDisposicion ' Me.lblDisposicion.BackColor = System.Drawing.Color.IndianRed Me.lblDisposicion.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.lblDisposicion.Cursor = System.Windows.Forms.Cursors.Hand Me.lblDisposicion.ForeColor = System.Drawing.Color.White Me.lblDisposicion.Location = New System.Drawing.Point(537, 51) Me.lblDisposicion.Name = "lblDisposicion" Me.lblDisposicion.Size = New System.Drawing.Size(88, 20) Me.lblDisposicion.TabIndex = 33 Me.lblDisposicion.Text = "Disposicion " Me.lblDisposicion.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'lblMontMax ' Me.lblMontMax.BackColor = System.Drawing.Color.DarkCyan Me.lblMontMax.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.lblMontMax.Cursor = System.Windows.Forms.Cursors.Hand Me.lblMontMax.ForeColor = System.Drawing.Color.White Me.lblMontMax.Location = New System.Drawing.Point(433, 52) Me.lblMontMax.Name = "lblMontMax" Me.lblMontMax.Size = New System.Drawing.Size(88, 20) Me.lblMontMax.TabIndex = 32 Me.lblMontMax.Text = "Monto Maximo" Me.lblMontMax.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'lblZeroBalance ' Me.lblZeroBalance.BackColor = System.Drawing.Color.DarkBlue Me.lblZeroBalance.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.lblZeroBalance.Cursor = System.Windows.Forms.Cursors.Hand Me.lblZeroBalance.ForeColor = System.Drawing.SystemColors.ControlLightLight Me.lblZeroBalance.Location = New System.Drawing.Point(328, 52) Me.lblZeroBalance.Name = "lblZeroBalance" Me.lblZeroBalance.Size = New System.Drawing.Size(88, 20) Me.lblZeroBalance.TabIndex = 31 Me.lblZeroBalance.Text = "Zero Balance" Me.lblZeroBalance.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'lblDespercion ' Me.lblDespercion.BackColor = System.Drawing.Color.Turquoise Me.lblDespercion.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.lblDespercion.Cursor = System.Windows.Forms.Cursors.Default Me.lblDespercion.ForeColor = System.Drawing.Color.Black Me.lblDespercion.Location = New System.Drawing.Point(121, 52) Me.lblDespercion.Name = "lblDespercion" Me.lblDespercion.Size = New System.Drawing.Size(88, 20) Me.lblDespercion.TabIndex = 30 Me.lblDespercion.Text = "Dispersion" Me.lblDespercion.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'lblPContrarias ' Me.lblPContrarias.BackColor = System.Drawing.Color.Gray Me.lblPContrarias.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.lblPContrarias.Cursor = System.Windows.Forms.Cursors.Hand Me.lblPContrarias.ForeColor = System.Drawing.Color.White Me.lblPContrarias.Location = New System.Drawing.Point(228, 51) Me.lblPContrarias.Name = "lblPContrarias" Me.lblPContrarias.Size = New System.Drawing.Size(88, 21) Me.lblPContrarias.TabIndex = 29 Me.lblPContrarias.Text = "P. Contrarias" Me.lblPContrarias.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'lblDepoBenef ' Me.lblDepoBenef.BackColor = System.Drawing.Color.Orange Me.lblDepoBenef.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.lblDepoBenef.Cursor = System.Windows.Forms.Cursors.Hand Me.lblDepoBenef.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblDepoBenef.ForeColor = System.Drawing.Color.Black Me.lblDepoBenef.Location = New System.Drawing.Point(19, 52) Me.lblDepoBenef.Name = "lblDepoBenef" Me.lblDepoBenef.Size = New System.Drawing.Size(88, 20) Me.lblDepoBenef.TabIndex = 28 Me.lblDepoBenef.Text = "Depo./Benef." Me.lblDepoBenef.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'lblHora ' Me.lblHora.BackColor = System.Drawing.Color.YellowGreen Me.lblHora.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.lblHora.Cursor = System.Windows.Forms.Cursors.Hand Me.lblHora.ForeColor = System.Drawing.Color.Black Me.lblHora.Location = New System.Drawing.Point(642, 20) Me.lblHora.Name = "lblHora" Me.lblHora.Size = New System.Drawing.Size(88, 20) Me.lblHora.TabIndex = 27 Me.lblHora.Text = "Hora" Me.lblHora.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'lblGeografia ' Me.lblGeografia.BackColor = System.Drawing.Color.Maroon Me.lblGeografia.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.lblGeografia.Cursor = System.Windows.Forms.Cursors.Hand Me.lblGeografia.ForeColor = System.Drawing.SystemColors.ControlLightLight Me.lblGeografia.Location = New System.Drawing.Point(538, 19) Me.lblGeografia.Name = "lblGeografia" Me.lblGeografia.Size = New System.Drawing.Size(88, 20) Me.lblGeografia.TabIndex = 26 Me.lblGeografia.Text = "Geografia" Me.lblGeografia.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'lblFuncionario ' Me.lblFuncionario.BackColor = System.Drawing.Color.HotPink Me.lblFuncionario.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.lblFuncionario.Cursor = System.Windows.Forms.Cursors.Hand Me.lblFuncionario.ForeColor = System.Drawing.Color.Black Me.lblFuncionario.Location = New System.Drawing.Point(434, 20) Me.lblFuncionario.Name = "lblFuncionario" Me.lblFuncionario.Size = New System.Drawing.Size(88, 20) Me.lblFuncionario.TabIndex = 25 Me.lblFuncionario.Text = "Funcionario" Me.lblFuncionario.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'lblMontKYC ' Me.lblMontKYC.BackColor = System.Drawing.Color.BlueViolet Me.lblMontKYC.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.lblMontKYC.Cursor = System.Windows.Forms.Cursors.Hand Me.lblMontKYC.ForeColor = System.Drawing.SystemColors.ControlLightLight Me.lblMontKYC.Location = New System.Drawing.Point(329, 20) Me.lblMontKYC.Name = "lblMontKYC" Me.lblMontKYC.Size = New System.Drawing.Size(88, 20) Me.lblMontKYC.TabIndex = 24 Me.lblMontKYC.Text = "Monto KYC" Me.lblMontKYC.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'lblMonto ' Me.lblMonto.BackColor = System.Drawing.Color.Red Me.lblMonto.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.lblMonto.Cursor = System.Windows.Forms.Cursors.Hand Me.lblMonto.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblMonto.ForeColor = System.Drawing.Color.White Me.lblMonto.Location = New System.Drawing.Point(20, 20) Me.lblMonto.Name = "lblMonto" Me.lblMonto.Size = New System.Drawing.Size(88, 20) Me.lblMonto.TabIndex = 0 Me.lblMonto.Text = "Monto" Me.lblMonto.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'tlbInusualesDivisas ' Me.tlbInusualesDivisas.Buttons.AddRange(New System.Windows.Forms.ToolBarButton() {Me.btnConsultar, Me.btnExportar, Me.btnRefrescar, Me.btnSalir}) Me.tlbInusualesDivisas.ButtonSize = New System.Drawing.Size(75, 40) Me.tlbInusualesDivisas.DropDownArrows = True Me.tlbInusualesDivisas.ImageList = Me.ImageList1 Me.tlbInusualesDivisas.Location = New System.Drawing.Point(0, 0) Me.tlbInusualesDivisas.Name = "tlbInusualesDivisas" Me.tlbInusualesDivisas.ShowToolTips = True Me.tlbInusualesDivisas.Size = New System.Drawing.Size(750, 42) Me.tlbInusualesDivisas.TabIndex = 32 ' 'btnConsultar ' Me.btnConsultar.ImageIndex = 1 Me.btnConsultar.Name = "btnConsultar" Me.btnConsultar.Text = "Consultar" ' 'btnExportar ' Me.btnExportar.ImageIndex = 2 Me.btnExportar.Name = "btnExportar" Me.btnExportar.Text = "Exportar" ' 'btnRefrescar ' Me.btnRefrescar.ImageIndex = 0 Me.btnRefrescar.Name = "btnRefrescar" Me.btnRefrescar.Text = "Limpiar" ' 'btnSalir ' Me.btnSalir.ImageIndex = 3 Me.btnSalir.Name = "btnSalir" Me.btnSalir.Text = "Salir" ' '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, "") ' 'GroupBox1 ' Me.GroupBox1.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.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(2, 42) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(198, 68) Me.GroupBox1.TabIndex = 33 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "Periodo" ' 'dtpFechaInicio ' Me.dtpFechaInicio.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.dtpFechaInicio.Location = New System.Drawing.Point(94, 17) Me.dtpFechaInicio.Name = "dtpFechaInicio" Me.dtpFechaInicio.Size = New System.Drawing.Size(90, 20) Me.dtpFechaInicio.TabIndex = 5 ' 'lblFin ' Me.lblFin.ForeColor = System.Drawing.Color.MidnightBlue Me.lblFin.Location = New System.Drawing.Point(14, 37) Me.lblFin.Name = "lblFin" Me.lblFin.Size = New System.Drawing.Size(70, 20) Me.lblFin.TabIndex = 8 Me.lblFin.Text = "Fecha Final" Me.lblFin.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'lblInicio ' Me.lblInicio.ForeColor = System.Drawing.Color.MidnightBlue Me.lblInicio.Location = New System.Drawing.Point(14, 17) Me.lblInicio.Name = "lblInicio" Me.lblInicio.Size = New System.Drawing.Size(70, 20) Me.lblInicio.TabIndex = 7 Me.lblInicio.Text = "Fecha Inicial" Me.lblInicio.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'dtpFechaFin ' Me.dtpFechaFin.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.dtpFechaFin.Location = New System.Drawing.Point(94, 37) Me.dtpFechaFin.Name = "dtpFechaFin" Me.dtpFechaFin.Size = New System.Drawing.Size(90, 20) Me.dtpFechaFin.TabIndex = 6 ' 'C1TrueDBGrid1 ' Me.C1TrueDBGrid1.AllowUpdate = False Me.C1TrueDBGrid1.FilterBar = True Me.C1TrueDBGrid1.GroupByCaption = "AGRUPAR" Me.C1TrueDBGrid1.Images.Add(CType(resources.GetObject("C1TrueDBGrid1.Images"), System.Drawing.Image)) Me.C1TrueDBGrid1.Location = New System.Drawing.Point(2, 116) 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.Size = New System.Drawing.Size(740, 229) Me.C1TrueDBGrid1.TabIndex = 30 Me.C1TrueDBGrid1.Text = "Resultados" Me.C1TrueDBGrid1.PropBag = resources.GetString("C1TrueDBGrid1.PropBag") ' 'lblPeriodoHist ' Me.lblPeriodoHist.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.lblPeriodoHist.Location = New System.Drawing.Point(12, 352) Me.lblPeriodoHist.Name = "lblPeriodoHist" Me.lblPeriodoHist.Size = New System.Drawing.Size(300, 15) Me.lblPeriodoHist.TabIndex = 49 Me.lblPeriodoHist.Text = "Botón derecho del mouse sobre el registro a calificar." ' 'frmMCapitales ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(750, 452) Me.Controls.Add(Me.lblPeriodoHist) Me.Controls.Add(Me.GroupBox3) Me.Controls.Add(Me.LblNumReg) Me.Controls.Add(Me.GroupBox10) Me.Controls.Add(Me.tlbInusualesDivisas) Me.Controls.Add(Me.GroupBox1) Me.Controls.Add(Me.C1TrueDBGrid1) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "frmMCapitales" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "frmMCapitales" Me.GroupBox3.ResumeLayout(False) Me.GroupBox10.ResumeLayout(False) Me.GroupBox1.ResumeLayout(False) CType(Me.C1TrueDBGrid1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents cmbCuenta As System.Windows.Forms.ComboBox Friend WithEvents cmbStatus As System.Windows.Forms.ComboBox Friend WithEvents cmbCliente As System.Windows.Forms.ComboBox Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents cmbPatron As System.Windows.Forms.ComboBox Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents lblTranXdia As System.Windows.Forms.Label Friend WithEvents LblNumReg As System.Windows.Forms.Label Friend WithEvents lblFecha As System.Windows.Forms.Label Friend WithEvents GroupBox10 As System.Windows.Forms.GroupBox Friend WithEvents lblMonto As System.Windows.Forms.Label Friend WithEvents tlbInusualesDivisas As System.Windows.Forms.ToolBar 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 ImageList1 As System.Windows.Forms.ImageList Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox 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 lblMontKYC As System.Windows.Forms.Label Friend WithEvents lblHora As System.Windows.Forms.Label Friend WithEvents lblGeografia As System.Windows.Forms.Label Friend WithEvents lblFuncionario As System.Windows.Forms.Label Friend WithEvents lblDisposicion As System.Windows.Forms.Label Friend WithEvents lblMontMax As System.Windows.Forms.Label Friend WithEvents lblZeroBalance As System.Windows.Forms.Label Friend WithEvents lblDespercion As System.Windows.Forms.Label Friend WithEvents lblPContrarias As System.Windows.Forms.Label Friend WithEvents lblDepoBenef As System.Windows.Forms.Label Friend WithEvents Label10 As System.Windows.Forms.Label Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents lblPeriodoHist As System.Windows.Forms.Label End Class