KiCad PCB EDA Suite
pcbnew/dialogs/dialog_image_properties_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>
13
14#include "dialog_shim.h"
15#include <wx/string.h>
16#include <wx/stattext.h>
17#include <wx/gdicmn.h>
18#include <wx/font.h>
19#include <wx/colour.h>
20#include <wx/settings.h>
21#include <wx/textctrl.h>
22#include <wx/bmpcbox.h>
23#include <wx/sizer.h>
24#include <wx/checkbox.h>
25#include <wx/statbox.h>
26#include <wx/panel.h>
27#include <wx/bitmap.h>
28#include <wx/image.h>
29#include <wx/icon.h>
30#include <wx/notebook.h>
31#include <wx/button.h>
32#include <wx/dialog.h>
33
35
36
41{
42 private:
43
44 protected:
45 wxNotebook* m_Notebook;
46 wxPanel* m_PanelGeneral;
47 wxStaticText* m_XPosLabel;
48 wxTextCtrl* m_ModPositionX;
49 wxStaticText* m_XPosUnit;
50 wxStaticText* m_YPosLabel;
51 wxTextCtrl* m_ModPositionY;
52 wxStaticText* m_YPosUnit;
53 wxStaticText* m_LayerLabel;
55 wxCheckBox* m_cbLocked;
56 wxStdDialogButtonSizer* m_sdbSizerStdButtons;
57 wxButton* m_sdbSizerStdButtonsOK;
59
60 public:
61
62 DIALOG_IMAGE_PROPERTIES_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxDEFAULT_DIALOG_STYLE );
63
65
66};
67
DIALOG_IMAGE_PROPERTIES_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=wxEmptyString, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE)
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
Definition: dialog_shim.h:83
Class to display a pcb layer list in a wxBitmapComboBox.