This repository has been archived by the owner on Aug 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChangeUsername.Designer.cs
120 lines (114 loc) · 6.47 KB
/
ChangeUsername.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
namespace Capstone.Personnel
{
partial class ChangeUsername
{
/// <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.newUsername = new Bunifu.Framework.UI.BunifuMetroTextbox();
this.label1 = new System.Windows.Forms.Label();
this.bunifuFlatButton1 = new Bunifu.Framework.UI.BunifuFlatButton();
this.SuspendLayout();
//
// newUsername
//
this.newUsername.BorderColorFocused = System.Drawing.Color.Blue;
this.newUsername.BorderColorIdle = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.newUsername.BorderColorMouseHover = System.Drawing.Color.Blue;
this.newUsername.BorderThickness = 3;
this.newUsername.Cursor = System.Windows.Forms.Cursors.IBeam;
this.newUsername.Font = new System.Drawing.Font("Roboto", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.newUsername.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.newUsername.isPassword = false;
this.newUsername.Location = new System.Drawing.Point(8, 83);
this.newUsername.Margin = new System.Windows.Forms.Padding(4);
this.newUsername.Name = "newUsername";
this.newUsername.Size = new System.Drawing.Size(298, 41);
this.newUsername.TabIndex = 0;
this.newUsername.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Roboto Light", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(74, 46);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(178, 18);
this.label1.TabIndex = 1;
this.label1.Text = "Enter your new Username";
//
// bunifuFlatButton1
//
this.bunifuFlatButton1.Activecolor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
this.bunifuFlatButton1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
this.bunifuFlatButton1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.bunifuFlatButton1.BorderRadius = 0;
this.bunifuFlatButton1.ButtonText = "Save Changes";
this.bunifuFlatButton1.Cursor = System.Windows.Forms.Cursors.Hand;
this.bunifuFlatButton1.DisabledColor = System.Drawing.Color.Gray;
this.bunifuFlatButton1.Iconcolor = System.Drawing.Color.Transparent;
this.bunifuFlatButton1.Iconimage = null;
this.bunifuFlatButton1.Iconimage_right = null;
this.bunifuFlatButton1.Iconimage_right_Selected = null;
this.bunifuFlatButton1.Iconimage_Selected = null;
this.bunifuFlatButton1.IconMarginLeft = 0;
this.bunifuFlatButton1.IconMarginRight = 0;
this.bunifuFlatButton1.IconRightVisible = true;
this.bunifuFlatButton1.IconRightZoom = 0D;
this.bunifuFlatButton1.IconVisible = true;
this.bunifuFlatButton1.IconZoom = 90D;
this.bunifuFlatButton1.IsTab = false;
this.bunifuFlatButton1.Location = new System.Drawing.Point(8, 189);
this.bunifuFlatButton1.Name = "bunifuFlatButton1";
this.bunifuFlatButton1.Normalcolor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
this.bunifuFlatButton1.OnHovercolor = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(129)))), ((int)(((byte)(77)))));
this.bunifuFlatButton1.OnHoverTextColor = System.Drawing.Color.White;
this.bunifuFlatButton1.selected = false;
this.bunifuFlatButton1.Size = new System.Drawing.Size(299, 37);
this.bunifuFlatButton1.TabIndex = 2;
this.bunifuFlatButton1.Text = "Save Changes";
this.bunifuFlatButton1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.bunifuFlatButton1.Textcolor = System.Drawing.Color.White;
this.bunifuFlatButton1.TextFont = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.bunifuFlatButton1.Click += new System.EventHandler(this.bunifuFlatButton1_Click);
//
// ChangeUsername
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(319, 243);
this.Controls.Add(this.bunifuFlatButton1);
this.Controls.Add(this.label1);
this.Controls.Add(this.newUsername);
this.Name = "ChangeUsername";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Change Username";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Bunifu.Framework.UI.BunifuMetroTextbox newUsername;
private System.Windows.Forms.Label label1;
private Bunifu.Framework.UI.BunifuFlatButton bunifuFlatButton1;
}
}