commit bcdb56308502966b843d02985bf35c4799694d58 Author: SONGQUE PARK Date: Mon Nov 22 10:31:04 2021 +0900 1st commit diff --git a/WhoAmI.sln b/WhoAmI.sln new file mode 100644 index 0000000..9ec093a --- /dev/null +++ b/WhoAmI.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.31729.503 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WhoAmI", "WhoAmI\WhoAmI.csproj", "{E3F65C1A-16AE-48B8-9E9C-A2F158F40254}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {E3F65C1A-16AE-48B8-9E9C-A2F158F40254}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E3F65C1A-16AE-48B8-9E9C-A2F158F40254}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E3F65C1A-16AE-48B8-9E9C-A2F158F40254}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E3F65C1A-16AE-48B8-9E9C-A2F158F40254}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {4268C317-9F01-4FBA-9A39-EAE250B67FD2} + EndGlobalSection +EndGlobal diff --git a/WhoAmI/App.config b/WhoAmI/App.config new file mode 100644 index 0000000..b50c74f --- /dev/null +++ b/WhoAmI/App.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/WhoAmI/Form1.Designer.cs b/WhoAmI/Form1.Designer.cs new file mode 100644 index 0000000..b50e8d5 --- /dev/null +++ b/WhoAmI/Form1.Designer.cs @@ -0,0 +1,168 @@ + +namespace WhoAmI +{ + partial class Form1 + { + /// + /// 필수 디자이너 변수입니다. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// 사용 중인 모든 리소스를 정리합니다. + /// + /// 관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form 디자이너에서 생성한 코드 + + /// + /// 디자이너 지원에 필요한 메서드입니다. + /// 이 메서드의 내용을 코드 편집기로 수정하지 마세요. + /// + private void InitializeComponent() + { + this.tabPage3 = new System.Windows.Forms.TabPage(); + this.mosicTiles3 = new MosaicTiles.MosicTiles(); + this.tabPage2 = new System.Windows.Forms.TabPage(); + this.mosicTiles2 = new MosaicTiles.MosicTiles(); + this.tabPage1 = new System.Windows.Forms.TabPage(); + this.mosicTiles1 = new MosaicTiles.MosicTiles(); + this.tabControl1 = new System.Windows.Forms.TabControl(); + this.tabPage4 = new System.Windows.Forms.TabPage(); + this.mosicTiles4 = new MosaicTiles.MosicTiles(); + this.tabPage3.SuspendLayout(); + this.tabPage2.SuspendLayout(); + this.tabPage1.SuspendLayout(); + this.tabControl1.SuspendLayout(); + this.tabPage4.SuspendLayout(); + this.SuspendLayout(); + // + // tabPage3 + // + this.tabPage3.Controls.Add(this.mosicTiles3); + this.tabPage3.Location = new System.Drawing.Point(4, 22); + this.tabPage3.Name = "tabPage3"; + this.tabPage3.Padding = new System.Windows.Forms.Padding(3); + this.tabPage3.Size = new System.Drawing.Size(256, 348); + this.tabPage3.TabIndex = 2; + this.tabPage3.Text = "Q.3"; + this.tabPage3.UseVisualStyleBackColor = true; + // + // mosicTiles3 + // + this.mosicTiles3.Image = null; + this.mosicTiles3.Location = new System.Drawing.Point(0, 0); + this.mosicTiles3.Name = "mosicTiles3"; + this.mosicTiles3.Size = new System.Drawing.Size(250, 350); + this.mosicTiles3.TabIndex = 0; + // + // tabPage2 + // + this.tabPage2.Controls.Add(this.mosicTiles2); + this.tabPage2.Location = new System.Drawing.Point(4, 22); + this.tabPage2.Name = "tabPage2"; + this.tabPage2.Padding = new System.Windows.Forms.Padding(3); + this.tabPage2.Size = new System.Drawing.Size(256, 348); + this.tabPage2.TabIndex = 1; + this.tabPage2.Text = "Q.2"; + this.tabPage2.UseVisualStyleBackColor = true; + // + // mosicTiles2 + // + this.mosicTiles2.Image = global::WhoAmI.Properties.Resources.jn; + this.mosicTiles2.Location = new System.Drawing.Point(0, 0); + this.mosicTiles2.Name = "mosicTiles2"; + this.mosicTiles2.Size = new System.Drawing.Size(250, 350); + this.mosicTiles2.TabIndex = 0; + // + // tabPage1 + // + this.tabPage1.Controls.Add(this.mosicTiles1); + this.tabPage1.Location = new System.Drawing.Point(4, 22); + this.tabPage1.Name = "tabPage1"; + this.tabPage1.Padding = new System.Windows.Forms.Padding(3); + this.tabPage1.Size = new System.Drawing.Size(256, 348); + this.tabPage1.TabIndex = 0; + this.tabPage1.Text = "Q.1"; + this.tabPage1.UseVisualStyleBackColor = true; + // + // mosicTiles1 + // + this.mosicTiles1.Image = global::WhoAmI.Properties.Resources.sjp; + this.mosicTiles1.Location = new System.Drawing.Point(0, 0); + this.mosicTiles1.Name = "mosicTiles1"; + this.mosicTiles1.Size = new System.Drawing.Size(250, 350); + this.mosicTiles1.TabIndex = 0; + // + // tabControl1 + // + this.tabControl1.Controls.Add(this.tabPage1); + this.tabControl1.Controls.Add(this.tabPage2); + this.tabControl1.Controls.Add(this.tabPage3); + this.tabControl1.Controls.Add(this.tabPage4); + this.tabControl1.Location = new System.Drawing.Point(5, 53); + this.tabControl1.Name = "tabControl1"; + this.tabControl1.SelectedIndex = 0; + this.tabControl1.Size = new System.Drawing.Size(264, 374); + this.tabControl1.TabIndex = 0; + // + // tabPage4 + // + this.tabPage4.Controls.Add(this.mosicTiles4); + this.tabPage4.Location = new System.Drawing.Point(4, 22); + this.tabPage4.Name = "tabPage4"; + this.tabPage4.Padding = new System.Windows.Forms.Padding(3); + this.tabPage4.Size = new System.Drawing.Size(256, 348); + this.tabPage4.TabIndex = 3; + this.tabPage4.Text = "Q.4"; + this.tabPage4.UseVisualStyleBackColor = true; + // + // mosicTiles4 + // + this.mosicTiles4.Image = null; + this.mosicTiles4.Location = new System.Drawing.Point(0, 0); + this.mosicTiles4.Name = "mosicTiles4"; + this.mosicTiles4.Size = new System.Drawing.Size(250, 350); + this.mosicTiles4.TabIndex = 0; + // + // Form1 + // + this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(271, 475); + this.Controls.Add(this.tabControl1); + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; + this.MaximizeBox = false; + this.Name = "Form1"; + this.Text = "Who AM I ?"; + this.tabPage3.ResumeLayout(false); + this.tabPage2.ResumeLayout(false); + this.tabPage1.ResumeLayout(false); + this.tabControl1.ResumeLayout(false); + this.tabPage4.ResumeLayout(false); + this.ResumeLayout(false); + + } + + #endregion + + private System.Windows.Forms.TabPage tabPage3; + private MosaicTiles.MosicTiles mosicTiles3; + private System.Windows.Forms.TabPage tabPage2; + private MosaicTiles.MosicTiles mosicTiles2; + private System.Windows.Forms.TabPage tabPage1; + private MosaicTiles.MosicTiles mosicTiles1; + private System.Windows.Forms.TabControl tabControl1; + private System.Windows.Forms.TabPage tabPage4; + private MosaicTiles.MosicTiles mosicTiles4; + } +} + diff --git a/WhoAmI/Form1.cs b/WhoAmI/Form1.cs new file mode 100644 index 0000000..bdf6148 --- /dev/null +++ b/WhoAmI/Form1.cs @@ -0,0 +1,66 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Data; +using System.Drawing; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows.Forms; + +namespace WhoAmI +{ + public partial class Form1 : Form + { + private List sampleImages; + private List images; + public Form1() + { + InitializeComponent(); + InitImages(); + SetRandomImage(); + } + + private void InitImages() + { + sampleImages = new List(); + sampleImages.Add(Properties.Resources.AbL); + sampleImages.Add(Properties.Resources.jn); + sampleImages.Add(Properties.Resources.sjp); + + images = new List(); + images.Add(Properties.Resources.lsk); + images.Add(Properties.Resources.jjh); + images.Add(Properties.Resources.jhw); + images.Add(Properties.Resources.psq); + images.Add(Properties.Resources.yjm); + images.Add(Properties.Resources.ljs); + images.Add(Properties.Resources.jjh); + } + + private void SetRandomImage() + { + Random random = new Random((int)DateTime.Now.Ticks); + int idx1 = random.Next() % sampleImages.Count; + int idx2 = random.Next() % images.Count; + int idx3; + int idx4; + do + { + idx3 = random.Next() % images.Count; + } + while (idx2 == idx3); + do + { + idx4 = random.Next() % images.Count; + } + while (idx2 == idx4 | idx3 == idx4); + + mosicTiles1.Image = sampleImages[idx1]; + mosicTiles2.Image = images[idx2]; + mosicTiles3.Image = images[idx3]; + mosicTiles4.Image = images[idx4]; + } + + } +} diff --git a/WhoAmI/Form1.resx b/WhoAmI/Form1.resx new file mode 100644 index 0000000..1af7de1 --- /dev/null +++ b/WhoAmI/Form1.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/WhoAmI/Program.cs b/WhoAmI/Program.cs new file mode 100644 index 0000000..af4fc37 --- /dev/null +++ b/WhoAmI/Program.cs @@ -0,0 +1,22 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Threading.Tasks; +using System.Windows.Forms; + +namespace WhoAmI +{ + static class Program + { + /// + /// 해당 애플리케이션의 주 진입점입니다. + /// + [STAThread] + static void Main() + { + Application.EnableVisualStyles(); + Application.SetCompatibleTextRenderingDefault(false); + Application.Run(new Form1()); + } + } +} diff --git a/WhoAmI/Properties/AssemblyInfo.cs b/WhoAmI/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..55cd5d9 --- /dev/null +++ b/WhoAmI/Properties/AssemblyInfo.cs @@ -0,0 +1,36 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// 어셈블리에 대한 일반 정보는 다음 특성 집합을 통해 +// 제어됩니다. 어셈블리와 관련된 정보를 수정하려면 +// 이러한 특성 값을 변경하세요. +[assembly: AssemblyTitle("WhoAmI")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("WhoAmI")] +[assembly: AssemblyCopyright("Copyright © 2021")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// ComVisible을 false로 설정하면 이 어셈블리의 형식이 COM 구성 요소에 +// 표시되지 않습니다. COM에서 이 어셈블리의 형식에 액세스하려면 +// 해당 형식에 대해 ComVisible 특성을 true로 설정하세요. +[assembly: ComVisible(false)] + +// 이 프로젝트가 COM에 노출되는 경우 다음 GUID는 typelib의 ID를 나타냅니다. +[assembly: Guid("e3f65c1a-16ae-48b8-9e9c-a2f158f40254")] + +// 어셈블리의 버전 정보는 다음 네 가지 값으로 구성됩니다. +// +// 주 버전 +// 부 버전 +// 빌드 번호 +// 수정 버전 +// +// 모든 값을 지정하거나 아래와 같이 '*'를 사용하여 빌드 번호 및 수정 번호를 +// 기본값으로 할 수 있습니다. +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/WhoAmI/Properties/Resources.Designer.cs b/WhoAmI/Properties/Resources.Designer.cs new file mode 100644 index 0000000..545fc36 --- /dev/null +++ b/WhoAmI/Properties/Resources.Designer.cs @@ -0,0 +1,163 @@ +//------------------------------------------------------------------------------ +// +// 이 코드는 도구를 사용하여 생성되었습니다. +// 런타임 버전:4.0.30319.42000 +// +// 파일 내용을 변경하면 잘못된 동작이 발생할 수 있으며, 코드를 다시 생성하면 +// 이러한 변경 내용이 손실됩니다. +// +//------------------------------------------------------------------------------ + +namespace WhoAmI.Properties { + using System; + + + /// + /// 지역화된 문자열 등을 찾기 위한 강력한 형식의 리소스 클래스입니다. + /// + // 이 클래스는 ResGen 또는 Visual Studio와 같은 도구를 통해 StronglyTypedResourceBuilder + // 클래스에서 자동으로 생성되었습니다. + // 멤버를 추가하거나 제거하려면 .ResX 파일을 편집한 다음 /str 옵션을 사용하여 ResGen을 + // 다시 실행하거나 VS 프로젝트를 다시 빌드하십시오. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.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() { + } + + /// + /// 이 클래스에서 사용하는 캐시된 ResourceManager 인스턴스를 반환합니다. + /// + [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("WhoAmI.Properties.Resources", typeof(Resources).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// 이 강력한 형식의 리소스 클래스를 사용하여 모든 리소스 조회에 대해 현재 스레드의 CurrentUICulture 속성을 + /// 재정의합니다. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Globalization.CultureInfo Culture { + get { + return resourceCulture; + } + set { + resourceCulture = value; + } + } + + /// + /// System.Drawing.Bitmap 형식의 지역화된 리소스를 찾습니다. + /// + internal static System.Drawing.Bitmap AbL { + get { + object obj = ResourceManager.GetObject("AbL", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// System.Drawing.Bitmap 형식의 지역화된 리소스를 찾습니다. + /// + internal static System.Drawing.Bitmap jhw { + get { + object obj = ResourceManager.GetObject("jhw", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// System.Drawing.Bitmap 형식의 지역화된 리소스를 찾습니다. + /// + internal static System.Drawing.Bitmap jjh { + get { + object obj = ResourceManager.GetObject("jjh", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// System.Drawing.Bitmap 형식의 지역화된 리소스를 찾습니다. + /// + internal static System.Drawing.Bitmap jjy { + get { + object obj = ResourceManager.GetObject("jjy", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// System.Drawing.Bitmap 형식의 지역화된 리소스를 찾습니다. + /// + internal static System.Drawing.Bitmap jn { + get { + object obj = ResourceManager.GetObject("jn", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// System.Drawing.Bitmap 형식의 지역화된 리소스를 찾습니다. + /// + internal static System.Drawing.Bitmap ljs { + get { + object obj = ResourceManager.GetObject("ljs", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// System.Drawing.Bitmap 형식의 지역화된 리소스를 찾습니다. + /// + internal static System.Drawing.Bitmap lsk { + get { + object obj = ResourceManager.GetObject("lsk", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// System.Drawing.Bitmap 형식의 지역화된 리소스를 찾습니다. + /// + internal static System.Drawing.Bitmap psq { + get { + object obj = ResourceManager.GetObject("psq", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// System.Drawing.Bitmap 형식의 지역화된 리소스를 찾습니다. + /// + internal static System.Drawing.Bitmap sjp { + get { + object obj = ResourceManager.GetObject("sjp", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// System.Drawing.Bitmap 형식의 지역화된 리소스를 찾습니다. + /// + internal static System.Drawing.Bitmap yjm { + get { + object obj = ResourceManager.GetObject("yjm", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + } +} diff --git a/WhoAmI/Properties/Resources.resx b/WhoAmI/Properties/Resources.resx new file mode 100644 index 0000000..0fe5049 --- /dev/null +++ b/WhoAmI/Properties/Resources.resx @@ -0,0 +1,151 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + ..\Resources\AbL.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\jhw.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\jjh.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\jjy.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\jn.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\ljs.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\lsk.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\psq.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\sjp.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\yjm.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + \ No newline at end of file diff --git a/WhoAmI/Properties/Settings.Designer.cs b/WhoAmI/Properties/Settings.Designer.cs new file mode 100644 index 0000000..8d67f3f --- /dev/null +++ b/WhoAmI/Properties/Settings.Designer.cs @@ -0,0 +1,29 @@ +//------------------------------------------------------------------------------ +// +// 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. +// +//------------------------------------------------------------------------------ + + +namespace WhoAmI.Properties +{ + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")] + internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase + { + + private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); + + public static Settings Default + { + get + { + return defaultInstance; + } + } + } +} diff --git a/WhoAmI/Properties/Settings.settings b/WhoAmI/Properties/Settings.settings new file mode 100644 index 0000000..3964565 --- /dev/null +++ b/WhoAmI/Properties/Settings.settings @@ -0,0 +1,7 @@ + + + + + + + diff --git a/WhoAmI/Resources/AbL.jpg b/WhoAmI/Resources/AbL.jpg new file mode 100644 index 0000000..02a3cf1 Binary files /dev/null and b/WhoAmI/Resources/AbL.jpg differ diff --git a/WhoAmI/Resources/jhw.png b/WhoAmI/Resources/jhw.png new file mode 100644 index 0000000..850c1fb Binary files /dev/null and b/WhoAmI/Resources/jhw.png differ diff --git a/WhoAmI/Resources/jjh.png b/WhoAmI/Resources/jjh.png new file mode 100644 index 0000000..83aeef6 Binary files /dev/null and b/WhoAmI/Resources/jjh.png differ diff --git a/WhoAmI/Resources/jjy.png b/WhoAmI/Resources/jjy.png new file mode 100644 index 0000000..8967e0b Binary files /dev/null and b/WhoAmI/Resources/jjy.png differ diff --git a/WhoAmI/Resources/jn.jpg b/WhoAmI/Resources/jn.jpg new file mode 100644 index 0000000..76f832f Binary files /dev/null and b/WhoAmI/Resources/jn.jpg differ diff --git a/WhoAmI/Resources/ljs.png b/WhoAmI/Resources/ljs.png new file mode 100644 index 0000000..307b813 Binary files /dev/null and b/WhoAmI/Resources/ljs.png differ diff --git a/WhoAmI/Resources/lsk.png b/WhoAmI/Resources/lsk.png new file mode 100644 index 0000000..b4e8a23 Binary files /dev/null and b/WhoAmI/Resources/lsk.png differ diff --git a/WhoAmI/Resources/psq.png b/WhoAmI/Resources/psq.png new file mode 100644 index 0000000..4a8e49e Binary files /dev/null and b/WhoAmI/Resources/psq.png differ diff --git a/WhoAmI/Resources/sakura.jpg b/WhoAmI/Resources/sakura.jpg new file mode 100644 index 0000000..116eb3b Binary files /dev/null and b/WhoAmI/Resources/sakura.jpg differ diff --git a/WhoAmI/Resources/sjp.png b/WhoAmI/Resources/sjp.png new file mode 100644 index 0000000..0715318 Binary files /dev/null and b/WhoAmI/Resources/sjp.png differ diff --git a/WhoAmI/Resources/yjm.png b/WhoAmI/Resources/yjm.png new file mode 100644 index 0000000..b7f2164 Binary files /dev/null and b/WhoAmI/Resources/yjm.png differ diff --git a/WhoAmI/WhoAmI.csproj b/WhoAmI/WhoAmI.csproj new file mode 100644 index 0000000..f15132a --- /dev/null +++ b/WhoAmI/WhoAmI.csproj @@ -0,0 +1,120 @@ + + + + + Debug + AnyCPU + {E3F65C1A-16AE-48B8-9E9C-A2F158F40254} + WinExe + WhoAmI + WhoAmI + v4.6.2 + 512 + true + true + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + ..\..\MosaicTiles\MosaicTiles\bin\Release\MosaicTiles.dll + + + + + + + + + + + + + + + + Form + + + Form1.cs + + + + + Form1.cs + + + ResXFileCodeGenerator + Resources.Designer.cs + Designer + + + True + Resources.resx + True + + + SettingsSingleFileGenerator + Settings.Designer.cs + + + True + Settings.settings + True + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/WhoAmI/bin/Debug/MosaicTiles.dll b/WhoAmI/bin/Debug/MosaicTiles.dll new file mode 100644 index 0000000..a8a6975 Binary files /dev/null and b/WhoAmI/bin/Debug/MosaicTiles.dll differ diff --git a/WhoAmI/bin/Debug/MosaicTiles.pdb b/WhoAmI/bin/Debug/MosaicTiles.pdb new file mode 100644 index 0000000..0a0510e Binary files /dev/null and b/WhoAmI/bin/Debug/MosaicTiles.pdb differ diff --git a/WhoAmI/bin/Debug/WhoAmI.exe b/WhoAmI/bin/Debug/WhoAmI.exe new file mode 100644 index 0000000..3f45b8d Binary files /dev/null and b/WhoAmI/bin/Debug/WhoAmI.exe differ diff --git a/WhoAmI/bin/Debug/WhoAmI.exe.config b/WhoAmI/bin/Debug/WhoAmI.exe.config new file mode 100644 index 0000000..b50c74f --- /dev/null +++ b/WhoAmI/bin/Debug/WhoAmI.exe.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/WhoAmI/bin/Debug/WhoAmI.pdb b/WhoAmI/bin/Debug/WhoAmI.pdb new file mode 100644 index 0000000..2273fd8 Binary files /dev/null and b/WhoAmI/bin/Debug/WhoAmI.pdb differ diff --git a/WhoAmI/bin/Release/MosaicTiles.dll b/WhoAmI/bin/Release/MosaicTiles.dll new file mode 100644 index 0000000..a8a6975 Binary files /dev/null and b/WhoAmI/bin/Release/MosaicTiles.dll differ diff --git a/WhoAmI/bin/Release/MosaicTiles.pdb b/WhoAmI/bin/Release/MosaicTiles.pdb new file mode 100644 index 0000000..0a0510e Binary files /dev/null and b/WhoAmI/bin/Release/MosaicTiles.pdb differ diff --git a/WhoAmI/bin/Release/WhoAmI.exe b/WhoAmI/bin/Release/WhoAmI.exe new file mode 100644 index 0000000..a8aae3d Binary files /dev/null and b/WhoAmI/bin/Release/WhoAmI.exe differ diff --git a/WhoAmI/bin/Release/WhoAmI.exe.config b/WhoAmI/bin/Release/WhoAmI.exe.config new file mode 100644 index 0000000..b50c74f --- /dev/null +++ b/WhoAmI/bin/Release/WhoAmI.exe.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/WhoAmI/bin/Release/WhoAmI.pdb b/WhoAmI/bin/Release/WhoAmI.pdb new file mode 100644 index 0000000..d5ea77b Binary files /dev/null and b/WhoAmI/bin/Release/WhoAmI.pdb differ diff --git a/WhoAmI/obj/Debug/.NETFramework,Version=v4.6.2.AssemblyAttributes.cs b/WhoAmI/obj/Debug/.NETFramework,Version=v4.6.2.AssemblyAttributes.cs new file mode 100644 index 0000000..edc4647 --- /dev/null +++ b/WhoAmI/obj/Debug/.NETFramework,Version=v4.6.2.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.6.2", FrameworkDisplayName = ".NET Framework 4.6.2")] diff --git a/WhoAmI/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/WhoAmI/obj/Debug/DesignTimeResolveAssemblyReferences.cache new file mode 100644 index 0000000..59d8f96 Binary files /dev/null and b/WhoAmI/obj/Debug/DesignTimeResolveAssemblyReferences.cache differ diff --git a/WhoAmI/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/WhoAmI/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 0000000..e840895 Binary files /dev/null and b/WhoAmI/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/WhoAmI/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll b/WhoAmI/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll new file mode 100644 index 0000000..d3aa107 Binary files /dev/null and b/WhoAmI/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll differ diff --git a/WhoAmI/obj/Debug/WhoAmI.Form1.resources b/WhoAmI/obj/Debug/WhoAmI.Form1.resources new file mode 100644 index 0000000..c3f5616 Binary files /dev/null and b/WhoAmI/obj/Debug/WhoAmI.Form1.resources differ diff --git a/WhoAmI/obj/Debug/WhoAmI.Properties.Resources.resources b/WhoAmI/obj/Debug/WhoAmI.Properties.Resources.resources new file mode 100644 index 0000000..c835106 Binary files /dev/null and b/WhoAmI/obj/Debug/WhoAmI.Properties.Resources.resources differ diff --git a/WhoAmI/obj/Debug/WhoAmI.csproj.AssemblyReference.cache b/WhoAmI/obj/Debug/WhoAmI.csproj.AssemblyReference.cache new file mode 100644 index 0000000..f5e894a Binary files /dev/null and b/WhoAmI/obj/Debug/WhoAmI.csproj.AssemblyReference.cache differ diff --git a/WhoAmI/obj/Debug/WhoAmI.csproj.CoreCompileInputs.cache b/WhoAmI/obj/Debug/WhoAmI.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..77a9c07 --- /dev/null +++ b/WhoAmI/obj/Debug/WhoAmI.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +44a1527f82b38c7fcd58e3524e1b897da4c8d3f9 diff --git a/WhoAmI/obj/Debug/WhoAmI.csproj.FileListAbsolute.txt b/WhoAmI/obj/Debug/WhoAmI.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..4bc710a --- /dev/null +++ b/WhoAmI/obj/Debug/WhoAmI.csproj.FileListAbsolute.txt @@ -0,0 +1,12 @@ +C:\Users\songq\source\repos\WhoAmI\WhoAmI\bin\Debug\WhoAmI.exe.config +C:\Users\songq\source\repos\WhoAmI\WhoAmI\bin\Debug\WhoAmI.exe +C:\Users\songq\source\repos\WhoAmI\WhoAmI\bin\Debug\WhoAmI.pdb +C:\Users\songq\source\repos\WhoAmI\WhoAmI\obj\Debug\WhoAmI.csproj.AssemblyReference.cache +C:\Users\songq\source\repos\WhoAmI\WhoAmI\obj\Debug\WhoAmI.Form1.resources +C:\Users\songq\source\repos\WhoAmI\WhoAmI\obj\Debug\WhoAmI.Properties.Resources.resources +C:\Users\songq\source\repos\WhoAmI\WhoAmI\obj\Debug\WhoAmI.csproj.GenerateResource.cache +C:\Users\songq\source\repos\WhoAmI\WhoAmI\obj\Debug\WhoAmI.csproj.CoreCompileInputs.cache +C:\Users\songq\source\repos\WhoAmI\WhoAmI\obj\Debug\WhoAmI.exe +C:\Users\songq\source\repos\WhoAmI\WhoAmI\obj\Debug\WhoAmI.pdb +C:\Users\songq\source\repos\WhoAmI\WhoAmI\bin\Debug\MosaicTiles.dll +C:\Users\songq\source\repos\WhoAmI\WhoAmI\bin\Debug\MosaicTiles.pdb diff --git a/WhoAmI/obj/Debug/WhoAmI.csproj.GenerateResource.cache b/WhoAmI/obj/Debug/WhoAmI.csproj.GenerateResource.cache new file mode 100644 index 0000000..6c1e6b3 Binary files /dev/null and b/WhoAmI/obj/Debug/WhoAmI.csproj.GenerateResource.cache differ diff --git a/WhoAmI/obj/Debug/WhoAmI.exe b/WhoAmI/obj/Debug/WhoAmI.exe new file mode 100644 index 0000000..3f45b8d Binary files /dev/null and b/WhoAmI/obj/Debug/WhoAmI.exe differ diff --git a/WhoAmI/obj/Debug/WhoAmI.pdb b/WhoAmI/obj/Debug/WhoAmI.pdb new file mode 100644 index 0000000..2273fd8 Binary files /dev/null and b/WhoAmI/obj/Debug/WhoAmI.pdb differ diff --git a/WhoAmI/obj/Release/.NETFramework,Version=v4.6.2.AssemblyAttributes.cs b/WhoAmI/obj/Release/.NETFramework,Version=v4.6.2.AssemblyAttributes.cs new file mode 100644 index 0000000..edc4647 --- /dev/null +++ b/WhoAmI/obj/Release/.NETFramework,Version=v4.6.2.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.6.2", FrameworkDisplayName = ".NET Framework 4.6.2")] diff --git a/WhoAmI/obj/Release/TempPE/Properties.Resources.Designer.cs.dll b/WhoAmI/obj/Release/TempPE/Properties.Resources.Designer.cs.dll new file mode 100644 index 0000000..ad30c8a Binary files /dev/null and b/WhoAmI/obj/Release/TempPE/Properties.Resources.Designer.cs.dll differ diff --git a/WhoAmI/obj/Release/WhoAmI.Form1.resources b/WhoAmI/obj/Release/WhoAmI.Form1.resources new file mode 100644 index 0000000..6c05a97 Binary files /dev/null and b/WhoAmI/obj/Release/WhoAmI.Form1.resources differ diff --git a/WhoAmI/obj/Release/WhoAmI.Properties.Resources.resources b/WhoAmI/obj/Release/WhoAmI.Properties.Resources.resources new file mode 100644 index 0000000..c835106 Binary files /dev/null and b/WhoAmI/obj/Release/WhoAmI.Properties.Resources.resources differ diff --git a/WhoAmI/obj/Release/WhoAmI.csproj.AssemblyReference.cache b/WhoAmI/obj/Release/WhoAmI.csproj.AssemblyReference.cache new file mode 100644 index 0000000..f5e894a Binary files /dev/null and b/WhoAmI/obj/Release/WhoAmI.csproj.AssemblyReference.cache differ diff --git a/WhoAmI/obj/Release/WhoAmI.csproj.CopyComplete b/WhoAmI/obj/Release/WhoAmI.csproj.CopyComplete new file mode 100644 index 0000000..e69de29 diff --git a/WhoAmI/obj/Release/WhoAmI.csproj.CoreCompileInputs.cache b/WhoAmI/obj/Release/WhoAmI.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..1dbe56c --- /dev/null +++ b/WhoAmI/obj/Release/WhoAmI.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +24af24090fff56775112e95e007c699bdb340dd4 diff --git a/WhoAmI/obj/Release/WhoAmI.csproj.FileListAbsolute.txt b/WhoAmI/obj/Release/WhoAmI.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..cc65bd0 --- /dev/null +++ b/WhoAmI/obj/Release/WhoAmI.csproj.FileListAbsolute.txt @@ -0,0 +1,13 @@ +C:\Users\songq\source\repos\WhoAmI\WhoAmI\bin\Release\WhoAmI.exe.config +C:\Users\songq\source\repos\WhoAmI\WhoAmI\bin\Release\WhoAmI.exe +C:\Users\songq\source\repos\WhoAmI\WhoAmI\bin\Release\WhoAmI.pdb +C:\Users\songq\source\repos\WhoAmI\WhoAmI\bin\Release\MosaicTiles.dll +C:\Users\songq\source\repos\WhoAmI\WhoAmI\bin\Release\MosaicTiles.pdb +C:\Users\songq\source\repos\WhoAmI\WhoAmI\obj\Release\WhoAmI.csproj.AssemblyReference.cache +C:\Users\songq\source\repos\WhoAmI\WhoAmI\obj\Release\WhoAmI.Form1.resources +C:\Users\songq\source\repos\WhoAmI\WhoAmI\obj\Release\WhoAmI.Properties.Resources.resources +C:\Users\songq\source\repos\WhoAmI\WhoAmI\obj\Release\WhoAmI.csproj.GenerateResource.cache +C:\Users\songq\source\repos\WhoAmI\WhoAmI\obj\Release\WhoAmI.csproj.CoreCompileInputs.cache +C:\Users\songq\source\repos\WhoAmI\WhoAmI\obj\Release\WhoAmI.csproj.CopyComplete +C:\Users\songq\source\repos\WhoAmI\WhoAmI\obj\Release\WhoAmI.exe +C:\Users\songq\source\repos\WhoAmI\WhoAmI\obj\Release\WhoAmI.pdb diff --git a/WhoAmI/obj/Release/WhoAmI.csproj.GenerateResource.cache b/WhoAmI/obj/Release/WhoAmI.csproj.GenerateResource.cache new file mode 100644 index 0000000..ce7641d Binary files /dev/null and b/WhoAmI/obj/Release/WhoAmI.csproj.GenerateResource.cache differ diff --git a/WhoAmI/obj/Release/WhoAmI.exe b/WhoAmI/obj/Release/WhoAmI.exe new file mode 100644 index 0000000..a8aae3d Binary files /dev/null and b/WhoAmI/obj/Release/WhoAmI.exe differ diff --git a/WhoAmI/obj/Release/WhoAmI.pdb b/WhoAmI/obj/Release/WhoAmI.pdb new file mode 100644 index 0000000..d5ea77b Binary files /dev/null and b/WhoAmI/obj/Release/WhoAmI.pdb differ