-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathForm1.Designer.cs
183 lines (177 loc) · 8.99 KB
/
Form1.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
namespace Group_11___COSC_31112
{
partial class Log
{
/// <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.panel1 = new System.Windows.Forms.Panel();
this.Signbtn = new System.Windows.Forms.Button();
this.Logbtn = new System.Windows.Forms.Button();
this.passwordTxt = new System.Windows.Forms.TextBox();
this.usernameTxt = new System.Windows.Forms.TextBox();
this.AcceptBx = new System.Windows.Forms.CheckBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.panel2 = new System.Windows.Forms.Panel();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.LightGreen;
this.panel1.Controls.Add(this.Signbtn);
this.panel1.Controls.Add(this.Logbtn);
this.panel1.Controls.Add(this.passwordTxt);
this.panel1.Controls.Add(this.usernameTxt);
this.panel1.Controls.Add(this.AcceptBx);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.label1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Right;
this.panel1.Location = new System.Drawing.Point(652, 0);
this.panel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(415, 554);
this.panel1.TabIndex = 1;
//
// Signbtn
//
this.Signbtn.BackColor = System.Drawing.Color.CornflowerBlue;
this.Signbtn.Font = new System.Drawing.Font("Arial Rounded MT Bold", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Signbtn.Location = new System.Drawing.Point(211, 293);
this.Signbtn.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.Signbtn.Name = "Signbtn";
this.Signbtn.Size = new System.Drawing.Size(109, 42);
this.Signbtn.TabIndex = 3;
this.Signbtn.Text = "Sign Up";
this.Signbtn.UseVisualStyleBackColor = false;
this.Signbtn.Click += new System.EventHandler(this.Signbtn_Click);
//
// Logbtn
//
this.Logbtn.BackColor = System.Drawing.Color.CornflowerBlue;
this.Logbtn.Font = new System.Drawing.Font("Arial Rounded MT Bold", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Logbtn.Location = new System.Drawing.Point(68, 293);
this.Logbtn.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.Logbtn.Name = "Logbtn";
this.Logbtn.Size = new System.Drawing.Size(109, 42);
this.Logbtn.TabIndex = 3;
this.Logbtn.Text = "Log In";
this.Logbtn.UseVisualStyleBackColor = false;
this.Logbtn.Click += new System.EventHandler(this.Logbtn_Click);
//
// passwordTxt
//
this.passwordTxt.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.passwordTxt.Location = new System.Drawing.Point(68, 199);
this.passwordTxt.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.passwordTxt.Multiline = true;
this.passwordTxt.Name = "passwordTxt";
this.passwordTxt.PasswordChar = '*';
this.passwordTxt.Size = new System.Drawing.Size(251, 32);
this.passwordTxt.TabIndex = 2;
this.passwordTxt.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// usernameTxt
//
this.usernameTxt.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.usernameTxt.Location = new System.Drawing.Point(68, 113);
this.usernameTxt.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.usernameTxt.Multiline = true;
this.usernameTxt.Name = "usernameTxt";
this.usernameTxt.Size = new System.Drawing.Size(251, 32);
this.usernameTxt.TabIndex = 2;
this.usernameTxt.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// AcceptBx
//
this.AcceptBx.AutoSize = true;
this.AcceptBx.Location = new System.Drawing.Point(43, 373);
this.AcceptBx.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.AcceptBx.Name = "AcceptBx";
this.AcceptBx.Size = new System.Drawing.Size(329, 20);
this.AcceptBx.TabIndex = 1;
this.AcceptBx.Text = "I have read and accepted the terms and conditions";
this.AcceptBx.UseVisualStyleBackColor = true;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Lucida Fax", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.Location = new System.Drawing.Point(63, 169);
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(131, 27);
this.label2.TabIndex = 0;
this.label2.Text = "Password";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Lucida Fax", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(63, 81);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(137, 27);
this.label1.TabIndex = 0;
this.label1.Text = "Username";
//
// panel2
//
this.panel2.BackgroundImage = global::Group_11___COSC_31112.Properties.Resources.Home_Page;
this.panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(0, 0);
this.panel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(652, 554);
this.panel2.TabIndex = 2;
//
// Log
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1067, 554);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.Name = "Log";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Welcome to Money Manager";
this.Load += new System.EventHandler(this.Log_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.TextBox usernameTxt;
private System.Windows.Forms.CheckBox AcceptBx;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button Logbtn;
private System.Windows.Forms.TextBox passwordTxt;
private System.Windows.Forms.Button Signbtn;
private System.Windows.Forms.Panel panel2;
}
}