천호석
2022-12-02 0ea3c195df71c3e26bf341d095d209b4d8e4c562
Key switch 변경 불가시 Interlock message -> messageBox 로 변경
1개 파일 변경됨
6 ■■■■■ 파일 변경됨
SHARP_CLAS_UI/100.Screen/Form_Main.cs 6 ●●●●● 패치 | 보기 | raw | blame | 히스토리
SHARP_CLAS_UI/100.Screen/Form_Main.cs
@@ -178,13 +178,15 @@
        {
            if (_Parent._equip.Door_Opened)
            {
                Interlock_Manager.Add_Interlock_Msg("Key switch can't change.", "Door is opened");
                MessageBox.Show("Key switch can't change, Door is opened.");
                //Interlock_Manager.Add_Interlock_Msg("Key switch can't change.", "Door is opened");
                return;
            }
            if (_Parent._equip.equip_mode == En_Equipment_Mode.Auto && _Parent.sm.Get_Bit(Output_Memory_Address.Safety_Mode_SW_Unlock) == false)
            {
                Interlock_Manager.Add_Interlock_Msg("Key switch can't change.", "Equipment mode is Auto");
                MessageBox.Show("Key switch can't change, Equipment mode is Auto");
                //Interlock_Manager.Add_Interlock_Msg("Key switch can't change.", "Equipment mode is Auto");
                return;
            }