_ Partial Class Form2 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.GroupBox1 = New System.Windows.Forms.GroupBox() Me.Label2 = New System.Windows.Forms.Label() Me.RichTextBox2 = New System.Windows.Forms.RichTextBox() Me.Button9 = New System.Windows.Forms.Button() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.Button7 = New System.Windows.Forms.Button() Me.Button6 = New System.Windows.Forms.Button() Me.Button5 = New System.Windows.Forms.Button() Me.Label1 = New System.Windows.Forms.Label() Me.RichTextBox1 = New System.Windows.Forms.RichTextBox() Me.GroupBox1.SuspendLayout() Me.SuspendLayout() ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.Label2) Me.GroupBox1.Controls.Add(Me.RichTextBox2) Me.GroupBox1.Controls.Add(Me.Button9) Me.GroupBox1.Controls.Add(Me.TextBox1) Me.GroupBox1.Controls.Add(Me.Button7) Me.GroupBox1.Controls.Add(Me.Button6) Me.GroupBox1.Controls.Add(Me.Button5) Me.GroupBox1.Location = New System.Drawing.Point(12, 28) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(172, 193) Me.GroupBox1.TabIndex = 28 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "Opcions per insertar" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(6, 29) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(136, 17) Me.Label2.TabIndex = 26 Me.Label2.Text = "Selecciona el símbol" ' 'RichTextBox2 ' Me.RichTextBox2.EnableAutoDragDrop = True Me.RichTextBox2.Font = New System.Drawing.Font("Times New Roman", 13.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.RichTextBox2.Location = New System.Drawing.Point(6, 153) Me.RichTextBox2.Name = "RichTextBox2" Me.RichTextBox2.ReadOnly = True Me.RichTextBox2.Size = New System.Drawing.Size(161, 33) Me.RichTextBox2.TabIndex = 30 Me.RichTextBox2.Text = "" ' 'Button9 ' Me.Button9.DialogResult = System.Windows.Forms.DialogResult.Cancel Me.Button9.Location = New System.Drawing.Point(107, 124) Me.Button9.Name = "Button9" Me.Button9.Size = New System.Drawing.Size(60, 23) Me.Button9.TabIndex = 29 Me.Button9.Text = "ADD CUSTOM" Me.Button9.UseVisualStyleBackColor = True ' 'TextBox1 ' Me.TextBox1.Location = New System.Drawing.Point(6, 125) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(95, 22) Me.TextBox1.TabIndex = 28 ' 'Button7 ' Me.Button7.DialogResult = System.Windows.Forms.DialogResult.Cancel Me.Button7.Location = New System.Drawing.Point(89, 58) Me.Button7.Name = "Button7" Me.Button7.Size = New System.Drawing.Size(78, 28) Me.Button7.TabIndex = 27 Me.Button7.Text = "( OFF )" Me.Button7.UseVisualStyleBackColor = True ' 'Button6 ' Me.Button6.DialogResult = System.Windows.Forms.DialogResult.Cancel Me.Button6.Location = New System.Drawing.Point(6, 91) Me.Button6.Name = "Button6" Me.Button6.Size = New System.Drawing.Size(161, 28) Me.Button6.TabIndex = 26 Me.Button6.Text = "( ON / OFF )" Me.Button6.UseVisualStyleBackColor = True ' 'Button5 ' Me.Button5.Location = New System.Drawing.Point(6, 58) Me.Button5.Name = "Button5" Me.Button5.Size = New System.Drawing.Size(77, 28) Me.Button5.TabIndex = 25 Me.Button5.Text = "( ON )" Me.Button5.UseVisualStyleBackColor = True ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(187, 8) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(222, 17) Me.Label1.TabIndex = 27 Me.Label1.Text = "Visualització Previa a la conversió" ' 'RichTextBox1 ' Me.RichTextBox1.EnableAutoDragDrop = True Me.RichTextBox1.Font = New System.Drawing.Font("Times New Roman", 13.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.RichTextBox1.Location = New System.Drawing.Point(190, 28) Me.RichTextBox1.Name = "RichTextBox1" Me.RichTextBox1.Size = New System.Drawing.Size(1287, 644) Me.RichTextBox1.TabIndex = 26 Me.RichTextBox1.Text = "" ' 'Form2 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1489, 680) Me.Controls.Add(Me.GroupBox1) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.RichTextBox1) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle Me.Name = "Form2" Me.Text = "Form2" Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents RichTextBox2 As System.Windows.Forms.RichTextBox Friend WithEvents Button9 As System.Windows.Forms.Button Friend WithEvents TextBox1 As System.Windows.Forms.TextBox Friend WithEvents Button7 As System.Windows.Forms.Button Friend WithEvents Button6 As System.Windows.Forms.Button Friend WithEvents Button5 As System.Windows.Forms.Button Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents RichTextBox1 As System.Windows.Forms.RichTextBox End Class