KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_annotate_base.h
Go to the documentation of this file.
1
2// C++ code generated with wxFormBuilder (version 4.2.1-0-g80c4cb6a-dirty)
3// http://www.wxformbuilder.org/
4//
5// PLEASE DO *NOT* EDIT THIS FILE!
7
8#pragma once
9
10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
12#include <wx/intl.h>
14class WX_INFOBAR;
15
16#include "dialog_shim.h"
17#include <wx/infobar.h>
18#include <wx/gdicmn.h>
19#include <wx/font.h>
20#include <wx/colour.h>
21#include <wx/settings.h>
22#include <wx/string.h>
23#include <wx/radiobut.h>
24#include <wx/checkbox.h>
25#include <wx/sizer.h>
26#include <wx/statbox.h>
27#include <wx/bitmap.h>
28#include <wx/image.h>
29#include <wx/icon.h>
30#include <wx/statbmp.h>
31#include <wx/textctrl.h>
32#include <wx/gbsizer.h>
33#include <wx/panel.h>
34#include <wx/button.h>
35#include <wx/dialog.h>
36
38
39#define ID_SORT_BY_X_POSITION 1000
40#define ID_SORT_BY_Y_POSITION 1001
41#define wxID_FIRST_FREE 1002
42#define wxID_SHEET_X_100 1003
43#define wxID_SHEET_X_1000 1004
44#define ID_CLEAR_ANNOTATION_CMP 1005
45
50{
51 private:
52
53 protected:
55 wxRadioButton* m_rbScope_Schematic;
56 wxRadioButton* m_rbScope_Sheet;
57 wxRadioButton* m_rbScope_Selection;
58 wxCheckBox* m_checkRecursive;
59 wxRadioButton* m_rbSortBy_X_Position;
61 wxRadioButton* m_rbSortBy_Y_Position;
63 wxRadioButton* m_rbKeep_Annotations;
64 wxRadioButton* m_rbReset_Annotations;
66 wxRadioButton* m_rbFirstFree;
67 wxTextCtrl* m_textNumberAfter;
68 wxRadioButton* m_rbSheetX100;
69 wxRadioButton* m_rbSheetX1000;
71 wxButton* m_btnClear;
72 wxStdDialogButtonSizer* m_sdbSizer1;
73 wxButton* m_sdbSizer1OK;
75
76 // Virtual event handlers, override them in your derived class
77 virtual void OnClose( wxCloseEvent& event ) { event.Skip(); }
78 virtual void OnOptionChanged( wxCommandEvent& event ) { event.Skip(); }
79 virtual void OnClearAnnotationClick( wxCommandEvent& event ) { event.Skip(); }
80 virtual void OnCloseClick( wxCommandEvent& event ) { event.Skip(); }
81 virtual void OnAnnotateClick( wxCommandEvent& event ) { event.Skip(); }
82
83
84 public:
85
86 DIALOG_ANNOTATE_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Annotate Schematic"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
87
89
90};
91
wxStaticBitmap * annotate_down_right_bitmap
wxRadioButton * m_rbSortBy_X_Position
virtual void OnClearAnnotationClick(wxCommandEvent &event)
virtual void OnAnnotateClick(wxCommandEvent &event)
wxRadioButton * m_rbSheetX100
DIALOG_ANNOTATE_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Annotate Schematic"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
wxRadioButton * m_rbScope_Sheet
virtual void OnClose(wxCloseEvent &event)
wxStdDialogButtonSizer * m_sdbSizer1
wxRadioButton * m_rbSheetX1000
wxStaticBitmap * annotate_right_down_bitmap
wxRadioButton * m_rbKeep_Annotations
virtual void OnCloseClick(wxCommandEvent &event)
wxRadioButton * m_rbReset_Annotations
wxRadioButton * m_rbScope_Schematic
virtual void OnOptionChanged(wxCommandEvent &event)
wxRadioButton * m_rbSortBy_Y_Position
WX_HTML_REPORT_PANEL * m_MessageWindow
wxRadioButton * m_rbScope_Selection
wxRadioButton * m_rbFirstFree
DIALOG_SHIM(wxWindow *aParent, wxWindowID id, const wxString &title, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_FRAME_STYLE|wxRESIZE_BORDER, const wxString &name=wxDialogNameStr)
A widget for browsing a rich text error/status report.
A modified version of the wxInfoBar class that allows us to:
Definition wx_infobar.h:76
#define _(s)