<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
Partial Class Form1
|
Inherits System.Windows.Forms.Form
|
|
'Form reemplaza a Dispose para limpiar la lista de componentes.
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
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.
|
<System.Diagnostics.DebuggerStepThrough()> _
|
Private Sub InitializeComponent()
|
Me.components = New System.ComponentModel.Container()
|
Me.RichTextBox1 = New System.Windows.Forms.RichTextBox()
|
Me.MenuStrip1 = New System.Windows.Forms.MenuStrip()
|
Me.ConversióToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
Me.ConvertirDocumentToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
Me.EditarToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
Me.ObrirDocumentToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
Me.GuardarToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
Me.GenerarWordToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
Me.Label1 = New System.Windows.Forms.Label()
|
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.Timer1 = New System.Windows.Forms.Timer(Me.components)
|
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
|
Me.ToolStripStatusLabel1 = New System.Windows.Forms.ToolStripStatusLabel()
|
Me.RichTextBox3 = New System.Windows.Forms.RichTextBox()
|
Me.MenuStrip1.SuspendLayout()
|
Me.GroupBox1.SuspendLayout()
|
Me.StatusStrip1.SuspendLayout()
|
Me.SuspendLayout()
|
'
|
'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(204, 76)
|
Me.RichTextBox1.Name = "RichTextBox1"
|
Me.RichTextBox1.Size = New System.Drawing.Size(1265, 644)
|
Me.RichTextBox1.TabIndex = 1
|
Me.RichTextBox1.Text = ""
|
Me.RichTextBox1.Visible = False
|
'
|
'MenuStrip1
|
'
|
Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ConversióToolStripMenuItem, Me.EditarToolStripMenuItem, Me.GenerarWordToolStripMenuItem})
|
Me.MenuStrip1.Location = New System.Drawing.Point(0, 0)
|
Me.MenuStrip1.Name = "MenuStrip1"
|
Me.MenuStrip1.Size = New System.Drawing.Size(1481, 28)
|
Me.MenuStrip1.TabIndex = 11
|
Me.MenuStrip1.Text = "MenuStrip1"
|
'
|
'ConversióToolStripMenuItem
|
'
|
Me.ConversióToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ConvertirDocumentToolStripMenuItem})
|
Me.ConversióToolStripMenuItem.Name = "ConversióToolStripMenuItem"
|
Me.ConversióToolStripMenuItem.Size = New System.Drawing.Size(86, 24)
|
Me.ConversióToolStripMenuItem.Text = "Conversió"
|
'
|
'ConvertirDocumentToolStripMenuItem
|
'
|
Me.ConvertirDocumentToolStripMenuItem.Name = "ConvertirDocumentToolStripMenuItem"
|
Me.ConvertirDocumentToolStripMenuItem.Size = New System.Drawing.Size(211, 24)
|
Me.ConvertirDocumentToolStripMenuItem.Text = "Convertir Document"
|
'
|
'EditarToolStripMenuItem
|
'
|
Me.EditarToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ObrirDocumentToolStripMenuItem, Me.GuardarToolStripMenuItem})
|
Me.EditarToolStripMenuItem.Name = "EditarToolStripMenuItem"
|
Me.EditarToolStripMenuItem.Size = New System.Drawing.Size(101, 24)
|
Me.EditarToolStripMenuItem.Text = "Editar Takes"
|
'
|
'ObrirDocumentToolStripMenuItem
|
'
|
Me.ObrirDocumentToolStripMenuItem.Name = "ObrirDocumentToolStripMenuItem"
|
Me.ObrirDocumentToolStripMenuItem.Size = New System.Drawing.Size(185, 24)
|
Me.ObrirDocumentToolStripMenuItem.Text = "Obrir Document"
|
'
|
'GuardarToolStripMenuItem
|
'
|
Me.GuardarToolStripMenuItem.Name = "GuardarToolStripMenuItem"
|
Me.GuardarToolStripMenuItem.Size = New System.Drawing.Size(185, 24)
|
Me.GuardarToolStripMenuItem.Text = "Guardar"
|
'
|
'GenerarWordToolStripMenuItem
|
'
|
Me.GenerarWordToolStripMenuItem.Name = "GenerarWordToolStripMenuItem"
|
Me.GenerarWordToolStripMenuItem.Size = New System.Drawing.Size(114, 24)
|
Me.GenerarWordToolStripMenuItem.Text = "Generar Word"
|
'
|
'Label1
|
'
|
Me.Label1.AutoSize = True
|
Me.Label1.Location = New System.Drawing.Point(201, 43)
|
Me.Label1.Name = "Label1"
|
Me.Label1.Size = New System.Drawing.Size(222, 17)
|
Me.Label1.TabIndex = 12
|
Me.Label1.Text = "Visualització Previa a la conversió"
|
Me.Label1.Visible = False
|
'
|
'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, 76)
|
Me.GroupBox1.Name = "GroupBox1"
|
Me.GroupBox1.Size = New System.Drawing.Size(172, 193)
|
Me.GroupBox1.TabIndex = 25
|
Me.GroupBox1.TabStop = False
|
Me.GroupBox1.Text = "Opcions per insertar"
|
Me.GroupBox1.Visible = False
|
'
|
'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.Enabled = False
|
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.Enabled = False
|
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.Enabled = False
|
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.Enabled = False
|
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.Enabled = False
|
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.Enabled = False
|
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
|
'
|
'StatusStrip1
|
'
|
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripStatusLabel1})
|
Me.StatusStrip1.Location = New System.Drawing.Point(0, 737)
|
Me.StatusStrip1.Name = "StatusStrip1"
|
Me.StatusStrip1.Size = New System.Drawing.Size(1481, 22)
|
Me.StatusStrip1.TabIndex = 26
|
Me.StatusStrip1.Text = "StatusStrip1"
|
'
|
'ToolStripStatusLabel1
|
'
|
Me.ToolStripStatusLabel1.Name = "ToolStripStatusLabel1"
|
Me.ToolStripStatusLabel1.Size = New System.Drawing.Size(0, 17)
|
'
|
'RichTextBox3
|
'
|
Me.RichTextBox3.Location = New System.Drawing.Point(41, 525)
|
Me.RichTextBox3.Name = "RichTextBox3"
|
Me.RichTextBox3.Size = New System.Drawing.Size(138, 96)
|
Me.RichTextBox3.TabIndex = 27
|
Me.RichTextBox3.Text = ""
|
Me.RichTextBox3.Visible = False
|
'
|
'Form1
|
'
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 16.0!)
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
Me.AutoSize = True
|
Me.ClientSize = New System.Drawing.Size(1481, 759)
|
Me.Controls.Add(Me.RichTextBox3)
|
Me.Controls.Add(Me.StatusStrip1)
|
Me.Controls.Add(Me.GroupBox1)
|
Me.Controls.Add(Me.Label1)
|
Me.Controls.Add(Me.RichTextBox1)
|
Me.Controls.Add(Me.MenuStrip1)
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D
|
Me.MainMenuStrip = Me.MenuStrip1
|
Me.MaximizeBox = False
|
Me.MinimizeBox = False
|
Me.Name = "Form1"
|
Me.Text = "Takeiteasy"
|
Me.MenuStrip1.ResumeLayout(False)
|
Me.MenuStrip1.PerformLayout()
|
Me.GroupBox1.ResumeLayout(False)
|
Me.GroupBox1.PerformLayout()
|
Me.StatusStrip1.ResumeLayout(False)
|
Me.StatusStrip1.PerformLayout()
|
Me.ResumeLayout(False)
|
Me.PerformLayout()
|
|
End Sub
|
Friend WithEvents RichTextBox1 As System.Windows.Forms.RichTextBox
|
Friend WithEvents MenuStrip1 As System.Windows.Forms.MenuStrip
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
|
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 Timer1 As System.Windows.Forms.Timer
|
Friend WithEvents ConversióToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
Friend WithEvents ConvertirDocumentToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
Friend WithEvents EditarToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
Friend WithEvents ObrirDocumentToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
Friend WithEvents GuardarToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
Friend WithEvents GenerarWordToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip
|
Friend WithEvents ToolStripStatusLabel1 As System.Windows.Forms.ToolStripStatusLabel
|
Friend WithEvents RichTextBox3 As System.Windows.Forms.RichTextBox
|
|
End Class
|