finished coursework

This commit is contained in:
2024-04-21 02:51:22 +01:00
parent 7fd9f6998d
commit ca7c68898e
14 changed files with 293 additions and 167 deletions

View File

@@ -58,26 +58,27 @@
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F);
this.label1.Location = new System.Drawing.Point(88, 256);
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 28F);
this.label1.Location = new System.Drawing.Point(88, 240);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(49, 26);
this.label1.Size = new System.Drawing.Size(81, 44);
this.label1.TabIndex = 6;
this.label1.Text = "PIN";
//
// accountIDLabel
//
this.accountIDLabel.AutoSize = true;
this.accountIDLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F);
this.accountIDLabel.Location = new System.Drawing.Point(88, 152);
this.accountIDLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 28F);
this.accountIDLabel.Location = new System.Drawing.Point(88, 136);
this.accountIDLabel.Name = "accountIDLabel";
this.accountIDLabel.Size = new System.Drawing.Size(119, 26);
this.accountIDLabel.Size = new System.Drawing.Size(203, 44);
this.accountIDLabel.TabIndex = 5;
this.accountIDLabel.Text = "Account ID";
//
// cancelLoginButton
//
this.cancelLoginButton.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.cancelLoginButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 28F);
this.cancelLoginButton.Location = new System.Drawing.Point(264, 392);
this.cancelLoginButton.Name = "cancelLoginButton";
this.cancelLoginButton.Size = new System.Drawing.Size(150, 75);
@@ -89,6 +90,7 @@
// confirmLoginButton
//
this.confirmLoginButton.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.confirmLoginButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 28F);
this.confirmLoginButton.Location = new System.Drawing.Point(40, 392);
this.confirmLoginButton.Name = "confirmLoginButton";
this.confirmLoginButton.Size = new System.Drawing.Size(150, 75);
@@ -116,10 +118,10 @@
//
this.loginLabel.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.loginLabel.AutoSize = true;
this.loginLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 22F);
this.loginLabel.Location = new System.Drawing.Point(120, 72);
this.loginLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 35F);
this.loginLabel.Location = new System.Drawing.Point(64, 40);
this.loginLabel.Name = "loginLabel";
this.loginLabel.Size = new System.Drawing.Size(208, 36);
this.loginLabel.Size = new System.Drawing.Size(319, 54);
this.loginLabel.TabIndex = 1;
this.loginLabel.Text = "Account Login";
//