Мелкие изменения
This commit is contained in:
parent
00f691332b
commit
cf2a838914
@ -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();
|
||||
|
@ -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);
|
||||
|
@ -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();
|
||||
|
@ -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();
|
||||
|
@ -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();
|
||||
|
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user