-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathForgotPasswordForm.Designer.cs
More file actions
385 lines (380 loc) · 20.2 KB
/
ForgotPasswordForm.Designer.cs
File metadata and controls
385 lines (380 loc) · 20.2 KB
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
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
namespace Library_Final
{
partial class ForgotPasswordForm
{
/// <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()
{
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges1 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges2 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges3 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges4 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges5 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges6 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges7 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges8 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges9 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges10 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges11 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges12 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges13 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges14 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges15 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges16 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges17 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges18 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
txtConfirmPassword = new Guna.UI2.WinForms.Guna2TextBox();
txtOTP = new Guna.UI2.WinForms.Guna2TextBox();
txtNewPassword = new Guna.UI2.WinForms.Guna2TextBox();
label5 = new Label();
label1 = new Label();
label2 = new Label();
txtEmail = new Guna.UI2.WinForms.Guna2TextBox();
label3 = new Label();
btnSendOTP = new Guna.UI2.WinForms.Guna2Button();
btnVerifyOTP = new Guna.UI2.WinForms.Guna2Button();
btnResetPassword = new Guna.UI2.WinForms.Guna2Button();
btnResendOTP = new Guna.UI2.WinForms.Guna2Button();
guna2CustomGradientPanel1 = new Guna.UI2.WinForms.Guna2CustomGradientPanel();
arthanButton2 = new LibraryCGC.Components.ArthanButton();
guna2HtmlLabel1 = new Guna.UI2.WinForms.Guna2HtmlLabel();
guna2CustomGradientPanel1.SuspendLayout();
SuspendLayout();
//
// txtConfirmPassword
//
txtConfirmPassword.BorderColor = Color.FromArgb(224, 224, 224);
txtConfirmPassword.BorderRadius = 4;
txtConfirmPassword.BorderStyle = System.Drawing.Drawing2D.DashStyle.Custom;
txtConfirmPassword.BorderThickness = 2;
txtConfirmPassword.CustomizableEdges = customizableEdges1;
txtConfirmPassword.DefaultText = "";
txtConfirmPassword.DisabledState.BorderColor = Color.FromArgb(208, 208, 208);
txtConfirmPassword.DisabledState.FillColor = Color.FromArgb(226, 226, 226);
txtConfirmPassword.DisabledState.ForeColor = Color.FromArgb(138, 138, 138);
txtConfirmPassword.DisabledState.PlaceholderForeColor = Color.FromArgb(138, 138, 138);
txtConfirmPassword.FocusedState.BorderColor = Color.FromArgb(94, 148, 255);
txtConfirmPassword.Font = new Font("Segoe UI", 9F);
txtConfirmPassword.HoverState.BorderColor = Color.FromArgb(94, 148, 255);
txtConfirmPassword.Location = new Point(345, 468);
txtConfirmPassword.Margin = new Padding(3, 5, 3, 5);
txtConfirmPassword.Name = "txtConfirmPassword";
txtConfirmPassword.PlaceholderText = "";
txtConfirmPassword.SelectedText = "";
txtConfirmPassword.ShadowDecoration.CustomizableEdges = customizableEdges2;
txtConfirmPassword.Size = new Size(246, 52);
txtConfirmPassword.TabIndex = 50;
//
// txtOTP
//
txtOTP.BorderColor = Color.FromArgb(224, 224, 224);
txtOTP.BorderRadius = 4;
txtOTP.BorderStyle = System.Drawing.Drawing2D.DashStyle.Custom;
txtOTP.BorderThickness = 2;
txtOTP.CustomizableEdges = customizableEdges3;
txtOTP.DefaultText = "";
txtOTP.DisabledState.BorderColor = Color.FromArgb(208, 208, 208);
txtOTP.DisabledState.FillColor = Color.FromArgb(226, 226, 226);
txtOTP.DisabledState.ForeColor = Color.FromArgb(138, 138, 138);
txtOTP.DisabledState.PlaceholderForeColor = Color.FromArgb(138, 138, 138);
txtOTP.FocusedState.BorderColor = Color.FromArgb(94, 148, 255);
txtOTP.Font = new Font("Segoe UI", 9F);
txtOTP.HoverState.BorderColor = Color.FromArgb(94, 148, 255);
txtOTP.Location = new Point(345, 307);
txtOTP.Margin = new Padding(3, 5, 3, 5);
txtOTP.Name = "txtOTP";
txtOTP.PlaceholderText = "";
txtOTP.SelectedText = "";
txtOTP.ShadowDecoration.CustomizableEdges = customizableEdges4;
txtOTP.Size = new Size(246, 52);
txtOTP.TabIndex = 51;
//
// txtNewPassword
//
txtNewPassword.BorderColor = Color.FromArgb(224, 224, 224);
txtNewPassword.BorderRadius = 4;
txtNewPassword.BorderStyle = System.Drawing.Drawing2D.DashStyle.Custom;
txtNewPassword.BorderThickness = 2;
txtNewPassword.CustomizableEdges = customizableEdges5;
txtNewPassword.DefaultText = "";
txtNewPassword.DisabledState.BorderColor = Color.FromArgb(208, 208, 208);
txtNewPassword.DisabledState.FillColor = Color.FromArgb(226, 226, 226);
txtNewPassword.DisabledState.ForeColor = Color.FromArgb(138, 138, 138);
txtNewPassword.DisabledState.PlaceholderForeColor = Color.FromArgb(138, 138, 138);
txtNewPassword.FocusedState.BorderColor = Color.FromArgb(94, 148, 255);
txtNewPassword.Font = new Font("Segoe UI", 9F);
txtNewPassword.HoverState.BorderColor = Color.FromArgb(94, 148, 255);
txtNewPassword.Location = new Point(345, 388);
txtNewPassword.Margin = new Padding(3, 5, 3, 5);
txtNewPassword.Name = "txtNewPassword";
txtNewPassword.PlaceholderText = "";
txtNewPassword.SelectedText = "";
txtNewPassword.ShadowDecoration.CustomizableEdges = customizableEdges6;
txtNewPassword.Size = new Size(246, 52);
txtNewPassword.TabIndex = 52;
//
// label5
//
label5.AutoSize = true;
label5.Font = new Font("Sans Serif Collection", 11.999999F);
label5.Location = new Point(65, 468);
label5.Name = "label5";
label5.Size = new Size(199, 68);
label5.TabIndex = 53;
label5.Text = "Confirm Password";
//
// label1
//
label1.AutoSize = true;
label1.Font = new Font("Sans Serif Collection", 11.999999F);
label1.Location = new Point(65, 388);
label1.Name = "label1";
label1.Size = new Size(165, 68);
label1.TabIndex = 54;
label1.Text = "New Password";
//
// label2
//
label2.AutoSize = true;
label2.Font = new Font("Sans Serif Collection", 11.999999F);
label2.Location = new Point(65, 307);
label2.Name = "label2";
label2.Size = new Size(118, 68);
label2.TabIndex = 55;
label2.Text = "OTP Code";
//
// txtEmail
//
txtEmail.BorderColor = Color.FromArgb(224, 224, 224);
txtEmail.BorderRadius = 4;
txtEmail.BorderStyle = System.Drawing.Drawing2D.DashStyle.Custom;
txtEmail.BorderThickness = 2;
txtEmail.CustomizableEdges = customizableEdges7;
txtEmail.DefaultText = "";
txtEmail.DisabledState.BorderColor = Color.FromArgb(208, 208, 208);
txtEmail.DisabledState.FillColor = Color.FromArgb(226, 226, 226);
txtEmail.DisabledState.ForeColor = Color.FromArgb(138, 138, 138);
txtEmail.DisabledState.PlaceholderForeColor = Color.FromArgb(138, 138, 138);
txtEmail.FocusedState.BorderColor = Color.FromArgb(94, 148, 255);
txtEmail.Font = new Font("Segoe UI", 9F);
txtEmail.HoverState.BorderColor = Color.FromArgb(94, 148, 255);
txtEmail.Location = new Point(345, 227);
txtEmail.Margin = new Padding(3, 5, 3, 5);
txtEmail.Name = "txtEmail";
txtEmail.PlaceholderText = "";
txtEmail.SelectedText = "";
txtEmail.ShadowDecoration.CustomizableEdges = customizableEdges8;
txtEmail.Size = new Size(246, 55);
txtEmail.TabIndex = 56;
//
// label3
//
label3.AutoSize = true;
label3.Font = new Font("Sans Serif Collection", 11.999999F);
label3.Location = new Point(65, 227);
label3.Name = "label3";
label3.Size = new Size(159, 68);
label3.TabIndex = 57;
label3.Text = "Email Address";
//
// btnSendOTP
//
btnSendOTP.BorderRadius = 10;
btnSendOTP.CustomizableEdges = customizableEdges9;
btnSendOTP.DisabledState.BorderColor = Color.DarkGray;
btnSendOTP.DisabledState.CustomBorderColor = Color.DarkGray;
btnSendOTP.DisabledState.FillColor = Color.FromArgb(169, 169, 169);
btnSendOTP.DisabledState.ForeColor = Color.FromArgb(141, 141, 141);
btnSendOTP.FillColor = Color.FromArgb(220, 38, 38);
btnSendOTP.Font = new Font("Segoe UI", 9F);
btnSendOTP.ForeColor = Color.White;
btnSendOTP.Location = new Point(611, 225);
btnSendOTP.Name = "btnSendOTP";
btnSendOTP.ShadowDecoration.CustomizableEdges = customizableEdges10;
btnSendOTP.Size = new Size(225, 56);
btnSendOTP.TabIndex = 58;
btnSendOTP.Text = "Send OTP";
btnSendOTP.Click += btnSendOTP_Click;
//
// btnVerifyOTP
//
btnVerifyOTP.BorderRadius = 10;
btnVerifyOTP.CustomizableEdges = customizableEdges11;
btnVerifyOTP.DisabledState.BorderColor = Color.DarkGray;
btnVerifyOTP.DisabledState.CustomBorderColor = Color.DarkGray;
btnVerifyOTP.DisabledState.FillColor = Color.FromArgb(169, 169, 169);
btnVerifyOTP.DisabledState.ForeColor = Color.FromArgb(141, 141, 141);
btnVerifyOTP.FillColor = Color.FromArgb(220, 38, 38);
btnVerifyOTP.Font = new Font("Segoe UI", 9F);
btnVerifyOTP.ForeColor = Color.White;
btnVerifyOTP.Location = new Point(611, 307);
btnVerifyOTP.Name = "btnVerifyOTP";
btnVerifyOTP.ShadowDecoration.CustomizableEdges = customizableEdges12;
btnVerifyOTP.Size = new Size(225, 56);
btnVerifyOTP.TabIndex = 59;
btnVerifyOTP.Text = "Verify";
btnVerifyOTP.Click += btnVerifyOTP_Click;
//
// btnResetPassword
//
btnResetPassword.CustomizableEdges = customizableEdges13;
btnResetPassword.DisabledState.BorderColor = Color.DarkGray;
btnResetPassword.DisabledState.CustomBorderColor = Color.DarkGray;
btnResetPassword.DisabledState.FillColor = Color.FromArgb(169, 169, 169);
btnResetPassword.DisabledState.ForeColor = Color.FromArgb(141, 141, 141);
btnResetPassword.FillColor = Color.Orange;
btnResetPassword.Font = new Font("Segoe UI", 9F);
btnResetPassword.ForeColor = Color.White;
btnResetPassword.Location = new Point(345, 551);
btnResetPassword.Name = "btnResetPassword";
btnResetPassword.ShadowDecoration.CustomizableEdges = customizableEdges14;
btnResetPassword.Size = new Size(246, 56);
btnResetPassword.TabIndex = 60;
btnResetPassword.Text = "Reset Password";
btnResetPassword.Click += btnResetPassword_Click;
//
// btnResendOTP
//
btnResendOTP.BorderRadius = 10;
btnResendOTP.CustomizableEdges = customizableEdges15;
btnResendOTP.DisabledState.BorderColor = Color.DarkGray;
btnResendOTP.DisabledState.CustomBorderColor = Color.DarkGray;
btnResendOTP.DisabledState.FillColor = Color.FromArgb(169, 169, 169);
btnResendOTP.DisabledState.ForeColor = Color.FromArgb(141, 141, 141);
btnResendOTP.FillColor = Color.FromArgb(220, 38, 38);
btnResendOTP.Font = new Font("Segoe UI", 9F);
btnResendOTP.ForeColor = Color.White;
btnResendOTP.Location = new Point(863, 307);
btnResendOTP.Name = "btnResendOTP";
btnResendOTP.ShadowDecoration.CustomizableEdges = customizableEdges16;
btnResendOTP.Size = new Size(225, 56);
btnResendOTP.TabIndex = 62;
btnResendOTP.Text = "Resend OTP";
btnResendOTP.Click += btnResendOTP_Click;
//
// guna2CustomGradientPanel1
//
guna2CustomGradientPanel1.BorderRadius = 20;
guna2CustomGradientPanel1.Controls.Add(arthanButton2);
guna2CustomGradientPanel1.Controls.Add(guna2HtmlLabel1);
guna2CustomGradientPanel1.CustomizableEdges = customizableEdges17;
guna2CustomGradientPanel1.FillColor = Color.FromArgb(220, 38, 38);
guna2CustomGradientPanel1.FillColor2 = Color.FromArgb(220, 38, 38);
guna2CustomGradientPanel1.FillColor3 = Color.FromArgb(238, 66, 66);
guna2CustomGradientPanel1.FillColor4 = Color.FromArgb(238, 66, 66);
guna2CustomGradientPanel1.Location = new Point(14, 16);
guna2CustomGradientPanel1.Margin = new Padding(3, 4, 3, 4);
guna2CustomGradientPanel1.Name = "guna2CustomGradientPanel1";
guna2CustomGradientPanel1.ShadowDecoration.CustomizableEdges = customizableEdges18;
guna2CustomGradientPanel1.Size = new Size(1109, 156);
guna2CustomGradientPanel1.TabIndex = 63;
//
// arthanButton2
//
arthanButton2.BackColor = Color.Transparent;
arthanButton2.BackgroundColor = Color.AliceBlue;
arthanButton2.BorderColor = Color.PaleVioletRed;
arthanButton2.BorderRadius = 10;
arthanButton2.BottomLeftRadius = 10;
arthanButton2.BottomRightRadius = 10;
arthanButton2.CornerRadius = 10;
arthanButton2.FlatAppearance.BorderColor = Color.Empty;
arthanButton2.FlatAppearance.BorderSize = 0;
arthanButton2.FlatAppearance.MouseDownBackColor = Color.Empty;
arthanButton2.FlatAppearance.MouseOverBackColor = Color.Empty;
arthanButton2.FlatStyle = FlatStyle.Flat;
arthanButton2.Font = new Font("Sans Serif Collection", 9.75F, FontStyle.Bold, GraphicsUnit.Point, 0);
arthanButton2.ForeColor = Color.Black;
arthanButton2.GradientEndColor = Color.White;
arthanButton2.GradientStartColor = Color.White;
arthanButton2.HoverEndColor = Color.FromArgb(147, 211, 251);
arthanButton2.HoverStartColor = Color.FromArgb(86, 143, 190);
arthanButton2.Image = null;
arthanButton2.Location = new Point(942, 53);
arthanButton2.Margin = new Padding(3, 4, 3, 4);
arthanButton2.Name = "arthanButton2";
arthanButton2.Size = new Size(109, 53);
arthanButton2.TabIndex = 33;
arthanButton2.Text = "Home";
arthanButton2.TextColor = Color.Black;
arthanButton2.TopLeftRadius = 10;
arthanButton2.TopRightRadius = 10;
arthanButton2.UseVisualStyleBackColor = false;
arthanButton2.Click += arthanButton2_Click;
//
// guna2HtmlLabel1
//
guna2HtmlLabel1.BackColor = Color.Transparent;
guna2HtmlLabel1.Font = new Font("Segoe UI", 24F, FontStyle.Regular, GraphicsUnit.Point, 0);
guna2HtmlLabel1.ForeColor = Color.White;
guna2HtmlLabel1.Location = new Point(31, 25);
guna2HtmlLabel1.Margin = new Padding(3, 4, 3, 4);
guna2HtmlLabel1.Name = "guna2HtmlLabel1";
guna2HtmlLabel1.Size = new Size(298, 56);
guna2HtmlLabel1.TabIndex = 0;
guna2HtmlLabel1.Text = "Forgot Password";
//
// ForgotPasswordForm
//
AutoScaleDimensions = new SizeF(8F, 20F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(1136, 644);
Controls.Add(guna2CustomGradientPanel1);
Controls.Add(btnResendOTP);
Controls.Add(btnResetPassword);
Controls.Add(btnVerifyOTP);
Controls.Add(btnSendOTP);
Controls.Add(label3);
Controls.Add(txtEmail);
Controls.Add(label2);
Controls.Add(label1);
Controls.Add(label5);
Controls.Add(txtNewPassword);
Controls.Add(txtOTP);
Controls.Add(txtConfirmPassword);
Name = "ForgotPasswordForm";
Text = "Admin Registration";
Load += ForgotPasswordForm_Load;
guna2CustomGradientPanel1.ResumeLayout(false);
guna2CustomGradientPanel1.PerformLayout();
ResumeLayout(false);
PerformLayout();
}
#endregion
private Guna.UI2.WinForms.Guna2TextBox txtConfirmPassword;
private Guna.UI2.WinForms.Guna2TextBox txtOTP;
private Guna.UI2.WinForms.Guna2TextBox txtNewPassword;
private Label label5;
private Label label1;
private Label label2;
private Guna.UI2.WinForms.Guna2TextBox txtEmail;
private Label label3;
private Guna.UI2.WinForms.Guna2Button btnSendOTP;
private Guna.UI2.WinForms.Guna2Button btnVerifyOTP;
private Guna.UI2.WinForms.Guna2Button btnResetPassword;
private Guna.UI2.WinForms.Guna2Button btnResendOTP;
private Guna.UI2.WinForms.Guna2CustomGradientPanel guna2CustomGradientPanel1;
private Guna.UI2.WinForms.Guna2HtmlLabel guna2HtmlLabel1;
private LibraryCGC.Components.ArthanButton arthanButton2;
}
}