namespace GMMessage { partial class Form1 { /// /// 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() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); this.label1 = new System.Windows.Forms.Label(); this.txtIP = new System.Windows.Forms.TextBox(); this.txtMessage = new System.Windows.Forms.TextBox(); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.txtStatus = new System.Windows.Forms.ToolStripStatusLabel(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.txtInterval = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.bxAuto = new System.Windows.Forms.CheckBox(); this.lbltimer = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.button2 = new System.Windows.Forms.Button(); this.btnStop = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.statusStrip1.SuspendLayout(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(12, 10); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(21, 13); this.label1.TabIndex = 0; this.label1.Text = "IP:"; // // txtIP // this.txtIP.Location = new System.Drawing.Point(38, 7); this.txtIP.Name = "txtIP"; this.txtIP.Size = new System.Drawing.Size(83, 20); this.txtIP.TabIndex = 2; this.txtIP.Text = "127.0.0.1"; // // txtMessage // this.txtMessage.Location = new System.Drawing.Point(15, 33); this.txtMessage.MaxLength = 250; this.txtMessage.Multiline = true; this.txtMessage.Name = "txtMessage"; this.txtMessage.Size = new System.Drawing.Size(298, 125); this.txtMessage.TabIndex = 1; // // statusStrip1 // this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.txtStatus}); this.statusStrip1.Location = new System.Drawing.Point(0, 197); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Size = new System.Drawing.Size(489, 22); this.statusStrip1.TabIndex = 4; this.statusStrip1.Text = "statusStrip1"; // // txtStatus // this.txtStatus.Name = "txtStatus"; this.txtStatus.Size = new System.Drawing.Size(42, 17); this.txtStatus.Text = "Ready."; // // timer1 // this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // groupBox1 // this.groupBox1.Controls.Add(this.lbltimer); this.groupBox1.Controls.Add(this.btnStop); this.groupBox1.Controls.Add(this.txtInterval); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.bxAuto); this.groupBox1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.groupBox1.Location = new System.Drawing.Point(322, 7); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(155, 109); this.groupBox1.TabIndex = 9; this.groupBox1.TabStop = false; this.groupBox1.Text = "Timed Message:"; // // txtInterval // this.txtInterval.Location = new System.Drawing.Point(83, 41); this.txtInterval.Name = "txtInterval"; this.txtInterval.Size = new System.Drawing.Size(53, 21); this.txtInterval.TabIndex = 11; this.txtInterval.Text = "300"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.Location = new System.Drawing.Point(6, 44); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(76, 13); this.label2.TabIndex = 10; this.label2.Text = "Interval (sec):"; // // bxAuto // this.bxAuto.AutoSize = true; this.bxAuto.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.bxAuto.Location = new System.Drawing.Point(14, 19); this.bxAuto.Name = "bxAuto"; this.bxAuto.Size = new System.Drawing.Size(76, 17); this.bxAuto.TabIndex = 9; this.bxAuto.Text = "Auto Send"; this.bxAuto.UseVisualStyleBackColor = true; // // lbltimer // this.lbltimer.AutoSize = true; this.lbltimer.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lbltimer.Location = new System.Drawing.Point(87, 20); this.lbltimer.Name = "lbltimer"; this.lbltimer.Size = new System.Drawing.Size(62, 13); this.lbltimer.TabIndex = 13; this.lbltimer.Text = "DISABLED"; this.lbltimer.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.ForeColor = System.Drawing.Color.Blue; this.label3.Location = new System.Drawing.Point(259, 161); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(226, 13); this.label3.TabIndex = 10; this.label3.Text = "GM Shout written by Csharp - KryptoDev.com"; this.label3.Click += new System.EventHandler(this.label3_Click); // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label4.Location = new System.Drawing.Point(259, 174); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(213, 13); this.label4.TabIndex = 11; this.label4.Text = "Quest editor and SHN editor also available."; // // button2 // this.button2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button2.Image = global::GMMessage.Properties.Resources._001_10; this.button2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.button2.Location = new System.Drawing.Point(12, 161); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(109, 30); this.button2.TabIndex = 12; this.button2.Text = "Send to Tray"; this.button2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // btnStop // this.btnStop.Enabled = false; this.btnStop.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnStop.Image = global::GMMessage.Properties.Resources._001_02; this.btnStop.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btnStop.Location = new System.Drawing.Point(9, 67); this.btnStop.Name = "btnStop"; this.btnStop.Size = new System.Drawing.Size(146, 36); this.btnStop.TabIndex = 12; this.btnStop.Text = "Stop"; this.btnStop.UseVisualStyleBackColor = true; this.btnStop.Click += new System.EventHandler(this.btnStop_Click); // // button1 // this.button1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button1.Image = global::GMMessage.Properties.Resources._001_18; this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.button1.Location = new System.Drawing.Point(322, 124); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(155, 34); this.button1.TabIndex = 3; this.button1.Text = "Send message / Start"; this.button1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(489, 219); this.Controls.Add(this.button2); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.groupBox1); this.Controls.Add(this.statusStrip1); this.Controls.Add(this.button1); this.Controls.Add(this.txtMessage); this.Controls.Add(this.txtIP); this.Controls.Add(this.label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.Name = "Form1"; this.Text = "GM Shout - Csharp™"; this.Load += new System.EventHandler(this.Form1_Load); this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtIP; private System.Windows.Forms.TextBox txtMessage; private System.Windows.Forms.Button button1; private System.Windows.Forms.StatusStrip statusStrip1; private System.Windows.Forms.ToolStripStatusLabel txtStatus; private System.Windows.Forms.Timer timer1; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Button btnStop; private System.Windows.Forms.TextBox txtInterval; private System.Windows.Forms.Label label2; private System.Windows.Forms.CheckBox bxAuto; private System.Windows.Forms.Label lbltimer; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Button button2; } }