0% found this document useful (0 votes)
33 views5 pages

iCloudUnlockCFG Designer Cs

This document contains code for a .NET Windows Form application that provides an interface for unlocking iCloud locks. The code defines components like text boxes for inputting device information, a button for triggering the unlock process, and handlers for events.

Uploaded by

sidiatif59
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)
33 views5 pages

iCloudUnlockCFG Designer Cs

This document contains code for a .NET Windows Form application that provides an interface for unlocking iCloud locks. The code defines components like text boxes for inputting device information, a button for triggering the unlock process, and handlers for events.

Uploaded by

sidiatif59
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/ 5

namespace MagicCFG

{
partial class iCloudUnlockCFG
{
/// <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()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new
System.ComponentModel.ComponentResourceManager(typeof(iCloudUnlockCFG));
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.label2 = new System.Windows.Forms.Label();
this.BMacTxt = new Guna.UI2.WinForms.Guna2TextBox();
this.WMacText = new Guna.UI2.WinForms.Guna2TextBox();
this.SNText = new Guna.UI2.WinForms.Guna2TextBox();
this.UnlockBtn = new Guna.UI2.WinForms.Guna2GradientButton();
this.CloseCFG = new Guna.UI2.WinForms.Guna2ImageButton();
this.guna2BorderlessForm1 = new
Guna.UI2.WinForms.Guna2BorderlessForm(this.components);
((System.ComponentModel.ISupportInitialize)
(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// pictureBox1
//
this.pictureBox1.Image = ((System.Drawing.Image)
(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(149, 12);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(105, 64);
this.pictureBox1.SizeMode =
System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox1.TabIndex = 417;
this.pictureBox1.TabStop = false;
//
// label2
//
this.label2.AutoSize = true;
this.label2.BackColor = System.Drawing.Color.Transparent;
this.label2.Font = new System.Drawing.Font("Segoe UI", 15F,
System.Drawing.FontStyle.Bold);
this.label2.ForeColor = System.Drawing.Color.Black;
this.label2.Location = new System.Drawing.Point(109, 79);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(177, 28);
this.label2.TabIndex = 418;
this.label2.Text = "MagicCFG Unlock";
//
// BMacTxt
//
this.BMacTxt.Animated = true;
this.BMacTxt.BorderRadius = 6;
this.BMacTxt.Cursor = System.Windows.Forms.Cursors.IBeam;
this.BMacTxt.DefaultText = "";
this.BMacTxt.DisabledState.BorderColor =
System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))),
((int)(((byte)(208)))));
this.BMacTxt.DisabledState.FillColor =
System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(226)))),
((int)(((byte)(226)))));
this.BMacTxt.DisabledState.ForeColor =
System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))),
((int)(((byte)(138)))));
this.BMacTxt.DisabledState.PlaceholderForeColor =
System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))),
((int)(((byte)(138)))));
this.BMacTxt.FocusedState.BorderColor =
System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)
(((byte)(255)))));
this.BMacTxt.Font = new System.Drawing.Font("Segoe UI", 9F);
this.BMacTxt.HoverState.BorderColor =
System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)
(((byte)(255)))));
this.BMacTxt.Location = new System.Drawing.Point(114, 192);
this.BMacTxt.Name = "BMacTxt";
this.BMacTxt.PasswordChar = '\0';
this.BMacTxt.PlaceholderText = "BMac";
this.BMacTxt.SelectedText = "";
this.BMacTxt.Size = new System.Drawing.Size(189, 26);
this.BMacTxt.TabIndex = 421;
//
// WMacText
//
this.WMacText.Animated = true;
this.WMacText.BorderRadius = 6;
this.WMacText.Cursor = System.Windows.Forms.Cursors.IBeam;
this.WMacText.DefaultText = "";
this.WMacText.DisabledState.BorderColor =
System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))),
((int)(((byte)(208)))));
this.WMacText.DisabledState.FillColor =
System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(226)))),
((int)(((byte)(226)))));
this.WMacText.DisabledState.ForeColor =
System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))),
((int)(((byte)(138)))));
this.WMacText.DisabledState.PlaceholderForeColor =
System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))),
((int)(((byte)(138)))));
this.WMacText.FocusedState.BorderColor =
System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)
(((byte)(255)))));
this.WMacText.Font = new System.Drawing.Font("Segoe UI", 9F);
this.WMacText.HoverState.BorderColor =
System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)
(((byte)(255)))));
this.WMacText.Location = new System.Drawing.Point(114, 160);
this.WMacText.Name = "WMacText";
this.WMacText.PasswordChar = '\0';
this.WMacText.PlaceholderText = "WMac";
this.WMacText.SelectedText = "";
this.WMacText.Size = new System.Drawing.Size(189, 26);
this.WMacText.TabIndex = 419;
//
// SNText
//
this.SNText.Animated = true;
this.SNText.BorderRadius = 6;
this.SNText.Cursor = System.Windows.Forms.Cursors.IBeam;
this.SNText.DefaultText = "";
this.SNText.DisabledState.BorderColor =
System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))),
((int)(((byte)(208)))));
this.SNText.DisabledState.FillColor =
System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(226)))),
((int)(((byte)(226)))));
this.SNText.DisabledState.ForeColor =
System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))),
((int)(((byte)(138)))));
this.SNText.DisabledState.PlaceholderForeColor =
System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))),
((int)(((byte)(138)))));
this.SNText.FocusedState.BorderColor =
System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)
(((byte)(255)))));
this.SNText.Font = new System.Drawing.Font("Segoe UI", 9F);
this.SNText.HoverState.BorderColor =
System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)
(((byte)(255)))));
this.SNText.Location = new System.Drawing.Point(114, 128);
this.SNText.Name = "SNText";
this.SNText.PasswordChar = '\0';
this.SNText.PlaceholderText = "SerialNumber";
this.SNText.SelectedText = "";
this.SNText.Size = new System.Drawing.Size(189, 26);
this.SNText.TabIndex = 422;
//
// UnlockBtn
//
this.UnlockBtn.BorderColor = System.Drawing.Color.DimGray;
this.UnlockBtn.BorderRadius = 6;
this.UnlockBtn.BorderThickness = 1;
this.UnlockBtn.DisabledState.BorderColor =
System.Drawing.Color.DarkGray;
this.UnlockBtn.DisabledState.CustomBorderColor =
System.Drawing.Color.DarkGray;
this.UnlockBtn.DisabledState.FillColor =
System.Drawing.Color.FromArgb(((int)(((byte)(169)))), ((int)(((byte)(169)))),
((int)(((byte)(169)))));
this.UnlockBtn.DisabledState.FillColor2 =
System.Drawing.Color.FromArgb(((int)(((byte)(169)))), ((int)(((byte)(169)))),
((int)(((byte)(169)))));
this.UnlockBtn.DisabledState.ForeColor =
System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(141)))),
((int)(((byte)(141)))));
this.UnlockBtn.FillColor = System.Drawing.Color.RoyalBlue;
this.UnlockBtn.FillColor2 = System.Drawing.Color.DeepSkyBlue;
this.UnlockBtn.Font = new System.Drawing.Font("Segoe UI", 9F);
this.UnlockBtn.ForeColor = System.Drawing.Color.White;
this.UnlockBtn.Location = new System.Drawing.Point(229, 251);
this.UnlockBtn.Name = "UnlockBtn";
this.UnlockBtn.Size = new System.Drawing.Size(181, 31);
this.UnlockBtn.TabIndex = 423;
this.UnlockBtn.Text = "Unlock";
this.UnlockBtn.Click += new System.EventHandler(this.UnlockBtn_Click);
//
// CloseCFG
//
this.CloseCFG.BackColor = System.Drawing.Color.Transparent;
this.CloseCFG.CheckedState.ImageSize = new System.Drawing.Size(64, 64);
this.CloseCFG.HoverState.ImageSize = new System.Drawing.Size(27, 27);
this.CloseCFG.Image = ((System.Drawing.Image)
(resources.GetObject("CloseCFG.Image")));
this.CloseCFG.ImageOffset = new System.Drawing.Point(0, 0);
this.CloseCFG.ImageRotate = 0F;
this.CloseCFG.ImageSize = new System.Drawing.Size(25, 25);
this.CloseCFG.Location = new System.Drawing.Point(389, -2);
this.CloseCFG.Name = "CloseCFG";
this.CloseCFG.PressedState.ImageSize = new System.Drawing.Size(27, 27);
this.CloseCFG.Size = new System.Drawing.Size(33, 38);
this.CloseCFG.TabIndex = 424;
this.CloseCFG.Click += new System.EventHandler(this.CloseCFG_Click);
//
// guna2BorderlessForm1
//
this.guna2BorderlessForm1.ContainerControl = this;
this.guna2BorderlessForm1.DockIndicatorTransparencyValue = 0.6D;
this.guna2BorderlessForm1.TransparentWhileDrag = true;
//
// iCloudUnlockCFG
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.WhiteSmoke;
this.ClientSize = new System.Drawing.Size(422, 294);
this.Controls.Add(this.CloseCFG);
this.Controls.Add(this.UnlockBtn);
this.Controls.Add(this.SNText);
this.Controls.Add(this.BMacTxt);
this.Controls.Add(this.WMacText);
this.Controls.Add(this.label2);
this.Controls.Add(this.pictureBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "iCloudUnlockCFG";
this.StartPosition =
System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "iCloudUnlockCFG";
((System.ComponentModel.ISupportInitialize)
(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();

#endregion

private System.Windows.Forms.PictureBox pictureBox1;


private System.Windows.Forms.Label label2;
private Guna.UI2.WinForms.Guna2TextBox BMacTxt;
private Guna.UI2.WinForms.Guna2TextBox WMacText;
private Guna.UI2.WinForms.Guna2TextBox SNText;
private Guna.UI2.WinForms.Guna2GradientButton UnlockBtn;
private Guna.UI2.WinForms.Guna2ImageButton CloseCFG;
private Guna.UI2.WinForms.Guna2BorderlessForm guna2BorderlessForm1;
}
}

You might also like