KEMBAR78
Message | PDF | Computing | Computer Programming
0% found this document useful (0 votes)
48 views13 pages

Message

The document contains code for a Windows Forms application, including the initialization of various UI components such as buttons, labels, and panels. It includes methods for resource management and event handling for button clicks. The UI appears to be designed for a spoofing tool, with elements indicating status and options related to motherboard settings.

Uploaded by

ahmedkasse13
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
48 views13 pages

Message

The document contains code for a Windows Forms application, including the initialization of various UI components such as buttons, labels, and panels. It includes methods for resource management and event handling for button clicks. The UI appears to be designed for a spoofing tool, with elements indicating status and options related to motherboard settings.

Uploaded by

ahmedkasse13
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 13

/// <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(Form1));
this.guna2Separator2 = new Guna.UI2.WinForms.Guna2Separator();
this.guna2Button1 = new Guna.UI2.WinForms.Guna2Button();
this.guna2ShadowPanel1 = new Guna.UI2.WinForms.Guna2ShadowPanel();
this.guna2PictureBox1 = new Guna.UI2.WinForms.Guna2PictureBox();
this.label15 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.guna2ShadowPanel2 = new Guna.UI2.WinForms.Guna2ShadowPanel();
this.label9 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.guna2ShadowPanel4 = new Guna.UI2.WinForms.Guna2ShadowPanel();
this.guna2ShadowPanel3 = new Guna.UI2.WinForms.Guna2ShadowPanel();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.guna2Button3 = new Guna.UI2.WinForms.Guna2Button();
this.guna2Button2 = new Guna.UI2.WinForms.Guna2Button();
this.guna2ShadowPanel5 = new Guna.UI2.WinForms.Guna2ShadowPanel();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.guna2Button4 = new Guna.UI2.WinForms.Guna2Button();
this.guna2ToggleSwitch4 = new Guna.UI2.WinForms.Guna2ToggleSwitch();
this.guna2ToggleSwitch3 = new Guna.UI2.WinForms.Guna2ToggleSwitch();
this.guna2ToggleSwitch2 = new Guna.UI2.WinForms.Guna2ToggleSwitch();
this.guna2ToggleSwitch1 = new Guna.UI2.WinForms.Guna2ToggleSwitch();
this.label16 = new System.Windows.Forms.Label();
this.guna2VSeparator1 = new Guna.UI2.WinForms.Guna2VSeparator();
this.guna2Separator1 = new Guna.UI2.WinForms.Guna2Separator();
this.label17 = new System.Windows.Forms.Label();
this.guna2Panel1 = new Guna.UI2.WinForms.Guna2Panel();
this.label18 = new System.Windows.Forms.Label();
this.guna2ShadowPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)
(this.guna2PictureBox1)).BeginInit();
this.guna2ShadowPanel2.SuspendLayout();
this.guna2ShadowPanel3.SuspendLayout();
this.guna2ShadowPanel5.SuspendLayout();
this.guna2Panel1.SuspendLayout();
this.SuspendLayout();
//
// guna2Separator2
//
this.guna2Separator2.FillColor = System.Drawing.Color.Red;
this.guna2Separator2.Location = new System.Drawing.Point(156, 61);
this.guna2Separator2.Name = "guna2Separator2";
this.guna2Separator2.Size = new System.Drawing.Size(59, 14);
this.guna2Separator2.TabIndex = 110;
//
// guna2Button1
//
this.guna2Button1.BorderColor = System.Drawing.Color.FromArgb(((int)
(((byte)(31)))), ((int)(((byte)(34)))), ((int)(((byte)(46)))));
this.guna2Button1.BorderRadius = 6;
this.guna2Button1.BorderThickness = 1;
this.guna2Button1.DisabledState.BorderColor =
System.Drawing.Color.DarkGray;
this.guna2Button1.DisabledState.CustomBorderColor =
System.Drawing.Color.DarkGray;
this.guna2Button1.DisabledState.FillColor =
System.Drawing.Color.FromArgb(((int)(((byte)(169)))), ((int)(((byte)(169)))),
((int)(((byte)(169)))));
this.guna2Button1.DisabledState.ForeColor =
System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(141)))),
((int)(((byte)(141)))));
this.guna2Button1.FillColor = System.Drawing.Color.Red;
this.guna2Button1.Font = new System.Drawing.Font("Segoe UI", 10.25F,
System.Drawing.FontStyle.Bold);
this.guna2Button1.ForeColor = System.Drawing.Color.White;
this.guna2Button1.Location = new System.Drawing.Point(11, 133);
this.guna2Button1.Name = "guna2Button1";
this.guna2Button1.Size = new System.Drawing.Size(152, 43);
this.guna2Button1.TabIndex = 113;
this.guna2Button1.Text = "UEFI Spoof";
this.guna2Button1.Click += new
System.EventHandler(this.guna2Button1_Click);
//
// guna2ShadowPanel1
//
this.guna2ShadowPanel1.BackColor = System.Drawing.Color.Transparent;
this.guna2ShadowPanel1.Controls.Add(this.guna2PictureBox1);
this.guna2ShadowPanel1.Controls.Add(this.label15);
this.guna2ShadowPanel1.Controls.Add(this.label13);
this.guna2ShadowPanel1.Controls.Add(this.label12);
this.guna2ShadowPanel1.Controls.Add(this.label11);
this.guna2ShadowPanel1.Controls.Add(this.label10);
this.guna2ShadowPanel1.Controls.Add(this.label14);
this.guna2ShadowPanel1.FillColor = System.Drawing.Color.Black;
this.guna2ShadowPanel1.Location = new System.Drawing.Point(20, 129);
this.guna2ShadowPanel1.Name = "guna2ShadowPanel1";
this.guna2ShadowPanel1.ShadowColor = System.Drawing.Color.Red;
this.guna2ShadowPanel1.Size = new System.Drawing.Size(330, 108);
this.guna2ShadowPanel1.TabIndex = 114;
//
// guna2PictureBox1
//
this.guna2PictureBox1.BackColor = System.Drawing.Color.Transparent;
this.guna2PictureBox1.Image = ((System.Drawing.Image)
(resources.GetObject("guna2PictureBox1.Image")));
this.guna2PictureBox1.ImageRotate = 0F;
this.guna2PictureBox1.Location = new System.Drawing.Point(68, 22);
this.guna2PictureBox1.Name = "guna2PictureBox1";
this.guna2PictureBox1.Size = new System.Drawing.Size(10, 10);
this.guna2PictureBox1.SizeMode =
System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.guna2PictureBox1.TabIndex = 126;
this.guna2PictureBox1.TabStop = false;
this.guna2PictureBox1.UseTransparentBackground = true;
//
// label15
//
this.label15.AutoSize = true;
this.label15.Font = new System.Drawing.Font("Segoe UI", 10F,
System.Drawing.FontStyle.Bold);
this.label15.ForeColor = System.Drawing.Color.Gray;
this.label15.Location = new System.Drawing.Point(97, 66);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(50, 19);
this.label15.TabIndex = 125;
this.label15.Text = "Today";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Font = new System.Drawing.Font("Segoe UI", 10F,
System.Drawing.FontStyle.Bold);
this.label13.ForeColor = System.Drawing.Color.White;
this.label13.Location = new System.Drawing.Point(13, 41);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(90, 19);
this.label13.TabIndex = 123;
this.label13.Text = "Last update:";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Font = new System.Drawing.Font("Segoe UI", 10F,
System.Drawing.FontStyle.Bold);
this.label12.ForeColor = System.Drawing.Color.White;
this.label12.Location = new System.Drawing.Point(13, 66);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(86, 19);
this.label12.TabIndex = 122;
this.label12.Text = "Last launch:";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Font = new System.Drawing.Font("Segoe UI", 10F,
System.Drawing.FontStyle.Bold);
this.label11.ForeColor = System.Drawing.Color.White;
this.label11.Location = new System.Drawing.Point(82, 16);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(84, 19);
this.label11.TabIndex = 121;
this.label11.Text = "undetected";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Font = new System.Drawing.Font("Segoe UI", 10F,
System.Drawing.FontStyle.Bold);
this.label10.ForeColor = System.Drawing.Color.White;
this.label10.Location = new System.Drawing.Point(13, 16);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(53, 19);
this.label10.TabIndex = 120;
this.label10.Text = "Status:";
//
// label14
//
this.label14.AutoSize = true;
this.label14.Font = new System.Drawing.Font("Segoe UI", 10F,
System.Drawing.FontStyle.Bold);
this.label14.ForeColor = System.Drawing.Color.Gray;
this.label14.Location = new System.Drawing.Point(99, 41);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(69, 19);
this.label14.TabIndex = 124;
this.label14.Text = "03/27/24";
//
// guna2ShadowPanel2
//
this.guna2ShadowPanel2.BackColor = System.Drawing.Color.Transparent;
this.guna2ShadowPanel2.Controls.Add(this.label9);
this.guna2ShadowPanel2.Controls.Add(this.label8);
this.guna2ShadowPanel2.Controls.Add(this.guna2ShadowPanel4);
this.guna2ShadowPanel2.FillColor = System.Drawing.Color.Black;
this.guna2ShadowPanel2.Location = new System.Drawing.Point(351, 129);
this.guna2ShadowPanel2.Name = "guna2ShadowPanel2";
this.guna2ShadowPanel2.ShadowColor = System.Drawing.Color.Red;
this.guna2ShadowPanel2.Size = new System.Drawing.Size(330, 108);
this.guna2ShadowPanel2.TabIndex = 115;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Font = new System.Drawing.Font("Segoe UI", 10F,
System.Drawing.FontStyle.Bold);
this.label9.ForeColor = System.Drawing.SystemColors.Window;
this.label9.Location = new System.Drawing.Point(14, 44);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(125, 19);
this.label9.TabIndex = 121;
this.label9.Text = "[13:12:46] - Pasta";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("Segoe UI", 10F,
System.Drawing.FontStyle.Bold);
this.label8.ForeColor = System.Drawing.Color.White;
this.label8.Location = new System.Drawing.Point(14, 16);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(156, 19);
this.label8.TabIndex = 120;
this.label8.Text = "[13:12:46] - Logged in";
//
// guna2ShadowPanel4
//
this.guna2ShadowPanel4.BackColor = System.Drawing.Color.Transparent;
this.guna2ShadowPanel4.FillColor = System.Drawing.Color.Black;
this.guna2ShadowPanel4.Location = new System.Drawing.Point(5, 114);
this.guna2ShadowPanel4.Name = "guna2ShadowPanel4";
this.guna2ShadowPanel4.ShadowColor = System.Drawing.Color.Red;
this.guna2ShadowPanel4.Size = new System.Drawing.Size(330, 108);
this.guna2ShadowPanel4.TabIndex = 115;
//
// guna2ShadowPanel3
//
this.guna2ShadowPanel3.BackColor = System.Drawing.Color.Transparent;
this.guna2ShadowPanel3.Controls.Add(this.label2);
this.guna2ShadowPanel3.Controls.Add(this.label1);
this.guna2ShadowPanel3.Controls.Add(this.label4);
this.guna2ShadowPanel3.Controls.Add(this.guna2Button3);
this.guna2ShadowPanel3.Controls.Add(this.guna2Button2);
this.guna2ShadowPanel3.Controls.Add(this.guna2Button1);
this.guna2ShadowPanel3.FillColor = System.Drawing.Color.Black;
this.guna2ShadowPanel3.Location = new System.Drawing.Point(20, 240);
this.guna2ShadowPanel3.Name = "guna2ShadowPanel3";
this.guna2ShadowPanel3.ShadowColor = System.Drawing.Color.Red;
this.guna2ShadowPanel3.Size = new System.Drawing.Size(330, 185);
this.guna2ShadowPanel3.TabIndex = 115;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Segoe UI", 10F,
System.Drawing.FontStyle.Bold);
this.label2.ForeColor = System.Drawing.Color.Gray;
this.label2.Location = new System.Drawing.Point(131, 55);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(44, 19);
this.label2.TabIndex = 119;
this.label2.Text = "NULL";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Segoe UI", 10F,
System.Drawing.FontStyle.Bold);
this.label1.ForeColor = System.Drawing.Color.White;
this.label1.Location = new System.Drawing.Point(13, 55);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(122, 19);
this.label1.TabIndex = 118;
this.label1.Text = "Selected option: ";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Segoe UI", 10F,
System.Drawing.FontStyle.Bold);
this.label4.ForeColor = System.Drawing.Color.White;
this.label4.Location = new System.Drawing.Point(13, 28);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(103, 19);
this.label4.TabIndex = 117;
this.label4.Text = "Motherboard:";
//
// guna2Button3
//
this.guna2Button3.BorderColor = System.Drawing.Color.FromArgb(((int)
(((byte)(31)))), ((int)(((byte)(34)))), ((int)(((byte)(46)))));
this.guna2Button3.BorderRadius = 6;
this.guna2Button3.BorderThickness = 1;
this.guna2Button3.DisabledState.BorderColor =
System.Drawing.Color.DarkGray;
this.guna2Button3.DisabledState.CustomBorderColor =
System.Drawing.Color.DarkGray;
this.guna2Button3.DisabledState.FillColor =
System.Drawing.Color.FromArgb(((int)(((byte)(169)))), ((int)(((byte)(169)))),
((int)(((byte)(169)))));
this.guna2Button3.DisabledState.ForeColor =
System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(141)))),
((int)(((byte)(141)))));
this.guna2Button3.FillColor = System.Drawing.Color.Red;
this.guna2Button3.Font = new System.Drawing.Font("Segoe UI", 10.25F,
System.Drawing.FontStyle.Bold);
this.guna2Button3.ForeColor = System.Drawing.Color.White;
this.guna2Button3.Location = new System.Drawing.Point(11, 84);
this.guna2Button3.Name = "guna2Button3";
this.guna2Button3.Size = new System.Drawing.Size(308, 43);
this.guna2Button3.TabIndex = 115;
this.guna2Button3.Text = "Regular Spoof";
this.guna2Button3.Click += new
System.EventHandler(this.guna2Button3_Click);
//
// guna2Button2
//
this.guna2Button2.BorderColor = System.Drawing.Color.FromArgb(((int)
(((byte)(31)))), ((int)(((byte)(34)))), ((int)(((byte)(46)))));
this.guna2Button2.BorderRadius = 6;
this.guna2Button2.BorderThickness = 1;
this.guna2Button2.DisabledState.BorderColor =
System.Drawing.Color.DarkGray;
this.guna2Button2.DisabledState.CustomBorderColor =
System.Drawing.Color.DarkGray;
this.guna2Button2.DisabledState.FillColor =
System.Drawing.Color.FromArgb(((int)(((byte)(169)))), ((int)(((byte)(169)))),
((int)(((byte)(169)))));
this.guna2Button2.DisabledState.ForeColor =
System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(141)))),
((int)(((byte)(141)))));
this.guna2Button2.FillColor = System.Drawing.Color.Red;
this.guna2Button2.Font = new System.Drawing.Font("Segoe UI", 10.25F,
System.Drawing.FontStyle.Bold);
this.guna2Button2.ForeColor = System.Drawing.Color.White;
this.guna2Button2.Location = new System.Drawing.Point(167, 133);
this.guna2Button2.Name = "guna2Button2";
this.guna2Button2.Size = new System.Drawing.Size(152, 43);
this.guna2Button2.TabIndex = 114;
this.guna2Button2.Text = "Unload driver";
this.guna2Button2.Click += new
System.EventHandler(this.guna2Button2_Click);
//
// guna2ShadowPanel5
//
this.guna2ShadowPanel5.BackColor = System.Drawing.Color.Transparent;
this.guna2ShadowPanel5.Controls.Add(this.label7);
this.guna2ShadowPanel5.Controls.Add(this.label6);
this.guna2ShadowPanel5.Controls.Add(this.label5);
this.guna2ShadowPanel5.Controls.Add(this.label3);
this.guna2ShadowPanel5.Controls.Add(this.guna2Button4);
this.guna2ShadowPanel5.Controls.Add(this.guna2ToggleSwitch4);
this.guna2ShadowPanel5.Controls.Add(this.guna2ToggleSwitch3);
this.guna2ShadowPanel5.Controls.Add(this.guna2ToggleSwitch2);
this.guna2ShadowPanel5.Controls.Add(this.guna2ToggleSwitch1);
this.guna2ShadowPanel5.FillColor = System.Drawing.Color.Black;
this.guna2ShadowPanel5.Location = new System.Drawing.Point(351, 240);
this.guna2ShadowPanel5.Name = "guna2ShadowPanel5";
this.guna2ShadowPanel5.ShadowColor = System.Drawing.Color.Red;
this.guna2ShadowPanel5.Size = new System.Drawing.Size(330, 185);
this.guna2ShadowPanel5.TabIndex = 116;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("Segoe UI", 10F,
System.Drawing.FontStyle.Bold);
this.label7.ForeColor = System.Drawing.Color.Gray;
this.label7.Location = new System.Drawing.Point(13, 43);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(104, 19);
this.label7.TabIndex = 123;
this.label7.Text = "Normal Spoof";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("Segoe UI", 10F,
System.Drawing.FontStyle.Bold);
this.label6.ForeColor = System.Drawing.Color.Gray;
this.label6.Location = new System.Drawing.Point(13, 71);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(94, 19);
this.label6.TabIndex = 122;
this.label6.Text = "RAID0 Spoof";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Segoe UI", 10F,
System.Drawing.FontStyle.Bold);
this.label5.ForeColor = System.Drawing.Color.Gray;
this.label5.Location = new System.Drawing.Point(13, 98);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(103, 19);
this.label5.TabIndex = 121;
this.label5.Text = "GPU Spoofing";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Segoe UI", 10F,
System.Drawing.FontStyle.Bold);
this.label3.ForeColor = System.Drawing.Color.Gray;
this.label3.Location = new System.Drawing.Point(13, 16);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(108, 19);
this.label3.TabIndex = 120;
this.label3.Text = "Ethernet Spoof";
//
// guna2Button4
//
this.guna2Button4.BorderColor = System.Drawing.Color.FromArgb(((int)
(((byte)(31)))), ((int)(((byte)(34)))), ((int)(((byte)(46)))));
this.guna2Button4.BorderRadius = 6;
this.guna2Button4.BorderThickness = 1;
this.guna2Button4.DisabledState.BorderColor =
System.Drawing.Color.DarkGray;
this.guna2Button4.DisabledState.CustomBorderColor =
System.Drawing.Color.DarkGray;
this.guna2Button4.DisabledState.FillColor =
System.Drawing.Color.FromArgb(((int)(((byte)(169)))), ((int)(((byte)(169)))),
((int)(((byte)(169)))));
this.guna2Button4.DisabledState.ForeColor =
System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(141)))),
((int)(((byte)(141)))));
this.guna2Button4.FillColor = System.Drawing.Color.Red;
this.guna2Button4.Font = new System.Drawing.Font("Segoe UI", 10.25F,
System.Drawing.FontStyle.Bold);
this.guna2Button4.ForeColor = System.Drawing.Color.White;
this.guna2Button4.Location = new System.Drawing.Point(10, 133);
this.guna2Button4.Name = "guna2Button4";
this.guna2Button4.Size = new System.Drawing.Size(308, 43);
this.guna2Button4.TabIndex = 120;
this.guna2Button4.Text = "Save Config";
this.guna2Button4.Click += new
System.EventHandler(this.guna2Button4_Click);
//
// guna2ToggleSwitch4
//
this.guna2ToggleSwitch4.CheckedState.BorderColor =
System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)
(((byte)(255)))));
this.guna2ToggleSwitch4.CheckedState.FillColor =
System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)
(((byte)(255)))));
this.guna2ToggleSwitch4.CheckedState.InnerBorderColor =
System.Drawing.Color.White;
this.guna2ToggleSwitch4.CheckedState.InnerColor =
System.Drawing.Color.White;
this.guna2ToggleSwitch4.Location = new System.Drawing.Point(277, 45);
this.guna2ToggleSwitch4.Name = "guna2ToggleSwitch4";
this.guna2ToggleSwitch4.Size = new System.Drawing.Size(35, 20);
this.guna2ToggleSwitch4.TabIndex = 3;
this.guna2ToggleSwitch4.UncheckedState.BorderColor =
System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(137)))),
((int)(((byte)(149)))));
this.guna2ToggleSwitch4.UncheckedState.FillColor =
System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(137)))),
((int)(((byte)(149)))));
this.guna2ToggleSwitch4.UncheckedState.InnerBorderColor =
System.Drawing.Color.White;
this.guna2ToggleSwitch4.UncheckedState.InnerColor =
System.Drawing.Color.White;
this.guna2ToggleSwitch4.CheckedChanged += new
System.EventHandler(this.guna2ToggleSwitch4_CheckedChanged);
//
// guna2ToggleSwitch3
//
this.guna2ToggleSwitch3.CheckedState.BorderColor =
System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)
(((byte)(255)))));
this.guna2ToggleSwitch3.CheckedState.FillColor =
System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)
(((byte)(255)))));
this.guna2ToggleSwitch3.CheckedState.InnerBorderColor =
System.Drawing.Color.White;
this.guna2ToggleSwitch3.CheckedState.InnerColor =
System.Drawing.Color.White;
this.guna2ToggleSwitch3.Location = new System.Drawing.Point(277, 71);
this.guna2ToggleSwitch3.Name = "guna2ToggleSwitch3";
this.guna2ToggleSwitch3.Size = new System.Drawing.Size(35, 20);
this.guna2ToggleSwitch3.TabIndex = 2;
this.guna2ToggleSwitch3.UncheckedState.BorderColor =
System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(137)))),
((int)(((byte)(149)))));
this.guna2ToggleSwitch3.UncheckedState.FillColor =
System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(137)))),
((int)(((byte)(149)))));
this.guna2ToggleSwitch3.UncheckedState.InnerBorderColor =
System.Drawing.Color.White;
this.guna2ToggleSwitch3.UncheckedState.InnerColor =
System.Drawing.Color.White;
this.guna2ToggleSwitch3.CheckedChanged += new
System.EventHandler(this.guna2ToggleSwitch3_CheckedChanged);
//
// guna2ToggleSwitch2
//
this.guna2ToggleSwitch2.CheckedState.BorderColor =
System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)
(((byte)(255)))));
this.guna2ToggleSwitch2.CheckedState.FillColor =
System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)
(((byte)(255)))));
this.guna2ToggleSwitch2.CheckedState.InnerBorderColor =
System.Drawing.Color.White;
this.guna2ToggleSwitch2.CheckedState.InnerColor =
System.Drawing.Color.White;
this.guna2ToggleSwitch2.Location = new System.Drawing.Point(277, 98);
this.guna2ToggleSwitch2.Name = "guna2ToggleSwitch2";
this.guna2ToggleSwitch2.Size = new System.Drawing.Size(35, 20);
this.guna2ToggleSwitch2.TabIndex = 1;
this.guna2ToggleSwitch2.UncheckedState.BorderColor =
System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(137)))),
((int)(((byte)(149)))));
this.guna2ToggleSwitch2.UncheckedState.FillColor =
System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(137)))),
((int)(((byte)(149)))));
this.guna2ToggleSwitch2.UncheckedState.InnerBorderColor =
System.Drawing.Color.White;
this.guna2ToggleSwitch2.UncheckedState.InnerColor =
System.Drawing.Color.White;
this.guna2ToggleSwitch2.CheckedChanged += new
System.EventHandler(this.guna2ToggleSwitch2_CheckedChanged);
//
// guna2ToggleSwitch1
//
this.guna2ToggleSwitch1.CheckedState.BorderColor =
System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)
(((byte)(255)))));
this.guna2ToggleSwitch1.CheckedState.FillColor =
System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)
(((byte)(255)))));
this.guna2ToggleSwitch1.CheckedState.InnerBorderColor =
System.Drawing.Color.White;
this.guna2ToggleSwitch1.CheckedState.InnerColor =
System.Drawing.Color.White;
this.guna2ToggleSwitch1.Location = new System.Drawing.Point(277, 19);
this.guna2ToggleSwitch1.Name = "guna2ToggleSwitch1";
this.guna2ToggleSwitch1.Size = new System.Drawing.Size(35, 20);
this.guna2ToggleSwitch1.TabIndex = 0;
this.guna2ToggleSwitch1.UncheckedState.BorderColor =
System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(137)))),
((int)(((byte)(149)))));
this.guna2ToggleSwitch1.UncheckedState.FillColor =
System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(137)))),
((int)(((byte)(149)))));
this.guna2ToggleSwitch1.UncheckedState.InnerBorderColor =
System.Drawing.Color.White;
this.guna2ToggleSwitch1.UncheckedState.InnerColor =
System.Drawing.Color.White;
this.guna2ToggleSwitch1.CheckedChanged += new
System.EventHandler(this.guna2ToggleSwitch1_CheckedChanged);
//
// label16
//
this.label16.AutoSize = true;
this.label16.Font = new System.Drawing.Font("Segoe UI", 12F,
System.Drawing.FontStyle.Bold);
this.label16.ForeColor = System.Drawing.Color.White;
this.label16.Location = new System.Drawing.Point(151, 39);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(70, 21);
this.label16.TabIndex = 120;
this.label16.Text = "Spoofer";
//
// guna2VSeparator1
//
this.guna2VSeparator1.FillColor = System.Drawing.Color.Gray;
this.guna2VSeparator1.Location = new System.Drawing.Point(126, 45);
this.guna2VSeparator1.Name = "guna2VSeparator1";
this.guna2VSeparator1.Size = new System.Drawing.Size(10, 23);
this.guna2VSeparator1.TabIndex = 121;
//
// guna2Separator1
//
this.guna2Separator1.FillColor = System.Drawing.Color.Gray;
this.guna2Separator1.Location = new System.Drawing.Point(628, 27);
this.guna2Separator1.Name = "guna2Separator1";
this.guna2Separator1.Size = new System.Drawing.Size(14, 16);
this.guna2Separator1.TabIndex = 122;
//
// label17
//
this.label17.AutoSize = true;
this.label17.Font = new System.Drawing.Font("Segoe UI", 15F,
System.Drawing.FontStyle.Bold);
this.label17.ForeColor = System.Drawing.Color.Gray;
this.label17.Location = new System.Drawing.Point(654, 20);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(25, 28);
this.label17.TabIndex = 127;
this.label17.Text = "X";
//
// guna2Panel1
//
this.guna2Panel1.BorderColor = System.Drawing.Color.Red;
this.guna2Panel1.BorderThickness = 5;
this.guna2Panel1.Controls.Add(this.label18);
this.guna2Panel1.Location = new System.Drawing.Point(1, 2);
this.guna2Panel1.Name = "guna2Panel1";
this.guna2Panel1.Size = new System.Drawing.Size(693, 473);
this.guna2Panel1.TabIndex = 128;
//
// label18
//
this.label18.AutoSize = true;
this.label18.Font = new System.Drawing.Font("Segoe UI", 12F,
System.Drawing.FontStyle.Bold);
this.label18.ForeColor = System.Drawing.Color.Gray;
this.label18.Location = new System.Drawing.Point(226, 37);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(62, 21);
this.label18.TabIndex = 129;
this.label18.Text = "Device";
this.label18.Click += new System.EventHandler(this.label18_Click);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Black;
this.ClientSize = new System.Drawing.Size(696, 475);
this.Controls.Add(this.label17);
this.Controls.Add(this.guna2Separator1);
this.Controls.Add(this.guna2VSeparator1);
this.Controls.Add(this.label16);
this.Controls.Add(this.guna2ShadowPanel3);
this.Controls.Add(this.guna2ShadowPanel5);
this.Controls.Add(this.guna2ShadowPanel2);
this.Controls.Add(this.guna2ShadowPanel1);
this.Controls.Add(this.guna2Separator2);
this.Controls.Add(this.guna2Panel1);
this.ForeColor = System.Drawing.Color.White;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "Form1";
this.Opacity = 0.9D;
this.StartPosition =
System.Windows.Forms.FormStartPosition.CenterScreen;
this.guna2ShadowPanel1.ResumeLayout(false);
this.guna2ShadowPanel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)
(this.guna2PictureBox1)).EndInit();
this.guna2ShadowPanel2.ResumeLayout(false);
this.guna2ShadowPanel2.PerformLayout();
this.guna2ShadowPanel3.ResumeLayout(false);
this.guna2ShadowPanel3.PerformLayout();
this.guna2ShadowPanel5.ResumeLayout(false);
this.guna2ShadowPanel5.PerformLayout();
this.guna2Panel1.ResumeLayout(false);
this.guna2Panel1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();

#endregion
private Guna.UI2.WinForms.Guna2Separator guna2Separator2;
private Guna.UI2.WinForms.Guna2Button guna2Button1;
private Guna.UI2.WinForms.Guna2ShadowPanel guna2ShadowPanel1;
private Guna.UI2.WinForms.Guna2ShadowPanel guna2ShadowPanel2;
private Guna.UI2.WinForms.Guna2ShadowPanel guna2ShadowPanel4;
private Guna.UI2.WinForms.Guna2ShadowPanel guna2ShadowPanel3;
private Guna.UI2.WinForms.Guna2Button guna2Button2;
private Guna.UI2.WinForms.Guna2ShadowPanel guna2ShadowPanel5;
private Guna.UI2.WinForms.Guna2Button guna2Button3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label3;
private Guna.UI2.WinForms.Guna2Button guna2Button4;
private Guna.UI2.WinForms.Guna2ToggleSwitch guna2ToggleSwitch4;
private Guna.UI2.WinForms.Guna2ToggleSwitch guna2ToggleSwitch3;
private Guna.UI2.WinForms.Guna2ToggleSwitch guna2ToggleSwitch2;
private Guna.UI2.WinForms.Guna2ToggleSwitch guna2ToggleSwitch1;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label8;
private Guna.UI2.WinForms.Guna2PictureBox guna2PictureBox1;
private System.Windows.Forms.Label label16;
private Guna.UI2.WinForms.Guna2VSeparator guna2VSeparator1;
private Guna.UI2.WinForms.Guna2Separator guna2Separator1;
private System.Windows.Forms.Label label17;
private Guna.UI2.WinForms.Guna2Panel guna2Panel1;
private System.Windows.Forms.Label label18;
}
}

You might also like