--- /dev/null
+//==========================================================================\r
+// Name:            dlg_options.h
+// Purpose:         Subclasses dialog GUI for general program options.
+//                  (DlgOptions from topFrame.h)
+// Created:         May. 11, 2012
+// Initial author:  David Witten\r
+// License:         BSD License (other licenses may apply to other\r
+//                  components of this project)\r
+//==========================================================================\r
+#ifndef __COMPORTS_DIALOG__\r
+#define __COMPORTS_DIALOG__\r
+\r
+#include "topFrame.h"\r
+\r
+//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=\r
+// Class ComPortsDlg\r
+//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=\r
+class ComPortsDlg : public DlgComPorts\r
+{\r
+    protected:\r
+        // Handlers for events.\r
+        void OnListItemSelected( wxListEvent& event );\r
+    public:\r
+        /** Constructor */\r
+        ComPortsDlg( wxWindow* parent );\r
+};\r
+\r
+#endif // __COMPORTS_DIALOG__\r