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

生物技术

开发平台:

C/C++

  1. # data file for the Fltk User Interface Designer (fluid)
  2. version 1.0105 
  3. do_not_include_H_from_C 
  4. header_name {test_config_panel_.hpp} 
  5. code_name {test_config_panel_.cpp}
  6. decl {/* $Id: test_config_panel.fl,v 1000.1 2004/06/01 20:46:16 gouriano Exp $ */} {public
  7. decl {/* $Id: test_config_panel.fl,v 1000.1 2004/06/01 20:46:16 gouriano Exp $ */} {} 
  8. decl {#include <ncbi_pch.hpp>} {} 
  9. class CTestConfigPanel {: {public IConfigPanel}
  10. } {
  11.   decl {Fl_Group* GetConfigPanel();} {public
  12.   }
  13.   Function {CTestConfigPanel()} {open
  14.   } {
  15.     Fl_Window m_WidgetGroup {open
  16.       xywh {611 200 304 274} type Single box NO_BOX resizable
  17.       class Fl_Group visible
  18.     } {
  19.       Fl_Check_Button m_ShowFeaturesBtn {
  20.         label {Show Features}
  21.         xywh {35 18 30 30} down_box DOWN_BOX
  22.       }
  23.       Fl_Button m_SelectionColorBtn {
  24.         label {Selection Color}
  25.         xywh {37 169 60 60} align 8
  26.         class CColorButton
  27.       }
  28.       Fl_Input m_Name {
  29.         label name
  30.         xywh {36 57 100 30} align 8
  31.       }
  32.       Fl_Box {} {
  33.         label {resize box}
  34.         xywh {214 94 54 0} box UP_BOX color 182 align 16 resizable
  35.       }
  36.     }
  37.   }