table_demo_ui_.hpp
上传用户:yhdzpy8989
上传日期:2007-06-13
资源大小:13604k
文件大小:1k
- /*
- * ===========================================================================
- * PRODUCTION $Log: table_demo_ui_.hpp,v $
- * PRODUCTION Revision 1000.1 2004/06/01 21:10:01 gouriano
- * PRODUCTION PRODUCTION: UPGRADED [GCC34_MSVC7] Dev-tree R1.2
- * PRODUCTION
- * ===========================================================================
- */
- // generated by Fast Light User Interface Designer (fluid) version 1.0105
- #ifndef table_demo_ui__hpp
- #define table_demo_ui__hpp
- #include <FL/Fl.H>
- /* $Id: table_demo_ui_.hpp,v 1000.1 2004/06/01 21:10:01 gouriano Exp $ */
- #include <FL/Fl_Double_Window.H>
- class CTableDemoUI : public CDialog {
- public:
- CTableDemoUI();
- private:
- Fl_Double_Window* x_CreateWindow();
- CTablePanel<int> *m_Table1;
- CTablePanel<int> *m_Table2;
- };
- #endif