Esempio n. 1
0
        private void open_batchtimelog()
        {
            t_BatchTimeLog jsi = new t_BatchTimeLog();

            closechild();
            btn_color_reset();

            jsi.MdiParent = this;

            lbl_modname.Text = btn_2.Text;
            btn_2.BackColor  = panel2.BackColor;
            colormain        = panel2.BackColor;
            color2           = Color.Peru;


            jsi.Show();
        }
Esempio n. 2
0
 public t_addLogs(t_BatchTimeLog bt)
 {
     InitializeComponent();
     this.bt = bt;
 }
Esempio n. 3
0
 public t_addSched(t_BatchTimeLog bt)
 {
     InitializeComponent();
     frm_bt = bt;
 }