-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFormAddUser.Designer.cs
153 lines (148 loc) · 7.2 KB
/
FormAddUser.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
namespace CaffeBar
{
partial class FormAddUser
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAddUser));
this.textBoxPassword = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.textBoxUsername = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel();
this.labelTitle = new System.Windows.Forms.Label();
this.buttonSubmit = new System.Windows.Forms.Button();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// textBoxPassword
//
this.textBoxPassword.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.textBoxPassword.Location = new System.Drawing.Point(187, 185);
this.textBoxPassword.Name = "textBoxPassword";
this.textBoxPassword.Size = new System.Drawing.Size(192, 23);
this.textBoxPassword.TabIndex = 2;
this.textBoxPassword.UseSystemPasswordChar = true;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Century Gothic", 12F);
this.label1.ForeColor = System.Drawing.Color.White;
this.label1.Location = new System.Drawing.Point(48, 124);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(92, 21);
this.label1.TabIndex = 16;
this.label1.Text = "Username:";
//
// textBoxUsername
//
this.textBoxUsername.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.textBoxUsername.Location = new System.Drawing.Point(187, 122);
this.textBoxUsername.Name = "textBoxUsername";
this.textBoxUsername.Size = new System.Drawing.Size(192, 23);
this.textBoxUsername.TabIndex = 1;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("Century Gothic", 12F);
this.label7.ForeColor = System.Drawing.Color.White;
this.label7.Location = new System.Drawing.Point(48, 184);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(86, 21);
this.label7.TabIndex = 17;
this.label7.Text = "Password:";
//
// panel1
//
this.panel1.Controls.Add(this.labelTitle);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(501, 41);
this.panel1.TabIndex = 28;
//
// labelTitle
//
this.labelTitle.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.labelTitle.AutoSize = true;
this.labelTitle.Font = new System.Drawing.Font("Century Gothic", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelTitle.ForeColor = System.Drawing.Color.White;
this.labelTitle.Location = new System.Drawing.Point(182, 9);
this.labelTitle.Name = "labelTitle";
this.labelTitle.Size = new System.Drawing.Size(117, 30);
this.labelTitle.TabIndex = 11;
this.labelTitle.Text = "Add user";
//
// buttonSubmit
//
this.buttonSubmit.BackColor = System.Drawing.Color.Tomato;
this.buttonSubmit.FlatAppearance.BorderSize = 0;
this.buttonSubmit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonSubmit.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.buttonSubmit.ForeColor = System.Drawing.Color.White;
this.buttonSubmit.Location = new System.Drawing.Point(187, 275);
this.buttonSubmit.Name = "buttonSubmit";
this.buttonSubmit.Size = new System.Drawing.Size(100, 35);
this.buttonSubmit.TabIndex = 3;
this.buttonSubmit.Text = "Submit";
this.buttonSubmit.UseVisualStyleBackColor = false;
this.buttonSubmit.Click += new System.EventHandler(this.buttonSubmit_Click);
//
// FormAddUser
//
this.AcceptButton = this.buttonSubmit;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(30)))), ((int)(((byte)(45)))));
this.ClientSize = new System.Drawing.Size(501, 450);
this.Controls.Add(this.buttonSubmit);
this.Controls.Add(this.panel1);
this.Controls.Add(this.textBoxUsername);
this.Controls.Add(this.label7);
this.Controls.Add(this.textBoxPassword);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "FormAddUser";
this.Text = "New user";
this.Load += new System.EventHandler(this.FormAddUser_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
public System.Windows.Forms.TextBox textBoxPassword;
private System.Windows.Forms.Label label1;
public System.Windows.Forms.TextBox textBoxUsername;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label labelTitle;
private System.Windows.Forms.Button buttonSubmit;
}
}