namespace FilterMessenger
{
partial class Main
{
///
/// 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(Main));
this.StartSend = new System.Windows.Forms.Button();
this.Messages = new System.Windows.Forms.TextBox();
this.Send_W = new System.Windows.Forms.RadioButton();
this.Send_WM = new System.Windows.Forms.RadioButton();
this.label1 = new System.Windows.Forms.Label();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.Send_Interval = new System.Windows.Forms.NumericUpDown();
this.label2 = new System.Windows.Forms.Label();
this.AutoSend = new System.Windows.Forms.CheckBox();
this.Send_WMW = new System.Windows.Forms.RadioButton();
this.IGName = new System.Windows.Forms.TextBox();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.Send_Interval)).BeginInit();
this.SuspendLayout();
//
// StartSend
//
this.StartSend.Location = new System.Drawing.Point(352, 219);
this.StartSend.Name = "StartSend";
this.StartSend.Size = new System.Drawing.Size(120, 30);
this.StartSend.TabIndex = 11;
this.StartSend.Text = "Start/Send Message";
this.StartSend.UseVisualStyleBackColor = true;
this.StartSend.Click += new System.EventHandler(this.StartSend_Click);
//
// Messages
//
this.Messages.Location = new System.Drawing.Point(181, 97);
this.Messages.Multiline = true;
this.Messages.Name = "Messages";
this.Messages.Size = new System.Drawing.Size(297, 109);
this.Messages.TabIndex = 10;
//
// Send_W
//
this.Send_W.AutoSize = true;
this.Send_W.Location = new System.Drawing.Point(184, 48);
this.Send_W.Name = "Send_W";
this.Send_W.Size = new System.Drawing.Size(64, 17);
this.Send_W.TabIndex = 9;
this.Send_W.Text = "Whisper";
this.Send_W.UseVisualStyleBackColor = true;
//
// Send_WM
//
this.Send_WM.AutoSize = true;
this.Send_WM.Checked = true;
this.Send_WM.Location = new System.Drawing.Point(184, 25);
this.Send_WM.Name = "Send_WM";
this.Send_WM.Size = new System.Drawing.Size(99, 17);
this.Send_WM.TabIndex = 8;
this.Send_WM.TabStop = true;
this.Send_WM.Text = "World Message";
this.Send_WM.UseVisualStyleBackColor = true;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(181, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(213, 13);
this.label1.TabIndex = 7;
this.label1.Text = "Where would you like to send the message:";
//
// pictureBox1
//
this.pictureBox1.BackgroundImage = global::FilterMessenger.Properties.Resources.Echo;
this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
this.pictureBox1.Location = new System.Drawing.Point(0, 0);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(169, 261);
this.pictureBox1.TabIndex = 6;
this.pictureBox1.TabStop = false;
//
// Send_Interval
//
this.Send_Interval.Location = new System.Drawing.Point(240, 237);
this.Send_Interval.Maximum = new decimal(new int[] {
604800,
0,
0,
0});
this.Send_Interval.Name = "Send_Interval";
this.Send_Interval.Size = new System.Drawing.Size(50, 20);
this.Send_Interval.TabIndex = 12;
this.Send_Interval.Value = new decimal(new int[] {
300,
0,
0,
0});
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(175, 239);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(59, 13);
this.label2.TabIndex = 13;
this.label2.Text = "How often:";
//
// AutoSend
//
this.AutoSend.AutoSize = true;
this.AutoSend.Checked = true;
this.AutoSend.CheckState = System.Windows.Forms.CheckState.Checked;
this.AutoSend.Location = new System.Drawing.Point(181, 212);
this.AutoSend.Name = "AutoSend";
this.AutoSend.Size = new System.Drawing.Size(116, 17);
this.AutoSend.TabIndex = 14;
this.AutoSend.Text = "Automatically Send";
this.AutoSend.UseVisualStyleBackColor = true;
//
// Send_WMW
//
this.Send_WMW.AutoSize = true;
this.Send_WMW.Location = new System.Drawing.Point(254, 48);
this.Send_WMW.Name = "Send_WMW";
this.Send_WMW.Size = new System.Drawing.Size(150, 17);
this.Send_WMW.TabIndex = 15;
this.Send_WMW.Text = "World Message + Whisper";
this.Send_WMW.UseVisualStyleBackColor = true;
//
// IGName
//
this.IGName.Location = new System.Drawing.Point(181, 71);
this.IGName.MaxLength = 16;
this.IGName.Name = "IGName";
this.IGName.Size = new System.Drawing.Size(297, 20);
this.IGName.TabIndex = 16;
this.IGName.Text = "[Messenger]Gavin";
this.IGName.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// Main
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(484, 261);
this.Controls.Add(this.IGName);
this.Controls.Add(this.Send_WMW);
this.Controls.Add(this.AutoSend);
this.Controls.Add(this.label2);
this.Controls.Add(this.Send_Interval);
this.Controls.Add(this.StartSend);
this.Controls.Add(this.Messages);
this.Controls.Add(this.Send_W);
this.Controls.Add(this.Send_WM);
this.Controls.Add(this.label1);
this.Controls.Add(this.pictureBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Main";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Shown += new System.EventHandler(this.Main_Shown);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.Send_Interval)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button StartSend;
private System.Windows.Forms.TextBox Messages;
private System.Windows.Forms.RadioButton Send_W;
private System.Windows.Forms.RadioButton Send_WM;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.NumericUpDown Send_Interval;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.CheckBox AutoSend;
private System.Windows.Forms.RadioButton Send_WMW;
private System.Windows.Forms.TextBox IGName;
}
}