////////////////////////////////////////////////////////////////////// // This file was auto-generated by codelite's wxCrafter Plugin // wxCrafter project file: ElementForm.wxcp // Do not modify this file by hand! ////////////////////////////////////////////////////////////////////// #ifndef PSP_PROJECT_ELEMENTFORM_BASE_CLASSES_H #define PSP_PROJECT_ELEMENTFORM_BASE_CLASSES_H #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #if wxVERSION_NUMBER >= 2900 #include #include #include #include #endif #ifdef WXC_FROM_DIP #undef WXC_FROM_DIP #endif #if wxVERSION_NUMBER >= 3100 #define WXC_FROM_DIP(x) wxWindow::FromDIP(x, NULL) #else #define WXC_FROM_DIP(x) x #endif class BusFormBase : public wxDialog { protected: wxNotebook* m_notebook; wxPanel* m_panelGeneral; wxStaticText* m_staticTextName; wxTextCtrl* m_textCtrlName; wxStaticText* m_staticTextNomVoltage; wxTextCtrl* m_textCtrlNomVoltage; wxChoice* m_choiceNomVoltage; wxCheckBox* m_checkBoxCtrlVoltage; wxTextCtrl* m_textCtrlCtrlVoltage; wxChoice* m_choiceCtrlVoltage; wxCheckBox* m_checkBoxSlackBus; wxPanel* m_panelFault; wxCheckBox* m_checkBoxFault; wxStaticText* m_staticTextFaultType; wxChoice* m_choiceFaultType; wxStaticText* m_staticTextFaultPlace; wxChoice* m_choiceFaultPlace; wxStaticText* m_staticTextFaultResistance; wxTextCtrl* m_textCtrlFaultResistance; wxStaticText* m_staticTextPU_1; wxStaticText* m_staticTextReactance; wxTextCtrl* m_textCtrlFaultReactance; wxStaticText* m_staticTextPU_2; wxPanel* m_panelStability; wxCheckBox* m_checkBoxPlotData; wxCheckBox* m_checkBoxStabFault; wxStaticText* m_staticTextStabFaultTime; wxTextCtrl* m_textCtrlStabFaultTime; wxStaticText* m_staticTextS_1; wxStaticText* m_staticTextStabFaultLength; wxTextCtrl* m_textCtrlStabFaultLength; wxStaticText* m_staticTextS_2; wxStaticText* m_staticTextStabFaultResistance; wxTextCtrl* m_textCtrlStabFaultResistance; wxStaticText* m_staticTextPU_3; wxStaticText* m_staticTextStabFaultReactance; wxTextCtrl* m_textCtrlStabFaultReactance; wxStaticText* m_staticTextPU_4; wxButton* m_buttonOK; wxButton* m_ButtonCancel; protected: virtual void OnNominalVoltageChoice(wxCommandEvent& event) { event.Skip(); } virtual void OnControlledVoltageClick(wxCommandEvent& event) { event.Skip(); } virtual void OnInsertFaultClick(wxCommandEvent& event) { event.Skip(); } virtual void OnFaultTypeChoice(wxCommandEvent& event) { event.Skip(); } virtual void OnInsertStabFaultClick(wxCommandEvent& event) { event.Skip(); } virtual void OnButtonOKClick(wxCommandEvent& event) { event.Skip(); } virtual void OnButtonCancelClick(wxCommandEvent& event) { event.Skip(); } public: wxStaticText* GetStaticTextName() { return m_staticTextName; } wxTextCtrl* GetTextCtrlName() { return m_textCtrlName; } wxStaticText* GetStaticTextNomVoltage() { return m_staticTextNomVoltage; } wxTextCtrl* GetTextCtrlNomVoltage() { return m_textCtrlNomVoltage; } wxChoice* GetChoiceNomVoltage() { return m_choiceNomVoltage; } wxCheckBox* GetCheckBoxCtrlVoltage() { return m_checkBoxCtrlVoltage; } wxTextCtrl* GetTextCtrlCtrlVoltage() { return m_textCtrlCtrlVoltage; } wxChoice* GetChoiceCtrlVoltage() { return m_choiceCtrlVoltage; } wxCheckBox* GetCheckBoxSlackBus() { return m_checkBoxSlackBus; } wxPanel* GetPanelGeneral() { return m_panelGeneral; } wxCheckBox* GetCheckBoxFault() { return m_checkBoxFault; } wxStaticText* GetStaticTextFaultType() { return m_staticTextFaultType; } wxChoice* GetChoiceFaultType() { return m_choiceFaultType; } wxStaticText* GetStaticTextFaultPlace() { return m_staticTextFaultPlace; } wxChoice* GetChoiceFaultPlace() { return m_choiceFaultPlace; } wxStaticText* GetStaticTextFaultResistance() { return m_staticTextFaultResistance; } wxTextCtrl* GetTextCtrlFaultResistance() { return m_textCtrlFaultResistance; } wxStaticText* GetStaticTextPU_1() { return m_staticTextPU_1; } wxStaticText* GetStaticTextReactance() { return m_staticTextReactance; } wxTextCtrl* GetTextCtrlFaultReactance() { return m_textCtrlFaultReactance; } wxStaticText* GetStaticTextPU_2() { return m_staticTextPU_2; } wxPanel* GetPanelFault() { return m_panelFault; } wxCheckBox* GetCheckBoxPlotData() { return m_checkBoxPlotData; } wxCheckBox* GetCheckBoxStabFault() { return m_checkBoxStabFault; } wxStaticText* GetStaticTextStabFaultTime() { return m_staticTextStabFaultTime; } wxTextCtrl* GetTextCtrlStabFaultTime() { return m_textCtrlStabFaultTime; } wxStaticText* GetStaticTextS_1() { return m_staticTextS_1; } wxStaticText* GetStaticTextStabFaultLength() { return m_staticTextStabFaultLength; } wxTextCtrl* GetTextCtrlStabFaultLength() { return m_textCtrlStabFaultLength; } wxStaticText* GetStaticTextS_2() { return m_staticTextS_2; } wxStaticText* GetStaticTextStabFaultResistance() { return m_staticTextStabFaultResistance; } wxTextCtrl* GetTextCtrlStabFaultResistance() { return m_textCtrlStabFaultResistance; } wxStaticText* GetStaticTextPU_3() { return m_staticTextPU_3; } wxStaticText* GetStaticTextStabFaultReactance() { return m_staticTextStabFaultReactance; } wxTextCtrl* GetTextCtrlStabFaultReactance() { return m_textCtrlStabFaultReactance; } wxStaticText* GetStaticTextPU_4() { return m_staticTextPU_4; } wxPanel* GetPanelStability() { return m_panelStability; } wxNotebook* GetNotebook() { return m_notebook; } wxButton* GetButtonOK() { return m_buttonOK; } wxButton* GetButtonCancel() { return m_ButtonCancel; } BusFormBase(wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Bus"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize(-1,-1), long style = wxDEFAULT_DIALOG_STYLE); virtual ~BusFormBase(); }; #endif