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
4882d545
Commit
4882d545
authored
Mar 28, 2012
by
jean-pierre charras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Libedit, dialog edit pin: fix wxDialogs tabbing order
parent
e356e6dc
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
319 additions
and
319 deletions
+319
-319
dialog_lib_edit_pin_base.cpp
eeschema/dialogs/dialog_lib_edit_pin_base.cpp
+216
-216
dialog_lib_edit_pin_base.fbp
eeschema/dialogs/dialog_lib_edit_pin_base.fbp
+2
-2
dialog_lib_edit_pin_base.h
eeschema/dialogs/dialog_lib_edit_pin_base.h
+101
-101
No files found.
eeschema/dialogs/dialog_lib_edit_pin_base.cpp
View file @
4882d545
///////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////
// C++ code generated with wxFormBuilder (version Mar 1
9 2012)
// C++ code generated with wxFormBuilder (version Mar 1
7 2012)
// http://www.wxformbuilder.org/
// http://www.wxformbuilder.org/
//
//
// PLEASE DO "NOT" EDIT THIS FILE!
// PLEASE DO "NOT" EDIT THIS FILE!
...
@@ -32,7 +32,7 @@ DIALOG_LIB_EDIT_PIN_BASE::DIALOG_LIB_EDIT_PIN_BASE( wxWindow* parent, wxWindowID
...
@@ -32,7 +32,7 @@ DIALOG_LIB_EDIT_PIN_BASE::DIALOG_LIB_EDIT_PIN_BASE( wxWindow* parent, wxWindowID
m_staticTextPinName
->
Wrap
(
-
1
);
m_staticTextPinName
->
Wrap
(
-
1
);
fgSizerPins
->
Add
(
m_staticTextPinName
,
0
,
wxALIGN_CENTER_VERTICAL
|
wxALL
,
3
);
fgSizerPins
->
Add
(
m_staticTextPinName
,
0
,
wxALIGN_CENTER_VERTICAL
|
wxALL
,
3
);
m_textPinName
=
new
wxTextCtrl
(
this
,
ID_M_TEXTPINNAME
,
wxEmptyString
,
wxDefaultPosition
,
wxDefaultSize
,
wxTE_PROCESS_TAB
);
m_textPinName
=
new
wxTextCtrl
(
this
,
ID_M_TEXTPINNAME
,
wxEmptyString
,
wxDefaultPosition
,
wxDefaultSize
,
0
);
fgSizerPins
->
Add
(
m_textPinName
,
0
,
wxALIGN_CENTER_VERTICAL
|
wxEXPAND
|
wxTOP
|
wxBOTTOM
,
3
);
fgSizerPins
->
Add
(
m_textPinName
,
0
,
wxALIGN_CENTER_VERTICAL
|
wxEXPAND
|
wxTOP
|
wxBOTTOM
,
3
);
m_staticTextPadName
=
new
wxStaticText
(
this
,
ID_M_STATICTEXTPADNAME
,
_
(
"Pin n&umber:"
),
wxDefaultPosition
,
wxDefaultSize
,
0
);
m_staticTextPadName
=
new
wxStaticText
(
this
,
ID_M_STATICTEXTPADNAME
,
_
(
"Pin n&umber:"
),
wxDefaultPosition
,
wxDefaultSize
,
0
);
...
@@ -41,7 +41,7 @@ DIALOG_LIB_EDIT_PIN_BASE::DIALOG_LIB_EDIT_PIN_BASE( wxWindow* parent, wxWindowID
...
@@ -41,7 +41,7 @@ DIALOG_LIB_EDIT_PIN_BASE::DIALOG_LIB_EDIT_PIN_BASE( wxWindow* parent, wxWindowID
fgSizerPins
->
Add
(
m_staticTextPadName
,
0
,
wxALIGN_CENTER_VERTICAL
|
wxALL
,
3
);
fgSizerPins
->
Add
(
m_staticTextPadName
,
0
,
wxALIGN_CENTER_VERTICAL
|
wxALL
,
3
);
m_textPadName
=
new
wxTextCtrl
(
this
,
ID_M_TEXTPADNAME
,
wxEmptyString
,
wxDefaultPosition
,
wxDefaultSize
,
wxTE_PROCESS_TAB
);
m_textPadName
=
new
wxTextCtrl
(
this
,
ID_M_TEXTPADNAME
,
wxEmptyString
,
wxDefaultPosition
,
wxDefaultSize
,
0
);
fgSizerPins
->
Add
(
m_textPadName
,
0
,
wxALIGN_CENTER_VERTICAL
|
wxEXPAND
|
wxTOP
|
wxBOTTOM
,
3
);
fgSizerPins
->
Add
(
m_textPadName
,
0
,
wxALIGN_CENTER_VERTICAL
|
wxEXPAND
|
wxTOP
|
wxBOTTOM
,
3
);
m_staticTextOrient
=
new
wxStaticText
(
this
,
wxID_ANY
,
_
(
"&Orientation:"
),
wxDefaultPosition
,
wxDefaultSize
,
0
);
m_staticTextOrient
=
new
wxStaticText
(
this
,
wxID_ANY
,
_
(
"&Orientation:"
),
wxDefaultPosition
,
wxDefaultSize
,
0
);
...
...
eeschema/dialogs/dialog_lib_edit_pin_base.fbp
View file @
4882d545
...
@@ -296,7 +296,7 @@
...
@@ -296,7 +296,7 @@
<property
name=
"resize"
>
Resizable
</property>
<property
name=
"resize"
>
Resizable
</property>
<property
name=
"show"
>
1
</property>
<property
name=
"show"
>
1
</property>
<property
name=
"size"
></property>
<property
name=
"size"
></property>
<property
name=
"style"
>
wxTE_PROCESS_TAB
</property>
<property
name=
"style"
></property>
<property
name=
"subclass"
></property>
<property
name=
"subclass"
></property>
<property
name=
"toolbar_pane"
>
0
</property>
<property
name=
"toolbar_pane"
>
0
</property>
<property
name=
"tooltip"
></property>
<property
name=
"tooltip"
></property>
...
@@ -474,7 +474,7 @@
...
@@ -474,7 +474,7 @@
<property
name=
"resize"
>
Resizable
</property>
<property
name=
"resize"
>
Resizable
</property>
<property
name=
"show"
>
1
</property>
<property
name=
"show"
>
1
</property>
<property
name=
"size"
></property>
<property
name=
"size"
></property>
<property
name=
"style"
>
wxTE_PROCESS_TAB
</property>
<property
name=
"style"
></property>
<property
name=
"subclass"
></property>
<property
name=
"subclass"
></property>
<property
name=
"toolbar_pane"
>
0
</property>
<property
name=
"toolbar_pane"
>
0
</property>
<property
name=
"tooltip"
></property>
<property
name=
"tooltip"
></property>
...
...
eeschema/dialogs/dialog_lib_edit_pin_base.h
View file @
4882d545
///////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////
// C++ code generated with wxFormBuilder (version Mar 1
9 2012)
// C++ code generated with wxFormBuilder (version Mar 1
7 2012)
// http://www.wxformbuilder.org/
// http://www.wxformbuilder.org/
//
//
// PLEASE DO "NOT" EDIT THIS FILE!
// PLEASE DO "NOT" EDIT THIS FILE!
...
...
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