Revert "изменены названия форм, исправлен баг с загрузкой формы, лаба 1 готова к сдаче"

This reverts commit e0ad21379d.
This commit is contained in:
ekallin 2024-02-25 10:16:04 +04:00
parent b7857397be
commit d1a6179371
4 changed files with 2 additions and 6 deletions

View File

@ -150,7 +150,6 @@
MainMenuStrip = menuStrip1;
Name = "FormMain";
Text = "Суши Бар";
Load += FormMain_Load;
menuStrip1.ResumeLayout(false);
menuStrip1.PerformLayout();
((System.ComponentModel.ISupportInitialize)dataGridView).EndInit();

View File

@ -120,7 +120,4 @@
<metadata name="menuStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>25</value>
</metadata>
</root>

View File

@ -218,7 +218,7 @@
Font = new Font("Candara", 10.2F, FontStyle.Regular, GraphicsUnit.Point, 204);
Margin = new Padding(3, 4, 3, 4);
Name = "FormSushi";
Text = "Суши";
Text = "FormSushi";
Load += FormSushi_Load;
groupBoxComponents.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)dataGridView).EndInit();

View File

@ -106,7 +106,7 @@
Controls.Add(buttonAddSushi);
Controls.Add(dataGridView);
Name = "FormSushis";
Text = "Суши";
Text = "FormSushis";
Load += FormSushis_Load;
((System.ComponentModel.ISupportInitialize)dataGridView).EndInit();
ResumeLayout(false);