frmInteractiveBrokers.Designer.vb 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmInteractiveBrokers
  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.Label1 = New System.Windows.Forms.Label()
  23. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  24. Me.Panel1 = New System.Windows.Forms.Panel()
  25. Me.Button1 = New System.Windows.Forms.Button()
  26. Me.Button2 = New System.Windows.Forms.Button()
  27. Me.Button3 = New System.Windows.Forms.Button()
  28. Me.Label2 = New System.Windows.Forms.Label()
  29. Me.Label3 = New System.Windows.Forms.Label()
  30. Me.Label4 = New System.Windows.Forms.Label()
  31. Me.Label5 = New System.Windows.Forms.Label()
  32. Me.Label6 = New System.Windows.Forms.Label()
  33. Me.Label7 = New System.Windows.Forms.Label()
  34. Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
  35. Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
  36. Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
  37. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  38. Me.Panel1.SuspendLayout()
  39. Me.SuspendLayout()
  40. '
  41. 'Label1
  42. '
  43. Me.Label1.AutoSize = True
  44. Me.Label1.Font = New System.Drawing.Font("Century Gothic", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  45. Me.Label1.Location = New System.Drawing.Point(12, 22)
  46. Me.Label1.Name = "Label1"
  47. Me.Label1.Size = New System.Drawing.Size(181, 22)
  48. Me.Label1.TabIndex = 3
  49. Me.Label1.Text = "Interactive Brokers"
  50. '
  51. 'DataGridView1
  52. '
  53. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  54. Me.DataGridView1.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.Column2})
  55. Me.DataGridView1.Location = New System.Drawing.Point(16, 101)
  56. Me.DataGridView1.Name = "DataGridView1"
  57. Me.DataGridView1.Size = New System.Drawing.Size(682, 302)
  58. Me.DataGridView1.TabIndex = 4
  59. '
  60. 'Panel1
  61. '
  62. Me.Panel1.Controls.Add(Me.Button1)
  63. Me.Panel1.Controls.Add(Me.Button2)
  64. Me.Panel1.Controls.Add(Me.Button3)
  65. Me.Panel1.Dock = System.Windows.Forms.DockStyle.Bottom
  66. Me.Panel1.Location = New System.Drawing.Point(0, 445)
  67. Me.Panel1.Name = "Panel1"
  68. Me.Panel1.Size = New System.Drawing.Size(726, 70)
  69. Me.Panel1.TabIndex = 108
  70. '
  71. 'Button1
  72. '
  73. Me.Button1.BackColor = System.Drawing.Color.FromArgb(CType(CType(21, Byte), Integer), CType(CType(81, Byte), Integer), CType(CType(118, Byte), Integer))
  74. Me.Button1.FlatAppearance.BorderSize = 0
  75. Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  76. Me.Button1.ForeColor = System.Drawing.Color.White
  77. Me.Button1.Location = New System.Drawing.Point(463, 15)
  78. Me.Button1.Name = "Button1"
  79. Me.Button1.Size = New System.Drawing.Size(163, 32)
  80. Me.Button1.TabIndex = 0
  81. Me.Button1.Text = "Cancelar"
  82. Me.Button1.UseVisualStyleBackColor = False
  83. '
  84. 'Button2
  85. '
  86. Me.Button2.BackColor = System.Drawing.Color.FromArgb(CType(CType(21, Byte), Integer), CType(CType(81, Byte), Integer), CType(CType(118, Byte), Integer))
  87. Me.Button2.FlatAppearance.BorderSize = 0
  88. Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  89. Me.Button2.ForeColor = System.Drawing.Color.White
  90. Me.Button2.Location = New System.Drawing.Point(64, 15)
  91. Me.Button2.Name = "Button2"
  92. Me.Button2.Size = New System.Drawing.Size(163, 32)
  93. Me.Button2.TabIndex = 62
  94. Me.Button2.Text = "Cargar"
  95. Me.Button2.UseVisualStyleBackColor = False
  96. '
  97. 'Button3
  98. '
  99. Me.Button3.BackColor = System.Drawing.Color.FromArgb(CType(CType(21, Byte), Integer), CType(CType(81, Byte), Integer), CType(CType(118, Byte), Integer))
  100. Me.Button3.FlatAppearance.BorderSize = 0
  101. Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  102. Me.Button3.ForeColor = System.Drawing.Color.White
  103. Me.Button3.Location = New System.Drawing.Point(259, 15)
  104. Me.Button3.Name = "Button3"
  105. Me.Button3.Size = New System.Drawing.Size(163, 32)
  106. Me.Button3.TabIndex = 63
  107. Me.Button3.Text = "Procesar"
  108. Me.Button3.UseVisualStyleBackColor = False
  109. '
  110. 'Label2
  111. '
  112. Me.Label2.AutoSize = True
  113. Me.Label2.Location = New System.Drawing.Point(13, 53)
  114. Me.Label2.Name = "Label2"
  115. Me.Label2.Size = New System.Drawing.Size(57, 13)
  116. Me.Label2.TabIndex = 109
  117. Me.Label2.Text = "Correlativo"
  118. '
  119. 'Label3
  120. '
  121. Me.Label3.AutoSize = True
  122. Me.Label3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  123. Me.Label3.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  124. Me.Label3.Location = New System.Drawing.Point(102, 53)
  125. Me.Label3.Name = "Label3"
  126. Me.Label3.Size = New System.Drawing.Size(41, 15)
  127. Me.Label3.TabIndex = 110
  128. Me.Label3.Text = "Label3"
  129. '
  130. 'Label4
  131. '
  132. Me.Label4.AutoSize = True
  133. Me.Label4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  134. Me.Label4.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  135. Me.Label4.Location = New System.Drawing.Point(273, 53)
  136. Me.Label4.Name = "Label4"
  137. Me.Label4.Size = New System.Drawing.Size(41, 15)
  138. Me.Label4.TabIndex = 112
  139. Me.Label4.Text = "Label4"
  140. '
  141. 'Label5
  142. '
  143. Me.Label5.AutoSize = True
  144. Me.Label5.Location = New System.Drawing.Point(184, 53)
  145. Me.Label5.Name = "Label5"
  146. Me.Label5.Size = New System.Drawing.Size(83, 13)
  147. Me.Label5.TabIndex = 111
  148. Me.Label5.Text = "Fecha de Carga"
  149. '
  150. 'Label6
  151. '
  152. Me.Label6.AutoSize = True
  153. Me.Label6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  154. Me.Label6.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  155. Me.Label6.Location = New System.Drawing.Point(408, 55)
  156. Me.Label6.Name = "Label6"
  157. Me.Label6.Size = New System.Drawing.Size(41, 15)
  158. Me.Label6.TabIndex = 114
  159. Me.Label6.Text = "Label6"
  160. '
  161. 'Label7
  162. '
  163. Me.Label7.AutoSize = True
  164. Me.Label7.Location = New System.Drawing.Point(362, 55)
  165. Me.Label7.Name = "Label7"
  166. Me.Label7.Size = New System.Drawing.Size(40, 13)
  167. Me.Label7.TabIndex = 113
  168. Me.Label7.Text = "Estado"
  169. '
  170. 'Column1
  171. '
  172. Me.Column1.HeaderText = "Column1"
  173. Me.Column1.Name = "Column1"
  174. '
  175. 'Column2
  176. '
  177. Me.Column2.HeaderText = "Column2"
  178. Me.Column2.Name = "Column2"
  179. '
  180. 'OpenFileDialog1
  181. '
  182. Me.OpenFileDialog1.FileName = "OpenFileDialog1"
  183. '
  184. 'frmInteractiveBrokers
  185. '
  186. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  187. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  188. Me.ClientSize = New System.Drawing.Size(726, 515)
  189. Me.Controls.Add(Me.Label6)
  190. Me.Controls.Add(Me.Label7)
  191. Me.Controls.Add(Me.Label4)
  192. Me.Controls.Add(Me.Label5)
  193. Me.Controls.Add(Me.Label3)
  194. Me.Controls.Add(Me.Label2)
  195. Me.Controls.Add(Me.Panel1)
  196. Me.Controls.Add(Me.DataGridView1)
  197. Me.Controls.Add(Me.Label1)
  198. Me.Name = "frmInteractiveBrokers"
  199. Me.Text = "frmInteractiveBrokers"
  200. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  201. Me.Panel1.ResumeLayout(False)
  202. Me.ResumeLayout(False)
  203. Me.PerformLayout()
  204. End Sub
  205. Friend WithEvents Label1 As Label
  206. Friend WithEvents DataGridView1 As DataGridView
  207. Friend WithEvents Column1 As DataGridViewTextBoxColumn
  208. Friend WithEvents Column2 As DataGridViewTextBoxColumn
  209. Friend WithEvents Panel1 As Panel
  210. Friend WithEvents Button1 As Button
  211. Friend WithEvents Button2 As Button
  212. Friend WithEvents Button3 As Button
  213. Friend WithEvents Label2 As Label
  214. Friend WithEvents Label3 As Label
  215. Friend WithEvents Label4 As Label
  216. Friend WithEvents Label5 As Label
  217. Friend WithEvents Label6 As Label
  218. Friend WithEvents Label7 As Label
  219. Friend WithEvents OpenFileDialog1 As OpenFileDialog
  220. End Class