54    m_sheetGrid->SetColLabelAlignment( wxALIGN_CENTER, wxALIGN_CENTER );
 
   58    m_sheetGrid->SetRowLabelAlignment( wxALIGN_CENTER, wxALIGN_CENTER );
 
   59    m_sheetGrid->SetDefaultCellAlignment( wxALIGN_LEFT, wxALIGN_TOP );
 
  111    m_groupGrid->SetColLabelAlignment( wxALIGN_CENTER, wxALIGN_CENTER );
 
  115    m_groupGrid->SetRowLabelAlignment( wxALIGN_CENTER, wxALIGN_CENTER );
 
  116    m_groupGrid->SetDefaultCellAlignment( wxALIGN_LEFT, wxALIGN_TOP );
 
  127    int componentClassRowIdx = 0;
 
  135            componentClassRowIdx++;
 
  140    if( sheetRowIdx > 0 )
 
  143    if( componentClassRowIdx > 0 )
 
  150    componentClassRowIdx = 0;
 
  159            m_sheetGrid->SetCellRenderer( sheetRowIdx, 0, 
new wxGridCellBoolRenderer );
 
  160            m_sheetGrid->SetCellEditor( sheetRowIdx, 0, 
new wxGridCellBoolEditor );
 
  171            componentClassRowIdx++;
 
  176            m_groupGrid->SetCellRenderer( groupIdx, 0, 
new wxGridCellBoolRenderer );
 
  177            m_groupGrid->SetCellEditor( groupIdx, 0, 
new wxGridCellBoolEditor );