frmReqPago.Designer.vb 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
  2. Partial Class frmReqPago
  3. Inherits System.Windows.Forms.Form
  4. 'Form reemplaza a Dispose para limpiar la lista de componentes.
  5. <System.Diagnostics.DebuggerNonUserCode()>
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. 'Requerido por el Diseñador de Windows Forms
  16. Private components As System.ComponentModel.IContainer
  17. 'NOTA: el Diseñador de Windows Forms necesita el siguiente procedimiento
  18. 'Se puede modificar usando el Diseñador de Windows Forms.
  19. 'No lo modifique con el editor de código.
  20. <System.Diagnostics.DebuggerStepThrough()>
  21. Private Sub InitializeComponent()
  22. Me.components = New System.ComponentModel.Container()
  23. Dim UIDLabel As System.Windows.Forms.Label
  24. Dim CodInvLabel As System.Windows.Forms.Label
  25. Dim AFavorDeLabel As System.Windows.Forms.Label
  26. Dim FormaPagIDLabel As System.Windows.Forms.Label
  27. Dim MontoPagoLabel As System.Windows.Forms.Label
  28. Dim FechaPagoLabel As System.Windows.Forms.Label
  29. Dim CodBancoLabel As System.Windows.Forms.Label
  30. Dim NumCuentaLabel As System.Windows.Forms.Label
  31. Dim SaldoContableLabel As System.Windows.Forms.Label
  32. Dim ConceptoLabel As System.Windows.Forms.Label
  33. Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmReqPago))
  34. Me.Label11 = New System.Windows.Forms.Label()
  35. Me.InversionesDataSet1 = New Inversiones.InversionesDataSet1()
  36. Me.RPAGBindingSource = New System.Windows.Forms.BindingSource(Me.components)
  37. Me.RPAGTableAdapter = New Inversiones.InversionesDataSet1TableAdapters.RPAGTableAdapter()
  38. Me.TableAdapterManager = New Inversiones.InversionesDataSet1TableAdapters.TableAdapterManager()
  39. Me.BAN0TableAdapter = New Inversiones.InversionesDataSet1TableAdapters.BAN0TableAdapter()
  40. Me.RPAGBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components)
  41. Me.BindingNavigatorAddNewItem = New System.Windows.Forms.ToolStripButton()
  42. Me.BindingNavigatorCountItem = New System.Windows.Forms.ToolStripLabel()
  43. Me.BindingNavigatorDeleteItem = New System.Windows.Forms.ToolStripButton()
  44. Me.btnVistaPreliminar = New System.Windows.Forms.ToolStripButton()
  45. Me.btnImprimir = New System.Windows.Forms.ToolStripButton()
  46. Me.BindingNavigatorMoveFirstItem = New System.Windows.Forms.ToolStripButton()
  47. Me.BindingNavigatorMovePreviousItem = New System.Windows.Forms.ToolStripButton()
  48. Me.BindingNavigatorSeparator = New System.Windows.Forms.ToolStripSeparator()
  49. Me.BindingNavigatorPositionItem = New System.Windows.Forms.ToolStripTextBox()
  50. Me.BindingNavigatorSeparator1 = New System.Windows.Forms.ToolStripSeparator()
  51. Me.BindingNavigatorMoveNextItem = New System.Windows.Forms.ToolStripButton()
  52. Me.BindingNavigatorMoveLastItem = New System.Windows.Forms.ToolStripButton()
  53. Me.BindingNavigatorSeparator2 = New System.Windows.Forms.ToolStripSeparator()
  54. Me.RPAGBindingNavigatorSaveItem = New System.Windows.Forms.ToolStripButton()
  55. Me.navModificar = New System.Windows.Forms.ToolStripButton()
  56. Me.cbxSolicitante = New System.Windows.Forms.ComboBox()
  57. Me.USR0BindingSource = New System.Windows.Forms.BindingSource(Me.components)
  58. Me.txtCodigoInversion = New System.Windows.Forms.TextBox()
  59. Me.cbxFormaDePago = New System.Windows.Forms.ComboBox()
  60. Me.FPAGBindingSource = New System.Windows.Forms.BindingSource(Me.components)
  61. Me.txtMontoPago = New System.Windows.Forms.TextBox()
  62. Me.dtpFechaPago = New System.Windows.Forms.DateTimePicker()
  63. Me.cbxCodigoBanco = New System.Windows.Forms.ComboBox()
  64. Me.BAN0BindingSource = New System.Windows.Forms.BindingSource(Me.components)
  65. Me.cbxCuentaBancaria = New System.Windows.Forms.ComboBox()
  66. Me.txtSaldoContable = New System.Windows.Forms.TextBox()
  67. Me.FPAGTableAdapter = New Inversiones.InversionesDataSet1TableAdapters.FPAGTableAdapter()
  68. Me.ErrorProvider1 = New System.Windows.Forms.ErrorProvider(Me.components)
  69. Me.btnAccion = New System.Windows.Forms.Button()
  70. Me.btnCancelar = New System.Windows.Forms.Button()
  71. Me.USR0TableAdapter = New Inversiones.InversionesDataSet1TableAdapters.USR0TableAdapter()
  72. Me.InversionesDEVDataSet3 = New Inversiones.InversionesDEVDataSet3()
  73. Me.BAN1BindingSource = New System.Windows.Forms.BindingSource(Me.components)
  74. Me.BAN1TableAdapter = New Inversiones.InversionesDEVDataSet3TableAdapters.BAN1TableAdapter()
  75. Me.btnValidar = New System.Windows.Forms.Button()
  76. Me.lblCodigoReq = New System.Windows.Forms.Label()
  77. Me.txtCodigoRequisicion = New System.Windows.Forms.TextBox()
  78. Me.txtConcepto = New System.Windows.Forms.TextBox()
  79. Me.cboEmisor = New System.Windows.Forms.ComboBox()
  80. UIDLabel = New System.Windows.Forms.Label()
  81. CodInvLabel = New System.Windows.Forms.Label()
  82. AFavorDeLabel = New System.Windows.Forms.Label()
  83. FormaPagIDLabel = New System.Windows.Forms.Label()
  84. MontoPagoLabel = New System.Windows.Forms.Label()
  85. FechaPagoLabel = New System.Windows.Forms.Label()
  86. CodBancoLabel = New System.Windows.Forms.Label()
  87. NumCuentaLabel = New System.Windows.Forms.Label()
  88. SaldoContableLabel = New System.Windows.Forms.Label()
  89. ConceptoLabel = New System.Windows.Forms.Label()
  90. CType(Me.InversionesDataSet1, System.ComponentModel.ISupportInitialize).BeginInit()
  91. CType(Me.RPAGBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
  92. CType(Me.RPAGBindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit()
  93. Me.RPAGBindingNavigator.SuspendLayout()
  94. CType(Me.USR0BindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
  95. CType(Me.FPAGBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
  96. CType(Me.BAN0BindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
  97. CType(Me.ErrorProvider1, System.ComponentModel.ISupportInitialize).BeginInit()
  98. CType(Me.InversionesDEVDataSet3, System.ComponentModel.ISupportInitialize).BeginInit()
  99. CType(Me.BAN1BindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
  100. Me.SuspendLayout()
  101. '
  102. 'UIDLabel
  103. '
  104. UIDLabel.AutoSize = True
  105. UIDLabel.Location = New System.Drawing.Point(21, 68)
  106. UIDLabel.Name = "UIDLabel"
  107. UIDLabel.Size = New System.Drawing.Size(59, 13)
  108. UIDLabel.TabIndex = 24
  109. UIDLabel.Text = "Solicitante:"
  110. '
  111. 'CodInvLabel
  112. '
  113. CodInvLabel.AutoSize = True
  114. CodInvLabel.Location = New System.Drawing.Point(275, 93)
  115. CodInvLabel.Name = "CodInvLabel"
  116. CodInvLabel.Size = New System.Drawing.Size(104, 13)
  117. CodInvLabel.TabIndex = 26
  118. CodInvLabel.Text = "Codigo de Inversión:"
  119. '
  120. 'AFavorDeLabel
  121. '
  122. AFavorDeLabel.AutoSize = True
  123. AFavorDeLabel.Location = New System.Drawing.Point(21, 92)
  124. AFavorDeLabel.Name = "AFavorDeLabel"
  125. AFavorDeLabel.Size = New System.Drawing.Size(38, 13)
  126. AFavorDeLabel.TabIndex = 28
  127. AFavorDeLabel.Text = "Emisor"
  128. '
  129. 'FormaPagIDLabel
  130. '
  131. FormaPagIDLabel.AutoSize = True
  132. FormaPagIDLabel.Location = New System.Drawing.Point(21, 114)
  133. FormaPagIDLabel.Name = "FormaPagIDLabel"
  134. FormaPagIDLabel.Size = New System.Drawing.Size(79, 13)
  135. FormaPagIDLabel.TabIndex = 30
  136. FormaPagIDLabel.Text = "Forma de Pago"
  137. '
  138. 'MontoPagoLabel
  139. '
  140. MontoPagoLabel.AutoSize = True
  141. MontoPagoLabel.Location = New System.Drawing.Point(21, 137)
  142. MontoPagoLabel.Name = "MontoPagoLabel"
  143. MontoPagoLabel.Size = New System.Drawing.Size(40, 13)
  144. MontoPagoLabel.TabIndex = 32
  145. MontoPagoLabel.Text = "Monto:"
  146. '
  147. 'FechaPagoLabel
  148. '
  149. FechaPagoLabel.AutoSize = True
  150. FechaPagoLabel.Location = New System.Drawing.Point(275, 122)
  151. FechaPagoLabel.Name = "FechaPagoLabel"
  152. FechaPagoLabel.Size = New System.Drawing.Size(68, 13)
  153. FechaPagoLabel.TabIndex = 34
  154. FechaPagoLabel.Text = "Fecha Pago:"
  155. '
  156. 'CodBancoLabel
  157. '
  158. CodBancoLabel.AutoSize = True
  159. CodBancoLabel.Location = New System.Drawing.Point(21, 159)
  160. CodBancoLabel.Name = "CodBancoLabel"
  161. CodBancoLabel.Size = New System.Drawing.Size(41, 13)
  162. CodBancoLabel.TabIndex = 36
  163. CodBancoLabel.Text = "Banco:"
  164. '
  165. 'NumCuentaLabel
  166. '
  167. NumCuentaLabel.AutoSize = True
  168. NumCuentaLabel.Location = New System.Drawing.Point(21, 182)
  169. NumCuentaLabel.Name = "NumCuentaLabel"
  170. NumCuentaLabel.Size = New System.Drawing.Size(78, 13)
  171. NumCuentaLabel.TabIndex = 38
  172. NumCuentaLabel.Text = "Cuenta Banco:"
  173. '
  174. 'SaldoContableLabel
  175. '
  176. SaldoContableLabel.AutoSize = True
  177. SaldoContableLabel.Location = New System.Drawing.Point(21, 205)
  178. SaldoContableLabel.Name = "SaldoContableLabel"
  179. SaldoContableLabel.Size = New System.Drawing.Size(82, 13)
  180. SaldoContableLabel.TabIndex = 40
  181. SaldoContableLabel.Text = "Saldo Contable:"
  182. '
  183. 'ConceptoLabel
  184. '
  185. ConceptoLabel.AutoSize = True
  186. ConceptoLabel.Location = New System.Drawing.Point(21, 227)
  187. ConceptoLabel.Name = "ConceptoLabel"
  188. ConceptoLabel.Size = New System.Drawing.Size(56, 13)
  189. ConceptoLabel.TabIndex = 42
  190. ConceptoLabel.Text = "Concepto:"
  191. '
  192. 'Label11
  193. '
  194. Me.Label11.AutoSize = True
  195. Me.Label11.Font = New System.Drawing.Font("Trebuchet MS", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  196. Me.Label11.Location = New System.Drawing.Point(20, 30)
  197. Me.Label11.Name = "Label11"
  198. Me.Label11.Size = New System.Drawing.Size(176, 24)
  199. Me.Label11.TabIndex = 23
  200. Me.Label11.Text = "Requisición de Pago"
  201. '
  202. 'InversionesDataSet1
  203. '
  204. Me.InversionesDataSet1.DataSetName = "InversionesDataSet1"
  205. Me.InversionesDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
  206. '
  207. 'RPAGBindingSource
  208. '
  209. Me.RPAGBindingSource.DataMember = "RPAG"
  210. Me.RPAGBindingSource.DataSource = Me.InversionesDataSet1
  211. '
  212. 'RPAGTableAdapter
  213. '
  214. Me.RPAGTableAdapter.ClearBeforeFill = True
  215. '
  216. 'TableAdapterManager
  217. '
  218. Me.TableAdapterManager.BackupDataSetBeforeUpdate = False
  219. Me.TableAdapterManager.BAN0TableAdapter = Me.BAN0TableAdapter
  220. Me.TableAdapterManager.BAN1TableAdapter = Nothing
  221. Me.TableAdapterManager.BAN2TableAdapter = Nothing
  222. Me.TableAdapterManager.CALRITableAdapter = Nothing
  223. Me.TableAdapterManager.DEP0TableAdapter = Nothing
  224. Me.TableAdapterManager.ECALRITableAdapter = Nothing
  225. Me.TableAdapterManager.EMISTableAdapter = Nothing
  226. Me.TableAdapterManager.EMPRTableAdapter = Nothing
  227. Me.TableAdapterManager.FPAGTableAdapter = Nothing
  228. Me.TableAdapterManager.INFITableAdapter = Nothing
  229. Me.TableAdapterManager.OFONTableAdapter = Nothing
  230. Me.TableAdapterManager.PAISTableAdapter = Nothing
  231. Me.TableAdapterManager.PIN0TableAdapter = Nothing
  232. Me.TableAdapterManager.RPAGTableAdapter = Me.RPAGTableAdapter
  233. Me.TableAdapterManager.UpdateOrder = Inversiones.InversionesDataSet1TableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
  234. Me.TableAdapterManager.USR0TableAdapter = Nothing
  235. '
  236. 'BAN0TableAdapter
  237. '
  238. Me.BAN0TableAdapter.ClearBeforeFill = True
  239. '
  240. 'RPAGBindingNavigator
  241. '
  242. Me.RPAGBindingNavigator.AddNewItem = Me.BindingNavigatorAddNewItem
  243. Me.RPAGBindingNavigator.BindingSource = Me.RPAGBindingSource
  244. Me.RPAGBindingNavigator.CountItem = Me.BindingNavigatorCountItem
  245. Me.RPAGBindingNavigator.DeleteItem = Me.BindingNavigatorDeleteItem
  246. 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})
  247. Me.RPAGBindingNavigator.Location = New System.Drawing.Point(0, 0)
  248. Me.RPAGBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem
  249. Me.RPAGBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem
  250. Me.RPAGBindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem
  251. Me.RPAGBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem
  252. Me.RPAGBindingNavigator.Name = "RPAGBindingNavigator"
  253. Me.RPAGBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem
  254. Me.RPAGBindingNavigator.Size = New System.Drawing.Size(553, 25)
  255. Me.RPAGBindingNavigator.TabIndex = 24
  256. Me.RPAGBindingNavigator.Text = "BindingNavigator1"
  257. '
  258. 'BindingNavigatorAddNewItem
  259. '
  260. Me.BindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  261. Me.BindingNavigatorAddNewItem.Enabled = False
  262. Me.BindingNavigatorAddNewItem.Image = CType(resources.GetObject("BindingNavigatorAddNewItem.Image"), System.Drawing.Image)
  263. Me.BindingNavigatorAddNewItem.Name = "BindingNavigatorAddNewItem"
  264. Me.BindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = True
  265. Me.BindingNavigatorAddNewItem.Size = New System.Drawing.Size(23, 22)
  266. Me.BindingNavigatorAddNewItem.Text = "Agregar nuevo"
  267. '
  268. 'BindingNavigatorCountItem
  269. '
  270. Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem"
  271. Me.BindingNavigatorCountItem.Size = New System.Drawing.Size(37, 22)
  272. Me.BindingNavigatorCountItem.Text = "de {0}"
  273. Me.BindingNavigatorCountItem.ToolTipText = "Número total de elementos"
  274. '
  275. 'BindingNavigatorDeleteItem
  276. '
  277. Me.BindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  278. Me.BindingNavigatorDeleteItem.Enabled = False
  279. Me.BindingNavigatorDeleteItem.Image = CType(resources.GetObject("BindingNavigatorDeleteItem.Image"), System.Drawing.Image)
  280. Me.BindingNavigatorDeleteItem.Name = "BindingNavigatorDeleteItem"
  281. Me.BindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = True
  282. Me.BindingNavigatorDeleteItem.Size = New System.Drawing.Size(23, 22)
  283. Me.BindingNavigatorDeleteItem.Text = "Eliminar"
  284. '
  285. 'btnVistaPreliminar
  286. '
  287. Me.btnVistaPreliminar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  288. Me.btnVistaPreliminar.Image = Global.Inversiones.My.Resources.Resources.FILEprintp
  289. Me.btnVistaPreliminar.ImageTransparentColor = System.Drawing.Color.Magenta
  290. Me.btnVistaPreliminar.Name = "btnVistaPreliminar"
  291. Me.btnVistaPreliminar.Size = New System.Drawing.Size(23, 22)
  292. Me.btnVistaPreliminar.Text = "ToolStripButton1"
  293. '
  294. 'btnImprimir
  295. '
  296. Me.btnImprimir.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  297. Me.btnImprimir.Image = Global.Inversiones.My.Resources.Resources.FILEprint
  298. Me.btnImprimir.ImageTransparentColor = System.Drawing.Color.Magenta
  299. Me.btnImprimir.Name = "btnImprimir"
  300. Me.btnImprimir.Size = New System.Drawing.Size(23, 22)
  301. Me.btnImprimir.Text = "ToolStripButton2"
  302. '
  303. 'BindingNavigatorMoveFirstItem
  304. '
  305. Me.BindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  306. Me.BindingNavigatorMoveFirstItem.Image = CType(resources.GetObject("BindingNavigatorMoveFirstItem.Image"), System.Drawing.Image)
  307. Me.BindingNavigatorMoveFirstItem.Name = "BindingNavigatorMoveFirstItem"
  308. Me.BindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = True
  309. Me.BindingNavigatorMoveFirstItem.Size = New System.Drawing.Size(23, 22)
  310. Me.BindingNavigatorMoveFirstItem.Text = "Mover primero"
  311. '
  312. 'BindingNavigatorMovePreviousItem
  313. '
  314. Me.BindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  315. Me.BindingNavigatorMovePreviousItem.Image = CType(resources.GetObject("BindingNavigatorMovePreviousItem.Image"), System.Drawing.Image)
  316. Me.BindingNavigatorMovePreviousItem.Name = "BindingNavigatorMovePreviousItem"
  317. Me.BindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = True
  318. Me.BindingNavigatorMovePreviousItem.Size = New System.Drawing.Size(23, 22)
  319. Me.BindingNavigatorMovePreviousItem.Text = "Mover anterior"
  320. '
  321. 'BindingNavigatorSeparator
  322. '
  323. Me.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator"
  324. Me.BindingNavigatorSeparator.Size = New System.Drawing.Size(6, 25)
  325. '
  326. 'BindingNavigatorPositionItem
  327. '
  328. Me.BindingNavigatorPositionItem.AccessibleName = "Posición"
  329. Me.BindingNavigatorPositionItem.AutoSize = False
  330. Me.BindingNavigatorPositionItem.Name = "BindingNavigatorPositionItem"
  331. Me.BindingNavigatorPositionItem.Size = New System.Drawing.Size(50, 23)
  332. Me.BindingNavigatorPositionItem.Text = "0"
  333. Me.BindingNavigatorPositionItem.ToolTipText = "Posición actual"
  334. '
  335. 'BindingNavigatorSeparator1
  336. '
  337. Me.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator1"
  338. Me.BindingNavigatorSeparator1.Size = New System.Drawing.Size(6, 25)
  339. '
  340. 'BindingNavigatorMoveNextItem
  341. '
  342. Me.BindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  343. Me.BindingNavigatorMoveNextItem.Image = CType(resources.GetObject("BindingNavigatorMoveNextItem.Image"), System.Drawing.Image)
  344. Me.BindingNavigatorMoveNextItem.Name = "BindingNavigatorMoveNextItem"
  345. Me.BindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = True
  346. Me.BindingNavigatorMoveNextItem.Size = New System.Drawing.Size(23, 22)
  347. Me.BindingNavigatorMoveNextItem.Text = "Mover siguiente"
  348. '
  349. 'BindingNavigatorMoveLastItem
  350. '
  351. Me.BindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  352. Me.BindingNavigatorMoveLastItem.Image = CType(resources.GetObject("BindingNavigatorMoveLastItem.Image"), System.Drawing.Image)
  353. Me.BindingNavigatorMoveLastItem.Name = "BindingNavigatorMoveLastItem"
  354. Me.BindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = True
  355. Me.BindingNavigatorMoveLastItem.Size = New System.Drawing.Size(23, 22)
  356. Me.BindingNavigatorMoveLastItem.Text = "Mover último"
  357. '
  358. 'BindingNavigatorSeparator2
  359. '
  360. Me.BindingNavigatorSeparator2.Name = "BindingNavigatorSeparator2"
  361. Me.BindingNavigatorSeparator2.Size = New System.Drawing.Size(6, 25)
  362. '
  363. 'RPAGBindingNavigatorSaveItem
  364. '
  365. Me.RPAGBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  366. Me.RPAGBindingNavigatorSaveItem.Enabled = False
  367. Me.RPAGBindingNavigatorSaveItem.Image = CType(resources.GetObject("RPAGBindingNavigatorSaveItem.Image"), System.Drawing.Image)
  368. Me.RPAGBindingNavigatorSaveItem.Name = "RPAGBindingNavigatorSaveItem"
  369. Me.RPAGBindingNavigatorSaveItem.Size = New System.Drawing.Size(23, 22)
  370. Me.RPAGBindingNavigatorSaveItem.Text = "Guardar datos"
  371. '
  372. 'navModificar
  373. '
  374. Me.navModificar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  375. Me.navModificar.Image = CType(resources.GetObject("navModificar.Image"), System.Drawing.Image)
  376. Me.navModificar.ImageTransparentColor = System.Drawing.Color.Magenta
  377. Me.navModificar.Name = "navModificar"
  378. Me.navModificar.Size = New System.Drawing.Size(23, 22)
  379. Me.navModificar.Text = "Modificar"
  380. '
  381. 'cbxSolicitante
  382. '
  383. Me.cbxSolicitante.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.RPAGBindingSource, "UCodigo", True))
  384. Me.cbxSolicitante.DataSource = Me.USR0BindingSource
  385. Me.cbxSolicitante.DisplayMember = "UNombre"
  386. Me.cbxSolicitante.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  387. Me.cbxSolicitante.FormattingEnabled = True
  388. Me.cbxSolicitante.Location = New System.Drawing.Point(109, 65)
  389. Me.cbxSolicitante.Name = "cbxSolicitante"
  390. Me.cbxSolicitante.Size = New System.Drawing.Size(150, 21)
  391. Me.cbxSolicitante.TabIndex = 25
  392. Me.cbxSolicitante.ValueMember = "UCodigo"
  393. '
  394. 'USR0BindingSource
  395. '
  396. Me.USR0BindingSource.DataMember = "USR0"
  397. Me.USR0BindingSource.DataSource = Me.InversionesDataSet1
  398. '
  399. 'txtCodigoInversion
  400. '
  401. Me.txtCodigoInversion.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.RPAGBindingSource, "CodInv", True))
  402. Me.txtCodigoInversion.Location = New System.Drawing.Point(385, 90)
  403. Me.txtCodigoInversion.Name = "txtCodigoInversion"
  404. Me.txtCodigoInversion.ReadOnly = True
  405. Me.txtCodigoInversion.Size = New System.Drawing.Size(150, 20)
  406. Me.txtCodigoInversion.TabIndex = 27
  407. '
  408. 'cbxFormaDePago
  409. '
  410. Me.cbxFormaDePago.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.RPAGBindingSource, "FormaPagID", True))
  411. Me.cbxFormaDePago.DataSource = Me.FPAGBindingSource
  412. Me.cbxFormaDePago.DisplayMember = "Nombre"
  413. Me.cbxFormaDePago.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  414. Me.cbxFormaDePago.FormattingEnabled = True
  415. Me.cbxFormaDePago.Location = New System.Drawing.Point(109, 111)
  416. Me.cbxFormaDePago.Name = "cbxFormaDePago"
  417. Me.cbxFormaDePago.Size = New System.Drawing.Size(150, 21)
  418. Me.cbxFormaDePago.TabIndex = 31
  419. Me.cbxFormaDePago.ValueMember = "Codigo"
  420. '
  421. 'FPAGBindingSource
  422. '
  423. Me.FPAGBindingSource.DataMember = "FPAG"
  424. Me.FPAGBindingSource.DataSource = Me.InversionesDataSet1
  425. '
  426. 'txtMontoPago
  427. '
  428. Me.txtMontoPago.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.RPAGBindingSource, "MontoPago", True))
  429. Me.txtMontoPago.Location = New System.Drawing.Point(109, 134)
  430. Me.txtMontoPago.Name = "txtMontoPago"
  431. Me.txtMontoPago.ReadOnly = True
  432. Me.txtMontoPago.Size = New System.Drawing.Size(150, 20)
  433. Me.txtMontoPago.TabIndex = 33
  434. '
  435. 'dtpFechaPago
  436. '
  437. Me.dtpFechaPago.DataBindings.Add(New System.Windows.Forms.Binding("Value", Me.RPAGBindingSource, "FechaPago", True))
  438. Me.dtpFechaPago.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  439. Me.dtpFechaPago.Location = New System.Drawing.Point(385, 118)
  440. Me.dtpFechaPago.Name = "dtpFechaPago"
  441. Me.dtpFechaPago.Size = New System.Drawing.Size(150, 20)
  442. Me.dtpFechaPago.TabIndex = 35
  443. '
  444. 'cbxCodigoBanco
  445. '
  446. Me.cbxCodigoBanco.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.RPAGBindingSource, "CodBanco", True))
  447. Me.cbxCodigoBanco.DataSource = Me.BAN0BindingSource
  448. Me.cbxCodigoBanco.DisplayMember = "NombreBanco"
  449. Me.cbxCodigoBanco.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  450. Me.cbxCodigoBanco.FormattingEnabled = True
  451. Me.cbxCodigoBanco.Location = New System.Drawing.Point(109, 156)
  452. Me.cbxCodigoBanco.Name = "cbxCodigoBanco"
  453. Me.cbxCodigoBanco.Size = New System.Drawing.Size(150, 21)
  454. Me.cbxCodigoBanco.TabIndex = 37
  455. Me.cbxCodigoBanco.ValueMember = "CodBanco"
  456. '
  457. 'BAN0BindingSource
  458. '
  459. Me.BAN0BindingSource.DataMember = "BAN0"
  460. Me.BAN0BindingSource.DataSource = Me.InversionesDataSet1
  461. '
  462. 'cbxCuentaBancaria
  463. '
  464. Me.cbxCuentaBancaria.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.RPAGBindingSource, "NumCuenta", True))
  465. Me.cbxCuentaBancaria.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  466. Me.cbxCuentaBancaria.FormattingEnabled = True
  467. Me.cbxCuentaBancaria.Location = New System.Drawing.Point(109, 179)
  468. Me.cbxCuentaBancaria.Name = "cbxCuentaBancaria"
  469. Me.cbxCuentaBancaria.Size = New System.Drawing.Size(150, 21)
  470. Me.cbxCuentaBancaria.TabIndex = 39
  471. '
  472. 'txtSaldoContable
  473. '
  474. Me.txtSaldoContable.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.RPAGBindingSource, "SaldoContable", True))
  475. Me.txtSaldoContable.Location = New System.Drawing.Point(109, 202)
  476. Me.txtSaldoContable.Name = "txtSaldoContable"
  477. Me.txtSaldoContable.ReadOnly = True
  478. Me.txtSaldoContable.Size = New System.Drawing.Size(150, 20)
  479. Me.txtSaldoContable.TabIndex = 41
  480. '
  481. 'FPAGTableAdapter
  482. '
  483. Me.FPAGTableAdapter.ClearBeforeFill = True
  484. '
  485. 'ErrorProvider1
  486. '
  487. Me.ErrorProvider1.ContainerControl = Me
  488. '
  489. 'btnAccion
  490. '
  491. Me.btnAccion.BackColor = System.Drawing.Color.FromArgb(CType(CType(21, Byte), Integer), CType(CType(81, Byte), Integer), CType(CType(118, Byte), Integer))
  492. Me.btnAccion.FlatAppearance.BorderSize = 0
  493. Me.btnAccion.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  494. Me.btnAccion.ForeColor = System.Drawing.Color.White
  495. Me.btnAccion.Location = New System.Drawing.Point(24, 354)
  496. Me.btnAccion.Name = "btnAccion"
  497. Me.btnAccion.Size = New System.Drawing.Size(163, 33)
  498. Me.btnAccion.TabIndex = 1003
  499. Me.btnAccion.Text = "Aceptar"
  500. Me.btnAccion.UseVisualStyleBackColor = False
  501. '
  502. 'btnCancelar
  503. '
  504. Me.btnCancelar.BackColor = System.Drawing.Color.Gray
  505. Me.btnCancelar.DialogResult = System.Windows.Forms.DialogResult.Cancel
  506. Me.btnCancelar.FlatAppearance.BorderSize = 0
  507. Me.btnCancelar.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  508. Me.btnCancelar.ForeColor = System.Drawing.Color.White
  509. Me.btnCancelar.Location = New System.Drawing.Point(193, 354)
  510. Me.btnCancelar.Name = "btnCancelar"
  511. Me.btnCancelar.Size = New System.Drawing.Size(163, 33)
  512. Me.btnCancelar.TabIndex = 1004
  513. Me.btnCancelar.Text = "Cancelar"
  514. Me.btnCancelar.UseVisualStyleBackColor = False
  515. '
  516. 'USR0TableAdapter
  517. '
  518. Me.USR0TableAdapter.ClearBeforeFill = True
  519. '
  520. 'InversionesDEVDataSet3
  521. '
  522. Me.InversionesDEVDataSet3.DataSetName = "InversionesDEVDataSet3"
  523. Me.InversionesDEVDataSet3.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
  524. '
  525. 'BAN1BindingSource
  526. '
  527. Me.BAN1BindingSource.DataMember = "BAN1"
  528. Me.BAN1BindingSource.DataSource = Me.InversionesDEVDataSet3
  529. '
  530. 'BAN1TableAdapter
  531. '
  532. Me.BAN1TableAdapter.ClearBeforeFill = True
  533. '
  534. 'btnValidar
  535. '
  536. Me.btnValidar.BackColor = System.Drawing.Color.Maroon
  537. Me.btnValidar.FlatAppearance.BorderSize = 0
  538. Me.btnValidar.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  539. Me.btnValidar.ForeColor = System.Drawing.Color.White
  540. Me.btnValidar.Location = New System.Drawing.Point(372, 354)
  541. Me.btnValidar.Name = "btnValidar"
  542. Me.btnValidar.Size = New System.Drawing.Size(163, 33)
  543. Me.btnValidar.TabIndex = 1005
  544. Me.btnValidar.Text = "Validar Operación"
  545. Me.btnValidar.UseVisualStyleBackColor = False
  546. '
  547. 'lblCodigoReq
  548. '
  549. Me.lblCodigoReq.AutoSize = True
  550. Me.lblCodigoReq.Location = New System.Drawing.Point(275, 68)
  551. Me.lblCodigoReq.Name = "lblCodigoReq"
  552. Me.lblCodigoReq.Size = New System.Drawing.Size(98, 13)
  553. Me.lblCodigoReq.TabIndex = 1006
  554. Me.lblCodigoReq.Text = "Codigo Requisición"
  555. '
  556. 'txtCodigoRequisicion
  557. '
  558. Me.txtCodigoRequisicion.Location = New System.Drawing.Point(385, 61)
  559. Me.txtCodigoRequisicion.Name = "txtCodigoRequisicion"
  560. Me.txtCodigoRequisicion.ReadOnly = True
  561. Me.txtCodigoRequisicion.Size = New System.Drawing.Size(150, 20)
  562. Me.txtCodigoRequisicion.TabIndex = 1007
  563. '
  564. 'txtConcepto
  565. '
  566. Me.txtConcepto.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.RPAGBindingSource, "Concepto", True))
  567. Me.txtConcepto.Location = New System.Drawing.Point(109, 224)
  568. Me.txtConcepto.Multiline = True
  569. Me.txtConcepto.Name = "txtConcepto"
  570. Me.txtConcepto.Size = New System.Drawing.Size(426, 89)
  571. Me.txtConcepto.TabIndex = 43
  572. '
  573. 'cboEmisor
  574. '
  575. Me.cboEmisor.DataSource = Me.FPAGBindingSource
  576. Me.cboEmisor.DisplayMember = "Nombre"
  577. Me.cboEmisor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  578. Me.cboEmisor.FormattingEnabled = True
  579. Me.cboEmisor.Location = New System.Drawing.Point(109, 89)
  580. Me.cboEmisor.Name = "cboEmisor"
  581. Me.cboEmisor.Size = New System.Drawing.Size(150, 21)
  582. Me.cboEmisor.TabIndex = 1008
  583. Me.cboEmisor.ValueMember = "Codigo"
  584. '
  585. 'frmReqPago
  586. '
  587. Me.AcceptButton = Me.btnAccion
  588. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  589. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  590. Me.BackColor = System.Drawing.Color.WhiteSmoke
  591. Me.CancelButton = Me.btnCancelar
  592. Me.ClientSize = New System.Drawing.Size(553, 399)
  593. Me.Controls.Add(Me.cboEmisor)
  594. Me.Controls.Add(Me.txtCodigoRequisicion)
  595. Me.Controls.Add(Me.lblCodigoReq)
  596. Me.Controls.Add(Me.btnValidar)
  597. Me.Controls.Add(Me.btnCancelar)
  598. Me.Controls.Add(Me.btnAccion)
  599. Me.Controls.Add(UIDLabel)
  600. Me.Controls.Add(Me.cbxSolicitante)
  601. Me.Controls.Add(CodInvLabel)
  602. Me.Controls.Add(Me.txtCodigoInversion)
  603. Me.Controls.Add(AFavorDeLabel)
  604. Me.Controls.Add(FormaPagIDLabel)
  605. Me.Controls.Add(Me.cbxFormaDePago)
  606. Me.Controls.Add(MontoPagoLabel)
  607. Me.Controls.Add(Me.txtMontoPago)
  608. Me.Controls.Add(FechaPagoLabel)
  609. Me.Controls.Add(Me.dtpFechaPago)
  610. Me.Controls.Add(CodBancoLabel)
  611. Me.Controls.Add(Me.cbxCodigoBanco)
  612. Me.Controls.Add(NumCuentaLabel)
  613. Me.Controls.Add(Me.cbxCuentaBancaria)
  614. Me.Controls.Add(SaldoContableLabel)
  615. Me.Controls.Add(Me.txtSaldoContable)
  616. Me.Controls.Add(ConceptoLabel)
  617. Me.Controls.Add(Me.txtConcepto)
  618. Me.Controls.Add(Me.RPAGBindingNavigator)
  619. Me.Controls.Add(Me.Label11)
  620. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
  621. Me.Name = "frmReqPago"
  622. CType(Me.InversionesDataSet1, System.ComponentModel.ISupportInitialize).EndInit()
  623. CType(Me.RPAGBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
  624. CType(Me.RPAGBindingNavigator, System.ComponentModel.ISupportInitialize).EndInit()
  625. Me.RPAGBindingNavigator.ResumeLayout(False)
  626. Me.RPAGBindingNavigator.PerformLayout()
  627. CType(Me.USR0BindingSource, System.ComponentModel.ISupportInitialize).EndInit()
  628. CType(Me.FPAGBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
  629. CType(Me.BAN0BindingSource, System.ComponentModel.ISupportInitialize).EndInit()
  630. CType(Me.ErrorProvider1, System.ComponentModel.ISupportInitialize).EndInit()
  631. CType(Me.InversionesDEVDataSet3, System.ComponentModel.ISupportInitialize).EndInit()
  632. CType(Me.BAN1BindingSource, System.ComponentModel.ISupportInitialize).EndInit()
  633. Me.ResumeLayout(False)
  634. Me.PerformLayout()
  635. End Sub
  636. Friend WithEvents Label11 As Label
  637. Friend WithEvents InversionesDataSet1 As InversionesDataSet1
  638. Friend WithEvents RPAGBindingSource As BindingSource
  639. Friend WithEvents RPAGTableAdapter As InversionesDataSet1TableAdapters.RPAGTableAdapter
  640. Friend WithEvents TableAdapterManager As InversionesDataSet1TableAdapters.TableAdapterManager
  641. Friend WithEvents RPAGBindingNavigator As BindingNavigator
  642. Friend WithEvents BindingNavigatorAddNewItem As ToolStripButton
  643. Friend WithEvents BindingNavigatorCountItem As ToolStripLabel
  644. Friend WithEvents BindingNavigatorDeleteItem As ToolStripButton
  645. Friend WithEvents BindingNavigatorMoveFirstItem As ToolStripButton
  646. Friend WithEvents BindingNavigatorMovePreviousItem As ToolStripButton
  647. Friend WithEvents BindingNavigatorSeparator As ToolStripSeparator
  648. Friend WithEvents BindingNavigatorPositionItem As ToolStripTextBox
  649. Friend WithEvents BindingNavigatorSeparator1 As ToolStripSeparator
  650. Friend WithEvents BindingNavigatorMoveNextItem As ToolStripButton
  651. Friend WithEvents BindingNavigatorMoveLastItem As ToolStripButton
  652. Friend WithEvents BindingNavigatorSeparator2 As ToolStripSeparator
  653. Friend WithEvents RPAGBindingNavigatorSaveItem As ToolStripButton
  654. Friend WithEvents cbxSolicitante As ComboBox
  655. Friend WithEvents txtCodigoInversion As TextBox
  656. Friend WithEvents cbxFormaDePago As ComboBox
  657. Friend WithEvents txtMontoPago As TextBox
  658. Friend WithEvents dtpFechaPago As DateTimePicker
  659. Friend WithEvents cbxCodigoBanco As ComboBox
  660. Friend WithEvents cbxCuentaBancaria As ComboBox
  661. Friend WithEvents txtSaldoContable As TextBox
  662. Friend WithEvents BAN0TableAdapter As InversionesDataSet1TableAdapters.BAN0TableAdapter
  663. Friend WithEvents BAN0BindingSource As BindingSource
  664. Friend WithEvents FPAGBindingSource As BindingSource
  665. Friend WithEvents FPAGTableAdapter As InversionesDataSet1TableAdapters.FPAGTableAdapter
  666. Friend WithEvents ErrorProvider1 As ErrorProvider
  667. Friend WithEvents btnAccion As Button
  668. Friend WithEvents btnCancelar As Button
  669. Friend WithEvents btnVistaPreliminar As ToolStripButton
  670. Friend WithEvents btnImprimir As ToolStripButton
  671. Friend WithEvents USR0BindingSource As BindingSource
  672. Friend WithEvents USR0TableAdapter As InversionesDataSet1TableAdapters.USR0TableAdapter
  673. Friend WithEvents InversionesDEVDataSet3 As InversionesDEVDataSet3
  674. Friend WithEvents BAN1BindingSource As BindingSource
  675. Friend WithEvents BAN1TableAdapter As InversionesDEVDataSet3TableAdapters.BAN1TableAdapter
  676. Friend WithEvents lblCodigoReq As Label
  677. Friend WithEvents btnValidar As Button
  678. Friend WithEvents txtCodigoRequisicion As TextBox
  679. Friend WithEvents txtConcepto As TextBox
  680. Friend WithEvents navModificar As ToolStripButton
  681. Friend WithEvents cboEmisor As ComboBox
  682. End Class