finished coursework
This commit is contained in:
4
HCI_Coursework_EVCHARGE/QRReader.Designer.cs
generated
4
HCI_Coursework_EVCHARGE/QRReader.Designer.cs
generated
@@ -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);
|
||||
|
Reference in New Issue
Block a user