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

生物技术

开发平台:

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 {frame_demo_ui_.hpp} 
  5. code_name {frame_demo_ui_.cpp}
  6. decl {/* $Id: frame_demo_ui.fl,v 1000.1 2004/06/01 21:09:44 gouriano Exp $ */} {public
  7. decl {/* $Id: frame_demo_ui.fl,v 1000.1 2004/06/01 21:09:44 gouriano Exp $ */} {} 
  8. decl {#include <ncbi_pch.hpp>} {selected
  9. class CFrameDemoUI {} {
  10.   decl {CFrameDemoUI();} {public
  11.   }
  12.   decl {int Show(int argc, char** argv);} {public
  13.   }
  14.   Function {x_CreateWindow()} {open private
  15.   } {
  16.     Fl_Window {} {open
  17.       xywh {244 191 907 476} type Double resizable visible
  18.     } {
  19.       Fl_Group {} {
  20.         label {Top-Center} open
  21.         xywh {5 5 255 150} box ENGRAVED_FRAME
  22.         class CFlFrame
  23.       } {
  24.         Fl_Check_Button {} {
  25.           label button
  26.           xywh {15 15 60 25} down_box DOWN_BOX
  27.         }
  28.         Fl_Check_Button {} {
  29.           label button
  30.           xywh {15 46 60 25} down_box DOWN_BOX
  31.         }
  32.         Fl_Check_Button {} {
  33.           label button
  34.           xywh {15 78 60 25} down_box DOWN_BOX
  35.         }
  36.         Fl_Check_Button {} {
  37.           label button
  38.           xywh {15 110 60 25} down_box DOWN_BOX
  39.         }
  40.       }
  41.       Fl_Group {} {
  42.         label {Bottom-Center} open
  43.         xywh {270 5 255 150} box ENGRAVED_FRAME align 2
  44.         class CFlFrame
  45.       } {
  46.         Fl_Check_Button {} {
  47.           label button
  48.           xywh {280 15 60 25} down_box DOWN_BOX
  49.         }
  50.         Fl_Check_Button {} {
  51.           label button
  52.           xywh {280 46 60 25} down_box DOWN_BOX
  53.         }
  54.         Fl_Check_Button {} {
  55.           label button
  56.           xywh {280 78 60 25} down_box DOWN_BOX
  57.         }
  58.         Fl_Check_Button {} {
  59.           label button
  60.           xywh {280 110 60 25} down_box DOWN_BOX
  61.         }
  62.       }
  63.       Fl_Group {} {
  64.         label {Bottom-Left} open
  65.         xywh {270 165 255 150} box ENGRAVED_FRAME align 10
  66.         class CFlFrame
  67.       } {
  68.         Fl_Check_Button {} {
  69.           label button
  70.           xywh {280 175 60 25} down_box DOWN_BOX
  71.         }
  72.         Fl_Check_Button {} {
  73.           label button
  74.           xywh {280 206 60 25} down_box DOWN_BOX
  75.         }
  76.         Fl_Check_Button {} {
  77.           label button
  78.           xywh {280 238 60 25} down_box DOWN_BOX
  79.         }
  80.         Fl_Check_Button {} {
  81.           label button
  82.           xywh {280 270 60 25} down_box DOWN_BOX
  83.         }
  84.       }
  85.       Fl_Group {} {
  86.         label {Top-Right} open
  87.         xywh {5 165 255 150} box ENGRAVED_FRAME align 5 resizable
  88.         class CFlFrame
  89.       } {
  90.         Fl_Check_Button {} {
  91.           label button
  92.           xywh {15 175 60 25} down_box DOWN_BOX
  93.         }
  94.         Fl_Check_Button {} {
  95.           label button
  96.           xywh {15 206 60 25} down_box DOWN_BOX
  97.         }
  98.         Fl_Check_Button {} {
  99.           label button
  100.           xywh {15 238 60 25} down_box DOWN_BOX
  101.         }
  102.         Fl_Check_Button {} {
  103.           label button
  104.           xywh {15 270 60 25} down_box DOWN_BOX
  105.         }
  106.       }
  107.       Fl_Group {} {
  108.         label {Enabled Frame} open
  109.         xywh {535 5 255 150} box ENGRAVED_FRAME align 9
  110.         class CFlEnabledFrame
  111.       } {
  112.         Fl_Check_Button {} {
  113.           label button
  114.           xywh {545 15 60 25} down_box DOWN_BOX
  115.         }
  116.         Fl_Check_Button {} {
  117.           label button
  118.           xywh {545 46 60 25} down_box DOWN_BOX
  119.         }
  120.         Fl_Check_Button {} {
  121.           label button
  122.           xywh {545 78 60 25} down_box DOWN_BOX
  123.         }
  124.         Fl_Check_Button {} {
  125.           label button
  126.           xywh {545 110 60 25} down_box DOWN_BOX
  127.         }
  128.       }
  129.     }
  130.   }
  131.   decl {auto_ptr<Fl_Window> m_Window;} {}