namespace Project_Echo
{
partial class MainFrame
{
///
/// 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);
Classbinder.GetSocketWizzardInstance.Dispose();
}
#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.groupBox1 = new System.Windows.Forms.GroupBox();
this.ButtonDC = new System.Windows.Forms.Button();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.CPIClientData = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.CPIClientButtonSend = new System.Windows.Forms.Button();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.CPIServerData = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.CPIServerSendButton = new System.Windows.Forms.Button();
this.Packetlogg = new System.Windows.Forms.RichTextBox();
this.PacketloggClear = new System.Windows.Forms.Button();
this.TopBox = new System.Windows.Forms.CheckBox();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.CPIAutosendButtonStart = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.CPIAutosendPacket = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.CPIAutosendSleepTime = new System.Windows.Forms.TextBox();
this.groupBox1.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox4.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.groupBox4);
this.groupBox1.Controls.Add(this.TopBox);
this.groupBox1.Controls.Add(this.ButtonDC);
this.groupBox1.Controls.Add(this.groupBox3);
this.groupBox1.Controls.Add(this.groupBox2);
this.groupBox1.Controls.Add(this.Packetlogg);
this.groupBox1.Controls.Add(this.PacketloggClear);
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(405, 345);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Packetlogger";
//
// ButtonDC
//
this.ButtonDC.Location = new System.Drawing.Point(112, 312);
this.ButtonDC.Name = "ButtonDC";
this.ButtonDC.Size = new System.Drawing.Size(75, 23);
this.ButtonDC.TabIndex = 4;
this.ButtonDC.Text = "Disconnect";
this.ButtonDC.UseVisualStyleBackColor = true;
this.ButtonDC.Click += new System.EventHandler(this.ButtonDC_Click);
//
// groupBox3
//
this.groupBox3.Controls.Add(this.CPIClientData);
this.groupBox3.Controls.Add(this.label2);
this.groupBox3.Controls.Add(this.CPIClientButtonSend);
this.groupBox3.Location = new System.Drawing.Point(205, 105);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(194, 80);
this.groupBox3.TabIndex = 3;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "Send data to client";
//
// CPIClientData
//
this.CPIClientData.Location = new System.Drawing.Point(59, 19);
this.CPIClientData.Name = "CPIClientData";
this.CPIClientData.Size = new System.Drawing.Size(100, 20);
this.CPIClientData.TabIndex = 2;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(6, 22);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(47, 13);
this.label2.TabIndex = 1;
this.label2.Text = "Packet: ";
//
// CPIClientButtonSend
//
this.CPIClientButtonSend.Location = new System.Drawing.Point(59, 45);
this.CPIClientButtonSend.Name = "CPIClientButtonSend";
this.CPIClientButtonSend.Size = new System.Drawing.Size(75, 23);
this.CPIClientButtonSend.TabIndex = 0;
this.CPIClientButtonSend.Text = "Send";
this.CPIClientButtonSend.UseVisualStyleBackColor = true;
this.CPIClientButtonSend.Click += new System.EventHandler(this.CPIClientButtonSend_Click);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.CPIServerData);
this.groupBox2.Controls.Add(this.label1);
this.groupBox2.Controls.Add(this.CPIServerSendButton);
this.groupBox2.Location = new System.Drawing.Point(205, 19);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(194, 80);
this.groupBox2.TabIndex = 2;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Send data to server";
//
// CPIServerData
//
this.CPIServerData.Location = new System.Drawing.Point(59, 19);
this.CPIServerData.Name = "CPIServerData";
this.CPIServerData.Size = new System.Drawing.Size(100, 20);
this.CPIServerData.TabIndex = 2;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(6, 22);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(47, 13);
this.label1.TabIndex = 1;
this.label1.Text = "Packet: ";
//
// CPIServerSendButton
//
this.CPIServerSendButton.Location = new System.Drawing.Point(59, 45);
this.CPIServerSendButton.Name = "CPIServerSendButton";
this.CPIServerSendButton.Size = new System.Drawing.Size(75, 23);
this.CPIServerSendButton.TabIndex = 0;
this.CPIServerSendButton.Text = "Send";
this.CPIServerSendButton.UseVisualStyleBackColor = true;
this.CPIServerSendButton.Click += new System.EventHandler(this.CPIServerSendButton_Click);
//
// Packetlogg
//
this.Packetlogg.Location = new System.Drawing.Point(6, 19);
this.Packetlogg.Name = "Packetlogg";
this.Packetlogg.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
this.Packetlogg.Size = new System.Drawing.Size(181, 258);
this.Packetlogg.TabIndex = 1;
this.Packetlogg.Text = "";
//
// PacketloggClear
//
this.PacketloggClear.Location = new System.Drawing.Point(112, 283);
this.PacketloggClear.Name = "PacketloggClear";
this.PacketloggClear.Size = new System.Drawing.Size(75, 23);
this.PacketloggClear.TabIndex = 0;
this.PacketloggClear.Text = "Clear";
this.PacketloggClear.UseVisualStyleBackColor = true;
this.PacketloggClear.Click += new System.EventHandler(this.PacketloggClear_Click);
//
// TopBox
//
this.TopBox.AutoSize = true;
this.TopBox.Location = new System.Drawing.Point(6, 283);
this.TopBox.Name = "TopBox";
this.TopBox.Size = new System.Drawing.Size(94, 17);
this.TopBox.TabIndex = 5;
this.TopBox.Text = "Allways on top";
this.TopBox.UseVisualStyleBackColor = true;
this.TopBox.CheckedChanged += new System.EventHandler(this.TopBox_CheckedChanged);
//
// groupBox4
//
this.groupBox4.Controls.Add(this.CPIAutosendSleepTime);
this.groupBox4.Controls.Add(this.label4);
this.groupBox4.Controls.Add(this.CPIAutosendPacket);
this.groupBox4.Controls.Add(this.label3);
this.groupBox4.Controls.Add(this.CPIAutosendButtonStart);
this.groupBox4.Location = new System.Drawing.Point(205, 191);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(194, 109);
this.groupBox4.TabIndex = 6;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "Autosend!";
//
// CPIAutosendButtonStart
//
this.CPIAutosendButtonStart.Location = new System.Drawing.Point(59, 71);
this.CPIAutosendButtonStart.Name = "CPIAutosendButtonStart";
this.CPIAutosendButtonStart.Size = new System.Drawing.Size(75, 23);
this.CPIAutosendButtonStart.TabIndex = 0;
this.CPIAutosendButtonStart.Text = "Start";
this.CPIAutosendButtonStart.UseVisualStyleBackColor = true;
this.CPIAutosendButtonStart.Click += new System.EventHandler(this.CPIAutosendButtonStart_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(3, 22);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(47, 13);
this.label3.TabIndex = 2;
this.label3.Text = "Packet: ";
//
// CPIAutosendPacket
//
this.CPIAutosendPacket.Location = new System.Drawing.Point(59, 19);
this.CPIAutosendPacket.Name = "CPIAutosendPacket";
this.CPIAutosendPacket.Size = new System.Drawing.Size(100, 20);
this.CPIAutosendPacket.TabIndex = 3;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(2, 48);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(48, 13);
this.label4.TabIndex = 4;
this.label4.Text = "Timeout:";
//
// CPIAutosendSleepTime
//
this.CPIAutosendSleepTime.Location = new System.Drawing.Point(59, 45);
this.CPIAutosendSleepTime.Name = "CPIAutosendSleepTime";
this.CPIAutosendSleepTime.Size = new System.Drawing.Size(100, 20);
this.CPIAutosendSleepTime.TabIndex = 5;
//
// MainFrame
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(429, 367);
this.Controls.Add(this.groupBox1);
this.Name = "MainFrame";
this.Text = "Project Echo";
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.RichTextBox Packetlogg;
private System.Windows.Forms.Button PacketloggClear;
private System.Windows.Forms.Button ButtonDC;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.TextBox CPIClientData;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button CPIClientButtonSend;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.TextBox CPIServerData;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button CPIServerSendButton;
private System.Windows.Forms.CheckBox TopBox;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.TextBox CPIAutosendPacket;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button CPIAutosendButtonStart;
private System.Windows.Forms.TextBox CPIAutosendSleepTime;
private System.Windows.Forms.Label label4;
}
}