From 1a22be1a25f3f9fb91fd266e5fbdb0600e41e95a Mon Sep 17 00:00:00 2001 From: "annalyovushkina@yandex.ru" Date: Wed, 23 Oct 2024 17:15:32 +0400 Subject: [PATCH] =?UTF-8?q?=D1=81=D0=B4=D0=B0=D0=BD=D0=BE=20=D1=83=D1=80?= =?UTF-8?q?=D0=B0...=20=D0=B4=D0=B5=D0=BD=D1=8C=20=D0=BF=D1=80=D0=BE=D0=B6?= =?UTF-8?q?=D0=B8=D1=82=20=D0=BD=D0=B5=20=D0=B7=D1=80=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WinFormUchetLab/WinFormUchetLab/FormLab.Designer.cs | 4 ++-- WinFormUchetLab/WinFormUchetLab/FormMain.Designer.cs | 4 ++-- WinFormUchetLab/WinFormUchetLab/FormMain.cs | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/WinFormUchetLab/WinFormUchetLab/FormLab.Designer.cs b/WinFormUchetLab/WinFormUchetLab/FormLab.Designer.cs index 44464ed..ee4fdf2 100644 --- a/WinFormUchetLab/WinFormUchetLab/FormLab.Designer.cs +++ b/WinFormUchetLab/WinFormUchetLab/FormLab.Designer.cs @@ -42,7 +42,7 @@ // // textBoxTask // - textBoxTask.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right; + textBoxTask.Anchor = AnchorStyles.Left | AnchorStyles.Right; textBoxTask.Location = new Point(13, 32); textBoxTask.Multiline = true; textBoxTask.Name = "textBoxTask"; @@ -51,7 +51,7 @@ // // textBoxImage // - textBoxImage.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right; + textBoxImage.Anchor = AnchorStyles.Left | AnchorStyles.Right; textBoxImage.Location = new Point(13, 85); textBoxImage.Multiline = true; textBoxImage.Name = "textBoxImage"; diff --git a/WinFormUchetLab/WinFormUchetLab/FormMain.Designer.cs b/WinFormUchetLab/WinFormUchetLab/FormMain.Designer.cs index f57b1b7..58c83ed 100644 --- a/WinFormUchetLab/WinFormUchetLab/FormMain.Designer.cs +++ b/WinFormUchetLab/WinFormUchetLab/FormMain.Designer.cs @@ -54,7 +54,7 @@ controlDataTableRow1.Name = "controlDataTableRow1"; controlDataTableRow1.RightToLeft = RightToLeft.No; controlDataTableRow1.SelectedRowIndex = -1; - controlDataTableRow1.Size = new Size(800, 450); + controlDataTableRow1.Size = new Size(821, 450); controlDataTableRow1.TabIndex = 1; // // contextMenuStrip1 @@ -118,7 +118,7 @@ // AutoScaleDimensions = new SizeF(8F, 20F); AutoScaleMode = AutoScaleMode.Font; - ClientSize = new Size(800, 450); + ClientSize = new Size(821, 450); Controls.Add(controlDataTableRow1); KeyPreview = true; Name = "FormMain"; diff --git a/WinFormUchetLab/WinFormUchetLab/FormMain.cs b/WinFormUchetLab/WinFormUchetLab/FormMain.cs index 8887db4..2b34aa8 100644 --- a/WinFormUchetLab/WinFormUchetLab/FormMain.cs +++ b/WinFormUchetLab/WinFormUchetLab/FormMain.cs @@ -256,7 +256,7 @@ namespace WinFormUchetLab { componentDocumentWithChartBarWord1.CreateDoc(new ComponentDocumentWithChartConfig { - Header = "test", + Header = "Проверки", FilePath = fileName, ChartTitle = "Количество лабораторных у проверяющих", LegendLocation = ComponentsLibraryNet60.Models.Location.Bottom,