Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
0706234d
Commit
0706234d
authored
Apr 06, 2009
by
f3nix
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set eol-style native on new files.
parent
9efbf020
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1362 additions
and
1362 deletions
+1362
-1362
dialog_eeschema_config_fbp.cpp
eeschema/dialog_eeschema_config_fbp.cpp
+164
-164
dialog_eeschema_config_fbp.fbp
eeschema/dialog_eeschema_config_fbp.fbp
+1116
-1116
dialog_eeschema_config_fbp.h
eeschema/dialog_eeschema_config_fbp.h
+82
-82
No files found.
eeschema/dialog_eeschema_config_fbp.cpp
View file @
0706234d
This diff is collapsed.
Click to expand it.
eeschema/dialog_eeschema_config_fbp.fbp
View file @
0706234d
This source diff could not be displayed because it is too large. You can
view the blob
instead.
eeschema/dialog_eeschema_config_fbp.h
View file @
0706234d
///////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////
// C++ code generated with wxFormBuilder (version Apr 16 2008)
// C++ code generated with wxFormBuilder (version Apr 16 2008)
// http://www.wxformbuilder.org/
// http://www.wxformbuilder.org/
//
//
// PLEASE DO "NOT" EDIT THIS FILE!
// PLEASE DO "NOT" EDIT THIS FILE!
///////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////
#ifndef __dialog_eeschema_config_fbp__
#ifndef __dialog_eeschema_config_fbp__
#define __dialog_eeschema_config_fbp__
#define __dialog_eeschema_config_fbp__
#include <wx/intl.h>
#include <wx/intl.h>
#include <wx/string.h>
#include <wx/string.h>
#include <wx/stattext.h>
#include <wx/stattext.h>
#include <wx/gdicmn.h>
#include <wx/gdicmn.h>
#include <wx/font.h>
#include <wx/font.h>
#include <wx/colour.h>
#include <wx/colour.h>
#include <wx/settings.h>
#include <wx/settings.h>
#include <wx/listbox.h>
#include <wx/listbox.h>
#include <wx/sizer.h>
#include <wx/sizer.h>
#include <wx/statbox.h>
#include <wx/statbox.h>
#include <wx/button.h>
#include <wx/button.h>
#include <wx/statline.h>
#include <wx/statline.h>
#include <wx/textctrl.h>
#include <wx/textctrl.h>
#include <wx/dialog.h>
#include <wx/dialog.h>
///////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
/// Class DIALOG_EESCHEMA_CONFIG_FBP
/// Class DIALOG_EESCHEMA_CONFIG_FBP
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
class
DIALOG_EESCHEMA_CONFIG_FBP
:
public
wxDialog
class
DIALOG_EESCHEMA_CONFIG_FBP
:
public
wxDialog
{
{
private
:
private
:
protected
:
protected
:
enum
enum
{
{
ID_REMOVE_LIB
=
1000
,
ID_REMOVE_LIB
=
1000
,
ID_ADD_LIB
,
ID_ADD_LIB
,
ID_SAVE_CFG
,
ID_SAVE_CFG
,
ID_LIB_PATH_SEL
,
ID_LIB_PATH_SEL
,
};
};
wxStaticText
*
m_staticTextNetListFormats
;
wxStaticText
*
m_staticTextNetListFormats
;
wxListBox
*
m_NetFormatBox
;
wxListBox
*
m_NetFormatBox
;
wxStaticText
*
m_InfoCmpFileExt
;
wxStaticText
*
m_InfoCmpFileExt
;
wxStaticText
*
m_InfoNetFileExt
;
wxStaticText
*
m_InfoNetFileExt
;
wxStaticText
*
m_InfoLibFileExt
;
wxStaticText
*
m_InfoLibFileExt
;
wxStaticText
*
m_InfoSymbFileExt
;
wxStaticText
*
m_InfoSymbFileExt
;
wxStaticText
*
m_InfoSchFileExt
;
wxStaticText
*
m_InfoSchFileExt
;
wxStaticText
*
m_staticTextlibList
;
wxStaticText
*
m_staticTextlibList
;
wxListBox
*
m_ListLibr
;
wxListBox
*
m_ListLibr
;
wxButton
*
m_buttonRemove
;
wxButton
*
m_buttonRemove
;
wxButton
*
m_buttonAdd
;
wxButton
*
m_buttonAdd
;
wxButton
*
m_buttonIns
;
wxButton
*
m_buttonIns
;
wxButton
*
m_buttonOk
;
wxButton
*
m_buttonOk
;
wxButton
*
m_buttonCancel
;
wxButton
*
m_buttonCancel
;
wxButton
*
m_buttonSave
;
wxButton
*
m_buttonSave
;
wxStaticLine
*
m_staticline1
;
wxStaticLine
*
m_staticline1
;
wxTextCtrl
*
m_LibDirCtrl
;
wxTextCtrl
*
m_LibDirCtrl
;
wxButton
*
m_buttonBrowse
;
wxButton
*
m_buttonBrowse
;
// Virtual event handlers, overide them in your derived class
// Virtual event handlers, overide them in your derived class
virtual
void
OnCloseWindow
(
wxCloseEvent
&
event
){
event
.
Skip
();
}
virtual
void
OnCloseWindow
(
wxCloseEvent
&
event
){
event
.
Skip
();
}
virtual
void
OnRemoveLibClick
(
wxCommandEvent
&
event
){
event
.
Skip
();
}
virtual
void
OnRemoveLibClick
(
wxCommandEvent
&
event
){
event
.
Skip
();
}
virtual
void
OnAddOrInsertLibClick
(
wxCommandEvent
&
event
){
event
.
Skip
();
}
virtual
void
OnAddOrInsertLibClick
(
wxCommandEvent
&
event
){
event
.
Skip
();
}
virtual
void
OnOkClick
(
wxCommandEvent
&
event
){
event
.
Skip
();
}
virtual
void
OnOkClick
(
wxCommandEvent
&
event
){
event
.
Skip
();
}
virtual
void
OnCancelClick
(
wxCommandEvent
&
event
){
event
.
Skip
();
}
virtual
void
OnCancelClick
(
wxCommandEvent
&
event
){
event
.
Skip
();
}
virtual
void
OnSaveCfgClick
(
wxCommandEvent
&
event
){
event
.
Skip
();
}
virtual
void
OnSaveCfgClick
(
wxCommandEvent
&
event
){
event
.
Skip
();
}
virtual
void
OnLibPathSelClick
(
wxCommandEvent
&
event
){
event
.
Skip
();
}
virtual
void
OnLibPathSelClick
(
wxCommandEvent
&
event
){
event
.
Skip
();
}
public
:
public
:
DIALOG_EESCHEMA_CONFIG_FBP
(
wxWindow
*
parent
,
wxWindowID
id
=
wxID_ANY
,
const
wxString
&
title
=
wxEmptyString
,
const
wxPoint
&
pos
=
wxDefaultPosition
,
const
wxSize
&
size
=
wxSize
(
593
,
400
),
long
style
=
wxDEFAULT_DIALOG_STYLE
|
wxRESIZE_BORDER
);
DIALOG_EESCHEMA_CONFIG_FBP
(
wxWindow
*
parent
,
wxWindowID
id
=
wxID_ANY
,
const
wxString
&
title
=
wxEmptyString
,
const
wxPoint
&
pos
=
wxDefaultPosition
,
const
wxSize
&
size
=
wxSize
(
593
,
400
),
long
style
=
wxDEFAULT_DIALOG_STYLE
|
wxRESIZE_BORDER
);
~
DIALOG_EESCHEMA_CONFIG_FBP
();
~
DIALOG_EESCHEMA_CONFIG_FBP
();
};
};
#endif //__dialog_eeschema_config_fbp__
#endif //__dialog_eeschema_config_fbp__
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment