-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSpoofer.Designer.cs
137 lines (131 loc) · 7.59 KB
/
Spoofer.Designer.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
namespace Demon_Panel.Spoofer
{
partial class Spoofer
{
/// <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.siticonePanel1 = new Siticone.UI.WinForms.SiticonePanel();
this.siticoneRoundedButton2 = new Siticone.UI.WinForms.SiticoneRoundedButton();
this.siticoneRoundedButton1 = new Siticone.UI.WinForms.SiticoneRoundedButton();
this.siticoneGroupBox1 = new Siticone.UI.WinForms.SiticoneGroupBox();
this.siticoneLabel1 = new Siticone.UI.WinForms.SiticoneLabel();
this.siticonePanel1.SuspendLayout();
this.siticoneGroupBox1.SuspendLayout();
this.SuspendLayout();
//
// siticonePanel1
//
this.siticonePanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(18)))), ((int)(((byte)(22)))));
this.siticonePanel1.BorderRadius = 100;
this.siticonePanel1.Controls.Add(this.siticoneRoundedButton2);
this.siticonePanel1.Controls.Add(this.siticoneRoundedButton1);
this.siticonePanel1.Controls.Add(this.siticoneGroupBox1);
this.siticonePanel1.Location = new System.Drawing.Point(114, 28);
this.siticonePanel1.Name = "siticonePanel1";
this.siticonePanel1.ShadowDecoration.Parent = this.siticonePanel1;
this.siticonePanel1.Size = new System.Drawing.Size(520, 504);
this.siticonePanel1.TabIndex = 1;
//
// siticoneRoundedButton2
//
this.siticoneRoundedButton2.CheckedState.Parent = this.siticoneRoundedButton2;
this.siticoneRoundedButton2.CustomImages.Parent = this.siticoneRoundedButton2;
this.siticoneRoundedButton2.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(44)))), ((int)(((byte)(29)))));
this.siticoneRoundedButton2.Font = new System.Drawing.Font("Segoe UI", 9F);
this.siticoneRoundedButton2.ForeColor = System.Drawing.Color.White;
this.siticoneRoundedButton2.HoveredState.Parent = this.siticoneRoundedButton2;
this.siticoneRoundedButton2.Location = new System.Drawing.Point(79, 244);
this.siticoneRoundedButton2.Name = "siticoneRoundedButton2";
this.siticoneRoundedButton2.ShadowDecoration.Parent = this.siticoneRoundedButton2;
this.siticoneRoundedButton2.Size = new System.Drawing.Size(347, 31);
this.siticoneRoundedButton2.TabIndex = 2;
this.siticoneRoundedButton2.Text = "Check Serials";
this.siticoneRoundedButton2.Click += new System.EventHandler(this.siticoneRoundedButton2_Click);
//
// siticoneRoundedButton1
//
this.siticoneRoundedButton1.CheckedState.Parent = this.siticoneRoundedButton1;
this.siticoneRoundedButton1.CustomImages.Parent = this.siticoneRoundedButton1;
this.siticoneRoundedButton1.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(44)))), ((int)(((byte)(29)))));
this.siticoneRoundedButton1.Font = new System.Drawing.Font("Segoe UI", 9F);
this.siticoneRoundedButton1.ForeColor = System.Drawing.Color.White;
this.siticoneRoundedButton1.HoveredState.Parent = this.siticoneRoundedButton1;
this.siticoneRoundedButton1.Location = new System.Drawing.Point(79, 195);
this.siticoneRoundedButton1.Name = "siticoneRoundedButton1";
this.siticoneRoundedButton1.ShadowDecoration.Parent = this.siticoneRoundedButton1;
this.siticoneRoundedButton1.Size = new System.Drawing.Size(347, 31);
this.siticoneRoundedButton1.TabIndex = 1;
this.siticoneRoundedButton1.Text = "Spoof Serials";
this.siticoneRoundedButton1.Click += new System.EventHandler(this.siticoneRoundedButton1_Click);
//
// siticoneGroupBox1
//
this.siticoneGroupBox1.BorderColor = System.Drawing.Color.Red;
this.siticoneGroupBox1.Controls.Add(this.siticoneLabel1);
this.siticoneGroupBox1.CustomBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(24)))), ((int)(((byte)(24)))));
this.siticoneGroupBox1.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.siticoneGroupBox1.Font = new System.Drawing.Font("Segoe UI", 9F);
this.siticoneGroupBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(137)))), ((int)(((byte)(149)))));
this.siticoneGroupBox1.Location = new System.Drawing.Point(4, 15);
this.siticoneGroupBox1.Name = "siticoneGroupBox1";
this.siticoneGroupBox1.ShadowDecoration.Parent = this.siticoneGroupBox1;
this.siticoneGroupBox1.Size = new System.Drawing.Size(513, 75);
this.siticoneGroupBox1.TabIndex = 0;
this.siticoneGroupBox1.Text = "Your Serials";
//
// siticoneLabel1
//
this.siticoneLabel1.BackColor = System.Drawing.Color.Transparent;
this.siticoneLabel1.Font = new System.Drawing.Font("Poppins", 12F);
this.siticoneLabel1.ForeColor = System.Drawing.Color.White;
this.siticoneLabel1.Location = new System.Drawing.Point(3, 42);
this.siticoneLabel1.Name = "siticoneLabel1";
this.siticoneLabel1.Size = new System.Drawing.Size(76, 30);
this.siticoneLabel1.TabIndex = 1;
this.siticoneLabel1.Text = "Loading...";
//
// Spoofer
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(19)))), ((int)(((byte)(21)))));
this.ClientSize = new System.Drawing.Size(749, 651);
this.Controls.Add(this.siticonePanel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "Spoofer";
this.Text = "und";
this.Load += new System.EventHandler(this.Spoofer_Load);
this.siticonePanel1.ResumeLayout(false);
this.siticoneGroupBox1.ResumeLayout(false);
this.siticoneGroupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private Siticone.UI.WinForms.SiticonePanel siticonePanel1;
private Siticone.UI.WinForms.SiticoneRoundedButton siticoneRoundedButton1;
private Siticone.UI.WinForms.SiticoneGroupBox siticoneGroupBox1;
private Siticone.UI.WinForms.SiticoneLabel siticoneLabel1;
private Siticone.UI.WinForms.SiticoneRoundedButton siticoneRoundedButton2;
}
}