15PANEL_EMBEDDED_FILES_BASE::PANEL_EMBEDDED_FILES_BASE( wxWindow* parent, wxWindowID 
id, 
const wxPoint& pos, 
const wxSize& size, 
long style, 
const wxString& 
name ) : wxPanel( parent, id, pos, size, style, 
name )
 
   17    wxBoxSizer* bMainSizer;
 
   18    bMainSizer = 
new wxBoxSizer( wxVERTICAL );
 
   39    m_files_grid->SetColLabelAlignment( wxALIGN_CENTER, wxALIGN_CENTER );
 
   45    m_files_grid->SetRowLabelAlignment( wxALIGN_CENTER, wxALIGN_CENTER );
 
   50    m_files_grid->SetDefaultCellAlignment( wxALIGN_LEFT, wxALIGN_CENTER );
 
   74    m_cbEmbedFonts = 
new wxCheckBox( 
this, wxID_ANY, 
_(
"Embed fonts"), wxDefaultPosition, wxDefaultSize, 0 );
 
   82    m_export = 
new wxButton( 
this, wxID_ANY, 
_(
"&Export..."), wxDefaultPosition, wxDefaultSize, 0 );
 
   89    this->SetSizer( bMainSizer );
 
   91    bMainSizer->Fit( 
this );