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 3.10.1-0-g8feb16b)
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/radiobox.h>
32#include <wx/textctrl.h>
33#include <wx/gbsizer.h>
34#include <wx/panel.h>
35#include <wx/button.h>
36#include <wx/dialog.h>
37
39
40#define ID_SORT_BY_X_POSITION 1000
41#define ID_SORT_BY_Y_POSITION 1001
42#define wxID_FIRST_FREE 1002
43#define wxID_SHEET_X_100 1003
44#define wxID_SHEET_X_1000 1004
45#define ID_CLEAR_ANNOTATION_CMP 1005
46
51{
52 private:
53
54 protected:
56 wxRadioButton* m_rbScope_Schematic;
57 wxRadioButton* m_rbScope_Sheet;
58 wxRadioButton* m_rbScope_Selection;
59 wxCheckBox* m_checkRecursive;
60 wxRadioButton* m_rbSortBy_X_Position;
62 wxRadioButton* m_rbSortBy_Y_Position;
64 wxRadioBox* m_rbOptions;
65 wxRadioButton* m_rbFirstFree;
66 wxTextCtrl* m_textNumberAfter;
67 wxRadioButton* m_rbSheetX100;
68 wxRadioButton* m_rbSheetX1000;
70 wxButton* m_btnClear;
71 wxStdDialogButtonSizer* m_sdbSizer1;
72 wxButton* m_sdbSizer1OK;
74
75 // Virtual event handlers, override them in your derived class
76 virtual void OnClose( wxCloseEvent& event ) { event.Skip(); }
77 virtual void OnOptionChanged( wxCommandEvent& event ) { event.Skip(); }
78 virtual void OnClearAnnotationClick( wxCommandEvent& event ) { event.Skip(); }
79 virtual void OnCloseClick( wxCommandEvent& event ) { event.Skip(); }
80 virtual void OnApplyClick( wxCommandEvent& event ) { event.Skip(); }
81
82
83 public:
84
85 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 );
86
88
89};
90
Class DIALOG_ANNOTATE_BASE.
wxStaticBitmap * annotate_down_right_bitmap
wxRadioButton * m_rbSortBy_X_Position
virtual void OnClearAnnotationClick(wxCommandEvent &event)
wxRadioButton * m_rbSheetX100
wxRadioButton * m_rbScope_Sheet
virtual void OnClose(wxCloseEvent &event)
wxStdDialogButtonSizer * m_sdbSizer1
wxRadioButton * m_rbSheetX1000
wxStaticBitmap * annotate_right_down_bitmap
virtual void OnCloseClick(wxCommandEvent &event)
wxRadioButton * m_rbScope_Schematic
virtual void OnApplyClick(wxCommandEvent &event)
virtual void OnOptionChanged(wxCommandEvent &event)
wxRadioButton * m_rbSortBy_Y_Position
WX_HTML_REPORT_PANEL * m_MessageWindow
wxRadioButton * m_rbScope_Selection
wxRadioButton * m_rbFirstFree
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
Definition: dialog_shim.h:84
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:75
#define _(s)