xCheck = m_formLayer.createControlAndShape( "CheckBox", 106, 45, 60, 6, xOptionsForm );
xCheck.setPropertyValue( "Name", "protectkeys" );
xCheck.setPropertyValue( "Label", "protect key fields from editing" );
xCheck.setPropertyValue( "HelpText", "When checked, you cannot modify the values in the table's key fields (SNR and SALENR)" );
xCheck.addPropertyChangeListener( "State", this );
xCheck = m_formLayer.createControlAndShape( "CheckBox", 106, 51, 60, 6, xOptionsForm );
xCheck.setPropertyValue( "Name", "emptysales" );
xCheck.setPropertyValue( "Label", "check for empty sales names" );
xCheck.setPropertyValue( "HelpText", "When checked, you cannot enter empty values into the NAME column of the 'Sales' table." );