table_demo_ui_.hpp
上传用户:yhdzpy8989
上传日期:2007-06-13
资源大小:13604k
文件大小:1k
源码类别:

生物技术

开发平台:

C/C++

  1. /*
  2.  * ===========================================================================
  3.  * PRODUCTION $Log: table_demo_ui_.hpp,v $
  4.  * PRODUCTION Revision 1000.1  2004/06/01 21:10:01  gouriano
  5.  * PRODUCTION PRODUCTION: UPGRADED [GCC34_MSVC7] Dev-tree R1.2
  6.  * PRODUCTION
  7.  * ===========================================================================
  8.  */
  9. // generated by Fast Light User Interface Designer (fluid) version 1.0105
  10. #ifndef table_demo_ui__hpp
  11. #define table_demo_ui__hpp
  12. #include <FL/Fl.H>
  13. /* $Id: table_demo_ui_.hpp,v 1000.1 2004/06/01 21:10:01 gouriano Exp $ */
  14. #include <FL/Fl_Double_Window.H>
  15. class CTableDemoUI : public CDialog {
  16. public:
  17.   CTableDemoUI();
  18. private:
  19.   Fl_Double_Window* x_CreateWindow();
  20.   CTablePanel<int> *m_Table1;
  21.   CTablePanel<int> *m_Table2;
  22. };
  23. #endif