diff options
Diffstat (limited to 'Project/ElementFormBase.h')
-rw-r--r-- | Project/ElementFormBase.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Project/ElementFormBase.h b/Project/ElementFormBase.h index 284e2de..09d7cbc 100644 --- a/Project/ElementFormBase.h +++ b/Project/ElementFormBase.h @@ -87,6 +87,8 @@ class BusFormBase : public wxDialog wxStaticText* m_staticTextStabFaultReactance; wxTextCtrl* m_textCtrlStabFaultReactance; wxStaticText* m_staticTextPU_4; + wxPanel* m_panelPowerQuality; + wxCheckBox* m_checkBoxPlotPQData; wxButton* m_buttonOK; wxButton* m_ButtonCancel; @@ -137,6 +139,8 @@ class BusFormBase : public wxDialog wxTextCtrl* GetTextCtrlStabFaultReactance() { return m_textCtrlStabFaultReactance; } wxStaticText* GetStaticTextPU_4() { return m_staticTextPU_4; } wxPanel* GetPanelStability() { return m_panelStability; } + wxCheckBox* GetCheckBoxPlotPQData() { return m_checkBoxPlotPQData; } + wxPanel* GetPanelPowerQuality() { return m_panelPowerQuality; } wxNotebook* GetNotebook() { return m_notebook; } wxButton* GetButtonOK() { return m_buttonOK; } wxButton* GetButtonCancel() { return m_ButtonCancel; } |