예제 #1
0
파일: Main.cs 프로젝트: RighApps/h1r1s
        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();
        }
예제 #2
0
 public t_addLogs(t_BatchTimeLog bt)
 {
     InitializeComponent();
     this.bt = bt;
 }
예제 #3
0
 public t_addSched(t_BatchTimeLog bt)
 {
     InitializeComponent();
     frm_bt = bt;
 }