_ Partial Class frmInteractiveBrokers Inherits System.Windows.Forms.Form 'Form reemplaza a Dispose para limpiar la lista de componentes. _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub 'Requerido por el Diseñador de Windows Forms Private components As System.ComponentModel.IContainer 'NOTA: el Diseñador de Windows Forms necesita el siguiente procedimiento 'Se puede modificar usando el Diseñador de Windows Forms. 'No lo modifique con el editor de código. _ Private Sub InitializeComponent() Me.Label1 = New System.Windows.Forms.Label() Me.DataGridView1 = New System.Windows.Forms.DataGridView() Me.Panel1 = New System.Windows.Forms.Panel() Me.Button1 = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button() Me.Button3 = New System.Windows.Forms.Button() Me.Label2 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.Label4 = New System.Windows.Forms.Label() Me.Label5 = New System.Windows.Forms.Label() Me.Label6 = New System.Windows.Forms.Label() Me.Label7 = New System.Windows.Forms.Label() Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog() CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel1.SuspendLayout() Me.SuspendLayout() ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("Century Gothic", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.Location = New System.Drawing.Point(12, 22) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(181, 22) Me.Label1.TabIndex = 3 Me.Label1.Text = "Interactive Brokers" ' 'DataGridView1 ' Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView1.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.Column2}) Me.DataGridView1.Location = New System.Drawing.Point(16, 101) Me.DataGridView1.Name = "DataGridView1" Me.DataGridView1.Size = New System.Drawing.Size(682, 302) Me.DataGridView1.TabIndex = 4 ' 'Panel1 ' Me.Panel1.Controls.Add(Me.Button1) Me.Panel1.Controls.Add(Me.Button2) Me.Panel1.Controls.Add(Me.Button3) Me.Panel1.Dock = System.Windows.Forms.DockStyle.Bottom Me.Panel1.Location = New System.Drawing.Point(0, 445) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(726, 70) Me.Panel1.TabIndex = 108 ' 'Button1 ' Me.Button1.BackColor = System.Drawing.Color.FromArgb(CType(CType(21, Byte), Integer), CType(CType(81, Byte), Integer), CType(CType(118, Byte), Integer)) Me.Button1.FlatAppearance.BorderSize = 0 Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button1.ForeColor = System.Drawing.Color.White Me.Button1.Location = New System.Drawing.Point(463, 15) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(163, 32) Me.Button1.TabIndex = 0 Me.Button1.Text = "Cancelar" Me.Button1.UseVisualStyleBackColor = False ' 'Button2 ' Me.Button2.BackColor = System.Drawing.Color.FromArgb(CType(CType(21, Byte), Integer), CType(CType(81, Byte), Integer), CType(CType(118, Byte), Integer)) Me.Button2.FlatAppearance.BorderSize = 0 Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button2.ForeColor = System.Drawing.Color.White Me.Button2.Location = New System.Drawing.Point(64, 15) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(163, 32) Me.Button2.TabIndex = 62 Me.Button2.Text = "Cargar" Me.Button2.UseVisualStyleBackColor = False ' 'Button3 ' Me.Button3.BackColor = System.Drawing.Color.FromArgb(CType(CType(21, Byte), Integer), CType(CType(81, Byte), Integer), CType(CType(118, Byte), Integer)) Me.Button3.FlatAppearance.BorderSize = 0 Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button3.ForeColor = System.Drawing.Color.White Me.Button3.Location = New System.Drawing.Point(259, 15) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(163, 32) Me.Button3.TabIndex = 63 Me.Button3.Text = "Procesar" Me.Button3.UseVisualStyleBackColor = False ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(13, 53) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(57, 13) Me.Label2.TabIndex = 109 Me.Label2.Text = "Correlativo" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Label3.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Label3.Location = New System.Drawing.Point(102, 53) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(41, 15) Me.Label3.TabIndex = 110 Me.Label3.Text = "Label3" ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Label4.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Label4.Location = New System.Drawing.Point(273, 53) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(41, 15) Me.Label4.TabIndex = 112 Me.Label4.Text = "Label4" ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(184, 53) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(83, 13) Me.Label5.TabIndex = 111 Me.Label5.Text = "Fecha de Carga" ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Label6.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Label6.Location = New System.Drawing.Point(408, 55) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(41, 15) Me.Label6.TabIndex = 114 Me.Label6.Text = "Label6" ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Location = New System.Drawing.Point(362, 55) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(40, 13) Me.Label7.TabIndex = 113 Me.Label7.Text = "Estado" ' 'Column1 ' Me.Column1.HeaderText = "Column1" Me.Column1.Name = "Column1" ' 'Column2 ' Me.Column2.HeaderText = "Column2" Me.Column2.Name = "Column2" ' 'OpenFileDialog1 ' Me.OpenFileDialog1.FileName = "OpenFileDialog1" ' 'frmInteractiveBrokers ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(726, 515) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Panel1) Me.Controls.Add(Me.DataGridView1) Me.Controls.Add(Me.Label1) Me.Name = "frmInteractiveBrokers" Me.Text = "frmInteractiveBrokers" CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel1.ResumeLayout(False) Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Label1 As Label Friend WithEvents DataGridView1 As DataGridView Friend WithEvents Column1 As DataGridViewTextBoxColumn Friend WithEvents Column2 As DataGridViewTextBoxColumn Friend WithEvents Panel1 As Panel Friend WithEvents Button1 As Button Friend WithEvents Button2 As Button Friend WithEvents Button3 As Button Friend WithEvents Label2 As Label Friend WithEvents Label3 As Label Friend WithEvents Label4 As Label Friend WithEvents Label5 As Label Friend WithEvents Label6 As Label Friend WithEvents Label7 As Label Friend WithEvents OpenFileDialog1 As OpenFileDialog End Class