Complete lab5_4

This commit is contained in:
2022-10-27 18:18:14 -05:00
parent b95e6e4048
commit a2c0821c4b
91 changed files with 237 additions and 59 deletions

View File

@@ -39,7 +39,7 @@
//
// headsPictureBox
//
this.headsPictureBox.Image = global::Lab5_7_CalebFontenot.Properties.Resources.Heads1;
this.headsPictureBox.Image = global::Lab5_8_CalebFontenot.Properties.Resources.Heads1;
this.headsPictureBox.Location = new System.Drawing.Point(12, 12);
this.headsPictureBox.Name = "headsPictureBox";
this.headsPictureBox.Size = new System.Drawing.Size(170, 170);
@@ -49,7 +49,7 @@
//
// tailsPictureBox
//
this.tailsPictureBox.Image = global::Lab5_7_CalebFontenot.Properties.Resources.Tails1;
this.tailsPictureBox.Image = global::Lab5_8_CalebFontenot.Properties.Resources.Tails1;
this.tailsPictureBox.Location = new System.Drawing.Point(12, 12);
this.tailsPictureBox.Name = "tailsPictureBox";
this.tailsPictureBox.Size = new System.Drawing.Size(170, 170);