commit 54eca59dbf23a2fba775e1052d8550b316f25d86 Author: Eugen Höglinger Date: Wed Oct 9 14:43:35 2024 +0200 Initialized diff --git a/.vs/Test_Panael.git/v16/.suo b/.vs/Test_Panael.git/v16/.suo new file mode 100644 index 0000000..7c91179 Binary files /dev/null and b/.vs/Test_Panael.git/v16/.suo differ diff --git a/.vs/Test_Panel.git/v16/.suo b/.vs/Test_Panel.git/v16/.suo new file mode 100644 index 0000000..f6d3141 Binary files /dev/null and b/.vs/Test_Panel.git/v16/.suo differ diff --git a/Test_Panel.git.sln b/Test_Panel.git.sln new file mode 100644 index 0000000..b296482 --- /dev/null +++ b/Test_Panel.git.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.31515.178 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test_Panel", "Test_Panel\Test_Panel.csproj", "{8997D835-2FA7-4E62-A979-AA39C6DACBC3}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {8997D835-2FA7-4E62-A979-AA39C6DACBC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8997D835-2FA7-4E62-A979-AA39C6DACBC3}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8997D835-2FA7-4E62-A979-AA39C6DACBC3}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8997D835-2FA7-4E62-A979-AA39C6DACBC3}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {39A47EEB-CF20-421B-AFCE-5F9C7D89EBD0} + EndGlobalSection +EndGlobal diff --git a/Test_Panel/App.config b/Test_Panel/App.config new file mode 100644 index 0000000..56efbc7 --- /dev/null +++ b/Test_Panel/App.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Test_Panel/Form1.Designer.cs b/Test_Panel/Form1.Designer.cs new file mode 100644 index 0000000..a66c35b --- /dev/null +++ b/Test_Panel/Form1.Designer.cs @@ -0,0 +1,182 @@ + +namespace Test_Panael +{ + partial class Form1 + { + /// + /// Erforderliche Designervariable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Verwendete Ressourcen bereinigen. + /// + /// True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Vom Windows Form-Designer generierter Code + + /// + /// Erforderliche Methode für die Designerunterstützung. + /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden. + /// + private void InitializeComponent() + { + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); + this.menuStrip1 = new System.Windows.Forms.MenuStrip(); + this.meinMenuToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.panel1 = new System.Windows.Forms.Panel(); + this.panel2 = new System.Windows.Forms.Panel(); + this.panel3 = new System.Windows.Forms.Panel(); + this.panel4 = new System.Windows.Forms.Panel(); + this.panel5 = new System.Windows.Forms.Panel(); + this.panel6 = new System.Windows.Forms.Panel(); + this.textBox1 = new System.Windows.Forms.TextBox(); + this.button1 = new System.Windows.Forms.Button(); + this.menuStrip1.SuspendLayout(); + this.panel1.SuspendLayout(); + this.panel2.SuspendLayout(); + this.panel3.SuspendLayout(); + this.SuspendLayout(); + // + // menuStrip1 + // + this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.meinMenuToolStripMenuItem}); + this.menuStrip1.Location = new System.Drawing.Point(0, 0); + this.menuStrip1.Name = "menuStrip1"; + this.menuStrip1.Size = new System.Drawing.Size(800, 24); + this.menuStrip1.TabIndex = 2; + this.menuStrip1.Text = "menuStrip1"; + // + // meinMenuToolStripMenuItem + // + this.meinMenuToolStripMenuItem.Name = "meinMenuToolStripMenuItem"; + this.meinMenuToolStripMenuItem.Size = new System.Drawing.Size(80, 20); + this.meinMenuToolStripMenuItem.Text = "Mein Menu"; + // + // panel1 + // + this.panel1.Controls.Add(this.button1); + this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; + this.panel1.Location = new System.Drawing.Point(0, 424); + this.panel1.Name = "panel1"; + this.panel1.Size = new System.Drawing.Size(800, 26); + this.panel1.TabIndex = 0; + // + // panel2 + // + this.panel2.Controls.Add(this.panel3); + this.panel2.Controls.Add(this.textBox1); + this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; + this.panel2.Location = new System.Drawing.Point(0, 24); + this.panel2.Name = "panel2"; + this.panel2.Size = new System.Drawing.Size(800, 400); + this.panel2.TabIndex = 1; + // + // panel3 + // + this.panel3.Controls.Add(this.panel6); + this.panel3.Controls.Add(this.panel5); + this.panel3.Controls.Add(this.panel4); + this.panel3.Dock = System.Windows.Forms.DockStyle.Top; + this.panel3.Location = new System.Drawing.Point(0, 0); + this.panel3.Name = "panel3"; + this.panel3.Size = new System.Drawing.Size(800, 100); + this.panel3.TabIndex = 1; + // + // panel4 + // + this.panel4.BackColor = System.Drawing.SystemColors.ActiveCaption; + this.panel4.Dock = System.Windows.Forms.DockStyle.Left; + this.panel4.Location = new System.Drawing.Point(0, 0); + this.panel4.Name = "panel4"; + this.panel4.Size = new System.Drawing.Size(219, 100); + this.panel4.TabIndex = 2; + // + // panel5 + // + this.panel5.BackColor = System.Drawing.SystemColors.ActiveCaption; + this.panel5.Dock = System.Windows.Forms.DockStyle.Right; + this.panel5.Location = new System.Drawing.Point(600, 0); + this.panel5.Name = "panel5"; + this.panel5.Size = new System.Drawing.Size(200, 100); + this.panel5.TabIndex = 3; + // + // panel6 + // + this.panel6.BackColor = System.Drawing.SystemColors.AppWorkspace; + this.panel6.Dock = System.Windows.Forms.DockStyle.Fill; + this.panel6.Location = new System.Drawing.Point(219, 0); + this.panel6.Name = "panel6"; + this.panel6.Size = new System.Drawing.Size(381, 100); + this.panel6.TabIndex = 4; + // + // textBox1 + // + this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.textBox1.Location = new System.Drawing.Point(4, 106); + this.textBox1.Multiline = true; + this.textBox1.Name = "textBox1"; + this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; + this.textBox1.Size = new System.Drawing.Size(793, 288); + this.textBox1.TabIndex = 0; + this.textBox1.Text = resources.GetString("textBox1.Text"); + // + // button1 + // + this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); + this.button1.Location = new System.Drawing.Point(4, 0); + this.button1.Name = "button1"; + this.button1.Size = new System.Drawing.Size(75, 23); + this.button1.TabIndex = 0; + this.button1.Text = "button1"; + this.button1.UseVisualStyleBackColor = true; + this.button1.Click += new System.EventHandler(this.button1_Click); + // + // Form1 + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(800, 450); + this.Controls.Add(this.panel2); + this.Controls.Add(this.panel1); + this.Controls.Add(this.menuStrip1); + this.MainMenuStrip = this.menuStrip1; + this.Name = "Form1"; + this.Text = "Form1"; + this.panel1.ResumeLayout(false); + this.panel2.ResumeLayout(false); + this.panel2.PerformLayout(); + this.menuStrip1.ResumeLayout(false); + this.menuStrip1.PerformLayout(); + this.panel3.ResumeLayout(false); + this.ResumeLayout(false); + this.PerformLayout(); + + } + + #endregion + + private System.Windows.Forms.Panel panel1; + private System.Windows.Forms.Button button1; + private System.Windows.Forms.Panel panel2; + private System.Windows.Forms.TextBox textBox1; + private System.Windows.Forms.MenuStrip menuStrip1; + private System.Windows.Forms.ToolStripMenuItem meinMenuToolStripMenuItem; + private System.Windows.Forms.Panel panel3; + private System.Windows.Forms.Panel panel4; + private System.Windows.Forms.Panel panel6; + private System.Windows.Forms.Panel panel5; + } +} + diff --git a/Test_Panel/Form1.cs b/Test_Panel/Form1.cs new file mode 100644 index 0000000..cfc64d1 --- /dev/null +++ b/Test_Panel/Form1.cs @@ -0,0 +1,113 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Data; +using System.Drawing; +using System.IO; +using System.Linq; +using System.Reflection; +using System.Text; +using System.Threading.Tasks; +using System.Windows.Forms; + +namespace Test_Panael +{ + public partial class Form1 : Form + { + #region Version und Copyright + // Version und Copyright + string programName = Path.GetFileNameWithoutExtension(System.Reflection.Assembly.GetExecutingAssembly().GetName().CodeBase); //Den Programmnamen auslesen + string programVersion = System.Reflection.Assembly.GetExecutingAssembly().GetName().Version.ToString(); + static object[] attributes = Assembly.GetExecutingAssembly().GetCustomAttributes(typeof(AssemblyCopyrightAttribute), false); + string copyright = GenerateCopyright(); + string icon = Application.StartupPath + "\\Info.bmp"; + //Assembly Datum und Zeit + static DateTime value = AssemblyDateTime(); + string date = value.ToShortDateString(); + string time = value.ToLongTimeString(); + private static DateTime AssemblyDateTime() + { + var version = System.Reflection.Assembly.GetExecutingAssembly().GetName().Version; + var buildDateTime = new DateTime(2000, 1, 1).Add(new TimeSpan(TimeSpan.TicksPerDay * version.Build + TimeSpan.TicksPerSecond * 2 * version.Revision)); + //Tage seit dem 1. Januar 2000 und Sekunden seit Mitternacht, (multiplizier mit 2 ergibt das Original) + return buildDateTime; + } + + private static string CurrentYear() + { + DateTime dtn = DateTime.Now; + return dtn.Year.ToString(); + } + + private static string StartYear() + { + string startYear = ""; + if (((AssemblyCopyrightAttribute)attributes[0]).Copyright.Contains("Copyright © ")) + { + startYear = ((AssemblyCopyrightAttribute)attributes[0]).Copyright.Replace("Copyright © ", ""); + while (startYear.StartsWith(" ")) + { + startYear = startYear.Remove(0, 1); + } + startYear = startYear.Remove(startYear.IndexOf(" ")); + return startYear; + } + else + { + DateTime dtn = DateTime.Now; + return dtn.Year.ToString(); + } + } + + private static string GenerateCopyright() + { + string startYear = StartYear(); + string currentYear = CurrentYear(); + + if (startYear == currentYear) + { + return ((AssemblyCopyrightAttribute)attributes[0]).Copyright; + } + else + { + return ((AssemblyCopyrightAttribute)attributes[0]).Copyright.Replace(startYear, String.Concat(startYear, "-", currentYear)); + } + } + #endregion + + #region Programm-Info + /// + /// Contains the name of the program file + /// + public static string ProgramName { set; get; } + + /// + /// Contains the version of the program file + /// + public static string ProgramVersion { set; get; } + + /// + /// Contains the copyright notice + /// + public static string Copyright { set; get; } + + private void SetProgramInfo() + { + //Name, Version und Copyright setzen + ProgramName = programName; + ProgramVersion = programVersion; + Copyright = copyright; + } + #endregion + public Form1() + { + SetProgramInfo(); + InitializeComponent(); + } + + private void button1_Click(object sender, EventArgs e) + { + this.Close(); + } + } +} diff --git a/Test_Panel/Form1.resx b/Test_Panel/Form1.resx new file mode 100644 index 0000000..732f695 --- /dev/null +++ b/Test_Panel/Form1.resx @@ -0,0 +1,155 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + Das ist ein Text. +Das ist ein Text. +Das ist ein Text. +Das ist ein Text. +Das ist ein Text. +Das ist ein Text. +Das ist ein Text. +Das ist ein Text. +Das ist ein Text. +Das ist ein Text. +Das ist ein Text. +Das ist ein Text. +Das ist ein Text. +Das ist ein Text. +Das ist ein Text. +Das ist ein Text. +Das ist ein Text. +Das ist ein Text. +Das ist ein Text. +Das ist ein Text. +Das ist ein Text. +Das ist ein Text. +Das ist ein Text. +Das ist ein Text. +Das ist ein Text. +Das ist ein Text. +Das ist ein Text. +Das ist ein Text. +Das ist ein Text. +Das ist ein Text. + + + 17, 17 + + \ No newline at end of file diff --git a/Test_Panel/Program.cs b/Test_Panel/Program.cs new file mode 100644 index 0000000..cc1d976 --- /dev/null +++ b/Test_Panel/Program.cs @@ -0,0 +1,22 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Threading.Tasks; +using System.Windows.Forms; + +namespace Test_Panael +{ + static class Program + { + /// + /// Der Haupteinstiegspunkt für die Anwendung. + /// + [STAThread] + static void Main() + { + Application.EnableVisualStyles(); + Application.SetCompatibleTextRenderingDefault(false); + Application.Run(new Form1()); + } + } +} diff --git a/Test_Panel/Properties/AssemblyInfo.cs b/Test_Panel/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..83de483 --- /dev/null +++ b/Test_Panel/Properties/AssemblyInfo.cs @@ -0,0 +1,36 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// Allgemeine Informationen über eine Assembly werden über die folgenden +// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern, +// die einer Assembly zugeordnet sind. +[assembly: AssemblyTitle("Test_Panael")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("Test_Panael")] +[assembly: AssemblyCopyright("Copyright © 2021 by Eugen Höglinger")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Durch Festlegen von ComVisible auf FALSE werden die Typen in dieser Assembly +// für COM-Komponenten unsichtbar. Wenn Sie auf einen Typ in dieser Assembly von +// COM aus zugreifen müssen, sollten Sie das ComVisible-Attribut für diesen Typ auf "True" festlegen. +[assembly: ComVisible(false)] + +// Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird +[assembly: Guid("8997d835-2fa7-4e62-a979-aa39c6dacbc3")] + +// Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten: +// +// Hauptversion +// Nebenversion +// Buildnummer +// Revision +// +// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden, +// indem Sie "*" wie unten gezeigt eingeben: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/Test_Panel/Properties/Resources.Designer.cs b/Test_Panel/Properties/Resources.Designer.cs new file mode 100644 index 0000000..04d483c --- /dev/null +++ b/Test_Panel/Properties/Resources.Designer.cs @@ -0,0 +1,70 @@ +//------------------------------------------------------------------------------ +// +// Dieser Code wurde von einem Tool generiert. +// Laufzeitversion: 4.0.30319.42000 +// +// Änderungen an dieser Datei können fehlerhaftes Verhalten verursachen und gehen verloren, wenn +// der Code neu generiert wird. +// +//------------------------------------------------------------------------------ + + +namespace Test_Panael.Properties +{ + /// + /// Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw. + /// + // Diese Klasse wurde von der StronglyTypedResourceBuilder-Klasse + // über ein Tool wie ResGen oder Visual Studio automatisch generiert. + // Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen + // mit der Option /str erneut aus, oder erstellen Sie Ihr VS-Projekt neu. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.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() + { + } + + /// + /// Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Resources.ResourceManager ResourceManager + { + get + { + if ((resourceMan == null)) + { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Test_Panael.Properties.Resources", typeof(Resources).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle + /// Ressourcenlookups, die diese stark typisierte Ressourcenklasse verwenden. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Globalization.CultureInfo Culture + { + get + { + return resourceCulture; + } + set + { + resourceCulture = value; + } + } + } +} diff --git a/Test_Panel/Properties/Resources.resx b/Test_Panel/Properties/Resources.resx new file mode 100644 index 0000000..af7dbeb --- /dev/null +++ b/Test_Panel/Properties/Resources.resx @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/Test_Panel/Properties/Settings.Designer.cs b/Test_Panel/Properties/Settings.Designer.cs new file mode 100644 index 0000000..b227029 --- /dev/null +++ b/Test_Panel/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 Test_Panael.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/Test_Panel/Properties/Settings.settings b/Test_Panel/Properties/Settings.settings new file mode 100644 index 0000000..3964565 --- /dev/null +++ b/Test_Panel/Properties/Settings.settings @@ -0,0 +1,7 @@ + + + + + + + diff --git a/Test_Panel/Test_Panel.csproj b/Test_Panel/Test_Panel.csproj new file mode 100644 index 0000000..a1d512a --- /dev/null +++ b/Test_Panel/Test_Panel.csproj @@ -0,0 +1,83 @@ + + + + + Debug + AnyCPU + {8997D835-2FA7-4E62-A979-AA39C6DACBC3} + WinExe + Test_Panael + Test_Panael + v4.7.2 + 512 + true + false + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + Form + + + Form1.cs + + + + + Form1.cs + + + ResXFileCodeGenerator + Resources.Designer.cs + Designer + + + True + Resources.resx + + + SettingsSingleFileGenerator + Settings.Designer.cs + + + True + Settings.settings + True + + + + + + + \ No newline at end of file diff --git a/Test_Panel/bin/Debug/Test_Panael.exe b/Test_Panel/bin/Debug/Test_Panael.exe new file mode 100644 index 0000000..ff32de0 Binary files /dev/null and b/Test_Panel/bin/Debug/Test_Panael.exe differ diff --git a/Test_Panel/bin/Debug/Test_Panael.exe.config b/Test_Panel/bin/Debug/Test_Panael.exe.config new file mode 100644 index 0000000..56efbc7 --- /dev/null +++ b/Test_Panel/bin/Debug/Test_Panael.exe.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Test_Panel/bin/Debug/Test_Panael.pdb b/Test_Panel/bin/Debug/Test_Panael.pdb new file mode 100644 index 0000000..3e24090 Binary files /dev/null and b/Test_Panel/bin/Debug/Test_Panael.pdb differ diff --git a/Test_Panel/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs b/Test_Panel/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs new file mode 100644 index 0000000..3871b18 --- /dev/null +++ b/Test_Panel/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")] diff --git a/Test_Panel/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/Test_Panel/obj/Debug/DesignTimeResolveAssemblyReferences.cache new file mode 100644 index 0000000..9ed41e9 Binary files /dev/null and b/Test_Panel/obj/Debug/DesignTimeResolveAssemblyReferences.cache differ diff --git a/Test_Panel/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/Test_Panel/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 0000000..be3ad02 Binary files /dev/null and b/Test_Panel/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/Test_Panel/obj/Debug/Test_Panael.Form1.resources b/Test_Panel/obj/Debug/Test_Panael.Form1.resources new file mode 100644 index 0000000..266dbd6 Binary files /dev/null and b/Test_Panel/obj/Debug/Test_Panael.Form1.resources differ diff --git a/Test_Panel/obj/Debug/Test_Panael.Properties.Resources.resources b/Test_Panel/obj/Debug/Test_Panael.Properties.Resources.resources new file mode 100644 index 0000000..6c05a97 Binary files /dev/null and b/Test_Panel/obj/Debug/Test_Panael.Properties.Resources.resources differ diff --git a/Test_Panel/obj/Debug/Test_Panael.csproj.AssemblyReference.cache b/Test_Panel/obj/Debug/Test_Panael.csproj.AssemblyReference.cache new file mode 100644 index 0000000..559128b Binary files /dev/null and b/Test_Panel/obj/Debug/Test_Panael.csproj.AssemblyReference.cache differ diff --git a/Test_Panel/obj/Debug/Test_Panael.exe b/Test_Panel/obj/Debug/Test_Panael.exe new file mode 100644 index 0000000..ff32de0 Binary files /dev/null and b/Test_Panel/obj/Debug/Test_Panael.exe differ diff --git a/Test_Panel/obj/Debug/Test_Panael.pdb b/Test_Panel/obj/Debug/Test_Panael.pdb new file mode 100644 index 0000000..3e24090 Binary files /dev/null and b/Test_Panel/obj/Debug/Test_Panael.pdb differ diff --git a/Test_Panel/obj/Debug/Test_Panel.csproj.AssemblyReference.cache b/Test_Panel/obj/Debug/Test_Panel.csproj.AssemblyReference.cache new file mode 100644 index 0000000..f5e894a Binary files /dev/null and b/Test_Panel/obj/Debug/Test_Panel.csproj.AssemblyReference.cache differ diff --git a/Test_Panel/obj/Debug/Test_Panel.csproj.CoreCompileInputs.cache b/Test_Panel/obj/Debug/Test_Panel.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..4a5524a --- /dev/null +++ b/Test_Panel/obj/Debug/Test_Panel.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +8069502011d0681850e57a53d5a1673222f430a6 diff --git a/Test_Panel/obj/Debug/Test_Panel.csproj.FileListAbsolute.txt b/Test_Panel/obj/Debug/Test_Panel.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..c17a44e --- /dev/null +++ b/Test_Panel/obj/Debug/Test_Panel.csproj.FileListAbsolute.txt @@ -0,0 +1,10 @@ +H:\Programmieren\Git-WorkRepository\VisualStudio\_TEST\Test_Panel.git\Test_Panel\bin\Debug\Test_Panael.exe.config +H:\Programmieren\Git-WorkRepository\VisualStudio\_TEST\Test_Panel.git\Test_Panel\bin\Debug\Test_Panael.exe +H:\Programmieren\Git-WorkRepository\VisualStudio\_TEST\Test_Panel.git\Test_Panel\bin\Debug\Test_Panael.pdb +H:\Programmieren\Git-WorkRepository\VisualStudio\_TEST\Test_Panel.git\Test_Panel\obj\Debug\Test_Panel.csproj.AssemblyReference.cache +H:\Programmieren\Git-WorkRepository\VisualStudio\_TEST\Test_Panel.git\Test_Panel\obj\Debug\Test_Panael.Form1.resources +H:\Programmieren\Git-WorkRepository\VisualStudio\_TEST\Test_Panel.git\Test_Panel\obj\Debug\Test_Panael.Properties.Resources.resources +H:\Programmieren\Git-WorkRepository\VisualStudio\_TEST\Test_Panel.git\Test_Panel\obj\Debug\Test_Panel.csproj.GenerateResource.cache +H:\Programmieren\Git-WorkRepository\VisualStudio\_TEST\Test_Panel.git\Test_Panel\obj\Debug\Test_Panel.csproj.CoreCompileInputs.cache +H:\Programmieren\Git-WorkRepository\VisualStudio\_TEST\Test_Panel.git\Test_Panel\obj\Debug\Test_Panael.exe +H:\Programmieren\Git-WorkRepository\VisualStudio\_TEST\Test_Panel.git\Test_Panel\obj\Debug\Test_Panael.pdb diff --git a/Test_Panel/obj/Debug/Test_Panel.csproj.GenerateResource.cache b/Test_Panel/obj/Debug/Test_Panel.csproj.GenerateResource.cache new file mode 100644 index 0000000..26252d5 Binary files /dev/null and b/Test_Panel/obj/Debug/Test_Panel.csproj.GenerateResource.cache differ