| 56 | 
   | 
 #define ID_PANEL1 10019 | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 57 | 
   | 
 #define Sep_RadioButton 10013 | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 58 | 
   | 
 #define NoSep_RadioButton 10014 | 
 
 
 
 
 
 
 
 
 
 
 
 | 59 | 
 < | 
 #define Separated_RadioButton 10015 | 
 
 
 
 
 
 
 
 
 
 | 59 | 
 > | 
 #define Seperated_RadioButton 10015 | 
 
 
 
 
 
 
 
 
 
 
 
 | 60 | 
   | 
 #define Complete_RadioButton 10016 | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 61 | 
   | 
 #define ReGlobalize_Button 10018 | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 62 | 
   | 
 #define wxID_LOAD 10006 | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 63 | 
   | 
 #define wxID_OPTIONS 10017 | 
 
 
 
 
 
 
 
 
 
 
 
 | 64 | 
 < | 
 #define SYMBOL_MAINWINDOW_STYLE wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxMINIMIZE_BOX|wxMAXIMIZE_BOX|wxCLOSE_BOX | 
 
 
 
 
 
 
 
 
 
 | 64 | 
 > | 
 #define SYMBOL_MAINWINDOW_STYLE wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxMINIMIZE_BOX|wxMAXIMIZE_BOX|wxCLOSE_BOX|wxSIMPLE_BORDER | 
 
 
 
 
 
 
 
 
 
 
 
 | 65 | 
   | 
 #define SYMBOL_MAINWINDOW_TITLE _("Installer") | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 66 | 
   | 
 #define SYMBOL_MAINWINDOW_IDNAME ID_MAINWINDOW | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 67 | 
   | 
 #define SYMBOL_MAINWINDOW_SIZE wxSize(400, 500) | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 127 | 
   | 
     /// wxEVT_COMMAND_RADIOBUTTON_SELECTED event handler for NoSep_RadioButton | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 128 | 
   | 
     void OnNoSepRadioButtonSelected( wxCommandEvent& event ); | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 129 | 
   | 
  | 
 
 
 
 
 
 
 
 
 
 
 
 | 130 | 
 < | 
     /// wxEVT_COMMAND_RADIOBUTTON_SELECTED event handler for Separated_RadioButton | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 131 | 
 < | 
     void OnSeparatedRadioButtonSelected( wxCommandEvent& event ); | 
 
 
 
 
 
 
 
 
 
 | 130 | 
 > | 
     /// wxEVT_COMMAND_RADIOBUTTON_SELECTED event handler for Seperated_RadioButton | 
 
 
 
 
 
 | 131 | 
 > | 
     void OnSeperatedRadioButtonSelected( 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* SeparatedRadio; | 
 
 
 
 
 
 
 
 
 
 | 182 | 
 > | 
     wxRadioButton* SeperatedRadio; | 
 
 
 
 
 
 
 
 
 
 
 
 | 183 | 
   | 
     wxRadioButton* CompleteRadio; | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 184 | 
   | 
     wxButton* ReglobalizeButton; | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 185 | 
   | 
 ////@end MainWindow member variables |