KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_tuning_pattern_properties_base.h
Go to the documentation of this file.
1
2// C++ code generated with wxFormBuilder (version 4.0.0-0-g0efcecf)
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>
13#include "dialog_shim.h"
14#include <wx/bitmap.h>
15#include <wx/image.h>
16#include <wx/icon.h>
17#include <wx/statbmp.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/stattext.h>
24#include <wx/textctrl.h>
25#include <wx/checkbox.h>
26#include <wx/choice.h>
27#include <wx/gbsizer.h>
28#include <wx/sizer.h>
29#include <wx/button.h>
30#include <wx/dialog.h>
31
33
34
39{
40 private:
41
42 protected:
43 wxStaticBitmap* m_legend;
44 wxStaticText* m_targetLengthLabel;
45 wxTextCtrl* m_targetLengthCtrl;
46 wxStaticText* m_targetLengthUnits;
48 wxStaticText* m_sourceInfo;
49 wxStaticText* m_track_minALabel;
50 wxTextCtrl* m_minACtrl;
51 wxStaticText* m_minAUnits;
52 wxStaticText* m_maxALabel;
53 wxTextCtrl* m_maxACtrl;
54 wxStaticText* m_maxAUnits;
55 wxStaticText* m_spacingLabel;
56 wxTextCtrl* m_spacingCtrl;
57 wxStaticText* m_spacingUnits;
58 wxStaticText* m_cornerLabel;
59 wxChoice* m_cornerCtrl;
60 wxStaticText* m_rLabel;
61 wxTextCtrl* m_rCtrl;
62 wxStaticText* m_rUnits;
63 wxCheckBox* m_singleSided;
64 wxStdDialogButtonSizer* m_stdButtons;
65 wxButton* m_stdButtonsOK;
67
68 // Virtual event handlers, override them in your derived class
69 virtual void onOverrideCustomRules( wxCommandEvent& event ) { event.Skip(); }
70
71
72 public:
73
74 DIALOG_TUNING_PATTERN_PROPERTIES_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Tuning Pattern Properties"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
75
77
78};
79
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
Definition: dialog_shim.h:88
Class DIALOG_TUNING_PATTERN_PROPERTIES_BASE.
virtual void onOverrideCustomRules(wxCommandEvent &event)
#define _(s)