Esempio n. 1
0
        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();
        }
Esempio n. 2
0
        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();
        }