frmReportoArbitraje.Designer.vb 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
  2. Partial Class frmReportoArbitraje
  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 resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmReportoArbitraje))
  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. Me.BindingNavigator1 = New System.Windows.Forms.BindingNavigator(Me.components)
  27. Me.BindingNavigatorAddNewItem = New System.Windows.Forms.ToolStripButton()
  28. Me.BindingNavigatorCountItem = New System.Windows.Forms.ToolStripLabel()
  29. Me.BindingNavigatorDeleteItem = New System.Windows.Forms.ToolStripButton()
  30. Me.BindingNavigatorMoveFirstItem = New System.Windows.Forms.ToolStripButton()
  31. Me.BindingNavigatorMovePreviousItem = New System.Windows.Forms.ToolStripButton()
  32. Me.BindingNavigatorSeparator = New System.Windows.Forms.ToolStripSeparator()
  33. Me.BindingNavigatorPositionItem = New System.Windows.Forms.ToolStripTextBox()
  34. Me.BindingNavigatorSeparator1 = New System.Windows.Forms.ToolStripSeparator()
  35. Me.BindingNavigatorMoveNextItem = New System.Windows.Forms.ToolStripButton()
  36. Me.BindingNavigatorMoveLastItem = New System.Windows.Forms.ToolStripButton()
  37. Me.BindingNavigatorSeparator2 = New System.Windows.Forms.ToolStripSeparator()
  38. Me.Panel1 = New System.Windows.Forms.Panel()
  39. Me.dgvArbitraje = New System.Windows.Forms.DataGridView()
  40. Me.Panel2 = New System.Windows.Forms.Panel()
  41. Me.Label22 = New System.Windows.Forms.Label()
  42. Me.Panel3 = New System.Windows.Forms.Panel()
  43. CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).BeginInit()
  44. Me.BindingNavigator1.SuspendLayout()
  45. Me.Panel1.SuspendLayout()
  46. CType(Me.dgvArbitraje, System.ComponentModel.ISupportInitialize).BeginInit()
  47. Me.Panel2.SuspendLayout()
  48. Me.Panel3.SuspendLayout()
  49. Me.SuspendLayout()
  50. '
  51. 'BindingNavigator1
  52. '
  53. Me.BindingNavigator1.AddNewItem = Me.BindingNavigatorAddNewItem
  54. Me.BindingNavigator1.CountItem = Me.BindingNavigatorCountItem
  55. Me.BindingNavigator1.DeleteItem = Me.BindingNavigatorDeleteItem
  56. Me.BindingNavigator1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorMoveFirstItem, Me.BindingNavigatorMovePreviousItem, Me.BindingNavigatorSeparator, Me.BindingNavigatorPositionItem, Me.BindingNavigatorCountItem, Me.BindingNavigatorSeparator1, Me.BindingNavigatorMoveNextItem, Me.BindingNavigatorMoveLastItem, Me.BindingNavigatorSeparator2, Me.BindingNavigatorAddNewItem, Me.BindingNavigatorDeleteItem})
  57. Me.BindingNavigator1.Location = New System.Drawing.Point(0, 0)
  58. Me.BindingNavigator1.MoveFirstItem = Me.BindingNavigatorMoveFirstItem
  59. Me.BindingNavigator1.MoveLastItem = Me.BindingNavigatorMoveLastItem
  60. Me.BindingNavigator1.MoveNextItem = Me.BindingNavigatorMoveNextItem
  61. Me.BindingNavigator1.MovePreviousItem = Me.BindingNavigatorMovePreviousItem
  62. Me.BindingNavigator1.Name = "BindingNavigator1"
  63. Me.BindingNavigator1.PositionItem = Me.BindingNavigatorPositionItem
  64. Me.BindingNavigator1.Size = New System.Drawing.Size(862, 25)
  65. Me.BindingNavigator1.TabIndex = 0
  66. Me.BindingNavigator1.Text = "BindingNavigator1"
  67. '
  68. 'BindingNavigatorAddNewItem
  69. '
  70. Me.BindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  71. Me.BindingNavigatorAddNewItem.Image = CType(resources.GetObject("BindingNavigatorAddNewItem.Image"), System.Drawing.Image)
  72. Me.BindingNavigatorAddNewItem.Name = "BindingNavigatorAddNewItem"
  73. Me.BindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = True
  74. Me.BindingNavigatorAddNewItem.Size = New System.Drawing.Size(23, 22)
  75. Me.BindingNavigatorAddNewItem.Text = "Agregar nuevo"
  76. '
  77. 'BindingNavigatorCountItem
  78. '
  79. Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem"
  80. Me.BindingNavigatorCountItem.Size = New System.Drawing.Size(37, 22)
  81. Me.BindingNavigatorCountItem.Text = "de {0}"
  82. Me.BindingNavigatorCountItem.ToolTipText = "Número total de elementos"
  83. '
  84. 'BindingNavigatorDeleteItem
  85. '
  86. Me.BindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  87. Me.BindingNavigatorDeleteItem.Image = CType(resources.GetObject("BindingNavigatorDeleteItem.Image"), System.Drawing.Image)
  88. Me.BindingNavigatorDeleteItem.Name = "BindingNavigatorDeleteItem"
  89. Me.BindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = True
  90. Me.BindingNavigatorDeleteItem.Size = New System.Drawing.Size(23, 22)
  91. Me.BindingNavigatorDeleteItem.Text = "Eliminar"
  92. '
  93. 'BindingNavigatorMoveFirstItem
  94. '
  95. Me.BindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  96. Me.BindingNavigatorMoveFirstItem.Image = CType(resources.GetObject("BindingNavigatorMoveFirstItem.Image"), System.Drawing.Image)
  97. Me.BindingNavigatorMoveFirstItem.Name = "BindingNavigatorMoveFirstItem"
  98. Me.BindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = True
  99. Me.BindingNavigatorMoveFirstItem.Size = New System.Drawing.Size(23, 22)
  100. Me.BindingNavigatorMoveFirstItem.Text = "Mover primero"
  101. '
  102. 'BindingNavigatorMovePreviousItem
  103. '
  104. Me.BindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  105. Me.BindingNavigatorMovePreviousItem.Image = CType(resources.GetObject("BindingNavigatorMovePreviousItem.Image"), System.Drawing.Image)
  106. Me.BindingNavigatorMovePreviousItem.Name = "BindingNavigatorMovePreviousItem"
  107. Me.BindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = True
  108. Me.BindingNavigatorMovePreviousItem.Size = New System.Drawing.Size(23, 22)
  109. Me.BindingNavigatorMovePreviousItem.Text = "Mover anterior"
  110. '
  111. 'BindingNavigatorSeparator
  112. '
  113. Me.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator"
  114. Me.BindingNavigatorSeparator.Size = New System.Drawing.Size(6, 25)
  115. '
  116. 'BindingNavigatorPositionItem
  117. '
  118. Me.BindingNavigatorPositionItem.AccessibleName = "Posición"
  119. Me.BindingNavigatorPositionItem.AutoSize = False
  120. Me.BindingNavigatorPositionItem.Name = "BindingNavigatorPositionItem"
  121. Me.BindingNavigatorPositionItem.Size = New System.Drawing.Size(50, 23)
  122. Me.BindingNavigatorPositionItem.Text = "0"
  123. Me.BindingNavigatorPositionItem.ToolTipText = "Posición actual"
  124. '
  125. 'BindingNavigatorSeparator1
  126. '
  127. Me.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator1"
  128. Me.BindingNavigatorSeparator1.Size = New System.Drawing.Size(6, 25)
  129. '
  130. 'BindingNavigatorMoveNextItem
  131. '
  132. Me.BindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  133. Me.BindingNavigatorMoveNextItem.Image = CType(resources.GetObject("BindingNavigatorMoveNextItem.Image"), System.Drawing.Image)
  134. Me.BindingNavigatorMoveNextItem.Name = "BindingNavigatorMoveNextItem"
  135. Me.BindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = True
  136. Me.BindingNavigatorMoveNextItem.Size = New System.Drawing.Size(23, 22)
  137. Me.BindingNavigatorMoveNextItem.Text = "Mover siguiente"
  138. '
  139. 'BindingNavigatorMoveLastItem
  140. '
  141. Me.BindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  142. Me.BindingNavigatorMoveLastItem.Image = CType(resources.GetObject("BindingNavigatorMoveLastItem.Image"), System.Drawing.Image)
  143. Me.BindingNavigatorMoveLastItem.Name = "BindingNavigatorMoveLastItem"
  144. Me.BindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = True
  145. Me.BindingNavigatorMoveLastItem.Size = New System.Drawing.Size(23, 22)
  146. Me.BindingNavigatorMoveLastItem.Text = "Mover último"
  147. '
  148. 'BindingNavigatorSeparator2
  149. '
  150. Me.BindingNavigatorSeparator2.Name = "BindingNavigatorSeparator2"
  151. Me.BindingNavigatorSeparator2.Size = New System.Drawing.Size(6, 25)
  152. '
  153. 'Panel1
  154. '
  155. Me.Panel1.Controls.Add(Me.dgvArbitraje)
  156. Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill
  157. Me.Panel1.Location = New System.Drawing.Point(0, 0)
  158. Me.Panel1.Name = "Panel1"
  159. Me.Panel1.Size = New System.Drawing.Size(862, 209)
  160. Me.Panel1.TabIndex = 2
  161. '
  162. 'dgvArbitraje
  163. '
  164. Me.dgvArbitraje.AccessibleRole = System.Windows.Forms.AccessibleRole.ScrollBar
  165. Me.dgvArbitraje.AllowUserToAddRows = False
  166. Me.dgvArbitraje.AllowUserToDeleteRows = False
  167. Me.dgvArbitraje.BackgroundColor = System.Drawing.Color.White
  168. Me.dgvArbitraje.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None
  169. Me.dgvArbitraje.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
  170. Me.dgvArbitraje.ColumnHeadersHeight = 25
  171. Me.dgvArbitraje.ColumnHeadersVisible = False
  172. DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  173. DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window
  174. DataGridViewCellStyle3.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  175. DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText
  176. DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
  177. DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  178. DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  179. Me.dgvArbitraje.DefaultCellStyle = DataGridViewCellStyle3
  180. Me.dgvArbitraje.Dock = System.Windows.Forms.DockStyle.Fill
  181. Me.dgvArbitraje.Location = New System.Drawing.Point(0, 0)
  182. Me.dgvArbitraje.Name = "dgvArbitraje"
  183. Me.dgvArbitraje.RowHeadersVisible = False
  184. DataGridViewCellStyle4.BackColor = System.Drawing.Color.White
  185. Me.dgvArbitraje.RowsDefaultCellStyle = DataGridViewCellStyle4
  186. Me.dgvArbitraje.RowTemplate.Height = 40
  187. Me.dgvArbitraje.RowTemplate.ReadOnly = True
  188. Me.dgvArbitraje.ShowCellErrors = False
  189. Me.dgvArbitraje.ShowRowErrors = False
  190. Me.dgvArbitraje.Size = New System.Drawing.Size(862, 209)
  191. Me.dgvArbitraje.TabIndex = 1
  192. '
  193. 'Panel2
  194. '
  195. Me.Panel2.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
  196. Me.Panel2.Controls.Add(Me.Label22)
  197. Me.Panel2.Dock = System.Windows.Forms.DockStyle.Top
  198. Me.Panel2.Location = New System.Drawing.Point(0, 25)
  199. Me.Panel2.Name = "Panel2"
  200. Me.Panel2.Size = New System.Drawing.Size(862, 79)
  201. Me.Panel2.TabIndex = 3
  202. '
  203. 'Label22
  204. '
  205. Me.Label22.Anchor = System.Windows.Forms.AnchorStyles.None
  206. Me.Label22.AutoSize = True
  207. Me.Label22.Font = New System.Drawing.Font("Trebuchet MS", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  208. Me.Label22.ForeColor = System.Drawing.Color.LightGreen
  209. Me.Label22.Location = New System.Drawing.Point(324, 24)
  210. Me.Label22.Name = "Label22"
  211. Me.Label22.Size = New System.Drawing.Size(270, 24)
  212. Me.Label22.TabIndex = 161
  213. Me.Label22.Text = "Cadena del flujo de Arbitraje"
  214. '
  215. 'Panel3
  216. '
  217. Me.Panel3.Controls.Add(Me.Panel1)
  218. Me.Panel3.Dock = System.Windows.Forms.DockStyle.Fill
  219. Me.Panel3.Location = New System.Drawing.Point(0, 104)
  220. Me.Panel3.Name = "Panel3"
  221. Me.Panel3.Size = New System.Drawing.Size(862, 209)
  222. Me.Panel3.TabIndex = 4
  223. '
  224. 'frmReportoArbitraje
  225. '
  226. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  227. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  228. Me.ClientSize = New System.Drawing.Size(862, 313)
  229. Me.Controls.Add(Me.Panel3)
  230. Me.Controls.Add(Me.Panel2)
  231. Me.Controls.Add(Me.BindingNavigator1)
  232. Me.Name = "frmReportoArbitraje"
  233. Me.Text = "frmReportoArbitraje"
  234. CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).EndInit()
  235. Me.BindingNavigator1.ResumeLayout(False)
  236. Me.BindingNavigator1.PerformLayout()
  237. Me.Panel1.ResumeLayout(False)
  238. CType(Me.dgvArbitraje, System.ComponentModel.ISupportInitialize).EndInit()
  239. Me.Panel2.ResumeLayout(False)
  240. Me.Panel2.PerformLayout()
  241. Me.Panel3.ResumeLayout(False)
  242. Me.ResumeLayout(False)
  243. Me.PerformLayout()
  244. End Sub
  245. Friend WithEvents BindingNavigator1 As BindingNavigator
  246. Friend WithEvents BindingNavigatorAddNewItem As ToolStripButton
  247. Friend WithEvents BindingNavigatorCountItem As ToolStripLabel
  248. Friend WithEvents BindingNavigatorDeleteItem As ToolStripButton
  249. Friend WithEvents BindingNavigatorMoveFirstItem As ToolStripButton
  250. Friend WithEvents BindingNavigatorMovePreviousItem As ToolStripButton
  251. Friend WithEvents BindingNavigatorSeparator As ToolStripSeparator
  252. Friend WithEvents BindingNavigatorPositionItem As ToolStripTextBox
  253. Friend WithEvents BindingNavigatorSeparator1 As ToolStripSeparator
  254. Friend WithEvents BindingNavigatorMoveNextItem As ToolStripButton
  255. Friend WithEvents BindingNavigatorMoveLastItem As ToolStripButton
  256. Friend WithEvents BindingNavigatorSeparator2 As ToolStripSeparator
  257. Friend WithEvents Panel1 As Panel
  258. Friend WithEvents dgvArbitraje As DataGridView
  259. Friend WithEvents Panel2 As Panel
  260. Friend WithEvents Panel3 As Panel
  261. Friend WithEvents Label22 As Label
  262. End Class