diff --git a/CharacterRecordsGenerator/RecordEditor.xaml b/CharacterRecordsGenerator/RecordEditor.xaml index 8dc8368..f99d9a2 100644 --- a/CharacterRecordsGenerator/RecordEditor.xaml +++ b/CharacterRecordsGenerator/RecordEditor.xaml @@ -344,37 +344,37 @@ controls:TextBoxHelper.IsSpellCheckContextMenuEnabled="True" VerticalScrollBarVisibility="Auto" ToolTip="Instructions to execute upon death." Grid.Row="1" - Text="{Binding Path=MedicalPostmortem}" TabIndex="10" Grid.ColumnSpan="2" /> + Text="{Binding Path=MedicalPostmortem}" TabIndex="4" Grid.ColumnSpan="2" /> + Grid.Row="2" Text="{Binding Path=MedicalAllergies}" TabIndex="5" Grid.ColumnSpan="2" /> + Text="{Binding Path=MedicalCurrentPrescriptions}" TabIndex="6" Grid.ColumnSpan="2" /> + Text="{Binding Path=MedicalHistory}" TabIndex="7" Grid.ColumnSpan="2" /> + Text="{Binding Path=MedicalSurgicalHistory}" TabIndex="8" Grid.ColumnSpan="2" /> + Text="{Binding Path=MedicalPhysicalEvaluations}" TabIndex="9" Grid.ColumnSpan="2" /> + Text="{Binding Path=MedicalPsychEvaluations}" TabIndex="11" Grid.ColumnSpan="2" />