-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChangePassword.Designer.cs
243 lines (238 loc) · 13.5 KB
/
ChangePassword.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
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
namespace Coders_Space
{
partial class ChangePassword
{
/// <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()
{
components = new System.ComponentModel.Container();
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 customizableEdges5 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges6 = 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 customizableEdges1 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
Guna.UI2.WinForms.Suite.CustomizableEdges customizableEdges2 = new Guna.UI2.WinForms.Suite.CustomizableEdges();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ChangePassword));
guna2Elipse1 = new Guna.UI2.WinForms.Guna2Elipse(components);
textBoxConfirmNewPassword = new Guna.UI2.WinForms.Guna2TextBox();
textBoxNewPassword = new Guna.UI2.WinForms.Guna2TextBox();
changepasswordBtn = new Guna.UI2.WinForms.Guna2Button();
guna2HtmlLabel2 = new Guna.UI2.WinForms.Guna2HtmlLabel();
guna2Panel1 = new Guna.UI2.WinForms.Guna2Panel();
guna2HtmlLabel3 = new Guna.UI2.WinForms.Guna2HtmlLabel();
exitBTN = new Guna.UI2.WinForms.Guna2Button();
textBoxOldPassword = new Guna.UI2.WinForms.Guna2TextBox();
guna2Panel1.SuspendLayout();
SuspendLayout();
//
// guna2Elipse1
//
guna2Elipse1.TargetControl = this;
//
// textBoxConfirmNewPassword
//
textBoxConfirmNewPassword.BorderRadius = 5;
textBoxConfirmNewPassword.CustomizableEdges = customizableEdges7;
textBoxConfirmNewPassword.DefaultText = "";
textBoxConfirmNewPassword.DisabledState.BorderColor = Color.FromArgb(208, 208, 208);
textBoxConfirmNewPassword.DisabledState.FillColor = Color.FromArgb(226, 226, 226);
textBoxConfirmNewPassword.DisabledState.ForeColor = Color.FromArgb(138, 138, 138);
textBoxConfirmNewPassword.DisabledState.PlaceholderForeColor = Color.FromArgb(138, 138, 138);
textBoxConfirmNewPassword.FocusedState.BorderColor = Color.FromArgb(94, 148, 255);
textBoxConfirmNewPassword.Font = new Font("Times New Roman", 12F, FontStyle.Bold, GraphicsUnit.Point);
textBoxConfirmNewPassword.ForeColor = Color.Black;
textBoxConfirmNewPassword.HoverState.BorderColor = Color.FromArgb(94, 148, 255);
textBoxConfirmNewPassword.IconLeft = Properties.Resources.Password;
textBoxConfirmNewPassword.Location = new Point(331, 328);
textBoxConfirmNewPassword.Margin = new Padding(4, 4, 4, 4);
textBoxConfirmNewPassword.Name = "textBoxConfirmNewPassword";
textBoxConfirmNewPassword.PasswordChar = '\0';
textBoxConfirmNewPassword.PlaceholderForeColor = Color.DimGray;
textBoxConfirmNewPassword.PlaceholderText = "Confirm New Password";
textBoxConfirmNewPassword.SelectedText = "";
textBoxConfirmNewPassword.ShadowDecoration.CustomizableEdges = customizableEdges8;
textBoxConfirmNewPassword.Size = new Size(241, 40);
textBoxConfirmNewPassword.TabIndex = 30;
//
// textBoxNewPassword
//
textBoxNewPassword.BorderRadius = 5;
textBoxNewPassword.CustomizableEdges = customizableEdges9;
textBoxNewPassword.DefaultText = "";
textBoxNewPassword.DisabledState.BorderColor = Color.FromArgb(208, 208, 208);
textBoxNewPassword.DisabledState.FillColor = Color.FromArgb(226, 226, 226);
textBoxNewPassword.DisabledState.ForeColor = Color.FromArgb(138, 138, 138);
textBoxNewPassword.DisabledState.PlaceholderForeColor = Color.FromArgb(138, 138, 138);
textBoxNewPassword.FocusedState.BorderColor = Color.FromArgb(94, 148, 255);
textBoxNewPassword.Font = new Font("Times New Roman", 12F, FontStyle.Bold, GraphicsUnit.Point);
textBoxNewPassword.ForeColor = Color.Black;
textBoxNewPassword.HoverState.BorderColor = Color.FromArgb(94, 148, 255);
textBoxNewPassword.IconLeft = Properties.Resources.Password;
textBoxNewPassword.Location = new Point(331, 273);
textBoxNewPassword.Margin = new Padding(4, 4, 4, 4);
textBoxNewPassword.Name = "textBoxNewPassword";
textBoxNewPassword.PasswordChar = '\0';
textBoxNewPassword.PlaceholderForeColor = Color.DimGray;
textBoxNewPassword.PlaceholderText = "Type New Password";
textBoxNewPassword.SelectedText = "";
textBoxNewPassword.ShadowDecoration.CustomizableEdges = customizableEdges10;
textBoxNewPassword.Size = new Size(241, 40);
textBoxNewPassword.TabIndex = 28;
//
// changepasswordBtn
//
changepasswordBtn.BorderRadius = 20;
changepasswordBtn.CustomizableEdges = customizableEdges11;
changepasswordBtn.DisabledState.BorderColor = Color.DarkGray;
changepasswordBtn.DisabledState.CustomBorderColor = Color.DarkGray;
changepasswordBtn.DisabledState.FillColor = Color.FromArgb(169, 169, 169);
changepasswordBtn.DisabledState.ForeColor = Color.FromArgb(141, 141, 141);
changepasswordBtn.FillColor = Color.FromArgb(0, 64, 221);
changepasswordBtn.Font = new Font("Times New Roman", 15.75F, FontStyle.Bold, GraphicsUnit.Point);
changepasswordBtn.ForeColor = Color.White;
changepasswordBtn.Location = new Point(331, 393);
changepasswordBtn.Name = "changepasswordBtn";
changepasswordBtn.ShadowDecoration.CustomizableEdges = customizableEdges12;
changepasswordBtn.Size = new Size(241, 46);
changepasswordBtn.TabIndex = 27;
changepasswordBtn.Text = "Change Password";
changepasswordBtn.Click += changepasswordBtn_Click;
//
// guna2HtmlLabel2
//
guna2HtmlLabel2.BackColor = Color.Transparent;
guna2HtmlLabel2.Font = new Font("Times New Roman", 36F, FontStyle.Bold, GraphicsUnit.Point);
guna2HtmlLabel2.ForeColor = Color.FromArgb(0, 64, 221);
guna2HtmlLabel2.Location = new Point(256, 38);
guna2HtmlLabel2.Name = "guna2HtmlLabel2";
guna2HtmlLabel2.Size = new Size(368, 57);
guna2HtmlLabel2.TabIndex = 62;
guna2HtmlLabel2.Text = "Change Password";
//
// guna2Panel1
//
guna2Panel1.BackColor = Color.FromArgb(0, 64, 221);
guna2Panel1.Controls.Add(guna2HtmlLabel3);
guna2Panel1.Controls.Add(exitBTN);
guna2Panel1.CustomizableEdges = customizableEdges5;
guna2Panel1.Dock = DockStyle.Top;
guna2Panel1.Location = new Point(0, 0);
guna2Panel1.Name = "guna2Panel1";
guna2Panel1.ShadowDecoration.CustomizableEdges = customizableEdges6;
guna2Panel1.Size = new Size(902, 29);
guna2Panel1.TabIndex = 63;
//
// guna2HtmlLabel3
//
guna2HtmlLabel3.BackColor = Color.Transparent;
guna2HtmlLabel3.Font = new Font("Times New Roman", 12F, FontStyle.Bold | FontStyle.Italic, GraphicsUnit.Point);
guna2HtmlLabel3.ForeColor = Color.White;
guna2HtmlLabel3.Location = new Point(13, 4);
guna2HtmlLabel3.Name = "guna2HtmlLabel3";
guna2HtmlLabel3.Size = new Size(96, 21);
guna2HtmlLabel3.TabIndex = 1;
guna2HtmlLabel3.Text = "Coder's Space";
//
// exitBTN
//
exitBTN.CustomizableEdges = customizableEdges3;
exitBTN.DisabledState.BorderColor = Color.DarkGray;
exitBTN.DisabledState.CustomBorderColor = Color.DarkGray;
exitBTN.DisabledState.FillColor = Color.FromArgb(169, 169, 169);
exitBTN.DisabledState.ForeColor = Color.FromArgb(141, 141, 141);
exitBTN.FillColor = Color.Transparent;
exitBTN.Font = new Font("Segoe UI", 9F, FontStyle.Regular, GraphicsUnit.Point);
exitBTN.ForeColor = Color.White;
exitBTN.Image = Properties.Resources.Close1;
exitBTN.Location = new Point(862, 2);
exitBTN.Name = "exitBTN";
exitBTN.ShadowDecoration.CustomizableEdges = customizableEdges4;
exitBTN.Size = new Size(27, 23);
exitBTN.TabIndex = 0;
exitBTN.Click += exitBTN_Click;
//
// textBoxOldPassword
//
textBoxOldPassword.BorderRadius = 5;
textBoxOldPassword.CustomizableEdges = customizableEdges1;
textBoxOldPassword.DefaultText = "";
textBoxOldPassword.DisabledState.BorderColor = Color.FromArgb(208, 208, 208);
textBoxOldPassword.DisabledState.FillColor = Color.FromArgb(226, 226, 226);
textBoxOldPassword.DisabledState.ForeColor = Color.FromArgb(138, 138, 138);
textBoxOldPassword.DisabledState.PlaceholderForeColor = Color.FromArgb(138, 138, 138);
textBoxOldPassword.FocusedState.BorderColor = Color.FromArgb(94, 148, 255);
textBoxOldPassword.Font = new Font("Times New Roman", 12F, FontStyle.Bold, GraphicsUnit.Point);
textBoxOldPassword.ForeColor = Color.Black;
textBoxOldPassword.HoverState.BorderColor = Color.FromArgb(94, 148, 255);
textBoxOldPassword.IconLeft = Properties.Resources.Password;
textBoxOldPassword.Location = new Point(331, 215);
textBoxOldPassword.Margin = new Padding(4, 4, 4, 4);
textBoxOldPassword.Name = "textBoxOldPassword";
textBoxOldPassword.PasswordChar = '\0';
textBoxOldPassword.PlaceholderForeColor = Color.DimGray;
textBoxOldPassword.PlaceholderText = "Type Old Password";
textBoxOldPassword.SelectedText = "";
textBoxOldPassword.ShadowDecoration.CustomizableEdges = customizableEdges2;
textBoxOldPassword.Size = new Size(241, 40);
textBoxOldPassword.TabIndex = 64;
//
// ChangePassword
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
BackColor = Color.White;
ClientSize = new Size(902, 594);
Controls.Add(textBoxOldPassword);
Controls.Add(guna2HtmlLabel2);
Controls.Add(guna2Panel1);
Controls.Add(textBoxConfirmNewPassword);
Controls.Add(textBoxNewPassword);
Controls.Add(changepasswordBtn);
FormBorderStyle = FormBorderStyle.None;
Icon = (Icon)resources.GetObject("$this.Icon");
Name = "ChangePassword";
StartPosition = FormStartPosition.CenterScreen;
Text = "ChangePassword";
guna2Panel1.ResumeLayout(false);
guna2Panel1.PerformLayout();
ResumeLayout(false);
PerformLayout();
}
#endregion
private Guna.UI2.WinForms.Guna2Elipse guna2Elipse1;
private Guna.UI2.WinForms.Guna2TextBox textBoxConfirmNewPassword;
private Guna.UI2.WinForms.Guna2TextBox textBoxNewPassword;
private Guna.UI2.WinForms.Guna2Button changepasswordBtn;
private Guna.UI2.WinForms.Guna2TextBox textBoxOldPassword;
private Guna.UI2.WinForms.Guna2HtmlLabel guna2HtmlLabel2;
private Guna.UI2.WinForms.Guna2Panel guna2Panel1;
private Guna.UI2.WinForms.Guna2HtmlLabel guna2HtmlLabel3;
private Guna.UI2.WinForms.Guna2Button exitBTN;
}
}