From 8cdb4aab513016bc7ced77b2ac254184d8be5ef3 Mon Sep 17 00:00:00 2001 From: ​ Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: temperatures --- .../ProjectEvaluation/temperatures.metadata.v7.bin | Bin 0 -> 177813 bytes .../ProjectEvaluation/temperatures.projects.v7.bin | Bin 0 -> 1757135 bytes .../.vs/temperatures/DesignTimeBuild/.dtbcache.v2 | Bin 0 -> 74035 bytes .../311ff552-c798-4d2e-9749-88b945a21734.vsidx | Bin 0 -> 107 bytes .../5f4fca03-270d-400d-a73f-237a9ba99d5c.vsidx | Bin 0 -> 5860 bytes .../7d04c1a2-3372-446d-95c0-ff5dacd50e48.vsidx | Bin 0 -> 107 bytes .../cd0de0da-6534-4197-9ba5-aa361374c96e.vsidx | Bin 0 -> 107 bytes .../cd1b55ec-288d-4e3b-831d-07b5240af122.vsidx | Bin 0 -> 30166 bytes temps/.vs/temperatures/v17/.futdcache.v2 | Bin 0 -> 287 bytes temps/.vs/temperatures/v17/.suo | Bin 0 -> 30720 bytes temps/temperatures.sln | 25 +++ temps/temperatures/Program.cs | 23 ++ .../bin/Debug/netcoreapp3.1/temperatures.deps.json | 23 ++ .../bin/Debug/netcoreapp3.1/temperatures.dll | Bin 0 -> 11776 bytes .../bin/Debug/netcoreapp3.1/temperatures.exe | Bin 0 -> 158208 bytes .../bin/Debug/netcoreapp3.1/temperatures.pdb | Bin 0 -> 13188 bytes .../temperatures.runtimeconfig.dev.json | 8 + .../netcoreapp3.1/temperatures.runtimeconfig.json | 9 + temps/temperatures/frm_main.Designer.cs | 239 +++++++++++++++++++++ temps/temperatures/frm_main.cs | 134 ++++++++++++ temps/temperatures/frm_main.resx | 120 +++++++++++ .../.NETCoreApp,Version=v3.1.AssemblyAttributes.cs | 4 + .../obj/Debug/netcoreapp3.1/apphost.exe | Bin 0 -> 158208 bytes .../netcoreapp3.1/temperatures.AssemblyInfo.cs | 23 ++ .../temperatures.AssemblyInfoInputs.cache | 1 + ...tures.GeneratedMSBuildEditorConfig.editorconfig | 11 + .../Debug/netcoreapp3.1/temperatures.assets.cache | Bin 0 -> 151 bytes .../temperatures.csproj.BuildWithSkipAnalyzers | 0 .../temperatures.csproj.CoreCompileInputs.cache | 1 + .../temperatures.csproj.FileListAbsolute.txt | 15 ++ .../temperatures.csproj.GenerateResource.cache | Bin 0 -> 102 bytes .../netcoreapp3.1/temperatures.designer.deps.json | 11 + .../temperatures.designer.runtimeconfig.json | 16 ++ .../obj/Debug/netcoreapp3.1/temperatures.dll | Bin 0 -> 11776 bytes .../netcoreapp3.1/temperatures.frm_main.resources | Bin 0 -> 180 bytes .../temperatures.genruntimeconfig.cache | 1 + .../obj/Debug/netcoreapp3.1/temperatures.pdb | Bin 0 -> 13188 bytes temps/temperatures/obj/project.assets.json | 71 ++++++ temps/temperatures/obj/project.nuget.cache | 8 + .../obj/temperatures.csproj.nuget.dgspec.json | 66 ++++++ .../obj/temperatures.csproj.nuget.g.props | 15 ++ .../obj/temperatures.csproj.nuget.g.targets | 2 + temps/temperatures/temperatures.csproj | 9 + temps/temperatures/temperatures.csproj.user | 8 + 44 files changed, 843 insertions(+) create mode 100644 temps/.vs/ProjectEvaluation/temperatures.metadata.v7.bin create mode 100644 temps/.vs/ProjectEvaluation/temperatures.projects.v7.bin create mode 100644 temps/.vs/temperatures/DesignTimeBuild/.dtbcache.v2 create mode 100644 temps/.vs/temperatures/FileContentIndex/311ff552-c798-4d2e-9749-88b945a21734.vsidx create mode 100644 temps/.vs/temperatures/FileContentIndex/5f4fca03-270d-400d-a73f-237a9ba99d5c.vsidx create mode 100644 temps/.vs/temperatures/FileContentIndex/7d04c1a2-3372-446d-95c0-ff5dacd50e48.vsidx create mode 100644 temps/.vs/temperatures/FileContentIndex/cd0de0da-6534-4197-9ba5-aa361374c96e.vsidx create mode 100644 temps/.vs/temperatures/FileContentIndex/cd1b55ec-288d-4e3b-831d-07b5240af122.vsidx create mode 100644 temps/.vs/temperatures/v17/.futdcache.v2 create mode 100644 temps/.vs/temperatures/v17/.suo create mode 100644 temps/temperatures.sln create mode 100644 temps/temperatures/Program.cs create mode 100644 temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.deps.json create mode 100644 temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.dll create mode 100644 temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.exe create mode 100644 temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.pdb create mode 100644 temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.runtimeconfig.dev.json create mode 100644 temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.runtimeconfig.json create mode 100644 temps/temperatures/frm_main.Designer.cs create mode 100644 temps/temperatures/frm_main.cs create mode 100644 temps/temperatures/frm_main.resx create mode 100644 temps/temperatures/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs create mode 100644 temps/temperatures/obj/Debug/netcoreapp3.1/apphost.exe create mode 100644 temps/temperatures/obj/Debug/netcoreapp3.1/temperatures.AssemblyInfo.cs create mode 100644 temps/temperatures/obj/Debug/netcoreapp3.1/temperatures.AssemblyInfoInputs.cache create mode 100644 temps/temperatures/obj/Debug/netcoreapp3.1/temperatures.GeneratedMSBuildEditorConfig.editorconfig create mode 100644 temps/temperatures/obj/Debug/netcoreapp3.1/temperatures.assets.cache create mode 100644 temps/temperatures/obj/Debug/netcoreapp3.1/temperatures.csproj.BuildWithSkipAnalyzers create mode 100644 temps/temperatures/obj/Debug/netcoreapp3.1/temperatures.csproj.CoreCompileInputs.cache create mode 100644 temps/temperatures/obj/Debug/netcoreapp3.1/temperatures.csproj.FileListAbsolute.txt create mode 100644 temps/temperatures/obj/Debug/netcoreapp3.1/temperatures.csproj.GenerateResource.cache create mode 100644 temps/temperatures/obj/Debug/netcoreapp3.1/temperatures.designer.deps.json create mode 100644 temps/temperatures/obj/Debug/netcoreapp3.1/temperatures.designer.runtimeconfig.json create mode 100644 temps/temperatures/obj/Debug/netcoreapp3.1/temperatures.dll create mode 100644 temps/temperatures/obj/Debug/netcoreapp3.1/temperatures.frm_main.resources create mode 100644 temps/temperatures/obj/Debug/netcoreapp3.1/temperatures.genruntimeconfig.cache create mode 100644 temps/temperatures/obj/Debug/netcoreapp3.1/temperatures.pdb create mode 100644 temps/temperatures/obj/project.assets.json create mode 100644 temps/temperatures/obj/project.nuget.cache create mode 100644 temps/temperatures/obj/temperatures.csproj.nuget.dgspec.json create mode 100644 temps/temperatures/obj/temperatures.csproj.nuget.g.props create mode 100644 temps/temperatures/obj/temperatures.csproj.nuget.g.targets create mode 100644 temps/temperatures/temperatures.csproj create mode 100644 temps/temperatures/temperatures.csproj.user diff --git a/temps/.vs/ProjectEvaluation/temperatures.metadata.v7.bin b/temps/.vs/ProjectEvaluation/temperatures.metadata.v7.bin new file mode 100644 index 0000000..fade667 Binary files /dev/null and b/temps/.vs/ProjectEvaluation/temperatures.metadata.v7.bin differ diff --git a/temps/.vs/ProjectEvaluation/temperatures.projects.v7.bin b/temps/.vs/ProjectEvaluation/temperatures.projects.v7.bin new file mode 100644 index 0000000..479f156 Binary files /dev/null and b/temps/.vs/ProjectEvaluation/temperatures.projects.v7.bin differ diff --git a/temps/.vs/temperatures/DesignTimeBuild/.dtbcache.v2 b/temps/.vs/temperatures/DesignTimeBuild/.dtbcache.v2 new file mode 100644 index 0000000..9961dd5 Binary files /dev/null and b/temps/.vs/temperatures/DesignTimeBuild/.dtbcache.v2 differ diff --git a/temps/.vs/temperatures/FileContentIndex/311ff552-c798-4d2e-9749-88b945a21734.vsidx b/temps/.vs/temperatures/FileContentIndex/311ff552-c798-4d2e-9749-88b945a21734.vsidx new file mode 100644 index 0000000..70aef67 Binary files /dev/null and b/temps/.vs/temperatures/FileContentIndex/311ff552-c798-4d2e-9749-88b945a21734.vsidx differ diff --git a/temps/.vs/temperatures/FileContentIndex/5f4fca03-270d-400d-a73f-237a9ba99d5c.vsidx b/temps/.vs/temperatures/FileContentIndex/5f4fca03-270d-400d-a73f-237a9ba99d5c.vsidx new file mode 100644 index 0000000..ccd7acb Binary files /dev/null and b/temps/.vs/temperatures/FileContentIndex/5f4fca03-270d-400d-a73f-237a9ba99d5c.vsidx differ diff --git a/temps/.vs/temperatures/FileContentIndex/7d04c1a2-3372-446d-95c0-ff5dacd50e48.vsidx b/temps/.vs/temperatures/FileContentIndex/7d04c1a2-3372-446d-95c0-ff5dacd50e48.vsidx new file mode 100644 index 0000000..70aef67 Binary files /dev/null and b/temps/.vs/temperatures/FileContentIndex/7d04c1a2-3372-446d-95c0-ff5dacd50e48.vsidx differ diff --git a/temps/.vs/temperatures/FileContentIndex/cd0de0da-6534-4197-9ba5-aa361374c96e.vsidx b/temps/.vs/temperatures/FileContentIndex/cd0de0da-6534-4197-9ba5-aa361374c96e.vsidx new file mode 100644 index 0000000..70aef67 Binary files /dev/null and b/temps/.vs/temperatures/FileContentIndex/cd0de0da-6534-4197-9ba5-aa361374c96e.vsidx differ diff --git a/temps/.vs/temperatures/FileContentIndex/cd1b55ec-288d-4e3b-831d-07b5240af122.vsidx b/temps/.vs/temperatures/FileContentIndex/cd1b55ec-288d-4e3b-831d-07b5240af122.vsidx new file mode 100644 index 0000000..dca0543 Binary files /dev/null and b/temps/.vs/temperatures/FileContentIndex/cd1b55ec-288d-4e3b-831d-07b5240af122.vsidx differ diff --git a/temps/.vs/temperatures/v17/.futdcache.v2 b/temps/.vs/temperatures/v17/.futdcache.v2 new file mode 100644 index 0000000..284de78 Binary files /dev/null and b/temps/.vs/temperatures/v17/.futdcache.v2 differ diff --git a/temps/.vs/temperatures/v17/.suo b/temps/.vs/temperatures/v17/.suo new file mode 100644 index 0000000..33d06a2 Binary files /dev/null and b/temps/.vs/temperatures/v17/.suo differ diff --git a/temps/temperatures.sln b/temps/temperatures.sln new file mode 100644 index 0000000..e218a61 --- /dev/null +++ b/temps/temperatures.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.8.34330.188 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "temperatures", "temperatures\temperatures.csproj", "{F51CAC27-F2F0-4BBE-A41F-9A5A18288505}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {F51CAC27-F2F0-4BBE-A41F-9A5A18288505}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F51CAC27-F2F0-4BBE-A41F-9A5A18288505}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F51CAC27-F2F0-4BBE-A41F-9A5A18288505}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F51CAC27-F2F0-4BBE-A41F-9A5A18288505}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {48431575-302E-480B-B39C-0D2608FFB70E} + EndGlobalSection +EndGlobal diff --git a/temps/temperatures/Program.cs b/temps/temperatures/Program.cs new file mode 100644 index 0000000..4698acc --- /dev/null +++ b/temps/temperatures/Program.cs @@ -0,0 +1,23 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Threading.Tasks; +using System.Windows.Forms; + +namespace temperatures +{ + internal static class Program + { + /// + /// The main entry point for the application. + /// + [STAThread] + static void Main() + { + Application.SetHighDpiMode(HighDpiMode.SystemAware); + Application.EnableVisualStyles(); + Application.SetCompatibleTextRenderingDefault(false); + Application.Run(new frm_main()); + } + } +} diff --git a/temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.deps.json b/temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.deps.json new file mode 100644 index 0000000..0ba9c40 --- /dev/null +++ b/temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.deps.json @@ -0,0 +1,23 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v3.1", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v3.1": { + "temperatures/1.0.0": { + "runtime": { + "temperatures.dll": {} + } + } + } + }, + "libraries": { + "temperatures/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.dll b/temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.dll new file mode 100644 index 0000000..00698e1 Binary files /dev/null and b/temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.dll differ diff --git a/temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.exe b/temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.exe new file mode 100644 index 0000000..d3eb732 Binary files /dev/null and b/temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.exe differ diff --git a/temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.pdb b/temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.pdb new file mode 100644 index 0000000..2dcf90e Binary files /dev/null and b/temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.pdb differ diff --git a/temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.runtimeconfig.dev.json b/temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.runtimeconfig.dev.json new file mode 100644 index 0000000..214bf78 --- /dev/null +++ b/temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.runtimeconfig.dev.json @@ -0,0 +1,8 @@ +{ + "runtimeOptions": { + "additionalProbingPaths": [ + "C:\\Users\\User\\.dotnet\\store\\|arch|\\|tfm|", + "C:\\Users\\User\\.nuget\\packages" + ] + } +} \ No newline at end of file diff --git a/temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.runtimeconfig.json b/temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.runtimeconfig.json new file mode 100644 index 0000000..9b3a644 --- /dev/null +++ b/temps/temperatures/bin/Debug/netcoreapp3.1/temperatures.runtimeconfig.json @@ -0,0 +1,9 @@ +{ + "runtimeOptions": { + "tfm": "netcoreapp3.1", + "framework": { + "name": "Microsoft.WindowsDesktop.App", + "version": "3.1.0" + } + } +} \ No newline at end of file diff --git a/temps/temperatures/frm_main.Designer.cs b/temps/temperatures/frm_main.Designer.cs new file mode 100644 index 0000000..e870e2f --- /dev/null +++ b/temps/temperatures/frm_main.Designer.cs @@ -0,0 +1,239 @@ +namespace temperatures +{ + partial class frm_main + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + radio_sf = new System.Windows.Forms.RadioButton(); + radio_ny = new System.Windows.Forms.RadioButton(); + radio_dv = new System.Windows.Forms.RadioButton(); + btn_add = new System.Windows.Forms.Button(); + txt_high_f = new System.Windows.Forms.TextBox(); + txt_add = new System.Windows.Forms.TextBox(); + btn_exit = new System.Windows.Forms.Button(); + lbl_city = new System.Windows.Forms.Label(); + lbl_high = new System.Windows.Forms.Label(); + lbl_low = new System.Windows.Forms.Label(); + txt_high_c = new System.Windows.Forms.TextBox(); + txt_low_c = new System.Windows.Forms.TextBox(); + txt_low_f = new System.Windows.Forms.TextBox(); + lbl_add = new System.Windows.Forms.Label(); + lbl_help = new System.Windows.Forms.Label(); + SuspendLayout(); + // + // radio_sf + // + radio_sf.AutoSize = true; + radio_sf.Location = new System.Drawing.Point(31, 49); + radio_sf.Name = "radio_sf"; + radio_sf.Size = new System.Drawing.Size(79, 19); + radio_sf.TabIndex = 1; + radio_sf.TabStop = true; + radio_sf.Text = "Sioux Falls"; + radio_sf.UseVisualStyleBackColor = true; + radio_sf.CheckedChanged += radio_sf_CheckedChanged; + // + // radio_ny + // + radio_ny.AutoSize = true; + radio_ny.Location = new System.Drawing.Point(31, 74); + radio_ny.Name = "radio_ny"; + radio_ny.Size = new System.Drawing.Size(75, 19); + radio_ny.TabIndex = 2; + radio_ny.TabStop = true; + radio_ny.Text = "New York"; + radio_ny.UseVisualStyleBackColor = true; + radio_ny.CheckedChanged += radio_ny_CheckedChanged; + // + // radio_dv + // + radio_dv.AutoSize = true; + radio_dv.Location = new System.Drawing.Point(31, 99); + radio_dv.Name = "radio_dv"; + radio_dv.Size = new System.Drawing.Size(62, 19); + radio_dv.TabIndex = 3; + radio_dv.TabStop = true; + radio_dv.Text = "Denver"; + radio_dv.UseVisualStyleBackColor = true; + radio_dv.CheckedChanged += radio_dv_CheckedChanged; + // + // btn_add + // + btn_add.Location = new System.Drawing.Point(57, 183); + btn_add.Name = "btn_add"; + btn_add.Size = new System.Drawing.Size(115, 36); + btn_add.TabIndex = 9; + btn_add.Text = "Add Temperature"; + btn_add.UseVisualStyleBackColor = true; + btn_add.Click += btn_add_Click; + // + // txt_high_f + // + txt_high_f.Location = new System.Drawing.Point(115, 52); + txt_high_f.Name = "txt_high_f"; + txt_high_f.ReadOnly = true; + txt_high_f.Size = new System.Drawing.Size(50, 23); + txt_high_f.TabIndex = 5; + txt_high_f.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + // + // txt_add + // + txt_add.Location = new System.Drawing.Point(65, 156); + txt_add.Name = "txt_add"; + txt_add.Size = new System.Drawing.Size(100, 23); + txt_add.TabIndex = 8; + // + // btn_exit + // + btn_exit.Location = new System.Drawing.Point(82, 227); + btn_exit.Name = "btn_exit"; + btn_exit.Size = new System.Drawing.Size(61, 32); + btn_exit.TabIndex = 10; + btn_exit.Text = "Exit"; + btn_exit.UseVisualStyleBackColor = true; + btn_exit.Click += btn_exit_Click; + // + // lbl_city + // + lbl_city.AutoSize = true; + lbl_city.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + lbl_city.Location = new System.Drawing.Point(34, 27); + lbl_city.Name = "lbl_city"; + lbl_city.Size = new System.Drawing.Size(64, 17); + lbl_city.TabIndex = 0; + lbl_city.Text = "Pick a city"; + // + // lbl_high + // + lbl_high.AutoSize = true; + lbl_high.Location = new System.Drawing.Point(115, 34); + lbl_high.Name = "lbl_high"; + lbl_high.Size = new System.Drawing.Size(101, 15); + lbl_high.TabIndex = 4; + lbl_high.Text = "High temperature"; + // + // lbl_low + // + lbl_low.AutoSize = true; + lbl_low.Location = new System.Drawing.Point(117, 78); + lbl_low.Name = "lbl_low"; + lbl_low.Size = new System.Drawing.Size(97, 15); + lbl_low.TabIndex = 6; + lbl_low.Text = "Low temperature"; + // + // txt_high_c + // + txt_high_c.Location = new System.Drawing.Point(166, 52); + txt_high_c.Name = "txt_high_c"; + txt_high_c.ReadOnly = true; + txt_high_c.Size = new System.Drawing.Size(50, 23); + txt_high_c.TabIndex = 11; + txt_high_c.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + // + // txt_low_c + // + txt_low_c.Location = new System.Drawing.Point(166, 96); + txt_low_c.Name = "txt_low_c"; + txt_low_c.ReadOnly = true; + txt_low_c.Size = new System.Drawing.Size(50, 23); + txt_low_c.TabIndex = 13; + txt_low_c.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + // + // txt_low_f + // + txt_low_f.Location = new System.Drawing.Point(115, 96); + txt_low_f.Name = "txt_low_f"; + txt_low_f.ReadOnly = true; + txt_low_f.Size = new System.Drawing.Size(50, 23); + txt_low_f.TabIndex = 12; + txt_low_f.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + // + // lbl_add + // + lbl_add.AutoSize = true; + lbl_add.Location = new System.Drawing.Point(12, 137); + lbl_add.Name = "lbl_add"; + lbl_add.Size = new System.Drawing.Size(224, 15); + lbl_add.TabIndex = 14; + lbl_add.Text = "Enter a new Fahrenheit temperature here:"; + // + // lbl_help + // + lbl_help.AutoSize = true; + lbl_help.Font = new System.Drawing.Font("Segoe UI", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + lbl_help.Location = new System.Drawing.Point(19, 3); + lbl_help.Name = "lbl_help"; + lbl_help.Size = new System.Drawing.Size(208, 12); + lbl_help.TabIndex = 15; + lbl_help.Text = "Results are from the past 30 recorded temperatures"; + // + // frm_main + // + AcceptButton = btn_add; + AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); + AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + CancelButton = btn_exit; + ClientSize = new System.Drawing.Size(244, 281); + Controls.Add(lbl_help); + Controls.Add(lbl_add); + Controls.Add(txt_low_c); + Controls.Add(txt_low_f); + Controls.Add(txt_high_c); + Controls.Add(lbl_low); + Controls.Add(lbl_high); + Controls.Add(lbl_city); + Controls.Add(btn_exit); + Controls.Add(txt_add); + Controls.Add(txt_high_f); + Controls.Add(btn_add); + Controls.Add(radio_dv); + Controls.Add(radio_ny); + Controls.Add(radio_sf); + Name = "frm_main"; + Text = "Temperatures"; + Load += frm_main_Load; + ResumeLayout(false); + PerformLayout(); + } + + #endregion + private System.Windows.Forms.RadioButton radio_sf; + private System.Windows.Forms.RadioButton radio_ny; + private System.Windows.Forms.RadioButton radio_dv; + private System.Windows.Forms.Button btn_add; + private System.Windows.Forms.TextBox txt_high_f; + private System.Windows.Forms.TextBox txt_add; + private System.Windows.Forms.Button btn_exit; + private System.Windows.Forms.Label lbl_city; + private System.Windows.Forms.Label lbl_high; + private System.Windows.Forms.Label lbl_low; + private System.Windows.Forms.TextBox txt_high_c; + private System.Windows.Forms.TextBox txt_low_c; + private System.Windows.Forms.TextBox txt_low_f; + private System.Windows.Forms.Label lbl_add; + private System.Windows.Forms.Label lbl_help; + } +} diff --git a/temps/temperatures/frm_main.cs b/temps/temperatures/frm_main.cs new file mode 100644 index 0000000..bebd44d --- /dev/null +++ b/temps/temperatures/frm_main.cs @@ -0,0 +1,134 @@ +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 temperatures +{ + public partial class frm_main : Form + { + public frm_main() + { + InitializeComponent(); + } + + /* 3 lists used to store temperatures from different cities, + * those cities being Sioux Falls, New York, and Denver + */ + List sf = new List(30); + List ny = new List(30); + List dv = new List(30); + + private void frm_main_Load(object sender, EventArgs e) + { + Random r = new Random(); + + /* fill the cities with temperature data */ + for (int i = 0; i < 30; ++i) { + sf.Add(r.Next(2, 70)); + ny.Add(r.Next(21, 68)); + dv.Add(r.Next(18, 74)); + } + } + + private (int, int) high_and_low(List city) + { + int low = 999; + int high = -999; + + /* find the highest and lowest temperatures */ + for (int i = 0; i < 30; ++i) { + if (city[i] < low) + low = city[i]; + if (city[i] > high) + high = city[i]; + } + /* return the two temperatures as a tuple */ + return (low, high); + } + + /* convert fahrenheit to celsius */ + private int f2c(int f) + { + double c = .56*(f-32); + return (int)c; + } + + private void show(List city) + { + /* get the highest and lowest temperatures of a city */ + (int low, int high) tmptr = high_and_low(city); + + /* show the temperatures on the form */ + txt_low_f.Text = tmptr.low.ToString() + "°f"; + txt_high_f.Text = tmptr.high.ToString() + "°f"; + txt_low_c.Text = f2c(tmptr.low).ToString() + "°c"; + txt_high_c.Text = f2c(tmptr.high).ToString() + "°c"; + } + + private void btn_add_Click(object sender, EventArgs e) + { + if (txt_add.Text == "") { + MessageBox.Show("You need to enter a temperature", + "Entry Error"); + txt_add.Focus(); + return; + } + if (!int.TryParse(txt_add.Text, out int i)) { + MessageBox.Show("The temperature must be a whole number", + "Entry Error"); + txt_add.Focus(); + return; + } + + /* find the selected city */ + if (radio_sf.Checked) { + /* remove the oldest temperature */ + sf.RemoveAt(0); + /* add a new temperature */ + sf.Add(int.Parse(txt_add.Text)); + /* redisplay the temperatures */ + show(sf); + } + else if (radio_ny.Checked) { + ny.RemoveAt(0); + ny.Add(int.Parse(txt_add.Text)); + show(ny); + } + else if (radio_dv.Checked) { + dv.RemoveAt(0); + dv.Add(int.Parse(txt_add.Text)); + show(dv); + } + else { + MessageBox.Show("You need to select a city", + "Entry Error"); + } + } + + private void radio_sf_CheckedChanged(object sender, EventArgs e) + { + show(sf); + } + + private void radio_ny_CheckedChanged(object sender, EventArgs e) + { + show(ny); + } + + private void radio_dv_CheckedChanged(object sender, EventArgs e) + { + show(dv); + } + + private void btn_exit_Click(object sender, EventArgs e) + { + this.Close(); + } + } +} diff --git a/temps/temperatures/frm_main.resx b/temps/temperatures/frm_main.resx new file mode 100644 index 0000000..b92c163 --- /dev/null +++ b/temps/temperatures/frm_main.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/temps/temperatures/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs b/temps/temperatures/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs new file mode 100644 index 0000000..3364fdf --- /dev/null +++ b/temps/temperatures/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v3.1", FrameworkDisplayName = ".NET Core 3.1")] diff --git a/temps/temperatures/obj/Debug/netcoreapp3.1/apphost.exe b/temps/temperatures/obj/Debug/netcoreapp3.1/apphost.exe new file mode 100644 index 0000000..d3eb732 Binary files /dev/null and b/temps/temperatures/obj/Debug/netcoreapp3.1/apphost.exe differ diff --git a/temps/temperatures/obj/Debug/netcoreapp3.1/temperatures.AssemblyInfo.cs b/temps/temperatures/obj/Debug/netcoreapp3.1/temperatures.AssemblyInfo.cs new file mode 100644 index 0000000..7a14107 --- /dev/null +++ b/temps/temperatures/obj/Debug/netcoreapp3.1/temperatures.AssemblyInfo.cs @@ -0,0 +1,23 @@ +//------------------------------------------------------------------------------ +// +// 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. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("temperatures")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("temperatures")] +[assembly: System.Reflection.AssemblyTitleAttribute("temperatures")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/temps/temperatures/obj/Debug/netcoreapp3.1/temperatures.AssemblyInfoInputs.cache b/temps/temperatures/obj/Debug/netcoreapp3.1/temperatures.AssemblyInfoInputs.cache new file mode 100644 index 0000000..d2a6962 --- /dev/null +++ b/temps/temperatures/obj/Debug/netcoreapp3.1/temperatures.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +ee82cb4606ad5e69dd5c8f532d3655824b13c74359708a09faffba5936a4624f diff --git a/temps/temperatures/obj/Debug/netcoreapp3.1/temperatures.GeneratedMSBuildEditorConfig.editorconfig b/temps/temperatures/obj/Debug/netcoreapp3.1/temperatures.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..dcd95bf --- /dev/null +++ b/temps/temperatures/obj/Debug/netcoreapp3.1/temperatures.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,11 @@ +is_global = true +build_property.ApplicationManifest = +build_property.StartupObject = +build_property.ApplicationDefaultFont = +build_property.ApplicationHighDpiMode = +build_property.ApplicationUseCompatibleTextRendering = +build_property.ApplicationVisualStyles = +build_property.RootNamespace = temperatures +build_property.ProjectDir = C:\Users\User\Documents\cs\u2\temperatures\ +build_property.EnableComHosting = +build_property.EnableGeneratedComInterfaceComImportInterop = diff --git a/temps/temperatures/obj/Debug/netcoreapp3.1/temperatures.assets.cache b/temps/temperatures/obj/Debug/netcoreapp3.1/temperatures.assets.cache new file mode 100644 index 0000000..d0ea311 Binary files /dev/null and b/temps/temperatures/obj/Debug/netcoreapp3.1/temperatures.assets.cache differ diff --git a/temps/temperatures/obj/Debug/netcoreapp3.1/temperatures.csproj.BuildWithSkipAnalyzers b/temps/temperatures/obj/Debug/netcoreapp3.1/temperatures.csproj.BuildWithSkipAnalyzers new file mode 100644 index 0000000..e69de29 diff --git a/temps/temperatures/obj/Debug/netcoreapp3.1/temperatures.csproj.CoreCompileInputs.cache b/temps/temperatures/obj/Debug/netcoreapp3.1/temperatures.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..e37c998 --- /dev/null +++ b/temps/temperatures/obj/Debug/netcoreapp3.1/temperatures.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +d6ba7c8aa2b9df72d8beb9378bbe42cf0d1a5f7e618d38a6521d08ba01ca6f4d diff --git a/temps/temperatures/obj/Debug/netcoreapp3.1/temperatures.csproj.FileListAbsolute.txt b/temps/temperatures/obj/Debug/netcoreapp3.1/temperatures.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..f0af32c --- /dev/null +++ b/temps/temperatures/obj/Debug/netcoreapp3.1/temperatures.csproj.FileListAbsolute.txt @@ -0,0 +1,15 @@ +C:\Users\User\Documents\cs\u2\temperatures\bin\Debug\netcoreapp3.1\temperatures.exe +C:\Users\User\Documents\cs\u2\temperatures\bin\Debug\netcoreapp3.1\temperatures.deps.json +C:\Users\User\Documents\cs\u2\temperatures\bin\Debug\netcoreapp3.1\temperatures.runtimeconfig.json +C:\Users\User\Documents\cs\u2\temperatures\bin\Debug\netcoreapp3.1\temperatures.runtimeconfig.dev.json +C:\Users\User\Documents\cs\u2\temperatures\bin\Debug\netcoreapp3.1\temperatures.dll +C:\Users\User\Documents\cs\u2\temperatures\bin\Debug\netcoreapp3.1\temperatures.pdb +C:\Users\User\Documents\cs\u2\temperatures\obj\Debug\netcoreapp3.1\temperatures.csproj.GenerateResource.cache +C:\Users\User\Documents\cs\u2\temperatures\obj\Debug\netcoreapp3.1\temperatures.GeneratedMSBuildEditorConfig.editorconfig +C:\Users\User\Documents\cs\u2\temperatures\obj\Debug\netcoreapp3.1\temperatures.AssemblyInfoInputs.cache +C:\Users\User\Documents\cs\u2\temperatures\obj\Debug\netcoreapp3.1\temperatures.AssemblyInfo.cs +C:\Users\User\Documents\cs\u2\temperatures\obj\Debug\netcoreapp3.1\temperatures.csproj.CoreCompileInputs.cache +C:\Users\User\Documents\cs\u2\temperatures\obj\Debug\netcoreapp3.1\temperatures.dll +C:\Users\User\Documents\cs\u2\temperatures\obj\Debug\netcoreapp3.1\temperatures.pdb +C:\Users\User\Documents\cs\u2\temperatures\obj\Debug\netcoreapp3.1\temperatures.genruntimeconfig.cache +C:\Users\User\Documents\cs\u2\temperatures\obj\Debug\netcoreapp3.1\temperatures.frm_main.resources diff --git a/temps/temperatures/obj/Debug/netcoreapp3.1/temperatures.csproj.GenerateResource.cache b/temps/temperatures/obj/Debug/netcoreapp3.1/temperatures.csproj.GenerateResource.cache new file mode 100644 index 0000000..c04cc98 Binary files /dev/null and b/temps/temperatures/obj/Debug/netcoreapp3.1/temperatures.csproj.GenerateResource.cache differ diff --git a/temps/temperatures/obj/Debug/netcoreapp3.1/temperatures.designer.deps.json b/temps/temperatures/obj/Debug/netcoreapp3.1/temperatures.designer.deps.json new file mode 100644 index 0000000..9bb9f82 --- /dev/null +++ b/temps/temperatures/obj/Debug/netcoreapp3.1/temperatures.designer.deps.json @@ -0,0 +1,11 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v3.1", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v3.1": {} + }, + "libraries": {} +} \ No newline at end of file diff --git a/temps/temperatures/obj/Debug/netcoreapp3.1/temperatures.designer.runtimeconfig.json b/temps/temperatures/obj/Debug/netcoreapp3.1/temperatures.designer.runtimeconfig.json new file mode 100644 index 0000000..fdc9c5f --- /dev/null +++ b/temps/temperatures/obj/Debug/netcoreapp3.1/temperatures.designer.runtimeconfig.json @@ -0,0 +1,16 @@ +{ + "runtimeOptions": { + "tfm": "netcoreapp3.1", + "framework": { + "name": "Microsoft.WindowsDesktop.App", + "version": "3.1.0" + }, + "additionalProbingPaths": [ + "C:\\Users\\User\\.dotnet\\store\\|arch|\\|tfm|", + "C:\\Users\\User\\.nuget\\packages" + ], + "configProperties": { + "Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true + } + } +} \ No newline at end of file diff --git a/temps/temperatures/obj/Debug/netcoreapp3.1/temperatures.dll b/temps/temperatures/obj/Debug/netcoreapp3.1/temperatures.dll new file mode 100644 index 0000000..00698e1 Binary files /dev/null and b/temps/temperatures/obj/Debug/netcoreapp3.1/temperatures.dll differ diff --git a/temps/temperatures/obj/Debug/netcoreapp3.1/temperatures.frm_main.resources b/temps/temperatures/obj/Debug/netcoreapp3.1/temperatures.frm_main.resources new file mode 100644 index 0000000..6c05a97 Binary files /dev/null and b/temps/temperatures/obj/Debug/netcoreapp3.1/temperatures.frm_main.resources differ diff --git a/temps/temperatures/obj/Debug/netcoreapp3.1/temperatures.genruntimeconfig.cache b/temps/temperatures/obj/Debug/netcoreapp3.1/temperatures.genruntimeconfig.cache new file mode 100644 index 0000000..de0b27f --- /dev/null +++ b/temps/temperatures/obj/Debug/netcoreapp3.1/temperatures.genruntimeconfig.cache @@ -0,0 +1 @@ +bab2a81b0fe6a6295648f8cc4c2db959afaadebdf31f378525df78f4e2e67262 diff --git a/temps/temperatures/obj/Debug/netcoreapp3.1/temperatures.pdb b/temps/temperatures/obj/Debug/netcoreapp3.1/temperatures.pdb new file mode 100644 index 0000000..2dcf90e Binary files /dev/null and b/temps/temperatures/obj/Debug/netcoreapp3.1/temperatures.pdb differ diff --git a/temps/temperatures/obj/project.assets.json b/temps/temperatures/obj/project.assets.json new file mode 100644 index 0000000..5e6c69f --- /dev/null +++ b/temps/temperatures/obj/project.assets.json @@ -0,0 +1,71 @@ +{ + "version": 3, + "targets": { + ".NETCoreApp,Version=v3.1": {} + }, + "libraries": {}, + "projectFileDependencyGroups": { + ".NETCoreApp,Version=v3.1": [] + }, + "packageFolders": { + "C:\\Users\\User\\.nuget\\packages\\": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\User\\Documents\\cs\\u2\\temperatures\\temperatures.csproj", + "projectName": "temperatures", + "projectPath": "C:\\Users\\User\\Documents\\cs\\u2\\temperatures\\temperatures.csproj", + "packagesPath": "C:\\Users\\User\\.nuget\\packages\\", + "outputPath": "C:\\Users\\User\\Documents\\cs\\u2\\temperatures\\obj\\", + "projectStyle": "PackageReference", + "configFilePaths": [ + "C:\\Users\\User\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "netcoreapp3.1" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "netcoreapp3.1": { + "targetAlias": "netcoreapp3.1", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "netcoreapp3.1": { + "targetAlias": "netcoreapp3.1", + "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\\8.0.100\\RuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/temps/temperatures/obj/project.nuget.cache b/temps/temperatures/obj/project.nuget.cache new file mode 100644 index 0000000..96359df --- /dev/null +++ b/temps/temperatures/obj/project.nuget.cache @@ -0,0 +1,8 @@ +{ + "version": 2, + "dgSpecHash": "iEfwefdpzzb38oPBMuFAWM9s8C6hYwRBFgwj6447pvrovZcT6kA7X11dnaHcCL6EzBK+9fFWl64NmykC/DwMTQ==", + "success": true, + "projectFilePath": "C:\\Users\\User\\Documents\\cs\\u2\\temperatures\\temperatures.csproj", + "expectedPackageFiles": [], + "logs": [] +} \ No newline at end of file diff --git a/temps/temperatures/obj/temperatures.csproj.nuget.dgspec.json b/temps/temperatures/obj/temperatures.csproj.nuget.dgspec.json new file mode 100644 index 0000000..6438813 --- /dev/null +++ b/temps/temperatures/obj/temperatures.csproj.nuget.dgspec.json @@ -0,0 +1,66 @@ +{ + "format": 1, + "restore": { + "C:\\Users\\User\\Documents\\cs\\u2\\temperatures\\temperatures.csproj": {} + }, + "projects": { + "C:\\Users\\User\\Documents\\cs\\u2\\temperatures\\temperatures.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\User\\Documents\\cs\\u2\\temperatures\\temperatures.csproj", + "projectName": "temperatures", + "projectPath": "C:\\Users\\User\\Documents\\cs\\u2\\temperatures\\temperatures.csproj", + "packagesPath": "C:\\Users\\User\\.nuget\\packages\\", + "outputPath": "C:\\Users\\User\\Documents\\cs\\u2\\temperatures\\obj\\", + "projectStyle": "PackageReference", + "configFilePaths": [ + "C:\\Users\\User\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "netcoreapp3.1" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "netcoreapp3.1": { + "targetAlias": "netcoreapp3.1", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "netcoreapp3.1": { + "targetAlias": "netcoreapp3.1", + "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\\8.0.100\\RuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/temps/temperatures/obj/temperatures.csproj.nuget.g.props b/temps/temperatures/obj/temperatures.csproj.nuget.g.props new file mode 100644 index 0000000..af28506 --- /dev/null +++ b/temps/temperatures/obj/temperatures.csproj.nuget.g.props @@ -0,0 +1,15 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\User\.nuget\packages\ + PackageReference + 6.8.0 + + + + + \ No newline at end of file diff --git a/temps/temperatures/obj/temperatures.csproj.nuget.g.targets b/temps/temperatures/obj/temperatures.csproj.nuget.g.targets new file mode 100644 index 0000000..35a7576 --- /dev/null +++ b/temps/temperatures/obj/temperatures.csproj.nuget.g.targets @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/temps/temperatures/temperatures.csproj b/temps/temperatures/temperatures.csproj new file mode 100644 index 0000000..7b05c62 --- /dev/null +++ b/temps/temperatures/temperatures.csproj @@ -0,0 +1,9 @@ + + + + WinExe + netcoreapp3.1 + true + + + \ No newline at end of file diff --git a/temps/temperatures/temperatures.csproj.user b/temps/temperatures/temperatures.csproj.user new file mode 100644 index 0000000..0ffe443 --- /dev/null +++ b/temps/temperatures/temperatures.csproj.user @@ -0,0 +1,8 @@ + + + + + Form + + + \ No newline at end of file -- cgit 1.4.1