Merge branch 'LabWork01' into LabWork02

This commit is contained in:
ekallin 2024-02-25 09:31:08 +04:00
commit 84e044afdd
3 changed files with 5 additions and 2 deletions

View File

@ -120,4 +120,7 @@
<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 = "FormSushi";
Text = "Суши";
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 = "FormSushis";
Text = "Суши";
Load += FormSushis_Load;
((System.ComponentModel.ISupportInitialize)dataGridView).EndInit();
ResumeLayout(false);