Client/GamerServices/Systems/Forms/FormGameDev.Designer.cs

386 lines
18 KiB
C#

namespace GamerServices {
partial class FormGameDev {
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing) {
if (disposing && (components != null)) {
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent() {
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormGameDev));
this.label1 = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.label_proc_threads = new System.Windows.Forms.Label();
this.label_proc_RAM = new System.Windows.Forms.Label();
this.label_proc_cpu = new System.Windows.Forms.Label();
this.label_proc_name = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.label_traf_avo = new System.Windows.Forms.Label();
this.label_traf_avi = new System.Windows.Forms.Label();
this.label_traf_toto = new System.Windows.Forms.Label();
this.label_traf_totin = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.textlog = new System.Windows.Forms.TextBox();
this.button2 = new System.Windows.Forms.Button();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.label9 = new System.Windows.Forms.Label();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.button4 = new System.Windows.Forms.Button();
this.textBox1 = new System.Windows.Forms.TextBox();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(15, 16);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 13);
this.label1.TabIndex = 0;
this.label1.Text = "Name: ";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.label_proc_threads);
this.groupBox1.Controls.Add(this.label_proc_RAM);
this.groupBox1.Controls.Add(this.label_proc_cpu);
this.groupBox1.Controls.Add(this.label_proc_name);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(172, 108);
this.groupBox1.TabIndex = 1;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Process";
//
// label_proc_threads
//
this.label_proc_threads.AutoSize = true;
this.label_proc_threads.Location = new System.Drawing.Point(70, 87);
this.label_proc_threads.Name = "label_proc_threads";
this.label_proc_threads.Size = new System.Drawing.Size(47, 13);
this.label_proc_threads.TabIndex = 7;
this.label_proc_threads.Text = "Dancing";
//
// label_proc_RAM
//
this.label_proc_RAM.AutoSize = true;
this.label_proc_RAM.Location = new System.Drawing.Point(70, 63);
this.label_proc_RAM.Name = "label_proc_RAM";
this.label_proc_RAM.Size = new System.Drawing.Size(49, 13);
this.label_proc_RAM.TabIndex = 6;
this.label_proc_RAM.Text = "Unicorns";
//
// label_proc_cpu
//
this.label_proc_cpu.AutoSize = true;
this.label_proc_cpu.Location = new System.Drawing.Point(70, 39);
this.label_proc_cpu.Name = "label_proc_cpu";
this.label_proc_cpu.Size = new System.Drawing.Size(32, 13);
this.label_proc_cpu.TabIndex = 5;
this.label_proc_cpu.Text = "Fluffy";
//
// label_proc_name
//
this.label_proc_name.AutoSize = true;
this.label_proc_name.Location = new System.Drawing.Point(70, 16);
this.label_proc_name.Name = "label_proc_name";
this.label_proc_name.Size = new System.Drawing.Size(28, 13);
this.label_proc_name.TabIndex = 4;
this.label_proc_name.Text = "Pink";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(15, 87);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(49, 13);
this.label4.TabIndex = 3;
this.label4.Text = "Threads:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(15, 63);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(34, 13);
this.label3.TabIndex = 2;
this.label3.Text = "RAM:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(15, 39);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(32, 13);
this.label2.TabIndex = 1;
this.label2.Text = "CPU:";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.label_traf_avo);
this.groupBox2.Controls.Add(this.label_traf_avi);
this.groupBox2.Controls.Add(this.label_traf_toto);
this.groupBox2.Controls.Add(this.label_traf_totin);
this.groupBox2.Controls.Add(this.label8);
this.groupBox2.Controls.Add(this.label7);
this.groupBox2.Controls.Add(this.label6);
this.groupBox2.Controls.Add(this.label5);
this.groupBox2.Location = new System.Drawing.Point(190, 12);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(188, 109);
this.groupBox2.TabIndex = 2;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Trafic";
//
// label_traf_avo
//
this.label_traf_avo.AutoSize = true;
this.label_traf_avo.Location = new System.Drawing.Point(92, 87);
this.label_traf_avo.Name = "label_traf_avo";
this.label_traf_avo.Size = new System.Drawing.Size(32, 13);
this.label_traf_avo.TabIndex = 11;
this.label_traf_avo.Text = "Night";
//
// label_traf_avi
//
this.label_traf_avi.AutoSize = true;
this.label_traf_avi.Location = new System.Drawing.Point(92, 63);
this.label_traf_avi.Name = "label_traf_avi";
this.label_traf_avi.Size = new System.Drawing.Size(34, 13);
this.label_traf_avi.TabIndex = 10;
this.label_traf_avi.Text = "Every";
//
// label_traf_toto
//
this.label_traf_toto.AutoSize = true;
this.label_traf_toto.Location = new System.Drawing.Point(92, 39);
this.label_traf_toto.Name = "label_traf_toto";
this.label_traf_toto.Size = new System.Drawing.Size(54, 13);
this.label_traf_toto.TabIndex = 9;
this.label_traf_toto.Text = "Rainbows";
//
// label_traf_totin
//
this.label_traf_totin.AutoSize = true;
this.label_traf_totin.Location = new System.Drawing.Point(92, 16);
this.label_traf_totin.Name = "label_traf_totin";
this.label_traf_totin.Size = new System.Drawing.Size(21, 13);
this.label_traf_totin.TabIndex = 8;
this.label_traf_totin.Text = "On";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(15, 87);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(43, 13);
this.label8.TabIndex = 3;
this.label8.Text = "Av Out:";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(15, 63);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(35, 13);
this.label7.TabIndex = 2;
this.label7.Text = "Av In:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(15, 39);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(54, 13);
this.label6.TabIndex = 1;
this.label6.Text = "Total Out:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(15, 16);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(46, 13);
this.label5.TabIndex = 0;
this.label5.Text = "Total In:";
//
// button1
//
this.button1.Location = new System.Drawing.Point(190, 293);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(188, 29);
this.button1.TabIndex = 3;
this.button1.Text = "Stop Game Developer service";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// textlog
//
this.textlog.Location = new System.Drawing.Point(12, 126);
this.textlog.Multiline = true;
this.textlog.Name = "textlog";
this.textlog.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.textlog.Size = new System.Drawing.Size(366, 161);
this.textlog.TabIndex = 4;
//
// button2
//
this.button2.Location = new System.Drawing.Point(13, 293);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(171, 29);
this.button2.TabIndex = 5;
this.button2.Text = "Reset recorded data";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// groupBox3
//
this.groupBox3.Controls.Add(this.label9);
this.groupBox3.Controls.Add(this.checkBox1);
this.groupBox3.Controls.Add(this.comboBox1);
this.groupBox3.Controls.Add(this.button4);
this.groupBox3.Controls.Add(this.textBox1);
this.groupBox3.Location = new System.Drawing.Point(384, 12);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(258, 310);
this.groupBox3.TabIndex = 6;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "Advanced Packet Sender";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(7, 20);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(225, 13);
this.label9.TabIndex = 7;
this.label9.Text = "Using this wrongly can freeze your application!";
//
// checkBox1
//
this.checkBox1.AutoSize = true;
this.checkBox1.Location = new System.Drawing.Point(10, 36);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(85, 17);
this.checkBox1.TabIndex = 6;
this.checkBox1.Text = "I understand";
this.checkBox1.UseVisualStyleBackColor = true;
this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
//
// comboBox1
//
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Location = new System.Drawing.Point(6, 283);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(84, 21);
this.comboBox1.TabIndex = 5;
this.comboBox1.Text = "Examples";
this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
//
// button4
//
this.button4.Location = new System.Drawing.Point(177, 283);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(75, 23);
this.button4.TabIndex = 4;
this.button4.Text = "Send";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(6, 55);
this.textBox1.Multiline = true;
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(246, 222);
this.textBox1.TabIndex = 0;
this.textBox1.Text = resources.GetString("textBox1.Text");
//
// FormGameDev
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(649, 334);
this.ControlBox = false;
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.button2);
this.Controls.Add(this.textlog);
this.Controls.Add(this.button1);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Name = "FormGameDev";
this.Text = "Developer Tool (SADWTPBDR)";
this.Load += new System.EventHandler(this.FormGameDev_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label_proc_threads;
private System.Windows.Forms.Label label_proc_RAM;
private System.Windows.Forms.Label label_proc_cpu;
private System.Windows.Forms.Label label_proc_name;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label_traf_avo;
private System.Windows.Forms.Label label_traf_avi;
private System.Windows.Forms.Label label_traf_toto;
private System.Windows.Forms.Label label_traf_totin;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox textlog;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.CheckBox checkBox1;
}
}