KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_job_config_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 "dialog_shim.h"
13#include <wx/string.h>
14#include <wx/stattext.h>
15#include <wx/gdicmn.h>
16#include <wx/font.h>
17#include <wx/colour.h>
18#include <wx/settings.h>
19#include <wx/sizer.h>
20#include <wx/panel.h>
21#include <wx/button.h>
22#include <wx/dialog.h>
23
25
30{
31 private:
32
33 protected:
34 wxBoxSizer* m_mainSizer;
36 wxFlexGridSizer* m_jobOptionsSizer;
37 wxStdDialogButtonSizer* m_sdbSizer1;
38 wxButton* m_sdbSizer1Save;
40
41 public:
42 wxStaticText* m_staticText1;
43
44 DIALOG_JOB_CONFIG_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxDEFAULT_DIALOG_STYLE );
45
47
48};
49
Class DIALOG_JOB_CONFIG_BASE.
wxStdDialogButtonSizer * m_sdbSizer1
wxFlexGridSizer * m_jobOptionsSizer
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
Definition: dialog_shim.h:88