private void ListOrganizationsToolStripMenuItem_Click(object sender, EventArgs e) { ReportDataForm reportDataForm = new ReportDataForm(); reportDataForm.ReportId = 4; reportDataForm.ListOrganizationsGroupBox.Visible = true; reportDataForm.ShowDialog(); }
private void WaybillReportToolStripMenuItem_Click(object sender, EventArgs e) { ReportDataForm reportDataForm = new ReportDataForm(); reportDataForm.ReportId = 7; reportDataForm.WaybillReportGroupBox.Visible = true; reportDataForm.ShowDialog(); }
private void ShippedToolStripMenuItem_Click(object sender, EventArgs e) { ReportDataForm reportDataForm = new ReportDataForm(); reportDataForm.ReportId = 2; reportDataForm.ShippedGroupBox.Visible = true; reportDataForm.ShowDialog(); }