KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_produce_pcb_base.cpp
Go to the documentation of this file.
1
2// C++ code generated with wxFormBuilder (version 3.10.0)
3// http://www.wxformbuilder.org/
4//
5// PLEASE DO *NOT* EDIT THIS FILE!
7
9
11
12PRODUCE_PCB_BASE::PRODUCE_PCB_BASE( wxWindow* parent, wxWindowID id, const wxString& title, const wxPoint& pos, const wxSize& size, long style ) : DIALOG_SHIM( parent, id, title, pos, size, style )
13{
14 this->SetSizeHints( wxDefaultSize, wxDefaultSize );
15
16 m_mainSizer = new wxBoxSizer( wxVERTICAL );
17
18 wxBoxSizer* bSizerContent;
19 bSizerContent = new wxBoxSizer( wxVERTICAL );
20
21 m_label = new wxStaticText( this, wxID_ANY, _("Select Manufacturer"), wxDefaultPosition, wxDefaultSize, 0 );
22 m_label->Wrap( -1 );
23 bSizerContent->Add( m_label, 0, wxALL|wxEXPAND, 5 );
24
25 m_label1 = new wxStaticText( this, wxID_ANY, _("from %s"), wxDefaultPosition, wxDefaultSize, 0 );
26 m_label1->Wrap( -1 );
27 bSizerContent->Add( m_label1, 0, wxALL, 5 );
28
29 m_label2 = new wxStaticText( this, wxID_ANY, _("Details: %s"), wxDefaultPosition, wxDefaultSize, 0 );
30 m_label2->Wrap( -1 );
31 bSizerContent->Add( m_label2, 0, wxALL, 5 );
32
33 m_label3 = new wxStaticText( this, wxID_ANY, _("Send project directly"), wxDefaultPosition, wxDefaultSize, 0 );
34 m_label3->Wrap( -1 );
35 bSizerContent->Add( m_label3, 0, wxALL, 5 );
36
37 m_label31 = new wxStaticText( this, wxID_ANY, _("Sends production files to manufacturer from KiCad"), wxDefaultPosition, wxDefaultSize, 0 );
38 m_label31->Wrap( -1 );
39 bSizerContent->Add( m_label31, 0, wxALL, 5 );
40
41 m_label32 = new wxStaticText( this, wxID_ANY, _("Produce PCB"), wxDefaultPosition, wxDefaultSize, 0 );
42 m_label32->Wrap( -1 );
43 bSizerContent->Add( m_label32, 0, wxALL, 5 );
44
45
46 m_mainSizer->Add( bSizerContent, 1, wxALL|wxEXPAND, 5 );
47
48
49 this->SetSizer( m_mainSizer );
50 this->Layout();
51 m_mainSizer->Fit( this );
52
53 this->Centre( wxBOTH );
54}
55
57{
58}
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
Definition: dialog_shim.h:84
PRODUCE_PCB_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Send PCB for production"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
#define _(s)