Sets up the handlers.
96 {
97 funcsBox.Changed += FuncsBox_Changed;
98 keysBox.Changed += KeysBox_Changed;
99 stateBox.Changed += StateBox_Changed;
100 modifierBox.Changed += ModifiersBox_Changed;
101 okBut.Clicked += OkBut_Clicked;
102 cancelBut.Clicked += CancelBut_Clicked;
103 setMacroFileBut.Clicked += SetMacroFileBut_Clicked;
104 setScriptFileBut.Clicked += SetScriptFileBut_Clicked;
105 valBox.ChangeValue += ValBox_ChangeValue;
106 textBox.Buffer.Changed += Buffer_Changed;
107 imagejRadioBut.Clicked += ImagejRadioBut_Clicked;
108 bioRadioBut.Clicked += BioRadioBut_Clicked;
109 this.KeyPressEvent += Functions_KeyPressEvent;
110 this.DeleteEvent += Functions_DeleteEvent;
111 }