Lab 2
This commit is contained in:
parent
1b1bb9c82c
commit
4b176b99a0
1
.~lock.lab2_2_4_CalebFontenot.docx#
Normal file
1
.~lock.lab2_2_4_CalebFontenot.docx#
Normal file
@ -0,0 +1 @@
|
|||||||
|
,caleb,caleb-gaming-laptop-archlinux,30.08.2022 13:31,file:///home/caleb/.config/libreoffice/4;
|
BIN
9780135204849_sc-284898.zip
Normal file
BIN
9780135204849_sc-284898.zip
Normal file
Binary file not shown.
BIN
Lab2_2_4_CalebFontenot/Lab2_2_4_CalebFontenot.zip
Executable file
BIN
Lab2_2_4_CalebFontenot/Lab2_2_4_CalebFontenot.zip
Executable file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Lab2_2_4_CalebFontenot/Lab2_2_4_CalebFontenot/.vs/Lab3_CalebFontenot/v17/.suo
Executable file
BIN
Lab2_2_4_CalebFontenot/Lab2_2_4_CalebFontenot/.vs/Lab3_CalebFontenot/v17/.suo
Executable file
Binary file not shown.
Binary file not shown.
Binary file not shown.
116
Lab2_2_4_CalebFontenot/Lab2_2_4_CalebFontenot/Form1.Designer.cs
generated
Executable file
116
Lab2_2_4_CalebFontenot/Lab2_2_4_CalebFontenot/Form1.Designer.cs
generated
Executable file
@ -0,0 +1,116 @@
|
|||||||
|
namespace Lab3_CalebFontenot
|
||||||
|
{
|
||||||
|
partial class Form1
|
||||||
|
{
|
||||||
|
/// <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.label1 = new System.Windows.Forms.Label();
|
||||||
|
this.finlandPictureBox = new System.Windows.Forms.PictureBox();
|
||||||
|
this.francePictureBox = new System.Windows.Forms.PictureBox();
|
||||||
|
this.germanyPictureBox = new System.Windows.Forms.PictureBox();
|
||||||
|
this.countryLabel = new System.Windows.Forms.Label();
|
||||||
|
((System.ComponentModel.ISupportInitialize)(this.finlandPictureBox)).BeginInit();
|
||||||
|
((System.ComponentModel.ISupportInitialize)(this.francePictureBox)).BeginInit();
|
||||||
|
((System.ComponentModel.ISupportInitialize)(this.germanyPictureBox)).BeginInit();
|
||||||
|
this.SuspendLayout();
|
||||||
|
//
|
||||||
|
// label1
|
||||||
|
//
|
||||||
|
this.label1.AutoSize = true;
|
||||||
|
this.label1.Location = new System.Drawing.Point(84, 9);
|
||||||
|
this.label1.Name = "label1";
|
||||||
|
this.label1.Size = new System.Drawing.Size(233, 15);
|
||||||
|
this.label1.TabIndex = 0;
|
||||||
|
this.label1.Text = "Click a flag to see the name of the country.";
|
||||||
|
//
|
||||||
|
// finlandPictureBox
|
||||||
|
//
|
||||||
|
this.finlandPictureBox.Image = global::Lab3_CalebFontenot.Properties.Resources.Finland;
|
||||||
|
this.finlandPictureBox.Location = new System.Drawing.Point(12, 39);
|
||||||
|
this.finlandPictureBox.Name = "finlandPictureBox";
|
||||||
|
this.finlandPictureBox.Size = new System.Drawing.Size(121, 72);
|
||||||
|
this.finlandPictureBox.TabIndex = 1;
|
||||||
|
this.finlandPictureBox.TabStop = false;
|
||||||
|
this.finlandPictureBox.Click += new System.EventHandler(this.finlandPictureBox_Click);
|
||||||
|
//
|
||||||
|
// francePictureBox
|
||||||
|
//
|
||||||
|
this.francePictureBox.Image = global::Lab3_CalebFontenot.Properties.Resources.France;
|
||||||
|
this.francePictureBox.Location = new System.Drawing.Point(139, 39);
|
||||||
|
this.francePictureBox.Name = "francePictureBox";
|
||||||
|
this.francePictureBox.Size = new System.Drawing.Size(122, 72);
|
||||||
|
this.francePictureBox.TabIndex = 2;
|
||||||
|
this.francePictureBox.TabStop = false;
|
||||||
|
this.francePictureBox.Click += new System.EventHandler(this.francePictureBox_Click);
|
||||||
|
//
|
||||||
|
// germanyPictureBox
|
||||||
|
//
|
||||||
|
this.germanyPictureBox.Image = global::Lab3_CalebFontenot.Properties.Resources.Germany;
|
||||||
|
this.germanyPictureBox.Location = new System.Drawing.Point(267, 39);
|
||||||
|
this.germanyPictureBox.Name = "germanyPictureBox";
|
||||||
|
this.germanyPictureBox.Size = new System.Drawing.Size(120, 72);
|
||||||
|
this.germanyPictureBox.TabIndex = 3;
|
||||||
|
this.germanyPictureBox.TabStop = false;
|
||||||
|
this.germanyPictureBox.Click += new System.EventHandler(this.germanyPictureBox_Click);
|
||||||
|
//
|
||||||
|
// countryLabel
|
||||||
|
//
|
||||||
|
this.countryLabel.Location = new System.Drawing.Point(12, 114);
|
||||||
|
this.countryLabel.Name = "countryLabel";
|
||||||
|
this.countryLabel.Size = new System.Drawing.Size(375, 24);
|
||||||
|
this.countryLabel.TabIndex = 4;
|
||||||
|
this.countryLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||||
|
//
|
||||||
|
// Form1
|
||||||
|
//
|
||||||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
||||||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||||
|
this.ClientSize = new System.Drawing.Size(399, 145);
|
||||||
|
this.Controls.Add(this.countryLabel);
|
||||||
|
this.Controls.Add(this.germanyPictureBox);
|
||||||
|
this.Controls.Add(this.francePictureBox);
|
||||||
|
this.Controls.Add(this.finlandPictureBox);
|
||||||
|
this.Controls.Add(this.label1);
|
||||||
|
this.Name = "Form1";
|
||||||
|
this.Text = "Flags";
|
||||||
|
((System.ComponentModel.ISupportInitialize)(this.finlandPictureBox)).EndInit();
|
||||||
|
((System.ComponentModel.ISupportInitialize)(this.francePictureBox)).EndInit();
|
||||||
|
((System.ComponentModel.ISupportInitialize)(this.germanyPictureBox)).EndInit();
|
||||||
|
this.ResumeLayout(false);
|
||||||
|
this.PerformLayout();
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
#endregion
|
||||||
|
|
||||||
|
private Label label1;
|
||||||
|
private PictureBox finlandPictureBox;
|
||||||
|
private PictureBox francePictureBox;
|
||||||
|
private PictureBox germanyPictureBox;
|
||||||
|
private Label countryLabel;
|
||||||
|
}
|
||||||
|
}
|
25
Lab2_2_4_CalebFontenot/Lab2_2_4_CalebFontenot/Form1.cs
Executable file
25
Lab2_2_4_CalebFontenot/Lab2_2_4_CalebFontenot/Form1.cs
Executable file
@ -0,0 +1,25 @@
|
|||||||
|
namespace Lab3_CalebFontenot
|
||||||
|
{
|
||||||
|
public partial class Form1 : Form
|
||||||
|
{
|
||||||
|
public Form1()
|
||||||
|
{
|
||||||
|
InitializeComponent();
|
||||||
|
}
|
||||||
|
|
||||||
|
private void finlandPictureBox_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
countryLabel.Text = "Finland";
|
||||||
|
}
|
||||||
|
|
||||||
|
private void francePictureBox_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
countryLabel.Text = "France";
|
||||||
|
}
|
||||||
|
|
||||||
|
private void germanyPictureBox_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
countryLabel.Text = "Germany";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
60
Lab2_2_4_CalebFontenot/Lab2_2_4_CalebFontenot/Form1.resx
Executable file
60
Lab2_2_4_CalebFontenot/Lab2_2_4_CalebFontenot/Form1.resx
Executable file
@ -0,0 +1,60 @@
|
|||||||
|
<root>
|
||||||
|
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string" />
|
||||||
|
<xsd:attribute name="name" type="xsd:string" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
</root>
|
26
Lab2_2_4_CalebFontenot/Lab2_2_4_CalebFontenot/Lab3_CalebFontenot.csproj
Executable file
26
Lab2_2_4_CalebFontenot/Lab2_2_4_CalebFontenot/Lab3_CalebFontenot.csproj
Executable file
@ -0,0 +1,26 @@
|
|||||||
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
|
<PropertyGroup>
|
||||||
|
<OutputType>WinExe</OutputType>
|
||||||
|
<TargetFramework>net6.0-windows</TargetFramework>
|
||||||
|
<Nullable>enable</Nullable>
|
||||||
|
<UseWindowsForms>true</UseWindowsForms>
|
||||||
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<Compile Update="Properties\Resources.Designer.cs">
|
||||||
|
<DesignTime>True</DesignTime>
|
||||||
|
<AutoGen>True</AutoGen>
|
||||||
|
<DependentUpon>Resources.resx</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<EmbeddedResource Update="Properties\Resources.resx">
|
||||||
|
<Generator>ResXFileCodeGenerator</Generator>
|
||||||
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
||||||
|
</EmbeddedResource>
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
</Project>
|
25
Lab2_2_4_CalebFontenot/Lab2_2_4_CalebFontenot/Lab3_CalebFontenot.sln
Executable file
25
Lab2_2_4_CalebFontenot/Lab2_2_4_CalebFontenot/Lab3_CalebFontenot.sln
Executable file
@ -0,0 +1,25 @@
|
|||||||
|
|
||||||
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||||
|
# Visual Studio Version 17
|
||||||
|
VisualStudioVersion = 17.3.32804.467
|
||||||
|
MinimumVisualStudioVersion = 10.0.40219.1
|
||||||
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lab3_CalebFontenot", "Lab3_CalebFontenot.csproj", "{2F72FB40-7A91-4388-A0F3-2510C636E888}"
|
||||||
|
EndProject
|
||||||
|
Global
|
||||||
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
|
Debug|Any CPU = Debug|Any CPU
|
||||||
|
Release|Any CPU = Release|Any CPU
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||||
|
{2F72FB40-7A91-4388-A0F3-2510C636E888}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{2F72FB40-7A91-4388-A0F3-2510C636E888}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{2F72FB40-7A91-4388-A0F3-2510C636E888}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{2F72FB40-7A91-4388-A0F3-2510C636E888}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
|
HideSolutionNode = FALSE
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||||
|
SolutionGuid = {746145F1-15A0-42DF-8AD0-81928DF4558F}
|
||||||
|
EndGlobalSection
|
||||||
|
EndGlobal
|
93
Lab2_2_4_CalebFontenot/Lab2_2_4_CalebFontenot/Properties/Resources.Designer.cs
generated
Executable file
93
Lab2_2_4_CalebFontenot/Lab2_2_4_CalebFontenot/Properties/Resources.Designer.cs
generated
Executable file
@ -0,0 +1,93 @@
|
|||||||
|
//------------------------------------------------------------------------------
|
||||||
|
// <auto-generated>
|
||||||
|
// This code was generated by a tool.
|
||||||
|
// Runtime Version:4.0.30319.42000
|
||||||
|
//
|
||||||
|
// Changes to this file may cause incorrect behavior and will be lost if
|
||||||
|
// the code is regenerated.
|
||||||
|
// </auto-generated>
|
||||||
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
namespace Lab3_CalebFontenot.Properties {
|
||||||
|
using System;
|
||||||
|
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// A strongly-typed resource class, for looking up localized strings, etc.
|
||||||
|
/// </summary>
|
||||||
|
// This class was auto-generated by the StronglyTypedResourceBuilder
|
||||||
|
// class via a tool like ResGen or Visual Studio.
|
||||||
|
// To add or remove a member, edit your .ResX file then rerun ResGen
|
||||||
|
// with the /str option, or rebuild your VS project.
|
||||||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||||
|
internal class Resources {
|
||||||
|
|
||||||
|
private static global::System.Resources.ResourceManager resourceMan;
|
||||||
|
|
||||||
|
private static global::System.Globalization.CultureInfo resourceCulture;
|
||||||
|
|
||||||
|
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
||||||
|
internal Resources() {
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Returns the cached ResourceManager instance used by this class.
|
||||||
|
/// </summary>
|
||||||
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||||
|
internal static global::System.Resources.ResourceManager ResourceManager {
|
||||||
|
get {
|
||||||
|
if (object.ReferenceEquals(resourceMan, null)) {
|
||||||
|
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Lab3_CalebFontenot.Properties.Resources", typeof(Resources).Assembly);
|
||||||
|
resourceMan = temp;
|
||||||
|
}
|
||||||
|
return resourceMan;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Overrides the current thread's CurrentUICulture property for all
|
||||||
|
/// resource lookups using this strongly typed resource class.
|
||||||
|
/// </summary>
|
||||||
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||||
|
internal static global::System.Globalization.CultureInfo Culture {
|
||||||
|
get {
|
||||||
|
return resourceCulture;
|
||||||
|
}
|
||||||
|
set {
|
||||||
|
resourceCulture = value;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||||
|
/// </summary>
|
||||||
|
internal static System.Drawing.Bitmap Finland {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("Finland", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||||
|
/// </summary>
|
||||||
|
internal static System.Drawing.Bitmap France {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("France", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||||
|
/// </summary>
|
||||||
|
internal static System.Drawing.Bitmap Germany {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("Germany", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
130
Lab2_2_4_CalebFontenot/Lab2_2_4_CalebFontenot/Properties/Resources.resx
Executable file
130
Lab2_2_4_CalebFontenot/Lab2_2_4_CalebFontenot/Properties/Resources.resx
Executable file
@ -0,0 +1,130 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<!--
|
||||||
|
Microsoft ResX Schema
|
||||||
|
|
||||||
|
Version 2.0
|
||||||
|
|
||||||
|
The primary goals of this format is to allow a simple XML format
|
||||||
|
that is mostly human readable. The generation and parsing of the
|
||||||
|
various data types are done through the TypeConverter classes
|
||||||
|
associated with the data types.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
... ado.net/XML headers & schema ...
|
||||||
|
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||||
|
<resheader name="version">2.0</resheader>
|
||||||
|
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||||
|
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||||
|
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||||
|
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||||
|
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||||
|
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||||
|
</data>
|
||||||
|
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||||
|
<comment>This is a comment</comment>
|
||||||
|
</data>
|
||||||
|
|
||||||
|
There are any number of "resheader" rows that contain simple
|
||||||
|
name/value pairs.
|
||||||
|
|
||||||
|
Each data row contains a name, and value. The row also contains a
|
||||||
|
type or mimetype. Type corresponds to a .NET class that support
|
||||||
|
text/value conversion through the TypeConverter architecture.
|
||||||
|
Classes that don't support this are serialized and stored with the
|
||||||
|
mimetype set.
|
||||||
|
|
||||||
|
The mimetype is used for serialized objects, and tells the
|
||||||
|
ResXResourceReader how to depersist the object. This is currently not
|
||||||
|
extensible. For a given mimetype the value must be set accordingly:
|
||||||
|
|
||||||
|
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||||
|
that the ResXResourceWriter will generate, however the reader can
|
||||||
|
read any of the formats listed below.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.binary.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.soap.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||||
|
value : The object must be serialized into a byte array
|
||||||
|
: using a System.ComponentModel.TypeConverter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
-->
|
||||||
|
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string" />
|
||||||
|
<xsd:attribute name="name" type="xsd:string" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||||
|
<data name="Finland" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>..\Resources\Finland.bmp;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="France" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>..\Resources\France.bmp;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="Germany" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>..\Resources\Germany.bmp;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
BIN
Lab2_2_4_CalebFontenot/Lab2_2_4_CalebFontenot/Resources/Finland.bmp
Executable file
BIN
Lab2_2_4_CalebFontenot/Lab2_2_4_CalebFontenot/Resources/Finland.bmp
Executable file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
BIN
Lab2_2_4_CalebFontenot/Lab2_2_4_CalebFontenot/Resources/France.bmp
Executable file
BIN
Lab2_2_4_CalebFontenot/Lab2_2_4_CalebFontenot/Resources/France.bmp
Executable file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
BIN
Lab2_2_4_CalebFontenot/Lab2_2_4_CalebFontenot/Resources/Germany.bmp
Executable file
BIN
Lab2_2_4_CalebFontenot/Lab2_2_4_CalebFontenot/Resources/Germany.bmp
Executable file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"runtimeTarget": {
|
||||||
|
"name": ".NETCoreApp,Version=v6.0",
|
||||||
|
"signature": ""
|
||||||
|
},
|
||||||
|
"compilationOptions": {},
|
||||||
|
"targets": {
|
||||||
|
".NETCoreApp,Version=v6.0": {
|
||||||
|
"Lab3_CalebFontenot/1.0.0": {
|
||||||
|
"runtime": {
|
||||||
|
"Lab3_CalebFontenot.dll": {}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"libraries": {
|
||||||
|
"Lab3_CalebFontenot/1.0.0": {
|
||||||
|
"type": "project",
|
||||||
|
"serviceable": false,
|
||||||
|
"sha512": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"runtimeOptions": {
|
||||||
|
"tfm": "net6.0",
|
||||||
|
"frameworks": [
|
||||||
|
{
|
||||||
|
"name": "Microsoft.NETCore.App",
|
||||||
|
"version": "6.0.0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Microsoft.WindowsDesktop.App",
|
||||||
|
"version": "6.0.0"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
Binary file not shown.
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
a2cc5f031394e643317bf90ba1d29aafe22e6f6c
|
@ -0,0 +1,18 @@
|
|||||||
|
Z:\media\DataEXT4\Documents\ASDV C#\Lab3_CalebFontenot\Lab3_CalebFontenot\bin\Debug\net6.0-windows\Lab3_CalebFontenot.exe
|
||||||
|
Z:\media\DataEXT4\Documents\ASDV C#\Lab3_CalebFontenot\Lab3_CalebFontenot\bin\Debug\net6.0-windows\Lab3_CalebFontenot.deps.json
|
||||||
|
Z:\media\DataEXT4\Documents\ASDV C#\Lab3_CalebFontenot\Lab3_CalebFontenot\bin\Debug\net6.0-windows\Lab3_CalebFontenot.runtimeconfig.json
|
||||||
|
Z:\media\DataEXT4\Documents\ASDV C#\Lab3_CalebFontenot\Lab3_CalebFontenot\bin\Debug\net6.0-windows\Lab3_CalebFontenot.dll
|
||||||
|
Z:\media\DataEXT4\Documents\ASDV C#\Lab3_CalebFontenot\Lab3_CalebFontenot\bin\Debug\net6.0-windows\Lab3_CalebFontenot.pdb
|
||||||
|
Z:\media\DataEXT4\Documents\ASDV C#\Lab3_CalebFontenot\Lab3_CalebFontenot\obj\Debug\net6.0-windows\Lab3_CalebFontenot.csproj.AssemblyReference.cache
|
||||||
|
Z:\media\DataEXT4\Documents\ASDV C#\Lab3_CalebFontenot\Lab3_CalebFontenot\obj\Debug\net6.0-windows\Lab3_CalebFontenot.Form1.resources
|
||||||
|
Z:\media\DataEXT4\Documents\ASDV C#\Lab3_CalebFontenot\Lab3_CalebFontenot\obj\Debug\net6.0-windows\Lab3_CalebFontenot.Properties.Resources.resources
|
||||||
|
Z:\media\DataEXT4\Documents\ASDV C#\Lab3_CalebFontenot\Lab3_CalebFontenot\obj\Debug\net6.0-windows\Lab3_CalebFontenot.csproj.GenerateResource.cache
|
||||||
|
Z:\media\DataEXT4\Documents\ASDV C#\Lab3_CalebFontenot\Lab3_CalebFontenot\obj\Debug\net6.0-windows\Lab3_CalebFontenot.GeneratedMSBuildEditorConfig.editorconfig
|
||||||
|
Z:\media\DataEXT4\Documents\ASDV C#\Lab3_CalebFontenot\Lab3_CalebFontenot\obj\Debug\net6.0-windows\Lab3_CalebFontenot.AssemblyInfoInputs.cache
|
||||||
|
Z:\media\DataEXT4\Documents\ASDV C#\Lab3_CalebFontenot\Lab3_CalebFontenot\obj\Debug\net6.0-windows\Lab3_CalebFontenot.AssemblyInfo.cs
|
||||||
|
Z:\media\DataEXT4\Documents\ASDV C#\Lab3_CalebFontenot\Lab3_CalebFontenot\obj\Debug\net6.0-windows\Lab3_CalebFontenot.csproj.CoreCompileInputs.cache
|
||||||
|
Z:\media\DataEXT4\Documents\ASDV C#\Lab3_CalebFontenot\Lab3_CalebFontenot\obj\Debug\net6.0-windows\Lab3_CalebFontenot.dll
|
||||||
|
Z:\media\DataEXT4\Documents\ASDV C#\Lab3_CalebFontenot\Lab3_CalebFontenot\obj\Debug\net6.0-windows\refint\Lab3_CalebFontenot.dll
|
||||||
|
Z:\media\DataEXT4\Documents\ASDV C#\Lab3_CalebFontenot\Lab3_CalebFontenot\obj\Debug\net6.0-windows\Lab3_CalebFontenot.pdb
|
||||||
|
Z:\media\DataEXT4\Documents\ASDV C#\Lab3_CalebFontenot\Lab3_CalebFontenot\obj\Debug\net6.0-windows\Lab3_CalebFontenot.genruntimeconfig.cache
|
||||||
|
Z:\media\DataEXT4\Documents\ASDV C#\Lab3_CalebFontenot\Lab3_CalebFontenot\obj\Debug\net6.0-windows\ref\Lab3_CalebFontenot.dll
|
Binary file not shown.
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
c38eaed1a73cd4981b250e7ee1f122603ca48d1f
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Lab2_2_4_CalebFontenot/lab2_2_4_CalebFontenot.docx
Normal file
BIN
Lab2_2_4_CalebFontenot/lab2_2_4_CalebFontenot.docx
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
103
Lab2_2_5_CalebFontenot/Lab2_2_5_CalebFontenot-2/Form1.Designer.cs
generated
Executable file
103
Lab2_2_5_CalebFontenot/Lab2_2_5_CalebFontenot-2/Form1.Designer.cs
generated
Executable file
@ -0,0 +1,103 @@
|
|||||||
|
namespace Lab2_2_5_CalebFontenot_2
|
||||||
|
{
|
||||||
|
partial class Form1
|
||||||
|
{
|
||||||
|
/// <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.cardBackPictureBox = new System.Windows.Forms.PictureBox();
|
||||||
|
this.cardFacePictureBox = new System.Windows.Forms.PictureBox();
|
||||||
|
this.showBackButton = new System.Windows.Forms.Button();
|
||||||
|
this.showFaceButton = new System.Windows.Forms.Button();
|
||||||
|
((System.ComponentModel.ISupportInitialize)(this.cardBackPictureBox)).BeginInit();
|
||||||
|
((System.ComponentModel.ISupportInitialize)(this.cardFacePictureBox)).BeginInit();
|
||||||
|
this.SuspendLayout();
|
||||||
|
//
|
||||||
|
// cardBackPictureBox
|
||||||
|
//
|
||||||
|
this.cardBackPictureBox.Image = global::Lab2_2_5_CalebFontenot_2.Properties.Resources.Backface_Blue;
|
||||||
|
this.cardBackPictureBox.Location = new System.Drawing.Point(12, 12);
|
||||||
|
this.cardBackPictureBox.Name = "cardBackPictureBox";
|
||||||
|
this.cardBackPictureBox.Size = new System.Drawing.Size(107, 143);
|
||||||
|
this.cardBackPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
||||||
|
this.cardBackPictureBox.TabIndex = 0;
|
||||||
|
this.cardBackPictureBox.TabStop = false;
|
||||||
|
//
|
||||||
|
// cardFacePictureBox
|
||||||
|
//
|
||||||
|
this.cardFacePictureBox.Image = global::Lab2_2_5_CalebFontenot_2.Properties.Resources.Ace_Spades;
|
||||||
|
this.cardFacePictureBox.Location = new System.Drawing.Point(125, 12);
|
||||||
|
this.cardFacePictureBox.Name = "cardFacePictureBox";
|
||||||
|
this.cardFacePictureBox.Size = new System.Drawing.Size(107, 143);
|
||||||
|
this.cardFacePictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
||||||
|
this.cardFacePictureBox.TabIndex = 1;
|
||||||
|
this.cardFacePictureBox.TabStop = false;
|
||||||
|
//
|
||||||
|
// showBackButton
|
||||||
|
//
|
||||||
|
this.showBackButton.Location = new System.Drawing.Point(12, 161);
|
||||||
|
this.showBackButton.Name = "showBackButton";
|
||||||
|
this.showBackButton.Size = new System.Drawing.Size(107, 52);
|
||||||
|
this.showBackButton.TabIndex = 2;
|
||||||
|
this.showBackButton.Text = "Show the Card Back";
|
||||||
|
this.showBackButton.UseVisualStyleBackColor = true;
|
||||||
|
this.showBackButton.Click += new System.EventHandler(this.showBackButton_Click);
|
||||||
|
//
|
||||||
|
// showFaceButton
|
||||||
|
//
|
||||||
|
this.showFaceButton.Location = new System.Drawing.Point(125, 161);
|
||||||
|
this.showFaceButton.Name = "showFaceButton";
|
||||||
|
this.showFaceButton.Size = new System.Drawing.Size(107, 52);
|
||||||
|
this.showFaceButton.TabIndex = 3;
|
||||||
|
this.showFaceButton.Text = "Show the Card Face";
|
||||||
|
this.showFaceButton.UseVisualStyleBackColor = true;
|
||||||
|
this.showFaceButton.Click += new System.EventHandler(this.showFaceButton_Click);
|
||||||
|
//
|
||||||
|
// Form1
|
||||||
|
//
|
||||||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
|
||||||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||||
|
this.ClientSize = new System.Drawing.Size(244, 223);
|
||||||
|
this.Controls.Add(this.showFaceButton);
|
||||||
|
this.Controls.Add(this.showBackButton);
|
||||||
|
this.Controls.Add(this.cardFacePictureBox);
|
||||||
|
this.Controls.Add(this.cardBackPictureBox);
|
||||||
|
this.Name = "Form1";
|
||||||
|
this.Text = "Card Flip";
|
||||||
|
((System.ComponentModel.ISupportInitialize)(this.cardBackPictureBox)).EndInit();
|
||||||
|
((System.ComponentModel.ISupportInitialize)(this.cardFacePictureBox)).EndInit();
|
||||||
|
this.ResumeLayout(false);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
#endregion
|
||||||
|
|
||||||
|
private PictureBox cardBackPictureBox;
|
||||||
|
private PictureBox cardFacePictureBox;
|
||||||
|
private Button showBackButton;
|
||||||
|
private Button showFaceButton;
|
||||||
|
}
|
||||||
|
}
|
24
Lab2_2_5_CalebFontenot/Lab2_2_5_CalebFontenot-2/Form1.cs
Executable file
24
Lab2_2_5_CalebFontenot/Lab2_2_5_CalebFontenot-2/Form1.cs
Executable file
@ -0,0 +1,24 @@
|
|||||||
|
using System.ComponentModel.DataAnnotations;
|
||||||
|
|
||||||
|
namespace Lab2_2_5_CalebFontenot_2
|
||||||
|
{
|
||||||
|
public partial class Form1 : Form
|
||||||
|
{
|
||||||
|
public Form1()
|
||||||
|
{
|
||||||
|
InitializeComponent();
|
||||||
|
}
|
||||||
|
|
||||||
|
private void showBackButton_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
cardBackPictureBox.Visible = true;
|
||||||
|
cardFacePictureBox.Visible = false;
|
||||||
|
}
|
||||||
|
|
||||||
|
private void showFaceButton_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
cardBackPictureBox.Visible = false;
|
||||||
|
cardFacePictureBox.Visible = true;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
60
Lab2_2_5_CalebFontenot/Lab2_2_5_CalebFontenot-2/Form1.resx
Executable file
60
Lab2_2_5_CalebFontenot/Lab2_2_5_CalebFontenot-2/Form1.resx
Executable file
@ -0,0 +1,60 @@
|
|||||||
|
<root>
|
||||||
|
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string" />
|
||||||
|
<xsd:attribute name="name" type="xsd:string" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
</root>
|
@ -0,0 +1,27 @@
|
|||||||
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
|
<PropertyGroup>
|
||||||
|
<OutputType>WinExe</OutputType>
|
||||||
|
<TargetFramework>net6.0-windows</TargetFramework>
|
||||||
|
<RootNamespace>Lab2_2_5_CalebFontenot_2</RootNamespace>
|
||||||
|
<Nullable>enable</Nullable>
|
||||||
|
<UseWindowsForms>true</UseWindowsForms>
|
||||||
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<Compile Update="Properties\Resources.Designer.cs">
|
||||||
|
<DesignTime>True</DesignTime>
|
||||||
|
<AutoGen>True</AutoGen>
|
||||||
|
<DependentUpon>Resources.resx</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<EmbeddedResource Update="Properties\Resources.resx">
|
||||||
|
<Generator>ResXFileCodeGenerator</Generator>
|
||||||
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
||||||
|
</EmbeddedResource>
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
</Project>
|
@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<ItemGroup>
|
||||||
|
<Compile Update="Form1.cs">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
</ItemGroup>
|
||||||
|
</Project>
|
25
Lab2_2_5_CalebFontenot/Lab2_2_5_CalebFontenot-2/Lab2_2_5_CalebFontenot-2.sln
Executable file
25
Lab2_2_5_CalebFontenot/Lab2_2_5_CalebFontenot-2/Lab2_2_5_CalebFontenot-2.sln
Executable file
@ -0,0 +1,25 @@
|
|||||||
|
|
||||||
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||||
|
# Visual Studio Version 17
|
||||||
|
VisualStudioVersion = 17.3.32804.467
|
||||||
|
MinimumVisualStudioVersion = 10.0.40219.1
|
||||||
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lab2_2_5_CalebFontenot-2", "Lab2_2_5_CalebFontenot-2.csproj", "{8635D559-C05B-40DD-94B3-2789F490BAFB}"
|
||||||
|
EndProject
|
||||||
|
Global
|
||||||
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
|
Debug|Any CPU = Debug|Any CPU
|
||||||
|
Release|Any CPU = Release|Any CPU
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||||
|
{8635D559-C05B-40DD-94B3-2789F490BAFB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{8635D559-C05B-40DD-94B3-2789F490BAFB}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{8635D559-C05B-40DD-94B3-2789F490BAFB}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{8635D559-C05B-40DD-94B3-2789F490BAFB}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
|
HideSolutionNode = FALSE
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||||
|
SolutionGuid = {1E71B980-F139-4810-972F-B5F8E9F5E5D0}
|
||||||
|
EndGlobalSection
|
||||||
|
EndGlobal
|
17
Lab2_2_5_CalebFontenot/Lab2_2_5_CalebFontenot-2/Program.cs
Executable file
17
Lab2_2_5_CalebFontenot/Lab2_2_5_CalebFontenot-2/Program.cs
Executable file
@ -0,0 +1,17 @@
|
|||||||
|
namespace Lab2_2_5_CalebFontenot_2
|
||||||
|
{
|
||||||
|
internal static class Program
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// The main entry point for the application.
|
||||||
|
/// </summary>
|
||||||
|
[STAThread]
|
||||||
|
static void Main()
|
||||||
|
{
|
||||||
|
// To customize application configuration such as set high DPI settings or default font,
|
||||||
|
// see https://aka.ms/applicationconfiguration.
|
||||||
|
ApplicationConfiguration.Initialize();
|
||||||
|
Application.Run(new Form1());
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
83
Lab2_2_5_CalebFontenot/Lab2_2_5_CalebFontenot-2/Properties/Resources.Designer.cs
generated
Executable file
83
Lab2_2_5_CalebFontenot/Lab2_2_5_CalebFontenot-2/Properties/Resources.Designer.cs
generated
Executable file
@ -0,0 +1,83 @@
|
|||||||
|
//------------------------------------------------------------------------------
|
||||||
|
// <auto-generated>
|
||||||
|
// This code was generated by a tool.
|
||||||
|
// Runtime Version:4.0.30319.42000
|
||||||
|
//
|
||||||
|
// Changes to this file may cause incorrect behavior and will be lost if
|
||||||
|
// the code is regenerated.
|
||||||
|
// </auto-generated>
|
||||||
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
namespace Lab2_2_5_CalebFontenot_2.Properties {
|
||||||
|
using System;
|
||||||
|
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// A strongly-typed resource class, for looking up localized strings, etc.
|
||||||
|
/// </summary>
|
||||||
|
// This class was auto-generated by the StronglyTypedResourceBuilder
|
||||||
|
// class via a tool like ResGen or Visual Studio.
|
||||||
|
// To add or remove a member, edit your .ResX file then rerun ResGen
|
||||||
|
// with the /str option, or rebuild your VS project.
|
||||||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||||
|
internal class Resources {
|
||||||
|
|
||||||
|
private static global::System.Resources.ResourceManager resourceMan;
|
||||||
|
|
||||||
|
private static global::System.Globalization.CultureInfo resourceCulture;
|
||||||
|
|
||||||
|
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
||||||
|
internal Resources() {
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Returns the cached ResourceManager instance used by this class.
|
||||||
|
/// </summary>
|
||||||
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||||
|
internal static global::System.Resources.ResourceManager ResourceManager {
|
||||||
|
get {
|
||||||
|
if (object.ReferenceEquals(resourceMan, null)) {
|
||||||
|
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Lab2_2_5_CalebFontenot_2.Properties.Resources", typeof(Resources).Assembly);
|
||||||
|
resourceMan = temp;
|
||||||
|
}
|
||||||
|
return resourceMan;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Overrides the current thread's CurrentUICulture property for all
|
||||||
|
/// resource lookups using this strongly typed resource class.
|
||||||
|
/// </summary>
|
||||||
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||||
|
internal static global::System.Globalization.CultureInfo Culture {
|
||||||
|
get {
|
||||||
|
return resourceCulture;
|
||||||
|
}
|
||||||
|
set {
|
||||||
|
resourceCulture = value;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||||
|
/// </summary>
|
||||||
|
internal static System.Drawing.Bitmap Ace_Spades {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("Ace_Spades", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||||
|
/// </summary>
|
||||||
|
internal static System.Drawing.Bitmap Backface_Blue {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("Backface_Blue", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
127
Lab2_2_5_CalebFontenot/Lab2_2_5_CalebFontenot-2/Properties/Resources.resx
Executable file
127
Lab2_2_5_CalebFontenot/Lab2_2_5_CalebFontenot-2/Properties/Resources.resx
Executable file
@ -0,0 +1,127 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<!--
|
||||||
|
Microsoft ResX Schema
|
||||||
|
|
||||||
|
Version 2.0
|
||||||
|
|
||||||
|
The primary goals of this format is to allow a simple XML format
|
||||||
|
that is mostly human readable. The generation and parsing of the
|
||||||
|
various data types are done through the TypeConverter classes
|
||||||
|
associated with the data types.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
... ado.net/XML headers & schema ...
|
||||||
|
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||||
|
<resheader name="version">2.0</resheader>
|
||||||
|
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||||
|
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||||
|
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||||
|
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||||
|
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||||
|
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||||
|
</data>
|
||||||
|
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||||
|
<comment>This is a comment</comment>
|
||||||
|
</data>
|
||||||
|
|
||||||
|
There are any number of "resheader" rows that contain simple
|
||||||
|
name/value pairs.
|
||||||
|
|
||||||
|
Each data row contains a name, and value. The row also contains a
|
||||||
|
type or mimetype. Type corresponds to a .NET class that support
|
||||||
|
text/value conversion through the TypeConverter architecture.
|
||||||
|
Classes that don't support this are serialized and stored with the
|
||||||
|
mimetype set.
|
||||||
|
|
||||||
|
The mimetype is used for serialized objects, and tells the
|
||||||
|
ResXResourceReader how to depersist the object. This is currently not
|
||||||
|
extensible. For a given mimetype the value must be set accordingly:
|
||||||
|
|
||||||
|
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||||
|
that the ResXResourceWriter will generate, however the reader can
|
||||||
|
read any of the formats listed below.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.binary.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.soap.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||||
|
value : The object must be serialized into a byte array
|
||||||
|
: using a System.ComponentModel.TypeConverter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
-->
|
||||||
|
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string" />
|
||||||
|
<xsd:attribute name="name" type="xsd:string" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||||
|
<data name="Ace_Spades" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>..\Resources\Ace_Spades.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="Backface_Blue" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>..\Resources\Backface_Blue.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
BIN
Lab2_2_5_CalebFontenot/Lab2_2_5_CalebFontenot-2/Resources/Ace_Spades.jpg
Executable file
BIN
Lab2_2_5_CalebFontenot/Lab2_2_5_CalebFontenot-2/Resources/Ace_Spades.jpg
Executable file
Binary file not shown.
After Width: | Height: | Size: 56 KiB |
BIN
Lab2_2_5_CalebFontenot/Lab2_2_5_CalebFontenot-2/Resources/Backface_Blue.jpg
Executable file
BIN
Lab2_2_5_CalebFontenot/Lab2_2_5_CalebFontenot-2/Resources/Backface_Blue.jpg
Executable file
Binary file not shown.
After Width: | Height: | Size: 79 KiB |
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"runtimeTarget": {
|
||||||
|
"name": ".NETCoreApp,Version=v6.0",
|
||||||
|
"signature": ""
|
||||||
|
},
|
||||||
|
"compilationOptions": {},
|
||||||
|
"targets": {
|
||||||
|
".NETCoreApp,Version=v6.0": {
|
||||||
|
"Lab2_2_5_CalebFontenot-2/1.0.0": {
|
||||||
|
"runtime": {
|
||||||
|
"Lab2_2_5_CalebFontenot-2.dll": {}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"libraries": {
|
||||||
|
"Lab2_2_5_CalebFontenot-2/1.0.0": {
|
||||||
|
"type": "project",
|
||||||
|
"serviceable": false,
|
||||||
|
"sha512": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"runtimeOptions": {
|
||||||
|
"tfm": "net6.0",
|
||||||
|
"frameworks": [
|
||||||
|
{
|
||||||
|
"name": "Microsoft.NETCore.App",
|
||||||
|
"version": "6.0.0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Microsoft.WindowsDesktop.App",
|
||||||
|
"version": "6.0.0"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,4 @@
|
|||||||
|
// <autogenerated />
|
||||||
|
using System;
|
||||||
|
using System.Reflection;
|
||||||
|
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")]
|
@ -0,0 +1,25 @@
|
|||||||
|
//------------------------------------------------------------------------------
|
||||||
|
// <auto-generated>
|
||||||
|
// This code was generated by a tool.
|
||||||
|
// Runtime Version:4.0.30319.42000
|
||||||
|
//
|
||||||
|
// Changes to this file may cause incorrect behavior and will be lost if
|
||||||
|
// the code is regenerated.
|
||||||
|
// </auto-generated>
|
||||||
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
using System;
|
||||||
|
using System.Reflection;
|
||||||
|
|
||||||
|
[assembly: System.Reflection.AssemblyCompanyAttribute("Lab2_2_5_CalebFontenot-2")]
|
||||||
|
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||||
|
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||||
|
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||||
|
[assembly: System.Reflection.AssemblyProductAttribute("Lab2_2_5_CalebFontenot-2")]
|
||||||
|
[assembly: System.Reflection.AssemblyTitleAttribute("Lab2_2_5_CalebFontenot-2")]
|
||||||
|
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||||
|
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
|
||||||
|
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
|
||||||
|
|
||||||
|
// Generated by the MSBuild WriteCodeFragment class.
|
||||||
|
|
@ -0,0 +1 @@
|
|||||||
|
413ba0e92758464f885dd2d870e84feed93efeaa
|
@ -0,0 +1,16 @@
|
|||||||
|
is_global = true
|
||||||
|
build_property.ApplicationManifest =
|
||||||
|
build_property.StartupObject =
|
||||||
|
build_property.ApplicationDefaultFont =
|
||||||
|
build_property.ApplicationHighDpiMode =
|
||||||
|
build_property.ApplicationUseCompatibleTextRendering =
|
||||||
|
build_property.ApplicationVisualStyles =
|
||||||
|
build_property.TargetFramework = net6.0-windows
|
||||||
|
build_property.TargetPlatformMinVersion = 7.0
|
||||||
|
build_property.UsingMicrosoftNETSdkWeb =
|
||||||
|
build_property.ProjectTypeGuids =
|
||||||
|
build_property.InvariantGlobalization =
|
||||||
|
build_property.PlatformNeutralAssembly =
|
||||||
|
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||||
|
build_property.RootNamespace = Lab2_2_5_CalebFontenot_2
|
||||||
|
build_property.ProjectDir = Z:\media\DataEXT4\Documents\ASDV C#\Lab2_2_5_CalebFontenot\Lab2_2_5_CalebFontenot-2\
|
@ -0,0 +1,10 @@
|
|||||||
|
// <auto-generated/>
|
||||||
|
global using global::System;
|
||||||
|
global using global::System.Collections.Generic;
|
||||||
|
global using global::System.Drawing;
|
||||||
|
global using global::System.IO;
|
||||||
|
global using global::System.Linq;
|
||||||
|
global using global::System.Net.Http;
|
||||||
|
global using global::System.Threading;
|
||||||
|
global using global::System.Threading.Tasks;
|
||||||
|
global using global::System.Windows.Forms;
|
Binary file not shown.
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
74b80ad64d5bbfa8b73eff514f53a1808252388a
|
@ -0,0 +1,18 @@
|
|||||||
|
Z:\media\DataEXT4\Documents\ASDV C#\Lab2_2_5_CalebFontenot\Lab2_2_5_CalebFontenot-2\bin\Debug\net6.0-windows\Lab2_2_5_CalebFontenot-2.exe
|
||||||
|
Z:\media\DataEXT4\Documents\ASDV C#\Lab2_2_5_CalebFontenot\Lab2_2_5_CalebFontenot-2\bin\Debug\net6.0-windows\Lab2_2_5_CalebFontenot-2.deps.json
|
||||||
|
Z:\media\DataEXT4\Documents\ASDV C#\Lab2_2_5_CalebFontenot\Lab2_2_5_CalebFontenot-2\bin\Debug\net6.0-windows\Lab2_2_5_CalebFontenot-2.runtimeconfig.json
|
||||||
|
Z:\media\DataEXT4\Documents\ASDV C#\Lab2_2_5_CalebFontenot\Lab2_2_5_CalebFontenot-2\bin\Debug\net6.0-windows\Lab2_2_5_CalebFontenot-2.dll
|
||||||
|
Z:\media\DataEXT4\Documents\ASDV C#\Lab2_2_5_CalebFontenot\Lab2_2_5_CalebFontenot-2\bin\Debug\net6.0-windows\Lab2_2_5_CalebFontenot-2.pdb
|
||||||
|
Z:\media\DataEXT4\Documents\ASDV C#\Lab2_2_5_CalebFontenot\Lab2_2_5_CalebFontenot-2\obj\Debug\net6.0-windows\Lab2_2_5_CalebFontenot-2.csproj.AssemblyReference.cache
|
||||||
|
Z:\media\DataEXT4\Documents\ASDV C#\Lab2_2_5_CalebFontenot\Lab2_2_5_CalebFontenot-2\obj\Debug\net6.0-windows\Lab2_2_5_CalebFontenot_2.Form1.resources
|
||||||
|
Z:\media\DataEXT4\Documents\ASDV C#\Lab2_2_5_CalebFontenot\Lab2_2_5_CalebFontenot-2\obj\Debug\net6.0-windows\Lab2_2_5_CalebFontenot_2.Properties.Resources.resources
|
||||||
|
Z:\media\DataEXT4\Documents\ASDV C#\Lab2_2_5_CalebFontenot\Lab2_2_5_CalebFontenot-2\obj\Debug\net6.0-windows\Lab2_2_5_CalebFontenot-2.csproj.GenerateResource.cache
|
||||||
|
Z:\media\DataEXT4\Documents\ASDV C#\Lab2_2_5_CalebFontenot\Lab2_2_5_CalebFontenot-2\obj\Debug\net6.0-windows\Lab2_2_5_CalebFontenot-2.GeneratedMSBuildEditorConfig.editorconfig
|
||||||
|
Z:\media\DataEXT4\Documents\ASDV C#\Lab2_2_5_CalebFontenot\Lab2_2_5_CalebFontenot-2\obj\Debug\net6.0-windows\Lab2_2_5_CalebFontenot-2.AssemblyInfoInputs.cache
|
||||||
|
Z:\media\DataEXT4\Documents\ASDV C#\Lab2_2_5_CalebFontenot\Lab2_2_5_CalebFontenot-2\obj\Debug\net6.0-windows\Lab2_2_5_CalebFontenot-2.AssemblyInfo.cs
|
||||||
|
Z:\media\DataEXT4\Documents\ASDV C#\Lab2_2_5_CalebFontenot\Lab2_2_5_CalebFontenot-2\obj\Debug\net6.0-windows\Lab2_2_5_CalebFontenot-2.csproj.CoreCompileInputs.cache
|
||||||
|
Z:\media\DataEXT4\Documents\ASDV C#\Lab2_2_5_CalebFontenot\Lab2_2_5_CalebFontenot-2\obj\Debug\net6.0-windows\Lab2_2_5_CalebFontenot-2.dll
|
||||||
|
Z:\media\DataEXT4\Documents\ASDV C#\Lab2_2_5_CalebFontenot\Lab2_2_5_CalebFontenot-2\obj\Debug\net6.0-windows\refint\Lab2_2_5_CalebFontenot-2.dll
|
||||||
|
Z:\media\DataEXT4\Documents\ASDV C#\Lab2_2_5_CalebFontenot\Lab2_2_5_CalebFontenot-2\obj\Debug\net6.0-windows\Lab2_2_5_CalebFontenot-2.pdb
|
||||||
|
Z:\media\DataEXT4\Documents\ASDV C#\Lab2_2_5_CalebFontenot\Lab2_2_5_CalebFontenot-2\obj\Debug\net6.0-windows\Lab2_2_5_CalebFontenot-2.genruntimeconfig.cache
|
||||||
|
Z:\media\DataEXT4\Documents\ASDV C#\Lab2_2_5_CalebFontenot\Lab2_2_5_CalebFontenot-2\obj\Debug\net6.0-windows\ref\Lab2_2_5_CalebFontenot-2.dll
|
Binary file not shown.
@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"runtimeTarget": {
|
||||||
|
"name": ".NETCoreApp,Version=v6.0",
|
||||||
|
"signature": ""
|
||||||
|
},
|
||||||
|
"compilationOptions": {},
|
||||||
|
"targets": {
|
||||||
|
".NETCoreApp,Version=v6.0": {}
|
||||||
|
},
|
||||||
|
"libraries": {}
|
||||||
|
}
|
@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"runtimeOptions": {
|
||||||
|
"tfm": "net6.0",
|
||||||
|
"frameworks": [
|
||||||
|
{
|
||||||
|
"name": "Microsoft.NETCore.App",
|
||||||
|
"version": "6.0.0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Microsoft.WindowsDesktop.App",
|
||||||
|
"version": "6.0.0"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"additionalProbingPaths": [
|
||||||
|
"C:\\Users\\caleb\\.dotnet\\store\\|arch|\\|tfm|",
|
||||||
|
"C:\\Users\\caleb\\.nuget\\packages"
|
||||||
|
],
|
||||||
|
"configProperties": {
|
||||||
|
"Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
05411c42c64b465b98922516c6815c4316a297d8
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,66 @@
|
|||||||
|
{
|
||||||
|
"format": 1,
|
||||||
|
"restore": {
|
||||||
|
"Z:\\media\\DataEXT4\\Documents\\ASDV C#\\Lab2_2_5_CalebFontenot\\Lab2_2_5_CalebFontenot-2\\Lab2_2_5_CalebFontenot-2.csproj": {}
|
||||||
|
},
|
||||||
|
"projects": {
|
||||||
|
"Z:\\media\\DataEXT4\\Documents\\ASDV C#\\Lab2_2_5_CalebFontenot\\Lab2_2_5_CalebFontenot-2\\Lab2_2_5_CalebFontenot-2.csproj": {
|
||||||
|
"version": "1.0.0",
|
||||||
|
"restore": {
|
||||||
|
"projectUniqueName": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\Lab2_2_5_CalebFontenot\\Lab2_2_5_CalebFontenot-2\\Lab2_2_5_CalebFontenot-2.csproj",
|
||||||
|
"projectName": "Lab2_2_5_CalebFontenot-2",
|
||||||
|
"projectPath": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\Lab2_2_5_CalebFontenot\\Lab2_2_5_CalebFontenot-2\\Lab2_2_5_CalebFontenot-2.csproj",
|
||||||
|
"packagesPath": "C:\\Users\\caleb\\.nuget\\packages\\",
|
||||||
|
"outputPath": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\Lab2_2_5_CalebFontenot\\Lab2_2_5_CalebFontenot-2\\obj\\",
|
||||||
|
"projectStyle": "PackageReference",
|
||||||
|
"configFilePaths": [
|
||||||
|
"C:\\Users\\caleb\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
||||||
|
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
||||||
|
],
|
||||||
|
"originalTargetFrameworks": [
|
||||||
|
"net6.0-windows"
|
||||||
|
],
|
||||||
|
"sources": {
|
||||||
|
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||||
|
"https://api.nuget.org/v3/index.json": {}
|
||||||
|
},
|
||||||
|
"frameworks": {
|
||||||
|
"net6.0-windows7.0": {
|
||||||
|
"targetAlias": "net6.0-windows",
|
||||||
|
"projectReferences": {}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"warningProperties": {
|
||||||
|
"warnAsError": [
|
||||||
|
"NU1605"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"frameworks": {
|
||||||
|
"net6.0-windows7.0": {
|
||||||
|
"targetAlias": "net6.0-windows",
|
||||||
|
"imports": [
|
||||||
|
"net461",
|
||||||
|
"net462",
|
||||||
|
"net47",
|
||||||
|
"net471",
|
||||||
|
"net472",
|
||||||
|
"net48",
|
||||||
|
"net481"
|
||||||
|
],
|
||||||
|
"assetTargetFallback": true,
|
||||||
|
"warn": true,
|
||||||
|
"frameworkReferences": {
|
||||||
|
"Microsoft.NETCore.App": {
|
||||||
|
"privateAssets": "all"
|
||||||
|
},
|
||||||
|
"Microsoft.WindowsDesktop.App.WindowsForms": {
|
||||||
|
"privateAssets": "none"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.400\\RuntimeIdentifierGraph.json"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user