Exferia/Exferia_Controles/Exferia_Controles/Exferia_RichTextBox_ConBoto...

603 lines
36 KiB
C#

namespace Exferia_Controles
{
partial class Exferia_RichTextBox_ConBotones
{
/// <summary>
/// Variable del diseñador necesaria.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Limpiar los recursos que se estén usando.
/// </summary>
/// <param name="disposing">true si los recursos administrados se deben desechar; false en caso contrario.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Código generado por el Diseñador de componentes
/// <summary>
/// Método necesario para admitir el Diseñador. No se puede modificar
/// el contenido de este método con el editor de código.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Exferia_RichTextBox_ConBotones));
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.pegarToolStripButton = new System.Windows.Forms.ToolStripButton();
this.copiarToolStripButton = new System.Windows.Forms.ToolStripButton();
this.cortarToolStripButton = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.cbo_Fuente_Nombre = new System.Windows.Forms.ToolStripComboBox();
this.cbo_Fuente_Dimension = new System.Windows.Forms.ToolStripComboBox();
this.btn_Aumentar = new System.Windows.Forms.ToolStripButton();
this.btn_Disminuir = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.btn_Negrita = new System.Windows.Forms.ToolStripButton();
this.btn_Italica = new System.Windows.Forms.ToolStripButton();
this.btn_Subrayado = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
this.btn_Tachado = new System.Windows.Forms.ToolStripButton();
this.btn_Subindice = new System.Windows.Forms.ToolStripButton();
this.btn_Superindice = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.btn_Justificado_Izquierda = new System.Windows.Forms.ToolStripButton();
this.btn_Justificado_Centrado = new System.Windows.Forms.ToolStripButton();
this.btn_Justificado_Derecha = new System.Windows.Forms.ToolStripButton();
this.btn_Justificado_Completo = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
this.btn_Listado = new System.Windows.Forms.ToolStripButton();
this.btn_ListadoNumerico = new System.Windows.Forms.ToolStripButton();
this.toolStrip2 = new System.Windows.Forms.ToolStrip();
this.btn_AgregarIdentacion = new System.Windows.Forms.ToolStripButton();
this.btn_QuitarIdentacion = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
this.btn_ColorLetra = new System.Windows.Forms.ToolStripButton();
this.btn_Dialog_ColorLetra = new System.Windows.Forms.ToolStripButton();
this.btn_ColorFondo = new System.Windows.Forms.ToolStripButton();
this.btn_Dialog_ColorFondo = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
this.btn_Sombreado = new System.Windows.Forms.ToolStripButton();
this.btn_Dialog_ColorSombreado = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
this.ex_cbo_Fuentes_Dimension = new Exferia_Controles.Exferia_ComboBox();
this.ex_cbo_Fuentes_Nombre = new Exferia_Controles.Exferia_ComboBox();
this.ex_rtb_Texto = new Exferia_Controles.Exferia_RichTextBox();
this.toolStrip1.SuspendLayout();
this.toolStrip2.SuspendLayout();
this.SuspendLayout();
//
// toolStrip1
//
this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.pegarToolStripButton,
this.copiarToolStripButton,
this.cortarToolStripButton,
this.toolStripSeparator2,
this.cbo_Fuente_Nombre,
this.cbo_Fuente_Dimension,
this.btn_Aumentar,
this.btn_Disminuir,
this.toolStripSeparator1,
this.btn_Negrita,
this.btn_Italica,
this.btn_Subrayado,
this.toolStripSeparator4,
this.btn_Tachado,
this.btn_Subindice,
this.btn_Superindice,
this.toolStripSeparator3,
this.btn_Justificado_Izquierda,
this.btn_Justificado_Centrado,
this.btn_Justificado_Derecha,
this.btn_Justificado_Completo,
this.toolStripSeparator5,
this.btn_Listado,
this.btn_ListadoNumerico});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(677, 25);
this.toolStrip1.TabIndex = 27;
this.toolStrip1.Text = "toolStrip1";
//
// pegarToolStripButton
//
this.pegarToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.pegarToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("pegarToolStripButton.Image")));
this.pegarToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.pegarToolStripButton.Name = "pegarToolStripButton";
this.pegarToolStripButton.Size = new System.Drawing.Size(23, 22);
this.pegarToolStripButton.Text = "&Pegar";
this.pegarToolStripButton.ToolTipText = "Pegar (Ctrl + V)";
this.pegarToolStripButton.Click += new System.EventHandler(this.btn_Pegar_Click);
//
// copiarToolStripButton
//
this.copiarToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.copiarToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("copiarToolStripButton.Image")));
this.copiarToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.copiarToolStripButton.Name = "copiarToolStripButton";
this.copiarToolStripButton.Size = new System.Drawing.Size(23, 22);
this.copiarToolStripButton.Text = "&Copiar";
this.copiarToolStripButton.ToolTipText = "Copiar (Ctrl + C)";
this.copiarToolStripButton.Click += new System.EventHandler(this.btn_Copiar_Click);
//
// cortarToolStripButton
//
this.cortarToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.cortarToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("cortarToolStripButton.Image")));
this.cortarToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.cortarToolStripButton.Name = "cortarToolStripButton";
this.cortarToolStripButton.Size = new System.Drawing.Size(23, 22);
this.cortarToolStripButton.Text = "Cort&ar";
this.cortarToolStripButton.ToolTipText = "Cortar (Ctrl + X)";
this.cortarToolStripButton.Click += new System.EventHandler(this.btn_Cortar_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
//
// cbo_Fuente_Nombre
//
this.cbo_Fuente_Nombre.Enabled = false;
this.cbo_Fuente_Nombre.Name = "cbo_Fuente_Nombre";
this.cbo_Fuente_Nombre.Size = new System.Drawing.Size(140, 25);
this.cbo_Fuente_Nombre.ToolTipText = "Fuente";
//
// cbo_Fuente_Dimension
//
this.cbo_Fuente_Dimension.Enabled = false;
this.cbo_Fuente_Dimension.Name = "cbo_Fuente_Dimension";
this.cbo_Fuente_Dimension.Size = new System.Drawing.Size(75, 25);
this.cbo_Fuente_Dimension.ToolTipText = "Tamaño de Fuente";
//
// btn_Aumentar
//
this.btn_Aumentar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.btn_Aumentar.Image = ((System.Drawing.Image)(resources.GetObject("btn_Aumentar.Image")));
this.btn_Aumentar.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btn_Aumentar.Name = "btn_Aumentar";
this.btn_Aumentar.Size = new System.Drawing.Size(23, 22);
this.btn_Aumentar.Text = "toolStripButton1";
this.btn_Aumentar.ToolTipText = "Aumentar fuente";
this.btn_Aumentar.Click += new System.EventHandler(this.btn_Aumentar_Click);
//
// btn_Disminuir
//
this.btn_Disminuir.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.btn_Disminuir.Image = ((System.Drawing.Image)(resources.GetObject("btn_Disminuir.Image")));
this.btn_Disminuir.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btn_Disminuir.Name = "btn_Disminuir";
this.btn_Disminuir.Size = new System.Drawing.Size(23, 22);
this.btn_Disminuir.Text = "toolStripButton2";
this.btn_Disminuir.ToolTipText = "Disminuir fuente";
this.btn_Disminuir.Click += new System.EventHandler(this.btn_Disminuir_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
//
// btn_Negrita
//
this.btn_Negrita.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.btn_Negrita.Image = ((System.Drawing.Image)(resources.GetObject("btn_Negrita.Image")));
this.btn_Negrita.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btn_Negrita.Name = "btn_Negrita";
this.btn_Negrita.Size = new System.Drawing.Size(23, 22);
this.btn_Negrita.Text = "toolStripButton1";
this.btn_Negrita.ToolTipText = "Negrita (Ctrl + N)";
this.btn_Negrita.Click += new System.EventHandler(this.btn_Negrita_Click);
//
// btn_Italica
//
this.btn_Italica.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.btn_Italica.Image = ((System.Drawing.Image)(resources.GetObject("btn_Italica.Image")));
this.btn_Italica.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btn_Italica.Name = "btn_Italica";
this.btn_Italica.Size = new System.Drawing.Size(23, 22);
this.btn_Italica.Text = "toolStripButton2";
this.btn_Italica.ToolTipText = "Cursiva (Ctrl + K)";
this.btn_Italica.Click += new System.EventHandler(this.btn_Italica_Click);
//
// btn_Subrayado
//
this.btn_Subrayado.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.btn_Subrayado.Image = ((System.Drawing.Image)(resources.GetObject("btn_Subrayado.Image")));
this.btn_Subrayado.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btn_Subrayado.Name = "btn_Subrayado";
this.btn_Subrayado.Size = new System.Drawing.Size(23, 22);
this.btn_Subrayado.Text = "toolStripButton3";
this.btn_Subrayado.ToolTipText = "Subrayado (Ctrl + S)";
this.btn_Subrayado.Click += new System.EventHandler(this.btn_Subrayado_Click);
//
// toolStripSeparator4
//
this.toolStripSeparator4.Name = "toolStripSeparator4";
this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
//
// btn_Tachado
//
this.btn_Tachado.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.btn_Tachado.Image = ((System.Drawing.Image)(resources.GetObject("btn_Tachado.Image")));
this.btn_Tachado.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btn_Tachado.Name = "btn_Tachado";
this.btn_Tachado.Size = new System.Drawing.Size(23, 22);
this.btn_Tachado.Text = "toolStripButton1";
this.btn_Tachado.ToolTipText = "Tachado";
this.btn_Tachado.Click += new System.EventHandler(this.btn_Tachado_Click);
//
// btn_Subindice
//
this.btn_Subindice.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.btn_Subindice.Image = ((System.Drawing.Image)(resources.GetObject("btn_Subindice.Image")));
this.btn_Subindice.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btn_Subindice.Name = "btn_Subindice";
this.btn_Subindice.Size = new System.Drawing.Size(23, 22);
this.btn_Subindice.Text = "toolStripButton1";
this.btn_Subindice.ToolTipText = "Subindice";
this.btn_Subindice.Click += new System.EventHandler(this.btn_Subindice_Click);
//
// btn_Superindice
//
this.btn_Superindice.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.btn_Superindice.Image = ((System.Drawing.Image)(resources.GetObject("btn_Superindice.Image")));
this.btn_Superindice.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btn_Superindice.Name = "btn_Superindice";
this.btn_Superindice.Size = new System.Drawing.Size(23, 22);
this.btn_Superindice.Text = "toolStripButton1";
this.btn_Superindice.ToolTipText = "Superindice";
this.btn_Superindice.Click += new System.EventHandler(this.btn_Superindice_Click);
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
//
// btn_Justificado_Izquierda
//
this.btn_Justificado_Izquierda.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.btn_Justificado_Izquierda.Image = ((System.Drawing.Image)(resources.GetObject("btn_Justificado_Izquierda.Image")));
this.btn_Justificado_Izquierda.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btn_Justificado_Izquierda.Name = "btn_Justificado_Izquierda";
this.btn_Justificado_Izquierda.Size = new System.Drawing.Size(23, 22);
this.btn_Justificado_Izquierda.Text = "toolStripButton3";
this.btn_Justificado_Izquierda.ToolTipText = "Justificado izquierda";
this.btn_Justificado_Izquierda.Click += new System.EventHandler(this.btn_Justificado_Izquierda_Click);
//
// btn_Justificado_Centrado
//
this.btn_Justificado_Centrado.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.btn_Justificado_Centrado.Image = ((System.Drawing.Image)(resources.GetObject("btn_Justificado_Centrado.Image")));
this.btn_Justificado_Centrado.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btn_Justificado_Centrado.Name = "btn_Justificado_Centrado";
this.btn_Justificado_Centrado.Size = new System.Drawing.Size(23, 22);
this.btn_Justificado_Centrado.Text = "toolStripButton4";
this.btn_Justificado_Centrado.ToolTipText = "Jutificado Centro";
this.btn_Justificado_Centrado.Click += new System.EventHandler(this.btn_Justificado_Centrado_Click);
//
// btn_Justificado_Derecha
//
this.btn_Justificado_Derecha.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.btn_Justificado_Derecha.Image = ((System.Drawing.Image)(resources.GetObject("btn_Justificado_Derecha.Image")));
this.btn_Justificado_Derecha.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btn_Justificado_Derecha.Name = "btn_Justificado_Derecha";
this.btn_Justificado_Derecha.Size = new System.Drawing.Size(23, 22);
this.btn_Justificado_Derecha.Text = "toolStripButton5";
this.btn_Justificado_Derecha.ToolTipText = "Justificado derecha";
this.btn_Justificado_Derecha.Click += new System.EventHandler(this.btn_Justificado_Derecha_Click);
//
// btn_Justificado_Completo
//
this.btn_Justificado_Completo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.btn_Justificado_Completo.Image = ((System.Drawing.Image)(resources.GetObject("btn_Justificado_Completo.Image")));
this.btn_Justificado_Completo.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btn_Justificado_Completo.Name = "btn_Justificado_Completo";
this.btn_Justificado_Completo.Size = new System.Drawing.Size(23, 22);
this.btn_Justificado_Completo.Text = "toolStripButton6";
this.btn_Justificado_Completo.ToolTipText = "Justificado completo";
this.btn_Justificado_Completo.Click += new System.EventHandler(this.btn_Justificado_Completo_Click);
//
// toolStripSeparator5
//
this.toolStripSeparator5.Name = "toolStripSeparator5";
this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25);
//
// btn_Listado
//
this.btn_Listado.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.btn_Listado.Image = ((System.Drawing.Image)(resources.GetObject("btn_Listado.Image")));
this.btn_Listado.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btn_Listado.Name = "btn_Listado";
this.btn_Listado.Size = new System.Drawing.Size(23, 22);
this.btn_Listado.Text = "toolStripButton4";
this.btn_Listado.ToolTipText = "Listado";
this.btn_Listado.Click += new System.EventHandler(this.btn_Listado_Click);
//
// btn_ListadoNumerico
//
this.btn_ListadoNumerico.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.btn_ListadoNumerico.Image = ((System.Drawing.Image)(resources.GetObject("btn_ListadoNumerico.Image")));
this.btn_ListadoNumerico.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btn_ListadoNumerico.Name = "btn_ListadoNumerico";
this.btn_ListadoNumerico.Size = new System.Drawing.Size(23, 22);
this.btn_ListadoNumerico.Text = "toolStripButton1";
this.btn_ListadoNumerico.Click += new System.EventHandler(this.btn_ListadoNumerico_Click);
//
// toolStrip2
//
this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.btn_AgregarIdentacion,
this.btn_QuitarIdentacion,
this.toolStripSeparator6,
this.btn_ColorLetra,
this.btn_Dialog_ColorLetra,
this.btn_ColorFondo,
this.btn_Dialog_ColorFondo,
this.toolStripSeparator7,
this.btn_Sombreado,
this.btn_Dialog_ColorSombreado,
this.toolStripSeparator8});
this.toolStrip2.Location = new System.Drawing.Point(0, 25);
this.toolStrip2.Name = "toolStrip2";
this.toolStrip2.Size = new System.Drawing.Size(677, 25);
this.toolStrip2.TabIndex = 31;
this.toolStrip2.Text = "toolStrip2";
//
// btn_AgregarIdentacion
//
this.btn_AgregarIdentacion.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.btn_AgregarIdentacion.Image = ((System.Drawing.Image)(resources.GetObject("btn_AgregarIdentacion.Image")));
this.btn_AgregarIdentacion.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btn_AgregarIdentacion.Name = "btn_AgregarIdentacion";
this.btn_AgregarIdentacion.Size = new System.Drawing.Size(23, 22);
this.btn_AgregarIdentacion.Text = "toolStripButton1";
this.btn_AgregarIdentacion.Click += new System.EventHandler(this.btn_AgregarIdentacion_Click);
//
// btn_QuitarIdentacion
//
this.btn_QuitarIdentacion.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.btn_QuitarIdentacion.Image = ((System.Drawing.Image)(resources.GetObject("btn_QuitarIdentacion.Image")));
this.btn_QuitarIdentacion.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btn_QuitarIdentacion.Name = "btn_QuitarIdentacion";
this.btn_QuitarIdentacion.Size = new System.Drawing.Size(23, 22);
this.btn_QuitarIdentacion.Text = "toolStripButton2";
this.btn_QuitarIdentacion.Click += new System.EventHandler(this.btn_QuitarIdentacion_Click);
//
// toolStripSeparator6
//
this.toolStripSeparator6.Name = "toolStripSeparator6";
this.toolStripSeparator6.Size = new System.Drawing.Size(6, 25);
//
// btn_ColorLetra
//
this.btn_ColorLetra.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.btn_ColorLetra.Image = ((System.Drawing.Image)(resources.GetObject("btn_ColorLetra.Image")));
this.btn_ColorLetra.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btn_ColorLetra.Name = "btn_ColorLetra";
this.btn_ColorLetra.Size = new System.Drawing.Size(23, 22);
this.btn_ColorLetra.Text = "toolStripButton1";
this.btn_ColorLetra.Click += new System.EventHandler(this.btn_ColorLetra_Click);
//
// btn_Dialog_ColorLetra
//
this.btn_Dialog_ColorLetra.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.btn_Dialog_ColorLetra.Image = ((System.Drawing.Image)(resources.GetObject("btn_Dialog_ColorLetra.Image")));
this.btn_Dialog_ColorLetra.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btn_Dialog_ColorLetra.Name = "btn_Dialog_ColorLetra";
this.btn_Dialog_ColorLetra.Size = new System.Drawing.Size(23, 22);
this.btn_Dialog_ColorLetra.Text = "toolStripButton1";
this.btn_Dialog_ColorLetra.Click += new System.EventHandler(this.btn_Dialog_ColorLetra_Click);
//
// btn_ColorFondo
//
this.btn_ColorFondo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.btn_ColorFondo.Image = ((System.Drawing.Image)(resources.GetObject("btn_ColorFondo.Image")));
this.btn_ColorFondo.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btn_ColorFondo.Name = "btn_ColorFondo";
this.btn_ColorFondo.Size = new System.Drawing.Size(23, 22);
this.btn_ColorFondo.Text = "toolStripButton2";
this.btn_ColorFondo.Click += new System.EventHandler(this.btn_ColorFondo_Click);
//
// btn_Dialog_ColorFondo
//
this.btn_Dialog_ColorFondo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.btn_Dialog_ColorFondo.Image = ((System.Drawing.Image)(resources.GetObject("btn_Dialog_ColorFondo.Image")));
this.btn_Dialog_ColorFondo.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btn_Dialog_ColorFondo.Name = "btn_Dialog_ColorFondo";
this.btn_Dialog_ColorFondo.Size = new System.Drawing.Size(23, 22);
this.btn_Dialog_ColorFondo.Text = "toolStripButton1";
this.btn_Dialog_ColorFondo.Click += new System.EventHandler(this.btn_Dialog_ColorFondo_Click);
//
// toolStripSeparator7
//
this.toolStripSeparator7.Name = "toolStripSeparator7";
this.toolStripSeparator7.Size = new System.Drawing.Size(6, 25);
//
// btn_Sombreado
//
this.btn_Sombreado.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.btn_Sombreado.Image = ((System.Drawing.Image)(resources.GetObject("btn_Sombreado.Image")));
this.btn_Sombreado.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btn_Sombreado.Name = "btn_Sombreado";
this.btn_Sombreado.Size = new System.Drawing.Size(23, 22);
this.btn_Sombreado.Text = "toolStripButton1";
this.btn_Sombreado.ToolTipText = "Sombreado";
this.btn_Sombreado.Click += new System.EventHandler(this.btn_Sombreado_Click);
//
// btn_Dialog_ColorSombreado
//
this.btn_Dialog_ColorSombreado.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.btn_Dialog_ColorSombreado.Image = ((System.Drawing.Image)(resources.GetObject("btn_Dialog_ColorSombreado.Image")));
this.btn_Dialog_ColorSombreado.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btn_Dialog_ColorSombreado.Name = "btn_Dialog_ColorSombreado";
this.btn_Dialog_ColorSombreado.Size = new System.Drawing.Size(23, 22);
this.btn_Dialog_ColorSombreado.Text = "toolStripButton1";
this.btn_Dialog_ColorSombreado.Click += new System.EventHandler(this.btn_Dialog_ColorSombreado_Click);
//
// toolStripSeparator8
//
this.toolStripSeparator8.Name = "toolStripSeparator8";
this.toolStripSeparator8.Size = new System.Drawing.Size(6, 25);
//
// ex_cbo_Fuentes_Dimension
//
this.ex_cbo_Fuentes_Dimension.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.ex_cbo_Fuentes_Dimension.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.ex_cbo_Fuentes_Dimension.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.ex_cbo_Fuentes_Dimension.Exferia_ComboBox_Bloqueable = true;
this.ex_cbo_Fuentes_Dimension.Exferia_ComboBox_BorderColor = System.Drawing.Color.Black;
this.ex_cbo_Fuentes_Dimension.Exferia_ComboBox_BorderStyle = System.Windows.Forms.ButtonBorderStyle.Solid;
this.ex_cbo_Fuentes_Dimension.Exferia_ComboBox_Obligatorio = false;
this.ex_cbo_Fuentes_Dimension.FormattingEnabled = true;
this.ex_cbo_Fuentes_Dimension.Items.AddRange(new object[] {
"8",
"9",
"10",
"11",
"12",
"14",
"15",
"16",
"18",
"20",
"22",
"24",
"26",
"28",
"36",
"48",
"72"});
this.ex_cbo_Fuentes_Dimension.Location = new System.Drawing.Point(217, 2);
this.ex_cbo_Fuentes_Dimension.Name = "ex_cbo_Fuentes_Dimension";
this.ex_cbo_Fuentes_Dimension.Size = new System.Drawing.Size(75, 21);
this.ex_cbo_Fuentes_Dimension.TabIndex = 30;
this.ex_cbo_Fuentes_Dimension.SelectionChangeCommitted += new System.EventHandler(this.ex_cbo_Fuentes_Dimension_SelectionChangeCommitted);
//
// ex_cbo_Fuentes_Nombre
//
this.ex_cbo_Fuentes_Nombre.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.ex_cbo_Fuentes_Nombre.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.ex_cbo_Fuentes_Nombre.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.ex_cbo_Fuentes_Nombre.Exferia_ComboBox_Bloqueable = true;
this.ex_cbo_Fuentes_Nombre.Exferia_ComboBox_BorderColor = System.Drawing.Color.Black;
this.ex_cbo_Fuentes_Nombre.Exferia_ComboBox_BorderStyle = System.Windows.Forms.ButtonBorderStyle.Solid;
this.ex_cbo_Fuentes_Nombre.Exferia_ComboBox_Obligatorio = false;
this.ex_cbo_Fuentes_Nombre.FormattingEnabled = true;
this.ex_cbo_Fuentes_Nombre.Location = new System.Drawing.Point(75, 2);
this.ex_cbo_Fuentes_Nombre.Name = "ex_cbo_Fuentes_Nombre";
this.ex_cbo_Fuentes_Nombre.Size = new System.Drawing.Size(140, 21);
this.ex_cbo_Fuentes_Nombre.TabIndex = 29;
this.ex_cbo_Fuentes_Nombre.SelectionChangeCommitted += new System.EventHandler(this.ex_cbo_Fuentes_Nombre_SelectionChangeCommitted);
//
// ex_rtb_Texto
//
this.ex_rtb_Texto.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.ex_rtb_Texto.Exferia_RichTexBox_CharOffset = 0;
this.ex_rtb_Texto.Exferia_RichTextBox_Aligment = System.Windows.Forms.HorizontalAlignment.Left;
this.ex_rtb_Texto.Exferia_RichTextBox_BordeColor_Foco = System.Drawing.Color.Red;
this.ex_rtb_Texto.Exferia_RichTextBox_BordeColor_Normal = System.Drawing.Color.Black;
this.ex_rtb_Texto.Exferia_RichTextBox_Fondo = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.ex_rtb_Texto.Exferia_RichTextBox_Lines = new string[0];
this.ex_rtb_Texto.Exferia_RichTextBox_MaxLength = 2147483647;
this.ex_rtb_Texto.Exferia_RichTextBox_Multiline = true;
this.ex_rtb_Texto.Exferia_RichTextBox_NoBloquear = true;
this.ex_rtb_Texto.Exferia_RichTextBox_Obligatorio = false;
this.ex_rtb_Texto.Exferia_RichTextBox_ReadOnly = false;
this.ex_rtb_Texto.Exferia_RichTextBox_RTF = "{\\rtf1\\ansi\\ansicpg1252\\deff0\\deflang3082{\\fonttbl{\\f0\\fnil\\fcharset0 Microsoft S" +
"ans Serif;}}\r\n\\viewkind4\\uc1\\pard\\f0\\fs17\\par\r\n}\r\n";
this.ex_rtb_Texto.Exferia_RichTextBox_ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Both;
this.ex_rtb_Texto.Exferia_RichTextBox_SelectedText = "";
this.ex_rtb_Texto.Exferia_RichTextBox_SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.ex_rtb_Texto.Exferia_RichTextBox_SelectionBullet = false;
this.ex_rtb_Texto.Exferia_RichTextBox_SelectionColor = System.Drawing.Color.Black;
this.ex_rtb_Texto.Exferia_RichTextBox_SelectionFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ex_rtb_Texto.Exferia_RichTextBox_SelectionIndent = 0;
this.ex_rtb_Texto.Exferia_RichTextBox_SelectionLength = 0;
this.ex_rtb_Texto.Exferia_RichTextBox_SelectionStart = 0;
this.ex_rtb_Texto.Exferia_RichTextBox_TabStop_Txt = true;
this.ex_rtb_Texto.Exferia_RichTextBox_Texto_Inicial = "";
this.ex_rtb_Texto.Location = new System.Drawing.Point(0, 53);
this.ex_rtb_Texto.Name = "ex_rtb_Texto";
this.ex_rtb_Texto.Padding = new System.Windows.Forms.Padding(2);
this.ex_rtb_Texto.Size = new System.Drawing.Size(677, 174);
this.ex_rtb_Texto.TabIndex = 0;
this.ex_rtb_Texto.Exferia_RichTextBox_Evento_KeyUp += new System.Windows.Forms.KeyEventHandler(this.ex_rtb_Texto_Exferia_RichTextBox_Evento_KeyUp);
this.ex_rtb_Texto.Exferia_RichTextBox_Evento_TextChanged += new System.EventHandler(this.ex_rtb_Texto_Exferia_RichTextBox_Evento_TextChanged);
this.ex_rtb_Texto.Exferia_RichTextBox_Evento_GotFocus += new System.EventHandler(this.ex_rtb_Texto_Exferia_RichTextBox_Evento_GotFocus);
//
// Exferia_RichTextBox_ConBotones
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.toolStrip2);
this.Controls.Add(this.ex_cbo_Fuentes_Dimension);
this.Controls.Add(this.ex_cbo_Fuentes_Nombre);
this.Controls.Add(this.ex_rtb_Texto);
this.Controls.Add(this.toolStrip1);
this.Name = "Exferia_RichTextBox_ConBotones";
this.Size = new System.Drawing.Size(677, 227);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.toolStrip2.ResumeLayout(false);
this.toolStrip2.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Exferia_RichTextBox ex_rtb_Texto;
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripComboBox cbo_Fuente_Nombre;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripButton btn_Negrita;
private System.Windows.Forms.ToolStripButton btn_Italica;
private System.Windows.Forms.ToolStripButton btn_Subrayado;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
private System.Windows.Forms.ToolStripButton btn_Justificado_Izquierda;
private System.Windows.Forms.ToolStripButton btn_Justificado_Centrado;
private System.Windows.Forms.ToolStripButton btn_Justificado_Derecha;
private System.Windows.Forms.ToolStripButton btn_Justificado_Completo;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
private System.Windows.Forms.ToolStripButton btn_Listado;
private System.Windows.Forms.ToolStripComboBox cbo_Fuente_Dimension;
private System.Windows.Forms.ToolStripButton btn_Aumentar;
private System.Windows.Forms.ToolStripButton btn_Disminuir;
private System.Windows.Forms.ToolStripButton btn_Tachado;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.ToolStripButton btn_Subindice;
private System.Windows.Forms.ToolStripButton btn_Superindice;
private Exferia_ComboBox ex_cbo_Fuentes_Nombre;
private Exferia_ComboBox ex_cbo_Fuentes_Dimension;
private System.Windows.Forms.ToolStripButton cortarToolStripButton;
private System.Windows.Forms.ToolStripButton copiarToolStripButton;
private System.Windows.Forms.ToolStripButton pegarToolStripButton;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripButton btn_ListadoNumerico;
private System.Windows.Forms.ToolStrip toolStrip2;
private System.Windows.Forms.ToolStripButton btn_AgregarIdentacion;
private System.Windows.Forms.ToolStripButton btn_QuitarIdentacion;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
private System.Windows.Forms.ToolStripButton btn_ColorLetra;
private System.Windows.Forms.ToolStripButton btn_ColorFondo;
private System.Windows.Forms.ToolStripButton btn_Dialog_ColorLetra;
private System.Windows.Forms.ToolStripButton btn_Dialog_ColorFondo;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
private System.Windows.Forms.ToolStripButton btn_Sombreado;
private System.Windows.Forms.ToolStripButton btn_Dialog_ColorSombreado;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator8;
}
}