private void button6_Click(object sender, EventArgs e) { GUI_ANAZ ChildForm = new GUI_ANAZ(); ChildForm.MdiParent = this; ChildForm.Text = "Ρύθμιση Εκτύπωσης "; // + m_ChildFormNumber; ChildForm.f_TableName = "PEL"; ChildForm.f_MENUID = 1; ChildForm.Show(); }
private void apot_Click(object sender, EventArgs e) { GUI_ANAZ Child2Form = new GUI_ANAZ(); Child2Form.MdiParent = this; Child2Form.Text = "Ευρετήριο Ειδών "; // + m_ChildFormNumber; Child2Form.f_TableName = "EID"; Child2Form.f_MENUID = 2; Child2Form.Show(); }