SHARP_CLAS_UI/000.MainFrame/Form_Frame.cs
@@ -649,6 +649,17 @@ tb_Main_Recipe_Name.Text = _equip.Cur_Main_Recipe.Name; else tb_Main_Recipe_Name.Text = "Not Selected"; if(_equip.process.ablation.Is_Power_Measure && _equip.User.Level < En_User_Level.Master) { pnl_Main.Enabled = false; pnl_Bottom.Enabled = false; } else { pnl_Main.Enabled = true; pnl_Bottom.Enabled = true; } } catch(Exception ) {