frmValidarIngreso.Designer.vb 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
  2. Partial Class frmValidarIngreso
  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. Me.Label1 = New System.Windows.Forms.Label()
  24. Me.Label2 = New System.Windows.Forms.Label()
  25. Me.txtEmpresa = New System.Windows.Forms.TextBox()
  26. Me.txtCodInversion = New System.Windows.Forms.TextBox()
  27. Me.Label4 = New System.Windows.Forms.Label()
  28. Me.dtpFechaVencimiento = New System.Windows.Forms.DateTimePicker()
  29. Me.Label9 = New System.Windows.Forms.Label()
  30. Me.txtIngresoBrutoProgramado = New System.Windows.Forms.TextBox()
  31. Me.Label10 = New System.Windows.Forms.Label()
  32. Me.txtISRProgramado = New System.Windows.Forms.TextBox()
  33. Me.Label11 = New System.Windows.Forms.Label()
  34. Me.txtIngresoNetoProgramado = New System.Windows.Forms.TextBox()
  35. Me.Label12 = New System.Windows.Forms.Label()
  36. Me.txtNombreManIF = New System.Windows.Forms.TextBox()
  37. Me.Label13 = New System.Windows.Forms.Label()
  38. Me.txtCodManIF = New System.Windows.Forms.TextBox()
  39. Me.Label14 = New System.Windows.Forms.Label()
  40. Me.txtIngresoID = New System.Windows.Forms.TextBox()
  41. Me.Label15 = New System.Windows.Forms.Label()
  42. Me.btnCancelar = New System.Windows.Forms.Button()
  43. Me.txtComentarios = New System.Windows.Forms.TextBox()
  44. Me.Label6 = New System.Windows.Forms.Label()
  45. Me.Label7 = New System.Windows.Forms.Label()
  46. Me.Label8 = New System.Windows.Forms.Label()
  47. Me.cbxFormaDePago = New System.Windows.Forms.ComboBox()
  48. Me.FPAGBindingSource = New System.Windows.Forms.BindingSource(Me.components)
  49. Me.InversionesDataSet1 = New Inversiones.InversionesDataSet1()
  50. Me.Label16 = New System.Windows.Forms.Label()
  51. Me.cbxBanco = New System.Windows.Forms.ComboBox()
  52. Me.BAN0BindingSource = New System.Windows.Forms.BindingSource(Me.components)
  53. Me.Label17 = New System.Windows.Forms.Label()
  54. Me.txtCapitalProgramado = New System.Windows.Forms.TextBox()
  55. Me.Label18 = New System.Windows.Forms.Label()
  56. Me.Label19 = New System.Windows.Forms.Label()
  57. Me.txtIngresoLiquidoProgramado = New System.Windows.Forms.TextBox()
  58. Me.Label21 = New System.Windows.Forms.Label()
  59. Me.txtIngresoLiquidoRecibido = New System.Windows.Forms.TextBox()
  60. Me.txtCapitalRecibido = New System.Windows.Forms.TextBox()
  61. Me.txtIngresoNetoRecibido = New System.Windows.Forms.TextBox()
  62. Me.txtISRRecibido = New System.Windows.Forms.TextBox()
  63. Me.txtIngresoBrutoRecibido = New System.Windows.Forms.TextBox()
  64. Me.Label20 = New System.Windows.Forms.Label()
  65. Me.txtEntidadPagadora = New System.Windows.Forms.TextBox()
  66. Me.cbxCuentaBanco = New System.Windows.Forms.ComboBox()
  67. Me.ErrorProvider1 = New System.Windows.Forms.ErrorProvider(Me.components)
  68. Me.FPAGTableAdapter = New Inversiones.InversionesDataSet1TableAdapters.FPAGTableAdapter()
  69. Me.BAN0TableAdapter = New Inversiones.InversionesDataSet1TableAdapters.BAN0TableAdapter()
  70. Me.btnRegistrarIngreso = New System.Windows.Forms.Button()
  71. Me.btnValidarIngreso = New System.Windows.Forms.Button()
  72. Me.btnConciliarIngreso = New System.Windows.Forms.Button()
  73. Me.lblCopiarCapital = New System.Windows.Forms.Label()
  74. Me.lblCopiarIngresoBruto = New System.Windows.Forms.Label()
  75. Me.lblCopiarISR = New System.Windows.Forms.Label()
  76. Me.lblCopiarIngresoNeto = New System.Windows.Forms.Label()
  77. Me.lblCopiarLiquido = New System.Windows.Forms.Label()
  78. Me.Label3 = New System.Windows.Forms.Label()
  79. Me.txtVariacionIngresoLiquido = New System.Windows.Forms.TextBox()
  80. Me.txtVariacionCapital = New System.Windows.Forms.TextBox()
  81. Me.txtVariacionIngresoNeto = New System.Windows.Forms.TextBox()
  82. Me.txtVariacionISR = New System.Windows.Forms.TextBox()
  83. Me.txtVariacionIngresoBruto = New System.Windows.Forms.TextBox()
  84. Me.Label5 = New System.Windows.Forms.Label()
  85. Me.dtpFechaIngreso = New System.Windows.Forms.DateTimePicker()
  86. CType(Me.FPAGBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
  87. CType(Me.InversionesDataSet1, System.ComponentModel.ISupportInitialize).BeginInit()
  88. CType(Me.BAN0BindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
  89. CType(Me.ErrorProvider1, System.ComponentModel.ISupportInitialize).BeginInit()
  90. Me.SuspendLayout()
  91. '
  92. 'Label1
  93. '
  94. Me.Label1.AutoSize = True
  95. Me.Label1.Font = New System.Drawing.Font("Trebuchet MS", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  96. Me.Label1.Location = New System.Drawing.Point(10, 10)
  97. Me.Label1.Name = "Label1"
  98. Me.Label1.Size = New System.Drawing.Size(156, 22)
  99. Me.Label1.TabIndex = 0
  100. Me.Label1.Text = "Registro de Ingreso"
  101. '
  102. 'Label2
  103. '
  104. Me.Label2.AutoSize = True
  105. Me.Label2.Location = New System.Drawing.Point(20, 60)
  106. Me.Label2.Name = "Label2"
  107. Me.Label2.Size = New System.Drawing.Size(48, 13)
  108. Me.Label2.TabIndex = 0
  109. Me.Label2.Text = "Empresa"
  110. '
  111. 'txtEmpresa
  112. '
  113. Me.txtEmpresa.Location = New System.Drawing.Point(139, 57)
  114. Me.txtEmpresa.Name = "txtEmpresa"
  115. Me.txtEmpresa.ReadOnly = True
  116. Me.txtEmpresa.Size = New System.Drawing.Size(133, 20)
  117. Me.txtEmpresa.TabIndex = 1000
  118. '
  119. 'txtCodInversion
  120. '
  121. Me.txtCodInversion.Location = New System.Drawing.Point(411, 53)
  122. Me.txtCodInversion.Name = "txtCodInversion"
  123. Me.txtCodInversion.ReadOnly = True
  124. Me.txtCodInversion.Size = New System.Drawing.Size(133, 20)
  125. Me.txtCodInversion.TabIndex = 1000
  126. '
  127. 'Label4
  128. '
  129. Me.Label4.AutoSize = True
  130. Me.Label4.Location = New System.Drawing.Point(330, 57)
  131. Me.Label4.Name = "Label4"
  132. Me.Label4.Size = New System.Drawing.Size(75, 13)
  133. Me.Label4.TabIndex = 0
  134. Me.Label4.Text = "Cod. Inversión"
  135. '
  136. 'dtpFechaVencimiento
  137. '
  138. Me.dtpFechaVencimiento.Enabled = False
  139. Me.dtpFechaVencimiento.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  140. Me.dtpFechaVencimiento.Location = New System.Drawing.Point(139, 123)
  141. Me.dtpFechaVencimiento.Name = "dtpFechaVencimiento"
  142. Me.dtpFechaVencimiento.Size = New System.Drawing.Size(133, 20)
  143. Me.dtpFechaVencimiento.TabIndex = 1000
  144. '
  145. 'Label9
  146. '
  147. Me.Label9.AutoSize = True
  148. Me.Label9.Location = New System.Drawing.Point(20, 127)
  149. Me.Label9.Name = "Label9"
  150. Me.Label9.Size = New System.Drawing.Size(68, 13)
  151. Me.Label9.TabIndex = 0
  152. Me.Label9.Text = "Fecha Venc."
  153. '
  154. 'txtIngresoBrutoProgramado
  155. '
  156. Me.txtIngresoBrutoProgramado.Location = New System.Drawing.Point(105, 298)
  157. Me.txtIngresoBrutoProgramado.Name = "txtIngresoBrutoProgramado"
  158. Me.txtIngresoBrutoProgramado.ReadOnly = True
  159. Me.txtIngresoBrutoProgramado.Size = New System.Drawing.Size(133, 20)
  160. Me.txtIngresoBrutoProgramado.TabIndex = 1000
  161. Me.txtIngresoBrutoProgramado.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  162. '
  163. 'Label10
  164. '
  165. Me.Label10.AutoSize = True
  166. Me.Label10.Location = New System.Drawing.Point(20, 302)
  167. Me.Label10.Name = "Label10"
  168. Me.Label10.Size = New System.Drawing.Size(70, 13)
  169. Me.Label10.TabIndex = 0
  170. Me.Label10.Text = "Ingreso Bruto"
  171. '
  172. 'txtISRProgramado
  173. '
  174. Me.txtISRProgramado.Location = New System.Drawing.Point(105, 320)
  175. Me.txtISRProgramado.Name = "txtISRProgramado"
  176. Me.txtISRProgramado.ReadOnly = True
  177. Me.txtISRProgramado.Size = New System.Drawing.Size(133, 20)
  178. Me.txtISRProgramado.TabIndex = 1000
  179. Me.txtISRProgramado.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  180. '
  181. 'Label11
  182. '
  183. Me.Label11.AutoSize = True
  184. Me.Label11.Location = New System.Drawing.Point(20, 324)
  185. Me.Label11.Name = "Label11"
  186. Me.Label11.Size = New System.Drawing.Size(25, 13)
  187. Me.Label11.TabIndex = 0
  188. Me.Label11.Text = "ISR"
  189. '
  190. 'txtIngresoNetoProgramado
  191. '
  192. Me.txtIngresoNetoProgramado.Location = New System.Drawing.Point(105, 342)
  193. Me.txtIngresoNetoProgramado.Name = "txtIngresoNetoProgramado"
  194. Me.txtIngresoNetoProgramado.ReadOnly = True
  195. Me.txtIngresoNetoProgramado.Size = New System.Drawing.Size(133, 20)
  196. Me.txtIngresoNetoProgramado.TabIndex = 1000
  197. Me.txtIngresoNetoProgramado.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  198. '
  199. 'Label12
  200. '
  201. Me.Label12.AutoSize = True
  202. Me.Label12.Location = New System.Drawing.Point(20, 346)
  203. Me.Label12.Name = "Label12"
  204. Me.Label12.Size = New System.Drawing.Size(68, 13)
  205. Me.Label12.TabIndex = 0
  206. Me.Label12.Text = "Ingreso Neto"
  207. '
  208. 'txtNombreManIF
  209. '
  210. Me.txtNombreManIF.Location = New System.Drawing.Point(139, 79)
  211. Me.txtNombreManIF.Name = "txtNombreManIF"
  212. Me.txtNombreManIF.ReadOnly = True
  213. Me.txtNombreManIF.Size = New System.Drawing.Size(133, 20)
  214. Me.txtNombreManIF.TabIndex = 1000
  215. '
  216. 'Label13
  217. '
  218. Me.Label13.AutoSize = True
  219. Me.Label13.Location = New System.Drawing.Point(20, 83)
  220. Me.Label13.Name = "Label13"
  221. Me.Label13.Size = New System.Drawing.Size(44, 13)
  222. Me.Label13.TabIndex = 0
  223. Me.Label13.Text = "Nombre"
  224. '
  225. 'txtCodManIF
  226. '
  227. Me.txtCodManIF.Location = New System.Drawing.Point(411, 75)
  228. Me.txtCodManIF.Name = "txtCodManIF"
  229. Me.txtCodManIF.ReadOnly = True
  230. Me.txtCodManIF.Size = New System.Drawing.Size(133, 20)
  231. Me.txtCodManIF.TabIndex = 1000
  232. '
  233. 'Label14
  234. '
  235. Me.Label14.AutoSize = True
  236. Me.Label14.Location = New System.Drawing.Point(330, 79)
  237. Me.Label14.Name = "Label14"
  238. Me.Label14.Size = New System.Drawing.Size(40, 13)
  239. Me.Label14.TabIndex = 0
  240. Me.Label14.Text = "Código"
  241. '
  242. 'txtIngresoID
  243. '
  244. Me.txtIngresoID.Location = New System.Drawing.Point(139, 101)
  245. Me.txtIngresoID.Name = "txtIngresoID"
  246. Me.txtIngresoID.ReadOnly = True
  247. Me.txtIngresoID.Size = New System.Drawing.Size(133, 20)
  248. Me.txtIngresoID.TabIndex = 1000
  249. '
  250. 'Label15
  251. '
  252. Me.Label15.AutoSize = True
  253. Me.Label15.Location = New System.Drawing.Point(20, 105)
  254. Me.Label15.Name = "Label15"
  255. Me.Label15.Size = New System.Drawing.Size(70, 13)
  256. Me.Label15.TabIndex = 0
  257. Me.Label15.Text = "Num. Ingreso"
  258. '
  259. 'btnCancelar
  260. '
  261. Me.btnCancelar.BackColor = System.Drawing.Color.Gray
  262. Me.btnCancelar.DialogResult = System.Windows.Forms.DialogResult.Cancel
  263. Me.btnCancelar.FlatAppearance.BorderSize = 0
  264. Me.btnCancelar.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  265. Me.btnCancelar.ForeColor = System.Drawing.Color.White
  266. Me.btnCancelar.Location = New System.Drawing.Point(189, 515)
  267. Me.btnCancelar.Name = "btnCancelar"
  268. Me.btnCancelar.Size = New System.Drawing.Size(163, 33)
  269. Me.btnCancelar.TabIndex = 179
  270. Me.btnCancelar.Text = "Cancelar"
  271. Me.btnCancelar.UseVisualStyleBackColor = False
  272. '
  273. 'txtComentarios
  274. '
  275. Me.txtComentarios.Location = New System.Drawing.Point(20, 412)
  276. Me.txtComentarios.Multiline = True
  277. Me.txtComentarios.Name = "txtComentarios"
  278. Me.txtComentarios.Size = New System.Drawing.Size(524, 77)
  279. Me.txtComentarios.TabIndex = 9
  280. '
  281. 'Label6
  282. '
  283. Me.Label6.AutoSize = True
  284. Me.Label6.Location = New System.Drawing.Point(20, 393)
  285. Me.Label6.Name = "Label6"
  286. Me.Label6.Size = New System.Drawing.Size(65, 13)
  287. Me.Label6.TabIndex = 0
  288. Me.Label6.Text = "Comentarios"
  289. '
  290. 'Label7
  291. '
  292. Me.Label7.AutoSize = True
  293. Me.Label7.Location = New System.Drawing.Point(20, 149)
  294. Me.Label7.Name = "Label7"
  295. Me.Label7.Size = New System.Drawing.Size(92, 13)
  296. Me.Label7.TabIndex = 0
  297. Me.Label7.Text = "Entidad Pagadora"
  298. '
  299. 'Label8
  300. '
  301. Me.Label8.AutoSize = True
  302. Me.Label8.Location = New System.Drawing.Point(20, 171)
  303. Me.Label8.Name = "Label8"
  304. Me.Label8.Size = New System.Drawing.Size(79, 13)
  305. Me.Label8.TabIndex = 0
  306. Me.Label8.Text = "Forma de Pago"
  307. '
  308. 'cbxFormaDePago
  309. '
  310. Me.cbxFormaDePago.DataSource = Me.FPAGBindingSource
  311. Me.cbxFormaDePago.DisplayMember = "Nombre"
  312. Me.cbxFormaDePago.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  313. Me.cbxFormaDePago.FormattingEnabled = True
  314. Me.cbxFormaDePago.Location = New System.Drawing.Point(139, 167)
  315. Me.cbxFormaDePago.Name = "cbxFormaDePago"
  316. Me.cbxFormaDePago.Size = New System.Drawing.Size(133, 21)
  317. Me.cbxFormaDePago.TabIndex = 1
  318. Me.cbxFormaDePago.ValueMember = "Codigo"
  319. '
  320. 'FPAGBindingSource
  321. '
  322. Me.FPAGBindingSource.DataMember = "FPAG"
  323. Me.FPAGBindingSource.DataSource = Me.InversionesDataSet1
  324. '
  325. 'InversionesDataSet1
  326. '
  327. Me.InversionesDataSet1.DataSetName = "InversionesDataSet1"
  328. Me.InversionesDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
  329. '
  330. 'Label16
  331. '
  332. Me.Label16.AutoSize = True
  333. Me.Label16.Location = New System.Drawing.Point(20, 193)
  334. Me.Label16.Name = "Label16"
  335. Me.Label16.Size = New System.Drawing.Size(38, 13)
  336. Me.Label16.TabIndex = 0
  337. Me.Label16.Text = "Banco"
  338. '
  339. 'cbxBanco
  340. '
  341. Me.cbxBanco.DataSource = Me.BAN0BindingSource
  342. Me.cbxBanco.DisplayMember = "NombreBanco"
  343. Me.cbxBanco.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  344. Me.cbxBanco.FormattingEnabled = True
  345. Me.cbxBanco.Location = New System.Drawing.Point(139, 189)
  346. Me.cbxBanco.Name = "cbxBanco"
  347. Me.cbxBanco.Size = New System.Drawing.Size(133, 21)
  348. Me.cbxBanco.TabIndex = 2
  349. Me.cbxBanco.ValueMember = "CodBanco"
  350. '
  351. 'BAN0BindingSource
  352. '
  353. Me.BAN0BindingSource.DataMember = "BAN0"
  354. Me.BAN0BindingSource.DataSource = Me.InversionesDataSet1
  355. '
  356. 'Label17
  357. '
  358. Me.Label17.AutoSize = True
  359. Me.Label17.Location = New System.Drawing.Point(20, 215)
  360. Me.Label17.Name = "Label17"
  361. Me.Label17.Size = New System.Drawing.Size(61, 13)
  362. Me.Label17.TabIndex = 0
  363. Me.Label17.Text = "No. Cuenta"
  364. '
  365. 'txtCapitalProgramado
  366. '
  367. Me.txtCapitalProgramado.Location = New System.Drawing.Point(105, 276)
  368. Me.txtCapitalProgramado.Name = "txtCapitalProgramado"
  369. Me.txtCapitalProgramado.ReadOnly = True
  370. Me.txtCapitalProgramado.Size = New System.Drawing.Size(133, 20)
  371. Me.txtCapitalProgramado.TabIndex = 1000
  372. Me.txtCapitalProgramado.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  373. '
  374. 'Label18
  375. '
  376. Me.Label18.AutoSize = True
  377. Me.Label18.Location = New System.Drawing.Point(20, 280)
  378. Me.Label18.Name = "Label18"
  379. Me.Label18.Size = New System.Drawing.Size(39, 13)
  380. Me.Label18.TabIndex = 0
  381. Me.Label18.Text = "Capital"
  382. '
  383. 'Label19
  384. '
  385. Me.Label19.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  386. Me.Label19.Location = New System.Drawing.Point(105, 253)
  387. Me.Label19.Name = "Label19"
  388. Me.Label19.Size = New System.Drawing.Size(133, 20)
  389. Me.Label19.TabIndex = 0
  390. Me.Label19.Text = "Ingreso programado"
  391. Me.Label19.TextAlign = System.Drawing.ContentAlignment.TopCenter
  392. '
  393. 'txtIngresoLiquidoProgramado
  394. '
  395. Me.txtIngresoLiquidoProgramado.Location = New System.Drawing.Point(105, 364)
  396. Me.txtIngresoLiquidoProgramado.Name = "txtIngresoLiquidoProgramado"
  397. Me.txtIngresoLiquidoProgramado.ReadOnly = True
  398. Me.txtIngresoLiquidoProgramado.Size = New System.Drawing.Size(133, 20)
  399. Me.txtIngresoLiquidoProgramado.TabIndex = 1000
  400. Me.txtIngresoLiquidoProgramado.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  401. '
  402. 'Label21
  403. '
  404. Me.Label21.AutoSize = True
  405. Me.Label21.Location = New System.Drawing.Point(20, 368)
  406. Me.Label21.Name = "Label21"
  407. Me.Label21.Size = New System.Drawing.Size(41, 13)
  408. Me.Label21.TabIndex = 0
  409. Me.Label21.Text = "Liquido"
  410. '
  411. 'txtIngresoLiquidoRecibido
  412. '
  413. Me.txtIngresoLiquidoRecibido.Location = New System.Drawing.Point(267, 364)
  414. Me.txtIngresoLiquidoRecibido.Name = "txtIngresoLiquidoRecibido"
  415. Me.txtIngresoLiquidoRecibido.Size = New System.Drawing.Size(133, 20)
  416. Me.txtIngresoLiquidoRecibido.TabIndex = 8
  417. Me.txtIngresoLiquidoRecibido.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  418. '
  419. 'txtCapitalRecibido
  420. '
  421. Me.txtCapitalRecibido.Location = New System.Drawing.Point(267, 276)
  422. Me.txtCapitalRecibido.Name = "txtCapitalRecibido"
  423. Me.txtCapitalRecibido.Size = New System.Drawing.Size(133, 20)
  424. Me.txtCapitalRecibido.TabIndex = 4
  425. Me.txtCapitalRecibido.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  426. '
  427. 'txtIngresoNetoRecibido
  428. '
  429. Me.txtIngresoNetoRecibido.Location = New System.Drawing.Point(267, 342)
  430. Me.txtIngresoNetoRecibido.Name = "txtIngresoNetoRecibido"
  431. Me.txtIngresoNetoRecibido.Size = New System.Drawing.Size(133, 20)
  432. Me.txtIngresoNetoRecibido.TabIndex = 7
  433. Me.txtIngresoNetoRecibido.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  434. '
  435. 'txtISRRecibido
  436. '
  437. Me.txtISRRecibido.Location = New System.Drawing.Point(267, 320)
  438. Me.txtISRRecibido.Name = "txtISRRecibido"
  439. Me.txtISRRecibido.Size = New System.Drawing.Size(133, 20)
  440. Me.txtISRRecibido.TabIndex = 6
  441. Me.txtISRRecibido.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  442. '
  443. 'txtIngresoBrutoRecibido
  444. '
  445. Me.txtIngresoBrutoRecibido.Location = New System.Drawing.Point(267, 298)
  446. Me.txtIngresoBrutoRecibido.Name = "txtIngresoBrutoRecibido"
  447. Me.txtIngresoBrutoRecibido.Size = New System.Drawing.Size(133, 20)
  448. Me.txtIngresoBrutoRecibido.TabIndex = 5
  449. Me.txtIngresoBrutoRecibido.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  450. '
  451. 'Label20
  452. '
  453. Me.Label20.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  454. Me.Label20.Location = New System.Drawing.Point(267, 253)
  455. Me.Label20.Name = "Label20"
  456. Me.Label20.Size = New System.Drawing.Size(133, 20)
  457. Me.Label20.TabIndex = 201
  458. Me.Label20.Text = "Ingreso recibido"
  459. Me.Label20.TextAlign = System.Drawing.ContentAlignment.TopCenter
  460. '
  461. 'txtEntidadPagadora
  462. '
  463. Me.txtEntidadPagadora.Location = New System.Drawing.Point(139, 145)
  464. Me.txtEntidadPagadora.Name = "txtEntidadPagadora"
  465. Me.txtEntidadPagadora.ReadOnly = True
  466. Me.txtEntidadPagadora.Size = New System.Drawing.Size(133, 20)
  467. Me.txtEntidadPagadora.TabIndex = 1000
  468. '
  469. 'cbxCuentaBanco
  470. '
  471. Me.cbxCuentaBanco.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  472. Me.cbxCuentaBanco.FormattingEnabled = True
  473. Me.cbxCuentaBanco.Location = New System.Drawing.Point(139, 212)
  474. Me.cbxCuentaBanco.Name = "cbxCuentaBanco"
  475. Me.cbxCuentaBanco.Size = New System.Drawing.Size(133, 21)
  476. Me.cbxCuentaBanco.TabIndex = 3
  477. '
  478. 'ErrorProvider1
  479. '
  480. Me.ErrorProvider1.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink
  481. Me.ErrorProvider1.ContainerControl = Me
  482. '
  483. 'FPAGTableAdapter
  484. '
  485. Me.FPAGTableAdapter.ClearBeforeFill = True
  486. '
  487. 'BAN0TableAdapter
  488. '
  489. Me.BAN0TableAdapter.ClearBeforeFill = True
  490. '
  491. 'btnRegistrarIngreso
  492. '
  493. Me.btnRegistrarIngreso.BackColor = System.Drawing.Color.FromArgb(CType(CType(21, Byte), Integer), CType(CType(81, Byte), Integer), CType(CType(118, Byte), Integer))
  494. Me.btnRegistrarIngreso.FlatAppearance.BorderSize = 0
  495. Me.btnRegistrarIngreso.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  496. Me.btnRegistrarIngreso.ForeColor = System.Drawing.Color.White
  497. Me.btnRegistrarIngreso.Location = New System.Drawing.Point(381, 132)
  498. Me.btnRegistrarIngreso.Name = "btnRegistrarIngreso"
  499. Me.btnRegistrarIngreso.Size = New System.Drawing.Size(163, 33)
  500. Me.btnRegistrarIngreso.TabIndex = 1001
  501. Me.btnRegistrarIngreso.Text = "Registrar Ingreso"
  502. Me.btnRegistrarIngreso.UseVisualStyleBackColor = False
  503. '
  504. 'btnValidarIngreso
  505. '
  506. Me.btnValidarIngreso.BackColor = System.Drawing.Color.FromArgb(CType(CType(21, Byte), Integer), CType(CType(81, Byte), Integer), CType(CType(118, Byte), Integer))
  507. Me.btnValidarIngreso.FlatAppearance.BorderSize = 0
  508. Me.btnValidarIngreso.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  509. Me.btnValidarIngreso.ForeColor = System.Drawing.Color.White
  510. Me.btnValidarIngreso.Location = New System.Drawing.Point(381, 171)
  511. Me.btnValidarIngreso.Name = "btnValidarIngreso"
  512. Me.btnValidarIngreso.Size = New System.Drawing.Size(163, 33)
  513. Me.btnValidarIngreso.TabIndex = 1002
  514. Me.btnValidarIngreso.Text = "Validar"
  515. Me.btnValidarIngreso.UseVisualStyleBackColor = False
  516. '
  517. 'btnConciliarIngreso
  518. '
  519. Me.btnConciliarIngreso.BackColor = System.Drawing.Color.FromArgb(CType(CType(21, Byte), Integer), CType(CType(81, Byte), Integer), CType(CType(118, Byte), Integer))
  520. Me.btnConciliarIngreso.FlatAppearance.BorderSize = 0
  521. Me.btnConciliarIngreso.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  522. Me.btnConciliarIngreso.ForeColor = System.Drawing.Color.White
  523. Me.btnConciliarIngreso.Location = New System.Drawing.Point(381, 210)
  524. Me.btnConciliarIngreso.Name = "btnConciliarIngreso"
  525. Me.btnConciliarIngreso.Size = New System.Drawing.Size(163, 33)
  526. Me.btnConciliarIngreso.TabIndex = 1003
  527. Me.btnConciliarIngreso.Text = "Conciliar"
  528. Me.btnConciliarIngreso.UseVisualStyleBackColor = False
  529. '
  530. 'lblCopiarCapital
  531. '
  532. Me.lblCopiarCapital.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  533. Me.lblCopiarCapital.Location = New System.Drawing.Point(241, 276)
  534. Me.lblCopiarCapital.Name = "lblCopiarCapital"
  535. Me.lblCopiarCapital.Size = New System.Drawing.Size(24, 20)
  536. Me.lblCopiarCapital.TabIndex = 1005
  537. Me.lblCopiarCapital.Text = ">>"
  538. Me.lblCopiarCapital.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  539. '
  540. 'lblCopiarIngresoBruto
  541. '
  542. Me.lblCopiarIngresoBruto.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  543. Me.lblCopiarIngresoBruto.Location = New System.Drawing.Point(241, 298)
  544. Me.lblCopiarIngresoBruto.Name = "lblCopiarIngresoBruto"
  545. Me.lblCopiarIngresoBruto.Size = New System.Drawing.Size(24, 20)
  546. Me.lblCopiarIngresoBruto.TabIndex = 1006
  547. Me.lblCopiarIngresoBruto.Text = ">>"
  548. Me.lblCopiarIngresoBruto.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  549. '
  550. 'lblCopiarISR
  551. '
  552. Me.lblCopiarISR.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  553. Me.lblCopiarISR.Location = New System.Drawing.Point(241, 320)
  554. Me.lblCopiarISR.Name = "lblCopiarISR"
  555. Me.lblCopiarISR.Size = New System.Drawing.Size(24, 20)
  556. Me.lblCopiarISR.TabIndex = 1007
  557. Me.lblCopiarISR.Text = ">>"
  558. Me.lblCopiarISR.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  559. '
  560. 'lblCopiarIngresoNeto
  561. '
  562. Me.lblCopiarIngresoNeto.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  563. Me.lblCopiarIngresoNeto.Location = New System.Drawing.Point(241, 342)
  564. Me.lblCopiarIngresoNeto.Name = "lblCopiarIngresoNeto"
  565. Me.lblCopiarIngresoNeto.Size = New System.Drawing.Size(24, 20)
  566. Me.lblCopiarIngresoNeto.TabIndex = 1008
  567. Me.lblCopiarIngresoNeto.Text = ">>"
  568. Me.lblCopiarIngresoNeto.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  569. '
  570. 'lblCopiarLiquido
  571. '
  572. Me.lblCopiarLiquido.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  573. Me.lblCopiarLiquido.Location = New System.Drawing.Point(241, 364)
  574. Me.lblCopiarLiquido.Name = "lblCopiarLiquido"
  575. Me.lblCopiarLiquido.Size = New System.Drawing.Size(24, 20)
  576. Me.lblCopiarLiquido.TabIndex = 1009
  577. Me.lblCopiarLiquido.Text = ">>"
  578. Me.lblCopiarLiquido.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  579. '
  580. 'Label3
  581. '
  582. Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  583. Me.Label3.Location = New System.Drawing.Point(411, 253)
  584. Me.Label3.Name = "Label3"
  585. Me.Label3.Size = New System.Drawing.Size(133, 20)
  586. Me.Label3.TabIndex = 1015
  587. Me.Label3.Text = "Variaciones"
  588. Me.Label3.TextAlign = System.Drawing.ContentAlignment.TopCenter
  589. '
  590. 'txtVariacionIngresoLiquido
  591. '
  592. Me.txtVariacionIngresoLiquido.Location = New System.Drawing.Point(411, 364)
  593. Me.txtVariacionIngresoLiquido.Name = "txtVariacionIngresoLiquido"
  594. Me.txtVariacionIngresoLiquido.ReadOnly = True
  595. Me.txtVariacionIngresoLiquido.Size = New System.Drawing.Size(133, 20)
  596. Me.txtVariacionIngresoLiquido.TabIndex = 1014
  597. Me.txtVariacionIngresoLiquido.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  598. '
  599. 'txtVariacionCapital
  600. '
  601. Me.txtVariacionCapital.Location = New System.Drawing.Point(411, 276)
  602. Me.txtVariacionCapital.Name = "txtVariacionCapital"
  603. Me.txtVariacionCapital.ReadOnly = True
  604. Me.txtVariacionCapital.Size = New System.Drawing.Size(133, 20)
  605. Me.txtVariacionCapital.TabIndex = 1010
  606. Me.txtVariacionCapital.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  607. '
  608. 'txtVariacionIngresoNeto
  609. '
  610. Me.txtVariacionIngresoNeto.Location = New System.Drawing.Point(411, 342)
  611. Me.txtVariacionIngresoNeto.Name = "txtVariacionIngresoNeto"
  612. Me.txtVariacionIngresoNeto.ReadOnly = True
  613. Me.txtVariacionIngresoNeto.Size = New System.Drawing.Size(133, 20)
  614. Me.txtVariacionIngresoNeto.TabIndex = 1013
  615. Me.txtVariacionIngresoNeto.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  616. '
  617. 'txtVariacionISR
  618. '
  619. Me.txtVariacionISR.Location = New System.Drawing.Point(411, 320)
  620. Me.txtVariacionISR.Name = "txtVariacionISR"
  621. Me.txtVariacionISR.ReadOnly = True
  622. Me.txtVariacionISR.Size = New System.Drawing.Size(133, 20)
  623. Me.txtVariacionISR.TabIndex = 1012
  624. Me.txtVariacionISR.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  625. '
  626. 'txtVariacionIngresoBruto
  627. '
  628. Me.txtVariacionIngresoBruto.Location = New System.Drawing.Point(411, 298)
  629. Me.txtVariacionIngresoBruto.Name = "txtVariacionIngresoBruto"
  630. Me.txtVariacionIngresoBruto.ReadOnly = True
  631. Me.txtVariacionIngresoBruto.Size = New System.Drawing.Size(133, 20)
  632. Me.txtVariacionIngresoBruto.TabIndex = 1011
  633. Me.txtVariacionIngresoBruto.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  634. '
  635. 'Label5
  636. '
  637. Me.Label5.AutoSize = True
  638. Me.Label5.Location = New System.Drawing.Point(330, 101)
  639. Me.Label5.Name = "Label5"
  640. Me.Label5.Size = New System.Drawing.Size(75, 13)
  641. Me.Label5.TabIndex = 1016
  642. Me.Label5.Text = "Fecha Ingreso"
  643. '
  644. 'dtpFechaIngreso
  645. '
  646. Me.dtpFechaIngreso.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  647. Me.dtpFechaIngreso.Location = New System.Drawing.Point(411, 97)
  648. Me.dtpFechaIngreso.Name = "dtpFechaIngreso"
  649. Me.dtpFechaIngreso.Size = New System.Drawing.Size(133, 20)
  650. Me.dtpFechaIngreso.TabIndex = 1017
  651. '
  652. 'frmValidarIngreso
  653. '
  654. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  655. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  656. Me.CancelButton = Me.btnCancelar
  657. Me.ClientSize = New System.Drawing.Size(564, 561)
  658. Me.Controls.Add(Me.Label5)
  659. Me.Controls.Add(Me.dtpFechaIngreso)
  660. Me.Controls.Add(Me.Label3)
  661. Me.Controls.Add(Me.txtVariacionIngresoLiquido)
  662. Me.Controls.Add(Me.txtVariacionCapital)
  663. Me.Controls.Add(Me.txtVariacionIngresoNeto)
  664. Me.Controls.Add(Me.txtVariacionISR)
  665. Me.Controls.Add(Me.txtVariacionIngresoBruto)
  666. Me.Controls.Add(Me.lblCopiarLiquido)
  667. Me.Controls.Add(Me.lblCopiarIngresoNeto)
  668. Me.Controls.Add(Me.lblCopiarISR)
  669. Me.Controls.Add(Me.lblCopiarIngresoBruto)
  670. Me.Controls.Add(Me.lblCopiarCapital)
  671. Me.Controls.Add(Me.btnConciliarIngreso)
  672. Me.Controls.Add(Me.btnValidarIngreso)
  673. Me.Controls.Add(Me.btnRegistrarIngreso)
  674. Me.Controls.Add(Me.cbxCuentaBanco)
  675. Me.Controls.Add(Me.txtEntidadPagadora)
  676. Me.Controls.Add(Me.Label20)
  677. Me.Controls.Add(Me.txtIngresoLiquidoRecibido)
  678. Me.Controls.Add(Me.txtCapitalRecibido)
  679. Me.Controls.Add(Me.txtIngresoNetoRecibido)
  680. Me.Controls.Add(Me.txtISRRecibido)
  681. Me.Controls.Add(Me.txtIngresoBrutoRecibido)
  682. Me.Controls.Add(Me.txtIngresoLiquidoProgramado)
  683. Me.Controls.Add(Me.Label21)
  684. Me.Controls.Add(Me.Label19)
  685. Me.Controls.Add(Me.txtCapitalProgramado)
  686. Me.Controls.Add(Me.Label18)
  687. Me.Controls.Add(Me.Label17)
  688. Me.Controls.Add(Me.Label16)
  689. Me.Controls.Add(Me.cbxBanco)
  690. Me.Controls.Add(Me.Label8)
  691. Me.Controls.Add(Me.cbxFormaDePago)
  692. Me.Controls.Add(Me.Label7)
  693. Me.Controls.Add(Me.Label6)
  694. Me.Controls.Add(Me.txtComentarios)
  695. Me.Controls.Add(Me.btnCancelar)
  696. Me.Controls.Add(Me.txtIngresoID)
  697. Me.Controls.Add(Me.Label15)
  698. Me.Controls.Add(Me.txtCodManIF)
  699. Me.Controls.Add(Me.Label14)
  700. Me.Controls.Add(Me.txtNombreManIF)
  701. Me.Controls.Add(Me.Label13)
  702. Me.Controls.Add(Me.txtIngresoNetoProgramado)
  703. Me.Controls.Add(Me.Label12)
  704. Me.Controls.Add(Me.txtISRProgramado)
  705. Me.Controls.Add(Me.Label11)
  706. Me.Controls.Add(Me.txtIngresoBrutoProgramado)
  707. Me.Controls.Add(Me.Label10)
  708. Me.Controls.Add(Me.Label9)
  709. Me.Controls.Add(Me.dtpFechaVencimiento)
  710. Me.Controls.Add(Me.txtCodInversion)
  711. Me.Controls.Add(Me.Label4)
  712. Me.Controls.Add(Me.txtEmpresa)
  713. Me.Controls.Add(Me.Label2)
  714. Me.Controls.Add(Me.Label1)
  715. Me.Name = "frmValidarIngreso"
  716. Me.Padding = New System.Windows.Forms.Padding(10)
  717. Me.Text = "Validar Ingreso"
  718. CType(Me.FPAGBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
  719. CType(Me.InversionesDataSet1, System.ComponentModel.ISupportInitialize).EndInit()
  720. CType(Me.BAN0BindingSource, System.ComponentModel.ISupportInitialize).EndInit()
  721. CType(Me.ErrorProvider1, System.ComponentModel.ISupportInitialize).EndInit()
  722. Me.ResumeLayout(False)
  723. Me.PerformLayout()
  724. End Sub
  725. Friend WithEvents Label1 As Label
  726. Friend WithEvents Label2 As Label
  727. Friend WithEvents txtEmpresa As TextBox
  728. Friend WithEvents txtCodInversion As TextBox
  729. Friend WithEvents Label4 As Label
  730. Friend WithEvents dtpFechaVencimiento As DateTimePicker
  731. Friend WithEvents Label9 As Label
  732. Friend WithEvents txtIngresoBrutoProgramado As TextBox
  733. Friend WithEvents Label10 As Label
  734. Friend WithEvents txtISRProgramado As TextBox
  735. Friend WithEvents Label11 As Label
  736. Friend WithEvents txtIngresoNetoProgramado As TextBox
  737. Friend WithEvents Label12 As Label
  738. Friend WithEvents txtNombreManIF As TextBox
  739. Friend WithEvents Label13 As Label
  740. Friend WithEvents txtCodManIF As TextBox
  741. Friend WithEvents Label14 As Label
  742. Friend WithEvents txtIngresoID As TextBox
  743. Friend WithEvents Label15 As Label
  744. Friend WithEvents btnCancelar As Button
  745. Friend WithEvents txtComentarios As TextBox
  746. Friend WithEvents Label6 As Label
  747. Friend WithEvents Label7 As Label
  748. Friend WithEvents Label8 As Label
  749. Friend WithEvents cbxFormaDePago As ComboBox
  750. Friend WithEvents Label16 As Label
  751. Friend WithEvents cbxBanco As ComboBox
  752. Friend WithEvents Label17 As Label
  753. Friend WithEvents txtCapitalProgramado As TextBox
  754. Friend WithEvents Label18 As Label
  755. Friend WithEvents Label19 As Label
  756. Friend WithEvents txtIngresoLiquidoProgramado As TextBox
  757. Friend WithEvents Label21 As Label
  758. Friend WithEvents txtIngresoLiquidoRecibido As TextBox
  759. Friend WithEvents txtCapitalRecibido As TextBox
  760. Friend WithEvents txtIngresoNetoRecibido As TextBox
  761. Friend WithEvents txtISRRecibido As TextBox
  762. Friend WithEvents txtIngresoBrutoRecibido As TextBox
  763. Friend WithEvents Label20 As Label
  764. Friend WithEvents txtEntidadPagadora As TextBox
  765. Friend WithEvents cbxCuentaBanco As ComboBox
  766. Friend WithEvents ErrorProvider1 As ErrorProvider
  767. Friend WithEvents InversionesDataSet1 As InversionesDataSet1
  768. Friend WithEvents FPAGBindingSource As BindingSource
  769. Friend WithEvents FPAGTableAdapter As InversionesDataSet1TableAdapters.FPAGTableAdapter
  770. Friend WithEvents BAN0BindingSource As BindingSource
  771. Friend WithEvents BAN0TableAdapter As InversionesDataSet1TableAdapters.BAN0TableAdapter
  772. Friend WithEvents btnConciliarIngreso As Button
  773. Friend WithEvents btnValidarIngreso As Button
  774. Friend WithEvents btnRegistrarIngreso As Button
  775. Friend WithEvents lblCopiarCapital As Label
  776. Friend WithEvents lblCopiarLiquido As Label
  777. Friend WithEvents lblCopiarIngresoNeto As Label
  778. Friend WithEvents lblCopiarISR As Label
  779. Friend WithEvents lblCopiarIngresoBruto As Label
  780. Friend WithEvents Label3 As Label
  781. Friend WithEvents txtVariacionIngresoLiquido As TextBox
  782. Friend WithEvents txtVariacionCapital As TextBox
  783. Friend WithEvents txtVariacionIngresoNeto As TextBox
  784. Friend WithEvents txtVariacionISR As TextBox
  785. Friend WithEvents txtVariacionIngresoBruto As TextBox
  786. Friend WithEvents Label5 As Label
  787. Friend WithEvents dtpFechaIngreso As DateTimePicker
  788. End Class