2009-04-21 17:56:27 +00:00
///////////////////////////////////////////////////////////////////////////
// C++ code generated with wxFormBuilder (version Apr 16 2008)
// http://www.wxformbuilder.org/
//
// PLEASE DO "NOT" EDIT THIS FILE!
///////////////////////////////////////////////////////////////////////////
# include "dialog_cvpcb_config_fbp.h"
///////////////////////////////////////////////////////////////////////////
DIALOG_CVPCB_CONFIG_FBP : : DIALOG_CVPCB_CONFIG_FBP ( wxWindow * parent , wxWindowID id , const wxString & title , const wxPoint & pos , const wxSize & size , long style ) : wxDialog ( parent , id , title , pos , size , style )
{
this - > SetSizeHints ( wxDefaultSize , wxDefaultSize ) ;
wxBoxSizer * bMainSizer ;
bMainSizer = new wxBoxSizer ( wxVERTICAL ) ;
wxStaticBoxSizer * sbLibsChoiceSizer ;
2009-04-23 15:02:18 +00:00
sbLibsChoiceSizer = new wxStaticBoxSizer ( new wxStaticBox ( this , wxID_ANY , _ ( " Footprint library files " ) ) , wxHORIZONTAL ) ;
2009-04-21 17:56:27 +00:00
2009-04-23 15:02:18 +00:00
m_ListLibr = new wxListBox ( this , wxID_ANY , wxDefaultPosition , wxDefaultSize , 0 , NULL , wxLB_HSCROLL | wxLB_NEEDED_SB | wxLB_SINGLE ) ;
m_ListLibr - > SetToolTip ( _ ( " List of active library files. \n Only library files in this list are loaded by Pcbnew. \n The order of this list is important: \n Pcbnew searchs for a given footprint using this list order priority. " ) ) ;
2009-05-06 11:55:36 +00:00
m_ListLibr - > SetMinSize ( wxSize ( 450 , 90 ) ) ;
2009-04-21 17:56:27 +00:00
2009-04-23 15:02:18 +00:00
sbLibsChoiceSizer - > Add ( m_ListLibr , 1 , wxALL | wxEXPAND , 5 ) ;
2009-04-21 17:56:27 +00:00
wxBoxSizer * bSizerLibButtons ;
2009-04-23 15:02:18 +00:00
bSizerLibButtons = new wxBoxSizer ( wxVERTICAL ) ;
2009-04-21 17:56:27 +00:00
m_buttonAddLib = new wxButton ( this , ID_ADD_LIB , _ ( " Add " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_buttonAddLib - > SetToolTip ( _ ( " Add a new library after the selected library, and load it " ) ) ;
2009-04-23 15:02:18 +00:00
bSizerLibButtons - > Add ( m_buttonAddLib , 0 , wxALIGN_CENTER_HORIZONTAL | wxLEFT | wxRIGHT , 5 ) ;
2009-04-21 17:56:27 +00:00
m_buttonInsLib = new wxButton ( this , ID_INSERT_LIB , _ ( " Insert " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_buttonInsLib - > SetToolTip ( _ ( " Add a new library before the selected library, and load it " ) ) ;
2009-04-23 15:02:18 +00:00
bSizerLibButtons - > Add ( m_buttonInsLib , 0 , wxALIGN_CENTER_HORIZONTAL | wxLEFT | wxRIGHT , 5 ) ;
2009-04-21 17:56:27 +00:00
m_buttonRemoveLib = new wxButton ( this , ID_REMOVE_LIB , _ ( " Remove " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_buttonRemoveLib - > SetToolTip ( _ ( " Unload the selected library " ) ) ;
2009-04-23 15:02:18 +00:00
bSizerLibButtons - > Add ( m_buttonRemoveLib , 0 , wxALIGN_CENTER_HORIZONTAL | wxLEFT | wxRIGHT , 5 ) ;
2009-04-21 17:56:27 +00:00
2009-04-23 15:02:18 +00:00
sbLibsChoiceSizer - > Add ( bSizerLibButtons , 0 , wxALIGN_CENTER_VERTICAL , 5 ) ;
2009-04-21 17:56:27 +00:00
2009-05-06 11:55:36 +00:00
bMainSizer - > Add ( sbLibsChoiceSizer , 1 , wxALL | wxEXPAND , 5 ) ;
2009-04-21 17:56:27 +00:00
wxStaticBoxSizer * sbEquivChoiceSizer ;
2009-04-23 15:02:18 +00:00
sbEquivChoiceSizer = new wxStaticBoxSizer ( new wxStaticBox ( this , wxID_ANY , _ ( " Footprint alias files " ) ) , wxHORIZONTAL ) ;
2009-04-21 17:56:27 +00:00
2009-04-23 15:02:18 +00:00
m_ListEquiv = new wxListBox ( this , wxID_ANY , wxDefaultPosition , wxDefaultSize , 0 , NULL , wxLB_HSCROLL | wxLB_NEEDED_SB | wxLB_SINGLE ) ;
m_ListEquiv - > SetToolTip ( _ ( " List of active library files. \n Only library files in this list are loaded by Pcbnew. \n The order of this list is important: \n Pcbnew searchs for a given footprint using this list order priority. " ) ) ;
m_ListEquiv - > SetMinSize ( wxSize ( 400 , - 1 ) ) ;
2009-04-21 17:56:27 +00:00
2009-04-23 15:02:18 +00:00
sbEquivChoiceSizer - > Add ( m_ListEquiv , 1 , wxALL | wxEXPAND , 5 ) ;
2009-04-21 17:56:27 +00:00
wxBoxSizer * bSizerEquButtons ;
2009-04-23 15:02:18 +00:00
bSizerEquButtons = new wxBoxSizer ( wxVERTICAL ) ;
2009-04-21 17:56:27 +00:00
m_buttonAddEqu = new wxButton ( this , ID_ADD_EQU , _ ( " Add " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_buttonAddEqu - > SetToolTip ( _ ( " Add a new library after the selected library, and load it " ) ) ;
2009-04-23 15:02:18 +00:00
bSizerEquButtons - > Add ( m_buttonAddEqu , 0 , wxALIGN_CENTER_HORIZONTAL | wxLEFT | wxRIGHT | wxTOP , 5 ) ;
2009-04-21 17:56:27 +00:00
m_buttonInsEqu = new wxButton ( this , ID_INSERT_EQU , _ ( " Insert " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_buttonInsEqu - > SetToolTip ( _ ( " Add a new library before the selected library, and load it " ) ) ;
2009-04-23 15:02:18 +00:00
bSizerEquButtons - > Add ( m_buttonInsEqu , 0 , wxALIGN_CENTER_HORIZONTAL | wxLEFT | wxRIGHT , 5 ) ;
2009-04-21 17:56:27 +00:00
m_buttonRemoveEqu = new wxButton ( this , ID_REMOVE_EQU , _ ( " Remove " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
m_buttonRemoveEqu - > SetToolTip ( _ ( " Unload the selected library " ) ) ;
2009-04-23 15:02:18 +00:00
bSizerEquButtons - > Add ( m_buttonRemoveEqu , 0 , wxALIGN_CENTER_HORIZONTAL | wxBOTTOM | wxLEFT | wxRIGHT , 5 ) ;
2009-04-21 17:56:27 +00:00
2009-04-23 15:02:18 +00:00
sbEquivChoiceSizer - > Add ( bSizerEquButtons , 0 , wxALIGN_CENTER_VERTICAL , 5 ) ;
2009-04-21 17:56:27 +00:00
2009-04-23 15:02:18 +00:00
bMainSizer - > Add ( sbEquivChoiceSizer , 1 , wxALL | wxEXPAND , 5 ) ;
2009-04-21 17:56:27 +00:00
wxStaticBoxSizer * sbModulesDocSizer ;
2009-04-23 15:02:18 +00:00
sbModulesDocSizer = new wxStaticBoxSizer ( new wxStaticBox ( this , wxID_ANY , _ ( " Footprint documentation file " ) ) , wxHORIZONTAL ) ;
2009-04-21 17:56:27 +00:00
m_TextHelpModulesFileName = new wxTextCtrl ( this , wxID_ANY , wxEmptyString , wxDefaultPosition , wxDefaultSize , 0 ) ;
2009-04-23 15:02:18 +00:00
sbModulesDocSizer - > Add ( m_TextHelpModulesFileName , 1 , wxALIGN_CENTER_VERTICAL | wxALL , 5 ) ;
2009-04-21 17:56:27 +00:00
m_buttonModDoc = new wxButton ( this , ID_BROWSE_MOD_DOC , _ ( " Browse " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
sbModulesDocSizer - > Add ( m_buttonModDoc , 0 , wxALL , 5 ) ;
2009-04-23 15:02:18 +00:00
bMainSizer - > Add ( sbModulesDocSizer , 0 , wxALL | wxEXPAND , 5 ) ;
2009-04-21 17:56:27 +00:00
wxStaticBoxSizer * sbSizer4 ;
2009-04-23 15:02:18 +00:00
sbSizer4 = new wxStaticBoxSizer ( new wxStaticBox ( this , wxID_ANY , _ ( " User defined search paths " ) ) , wxHORIZONTAL ) ;
2009-04-21 17:56:27 +00:00
wxBoxSizer * bUserListSizer ;
bUserListSizer = new wxBoxSizer ( wxVERTICAL ) ;
2009-04-23 15:02:18 +00:00
m_listUserPaths = new wxListBox ( this , wxID_ANY , wxDefaultPosition , wxDefaultSize , 0 , NULL , wxLB_NEEDED_SB ) ;
2009-04-21 17:56:27 +00:00
m_listUserPaths - > SetToolTip ( _ ( " Additional paths used in this project. The priority is highter than default Kicad paths. " ) ) ;
2009-04-23 15:02:18 +00:00
m_listUserPaths - > SetMinSize ( wxSize ( 300 , - 1 ) ) ;
2009-04-21 17:56:27 +00:00
2009-04-23 15:02:18 +00:00
bUserListSizer - > Add ( m_listUserPaths , 1 , wxALIGN_CENTER_VERTICAL | wxALL | wxEXPAND , 5 ) ;
2009-04-21 17:56:27 +00:00
2009-04-23 15:02:18 +00:00
sbSizer4 - > Add ( bUserListSizer , 1 , wxALIGN_CENTER_VERTICAL | wxALL | wxEXPAND , 5 ) ;
2009-04-21 17:56:27 +00:00
wxBoxSizer * bUserPathsButtonsSizer ;
bUserPathsButtonsSizer = new wxBoxSizer ( wxVERTICAL ) ;
m_buttonAddPath = new wxButton ( this , ID_LIB_PATH_SEL , _ ( " Add " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
bUserPathsButtonsSizer - > Add ( m_buttonAddPath , 0 , wxALIGN_CENTER_VERTICAL | wxTOP | wxRIGHT | wxLEFT , 5 ) ;
m_buttonInsPath = new wxButton ( this , ID_INSERT_PATH , _ ( " Insert " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
bUserPathsButtonsSizer - > Add ( m_buttonInsPath , 0 , wxRIGHT | wxLEFT , 5 ) ;
m_buttonRemovePath = new wxButton ( this , ID_REMOVE_PATH , _ ( " Remove " ) , wxDefaultPosition , wxDefaultSize , 0 ) ;
bUserPathsButtonsSizer - > Add ( m_buttonRemovePath , 0 , wxBOTTOM | wxRIGHT | wxLEFT , 5 ) ;
2009-04-23 15:02:18 +00:00
sbSizer4 - > Add ( bUserPathsButtonsSizer , 0 , wxALIGN_CENTER_VERTICAL , 5 ) ;
2009-04-21 17:56:27 +00:00
2009-04-23 15:02:18 +00:00
bMainSizer - > Add ( sbSizer4 , 1 , wxALL | wxEXPAND , 5 ) ;
2009-04-21 17:56:27 +00:00
2009-04-23 15:02:18 +00:00
wxStaticBoxSizer * sbSizer6 ;
sbSizer6 = new wxStaticBoxSizer ( new wxStaticBox ( this , wxID_ANY , _ ( " Current search path list " ) ) , wxHORIZONTAL ) ;
2009-04-21 17:56:27 +00:00
m_DefaultLibraryPathslistBox = new wxListBox ( this , wxID_ANY , wxDefaultPosition , wxDefaultSize , 0 , NULL , wxLB_NEEDED_SB ) ;
m_DefaultLibraryPathslistBox - > SetToolTip ( _ ( " Paths (system paths and user paths) used to search and load libraries files and component doc files. \n Sorted by decreasing priority order. " ) ) ;
m_DefaultLibraryPathslistBox - > SetMinSize ( wxSize ( - 1 , 70 ) ) ;
2009-04-23 15:02:18 +00:00
sbSizer6 - > Add ( m_DefaultLibraryPathslistBox , 1 , wxALL | wxEXPAND , 5 ) ;
bMainSizer - > Add ( sbSizer6 , 1 , wxALL | wxEXPAND , 5 ) ;
2009-04-21 17:56:27 +00:00
2009-04-23 15:02:18 +00:00
m_staticline2 = new wxStaticLine ( this , wxID_ANY , wxDefaultPosition , wxDefaultSize , wxLI_HORIZONTAL ) ;
bMainSizer - > Add ( m_staticline2 , 0 , wxEXPAND | wxALL , 5 ) ;
m_sdbSizer2 = new wxStdDialogButtonSizer ( ) ;
m_sdbSizer2OK = new wxButton ( this , wxID_OK ) ;
m_sdbSizer2 - > AddButton ( m_sdbSizer2OK ) ;
m_sdbSizer2Cancel = new wxButton ( this , wxID_CANCEL ) ;
m_sdbSizer2 - > AddButton ( m_sdbSizer2Cancel ) ;
m_sdbSizer2 - > Realize ( ) ;
bMainSizer - > Add ( m_sdbSizer2 , 0 , wxALL | wxEXPAND , 5 ) ;
2009-04-21 17:56:27 +00:00
this - > SetSizer ( bMainSizer ) ;
this - > Layout ( ) ;
2009-04-23 15:02:18 +00:00
bMainSizer - > Fit ( this ) ;
this - > Centre ( wxBOTH ) ;
2009-04-21 17:56:27 +00:00
// Connect Events
this - > Connect ( wxEVT_CLOSE_WINDOW , wxCloseEventHandler ( DIALOG_CVPCB_CONFIG_FBP : : OnCloseWindow ) ) ;
m_buttonAddLib - > Connect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_CVPCB_CONFIG_FBP : : OnAddOrInsertLibClick ) , NULL , this ) ;
m_buttonInsLib - > Connect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_CVPCB_CONFIG_FBP : : OnAddOrInsertLibClick ) , NULL , this ) ;
m_buttonRemoveLib - > Connect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_CVPCB_CONFIG_FBP : : OnRemoveLibClick ) , NULL , this ) ;
m_buttonAddEqu - > Connect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_CVPCB_CONFIG_FBP : : OnAddOrInsertLibClick ) , NULL , this ) ;
m_buttonInsEqu - > Connect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_CVPCB_CONFIG_FBP : : OnAddOrInsertLibClick ) , NULL , this ) ;
m_buttonRemoveEqu - > Connect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_CVPCB_CONFIG_FBP : : OnRemoveLibClick ) , NULL , this ) ;
m_buttonModDoc - > Connect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_CVPCB_CONFIG_FBP : : OnBrowseModDocFile ) , NULL , this ) ;
m_buttonAddPath - > Connect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_CVPCB_CONFIG_FBP : : OnAddOrInsertPath ) , NULL , this ) ;
m_buttonInsPath - > Connect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_CVPCB_CONFIG_FBP : : OnAddOrInsertPath ) , NULL , this ) ;
m_buttonRemovePath - > Connect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_CVPCB_CONFIG_FBP : : OnRemoveUserPath ) , NULL , this ) ;
2009-04-23 15:02:18 +00:00
m_sdbSizer2Cancel - > Connect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_CVPCB_CONFIG_FBP : : OnCancelClick ) , NULL , this ) ;
m_sdbSizer2OK - > Connect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_CVPCB_CONFIG_FBP : : OnOkClick ) , NULL , this ) ;
2009-04-21 17:56:27 +00:00
}
DIALOG_CVPCB_CONFIG_FBP : : ~ DIALOG_CVPCB_CONFIG_FBP ( )
{
// Disconnect Events
this - > Disconnect ( wxEVT_CLOSE_WINDOW , wxCloseEventHandler ( DIALOG_CVPCB_CONFIG_FBP : : OnCloseWindow ) ) ;
m_buttonAddLib - > Disconnect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_CVPCB_CONFIG_FBP : : OnAddOrInsertLibClick ) , NULL , this ) ;
m_buttonInsLib - > Disconnect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_CVPCB_CONFIG_FBP : : OnAddOrInsertLibClick ) , NULL , this ) ;
m_buttonRemoveLib - > Disconnect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_CVPCB_CONFIG_FBP : : OnRemoveLibClick ) , NULL , this ) ;
m_buttonAddEqu - > Disconnect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_CVPCB_CONFIG_FBP : : OnAddOrInsertLibClick ) , NULL , this ) ;
m_buttonInsEqu - > Disconnect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_CVPCB_CONFIG_FBP : : OnAddOrInsertLibClick ) , NULL , this ) ;
m_buttonRemoveEqu - > Disconnect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_CVPCB_CONFIG_FBP : : OnRemoveLibClick ) , NULL , this ) ;
m_buttonModDoc - > Disconnect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_CVPCB_CONFIG_FBP : : OnBrowseModDocFile ) , NULL , this ) ;
m_buttonAddPath - > Disconnect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_CVPCB_CONFIG_FBP : : OnAddOrInsertPath ) , NULL , this ) ;
m_buttonInsPath - > Disconnect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_CVPCB_CONFIG_FBP : : OnAddOrInsertPath ) , NULL , this ) ;
m_buttonRemovePath - > Disconnect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_CVPCB_CONFIG_FBP : : OnRemoveUserPath ) , NULL , this ) ;
2009-04-23 15:02:18 +00:00
m_sdbSizer2Cancel - > Disconnect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_CVPCB_CONFIG_FBP : : OnCancelClick ) , NULL , this ) ;
m_sdbSizer2OK - > Disconnect ( wxEVT_COMMAND_BUTTON_CLICKED , wxCommandEventHandler ( DIALOG_CVPCB_CONFIG_FBP : : OnOkClick ) , NULL , this ) ;
2009-04-21 17:56:27 +00:00
}