финал

This commit is contained in:
parent 7605195b62
commit 478a3e4264
7 changed files with 7 additions and 7 deletions

View File

@ -140,7 +140,7 @@
Controls.Add(labelDoctor);
Name = "FormDoctorPayment";
StartPosition = FormStartPosition.CenterScreen;
Text = "FormDoctorPayment";
Text = "Оплата врачу";
groupBox.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)dataGridViewPay).EndInit();
ResumeLayout(false);

View File

@ -79,7 +79,7 @@
Controls.Add(panel1);
Name = "FormDoctorPayments";
StartPosition = FormStartPosition.CenterScreen;
Text = " ";
Text = " Оплаты врачам";
Load += FormDoctorPayments_Load;
panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)dataGridView).EndInit();

View File

@ -121,7 +121,7 @@
Controls.Add(buttonSave);
Name = "FormDrug";
StartPosition = FormStartPosition.CenterScreen;
Text = "FormDrug";
Text = "Лекарство";
ResumeLayout(false);
PerformLayout();
}

View File

@ -105,7 +105,7 @@
Controls.Add(panel1);
Name = "FormDrugs";
StartPosition = FormStartPosition.CenterScreen;
Text = " ";
Text = "Лекарства";
Load += FormDrugs_Load;
panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)dataGridView).EndInit();

View File

@ -92,7 +92,7 @@
Controls.Add(panel1);
Name = "FormMedicalHistories";
StartPosition = FormStartPosition.CenterScreen;
Text = " ";
Text = " Медицинские истории";
Load += FormMedicalHistories_Load;
panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)dataGridView).EndInit();

View File

@ -171,7 +171,7 @@
Controls.Add(labelPacientName);
Name = "FormMedicalHistory";
StartPosition = FormStartPosition.CenterScreen;
Text = "FormMedicalHistory";
Text = "Медицинская история";
groupBox.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)dataGridView).EndInit();
ResumeLayout(false);

View File

@ -105,7 +105,7 @@
Controls.Add(panel1);
Name = "FormPatients";
StartPosition = FormStartPosition.CenterScreen;
Text = " ";
Text = " Пациенты";
Load += FormDoctors_Load;
panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)dataGridView).EndInit();