Мелкие изменения

This commit is contained in:
Павел Ладягин 2024-12-18 13:47:35 +04:00
parent 00f691332b
commit cf2a838914
6 changed files with 6 additions and 6 deletions

View File

@ -184,7 +184,7 @@
Margin = new Padding(3, 4, 3, 4);
Name = "FormCar";
StartPosition = FormStartPosition.CenterParent;
Text = "FormCar";
Text = "Машина";
((System.ComponentModel.ISupportInitialize)numericUpDownConsumptionRate).EndInit();
ResumeLayout(false);
PerformLayout();

View File

@ -144,7 +144,7 @@
Margin = new Padding(3, 4, 3, 4);
Name = "FormFuel";
StartPosition = FormStartPosition.CenterParent;
Text = "FormFuel";
Text = "Топливо";
((System.ComponentModel.ISupportInitialize)numericUpDownPrice).EndInit();
((System.ComponentModel.ISupportInitialize)numericUpDownAmount).EndInit();
ResumeLayout(false);

View File

@ -163,7 +163,7 @@
Margin = new Padding(3, 4, 3, 4);
Name = "FormRefill";
StartPosition = FormStartPosition.CenterParent;
Text = "FormRefill";
Text = "Заправка";
((System.ComponentModel.ISupportInitialize)numericUpDownRefillAmount).EndInit();
ResumeLayout(false);
PerformLayout();

View File

@ -137,7 +137,7 @@
Margin = new Padding(3, 4, 3, 4);
Name = "FormRoute";
StartPosition = FormStartPosition.CenterParent;
Text = "FormRoute";
Text = "Маршрут";
((System.ComponentModel.ISupportInitialize)numericUpDownLength).EndInit();
ResumeLayout(false);
PerformLayout();

View File

@ -115,7 +115,7 @@
Margin = new Padding(3, 4, 3, 4);
Name = "FormRoutes";
StartPosition = FormStartPosition.CenterParent;
Text = "FormRoutes";
Text = "Маршруты";
Load += FormRoutes_Load;
panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)dataGridView).EndInit();

View File

@ -249,7 +249,7 @@
Margin = new Padding(3, 4, 3, 4);
Name = "FormTrip";
StartPosition = FormStartPosition.CenterParent;
Text = "FormTrip";
Text = "Поездка";
((System.ComponentModel.ISupportInitialize)numericUpDownConsumptionRate).EndInit();
groupBox.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)dataGridViewRoutes).EndInit();