From 305ce116c70e06fdbfa25558a63c782e1837ba36 Mon Sep 17 00:00:00 2001 From: "ns.potapov" Date: Sun, 7 Apr 2024 00:14:29 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B9?= =?UTF-8?q?=D0=BA=D0=B0=20=D0=B2=D0=BD=D0=B5=D1=88=D0=BD=D0=B5=D0=B3=D0=BE?= =?UTF-8?q?=20=D0=B2=D0=B8=D0=B4=D0=B0=20=D1=81=D0=BE=D1=80=D1=84=D0=BC?= =?UTF-8?q?=D1=8B=20=D1=81=D0=BF=D0=B8=D1=81=D0=BA=D0=BE=D0=B2=20=D0=BA?= =?UTF-8?q?=D0=BB=D0=B8=D0=B5=D0=BD=D1=82=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Client/FormClients.Designer.cs | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/SecuritySystem/SecuritySystemView/Client/FormClients.Designer.cs b/SecuritySystem/SecuritySystemView/Client/FormClients.Designer.cs index cbdeeff..afa0e2e 100644 --- a/SecuritySystem/SecuritySystemView/Client/FormClients.Designer.cs +++ b/SecuritySystem/SecuritySystemView/Client/FormClients.Designer.cs @@ -35,19 +35,21 @@ // // dataGridView // + dataGridView.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right; dataGridView.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; - dataGridView.Dock = DockStyle.Left; - dataGridView.Location = new Point(0, 0); + dataGridView.Location = new Point(1, 0); + dataGridView.MultiSelect = false; dataGridView.Name = "dataGridView"; dataGridView.RowHeadersWidth = 51; dataGridView.RowTemplate.Height = 29; - dataGridView.Size = new Size(712, 450); + dataGridView.SelectionMode = DataGridViewSelectionMode.FullRowSelect; + dataGridView.Size = new Size(753, 383); dataGridView.TabIndex = 0; // // buttonDelete // buttonDelete.Anchor = AnchorStyles.Top | AnchorStyles.Right; - buttonDelete.Location = new Point(737, 36); + buttonDelete.Location = new Point(781, 36); buttonDelete.Name = "buttonDelete"; buttonDelete.Size = new Size(94, 29); buttonDelete.TabIndex = 1; @@ -58,7 +60,7 @@ // AutoScaleDimensions = new SizeF(8F, 20F); AutoScaleMode = AutoScaleMode.Font; - ClientSize = new Size(857, 450); + ClientSize = new Size(901, 383); Controls.Add(buttonDelete); Controls.Add(dataGridView); Name = "FormClients";