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.2.1-0-g80c4cb6)
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
44{
45 private:
46
47 protected:
48 wxStaticText* m_staticTextFile;
49 wxTextCtrl* m_textCtrlFileName;
51 wxStaticText* m_importScaleLabel;
52 wxTextCtrl* m_importScaleCtrl;
53 wxStaticText* m_lineWidthLabel;
54 wxTextCtrl* m_lineWidthCtrl;
55 wxStaticText* m_lineWidthUnits;
56 wxStaticText* m_dxfUnitsLabel;
58 wxStaticLine* m_staticline2;
59 wxCheckBox* m_placeAtCheckbox;
60 wxStaticText* m_xLabel;
61 wxTextCtrl* m_xCtrl;
62 wxStaticText* m_yLabel;
63 wxTextCtrl* m_yCtrl;
64 wxStaticText* m_yUnits;
65 wxCheckBox* m_setLayerCheckbox;
67 wxCheckBox* m_cbGroupItems;
68 wxStaticLine* m_staticline3;
70 wxStaticText* m_toleranceLabel;
71 wxTextCtrl* m_toleranceCtrl;
72 wxStaticText* m_toleranceUnits;
73 wxStdDialogButtonSizer* m_sdbSizer;
74 wxButton* m_sdbSizerOK;
76
77 // Virtual event handlers, override them in your derived class
78 virtual void onUpdateUI( wxUpdateUIEvent& event ) { event.Skip(); }
79 virtual void onBrowseFiles( wxCommandEvent& event ) { event.Skip(); }
80
81
82 public:
83
84 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 );
85
87
88};
89
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:61
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)