diff --git a/source/Ox.UI/js/Bar/Ox.Bar.js b/source/Ox.UI/js/Bar/Bar.js similarity index 100% rename from source/Ox.UI/js/Bar/Ox.Bar.js rename to source/Ox.UI/js/Bar/Bar.js diff --git a/source/Ox.UI/js/Bar/Ox.Progressbar.js b/source/Ox.UI/js/Bar/Progressbar.js similarity index 100% rename from source/Ox.UI/js/Bar/Ox.Progressbar.js rename to source/Ox.UI/js/Bar/Progressbar.js diff --git a/source/Ox.UI/js/Bar/Ox.Resizebar.js b/source/Ox.UI/js/Bar/Resizebar.js similarity index 100% rename from source/Ox.UI/js/Bar/Ox.Resizebar.js rename to source/Ox.UI/js/Bar/Resizebar.js diff --git a/source/Ox.UI/js/Bar/Ox.Tabbar.js b/source/Ox.UI/js/Bar/Tabbar.js similarity index 100% rename from source/Ox.UI/js/Bar/Ox.Tabbar.js rename to source/Ox.UI/js/Bar/Tabbar.js diff --git a/source/Ox.UI/js/Calendar/Ox.Calendar.js b/source/Ox.UI/js/Calendar/Calendar.js similarity index 100% rename from source/Ox.UI/js/Calendar/Ox.Calendar.js rename to source/Ox.UI/js/Calendar/Calendar.js diff --git a/source/Ox.UI/js/Calendar/Ox.CalendarDate.js b/source/Ox.UI/js/Calendar/CalendarDate.js similarity index 100% rename from source/Ox.UI/js/Calendar/Ox.CalendarDate.js rename to source/Ox.UI/js/Calendar/CalendarDate.js diff --git a/source/Ox.UI/js/Calendar/Ox.ListCalendar.js b/source/Ox.UI/js/Calendar/ListCalendar.js similarity index 100% rename from source/Ox.UI/js/Calendar/Ox.ListCalendar.js rename to source/Ox.UI/js/Calendar/ListCalendar.js diff --git a/source/Ox.UI/js/Code/Ox.DocPage.js b/source/Ox.UI/js/Code/DocPage.js similarity index 100% rename from source/Ox.UI/js/Code/Ox.DocPage.js rename to source/Ox.UI/js/Code/DocPage.js diff --git a/source/Ox.UI/js/Code/Ox.DocPanel.js b/source/Ox.UI/js/Code/DocPanel.js similarity index 100% rename from source/Ox.UI/js/Code/Ox.DocPanel.js rename to source/Ox.UI/js/Code/DocPanel.js diff --git a/source/Ox.UI/js/Code/Ox.ExamplePage.js b/source/Ox.UI/js/Code/ExamplePage.js similarity index 100% rename from source/Ox.UI/js/Code/Ox.ExamplePage.js rename to source/Ox.UI/js/Code/ExamplePage.js diff --git a/source/Ox.UI/js/Code/Ox.ExamplePanel.js b/source/Ox.UI/js/Code/ExamplePanel.js similarity index 100% rename from source/Ox.UI/js/Code/Ox.ExamplePanel.js rename to source/Ox.UI/js/Code/ExamplePanel.js diff --git a/source/Ox.UI/js/Code/Ox.SourceViewer.js b/source/Ox.UI/js/Code/SourceViewer.js similarity index 100% rename from source/Ox.UI/js/Code/Ox.SourceViewer.js rename to source/Ox.UI/js/Code/SourceViewer.js diff --git a/source/Ox.UI/js/Code/Ox.SyntaxHighlighter.js b/source/Ox.UI/js/Code/SyntaxHighlighter.js similarity index 100% rename from source/Ox.UI/js/Code/Ox.SyntaxHighlighter.js rename to source/Ox.UI/js/Code/SyntaxHighlighter.js diff --git a/source/Ox.UI/js/Core/Ox.API.js b/source/Ox.UI/js/Core/API.js similarity index 100% rename from source/Ox.UI/js/Core/Ox.API.js rename to source/Ox.UI/js/Core/API.js diff --git a/source/Ox.UI/js/Core/Ox.App.js b/source/Ox.UI/js/Core/App.js similarity index 100% rename from source/Ox.UI/js/Core/Ox.App.js rename to source/Ox.UI/js/Core/App.js diff --git a/source/Ox.UI/js/Core/Ox.Clipboard.js b/source/Ox.UI/js/Core/Clipboard.js similarity index 100% rename from source/Ox.UI/js/Core/Ox.Clipboard.js rename to source/Ox.UI/js/Core/Clipboard.js diff --git a/source/Ox.UI/js/Core/Ox.Container.js b/source/Ox.UI/js/Core/Container.js similarity index 100% rename from source/Ox.UI/js/Core/Ox.Container.js rename to source/Ox.UI/js/Core/Container.js diff --git a/source/Ox.UI/js/Core/Ox.Element.js b/source/Ox.UI/js/Core/Element.js similarity index 100% rename from source/Ox.UI/js/Core/Ox.Element.js rename to source/Ox.UI/js/Core/Element.js diff --git a/source/Ox.UI/js/Core/Ox.Event.js b/source/Ox.UI/js/Core/Event.js similarity index 100% rename from source/Ox.UI/js/Core/Ox.Event.js rename to source/Ox.UI/js/Core/Event.js diff --git a/source/Ox.UI/js/Core/Ox.Focus.js b/source/Ox.UI/js/Core/Focus.js similarity index 100% rename from source/Ox.UI/js/Core/Ox.Focus.js rename to source/Ox.UI/js/Core/Focus.js diff --git a/source/Ox.UI/js/Core/Ox.GarbageCollection.js b/source/Ox.UI/js/Core/GarbageCollection.js similarity index 100% rename from source/Ox.UI/js/Core/Ox.GarbageCollection.js rename to source/Ox.UI/js/Core/GarbageCollection.js diff --git a/source/Ox.UI/js/Core/Ox.JQueryElement.js b/source/Ox.UI/js/Core/JQueryElement.js similarity index 100% rename from source/Ox.UI/js/Core/Ox.JQueryElement.js rename to source/Ox.UI/js/Core/JQueryElement.js diff --git a/source/Ox.UI/js/Core/Ox.Keyboard.js b/source/Ox.UI/js/Core/Keyboard.js similarity index 100% rename from source/Ox.UI/js/Core/Ox.Keyboard.js rename to source/Ox.UI/js/Core/Keyboard.js diff --git a/source/Ox.UI/js/Core/Ox.LoadingIcon.js b/source/Ox.UI/js/Core/LoadingIcon.js similarity index 100% rename from source/Ox.UI/js/Core/Ox.LoadingIcon.js rename to source/Ox.UI/js/Core/LoadingIcon.js diff --git a/source/Ox.UI/js/Core/Ox.Request.js b/source/Ox.UI/js/Core/Request.js similarity index 100% rename from source/Ox.UI/js/Core/Ox.Request.js rename to source/Ox.UI/js/Core/Request.js diff --git a/source/Ox.UI/js/Core/Ox.Theme.js b/source/Ox.UI/js/Core/Theme.js similarity index 100% rename from source/Ox.UI/js/Core/Ox.Theme.js rename to source/Ox.UI/js/Core/Theme.js diff --git a/source/Ox.UI/js/Core/Ox.URL.js b/source/Ox.UI/js/Core/URL.js similarity index 100% rename from source/Ox.UI/js/Core/Ox.URL.js rename to source/Ox.UI/js/Core/URL.js diff --git a/source/Ox.UI/js/Form/Ox.ArrayEditable.js b/source/Ox.UI/js/Form/ArrayEditable.js similarity index 100% rename from source/Ox.UI/js/Form/Ox.ArrayEditable.js rename to source/Ox.UI/js/Form/ArrayEditable.js diff --git a/source/Ox.UI/js/Form/Ox.ArrayInput.js b/source/Ox.UI/js/Form/ArrayInput.js similarity index 100% rename from source/Ox.UI/js/Form/Ox.ArrayInput.js rename to source/Ox.UI/js/Form/ArrayInput.js diff --git a/source/Ox.UI/js/Form/Ox.Button.js b/source/Ox.UI/js/Form/Button.js similarity index 100% rename from source/Ox.UI/js/Form/Ox.Button.js rename to source/Ox.UI/js/Form/Button.js diff --git a/source/Ox.UI/js/Form/Ox.ButtonGroup.js b/source/Ox.UI/js/Form/ButtonGroup.js similarity index 100% rename from source/Ox.UI/js/Form/Ox.ButtonGroup.js rename to source/Ox.UI/js/Form/ButtonGroup.js diff --git a/source/Ox.UI/js/Form/Ox.Checkbox.js b/source/Ox.UI/js/Form/Checkbox.js similarity index 100% rename from source/Ox.UI/js/Form/Ox.Checkbox.js rename to source/Ox.UI/js/Form/Checkbox.js diff --git a/source/Ox.UI/js/Form/Ox.CheckboxGroup.js b/source/Ox.UI/js/Form/CheckboxGroup.js similarity index 100% rename from source/Ox.UI/js/Form/Ox.CheckboxGroup.js rename to source/Ox.UI/js/Form/CheckboxGroup.js diff --git a/source/Ox.UI/js/Form/Ox.ColorInput.js b/source/Ox.UI/js/Form/ColorInput.js similarity index 100% rename from source/Ox.UI/js/Form/Ox.ColorInput.js rename to source/Ox.UI/js/Form/ColorInput.js diff --git a/source/Ox.UI/js/Form/Ox.ColorPicker.js b/source/Ox.UI/js/Form/ColorPicker.js similarity index 100% rename from source/Ox.UI/js/Form/Ox.ColorPicker.js rename to source/Ox.UI/js/Form/ColorPicker.js diff --git a/source/Ox.UI/js/Form/Ox.DateInput.js b/source/Ox.UI/js/Form/DateInput.js similarity index 100% rename from source/Ox.UI/js/Form/Ox.DateInput.js rename to source/Ox.UI/js/Form/DateInput.js diff --git a/source/Ox.UI/js/Form/Ox.DateTimeInput.js b/source/Ox.UI/js/Form/DateTimeInput.js similarity index 100% rename from source/Ox.UI/js/Form/Ox.DateTimeInput.js rename to source/Ox.UI/js/Form/DateTimeInput.js diff --git a/source/Ox.UI/js/Form/Ox.Editable.js b/source/Ox.UI/js/Form/Editable.js similarity index 100% rename from source/Ox.UI/js/Form/Ox.Editable.js rename to source/Ox.UI/js/Form/Editable.js diff --git a/source/Ox.UI/js/Form/Ox.FileButton.js b/source/Ox.UI/js/Form/FileButton.js similarity index 100% rename from source/Ox.UI/js/Form/Ox.FileButton.js rename to source/Ox.UI/js/Form/FileButton.js diff --git a/source/Ox.UI/js/Form/Ox.FileInput.js b/source/Ox.UI/js/Form/FileInput.js similarity index 100% rename from source/Ox.UI/js/Form/Ox.FileInput.js rename to source/Ox.UI/js/Form/FileInput.js diff --git a/source/Ox.UI/js/Form/Ox.Filter.js b/source/Ox.UI/js/Form/Filter.js similarity index 100% rename from source/Ox.UI/js/Form/Ox.Filter.js rename to source/Ox.UI/js/Form/Filter.js diff --git a/source/Ox.UI/js/Form/Ox.Form.js b/source/Ox.UI/js/Form/Form.js similarity index 100% rename from source/Ox.UI/js/Form/Ox.Form.js rename to source/Ox.UI/js/Form/Form.js diff --git a/source/Ox.UI/js/Form/Ox.FormElementGroup.js b/source/Ox.UI/js/Form/FormElementGroup.js similarity index 100% rename from source/Ox.UI/js/Form/Ox.FormElementGroup.js rename to source/Ox.UI/js/Form/FormElementGroup.js diff --git a/source/Ox.UI/js/Form/Ox.FormItem.js b/source/Ox.UI/js/Form/FormItem.js similarity index 100% rename from source/Ox.UI/js/Form/Ox.FormItem.js rename to source/Ox.UI/js/Form/FormItem.js diff --git a/source/Ox.UI/js/Form/Ox.FormPanel.js b/source/Ox.UI/js/Form/FormPanel.js similarity index 100% rename from source/Ox.UI/js/Form/Ox.FormPanel.js rename to source/Ox.UI/js/Form/FormPanel.js diff --git a/source/Ox.UI/js/Form/Ox.Input.js b/source/Ox.UI/js/Form/Input.js similarity index 100% rename from source/Ox.UI/js/Form/Ox.Input.js rename to source/Ox.UI/js/Form/Input.js diff --git a/source/Ox.UI/js/Form/Ox.InputGroup.js b/source/Ox.UI/js/Form/InputGroup.js similarity index 100% rename from source/Ox.UI/js/Form/Ox.InputGroup.js rename to source/Ox.UI/js/Form/InputGroup.js diff --git a/source/Ox.UI/js/Form/Ox.InsertHTMLDialog.js b/source/Ox.UI/js/Form/InsertHTMLDialog.js similarity index 100% rename from source/Ox.UI/js/Form/Ox.InsertHTMLDialog.js rename to source/Ox.UI/js/Form/InsertHTMLDialog.js diff --git a/source/Ox.UI/js/Form/Ox.Label.js b/source/Ox.UI/js/Form/Label.js similarity index 100% rename from source/Ox.UI/js/Form/Ox.Label.js rename to source/Ox.UI/js/Form/Label.js diff --git a/source/Ox.UI/js/Form/Ox.ObjectArrayInput.js b/source/Ox.UI/js/Form/ObjectArrayInput.js similarity index 100% rename from source/Ox.UI/js/Form/Ox.ObjectArrayInput.js rename to source/Ox.UI/js/Form/ObjectArrayInput.js diff --git a/source/Ox.UI/js/Form/Ox.ObjectInput.js b/source/Ox.UI/js/Form/ObjectInput.js similarity index 100% rename from source/Ox.UI/js/Form/Ox.ObjectInput.js rename to source/Ox.UI/js/Form/ObjectInput.js diff --git a/source/Ox.UI/js/Form/Ox.OptionGroup.js b/source/Ox.UI/js/Form/OptionGroup.js similarity index 100% rename from source/Ox.UI/js/Form/Ox.OptionGroup.js rename to source/Ox.UI/js/Form/OptionGroup.js diff --git a/source/Ox.UI/js/Form/Ox.Picker.js b/source/Ox.UI/js/Form/Picker.js similarity index 100% rename from source/Ox.UI/js/Form/Ox.Picker.js rename to source/Ox.UI/js/Form/Picker.js diff --git a/source/Ox.UI/js/Form/Ox.PlaceInput.js b/source/Ox.UI/js/Form/PlaceInput.js similarity index 100% rename from source/Ox.UI/js/Form/Ox.PlaceInput.js rename to source/Ox.UI/js/Form/PlaceInput.js diff --git a/source/Ox.UI/js/Form/Ox.PlacePicker.js b/source/Ox.UI/js/Form/PlacePicker.js similarity index 100% rename from source/Ox.UI/js/Form/Ox.PlacePicker.js rename to source/Ox.UI/js/Form/PlacePicker.js diff --git a/source/Ox.UI/js/Form/Ox.Range.js b/source/Ox.UI/js/Form/Range.js similarity index 100% rename from source/Ox.UI/js/Form/Ox.Range.js rename to source/Ox.UI/js/Form/Range.js diff --git a/source/Ox.UI/js/Form/Ox.Select.js b/source/Ox.UI/js/Form/Select.js similarity index 100% rename from source/Ox.UI/js/Form/Ox.Select.js rename to source/Ox.UI/js/Form/Select.js diff --git a/source/Ox.UI/js/Form/Ox.SelectInput.js b/source/Ox.UI/js/Form/SelectInput.js similarity index 100% rename from source/Ox.UI/js/Form/Ox.SelectInput.js rename to source/Ox.UI/js/Form/SelectInput.js diff --git a/source/Ox.UI/js/Form/Ox.Spreadsheet.js b/source/Ox.UI/js/Form/Spreadsheet.js similarity index 100% rename from source/Ox.UI/js/Form/Ox.Spreadsheet.js rename to source/Ox.UI/js/Form/Spreadsheet.js diff --git a/source/Ox.UI/js/Form/Ox.TimeInput.js b/source/Ox.UI/js/Form/TimeInput.js similarity index 100% rename from source/Ox.UI/js/Form/Ox.TimeInput.js rename to source/Ox.UI/js/Form/TimeInput.js diff --git a/source/Ox.UI/js/List/Ox.Chart.js b/source/Ox.UI/js/List/Chart.js similarity index 100% rename from source/Ox.UI/js/List/Ox.Chart.js rename to source/Ox.UI/js/List/Chart.js diff --git a/source/Ox.UI/js/List/Ox.IconItem.js b/source/Ox.UI/js/List/IconItem.js similarity index 100% rename from source/Ox.UI/js/List/Ox.IconItem.js rename to source/Ox.UI/js/List/IconItem.js diff --git a/source/Ox.UI/js/List/Ox.IconList.js b/source/Ox.UI/js/List/IconList.js similarity index 100% rename from source/Ox.UI/js/List/Ox.IconList.js rename to source/Ox.UI/js/List/IconList.js diff --git a/source/Ox.UI/js/List/Ox.InfoList.js b/source/Ox.UI/js/List/InfoList.js similarity index 100% rename from source/Ox.UI/js/List/Ox.InfoList.js rename to source/Ox.UI/js/List/InfoList.js diff --git a/source/Ox.UI/js/List/Ox.List.js b/source/Ox.UI/js/List/List.js similarity index 100% rename from source/Ox.UI/js/List/Ox.List.js rename to source/Ox.UI/js/List/List.js diff --git a/source/Ox.UI/js/List/Ox.ListItem.js b/source/Ox.UI/js/List/ListItem.js similarity index 100% rename from source/Ox.UI/js/List/Ox.ListItem.js rename to source/Ox.UI/js/List/ListItem.js diff --git a/source/Ox.UI/js/List/Ox.ListPage.js b/source/Ox.UI/js/List/ListPage.js similarity index 100% rename from source/Ox.UI/js/List/Ox.ListPage.js rename to source/Ox.UI/js/List/ListPage.js diff --git a/source/Ox.UI/js/List/Ox.TextList.js b/source/Ox.UI/js/List/TextList.js similarity index 100% rename from source/Ox.UI/js/List/Ox.TextList.js rename to source/Ox.UI/js/List/TextList.js diff --git a/source/Ox.UI/js/List/Ox.TreeList.js b/source/Ox.UI/js/List/TreeList.js similarity index 100% rename from source/Ox.UI/js/List/Ox.TreeList.js rename to source/Ox.UI/js/List/TreeList.js diff --git a/source/Ox.UI/js/Map/Ox.ListMap.js b/source/Ox.UI/js/Map/ListMap.js similarity index 100% rename from source/Ox.UI/js/Map/Ox.ListMap.js rename to source/Ox.UI/js/Map/ListMap.js diff --git a/source/Ox.UI/js/Map/Ox.Map.js b/source/Ox.UI/js/Map/Map.js similarity index 100% rename from source/Ox.UI/js/Map/Ox.Map.js rename to source/Ox.UI/js/Map/Map.js diff --git a/source/Ox.UI/js/Map/Ox.MapImage.js b/source/Ox.UI/js/Map/MapImage.js similarity index 100% rename from source/Ox.UI/js/Map/Ox.MapImage.js rename to source/Ox.UI/js/Map/MapImage.js diff --git a/source/Ox.UI/js/Map/Ox.MapMarker.js b/source/Ox.UI/js/Map/MapMarker.js similarity index 100% rename from source/Ox.UI/js/Map/Ox.MapMarker.js rename to source/Ox.UI/js/Map/MapMarker.js diff --git a/source/Ox.UI/js/Map/Ox.MapMarkerImage.js b/source/Ox.UI/js/Map/MapMarkerImage.js similarity index 100% rename from source/Ox.UI/js/Map/Ox.MapMarkerImage.js rename to source/Ox.UI/js/Map/MapMarkerImage.js diff --git a/source/Ox.UI/js/Map/Ox.MapPlace.js b/source/Ox.UI/js/Map/MapPlace.js similarity index 100% rename from source/Ox.UI/js/Map/Ox.MapPlace.js rename to source/Ox.UI/js/Map/MapPlace.js diff --git a/source/Ox.UI/js/Map/Ox.MapRectangle.js b/source/Ox.UI/js/Map/MapRectangle.js similarity index 100% rename from source/Ox.UI/js/Map/Ox.MapRectangle.js rename to source/Ox.UI/js/Map/MapRectangle.js diff --git a/source/Ox.UI/js/Map/Ox.MapRectangleMarker.js b/source/Ox.UI/js/Map/MapRectangleMarker.js similarity index 100% rename from source/Ox.UI/js/Map/Ox.MapRectangleMarker.js rename to source/Ox.UI/js/Map/MapRectangleMarker.js diff --git a/source/Ox.UI/js/Menu/Ox.MainMenu.js b/source/Ox.UI/js/Menu/MainMenu.js similarity index 100% rename from source/Ox.UI/js/Menu/Ox.MainMenu.js rename to source/Ox.UI/js/Menu/MainMenu.js diff --git a/source/Ox.UI/js/Menu/Ox.Menu.js b/source/Ox.UI/js/Menu/Menu.js similarity index 100% rename from source/Ox.UI/js/Menu/Ox.Menu.js rename to source/Ox.UI/js/Menu/Menu.js diff --git a/source/Ox.UI/js/Menu/Ox.MenuButton.js b/source/Ox.UI/js/Menu/MenuButton.js similarity index 100% rename from source/Ox.UI/js/Menu/Ox.MenuButton.js rename to source/Ox.UI/js/Menu/MenuButton.js diff --git a/source/Ox.UI/js/Menu/Ox.MenuItem.js b/source/Ox.UI/js/Menu/MenuItem.js similarity index 100% rename from source/Ox.UI/js/Menu/Ox.MenuItem.js rename to source/Ox.UI/js/Menu/MenuItem.js diff --git a/source/Ox.UI/js/Panel/Ox.CollapsePanel.js b/source/Ox.UI/js/Panel/CollapsePanel.js similarity index 100% rename from source/Ox.UI/js/Panel/Ox.CollapsePanel.js rename to source/Ox.UI/js/Panel/CollapsePanel.js diff --git a/source/Ox.UI/js/Panel/Ox.SplitPanel.js b/source/Ox.UI/js/Panel/SplitPanel.js similarity index 100% rename from source/Ox.UI/js/Panel/Ox.SplitPanel.js rename to source/Ox.UI/js/Panel/SplitPanel.js diff --git a/source/Ox.UI/js/Panel/Ox.TabPanel.js b/source/Ox.UI/js/Panel/TabPanel.js similarity index 100% rename from source/Ox.UI/js/Panel/Ox.TabPanel.js rename to source/Ox.UI/js/Panel/TabPanel.js diff --git a/source/Ox.UI/js/Video/Ox.AnnotationFolder.js b/source/Ox.UI/js/Video/AnnotationFolder.js similarity index 100% rename from source/Ox.UI/js/Video/Ox.AnnotationFolder.js rename to source/Ox.UI/js/Video/AnnotationFolder.js diff --git a/source/Ox.UI/js/Video/Ox.AnnotationPanel.js b/source/Ox.UI/js/Video/AnnotationPanel.js similarity index 100% rename from source/Ox.UI/js/Video/Ox.AnnotationPanel.js rename to source/Ox.UI/js/Video/AnnotationPanel.js diff --git a/source/Ox.UI/js/Video/Ox.BlockVideoTimeline.js b/source/Ox.UI/js/Video/BlockVideoTimeline.js similarity index 100% rename from source/Ox.UI/js/Video/Ox.BlockVideoTimeline.js rename to source/Ox.UI/js/Video/BlockVideoTimeline.js diff --git a/source/Ox.UI/js/Video/Ox.LargeVideoTimeline.js b/source/Ox.UI/js/Video/LargeVideoTimeline.js similarity index 100% rename from source/Ox.UI/js/Video/Ox.LargeVideoTimeline.js rename to source/Ox.UI/js/Video/LargeVideoTimeline.js diff --git a/source/Ox.UI/js/Video/Ox.SmallVideoTimeline.js b/source/Ox.UI/js/Video/SmallVideoTimeline.js similarity index 100% rename from source/Ox.UI/js/Video/Ox.SmallVideoTimeline.js rename to source/Ox.UI/js/Video/SmallVideoTimeline.js diff --git a/source/Ox.UI/js/Video/Ox.SmallVideoTimelineImage.js b/source/Ox.UI/js/Video/SmallVideoTimelineImage.js similarity index 100% rename from source/Ox.UI/js/Video/Ox.SmallVideoTimelineImage.js rename to source/Ox.UI/js/Video/SmallVideoTimelineImage.js diff --git a/source/Ox.UI/js/Video/Ox.VideoEditor.js b/source/Ox.UI/js/Video/VideoEditor.js similarity index 100% rename from source/Ox.UI/js/Video/Ox.VideoEditor.js rename to source/Ox.UI/js/Video/VideoEditor.js diff --git a/source/Ox.UI/js/Video/Ox.VideoEditorPlayer.js b/source/Ox.UI/js/Video/VideoEditorPlayer.js similarity index 100% rename from source/Ox.UI/js/Video/Ox.VideoEditorPlayer.js rename to source/Ox.UI/js/Video/VideoEditorPlayer.js diff --git a/source/Ox.UI/js/Video/Ox.VideoElement.js b/source/Ox.UI/js/Video/VideoElement.js similarity index 100% rename from source/Ox.UI/js/Video/Ox.VideoElement.js rename to source/Ox.UI/js/Video/VideoElement.js diff --git a/source/Ox.UI/js/Video/Ox.VideoPanel.js b/source/Ox.UI/js/Video/VideoPanel.js similarity index 100% rename from source/Ox.UI/js/Video/Ox.VideoPanel.js rename to source/Ox.UI/js/Video/VideoPanel.js diff --git a/source/Ox.UI/js/Video/Ox.VideoPlayer.js b/source/Ox.UI/js/Video/VideoPlayer.js similarity index 100% rename from source/Ox.UI/js/Video/Ox.VideoPlayer.js rename to source/Ox.UI/js/Video/VideoPlayer.js diff --git a/source/Ox.UI/js/Video/Ox.VideoPreview.js b/source/Ox.UI/js/Video/VideoPreview.js similarity index 100% rename from source/Ox.UI/js/Video/Ox.VideoPreview.js rename to source/Ox.UI/js/Video/VideoPreview.js diff --git a/source/Ox.UI/js/Video/Ox.VideoTimelinePanel.js b/source/Ox.UI/js/Video/VideoTimelinePanel.js similarity index 100% rename from source/Ox.UI/js/Video/Ox.VideoTimelinePanel.js rename to source/Ox.UI/js/Video/VideoTimelinePanel.js diff --git a/source/Ox.UI/js/Video/Ox.VideoTimelinePlayer.js b/source/Ox.UI/js/Video/VideoTimelinePlayer.js similarity index 100% rename from source/Ox.UI/js/Video/Ox.VideoTimelinePlayer.js rename to source/Ox.UI/js/Video/VideoTimelinePlayer.js diff --git a/source/Ox.UI/js/Window/Ox.Dialog.js b/source/Ox.UI/js/Window/Dialog.js similarity index 100% rename from source/Ox.UI/js/Window/Ox.Dialog.js rename to source/Ox.UI/js/Window/Dialog.js diff --git a/source/Ox.UI/js/Window/Ox.Layer.js b/source/Ox.UI/js/Window/Layer.js similarity index 100% rename from source/Ox.UI/js/Window/Ox.Layer.js rename to source/Ox.UI/js/Window/Layer.js diff --git a/source/Ox.UI/js/Window/Ox.Tooltip.js b/source/Ox.UI/js/Window/Tooltip.js similarity index 100% rename from source/Ox.UI/js/Window/Ox.Tooltip.js rename to source/Ox.UI/js/Window/Tooltip.js