From e5f29e7b53322e11578acd0deb3b1d454998bb77 Mon Sep 17 00:00:00 2001 From: Alex-TIMEHACK Date: Tue, 24 Oct 2017 11:18:12 +0100 Subject: All new ClassicTextBox --- Histacom2.Engine/UI/ClassicDropDown.Designer.cs | 36 +++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 Histacom2.Engine/UI/ClassicDropDown.Designer.cs (limited to 'Histacom2.Engine/UI/ClassicDropDown.Designer.cs') diff --git a/Histacom2.Engine/UI/ClassicDropDown.Designer.cs b/Histacom2.Engine/UI/ClassicDropDown.Designer.cs new file mode 100644 index 0000000..2925f72 --- /dev/null +++ b/Histacom2.Engine/UI/ClassicDropDown.Designer.cs @@ -0,0 +1,36 @@ +namespace Histacom2.Engine.UI +{ + partial class ClassicDropDown + { + /// + /// 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 Component Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + components = new System.ComponentModel.Container(); + } + + #endregion + } +} -- cgit v1.2.3