This repository has been archived by the owner on Mar 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathRegistter.Designer.cs
192 lines (188 loc) · 9.36 KB
/
Registter.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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
using System.Windows.Forms;
namespace Snake_Keylogger
{
// Token: 0x0200001F RID: 31
public partial class Registter : Form
{
/// <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);
}
// Token: 0x06000291 RID: 657 RVA: 0x0001C93C File Offset: 0x0001AB3C
[System.Diagnostics.DebuggerStepThrough]
private void InitializeComponent()
{
this.label4 = new System.Windows.Forms.Label();
this.txtEmail = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.txtCode = new System.Windows.Forms.TextBox();
this.btnExit = new System.Windows.Forms.Button();
this.btnLogin = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.txtPassword = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.txtUsername = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label4.ForeColor = System.Drawing.Color.White;
this.label4.Location = new System.Drawing.Point(43, 198);
this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(45, 16);
this.label4.TabIndex = 25;
this.label4.Text = "Email:";
//
// txtEmail
//
this.txtEmail.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
this.txtEmail.ForeColor = System.Drawing.Color.White;
this.txtEmail.Location = new System.Drawing.Point(98, 190);
this.txtEmail.Margin = new System.Windows.Forms.Padding(2);
this.txtEmail.Multiline = true;
this.txtEmail.Name = "txtEmail";
this.txtEmail.Size = new System.Drawing.Size(276, 31);
this.txtEmail.TabIndex = 24;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.ForeColor = System.Drawing.Color.White;
this.label3.Location = new System.Drawing.Point(7, 39);
this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(91, 16);
this.label3.TabIndex = 23;
this.label3.Text = "License Code:";
//
// txtCode
//
this.txtCode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
this.txtCode.ForeColor = System.Drawing.Color.White;
this.txtCode.Location = new System.Drawing.Point(98, 31);
this.txtCode.Margin = new System.Windows.Forms.Padding(2);
this.txtCode.Multiline = true;
this.txtCode.Name = "txtCode";
this.txtCode.Size = new System.Drawing.Size(276, 31);
this.txtCode.TabIndex = 16;
//
// btnExit
//
this.btnExit.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnExit.Location = new System.Drawing.Point(239, 259);
this.btnExit.Margin = new System.Windows.Forms.Padding(2);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(135, 34);
this.btnExit.TabIndex = 20;
this.btnExit.Text = "Close";
this.btnExit.UseVisualStyleBackColor = true;
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// btnLogin
//
this.btnLogin.DialogResult = System.Windows.Forms.DialogResult.OK;
this.btnLogin.Location = new System.Drawing.Point(23, 259);
this.btnLogin.Margin = new System.Windows.Forms.Padding(2);
this.btnLogin.Name = "btnLogin";
this.btnLogin.Size = new System.Drawing.Size(127, 34);
this.btnLogin.TabIndex = 19;
this.btnLogin.Text = "Register";
this.btnLogin.UseVisualStyleBackColor = true;
this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.ForeColor = System.Drawing.Color.White;
this.label2.Location = new System.Drawing.Point(25, 143);
this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(69, 16);
this.label2.TabIndex = 22;
this.label2.Text = "Password:";
//
// txtPassword
//
this.txtPassword.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
this.txtPassword.ForeColor = System.Drawing.Color.White;
this.txtPassword.Location = new System.Drawing.Point(98, 136);
this.txtPassword.Margin = new System.Windows.Forms.Padding(2);
this.txtPassword.Multiline = true;
this.txtPassword.Name = "txtPassword";
this.txtPassword.PasswordChar = '*';
this.txtPassword.Size = new System.Drawing.Size(276, 31);
this.txtPassword.TabIndex = 18;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.ForeColor = System.Drawing.Color.White;
this.label1.Location = new System.Drawing.Point(24, 88);
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(71, 16);
this.label1.TabIndex = 21;
this.label1.Text = "Username:";
//
// txtUsername
//
this.txtUsername.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
this.txtUsername.ForeColor = System.Drawing.Color.White;
this.txtUsername.Location = new System.Drawing.Point(98, 82);
this.txtUsername.Margin = new System.Windows.Forms.Padding(2);
this.txtUsername.Multiline = true;
this.txtUsername.Name = "txtUsername";
this.txtUsername.Size = new System.Drawing.Size(276, 31);
this.txtUsername.TabIndex = 17;
//
// Registter
//
this.AcceptButton = this.btnLogin;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
this.CancelButton = this.btnExit;
this.ClientSize = new System.Drawing.Size(385, 308);
this.Controls.Add(this.label4);
this.Controls.Add(this.txtEmail);
this.Controls.Add(this.label3);
this.Controls.Add(this.txtCode);
this.Controls.Add(this.btnExit);
this.Controls.Add(this.btnLogin);
this.Controls.Add(this.label2);
this.Controls.Add(this.txtPassword);
this.Controls.Add(this.label1);
this.Controls.Add(this.txtUsername);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Margin = new System.Windows.Forms.Padding(2);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Registter";
this.ShowIcon = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Register";
this.Load += new System.EventHandler(this.frmCVRegister_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
private Label label1, label2, label3, label4;
private TextBox txtEmail, txtCode, txtUsername, txtPassword;
private Button btnLogin, btnExit;
}
}