50 m_sheetGrid->SetColLabelAlignment( wxALIGN_CENTER, wxALIGN_CENTER );
54 m_sheetGrid->SetRowLabelAlignment( wxALIGN_CENTER, wxALIGN_CENTER );
55 m_sheetGrid->SetDefaultCellAlignment( wxALIGN_LEFT, wxALIGN_TOP );
109 m_groupGrid->SetColLabelAlignment( wxALIGN_CENTER, wxALIGN_CENTER );
113 m_groupGrid->SetRowLabelAlignment( wxALIGN_CENTER, wxALIGN_CENTER );
114 m_groupGrid->SetDefaultCellAlignment( wxALIGN_LEFT, wxALIGN_TOP );
125 int componentClassRowIdx = 0;
133 componentClassRowIdx++;
138 if( sheetRowIdx > 0 )
141 if( componentClassRowIdx > 0 )
148 componentClassRowIdx = 0;
157 m_sheetGrid->SetCellRenderer( sheetRowIdx, 0,
new wxGridCellBoolRenderer );
158 m_sheetGrid->SetCellEditor( sheetRowIdx, 0,
new wxGridCellBoolEditor );
169 componentClassRowIdx++;
174 m_groupGrid->SetCellRenderer( groupIdx, 0,
new wxGridCellBoolRenderer );
175 m_groupGrid->SetCellEditor( groupIdx, 0,
new wxGridCellBoolEditor );