diff --git a/src/musrgui/forms/PFindDialogBase.ui b/src/musrgui/forms/PFindDialogBase.ui
new file mode 100644
index 00000000..e5a99a07
--- /dev/null
+++ b/src/musrgui/forms/PFindDialogBase.ui
@@ -0,0 +1,253 @@
+
+PFindDialogBase
+
+
+ PFindDialogBase
+
+
+
+ 0
+ 0
+ 340
+ 261
+
+
+
+ Find Text - musrgui
+
+
+ true
+
+
+
+ fFind_groupBox
+
+
+
+ 10
+ 10
+ 320
+ 80
+
+
+
+ Find
+
+
+
+ fFind_textLabel
+
+
+
+ 10
+ 20
+ 90
+ 20
+
+
+
+ Text to find:
+
+
+
+
+ fFind_comboBox
+
+
+
+ 10
+ 45
+ 300
+ 24
+
+
+
+ true
+
+
+
+
+
+ fOptions_groupBox
+
+
+
+ 10
+ 100
+ 320
+ 110
+
+
+
+ Options
+
+
+
+ fCaseSensitive_checkBox
+
+
+
+ 11
+ 25
+ 140
+ 22
+
+
+
+ C&ase sensitive
+
+
+ Alt+A
+
+
+
+
+ fWholeWordsOnly_checkBox
+
+
+
+ 11
+ 50
+ 140
+ 22
+
+
+
+ &Whole words only
+
+
+ Alt+W
+
+
+
+
+ fFromCursor_checkBox
+
+
+
+ 11
+ 75
+ 140
+ 22
+
+
+
+ From c&ursor
+
+
+ Alt+U
+
+
+
+
+ fFindBackwards_checkBox
+
+
+
+ 170
+ 25
+ 124
+ 22
+
+
+
+ Find &backwards
+
+
+ Alt+B
+
+
+
+
+ fSelectedText_checkBox
+
+
+
+ 170
+ 50
+ 124
+ 22
+
+
+
+ &Selected text
+
+
+ Alt+S
+
+
+
+
+
+ fClose_button
+
+
+
+ 268
+ 220
+ 60
+ 26
+
+
+
+ &Close
+
+
+
+
+
+ true
+
+
+
+
+ fFind_button
+
+
+
+ 200
+ 220
+ 60
+ 26
+
+
+
+ &Find
+
+
+ Alt+F
+
+
+ true
+
+
+ true
+
+
+
+
+
+ fClose_button
+ clicked()
+ PFindDialogBase
+ reject()
+
+
+ fFind_button
+ clicked()
+ PFindDialogBase
+ accept()
+
+
+
+ fFind_comboBox
+ fCaseSensitive_checkBox
+ fWholeWordsOnly_checkBox
+ fFromCursor_checkBox
+ fFindBackwards_checkBox
+ fSelectedText_checkBox
+ fFind_button
+ fClose_button
+
+
+
diff --git a/src/musrgui/forms/PReplaceDialogBase.ui b/src/musrgui/forms/PReplaceDialogBase.ui
new file mode 100644
index 00000000..8d111c92
--- /dev/null
+++ b/src/musrgui/forms/PReplaceDialogBase.ui
@@ -0,0 +1,322 @@
+
+PReplaceDialogBase
+
+
+ PReplaceDialogBase
+
+
+
+ 0
+ 0
+ 341
+ 346
+
+
+
+ Replace Text - musrgui
+
+
+ true
+
+
+
+ fFind_groupBox
+
+
+
+ 10
+ 10
+ 320
+ 80
+
+
+
+ Find
+
+
+
+ fFind_textLabel
+
+
+
+ 10
+ 20
+ 90
+ 20
+
+
+
+ Text to find:
+
+
+
+
+ fFind_comboBox
+
+
+
+ 10
+ 45
+ 300
+ 24
+
+
+
+ true
+
+
+
+
+
+ fReplace_groupBox
+
+
+
+ 10
+ 100
+ 320
+ 80
+
+
+
+ Replace With
+
+
+
+ fReplace_textLabel
+
+
+
+ 10
+ 20
+ 140
+ 20
+
+
+
+ Replacement text:
+
+
+
+
+ fReplacementText_comboBox
+
+
+
+ 10
+ 45
+ 300
+ 24
+
+
+
+ true
+
+
+
+
+
+ fOptions_groupBox
+
+
+
+ 10
+ 190
+ 320
+ 110
+
+
+
+ Options
+
+
+
+ fCaseSensitive_checkBox
+
+
+
+ 11
+ 25
+ 140
+ 22
+
+
+
+ C&ase sensitive
+
+
+ Alt+A
+
+
+
+
+ fWholeWordsOnly_checkBox
+
+
+
+ 11
+ 50
+ 140
+ 22
+
+
+
+ &Whole words only
+
+
+ Alt+W
+
+
+
+
+ fFromCursor_checkBox
+
+
+
+ 11
+ 75
+ 140
+ 22
+
+
+
+ From c&ursor
+
+
+ Alt+U
+
+
+
+
+ fPromptOnReplace_checkBox
+
+
+
+ 170
+ 75
+ 145
+ 22
+
+
+
+ &Prompt on replace
+
+
+ Alt+P
+
+
+
+
+ fSelectedText_checkBox
+
+
+
+ 170
+ 50
+ 124
+ 22
+
+
+
+ &Selected text
+
+
+ Alt+S
+
+
+
+
+ fFindBackwards_checkBox
+
+
+
+ 170
+ 25
+ 124
+ 22
+
+
+
+ Find &backwards
+
+
+ Alt+B
+
+
+
+
+
+ fFind_button
+
+
+
+ 200
+ 310
+ 60
+ 26
+
+
+
+ &Find
+
+
+ Alt+F
+
+
+ true
+
+
+ true
+
+
+
+
+ fClose_button
+
+
+
+ 268
+ 310
+ 60
+ 26
+
+
+
+ &Close
+
+
+
+
+
+ true
+
+
+
+
+
+ fClose_button
+ clicked()
+ PReplaceDialogBase
+ reject()
+
+
+ fFind_button
+ clicked()
+ PReplaceDialogBase
+ accept()
+
+
+
+ fFind_comboBox
+ fReplacementText_comboBox
+ fCaseSensitive_checkBox
+ fWholeWordsOnly_checkBox
+ fFromCursor_checkBox
+ fFindBackwards_checkBox
+ fSelectedText_checkBox
+ fPromptOnReplace_checkBox
+ fFind_button
+ fClose_button
+
+
+