// Property of Alientrap/AK // options/key.menu Item Window Video { size '600 600' Derive Picture Table1 { picture "gfx/table1" size '600 600' } Item Layout Layout { direction [Nex_DefaultVertDirection] size '600 600' origin '300 50' alignment [AlignFirst] DeriveTemplate Composition Nex_Video_Option_Switch { direction [Nex_DefaultHorzDirection] DeriveTemplate Nex_Automation_Option_Switch Automation {} DeriveTemplate TextButton Description {} DeriveTemplate SwitchButton Switch {} } Derive Nex_Video_Option_Switch Resolution { text "Resolution" target "::Data::Video::Resolution::Switch" } Derive Nex_Video_Option_Switch Bpp { text "Bits Per Pixel" target "::Data::Video::BPP::Switch" } Derive Nex_Video_Option_Switch Fullscreen { text "Fullscreen" target "::Data::Video::Fullscreen::Switch" } Derive Nex_Void Seperator1 {} Derive PictureButton Apply { normal "$gfx/m_apply" action Nex_Action_Video_Apply } Derive TextButton Reset { normal "Reset to default" init Nex_Action_ResetData target "::Data::Video" } } }