50 m_sheetGrid->SetColLabelAlignment( wxALIGN_CENTER, wxALIGN_CENTER );
54 m_sheetGrid->SetRowLabelAlignment( wxALIGN_CENTER, wxALIGN_CENTER );
55 m_sheetGrid->SetDefaultCellAlignment( wxALIGN_LEFT, wxALIGN_TOP );
107 m_groupGrid->SetColLabelAlignment( wxALIGN_CENTER, wxALIGN_CENTER );
111 m_groupGrid->SetRowLabelAlignment( wxALIGN_CENTER, wxALIGN_CENTER );
112 m_groupGrid->SetDefaultCellAlignment( wxALIGN_LEFT, wxALIGN_TOP );
122 int componentClassRowIdx = 0;
130 componentClassRowIdx++;
135 if( sheetRowIdx > 0 )
138 if( componentClassRowIdx > 0 )
145 componentClassRowIdx = 0;
154 m_sheetGrid->SetCellRenderer( sheetRowIdx, 0,
new wxGridCellBoolRenderer );
155 m_sheetGrid->SetCellEditor( sheetRowIdx, 0,
new wxGridCellBoolEditor );
166 componentClassRowIdx++;
171 m_groupGrid->SetCellRenderer( groupIdx, 0,
new wxGridCellBoolRenderer );
172 m_groupGrid->SetCellEditor( groupIdx, 0,
new wxGridCellBoolEditor );