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