фикс имен форм
This commit is contained in:
parent
8343749aed
commit
014eab4a08
@ -85,7 +85,7 @@
|
||||
Controls.Add(checkBoxMasters);
|
||||
Name = "FormDirectoryReport";
|
||||
StartPosition = FormStartPosition.CenterParent;
|
||||
Text = "FormDirectoryReport";
|
||||
Text = "Отчет по справочникам";
|
||||
ResumeLayout(false);
|
||||
PerformLayout();
|
||||
}
|
||||
|
@ -94,7 +94,7 @@
|
||||
Controls.Add(dataGridView);
|
||||
Controls.Add(panel1);
|
||||
Name = "FormOrders";
|
||||
Text = "FormOrders";
|
||||
Text = "Заказы";
|
||||
Load += FormOrders_Load;
|
||||
panel1.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)dataGridView).EndInit();
|
||||
|
Loading…
x
Reference in New Issue
Block a user