KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_import_graphics_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>
15
16#include "dialog_shim.h"
17#include <wx/string.h>
18#include <wx/stattext.h>
19#include <wx/gdicmn.h>
20#include <wx/font.h>
21#include <wx/colour.h>
22#include <wx/settings.h>
23#include <wx/textctrl.h>
24#include <wx/bmpbuttn.h>
25#include <wx/bitmap.h>
26#include <wx/image.h>
27#include <wx/icon.h>
28#include <wx/button.h>
29#include <wx/sizer.h>
30#include <wx/choice.h>
31#include <wx/statline.h>
32#include <wx/checkbox.h>
33#include <wx/valtext.h>
34#include <wx/bmpcbox.h>
35#include <wx/gbsizer.h>
36#include <wx/dialog.h>
37
39
40
45{
46 private:
47
48 protected:
49 wxStaticText* m_staticTextFile;
50 wxTextCtrl* m_textCtrlFileName;
52 wxStaticText* m_importScaleLabel;
53 wxTextCtrl* m_importScaleCtrl;
54 wxStaticText* m_lineWidthLabel;
55 wxTextCtrl* m_lineWidthCtrl;
56 wxStaticText* m_lineWidthUnits;
57 wxStaticText* m_dxfUnitsLabel;
59 wxStaticLine* m_staticline2;
60 wxCheckBox* m_placeAtCheckbox;
61 wxStaticText* m_xLabel;
62 wxTextCtrl* m_xCtrl;
63 wxStaticText* m_yLabel;
64 wxTextCtrl* m_yCtrl;
65 wxStaticText* m_yUnits;
66 wxCheckBox* m_setLayerCheckbox;
68 wxCheckBox* m_cbGroupItems;
69 wxStaticLine* m_staticline3;
71 wxStaticText* m_toleranceLabel;
72 wxTextCtrl* m_toleranceCtrl;
73 wxStaticText* m_toleranceUnits;
74 wxStdDialogButtonSizer* m_sdbSizer;
75 wxButton* m_sdbSizerOK;
77
78 // Virtual event handlers, override them in your derived class
79 virtual void onUpdateUI( wxUpdateUIEvent& event ) { event.Skip(); }
80 virtual void onBrowseFiles( wxCommandEvent& event ) { event.Skip(); }
81
82
83 public:
84
85 DIALOG_IMPORT_GRAPHICS_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Import Vector Graphics File"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
86
88
89};
90
Class DIALOG_IMPORT_GRAPHICS_BASE.
PCB_LAYER_BOX_SELECTOR * m_SelLayerBox
virtual void onBrowseFiles(wxCommandEvent &event)
virtual void onUpdateUI(wxUpdateUIEvent &event)
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
Definition: dialog_shim.h:88
Class to display a pcb layer list in a wxBitmapComboBox.
A bitmap button widget that behaves like a standard dialog button except with an icon.
#define _(s)