commit 6318abee06d093e56249b096927db2f11c0eaf90 Author: Eugen Höglinger Date: Wed Oct 9 15:25:12 2024 +0200 Initialized diff --git a/.vs/Test_Dunkel.git/FileContentIndex/76e47bb3-47db-4048-8ace-f5285fc22075.vsidx b/.vs/Test_Dunkel.git/FileContentIndex/76e47bb3-47db-4048-8ace-f5285fc22075.vsidx new file mode 100644 index 0000000..f9f9ee6 Binary files /dev/null and b/.vs/Test_Dunkel.git/FileContentIndex/76e47bb3-47db-4048-8ace-f5285fc22075.vsidx differ diff --git a/.vs/Test_Dunkel.git/FileContentIndex/beffdbbe-f7b5-47f8-8f95-9d445164d579.vsidx b/.vs/Test_Dunkel.git/FileContentIndex/beffdbbe-f7b5-47f8-8f95-9d445164d579.vsidx new file mode 100644 index 0000000..fd84f32 Binary files /dev/null and b/.vs/Test_Dunkel.git/FileContentIndex/beffdbbe-f7b5-47f8-8f95-9d445164d579.vsidx differ diff --git a/.vs/Test_Dunkel.git/FileContentIndex/f84d3e61-1925-411b-abac-d0765bbe4fbb.vsidx b/.vs/Test_Dunkel.git/FileContentIndex/f84d3e61-1925-411b-abac-d0765bbe4fbb.vsidx new file mode 100644 index 0000000..dff0d73 Binary files /dev/null and b/.vs/Test_Dunkel.git/FileContentIndex/f84d3e61-1925-411b-abac-d0765bbe4fbb.vsidx differ diff --git a/.vs/Test_Dunkel.git/FileContentIndex/read.lock b/.vs/Test_Dunkel.git/FileContentIndex/read.lock new file mode 100644 index 0000000..e69de29 diff --git a/.vs/Test_Dunkel.git/v17/.suo b/.vs/Test_Dunkel.git/v17/.suo new file mode 100644 index 0000000..f59bc66 Binary files /dev/null and b/.vs/Test_Dunkel.git/v17/.suo differ diff --git a/Test_Dunkel.git.sln b/Test_Dunkel.git.sln new file mode 100644 index 0000000..3472e17 --- /dev/null +++ b/Test_Dunkel.git.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.2.32616.157 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test_Dunkel", "Test_Dunkel\Test_Dunkel.csproj", "{93E27A36-75D4-40B7-8627-D6BF0D66C3DC}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {93E27A36-75D4-40B7-8627-D6BF0D66C3DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {93E27A36-75D4-40B7-8627-D6BF0D66C3DC}.Debug|Any CPU.Build.0 = Debug|Any CPU + {93E27A36-75D4-40B7-8627-D6BF0D66C3DC}.Release|Any CPU.ActiveCfg = Release|Any CPU + {93E27A36-75D4-40B7-8627-D6BF0D66C3DC}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {FFF14894-D11F-4A11-B31B-EA9A7336A061} + EndGlobalSection +EndGlobal diff --git a/Test_Dunkel/App.config b/Test_Dunkel/App.config new file mode 100644 index 0000000..4bfa005 --- /dev/null +++ b/Test_Dunkel/App.config @@ -0,0 +1,6 @@ + + + + + + diff --git a/Test_Dunkel/Form1.Designer.cs b/Test_Dunkel/Form1.Designer.cs new file mode 100644 index 0000000..c4ddeed --- /dev/null +++ b/Test_Dunkel/Form1.Designer.cs @@ -0,0 +1,180 @@ +namespace Test_Dunkel +{ + 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() + { + this.button1 = new System.Windows.Forms.Button(); + this.groupBox1 = new System.Windows.Forms.GroupBox(); + this.radioButton2 = new System.Windows.Forms.RadioButton(); + this.radioButton1 = new System.Windows.Forms.RadioButton(); + this.checkBox1 = new System.Windows.Forms.CheckBox(); + this.label1 = new System.Windows.Forms.Label(); + this.menuStrip1 = new System.Windows.Forms.MenuStrip(); + this.testToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.darkComboBox1 = new DarkUI.Controls.DarkComboBox(); + this.groupBox1.SuspendLayout(); + this.menuStrip1.SuspendLayout(); + this.SuspendLayout(); + // + // button1 + // + this.button1.BackColor = System.Drawing.Color.Transparent; + this.button1.FlatAppearance.BorderColor = System.Drawing.Color.DarkGray; + this.button1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.DimGray; + this.button1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.WhiteSmoke; + this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button1.Location = new System.Drawing.Point(44, 392); + this.button1.Name = "button1"; + this.button1.Size = new System.Drawing.Size(75, 23); + this.button1.TabIndex = 0; + this.button1.Text = "button1"; + this.button1.UseVisualStyleBackColor = false; + // + // groupBox1 + // + this.groupBox1.BackColor = System.Drawing.Color.Transparent; + this.groupBox1.Controls.Add(this.radioButton2); + this.groupBox1.Controls.Add(this.radioButton1); + this.groupBox1.Controls.Add(this.checkBox1); + this.groupBox1.ForeColor = System.Drawing.Color.White; + this.groupBox1.Location = new System.Drawing.Point(13, 38); + this.groupBox1.Name = "groupBox1"; + this.groupBox1.Size = new System.Drawing.Size(200, 100); + this.groupBox1.TabIndex = 1; + this.groupBox1.TabStop = false; + this.groupBox1.Text = "Test"; + // + // radioButton2 + // + this.radioButton2.AutoSize = true; + this.radioButton2.Location = new System.Drawing.Point(7, 68); + this.radioButton2.Name = "radioButton2"; + this.radioButton2.Size = new System.Drawing.Size(85, 17); + this.radioButton2.TabIndex = 2; + this.radioButton2.Text = "radioButton2"; + this.radioButton2.UseVisualStyleBackColor = true; + // + // radioButton1 + // + this.radioButton1.AutoSize = true; + this.radioButton1.Checked = true; + this.radioButton1.Location = new System.Drawing.Point(7, 44); + this.radioButton1.Name = "radioButton1"; + this.radioButton1.Size = new System.Drawing.Size(85, 17); + this.radioButton1.TabIndex = 1; + this.radioButton1.TabStop = true; + this.radioButton1.Text = "radioButton1"; + this.radioButton1.UseVisualStyleBackColor = true; + // + // checkBox1 + // + this.checkBox1.AutoSize = true; + this.checkBox1.Location = new System.Drawing.Point(7, 20); + this.checkBox1.Name = "checkBox1"; + this.checkBox1.Size = new System.Drawing.Size(80, 17); + this.checkBox1.TabIndex = 0; + this.checkBox1.Text = "checkBox1"; + this.checkBox1.UseVisualStyleBackColor = true; + // + // label1 + // + this.label1.AutoSize = true; + this.label1.Location = new System.Drawing.Point(10, 176); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(35, 13); + this.label1.TabIndex = 2; + this.label1.Text = "label1"; + // + // menuStrip1 + // + this.menuStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(12)))), ((int)(((byte)(12)))), ((int)(((byte)(12))))); + this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.testToolStripMenuItem}); + 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 = 3; + this.menuStrip1.Text = "menuStrip1"; + // + // testToolStripMenuItem + // + this.testToolStripMenuItem.ForeColor = System.Drawing.Color.White; + this.testToolStripMenuItem.Name = "testToolStripMenuItem"; + this.testToolStripMenuItem.Size = new System.Drawing.Size(39, 20); + this.testToolStripMenuItem.Text = "Test"; + // + // darkComboBox1 + // + this.darkComboBox1.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable; + this.darkComboBox1.FormattingEnabled = true; + this.darkComboBox1.Location = new System.Drawing.Point(414, 266); + this.darkComboBox1.Name = "darkComboBox1"; + this.darkComboBox1.Size = new System.Drawing.Size(121, 21); + this.darkComboBox1.TabIndex = 4; + // + // Form1 + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(12)))), ((int)(((byte)(12)))), ((int)(((byte)(12))))); + this.BackgroundImage = global::Test_Dunkel.Properties.Resources.Hintergrund_ENGELblank; + this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; + this.ClientSize = new System.Drawing.Size(800, 450); + this.Controls.Add(this.darkComboBox1); + this.Controls.Add(this.label1); + this.Controls.Add(this.groupBox1); + this.Controls.Add(this.button1); + this.Controls.Add(this.menuStrip1); + this.Enabled = false; + this.ForeColor = System.Drawing.Color.White; + this.MainMenuStrip = this.menuStrip1; + this.Name = "Form1"; + this.Text = "Form1"; + this.groupBox1.ResumeLayout(false); + this.groupBox1.PerformLayout(); + this.menuStrip1.ResumeLayout(false); + this.menuStrip1.PerformLayout(); + this.ResumeLayout(false); + this.PerformLayout(); + + } + + #endregion + + private System.Windows.Forms.Button button1; + private System.Windows.Forms.GroupBox groupBox1; + private System.Windows.Forms.RadioButton radioButton2; + private System.Windows.Forms.RadioButton radioButton1; + private System.Windows.Forms.CheckBox checkBox1; + private System.Windows.Forms.Label label1; + private System.Windows.Forms.MenuStrip menuStrip1; + private System.Windows.Forms.ToolStripMenuItem testToolStripMenuItem; + private DarkComboBox darkComboBox1; + } +} + diff --git a/Test_Dunkel/Form1.cs b/Test_Dunkel/Form1.cs new file mode 100644 index 0000000..c933a56 --- /dev/null +++ b/Test_Dunkel/Form1.cs @@ -0,0 +1,122 @@ +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_Dunkel +{ + 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); + } + + if (startYear.Contains("-")) + { + startYear = startYear.Remove(startYear.IndexOf("-")); + } + else + { + 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 + { + string temp = ((AssemblyCopyrightAttribute)attributes[0]).Copyright; + string start = temp.Remove(temp.IndexOf(startYear) - 1); + string end = (temp.Remove(0, temp.IndexOf(" by"))); + + return String.Concat(start, " ", startYear, "-", currentYear, end); + } + } + #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(); + } + } +} diff --git a/Test_Dunkel/Form1.resx b/Test_Dunkel/Form1.resx new file mode 100644 index 0000000..d5494e3 --- /dev/null +++ b/Test_Dunkel/Form1.resx @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + 17, 17 + + \ No newline at end of file diff --git a/Test_Dunkel/Program.cs b/Test_Dunkel/Program.cs new file mode 100644 index 0000000..07bf13d --- /dev/null +++ b/Test_Dunkel/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_Dunkel +{ + internal 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_Dunkel/Properties/AssemblyInfo.cs b/Test_Dunkel/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..82d6224 --- /dev/null +++ b/Test_Dunkel/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_Dunkel")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("Test_Dunkel")] +[assembly: AssemblyCopyright("Copyright © 2022 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("93e27a36-75d4-40b7-8627-d6bf0d66c3dc")] + +// 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")] //Wenn auskommentiert, dann gleich wie AssemblyVersion! diff --git a/Test_Dunkel/Properties/Resources.Designer.cs b/Test_Dunkel/Properties/Resources.Designer.cs new file mode 100644 index 0000000..edb58cd --- /dev/null +++ b/Test_Dunkel/Properties/Resources.Designer.cs @@ -0,0 +1,73 @@ +//------------------------------------------------------------------------------ +// +// Dieser Code wurde von einem Tool generiert. +// Laufzeitversion:4.0.30319.42000 +// +// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn +// der Code erneut generiert wird. +// +//------------------------------------------------------------------------------ + +namespace Test_Dunkel.Properties { + using System; + + + /// + /// Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw. + /// + // Diese Klasse wurde von der StronglyTypedResourceBuilder automatisch generiert + // -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 /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Resources { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Resources() { + } + + /// + /// 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 (object.ReferenceEquals(resourceMan, null)) { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Test_Dunkel.Properties.Resources", typeof(Resources).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle + /// Ressourcenzuordnungen, 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; + } + } + + /// + /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Hintergrund_ENGELblank { + get { + object obj = ResourceManager.GetObject("Hintergrund_ENGELblank", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + } +} diff --git a/Test_Dunkel/Properties/Resources.resx b/Test_Dunkel/Properties/Resources.resx new file mode 100644 index 0000000..9e47cbb --- /dev/null +++ b/Test_Dunkel/Properties/Resources.resx @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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\Hintergrund_ENGELblank.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + \ No newline at end of file diff --git a/Test_Dunkel/Properties/Settings.Designer.cs b/Test_Dunkel/Properties/Settings.Designer.cs new file mode 100644 index 0000000..35eb559 --- /dev/null +++ b/Test_Dunkel/Properties/Settings.Designer.cs @@ -0,0 +1,26 @@ +//------------------------------------------------------------------------------ +// +// Dieser Code wurde von einem Tool generiert. +// Laufzeitversion:4.0.30319.42000 +// +// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn +// der Code erneut generiert wird. +// +//------------------------------------------------------------------------------ + +namespace Test_Dunkel.Properties { + + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.2.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_Dunkel/Properties/Settings.settings b/Test_Dunkel/Properties/Settings.settings new file mode 100644 index 0000000..3964565 --- /dev/null +++ b/Test_Dunkel/Properties/Settings.settings @@ -0,0 +1,7 @@ + + + + + + + diff --git a/Test_Dunkel/Resources/Hintergrund_ENGELblank.jpg b/Test_Dunkel/Resources/Hintergrund_ENGELblank.jpg new file mode 100644 index 0000000..0c1c479 Binary files /dev/null and b/Test_Dunkel/Resources/Hintergrund_ENGELblank.jpg differ diff --git a/Test_Dunkel/Test_Dunkel.csproj b/Test_Dunkel/Test_Dunkel.csproj new file mode 100644 index 0000000..2b1ebc0 --- /dev/null +++ b/Test_Dunkel/Test_Dunkel.csproj @@ -0,0 +1,95 @@ + + + + + Debug + AnyCPU + {93E27A36-75D4-40B7-8627-D6BF0D66C3DC} + WinExe + Test_Dunkel + Test_Dunkel + v4.8 + 512 + true + false + + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + False + bin\Debug\Dark Mode UI.dll + + + ..\..\Test_DarkDesign.git\DarkUI\Example\bin\Debug\DarkUI.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/Test_Dunkel/bin/Debug/Dark Mode UI.dll b/Test_Dunkel/bin/Debug/Dark Mode UI.dll new file mode 100644 index 0000000..92585cd Binary files /dev/null and b/Test_Dunkel/bin/Debug/Dark Mode UI.dll differ diff --git a/Test_Dunkel/bin/Debug/Test_Dunkel.exe b/Test_Dunkel/bin/Debug/Test_Dunkel.exe new file mode 100644 index 0000000..9f42ac3 Binary files /dev/null and b/Test_Dunkel/bin/Debug/Test_Dunkel.exe differ diff --git a/Test_Dunkel/bin/Debug/Test_Dunkel.exe.config b/Test_Dunkel/bin/Debug/Test_Dunkel.exe.config new file mode 100644 index 0000000..56efbc7 --- /dev/null +++ b/Test_Dunkel/bin/Debug/Test_Dunkel.exe.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Test_Dunkel/bin/Debug/Test_Dunkel.pdb b/Test_Dunkel/bin/Debug/Test_Dunkel.pdb new file mode 100644 index 0000000..d09bb16 Binary files /dev/null and b/Test_Dunkel/bin/Debug/Test_Dunkel.pdb differ diff --git a/Test_Dunkel/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs b/Test_Dunkel/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs new file mode 100644 index 0000000..3871b18 --- /dev/null +++ b/Test_Dunkel/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_Dunkel/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs b/Test_Dunkel/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs new file mode 100644 index 0000000..15efebf --- /dev/null +++ b/Test_Dunkel/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.8", FrameworkDisplayName = ".NET Framework 4.8")] diff --git a/Test_Dunkel/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/Test_Dunkel/obj/Debug/DesignTimeResolveAssemblyReferences.cache new file mode 100644 index 0000000..4c10ab9 Binary files /dev/null and b/Test_Dunkel/obj/Debug/DesignTimeResolveAssemblyReferences.cache differ diff --git a/Test_Dunkel/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/Test_Dunkel/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 0000000..539fa9b Binary files /dev/null and b/Test_Dunkel/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/Test_Dunkel/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll b/Test_Dunkel/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll new file mode 100644 index 0000000..4a1807b Binary files /dev/null and b/Test_Dunkel/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll differ diff --git a/Test_Dunkel/obj/Debug/Test_Dunkel.Form1.resources b/Test_Dunkel/obj/Debug/Test_Dunkel.Form1.resources new file mode 100644 index 0000000..6c05a97 Binary files /dev/null and b/Test_Dunkel/obj/Debug/Test_Dunkel.Form1.resources differ diff --git a/Test_Dunkel/obj/Debug/Test_Dunkel.Properties.Resources.resources b/Test_Dunkel/obj/Debug/Test_Dunkel.Properties.Resources.resources new file mode 100644 index 0000000..dff9a26 Binary files /dev/null and b/Test_Dunkel/obj/Debug/Test_Dunkel.Properties.Resources.resources differ diff --git a/Test_Dunkel/obj/Debug/Test_Dunkel.csproj.AssemblyReference.cache b/Test_Dunkel/obj/Debug/Test_Dunkel.csproj.AssemblyReference.cache new file mode 100644 index 0000000..dbe0bd9 Binary files /dev/null and b/Test_Dunkel/obj/Debug/Test_Dunkel.csproj.AssemblyReference.cache differ diff --git a/Test_Dunkel/obj/Debug/Test_Dunkel.csproj.CoreCompileInputs.cache b/Test_Dunkel/obj/Debug/Test_Dunkel.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..34e44cb --- /dev/null +++ b/Test_Dunkel/obj/Debug/Test_Dunkel.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +7aace0c095e83529e6fc30bc346799102caf471b diff --git a/Test_Dunkel/obj/Debug/Test_Dunkel.csproj.FileListAbsolute.txt b/Test_Dunkel/obj/Debug/Test_Dunkel.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..2a5418c --- /dev/null +++ b/Test_Dunkel/obj/Debug/Test_Dunkel.csproj.FileListAbsolute.txt @@ -0,0 +1,11 @@ +H:\Programmieren\Git-WorkRepository\VisualStudio\_TEST\Test_Dunkel.git\Test_Dunkel\bin\Debug\Test_Dunkel.exe.config +H:\Programmieren\Git-WorkRepository\VisualStudio\_TEST\Test_Dunkel.git\Test_Dunkel\bin\Debug\Test_Dunkel.exe +H:\Programmieren\Git-WorkRepository\VisualStudio\_TEST\Test_Dunkel.git\Test_Dunkel\bin\Debug\Test_Dunkel.pdb +H:\Programmieren\Git-WorkRepository\VisualStudio\_TEST\Test_Dunkel.git\Test_Dunkel\obj\Debug\Test_Dunkel.csproj.AssemblyReference.cache +H:\Programmieren\Git-WorkRepository\VisualStudio\_TEST\Test_Dunkel.git\Test_Dunkel\obj\Debug\Test_Dunkel.csproj.SuggestedBindingRedirects.cache +H:\Programmieren\Git-WorkRepository\VisualStudio\_TEST\Test_Dunkel.git\Test_Dunkel\obj\Debug\Test_Dunkel.Form1.resources +H:\Programmieren\Git-WorkRepository\VisualStudio\_TEST\Test_Dunkel.git\Test_Dunkel\obj\Debug\Test_Dunkel.Properties.Resources.resources +H:\Programmieren\Git-WorkRepository\VisualStudio\_TEST\Test_Dunkel.git\Test_Dunkel\obj\Debug\Test_Dunkel.csproj.GenerateResource.cache +H:\Programmieren\Git-WorkRepository\VisualStudio\_TEST\Test_Dunkel.git\Test_Dunkel\obj\Debug\Test_Dunkel.csproj.CoreCompileInputs.cache +H:\Programmieren\Git-WorkRepository\VisualStudio\_TEST\Test_Dunkel.git\Test_Dunkel\obj\Debug\Test_Dunkel.exe +H:\Programmieren\Git-WorkRepository\VisualStudio\_TEST\Test_Dunkel.git\Test_Dunkel\obj\Debug\Test_Dunkel.pdb diff --git a/Test_Dunkel/obj/Debug/Test_Dunkel.csproj.GenerateResource.cache b/Test_Dunkel/obj/Debug/Test_Dunkel.csproj.GenerateResource.cache new file mode 100644 index 0000000..4aef9fd Binary files /dev/null and b/Test_Dunkel/obj/Debug/Test_Dunkel.csproj.GenerateResource.cache differ diff --git a/Test_Dunkel/obj/Debug/Test_Dunkel.csproj.SuggestedBindingRedirects.cache b/Test_Dunkel/obj/Debug/Test_Dunkel.csproj.SuggestedBindingRedirects.cache new file mode 100644 index 0000000..e69de29 diff --git a/Test_Dunkel/obj/Debug/Test_Dunkel.exe b/Test_Dunkel/obj/Debug/Test_Dunkel.exe new file mode 100644 index 0000000..9f42ac3 Binary files /dev/null and b/Test_Dunkel/obj/Debug/Test_Dunkel.exe differ diff --git a/Test_Dunkel/obj/Debug/Test_Dunkel.pdb b/Test_Dunkel/obj/Debug/Test_Dunkel.pdb new file mode 100644 index 0000000..d09bb16 Binary files /dev/null and b/Test_Dunkel/obj/Debug/Test_Dunkel.pdb differ diff --git a/Test_Dunkel/obj/Debug/_IsIncrementalBuild b/Test_Dunkel/obj/Debug/_IsIncrementalBuild new file mode 100644 index 0000000..e5f828c --- /dev/null +++ b/Test_Dunkel/obj/Debug/_IsIncrementalBuild @@ -0,0 +1 @@ +obj\Debug\\_IsIncrementalBuild