public SoundRoomFE6Form()
        {
            InitializeComponent();
            if (PatchUtil.SearchSoundRoomUnlock() == PatchUtil.soundroom_unlock_enum.Enable)
            {
                J_0_SONG.AccessibleDescription = "";
            }

            this.InputFormRef = Init(this);
            this.InputFormRef.MakeGeneralAddressListContextMenu(true);
        }
Ejemplo n.º 2
0
        public SoundRoomForm()
        {
            InitializeComponent();
            if (PatchUtil.SearchSoundRoomUnlock() == PatchUtil.soundroom_unlock_enum.Enable)
            {
                J_0_SONG.AccessibleDescription = "";
            }

            PatchUtil.Cache_SoundRoomExpands soundRoomExpands = PatchUtil.Search_SoundRoomExpands();
            if (soundRoomExpands == PatchUtil.Cache_SoundRoomExpands.soundroom_over255)
            {
                AddressListExpandsButton_255.Name = "AddressListExpandsButton_1000";
            }

            this.InputFormRef = Init(this);
            this.InputFormRef.MakeGeneralAddressListContextMenu(true);
        }