General Program Options Dialog
authorwittend99 <wittend99@01035d8c-6547-0410-b346-abe4f91aad63>
Sun, 13 May 2012 15:30:39 +0000 (15:30 +0000)
committerwittend99 <wittend99@01035d8c-6547-0410-b346-abe4f91aad63>
Sun, 13 May 2012 15:30:39 +0000 (15:30 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@429 01035d8c-6547-0410-b346-abe4f91aad63

fdmdv2/dlg_options.cpp [new file with mode: 0644]

diff --git a/fdmdv2/dlg_options.cpp b/fdmdv2/dlg_options.cpp
new file mode 100644 (file)
index 0000000..77d3ec2
--- /dev/null
@@ -0,0 +1,29 @@
+//==========================================================================\r
+// Name:            dlg_options.cpp
+//
+// Purpose:         Creates simple wxWidgets dialog GUI general program
+//                  devices/options.
+//
+// Date:            May 06 2012\r
+// Initial author:  David Witten\r
+// License:         BSD License (other licenses may apply to other\r
+//                  components of this project)\r
+//==========================================================================\r
+#include "dlg_options.h"\r
+\r
+//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=\r
+// Class OptionsDlg\r
+//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=\r
+OptionsDlg::OptionsDlg( wxWindow* parent ) : DlgOptions( parent )\r
+{\r
+}\r
+\r
+void OptionsDlg::OnClose( wxCloseEvent& event )\r
+{\r
+// TODO: Implement OnClose\r
+}\r
+\r
+void OptionsDlg::OnInitDialog( wxInitDialogEvent& event )\r
+{\r
+// TODO: Implement OnInitDialog\r
+}\r