| 56 |  | #define ID_PANEL1 10019 | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 57 |  | #define Sep_RadioButton 10013 | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 58 |  | #define NoSep_RadioButton 10014 | 
 
 
 
 
 
 
 
 
 
 
 | 59 | < | #define Seperated_RadioButton 10015 | 
 
 
 
 
 
 
 
 
 | 59 | > | #define Separated_RadioButton 10015 | 
 
 
 
 
 
 
 
 
 
 
 | 60 |  | #define Complete_RadioButton 10016 | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 61 |  | #define ReGlobalize_Button 10018 | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 62 |  | #define wxID_LOAD 10006 | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 127 |  | /// wxEVT_COMMAND_RADIOBUTTON_SELECTED event handler for NoSep_RadioButton | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 128 |  | void OnNoSepRadioButtonSelected( wxCommandEvent& event ); | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 129 |  |  | 
 
 
 
 
 
 
 
 
 
 
 | 130 | < | /// wxEVT_COMMAND_RADIOBUTTON_SELECTED event handler for Seperated_RadioButton | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 131 | < | void OnSeperatedRadioButtonSelected( wxCommandEvent& event ); | 
 
 
 
 
 
 
 
 
 | 130 | > | /// wxEVT_COMMAND_RADIOBUTTON_SELECTED event handler for Separated_RadioButton | 
 
 
 
 
 | 131 | > | void OnSeparatedRadioButtonSelected( wxCommandEvent& event ); | 
 
 
 
 
 
 
 
 
 
 
 | 132 |  |  | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 133 |  | /// wxEVT_COMMAND_RADIOBUTTON_SELECTED event handler for Complete_RadioButton | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 134 |  | void OnCompleteRadioButtonSelected( wxCommandEvent& event ); | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 179 |  | wxPanel* OptionsPanel; | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 180 |  | wxRadioButton* SepRadio; | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 181 |  | wxRadioButton* NoSepRadio; | 
 
 
 
 
 
 
 
 
 
 
 | 182 | < | wxRadioButton* SeperatedRadio; | 
 
 
 
 
 
 
 
 
 | 182 | > | wxRadioButton* SeparatedRadio; | 
 
 
 
 
 
 
 
 
 
 
 | 183 |  | wxRadioButton* CompleteRadio; | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 184 |  | wxButton* ReglobalizeButton; | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 185 |  | ////@end MainWindow member variables |