From ca570ec17694dc8f4bc060c6b045395ab00ccd7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9D=D0=B8=D0=BA=D0=B8=D1=82=D0=B0=20=D0=9F=D0=BE=D1=82?= =?UTF-8?q?=D0=B0=D0=BF=D0=BE=D0=B2?= Date: Wed, 27 Nov 2024 20:33:06 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D1=84=D0=B8=D0=BA=D1=81=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD=D0=B8=D0=B5?= =?UTF-8?q?=20=D1=80=D0=B0=D0=B7=D0=BC=D0=B5=D1=80=D0=BE=D0=B2=20CheckedLi?= =?UTF-8?q?st?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Components/UserControlCheckedList.Designer.cs | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/WinFormSolution/Components/UserControlCheckedList.Designer.cs b/WinFormSolution/Components/UserControlCheckedList.Designer.cs index a074f84..26c3d47 100644 --- a/WinFormSolution/Components/UserControlCheckedList.Designer.cs +++ b/WinFormSolution/Components/UserControlCheckedList.Designer.cs @@ -36,20 +36,22 @@ checkedListBox.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right; checkedListBox.CheckOnClick = true; checkedListBox.FormattingEnabled = true; - checkedListBox.Location = new Point(20, 15); + checkedListBox.Location = new Point(9, 8); + checkedListBox.Margin = new Padding(3, 4, 3, 4); checkedListBox.Name = "checkedListBox"; - checkedListBox.Size = new Size(276, 148); + checkedListBox.Size = new Size(509, 400); checkedListBox.TabIndex = 0; checkedListBox.ItemCheck += checkedListBox_ItemCheck; // // UserControlCheckedList // - AutoScaleDimensions = new SizeF(7F, 15F); + AutoScaleDimensions = new SizeF(8F, 20F); AutoScaleMode = AutoScaleMode.Font; BackColor = Color.Firebrick; Controls.Add(checkedListBox); + Margin = new Padding(3, 4, 3, 4); Name = "UserControlCheckedList"; - Size = new Size(318, 183); + Size = new Size(527, 415); ResumeLayout(false); }