/////////////////////////////////////////////////////////////////////////////////
//
// This file is part of SACAMOS, cable models for EMI simulations in SPICE.
// It was developed by the University of Nottingham and the Netherlands Aerospace
// Centre (NLR) for ESA under contract number 4000112765/14/NL/HK.
//
// Copyright (C) 2015 - 2017 University of Nottingham
//
// SACAMOS is free software: you can redistribute it and/or modify it under the
// terms of the GNU General Public License as published by the Free Software
// Foundation, either version 3 of the License, or (at your option) any later
// version.
//
// SACAMOS is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
// for more details.
//
// A copy of the GNU General Public License version 3 can be found in the
// file GNU_GPL_v3 in the root or at .
//
// wxWidgets is currently licenced under the "wxWindows Library Licence".
// A copy of the wxWindows Library Licence, Version 3.1 can be found in the file
// wxWindows_Library_Licence_v3-1 in the root or at:
//
//
// The University of Nottingham can be contacted at: ggiemr@nottingham.ac.uk
//
// File Contents:
//
// NAME
// FD_ESR_SW.cpp
//
// DESCRIPTION
// GUI for the definition of 3 sets of frequency dependent parameters
//
// AUTHOR(S)
// Steve Greedy
//
/////////////////////////////////////////////////////////////////////////////////
#ifndef FD_ESR_SW_H
#define FD_ESR_SW_H
//(*Headers(FD_ESR_SW)
#include
#include
#include
#include
#include
#include
#include
//*)
class FD_ESR_SW: public wxDialog
{
public:
FD_ESR_SW(wxWindow* parent,wxWindowID id=wxID_ANY);
virtual ~FD_ESR_SW();
//(*Declarations(FD_ESR_SW)
wxStaticText* StaticText10;
wxStaticText* StaticText9;
wxStaticText* StaticText20;
wxTextCtrl* TextCtrl4;
wxRadioButton* RadioButton1;
wxStaticLine* StaticLine8;
wxStaticLine* StaticLine10;
wxStaticText* StaticText13;
wxStaticText* StaticText2;
wxStaticLine* StaticLine6;
wxStaticText* StaticText14;
wxRadioButton* RadioButton2;
wxButton* Button1;
wxTextCtrl* TextCtrl16;
wxStaticText* StaticText6;
wxStaticLine* StaticLine9;
wxTextCtrl* TextCtrl6;
wxStaticText* StaticText19;
wxStaticText* StaticText8;
wxStaticText* StaticText11;
wxStaticText* StaticText18;
wxTextCtrl* TextCtrl19;
wxStaticText* StaticText1;
wxStaticText* StaticText3;
wxStaticLine* StaticLine7;
wxButton* Button2;
wxTextCtrl* TextCtrl18;
wxStaticLine* StaticLine4;
wxStaticLine* StaticLine2;
wxStaticLine* StaticLine12;
wxTextCtrl* TextCtrl17;
wxTextCtrl* TextCtrl14;
wxTextCtrl* TextCtrl15;
wxStaticText* StaticText5;
wxStaticText* StaticText7;
wxTextCtrl* TextCtrl13;
wxStaticLine* StaticLine3;
wxTextCtrl* TextCtrl8;
wxStaticLine* StaticLine1;
wxTextCtrl* TextCtrl2;
wxTextCtrl* TextCtrl7;
wxTextCtrl* TextCtrl1;
wxStaticText* StaticText15;
wxStaticText* StaticText12;
wxTextCtrl* TextCtrl9;
wxTextCtrl* TextCtrl5;
wxStaticLine* StaticLine11;
wxStaticText* StaticText17;
wxStaticText* StaticText4;
wxTextCtrl* TextCtrl3;
wxTextCtrl* TextCtrl10;
wxTextCtrl* TextCtrl12;
wxTextCtrl* TextCtrl11;
wxStaticText* StaticText16;
wxStaticLine* StaticLine5;
//*)
protected:
//(*Identifiers(FD_ESR_SW)
static const long ID_STATICTEXT1;
static const long ID_TEXTCTRL1;
static const long ID_STATICLINE1;
static const long ID_STATICLINE2;
static const long ID_STATICTEXT2;
static const long ID_TEXTCTRL2;
static const long ID_STATICTEXT3;
static const long ID_TEXTCTRL3;
static const long ID_STATICLINE3;
static const long ID_STATICLINE4;
static const long ID_STATICTEXT4;
static const long ID_TEXTCTRL4;
static const long ID_STATICTEXT5;
static const long ID_TEXTCTRL5;
static const long ID_STATICTEXT6;
static const long ID_TEXTCTRL6;
static const long ID_STATICLINE5;
static const long ID_STATICLINE6;
static const long ID_STATICTEXT7;
static const long ID_TEXTCTRL7;
static const long ID_STATICTEXT8;
static const long ID_TEXTCTRL8;
static const long ID_STATICLINE7;
static const long ID_STATICLINE8;
static const long ID_STATICTEXT9;
static const long ID_TEXTCTRL9;
static const long ID_STATICTEXT10;
static const long ID_TEXTCTRL10;
static const long ID_STATICTEXT11;
static const long ID_TEXTCTRL11;
static const long ID_STATICLINE9;
static const long ID_STATICLINE10;
static const long ID_STATICTEXT12;
static const long ID_TEXTCTRL12;
static const long ID_STATICTEXT13;
static const long ID_TEXTCTRL13;
static const long ID_STATICLINE11;
static const long ID_STATICLINE12;
static const long ID_STATICTEXT14;
static const long ID_TEXTCTRL14;
static const long ID_STATICTEXT15;
static const long ID_TEXTCTRL15;
static const long ID_STATICTEXT16;
static const long ID_TEXTCTRL16;
static const long ID_STATICTEXT17;
static const long ID_RADIOBUTTON1;
static const long ID_RADIOBUTTON2;
static const long ID_STATICTEXT18;
static const long ID_TEXTCTRL17;
static const long ID_STATICTEXT19;
static const long ID_TEXTCTRL18;
static const long ID_STATICTEXT20;
static const long ID_TEXTCTRL19;
static const long ID_BUTTON1;
static const long ID_BUTTON2;
//*)
private:
//(*Handlers(FD_ESR_SW)
void OnButton1Click(wxCommandEvent& event);
void OnButton2Click(wxCommandEvent& event);
void OnTextCtrl1Text(wxCommandEvent& event);
void OnTextCtrl2Text(wxCommandEvent& event);
void OnTextCtrl3Text(wxCommandEvent& event);
void OnTextCtrl4Text(wxCommandEvent& event);
void OnTextCtrl5Text(wxCommandEvent& event);
void OnTextCtrl6Text(wxCommandEvent& event);
void OnTextCtrl7Text(wxCommandEvent& event);
void OnTextCtrl8Text(wxCommandEvent& event);
void OnTextCtrl9Text(wxCommandEvent& event);
void OnTextCtrl10Text(wxCommandEvent& event);
void OnTextCtrl11Text(wxCommandEvent& event);
void OnTextCtrl12Text(wxCommandEvent& event);
void OnTextCtrl13Text(wxCommandEvent& event);
void OnTextCtrl14Text(wxCommandEvent& event);
void OnTextCtrl15Text(wxCommandEvent& event);
void OnTextCtrl16Text(wxCommandEvent& event);
//*)
DECLARE_EVENT_TABLE()
};
#endif