diff --git a/Library14Petrushin/ChooseList.Designer.cs b/Library14Petrushin/ChooseList.Designer.cs new file mode 100644 index 0000000..9913735 --- /dev/null +++ b/Library14Petrushin/ChooseList.Designer.cs @@ -0,0 +1,56 @@ +namespace Library14Petrushin +{ + partial class ChooseList + { + /// + /// Обязательная переменная конструктора. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Освободить все используемые ресурсы. + /// + /// истинно, если управляемый ресурс должен быть удален; иначе ложно. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Код, автоматически созданный конструктором компонентов + + /// + /// Требуемый метод для поддержки конструктора — не изменяйте + /// содержимое этого метода с помощью редактора кода. + /// + private void InitializeComponent() + { + checkedListBox1 = new CheckedListBox(); + SuspendLayout(); + // + // checkedListBox1 + // + checkedListBox1.FormattingEnabled = true; + checkedListBox1.Location = new Point(3, 3); + checkedListBox1.Name = "checkedListBox1"; + checkedListBox1.Size = new Size(239, 268); + checkedListBox1.TabIndex = 0; + // + // ChooseList + // + AutoScaleDimensions = new SizeF(8F, 20F); + AutoScaleMode = AutoScaleMode.Font; + Controls.Add(checkedListBox1); + Name = "ChooseList"; + Size = new Size(245, 275); + ResumeLayout(false); + } + + #endregion + + private CheckedListBox checkedListBox1; + } +} diff --git a/Library14Petrushin/ChooseList.cs b/Library14Petrushin/ChooseList.cs new file mode 100644 index 0000000..a976d53 --- /dev/null +++ b/Library14Petrushin/ChooseList.cs @@ -0,0 +1,20 @@ +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 Library14Petrushin +{ + public partial class ChooseList : UserControl + { + public ChooseList() + { + InitializeComponent(); + } + } +} diff --git a/Library14Petrushin/ChooseList.resx b/Library14Petrushin/ChooseList.resx new file mode 100644 index 0000000..af32865 --- /dev/null +++ b/Library14Petrushin/ChooseList.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/Library14Petrushin/Library14Petrushin.csproj b/Library14Petrushin/Library14Petrushin.csproj new file mode 100644 index 0000000..3e210aa --- /dev/null +++ b/Library14Petrushin/Library14Petrushin.csproj @@ -0,0 +1,10 @@ + + + + net8.0-windows + enable + true + enable + + + diff --git a/Library14Petrushin/Library14Petrushin.sln b/Library14Petrushin/Library14Petrushin.sln new file mode 100644 index 0000000..86f3d79 --- /dev/null +++ b/Library14Petrushin/Library14Petrushin.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.10.35013.160 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Library14Petrushin", "Library14Petrushin.csproj", "{64A09BF4-7D97-49DE-8AB8-E9C23B75A62D}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {64A09BF4-7D97-49DE-8AB8-E9C23B75A62D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {64A09BF4-7D97-49DE-8AB8-E9C23B75A62D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {64A09BF4-7D97-49DE-8AB8-E9C23B75A62D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {64A09BF4-7D97-49DE-8AB8-E9C23B75A62D}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {2A1168BB-4009-411F-98CD-BE56BE8D07AF} + EndGlobalSection +EndGlobal