KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_archive_job_settings_base.cpp
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
9
11
12DIALOG_ARCHIVE_JOB_SETTINGS_BASE::DIALOG_ARCHIVE_JOB_SETTINGS_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 wxBoxSizer* bSizerMain;
17 bSizerMain = new wxBoxSizer( wxVERTICAL );
18
19 wxFlexGridSizer* fgSizer1;
20 fgSizer1 = new wxFlexGridSizer( 0, 2, 5, 5 );
21 fgSizer1->SetFlexibleDirection( wxBOTH );
22 fgSizer1->SetNonFlexibleGrowMode( wxFLEX_GROWMODE_SPECIFIED );
23
24 m_textDest = new wxStaticText( this, wxID_ANY, _("Archive file:"), wxDefaultPosition, wxDefaultSize, 0 );
25 m_textDest->Wrap( -1 );
26 fgSizer1->Add( m_textDest, 0, wxALL|wxALIGN_CENTER_VERTICAL, 5 );
27
28 m_textCtrlDest = new wxTextCtrl( this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
29 m_textCtrlDest->SetToolTip( _("Text variables such as ${PROJECTNAME} are expanded. A relative path is resolved against the working directory.") );
30 m_textCtrlDest->SetMinSize( wxSize( 350,-1 ) );
31
32 fgSizer1->Add( m_textCtrlDest, 0, wxALIGN_CENTER_VERTICAL|wxRIGHT, 5 );
33
34
35 bSizerMain->Add( fgSizer1, 1, wxALL|wxEXPAND, 5 );
36
37 wxBoxSizer* bSizerBottom;
38 bSizerBottom = new wxBoxSizer( wxVERTICAL );
39
40 m_cbIncludeExtras = new wxCheckBox( this, wxID_ANY, _("Include extra files (legacy and output files)"), wxDefaultPosition, wxDefaultSize, 0 );
41 bSizerBottom->Add( m_cbIncludeExtras, 0, wxLEFT|wxTOP, 5 );
42
43
44 bSizerMain->Add( bSizerBottom, 0, wxALL|wxEXPAND, 5 );
45
46 m_sdbSizer1 = new wxStdDialogButtonSizer();
47 m_sdbSizer1OK = new wxButton( this, wxID_OK );
48 m_sdbSizer1->AddButton( m_sdbSizer1OK );
49 m_sdbSizer1Cancel = new wxButton( this, wxID_CANCEL );
50 m_sdbSizer1->AddButton( m_sdbSizer1Cancel );
51 m_sdbSizer1->Realize();
52
53 bSizerMain->Add( m_sdbSizer1, 0, wxALL|wxEXPAND, 5 );
54
55
56 this->SetSizer( bSizerMain );
57 this->Layout();
58 bSizerMain->Fit( this );
59
60 this->Centre( wxBOTH );
61}
62
DIALOG_ARCHIVE_JOB_SETTINGS_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Archive Project Job Settings"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE)
DIALOG_SHIM(wxWindow *aParent, wxWindowID id, const wxString &title, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_FRAME_STYLE|wxRESIZE_BORDER, const wxString &name=wxDialogNameStr)
#define _(s)