forked from messam295/BusCom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Register.Designer.cs
165 lines (159 loc) · 8.15 KB
/
Register.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
namespace testProj
{
partial class Register
{
/// <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.metroTextBox1 = new MetroFramework.Controls.MetroTextBox();
this.metroTextBox2 = new MetroFramework.Controls.MetroTextBox();
this.metroComboBox1 = new MetroFramework.Controls.MetroComboBox();
this.metroButton1 = new MetroFramework.Controls.MetroButton();
this.SuspendLayout();
//
// metroTextBox1
//
//
//
//
this.metroTextBox1.CustomButton.Image = null;
this.metroTextBox1.CustomButton.Location = new System.Drawing.Point(203, 2);
this.metroTextBox1.CustomButton.Name = "";
this.metroTextBox1.CustomButton.Size = new System.Drawing.Size(33, 33);
this.metroTextBox1.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
this.metroTextBox1.CustomButton.TabIndex = 1;
this.metroTextBox1.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
this.metroTextBox1.CustomButton.UseSelectable = true;
this.metroTextBox1.CustomButton.Visible = false;
this.metroTextBox1.FontSize = MetroFramework.MetroTextBoxSize.Tall;
this.metroTextBox1.FontWeight = MetroFramework.MetroTextBoxWeight.Light;
this.metroTextBox1.Lines = new string[] {
"User Name"};
this.metroTextBox1.Location = new System.Drawing.Point(57, 116);
this.metroTextBox1.MaxLength = 32767;
this.metroTextBox1.Multiline = true;
this.metroTextBox1.Name = "metroTextBox1";
this.metroTextBox1.PasswordChar = '\0';
this.metroTextBox1.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.metroTextBox1.SelectedText = "";
this.metroTextBox1.SelectionLength = 0;
this.metroTextBox1.SelectionStart = 0;
this.metroTextBox1.ShortcutsEnabled = true;
this.metroTextBox1.Size = new System.Drawing.Size(239, 38);
this.metroTextBox1.TabIndex = 0;
this.metroTextBox1.Text = "User Name";
this.metroTextBox1.UseSelectable = true;
this.metroTextBox1.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
this.metroTextBox1.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
//
// metroTextBox2
//
//
//
//
this.metroTextBox2.CustomButton.Image = null;
this.metroTextBox2.CustomButton.Location = new System.Drawing.Point(201, 1);
this.metroTextBox2.CustomButton.Name = "";
this.metroTextBox2.CustomButton.Size = new System.Drawing.Size(37, 37);
this.metroTextBox2.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
this.metroTextBox2.CustomButton.TabIndex = 1;
this.metroTextBox2.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
this.metroTextBox2.CustomButton.UseSelectable = true;
this.metroTextBox2.CustomButton.Visible = false;
this.metroTextBox2.FontSize = MetroFramework.MetroTextBoxSize.Tall;
this.metroTextBox2.FontWeight = MetroFramework.MetroTextBoxWeight.Light;
this.metroTextBox2.Lines = new string[] {
"Password"};
this.metroTextBox2.Location = new System.Drawing.Point(57, 200);
this.metroTextBox2.MaxLength = 32767;
this.metroTextBox2.Multiline = true;
this.metroTextBox2.Name = "metroTextBox2";
this.metroTextBox2.PasswordChar = '\0';
this.metroTextBox2.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.metroTextBox2.SelectedText = "";
this.metroTextBox2.SelectionLength = 0;
this.metroTextBox2.SelectionStart = 0;
this.metroTextBox2.ShortcutsEnabled = true;
this.metroTextBox2.Size = new System.Drawing.Size(239, 39);
this.metroTextBox2.TabIndex = 1;
this.metroTextBox2.Text = "Password";
this.metroTextBox2.UseSelectable = true;
this.metroTextBox2.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
this.metroTextBox2.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
//
// metroComboBox1
//
this.metroComboBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.metroComboBox1.FontWeight = MetroFramework.MetroComboBoxWeight.Light;
this.metroComboBox1.FormattingEnabled = true;
this.metroComboBox1.ItemHeight = 23;
this.metroComboBox1.Items.AddRange(new object[] {
"Admin",
"Receptionist"});
this.metroComboBox1.Location = new System.Drawing.Point(57, 292);
this.metroComboBox1.Name = "metroComboBox1";
this.metroComboBox1.PromptText = "Type";
this.metroComboBox1.Size = new System.Drawing.Size(121, 29);
this.metroComboBox1.TabIndex = 2;
this.metroComboBox1.Text = "Type";
this.metroComboBox1.UseSelectable = true;
//
// metroButton1
//
this.metroButton1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(163)))), ((int)(((byte)(217)))));
this.metroButton1.FontSize = MetroFramework.MetroButtonSize.Tall;
this.metroButton1.ForeColor = System.Drawing.Color.White;
this.metroButton1.Location = new System.Drawing.Point(57, 385);
this.metroButton1.Name = "metroButton1";
this.metroButton1.Size = new System.Drawing.Size(239, 52);
this.metroButton1.TabIndex = 3;
this.metroButton1.Text = "Register";
this.metroButton1.UseCustomBackColor = true;
this.metroButton1.UseCustomForeColor = true;
this.metroButton1.UseSelectable = true;
//
// Register
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(376, 511);
this.Controls.Add(this.metroButton1);
this.Controls.Add(this.metroComboBox1);
this.Controls.Add(this.metroTextBox2);
this.Controls.Add(this.metroTextBox1);
this.MaximizeBox = false;
this.Name = "Register";
this.Resizable = false;
this.Style = MetroFramework.MetroColorStyle.White;
this.Text = "Register";
this.TextAlign = MetroFramework.Forms.MetroFormTextAlign.Center;
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Register_FormClosed);
this.ResumeLayout(false);
}
#endregion
private MetroFramework.Controls.MetroTextBox metroTextBox1;
private MetroFramework.Controls.MetroTextBox metroTextBox2;
private MetroFramework.Controls.MetroComboBox metroComboBox1;
private MetroFramework.Controls.MetroButton metroButton1;
}
}