frmColaTitulos.Designer.vb 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
  2. Partial Class frmColaTitulos
  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. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  27. Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  28. Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  29. Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  30. Dim DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  31. Dim DataGridViewCellStyle10 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  32. Dim DataGridViewCellStyle11 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  33. Dim DataGridViewCellStyle12 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  34. Dim DataGridViewCellStyle13 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  35. Dim DataGridViewCellStyle14 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  36. Dim DataGridViewCellStyle15 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  37. Dim DataGridViewCellStyle16 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  38. Dim DataGridViewCellStyle17 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  39. Dim DataGridViewCellStyle18 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  40. Dim DataGridViewCellStyle19 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  41. Me.lblTitulo = New System.Windows.Forms.Label()
  42. Me.dgvColaReportos = New System.Windows.Forms.DataGridView()
  43. Me.dgvGeneradosReportos = New System.Windows.Forms.DataGridView()
  44. Me.lblPropuestaTitulo = New System.Windows.Forms.Label()
  45. Me.lblGenerados = New System.Windows.Forms.Label()
  46. Me.grpPropuesta = New System.Windows.Forms.GroupBox()
  47. Me.grpTitulos = New System.Windows.Forms.GroupBox()
  48. Me.lblDetalles = New System.Windows.Forms.Label()
  49. Me.btnGenerarReporto = New System.Windows.Forms.Button()
  50. Me.dgvDetalles = New System.Windows.Forms.DataGridView()
  51. Me.Button1 = New System.Windows.Forms.Button()
  52. Me.dgvColaTitulos = New System.Windows.Forms.DataGridView()
  53. Me.btnGenerarTitulo = New System.Windows.Forms.Button()
  54. Me.Label2 = New System.Windows.Forms.Label()
  55. Me.dgvGenerarTitulos = New System.Windows.Forms.DataGridView()
  56. Me.Label3 = New System.Windows.Forms.Label()
  57. Me.GroupBox2 = New System.Windows.Forms.GroupBox()
  58. Me.dgvTitulosRaiz = New System.Windows.Forms.DataGridView()
  59. Me.Label4 = New System.Windows.Forms.Label()
  60. Me.dgvReporteados = New System.Windows.Forms.DataGridView()
  61. Me.Label1 = New System.Windows.Forms.Label()
  62. Me.dgvEspApro = New System.Windows.Forms.DataGridView()
  63. Me.Label5 = New System.Windows.Forms.Label()
  64. Me.btnVerEstado = New System.Windows.Forms.Button()
  65. Me.GroupBox1 = New System.Windows.Forms.GroupBox()
  66. Me.grpCancelados = New System.Windows.Forms.GroupBox()
  67. Me.dgvCancelados = New System.Windows.Forms.DataGridView()
  68. Me.Label7 = New System.Windows.Forms.Label()
  69. CType(Me.dgvColaReportos, System.ComponentModel.ISupportInitialize).BeginInit()
  70. CType(Me.dgvGeneradosReportos, System.ComponentModel.ISupportInitialize).BeginInit()
  71. Me.grpPropuesta.SuspendLayout()
  72. Me.grpTitulos.SuspendLayout()
  73. CType(Me.dgvDetalles, System.ComponentModel.ISupportInitialize).BeginInit()
  74. CType(Me.dgvColaTitulos, System.ComponentModel.ISupportInitialize).BeginInit()
  75. CType(Me.dgvGenerarTitulos, System.ComponentModel.ISupportInitialize).BeginInit()
  76. Me.GroupBox2.SuspendLayout()
  77. CType(Me.dgvTitulosRaiz, System.ComponentModel.ISupportInitialize).BeginInit()
  78. CType(Me.dgvReporteados, System.ComponentModel.ISupportInitialize).BeginInit()
  79. CType(Me.dgvEspApro, System.ComponentModel.ISupportInitialize).BeginInit()
  80. Me.GroupBox1.SuspendLayout()
  81. Me.grpCancelados.SuspendLayout()
  82. CType(Me.dgvCancelados, System.ComponentModel.ISupportInitialize).BeginInit()
  83. Me.SuspendLayout()
  84. '
  85. 'lblTitulo
  86. '
  87. Me.lblTitulo.Anchor = System.Windows.Forms.AnchorStyles.Top
  88. Me.lblTitulo.AutoSize = True
  89. Me.lblTitulo.Font = New System.Drawing.Font("Trebuchet MS", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  90. Me.lblTitulo.ForeColor = System.Drawing.Color.White
  91. Me.lblTitulo.Location = New System.Drawing.Point(-152, 9)
  92. Me.lblTitulo.Name = "lblTitulo"
  93. Me.lblTitulo.Size = New System.Drawing.Size(256, 24)
  94. Me.lblTitulo.TabIndex = 81
  95. Me.lblTitulo.Text = "Administración de Arbitraje"
  96. '
  97. 'dgvColaReportos
  98. '
  99. Me.dgvColaReportos.AllowUserToAddRows = False
  100. Me.dgvColaReportos.AllowUserToDeleteRows = False
  101. DataGridViewCellStyle1.ForeColor = System.Drawing.Color.Black
  102. DataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.Black
  103. Me.dgvColaReportos.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  104. Me.dgvColaReportos.BackgroundColor = System.Drawing.Color.CornflowerBlue
  105. Me.dgvColaReportos.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  106. DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  107. DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window
  108. DataGridViewCellStyle2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  109. DataGridViewCellStyle2.ForeColor = System.Drawing.Color.White
  110. DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight
  111. DataGridViewCellStyle2.SelectionForeColor = System.Drawing.Color.White
  112. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  113. Me.dgvColaReportos.DefaultCellStyle = DataGridViewCellStyle2
  114. Me.dgvColaReportos.GridColor = System.Drawing.Color.Gray
  115. Me.dgvColaReportos.Location = New System.Drawing.Point(19, 42)
  116. Me.dgvColaReportos.Name = "dgvColaReportos"
  117. Me.dgvColaReportos.RowHeadersVisible = False
  118. DataGridViewCellStyle3.ForeColor = System.Drawing.Color.Black
  119. Me.dgvColaReportos.RowsDefaultCellStyle = DataGridViewCellStyle3
  120. Me.dgvColaReportos.Size = New System.Drawing.Size(1281, 194)
  121. Me.dgvColaReportos.TabIndex = 82
  122. '
  123. 'dgvGeneradosReportos
  124. '
  125. Me.dgvGeneradosReportos.AllowUserToAddRows = False
  126. Me.dgvGeneradosReportos.AllowUserToDeleteRows = False
  127. Me.dgvGeneradosReportos.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  128. Me.dgvGeneradosReportos.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells
  129. Me.dgvGeneradosReportos.BackgroundColor = System.Drawing.Color.Khaki
  130. Me.dgvGeneradosReportos.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  131. DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  132. DataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window
  133. DataGridViewCellStyle4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  134. DataGridViewCellStyle4.ForeColor = System.Drawing.Color.White
  135. DataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight
  136. DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  137. DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  138. Me.dgvGeneradosReportos.DefaultCellStyle = DataGridViewCellStyle4
  139. Me.dgvGeneradosReportos.Location = New System.Drawing.Point(632, 40)
  140. Me.dgvGeneradosReportos.Name = "dgvGeneradosReportos"
  141. Me.dgvGeneradosReportos.RowHeadersVisible = False
  142. DataGridViewCellStyle5.ForeColor = System.Drawing.Color.Black
  143. Me.dgvGeneradosReportos.RowsDefaultCellStyle = DataGridViewCellStyle5
  144. Me.dgvGeneradosReportos.Size = New System.Drawing.Size(668, 194)
  145. Me.dgvGeneradosReportos.TabIndex = 83
  146. '
  147. 'lblPropuestaTitulo
  148. '
  149. Me.lblPropuestaTitulo.AutoSize = True
  150. Me.lblPropuestaTitulo.ForeColor = System.Drawing.Color.White
  151. Me.lblPropuestaTitulo.Location = New System.Drawing.Point(577, 26)
  152. Me.lblPropuestaTitulo.Name = "lblPropuestaTitulo"
  153. Me.lblPropuestaTitulo.Size = New System.Drawing.Size(127, 13)
  154. Me.lblPropuestaTitulo.TabIndex = 84
  155. Me.lblPropuestaTitulo.Text = "Información de los Titulos"
  156. '
  157. 'lblGenerados
  158. '
  159. Me.lblGenerados.AutoSize = True
  160. Me.lblGenerados.ForeColor = System.Drawing.Color.White
  161. Me.lblGenerados.Location = New System.Drawing.Point(863, 24)
  162. Me.lblGenerados.Name = "lblGenerados"
  163. Me.lblGenerados.Size = New System.Drawing.Size(247, 13)
  164. Me.lblGenerados.TabIndex = 85
  165. Me.lblGenerados.Text = "Titulos que se pueden Reportear (Solo Finalizados)"
  166. '
  167. 'grpPropuesta
  168. '
  169. Me.grpPropuesta.Controls.Add(Me.dgvColaReportos)
  170. Me.grpPropuesta.Controls.Add(Me.lblPropuestaTitulo)
  171. Me.grpPropuesta.ForeColor = System.Drawing.Color.White
  172. Me.grpPropuesta.Location = New System.Drawing.Point(5, 308)
  173. Me.grpPropuesta.Name = "grpPropuesta"
  174. Me.grpPropuesta.Size = New System.Drawing.Size(1306, 253)
  175. Me.grpPropuesta.TabIndex = 86
  176. Me.grpPropuesta.TabStop = False
  177. Me.grpPropuesta.Text = "Generar Propuesta de Inversión"
  178. '
  179. 'grpTitulos
  180. '
  181. Me.grpTitulos.Controls.Add(Me.lblDetalles)
  182. Me.grpTitulos.Controls.Add(Me.btnGenerarReporto)
  183. Me.grpTitulos.Controls.Add(Me.dgvDetalles)
  184. Me.grpTitulos.Controls.Add(Me.Button1)
  185. Me.grpTitulos.Controls.Add(Me.dgvColaTitulos)
  186. Me.grpTitulos.Controls.Add(Me.btnGenerarTitulo)
  187. Me.grpTitulos.Controls.Add(Me.Label2)
  188. Me.grpTitulos.Controls.Add(Me.dgvGenerarTitulos)
  189. Me.grpTitulos.Controls.Add(Me.Label3)
  190. Me.grpTitulos.ForeColor = System.Drawing.Color.White
  191. Me.grpTitulos.Location = New System.Drawing.Point(5, 36)
  192. Me.grpTitulos.Name = "grpTitulos"
  193. Me.grpTitulos.Size = New System.Drawing.Size(1306, 266)
  194. Me.grpTitulos.TabIndex = 87
  195. Me.grpTitulos.TabStop = False
  196. Me.grpTitulos.Text = "Generar Listas"
  197. '
  198. 'lblDetalles
  199. '
  200. Me.lblDetalles.AutoSize = True
  201. Me.lblDetalles.Location = New System.Drawing.Point(710, 19)
  202. Me.lblDetalles.Name = "lblDetalles"
  203. Me.lblDetalles.Size = New System.Drawing.Size(94, 13)
  204. Me.lblDetalles.TabIndex = 93
  205. Me.lblDetalles.Text = "Detalles de Titulos"
  206. '
  207. 'btnGenerarReporto
  208. '
  209. Me.btnGenerarReporto.BackColor = System.Drawing.Color.WhiteSmoke
  210. Me.btnGenerarReporto.ForeColor = System.Drawing.Color.Black
  211. Me.btnGenerarReporto.Location = New System.Drawing.Point(244, 216)
  212. Me.btnGenerarReporto.Name = "btnGenerarReporto"
  213. Me.btnGenerarReporto.Size = New System.Drawing.Size(153, 44)
  214. Me.btnGenerarReporto.TabIndex = 88
  215. Me.btnGenerarReporto.Text = "Generar Reporto"
  216. Me.btnGenerarReporto.UseVisualStyleBackColor = False
  217. '
  218. 'dgvDetalles
  219. '
  220. Me.dgvDetalles.AllowUserToAddRows = False
  221. Me.dgvDetalles.AllowUserToDeleteRows = False
  222. Me.dgvDetalles.BackgroundColor = System.Drawing.Color.DodgerBlue
  223. Me.dgvDetalles.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  224. DataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  225. DataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window
  226. DataGridViewCellStyle6.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  227. DataGridViewCellStyle6.ForeColor = System.Drawing.Color.White
  228. DataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight
  229. DataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  230. DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  231. Me.dgvDetalles.DefaultCellStyle = DataGridViewCellStyle6
  232. Me.dgvDetalles.GridColor = System.Drawing.Color.Gray
  233. Me.dgvDetalles.Location = New System.Drawing.Point(450, 35)
  234. Me.dgvDetalles.Name = "dgvDetalles"
  235. DataGridViewCellStyle7.ForeColor = System.Drawing.Color.Black
  236. Me.dgvDetalles.RowsDefaultCellStyle = DataGridViewCellStyle7
  237. Me.dgvDetalles.Size = New System.Drawing.Size(586, 225)
  238. Me.dgvDetalles.TabIndex = 86
  239. '
  240. 'Button1
  241. '
  242. Me.Button1.BackColor = System.Drawing.Color.WhiteSmoke
  243. Me.Button1.ForeColor = System.Drawing.Color.Black
  244. Me.Button1.Location = New System.Drawing.Point(45, 35)
  245. Me.Button1.Name = "Button1"
  246. Me.Button1.Size = New System.Drawing.Size(149, 225)
  247. Me.Button1.TabIndex = 92
  248. Me.Button1.Text = "Preparar Reporto (Lista)"
  249. Me.Button1.UseVisualStyleBackColor = False
  250. '
  251. 'dgvColaTitulos
  252. '
  253. Me.dgvColaTitulos.AllowUserToAddRows = False
  254. Me.dgvColaTitulos.AllowUserToDeleteRows = False
  255. Me.dgvColaTitulos.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  256. Me.dgvColaTitulos.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells
  257. Me.dgvColaTitulos.BackgroundColor = System.Drawing.Color.LightGray
  258. Me.dgvColaTitulos.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  259. DataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  260. DataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window
  261. DataGridViewCellStyle8.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  262. DataGridViewCellStyle8.ForeColor = System.Drawing.Color.White
  263. DataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight
  264. DataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  265. DataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  266. Me.dgvColaTitulos.DefaultCellStyle = DataGridViewCellStyle8
  267. Me.dgvColaTitulos.Location = New System.Drawing.Point(200, 35)
  268. Me.dgvColaTitulos.Name = "dgvColaTitulos"
  269. Me.dgvColaTitulos.RowHeadersVisible = False
  270. DataGridViewCellStyle9.ForeColor = System.Drawing.Color.Black
  271. Me.dgvColaTitulos.RowsDefaultCellStyle = DataGridViewCellStyle9
  272. Me.dgvColaTitulos.Size = New System.Drawing.Size(244, 175)
  273. Me.dgvColaTitulos.TabIndex = 82
  274. '
  275. 'btnGenerarTitulo
  276. '
  277. Me.btnGenerarTitulo.BackColor = System.Drawing.Color.WhiteSmoke
  278. Me.btnGenerarTitulo.ForeColor = System.Drawing.Color.Black
  279. Me.btnGenerarTitulo.Location = New System.Drawing.Point(1090, 216)
  280. Me.btnGenerarTitulo.Name = "btnGenerarTitulo"
  281. Me.btnGenerarTitulo.Size = New System.Drawing.Size(153, 44)
  282. Me.btnGenerarTitulo.TabIndex = 91
  283. Me.btnGenerarTitulo.Text = "Generar Titulo"
  284. Me.btnGenerarTitulo.UseVisualStyleBackColor = False
  285. '
  286. 'Label2
  287. '
  288. Me.Label2.AutoSize = True
  289. Me.Label2.Location = New System.Drawing.Point(241, 19)
  290. Me.Label2.Name = "Label2"
  291. Me.Label2.Size = New System.Drawing.Size(168, 13)
  292. Me.Label2.TabIndex = 84
  293. Me.Label2.Text = "En Espera (Generar Pool Reporto)"
  294. '
  295. 'dgvGenerarTitulos
  296. '
  297. Me.dgvGenerarTitulos.AllowUserToAddRows = False
  298. Me.dgvGenerarTitulos.AllowUserToDeleteRows = False
  299. Me.dgvGenerarTitulos.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  300. Me.dgvGenerarTitulos.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells
  301. Me.dgvGenerarTitulos.BackgroundColor = System.Drawing.Color.LightGray
  302. Me.dgvGenerarTitulos.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  303. DataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  304. DataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Window
  305. DataGridViewCellStyle10.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  306. DataGridViewCellStyle10.ForeColor = System.Drawing.Color.White
  307. DataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight
  308. DataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  309. DataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  310. Me.dgvGenerarTitulos.DefaultCellStyle = DataGridViewCellStyle10
  311. Me.dgvGenerarTitulos.Location = New System.Drawing.Point(1042, 35)
  312. Me.dgvGenerarTitulos.Name = "dgvGenerarTitulos"
  313. Me.dgvGenerarTitulos.RowHeadersVisible = False
  314. DataGridViewCellStyle11.ForeColor = System.Drawing.Color.Black
  315. Me.dgvGenerarTitulos.RowsDefaultCellStyle = DataGridViewCellStyle11
  316. Me.dgvGenerarTitulos.ScrollBars = System.Windows.Forms.ScrollBars.None
  317. Me.dgvGenerarTitulos.Size = New System.Drawing.Size(244, 175)
  318. Me.dgvGenerarTitulos.TabIndex = 89
  319. '
  320. 'Label3
  321. '
  322. Me.Label3.AutoSize = True
  323. Me.Label3.Location = New System.Drawing.Point(1087, 19)
  324. Me.Label3.Name = "Label3"
  325. Me.Label3.Size = New System.Drawing.Size(154, 13)
  326. Me.Label3.TabIndex = 90
  327. Me.Label3.Text = "Hábilitado Para Generar Titulos"
  328. '
  329. 'GroupBox2
  330. '
  331. Me.GroupBox2.Controls.Add(Me.dgvTitulosRaiz)
  332. Me.GroupBox2.Controls.Add(Me.Label4)
  333. Me.GroupBox2.Controls.Add(Me.dgvReporteados)
  334. Me.GroupBox2.Controls.Add(Me.Label1)
  335. Me.GroupBox2.ForeColor = System.Drawing.Color.White
  336. Me.GroupBox2.Location = New System.Drawing.Point(5, 1120)
  337. Me.GroupBox2.Name = "GroupBox2"
  338. Me.GroupBox2.Size = New System.Drawing.Size(1306, 276)
  339. Me.GroupBox2.TabIndex = 88
  340. Me.GroupBox2.TabStop = False
  341. Me.GroupBox2.Text = "Titulos Reporteados y Raiz"
  342. '
  343. 'dgvTitulosRaiz
  344. '
  345. Me.dgvTitulosRaiz.AllowUserToAddRows = False
  346. Me.dgvTitulosRaiz.AllowUserToDeleteRows = False
  347. Me.dgvTitulosRaiz.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  348. Me.dgvTitulosRaiz.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells
  349. Me.dgvTitulosRaiz.BackgroundColor = System.Drawing.Color.SandyBrown
  350. Me.dgvTitulosRaiz.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  351. DataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  352. DataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Window
  353. DataGridViewCellStyle12.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  354. DataGridViewCellStyle12.ForeColor = System.Drawing.Color.White
  355. DataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight
  356. DataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  357. DataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  358. Me.dgvTitulosRaiz.DefaultCellStyle = DataGridViewCellStyle12
  359. Me.dgvTitulosRaiz.Location = New System.Drawing.Point(632, 42)
  360. Me.dgvTitulosRaiz.Name = "dgvTitulosRaiz"
  361. Me.dgvTitulosRaiz.RowHeadersVisible = False
  362. DataGridViewCellStyle13.ForeColor = System.Drawing.Color.Black
  363. Me.dgvTitulosRaiz.RowsDefaultCellStyle = DataGridViewCellStyle13
  364. Me.dgvTitulosRaiz.Size = New System.Drawing.Size(668, 194)
  365. Me.dgvTitulosRaiz.TabIndex = 88
  366. '
  367. 'Label4
  368. '
  369. Me.Label4.AutoSize = True
  370. Me.Label4.Location = New System.Drawing.Point(959, 26)
  371. Me.Label4.Name = "Label4"
  372. Me.Label4.Size = New System.Drawing.Size(143, 13)
  373. Me.Label4.TabIndex = 89
  374. Me.Label4.Text = "Raiz Titulos (Visualizar Flujo )"
  375. '
  376. 'dgvReporteados
  377. '
  378. Me.dgvReporteados.AllowUserToAddRows = False
  379. Me.dgvReporteados.AllowUserToDeleteRows = False
  380. Me.dgvReporteados.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  381. Me.dgvReporteados.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells
  382. Me.dgvReporteados.BackgroundColor = System.Drawing.Color.Salmon
  383. Me.dgvReporteados.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  384. DataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  385. DataGridViewCellStyle14.BackColor = System.Drawing.SystemColors.Window
  386. DataGridViewCellStyle14.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  387. DataGridViewCellStyle14.ForeColor = System.Drawing.Color.White
  388. DataGridViewCellStyle14.SelectionBackColor = System.Drawing.SystemColors.Highlight
  389. DataGridViewCellStyle14.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  390. DataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  391. Me.dgvReporteados.DefaultCellStyle = DataGridViewCellStyle14
  392. Me.dgvReporteados.Location = New System.Drawing.Point(13, 42)
  393. Me.dgvReporteados.Name = "dgvReporteados"
  394. Me.dgvReporteados.RowHeadersVisible = False
  395. DataGridViewCellStyle15.ForeColor = System.Drawing.Color.Black
  396. Me.dgvReporteados.RowsDefaultCellStyle = DataGridViewCellStyle15
  397. Me.dgvReporteados.Size = New System.Drawing.Size(602, 194)
  398. Me.dgvReporteados.TabIndex = 86
  399. '
  400. 'Label1
  401. '
  402. Me.Label1.AutoSize = True
  403. Me.Label1.Location = New System.Drawing.Point(262, 26)
  404. Me.Label1.Name = "Label1"
  405. Me.Label1.Size = New System.Drawing.Size(102, 13)
  406. Me.Label1.TabIndex = 87
  407. Me.Label1.Text = "Titulos Reporteados"
  408. '
  409. 'dgvEspApro
  410. '
  411. Me.dgvEspApro.AllowUserToAddRows = False
  412. Me.dgvEspApro.AllowUserToDeleteRows = False
  413. Me.dgvEspApro.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  414. Me.dgvEspApro.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells
  415. Me.dgvEspApro.BackgroundColor = System.Drawing.Color.LightGreen
  416. Me.dgvEspApro.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  417. DataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  418. DataGridViewCellStyle16.BackColor = System.Drawing.SystemColors.Window
  419. DataGridViewCellStyle16.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  420. DataGridViewCellStyle16.ForeColor = System.Drawing.Color.White
  421. DataGridViewCellStyle16.SelectionBackColor = System.Drawing.SystemColors.Highlight
  422. DataGridViewCellStyle16.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  423. DataGridViewCellStyle16.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  424. Me.dgvEspApro.DefaultCellStyle = DataGridViewCellStyle16
  425. Me.dgvEspApro.Location = New System.Drawing.Point(13, 40)
  426. Me.dgvEspApro.Name = "dgvEspApro"
  427. Me.dgvEspApro.RowHeadersVisible = False
  428. DataGridViewCellStyle17.ForeColor = System.Drawing.Color.Black
  429. Me.dgvEspApro.RowsDefaultCellStyle = DataGridViewCellStyle17
  430. Me.dgvEspApro.Size = New System.Drawing.Size(602, 194)
  431. Me.dgvEspApro.TabIndex = 90
  432. '
  433. 'Label5
  434. '
  435. Me.Label5.AutoSize = True
  436. Me.Label5.ForeColor = System.Drawing.Color.White
  437. Me.Label5.Location = New System.Drawing.Point(215, 24)
  438. Me.Label5.Name = "Label5"
  439. Me.Label5.Size = New System.Drawing.Size(149, 13)
  440. Me.Label5.TabIndex = 91
  441. Me.Label5.Text = "Titulos Esperando Aprobación"
  442. '
  443. 'btnVerEstado
  444. '
  445. Me.btnVerEstado.Location = New System.Drawing.Point(270, 9)
  446. Me.btnVerEstado.Name = "btnVerEstado"
  447. Me.btnVerEstado.Size = New System.Drawing.Size(111, 26)
  448. Me.btnVerEstado.TabIndex = 89
  449. Me.btnVerEstado.Text = "Ver Estado"
  450. Me.btnVerEstado.UseVisualStyleBackColor = True
  451. '
  452. 'GroupBox1
  453. '
  454. Me.GroupBox1.Controls.Add(Me.dgvEspApro)
  455. Me.GroupBox1.Controls.Add(Me.Label5)
  456. Me.GroupBox1.Controls.Add(Me.dgvGeneradosReportos)
  457. Me.GroupBox1.Controls.Add(Me.lblGenerados)
  458. Me.GroupBox1.ForeColor = System.Drawing.Color.White
  459. Me.GroupBox1.Location = New System.Drawing.Point(5, 570)
  460. Me.GroupBox1.Name = "GroupBox1"
  461. Me.GroupBox1.Size = New System.Drawing.Size(1306, 253)
  462. Me.GroupBox1.TabIndex = 90
  463. Me.GroupBox1.TabStop = False
  464. Me.GroupBox1.Text = "Titulos en Espera y Habilitados"
  465. '
  466. 'grpCancelados
  467. '
  468. Me.grpCancelados.Controls.Add(Me.dgvCancelados)
  469. Me.grpCancelados.Controls.Add(Me.Label7)
  470. Me.grpCancelados.ForeColor = System.Drawing.Color.White
  471. Me.grpCancelados.Location = New System.Drawing.Point(5, 829)
  472. Me.grpCancelados.Name = "grpCancelados"
  473. Me.grpCancelados.Size = New System.Drawing.Size(638, 276)
  474. Me.grpCancelados.TabIndex = 91
  475. Me.grpCancelados.TabStop = False
  476. Me.grpCancelados.Text = "Cancelados"
  477. '
  478. 'dgvCancelados
  479. '
  480. Me.dgvCancelados.AllowUserToAddRows = False
  481. Me.dgvCancelados.AllowUserToDeleteRows = False
  482. Me.dgvCancelados.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  483. Me.dgvCancelados.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells
  484. Me.dgvCancelados.BackgroundColor = System.Drawing.Color.Salmon
  485. Me.dgvCancelados.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  486. DataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  487. DataGridViewCellStyle18.BackColor = System.Drawing.SystemColors.Window
  488. DataGridViewCellStyle18.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  489. DataGridViewCellStyle18.ForeColor = System.Drawing.Color.White
  490. DataGridViewCellStyle18.SelectionBackColor = System.Drawing.SystemColors.Highlight
  491. DataGridViewCellStyle18.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  492. DataGridViewCellStyle18.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  493. Me.dgvCancelados.DefaultCellStyle = DataGridViewCellStyle18
  494. Me.dgvCancelados.Location = New System.Drawing.Point(13, 42)
  495. Me.dgvCancelados.Name = "dgvCancelados"
  496. Me.dgvCancelados.RowHeadersVisible = False
  497. DataGridViewCellStyle19.ForeColor = System.Drawing.Color.Black
  498. Me.dgvCancelados.RowsDefaultCellStyle = DataGridViewCellStyle19
  499. Me.dgvCancelados.Size = New System.Drawing.Size(602, 194)
  500. Me.dgvCancelados.TabIndex = 86
  501. '
  502. 'Label7
  503. '
  504. Me.Label7.AutoSize = True
  505. Me.Label7.Location = New System.Drawing.Point(262, 26)
  506. Me.Label7.Name = "Label7"
  507. Me.Label7.Size = New System.Drawing.Size(63, 13)
  508. Me.Label7.TabIndex = 87
  509. Me.Label7.Text = "Cancelados"
  510. '
  511. 'frmColaTitulos
  512. '
  513. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  514. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  515. Me.AutoScroll = True
  516. Me.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  517. Me.ClientSize = New System.Drawing.Size(1336, 605)
  518. Me.Controls.Add(Me.grpCancelados)
  519. Me.Controls.Add(Me.GroupBox1)
  520. Me.Controls.Add(Me.btnVerEstado)
  521. Me.Controls.Add(Me.GroupBox2)
  522. Me.Controls.Add(Me.grpTitulos)
  523. Me.Controls.Add(Me.grpPropuesta)
  524. Me.Controls.Add(Me.lblTitulo)
  525. Me.Name = "frmColaTitulos"
  526. Me.Text = "frmColaTitulos"
  527. CType(Me.dgvColaReportos, System.ComponentModel.ISupportInitialize).EndInit()
  528. CType(Me.dgvGeneradosReportos, System.ComponentModel.ISupportInitialize).EndInit()
  529. Me.grpPropuesta.ResumeLayout(False)
  530. Me.grpPropuesta.PerformLayout()
  531. Me.grpTitulos.ResumeLayout(False)
  532. Me.grpTitulos.PerformLayout()
  533. CType(Me.dgvDetalles, System.ComponentModel.ISupportInitialize).EndInit()
  534. CType(Me.dgvColaTitulos, System.ComponentModel.ISupportInitialize).EndInit()
  535. CType(Me.dgvGenerarTitulos, System.ComponentModel.ISupportInitialize).EndInit()
  536. Me.GroupBox2.ResumeLayout(False)
  537. Me.GroupBox2.PerformLayout()
  538. CType(Me.dgvTitulosRaiz, System.ComponentModel.ISupportInitialize).EndInit()
  539. CType(Me.dgvReporteados, System.ComponentModel.ISupportInitialize).EndInit()
  540. CType(Me.dgvEspApro, System.ComponentModel.ISupportInitialize).EndInit()
  541. Me.GroupBox1.ResumeLayout(False)
  542. Me.GroupBox1.PerformLayout()
  543. Me.grpCancelados.ResumeLayout(False)
  544. Me.grpCancelados.PerformLayout()
  545. CType(Me.dgvCancelados, System.ComponentModel.ISupportInitialize).EndInit()
  546. Me.ResumeLayout(False)
  547. Me.PerformLayout()
  548. End Sub
  549. Friend WithEvents lblTitulo As Label
  550. Friend WithEvents dgvColaReportos As DataGridView
  551. Friend WithEvents dgvGeneradosReportos As DataGridView
  552. Friend WithEvents lblPropuestaTitulo As Label
  553. Friend WithEvents lblGenerados As Label
  554. Friend WithEvents grpPropuesta As GroupBox
  555. Friend WithEvents grpTitulos As GroupBox
  556. Friend WithEvents dgvColaTitulos As DataGridView
  557. Friend WithEvents Label2 As Label
  558. Friend WithEvents dgvDetalles As DataGridView
  559. Friend WithEvents btnGenerarReporto As Button
  560. Friend WithEvents btnGenerarTitulo As Button
  561. Friend WithEvents dgvGenerarTitulos As DataGridView
  562. Friend WithEvents Label3 As Label
  563. Friend WithEvents Button1 As Button
  564. Friend WithEvents GroupBox2 As GroupBox
  565. Friend WithEvents lblDetalles As Label
  566. Friend WithEvents dgvReporteados As DataGridView
  567. Friend WithEvents Label1 As Label
  568. Friend WithEvents dgvTitulosRaiz As DataGridView
  569. Friend WithEvents Label4 As Label
  570. Friend WithEvents dgvEspApro As DataGridView
  571. Friend WithEvents Label5 As Label
  572. Friend WithEvents btnVerEstado As Button
  573. Friend WithEvents GroupBox1 As GroupBox
  574. Friend WithEvents grpCancelados As GroupBox
  575. Friend WithEvents dgvCancelados As DataGridView
  576. Friend WithEvents Label7 As Label
  577. End Class