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

@@ -79,7 +79,7 @@
//
this.cancelButton.BackColor = System.Drawing.Color.LightGray;
this.cancelButton.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.cancelButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 17F);
this.cancelButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F);
this.cancelButton.ForeColor = System.Drawing.Color.Black;
this.cancelButton.Location = new System.Drawing.Point(312, 424);
this.cancelButton.Name = "cancelButton";
@@ -99,7 +99,7 @@
this.Cursor = System.Windows.Forms.Cursors.Default;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "QRReader";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Form1";
this.TopMost = true;
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);