test_config_panel.fl
上传用户:yhdzpy8989
上传日期:2007-06-13
资源大小:13604k
文件大小:1k
- # data file for the Fltk User Interface Designer (fluid)
- version 1.0105
- do_not_include_H_from_C
- header_name {test_config_panel_.hpp}
- code_name {test_config_panel_.cpp}
- decl {/* $Id: test_config_panel.fl,v 1000.1 2004/06/01 20:46:16 gouriano Exp $ */} {public
- }
- decl {/* $Id: test_config_panel.fl,v 1000.1 2004/06/01 20:46:16 gouriano Exp $ */} {}
- decl {#include <ncbi_pch.hpp>} {}
- class CTestConfigPanel {: {public IConfigPanel}
- } {
- decl {Fl_Group* GetConfigPanel();} {public
- }
- Function {CTestConfigPanel()} {open
- } {
- Fl_Window m_WidgetGroup {open
- xywh {611 200 304 274} type Single box NO_BOX resizable
- class Fl_Group visible
- } {
- Fl_Check_Button m_ShowFeaturesBtn {
- label {Show Features}
- xywh {35 18 30 30} down_box DOWN_BOX
- }
- Fl_Button m_SelectionColorBtn {
- label {Selection Color}
- xywh {37 169 60 60} align 8
- class CColorButton
- }
- Fl_Input m_Name {
- label name
- xywh {36 57 100 30} align 8
- }
- Fl_Box {} {
- label {resize box}
- xywh {214 94 54 0} box UP_BOX color 182 align 16 resizable
- }
- }
- }
- }