namespace CKUERA
{
partial class CampaWhats
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CampaWhats));
this.Txt_Mensaje = new System.Windows.Forms.RichTextBox();
this.label1 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.Solo_Este = new System.Windows.Forms.Label();
this.NumSolo = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// Txt_Mensaje
//
this.Txt_Mensaje.BackColor = System.Drawing.Color.White;
this.Txt_Mensaje.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.Txt_Mensaje.Location = new System.Drawing.Point(13, 14);
this.Txt_Mensaje.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.Txt_Mensaje.Name = "Txt_Mensaje";
this.Txt_Mensaje.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
this.Txt_Mensaje.Size = new System.Drawing.Size(711, 320);
this.Txt_Mensaje.TabIndex = 0;
this.Txt_Mensaje.Text = "Este es un mensaje de prueba. Le saludamos cordialmente.";
this.Txt_Mensaje.TextChanged += new System.EventHandler(this.Txt_Mensaje_TextChanged);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Arial Rounded MT Bold", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.ForeColor = System.Drawing.Color.MediumSeaGreen;
this.label1.Location = new System.Drawing.Point(12, 339);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(212, 18);
this.label1.TabIndex = 2;
this.label1.Text = "700 caracteres restantes";
//
// button1
//
this.button1.BackColor = System.Drawing.Color.MediumSeaGreen;
this.button1.FlatAppearance.BorderSize = 0;
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button1.Font = new System.Drawing.Font("Arial Rounded MT Bold", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button1.ForeColor = System.Drawing.Color.White;
this.button1.Image = ((System.Drawing.Image)(resources.GetObject("button1.Image")));
this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.button1.Location = new System.Drawing.Point(545, 344);
this.button1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(179, 42);
this.button1.TabIndex = 1;
this.button1.Text = "Enviar";
this.button1.UseVisualStyleBackColor = false;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// Solo_Este
//
this.Solo_Este.Font = new System.Drawing.Font("Arial Rounded MT Bold", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Solo_Este.ForeColor = System.Drawing.Color.MediumSeaGreen;
this.Solo_Este.Location = new System.Drawing.Point(230, 356);
this.Solo_Este.Name = "Solo_Este";
this.Solo_Este.Size = new System.Drawing.Size(309, 30);
this.Solo_Este.TabIndex = 3;
this.Solo_Este.Text = "Enviar sólo al 0985000000";
this.Solo_Este.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// NumSolo
//
this.NumSolo.AutoSize = true;
this.NumSolo.Location = new System.Drawing.Point(281, 367);
this.NumSolo.Name = "NumSolo";
this.NumSolo.Size = new System.Drawing.Size(0, 20);
this.NumSolo.TabIndex = 4;
this.NumSolo.Visible = false;
//
// CampaWhats
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(737, 396);
this.Controls.Add(this.NumSolo);
this.Controls.Add(this.Solo_Este);
this.Controls.Add(this.label1);
this.Controls.Add(this.button1);
this.Controls.Add(this.Txt_Mensaje);
this.Font = new System.Drawing.Font("Arial Narrow", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.Name = "CampaWhats";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "CampaWhats";
this.Load += new System.EventHandler(this.CampaWhats_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.RichTextBox Txt_Mensaje;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label1;
public System.Windows.Forms.Label NumSolo;
public System.Windows.Forms.Label Solo_Este;
}
}