фикс имен форм

This commit is contained in:
MorozovDanil 2024-12-19 17:13:52 +04:00
parent 8343749aed
commit 014eab4a08
2 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@
Controls.Add(checkBoxMasters); Controls.Add(checkBoxMasters);
Name = "FormDirectoryReport"; Name = "FormDirectoryReport";
StartPosition = FormStartPosition.CenterParent; StartPosition = FormStartPosition.CenterParent;
Text = "FormDirectoryReport"; Text = "Отчет по справочникам";
ResumeLayout(false); ResumeLayout(false);
PerformLayout(); PerformLayout();
} }

View File

@ -94,7 +94,7 @@
Controls.Add(dataGridView); Controls.Add(dataGridView);
Controls.Add(panel1); Controls.Add(panel1);
Name = "FormOrders"; Name = "FormOrders";
Text = "FormOrders"; Text = "Заказы";
Load += FormOrders_Load; Load += FormOrders_Load;
panel1.ResumeLayout(false); panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)dataGridView).EndInit(); ((System.ComponentModel.ISupportInitialize)dataGridView).EndInit();