| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
- Partial Class frmReqPago
- Inherits System.Windows.Forms.Form
- 'Form reemplaza a Dispose para limpiar la lista de componentes.
- <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
- '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.
- <System.Diagnostics.DebuggerStepThrough()>
- Private Sub InitializeComponent()
- Me.components = New System.ComponentModel.Container()
- Dim UIDLabel As System.Windows.Forms.Label
- Dim CodInvLabel As System.Windows.Forms.Label
- Dim AFavorDeLabel As System.Windows.Forms.Label
- Dim FormaPagIDLabel As System.Windows.Forms.Label
- Dim MontoPagoLabel As System.Windows.Forms.Label
- Dim FechaPagoLabel As System.Windows.Forms.Label
- Dim CodBancoLabel As System.Windows.Forms.Label
- Dim NumCuentaLabel As System.Windows.Forms.Label
- Dim SaldoContableLabel As System.Windows.Forms.Label
- Dim ConceptoLabel As System.Windows.Forms.Label
- Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmReqPago))
- Me.Label11 = New System.Windows.Forms.Label()
- Me.InversionesDataSet1 = New Inversiones.InversionesDataSet1()
- Me.RPAGBindingSource = New System.Windows.Forms.BindingSource(Me.components)
- Me.RPAGTableAdapter = New Inversiones.InversionesDataSet1TableAdapters.RPAGTableAdapter()
- Me.TableAdapterManager = New Inversiones.InversionesDataSet1TableAdapters.TableAdapterManager()
- Me.BAN0TableAdapter = New Inversiones.InversionesDataSet1TableAdapters.BAN0TableAdapter()
- Me.RPAGBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components)
- Me.BindingNavigatorAddNewItem = New System.Windows.Forms.ToolStripButton()
- Me.BindingNavigatorCountItem = New System.Windows.Forms.ToolStripLabel()
- Me.BindingNavigatorDeleteItem = New System.Windows.Forms.ToolStripButton()
- Me.btnVistaPreliminar = New System.Windows.Forms.ToolStripButton()
- Me.btnImprimir = New System.Windows.Forms.ToolStripButton()
- Me.BindingNavigatorMoveFirstItem = New System.Windows.Forms.ToolStripButton()
- Me.BindingNavigatorMovePreviousItem = New System.Windows.Forms.ToolStripButton()
- Me.BindingNavigatorSeparator = New System.Windows.Forms.ToolStripSeparator()
- Me.BindingNavigatorPositionItem = New System.Windows.Forms.ToolStripTextBox()
- Me.BindingNavigatorSeparator1 = New System.Windows.Forms.ToolStripSeparator()
- Me.BindingNavigatorMoveNextItem = New System.Windows.Forms.ToolStripButton()
- Me.BindingNavigatorMoveLastItem = New System.Windows.Forms.ToolStripButton()
- Me.BindingNavigatorSeparator2 = New System.Windows.Forms.ToolStripSeparator()
- Me.RPAGBindingNavigatorSaveItem = New System.Windows.Forms.ToolStripButton()
- Me.navModificar = New System.Windows.Forms.ToolStripButton()
- Me.cbxSolicitante = New System.Windows.Forms.ComboBox()
- Me.USR0BindingSource = New System.Windows.Forms.BindingSource(Me.components)
- Me.txtCodigoInversion = New System.Windows.Forms.TextBox()
- Me.cbxFormaDePago = New System.Windows.Forms.ComboBox()
- Me.FPAGBindingSource = New System.Windows.Forms.BindingSource(Me.components)
- Me.txtMontoPago = New System.Windows.Forms.TextBox()
- Me.dtpFechaPago = New System.Windows.Forms.DateTimePicker()
- Me.cbxCodigoBanco = New System.Windows.Forms.ComboBox()
- Me.BAN0BindingSource = New System.Windows.Forms.BindingSource(Me.components)
- Me.cbxCuentaBancaria = New System.Windows.Forms.ComboBox()
- Me.txtSaldoContable = New System.Windows.Forms.TextBox()
- Me.FPAGTableAdapter = New Inversiones.InversionesDataSet1TableAdapters.FPAGTableAdapter()
- Me.ErrorProvider1 = New System.Windows.Forms.ErrorProvider(Me.components)
- Me.btnAccion = New System.Windows.Forms.Button()
- Me.btnCancelar = New System.Windows.Forms.Button()
- Me.USR0TableAdapter = New Inversiones.InversionesDataSet1TableAdapters.USR0TableAdapter()
- Me.InversionesDEVDataSet3 = New Inversiones.InversionesDEVDataSet3()
- Me.BAN1BindingSource = New System.Windows.Forms.BindingSource(Me.components)
- Me.BAN1TableAdapter = New Inversiones.InversionesDEVDataSet3TableAdapters.BAN1TableAdapter()
- Me.btnValidar = New System.Windows.Forms.Button()
- Me.lblCodigoReq = New System.Windows.Forms.Label()
- Me.txtCodigoRequisicion = New System.Windows.Forms.TextBox()
- Me.txtConcepto = New System.Windows.Forms.TextBox()
- Me.cboEmisor = New System.Windows.Forms.ComboBox()
- UIDLabel = New System.Windows.Forms.Label()
- CodInvLabel = New System.Windows.Forms.Label()
- AFavorDeLabel = New System.Windows.Forms.Label()
- FormaPagIDLabel = New System.Windows.Forms.Label()
- MontoPagoLabel = New System.Windows.Forms.Label()
- FechaPagoLabel = New System.Windows.Forms.Label()
- CodBancoLabel = New System.Windows.Forms.Label()
- NumCuentaLabel = New System.Windows.Forms.Label()
- SaldoContableLabel = New System.Windows.Forms.Label()
- ConceptoLabel = New System.Windows.Forms.Label()
- CType(Me.InversionesDataSet1, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.RPAGBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.RPAGBindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.RPAGBindingNavigator.SuspendLayout()
- CType(Me.USR0BindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.FPAGBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.BAN0BindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.ErrorProvider1, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.InversionesDEVDataSet3, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.BAN1BindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- 'UIDLabel
- '
- UIDLabel.AutoSize = True
- UIDLabel.Location = New System.Drawing.Point(21, 68)
- UIDLabel.Name = "UIDLabel"
- UIDLabel.Size = New System.Drawing.Size(59, 13)
- UIDLabel.TabIndex = 24
- UIDLabel.Text = "Solicitante:"
- '
- 'CodInvLabel
- '
- CodInvLabel.AutoSize = True
- CodInvLabel.Location = New System.Drawing.Point(275, 93)
- CodInvLabel.Name = "CodInvLabel"
- CodInvLabel.Size = New System.Drawing.Size(104, 13)
- CodInvLabel.TabIndex = 26
- CodInvLabel.Text = "Codigo de Inversión:"
- '
- 'AFavorDeLabel
- '
- AFavorDeLabel.AutoSize = True
- AFavorDeLabel.Location = New System.Drawing.Point(21, 92)
- AFavorDeLabel.Name = "AFavorDeLabel"
- AFavorDeLabel.Size = New System.Drawing.Size(38, 13)
- AFavorDeLabel.TabIndex = 28
- AFavorDeLabel.Text = "Emisor"
- '
- 'FormaPagIDLabel
- '
- FormaPagIDLabel.AutoSize = True
- FormaPagIDLabel.Location = New System.Drawing.Point(21, 114)
- FormaPagIDLabel.Name = "FormaPagIDLabel"
- FormaPagIDLabel.Size = New System.Drawing.Size(79, 13)
- FormaPagIDLabel.TabIndex = 30
- FormaPagIDLabel.Text = "Forma de Pago"
- '
- 'MontoPagoLabel
- '
- MontoPagoLabel.AutoSize = True
- MontoPagoLabel.Location = New System.Drawing.Point(21, 137)
- MontoPagoLabel.Name = "MontoPagoLabel"
- MontoPagoLabel.Size = New System.Drawing.Size(40, 13)
- MontoPagoLabel.TabIndex = 32
- MontoPagoLabel.Text = "Monto:"
- '
- 'FechaPagoLabel
- '
- FechaPagoLabel.AutoSize = True
- FechaPagoLabel.Location = New System.Drawing.Point(275, 122)
- FechaPagoLabel.Name = "FechaPagoLabel"
- FechaPagoLabel.Size = New System.Drawing.Size(68, 13)
- FechaPagoLabel.TabIndex = 34
- FechaPagoLabel.Text = "Fecha Pago:"
- '
- 'CodBancoLabel
- '
- CodBancoLabel.AutoSize = True
- CodBancoLabel.Location = New System.Drawing.Point(21, 159)
- CodBancoLabel.Name = "CodBancoLabel"
- CodBancoLabel.Size = New System.Drawing.Size(41, 13)
- CodBancoLabel.TabIndex = 36
- CodBancoLabel.Text = "Banco:"
- '
- 'NumCuentaLabel
- '
- NumCuentaLabel.AutoSize = True
- NumCuentaLabel.Location = New System.Drawing.Point(21, 182)
- NumCuentaLabel.Name = "NumCuentaLabel"
- NumCuentaLabel.Size = New System.Drawing.Size(78, 13)
- NumCuentaLabel.TabIndex = 38
- NumCuentaLabel.Text = "Cuenta Banco:"
- '
- 'SaldoContableLabel
- '
- SaldoContableLabel.AutoSize = True
- SaldoContableLabel.Location = New System.Drawing.Point(21, 205)
- SaldoContableLabel.Name = "SaldoContableLabel"
- SaldoContableLabel.Size = New System.Drawing.Size(82, 13)
- SaldoContableLabel.TabIndex = 40
- SaldoContableLabel.Text = "Saldo Contable:"
- '
- 'ConceptoLabel
- '
- ConceptoLabel.AutoSize = True
- ConceptoLabel.Location = New System.Drawing.Point(21, 227)
- ConceptoLabel.Name = "ConceptoLabel"
- ConceptoLabel.Size = New System.Drawing.Size(56, 13)
- ConceptoLabel.TabIndex = 42
- ConceptoLabel.Text = "Concepto:"
- '
- 'Label11
- '
- Me.Label11.AutoSize = True
- Me.Label11.Font = New System.Drawing.Font("Trebuchet MS", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label11.Location = New System.Drawing.Point(20, 30)
- Me.Label11.Name = "Label11"
- Me.Label11.Size = New System.Drawing.Size(176, 24)
- Me.Label11.TabIndex = 23
- Me.Label11.Text = "Requisición de Pago"
- '
- 'InversionesDataSet1
- '
- Me.InversionesDataSet1.DataSetName = "InversionesDataSet1"
- Me.InversionesDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
- '
- 'RPAGBindingSource
- '
- Me.RPAGBindingSource.DataMember = "RPAG"
- Me.RPAGBindingSource.DataSource = Me.InversionesDataSet1
- '
- 'RPAGTableAdapter
- '
- Me.RPAGTableAdapter.ClearBeforeFill = True
- '
- 'TableAdapterManager
- '
- Me.TableAdapterManager.BackupDataSetBeforeUpdate = False
- Me.TableAdapterManager.BAN0TableAdapter = Me.BAN0TableAdapter
- Me.TableAdapterManager.BAN1TableAdapter = Nothing
- Me.TableAdapterManager.BAN2TableAdapter = Nothing
- Me.TableAdapterManager.CALRITableAdapter = Nothing
- Me.TableAdapterManager.DEP0TableAdapter = Nothing
- Me.TableAdapterManager.ECALRITableAdapter = Nothing
- Me.TableAdapterManager.EMISTableAdapter = Nothing
- Me.TableAdapterManager.EMPRTableAdapter = Nothing
- Me.TableAdapterManager.FPAGTableAdapter = Nothing
- Me.TableAdapterManager.INFITableAdapter = Nothing
- Me.TableAdapterManager.OFONTableAdapter = Nothing
- Me.TableAdapterManager.PAISTableAdapter = Nothing
- Me.TableAdapterManager.PIN0TableAdapter = Nothing
- Me.TableAdapterManager.RPAGTableAdapter = Me.RPAGTableAdapter
- Me.TableAdapterManager.UpdateOrder = Inversiones.InversionesDataSet1TableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
- Me.TableAdapterManager.USR0TableAdapter = Nothing
- '
- 'BAN0TableAdapter
- '
- Me.BAN0TableAdapter.ClearBeforeFill = True
- '
- 'RPAGBindingNavigator
- '
- Me.RPAGBindingNavigator.AddNewItem = Me.BindingNavigatorAddNewItem
- Me.RPAGBindingNavigator.BindingSource = Me.RPAGBindingSource
- Me.RPAGBindingNavigator.CountItem = Me.BindingNavigatorCountItem
- Me.RPAGBindingNavigator.DeleteItem = Me.BindingNavigatorDeleteItem
- Me.RPAGBindingNavigator.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.btnVistaPreliminar, Me.btnImprimir, Me.BindingNavigatorMoveFirstItem, Me.BindingNavigatorMovePreviousItem, Me.BindingNavigatorSeparator, Me.BindingNavigatorPositionItem, Me.BindingNavigatorCountItem, Me.BindingNavigatorSeparator1, Me.BindingNavigatorMoveNextItem, Me.BindingNavigatorMoveLastItem, Me.BindingNavigatorSeparator2, Me.BindingNavigatorAddNewItem, Me.BindingNavigatorDeleteItem, Me.RPAGBindingNavigatorSaveItem, Me.navModificar})
- Me.RPAGBindingNavigator.Location = New System.Drawing.Point(0, 0)
- Me.RPAGBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem
- Me.RPAGBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem
- Me.RPAGBindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem
- Me.RPAGBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem
- Me.RPAGBindingNavigator.Name = "RPAGBindingNavigator"
- Me.RPAGBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem
- Me.RPAGBindingNavigator.Size = New System.Drawing.Size(553, 25)
- Me.RPAGBindingNavigator.TabIndex = 24
- Me.RPAGBindingNavigator.Text = "BindingNavigator1"
- '
- 'BindingNavigatorAddNewItem
- '
- Me.BindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
- Me.BindingNavigatorAddNewItem.Enabled = False
- Me.BindingNavigatorAddNewItem.Image = CType(resources.GetObject("BindingNavigatorAddNewItem.Image"), System.Drawing.Image)
- Me.BindingNavigatorAddNewItem.Name = "BindingNavigatorAddNewItem"
- Me.BindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = True
- Me.BindingNavigatorAddNewItem.Size = New System.Drawing.Size(23, 22)
- Me.BindingNavigatorAddNewItem.Text = "Agregar nuevo"
- '
- 'BindingNavigatorCountItem
- '
- Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem"
- Me.BindingNavigatorCountItem.Size = New System.Drawing.Size(37, 22)
- Me.BindingNavigatorCountItem.Text = "de {0}"
- Me.BindingNavigatorCountItem.ToolTipText = "Número total de elementos"
- '
- 'BindingNavigatorDeleteItem
- '
- Me.BindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
- Me.BindingNavigatorDeleteItem.Enabled = False
- Me.BindingNavigatorDeleteItem.Image = CType(resources.GetObject("BindingNavigatorDeleteItem.Image"), System.Drawing.Image)
- Me.BindingNavigatorDeleteItem.Name = "BindingNavigatorDeleteItem"
- Me.BindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = True
- Me.BindingNavigatorDeleteItem.Size = New System.Drawing.Size(23, 22)
- Me.BindingNavigatorDeleteItem.Text = "Eliminar"
- '
- 'btnVistaPreliminar
- '
- Me.btnVistaPreliminar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
- Me.btnVistaPreliminar.Image = Global.Inversiones.My.Resources.Resources.FILEprintp
- Me.btnVistaPreliminar.ImageTransparentColor = System.Drawing.Color.Magenta
- Me.btnVistaPreliminar.Name = "btnVistaPreliminar"
- Me.btnVistaPreliminar.Size = New System.Drawing.Size(23, 22)
- Me.btnVistaPreliminar.Text = "ToolStripButton1"
- '
- 'btnImprimir
- '
- Me.btnImprimir.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
- Me.btnImprimir.Image = Global.Inversiones.My.Resources.Resources.FILEprint
- Me.btnImprimir.ImageTransparentColor = System.Drawing.Color.Magenta
- Me.btnImprimir.Name = "btnImprimir"
- Me.btnImprimir.Size = New System.Drawing.Size(23, 22)
- Me.btnImprimir.Text = "ToolStripButton2"
- '
- 'BindingNavigatorMoveFirstItem
- '
- Me.BindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
- Me.BindingNavigatorMoveFirstItem.Image = CType(resources.GetObject("BindingNavigatorMoveFirstItem.Image"), System.Drawing.Image)
- Me.BindingNavigatorMoveFirstItem.Name = "BindingNavigatorMoveFirstItem"
- Me.BindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = True
- Me.BindingNavigatorMoveFirstItem.Size = New System.Drawing.Size(23, 22)
- Me.BindingNavigatorMoveFirstItem.Text = "Mover primero"
- '
- 'BindingNavigatorMovePreviousItem
- '
- Me.BindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
- Me.BindingNavigatorMovePreviousItem.Image = CType(resources.GetObject("BindingNavigatorMovePreviousItem.Image"), System.Drawing.Image)
- Me.BindingNavigatorMovePreviousItem.Name = "BindingNavigatorMovePreviousItem"
- Me.BindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = True
- Me.BindingNavigatorMovePreviousItem.Size = New System.Drawing.Size(23, 22)
- Me.BindingNavigatorMovePreviousItem.Text = "Mover anterior"
- '
- 'BindingNavigatorSeparator
- '
- Me.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator"
- Me.BindingNavigatorSeparator.Size = New System.Drawing.Size(6, 25)
- '
- 'BindingNavigatorPositionItem
- '
- Me.BindingNavigatorPositionItem.AccessibleName = "Posición"
- Me.BindingNavigatorPositionItem.AutoSize = False
- Me.BindingNavigatorPositionItem.Name = "BindingNavigatorPositionItem"
- Me.BindingNavigatorPositionItem.Size = New System.Drawing.Size(50, 23)
- Me.BindingNavigatorPositionItem.Text = "0"
- Me.BindingNavigatorPositionItem.ToolTipText = "Posición actual"
- '
- 'BindingNavigatorSeparator1
- '
- Me.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator1"
- Me.BindingNavigatorSeparator1.Size = New System.Drawing.Size(6, 25)
- '
- 'BindingNavigatorMoveNextItem
- '
- Me.BindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
- Me.BindingNavigatorMoveNextItem.Image = CType(resources.GetObject("BindingNavigatorMoveNextItem.Image"), System.Drawing.Image)
- Me.BindingNavigatorMoveNextItem.Name = "BindingNavigatorMoveNextItem"
- Me.BindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = True
- Me.BindingNavigatorMoveNextItem.Size = New System.Drawing.Size(23, 22)
- Me.BindingNavigatorMoveNextItem.Text = "Mover siguiente"
- '
- 'BindingNavigatorMoveLastItem
- '
- Me.BindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
- Me.BindingNavigatorMoveLastItem.Image = CType(resources.GetObject("BindingNavigatorMoveLastItem.Image"), System.Drawing.Image)
- Me.BindingNavigatorMoveLastItem.Name = "BindingNavigatorMoveLastItem"
- Me.BindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = True
- Me.BindingNavigatorMoveLastItem.Size = New System.Drawing.Size(23, 22)
- Me.BindingNavigatorMoveLastItem.Text = "Mover último"
- '
- 'BindingNavigatorSeparator2
- '
- Me.BindingNavigatorSeparator2.Name = "BindingNavigatorSeparator2"
- Me.BindingNavigatorSeparator2.Size = New System.Drawing.Size(6, 25)
- '
- 'RPAGBindingNavigatorSaveItem
- '
- Me.RPAGBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
- Me.RPAGBindingNavigatorSaveItem.Enabled = False
- Me.RPAGBindingNavigatorSaveItem.Image = CType(resources.GetObject("RPAGBindingNavigatorSaveItem.Image"), System.Drawing.Image)
- Me.RPAGBindingNavigatorSaveItem.Name = "RPAGBindingNavigatorSaveItem"
- Me.RPAGBindingNavigatorSaveItem.Size = New System.Drawing.Size(23, 22)
- Me.RPAGBindingNavigatorSaveItem.Text = "Guardar datos"
- '
- 'navModificar
- '
- Me.navModificar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
- Me.navModificar.Image = CType(resources.GetObject("navModificar.Image"), System.Drawing.Image)
- Me.navModificar.ImageTransparentColor = System.Drawing.Color.Magenta
- Me.navModificar.Name = "navModificar"
- Me.navModificar.Size = New System.Drawing.Size(23, 22)
- Me.navModificar.Text = "Modificar"
- '
- 'cbxSolicitante
- '
- Me.cbxSolicitante.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.RPAGBindingSource, "UCodigo", True))
- Me.cbxSolicitante.DataSource = Me.USR0BindingSource
- Me.cbxSolicitante.DisplayMember = "UNombre"
- Me.cbxSolicitante.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.cbxSolicitante.FormattingEnabled = True
- Me.cbxSolicitante.Location = New System.Drawing.Point(109, 65)
- Me.cbxSolicitante.Name = "cbxSolicitante"
- Me.cbxSolicitante.Size = New System.Drawing.Size(150, 21)
- Me.cbxSolicitante.TabIndex = 25
- Me.cbxSolicitante.ValueMember = "UCodigo"
- '
- 'USR0BindingSource
- '
- Me.USR0BindingSource.DataMember = "USR0"
- Me.USR0BindingSource.DataSource = Me.InversionesDataSet1
- '
- 'txtCodigoInversion
- '
- Me.txtCodigoInversion.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.RPAGBindingSource, "CodInv", True))
- Me.txtCodigoInversion.Location = New System.Drawing.Point(385, 90)
- Me.txtCodigoInversion.Name = "txtCodigoInversion"
- Me.txtCodigoInversion.ReadOnly = True
- Me.txtCodigoInversion.Size = New System.Drawing.Size(150, 20)
- Me.txtCodigoInversion.TabIndex = 27
- '
- 'cbxFormaDePago
- '
- Me.cbxFormaDePago.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.RPAGBindingSource, "FormaPagID", True))
- Me.cbxFormaDePago.DataSource = Me.FPAGBindingSource
- Me.cbxFormaDePago.DisplayMember = "Nombre"
- Me.cbxFormaDePago.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.cbxFormaDePago.FormattingEnabled = True
- Me.cbxFormaDePago.Location = New System.Drawing.Point(109, 111)
- Me.cbxFormaDePago.Name = "cbxFormaDePago"
- Me.cbxFormaDePago.Size = New System.Drawing.Size(150, 21)
- Me.cbxFormaDePago.TabIndex = 31
- Me.cbxFormaDePago.ValueMember = "Codigo"
- '
- 'FPAGBindingSource
- '
- Me.FPAGBindingSource.DataMember = "FPAG"
- Me.FPAGBindingSource.DataSource = Me.InversionesDataSet1
- '
- 'txtMontoPago
- '
- Me.txtMontoPago.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.RPAGBindingSource, "MontoPago", True))
- Me.txtMontoPago.Location = New System.Drawing.Point(109, 134)
- Me.txtMontoPago.Name = "txtMontoPago"
- Me.txtMontoPago.Size = New System.Drawing.Size(150, 20)
- Me.txtMontoPago.TabIndex = 33
- '
- 'dtpFechaPago
- '
- Me.dtpFechaPago.DataBindings.Add(New System.Windows.Forms.Binding("Value", Me.RPAGBindingSource, "FechaPago", True))
- Me.dtpFechaPago.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.dtpFechaPago.Location = New System.Drawing.Point(385, 118)
- Me.dtpFechaPago.Name = "dtpFechaPago"
- Me.dtpFechaPago.Size = New System.Drawing.Size(150, 20)
- Me.dtpFechaPago.TabIndex = 35
- '
- 'cbxCodigoBanco
- '
- Me.cbxCodigoBanco.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.RPAGBindingSource, "CodBanco", True))
- Me.cbxCodigoBanco.DataSource = Me.BAN0BindingSource
- Me.cbxCodigoBanco.DisplayMember = "NombreBanco"
- Me.cbxCodigoBanco.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.cbxCodigoBanco.FormattingEnabled = True
- Me.cbxCodigoBanco.Location = New System.Drawing.Point(109, 156)
- Me.cbxCodigoBanco.Name = "cbxCodigoBanco"
- Me.cbxCodigoBanco.Size = New System.Drawing.Size(150, 21)
- Me.cbxCodigoBanco.TabIndex = 37
- Me.cbxCodigoBanco.ValueMember = "CodBanco"
- '
- 'BAN0BindingSource
- '
- Me.BAN0BindingSource.DataMember = "BAN0"
- Me.BAN0BindingSource.DataSource = Me.InversionesDataSet1
- '
- 'cbxCuentaBancaria
- '
- Me.cbxCuentaBancaria.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.RPAGBindingSource, "NumCuenta", True))
- Me.cbxCuentaBancaria.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.cbxCuentaBancaria.FormattingEnabled = True
- Me.cbxCuentaBancaria.Location = New System.Drawing.Point(109, 179)
- Me.cbxCuentaBancaria.Name = "cbxCuentaBancaria"
- Me.cbxCuentaBancaria.Size = New System.Drawing.Size(150, 21)
- Me.cbxCuentaBancaria.TabIndex = 39
- '
- 'txtSaldoContable
- '
- Me.txtSaldoContable.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.RPAGBindingSource, "SaldoContable", True))
- Me.txtSaldoContable.Location = New System.Drawing.Point(109, 202)
- Me.txtSaldoContable.Name = "txtSaldoContable"
- Me.txtSaldoContable.ReadOnly = True
- Me.txtSaldoContable.Size = New System.Drawing.Size(150, 20)
- Me.txtSaldoContable.TabIndex = 41
- '
- 'FPAGTableAdapter
- '
- Me.FPAGTableAdapter.ClearBeforeFill = True
- '
- 'ErrorProvider1
- '
- Me.ErrorProvider1.ContainerControl = Me
- '
- 'btnAccion
- '
- Me.btnAccion.BackColor = System.Drawing.Color.FromArgb(CType(CType(21, Byte), Integer), CType(CType(81, Byte), Integer), CType(CType(118, Byte), Integer))
- Me.btnAccion.FlatAppearance.BorderSize = 0
- Me.btnAccion.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.btnAccion.ForeColor = System.Drawing.Color.White
- Me.btnAccion.Location = New System.Drawing.Point(24, 354)
- Me.btnAccion.Name = "btnAccion"
- Me.btnAccion.Size = New System.Drawing.Size(163, 33)
- Me.btnAccion.TabIndex = 1003
- Me.btnAccion.Text = "Aceptar"
- Me.btnAccion.UseVisualStyleBackColor = False
- '
- 'btnCancelar
- '
- Me.btnCancelar.BackColor = System.Drawing.Color.Gray
- Me.btnCancelar.DialogResult = System.Windows.Forms.DialogResult.Cancel
- Me.btnCancelar.FlatAppearance.BorderSize = 0
- Me.btnCancelar.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.btnCancelar.ForeColor = System.Drawing.Color.White
- Me.btnCancelar.Location = New System.Drawing.Point(193, 354)
- Me.btnCancelar.Name = "btnCancelar"
- Me.btnCancelar.Size = New System.Drawing.Size(163, 33)
- Me.btnCancelar.TabIndex = 1004
- Me.btnCancelar.Text = "Cancelar"
- Me.btnCancelar.UseVisualStyleBackColor = False
- '
- 'USR0TableAdapter
- '
- Me.USR0TableAdapter.ClearBeforeFill = True
- '
- 'InversionesDEVDataSet3
- '
- Me.InversionesDEVDataSet3.DataSetName = "InversionesDEVDataSet3"
- Me.InversionesDEVDataSet3.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
- '
- 'BAN1BindingSource
- '
- Me.BAN1BindingSource.DataMember = "BAN1"
- Me.BAN1BindingSource.DataSource = Me.InversionesDEVDataSet3
- '
- 'BAN1TableAdapter
- '
- Me.BAN1TableAdapter.ClearBeforeFill = True
- '
- 'btnValidar
- '
- Me.btnValidar.BackColor = System.Drawing.Color.Maroon
- Me.btnValidar.FlatAppearance.BorderSize = 0
- Me.btnValidar.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.btnValidar.ForeColor = System.Drawing.Color.White
- Me.btnValidar.Location = New System.Drawing.Point(372, 354)
- Me.btnValidar.Name = "btnValidar"
- Me.btnValidar.Size = New System.Drawing.Size(163, 33)
- Me.btnValidar.TabIndex = 1005
- Me.btnValidar.Text = "Validar Operación"
- Me.btnValidar.UseVisualStyleBackColor = False
- '
- 'lblCodigoReq
- '
- Me.lblCodigoReq.AutoSize = True
- Me.lblCodigoReq.Location = New System.Drawing.Point(275, 68)
- Me.lblCodigoReq.Name = "lblCodigoReq"
- Me.lblCodigoReq.Size = New System.Drawing.Size(98, 13)
- Me.lblCodigoReq.TabIndex = 1006
- Me.lblCodigoReq.Text = "Codigo Requisición"
- '
- 'txtCodigoRequisicion
- '
- Me.txtCodigoRequisicion.Location = New System.Drawing.Point(385, 61)
- Me.txtCodigoRequisicion.Name = "txtCodigoRequisicion"
- Me.txtCodigoRequisicion.ReadOnly = True
- Me.txtCodigoRequisicion.Size = New System.Drawing.Size(150, 20)
- Me.txtCodigoRequisicion.TabIndex = 1007
- '
- 'txtConcepto
- '
- Me.txtConcepto.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.RPAGBindingSource, "Concepto", True))
- Me.txtConcepto.Location = New System.Drawing.Point(109, 224)
- Me.txtConcepto.Multiline = True
- Me.txtConcepto.Name = "txtConcepto"
- Me.txtConcepto.Size = New System.Drawing.Size(426, 89)
- Me.txtConcepto.TabIndex = 43
- '
- 'cboEmisor
- '
- Me.cboEmisor.DataSource = Me.FPAGBindingSource
- Me.cboEmisor.DisplayMember = "Nombre"
- Me.cboEmisor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.cboEmisor.FormattingEnabled = True
- Me.cboEmisor.Location = New System.Drawing.Point(109, 89)
- Me.cboEmisor.Name = "cboEmisor"
- Me.cboEmisor.Size = New System.Drawing.Size(150, 21)
- Me.cboEmisor.TabIndex = 1008
- Me.cboEmisor.ValueMember = "Codigo"
- '
- 'frmReqPago
- '
- Me.AcceptButton = Me.btnAccion
- Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.CancelButton = Me.btnCancelar
- Me.ClientSize = New System.Drawing.Size(553, 399)
- Me.Controls.Add(Me.cboEmisor)
- Me.Controls.Add(Me.txtCodigoRequisicion)
- Me.Controls.Add(Me.lblCodigoReq)
- Me.Controls.Add(Me.btnValidar)
- Me.Controls.Add(Me.btnCancelar)
- Me.Controls.Add(Me.btnAccion)
- Me.Controls.Add(UIDLabel)
- Me.Controls.Add(Me.cbxSolicitante)
- Me.Controls.Add(CodInvLabel)
- Me.Controls.Add(Me.txtCodigoInversion)
- Me.Controls.Add(AFavorDeLabel)
- Me.Controls.Add(FormaPagIDLabel)
- Me.Controls.Add(Me.cbxFormaDePago)
- Me.Controls.Add(MontoPagoLabel)
- Me.Controls.Add(Me.txtMontoPago)
- Me.Controls.Add(FechaPagoLabel)
- Me.Controls.Add(Me.dtpFechaPago)
- Me.Controls.Add(CodBancoLabel)
- Me.Controls.Add(Me.cbxCodigoBanco)
- Me.Controls.Add(NumCuentaLabel)
- Me.Controls.Add(Me.cbxCuentaBancaria)
- Me.Controls.Add(SaldoContableLabel)
- Me.Controls.Add(Me.txtSaldoContable)
- Me.Controls.Add(ConceptoLabel)
- Me.Controls.Add(Me.txtConcepto)
- Me.Controls.Add(Me.RPAGBindingNavigator)
- Me.Controls.Add(Me.Label11)
- Me.Name = "frmReqPago"
- Me.Text = "frmReqPago"
- CType(Me.InversionesDataSet1, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.RPAGBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.RPAGBindingNavigator, System.ComponentModel.ISupportInitialize).EndInit()
- Me.RPAGBindingNavigator.ResumeLayout(False)
- Me.RPAGBindingNavigator.PerformLayout()
- CType(Me.USR0BindingSource, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.FPAGBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.BAN0BindingSource, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.ErrorProvider1, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.InversionesDEVDataSet3, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.BAN1BindingSource, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
- Me.PerformLayout()
- End Sub
- Friend WithEvents Label11 As Label
- Friend WithEvents InversionesDataSet1 As InversionesDataSet1
- Friend WithEvents RPAGBindingSource As BindingSource
- Friend WithEvents RPAGTableAdapter As InversionesDataSet1TableAdapters.RPAGTableAdapter
- Friend WithEvents TableAdapterManager As InversionesDataSet1TableAdapters.TableAdapterManager
- Friend WithEvents RPAGBindingNavigator As BindingNavigator
- Friend WithEvents BindingNavigatorAddNewItem As ToolStripButton
- Friend WithEvents BindingNavigatorCountItem As ToolStripLabel
- Friend WithEvents BindingNavigatorDeleteItem As ToolStripButton
- Friend WithEvents BindingNavigatorMoveFirstItem As ToolStripButton
- Friend WithEvents BindingNavigatorMovePreviousItem As ToolStripButton
- Friend WithEvents BindingNavigatorSeparator As ToolStripSeparator
- Friend WithEvents BindingNavigatorPositionItem As ToolStripTextBox
- Friend WithEvents BindingNavigatorSeparator1 As ToolStripSeparator
- Friend WithEvents BindingNavigatorMoveNextItem As ToolStripButton
- Friend WithEvents BindingNavigatorMoveLastItem As ToolStripButton
- Friend WithEvents BindingNavigatorSeparator2 As ToolStripSeparator
- Friend WithEvents RPAGBindingNavigatorSaveItem As ToolStripButton
- Friend WithEvents cbxSolicitante As ComboBox
- Friend WithEvents txtCodigoInversion As TextBox
- Friend WithEvents cbxFormaDePago As ComboBox
- Friend WithEvents txtMontoPago As TextBox
- Friend WithEvents dtpFechaPago As DateTimePicker
- Friend WithEvents cbxCodigoBanco As ComboBox
- Friend WithEvents cbxCuentaBancaria As ComboBox
- Friend WithEvents txtSaldoContable As TextBox
- Friend WithEvents BAN0TableAdapter As InversionesDataSet1TableAdapters.BAN0TableAdapter
- Friend WithEvents BAN0BindingSource As BindingSource
- Friend WithEvents FPAGBindingSource As BindingSource
- Friend WithEvents FPAGTableAdapter As InversionesDataSet1TableAdapters.FPAGTableAdapter
- Friend WithEvents ErrorProvider1 As ErrorProvider
- Friend WithEvents btnAccion As Button
- Friend WithEvents btnCancelar As Button
- Friend WithEvents btnVistaPreliminar As ToolStripButton
- Friend WithEvents btnImprimir As ToolStripButton
- Friend WithEvents USR0BindingSource As BindingSource
- Friend WithEvents USR0TableAdapter As InversionesDataSet1TableAdapters.USR0TableAdapter
- Friend WithEvents InversionesDEVDataSet3 As InversionesDEVDataSet3
- Friend WithEvents BAN1BindingSource As BindingSource
- Friend WithEvents BAN1TableAdapter As InversionesDEVDataSet3TableAdapters.BAN1TableAdapter
- Friend WithEvents lblCodigoReq As Label
- Friend WithEvents btnValidar As Button
- Friend WithEvents txtCodigoRequisicion As TextBox
- Friend WithEvents txtConcepto As TextBox
- Friend WithEvents navModificar As ToolStripButton
- Friend WithEvents cboEmisor As ComboBox
- End Class
|