From ab42ded0da6274d4d0d4bed2e6d17ed195b76b5b 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:26:12 +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=20=D0=BA?= =?UTF-8?q?=D0=BE=D0=BC=D0=BF=D0=BE=D0=BD=D0=B5=D0=BD=D1=82=D0=B0=20TreeVi?= =?UTF-8?q?ew?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Components/UserControlTreeView.Designer.cs | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/WinFormSolution/Components/UserControlTreeView.Designer.cs b/WinFormSolution/Components/UserControlTreeView.Designer.cs index 9c49b0b..e1a243e 100644 --- a/WinFormSolution/Components/UserControlTreeView.Designer.cs +++ b/WinFormSolution/Components/UserControlTreeView.Designer.cs @@ -33,19 +33,22 @@ // // treeView // - treeView.Location = new Point(22, 17); + treeView.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right; + treeView.Location = new Point(25, 23); + treeView.Margin = new Padding(3, 4, 3, 4); treeView.Name = "treeView"; - treeView.Size = new Size(188, 285); + treeView.Size = new Size(624, 466); treeView.TabIndex = 0; // // UserControlTreeView // - AutoScaleDimensions = new SizeF(7F, 15F); + AutoScaleDimensions = new SizeF(8F, 20F); AutoScaleMode = AutoScaleMode.Font; BackColor = SystemColors.ActiveCaption; Controls.Add(treeView); + Margin = new Padding(3, 4, 3, 4); Name = "UserControlTreeView"; - Size = new Size(232, 335); + Size = new Size(675, 515); ResumeLayout(false); }