obj_browser_other_dlg.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 {obj_browse_other_.hpp} 
  5. code_name {obj_browse_other_.cpp}
  6. decl {/* $Id: obj_browser_other_dlg.fl,v 1000.0 2004/06/01 21:16:53 gouriano Exp $ */} {public
  7. decl {/* $Id: obj_browser_other_dlg.fl,v 1000.0 2004/06/01 21:16:53 gouriano Exp $ */} {selected
  8. decl {#include <ncbi_pch.hpp>} {} 
  9. class CBrowseOtherDlg {open : {public CDialog}
  10. } {
  11.   decl {CBrowseOtherDlg(CObjBrowser* browser);} {public
  12.   }
  13.   Function {x_CreateWindow()} {open private
  14.   } {
  15.     Fl_Window {} {
  16.       label {Choose From Other Documents} open
  17.       xywh {423 222 325 310} type Double hide resizable
  18.     } {
  19.       Fl_Group m_Tree {open
  20.         private xywh {0 0 325 265} box THIN_DOWN_FRAME color 7 labelsize 12 resizable
  21.         class CTreeBrowser
  22.       } {}
  23.       Fl_Group {} {open
  24.         xywh {0 270 325 5} box THIN_DOWN_FRAME labelsize 12
  25.       } {}
  26.       Fl_Group {} {open
  27.         xywh {5 280 315 25} labelsize 12
  28.       } {
  29.         Fl_Button {} {
  30.           label Cancel
  31.           callback {x_OnCancel();}
  32.           xywh {240 280 80 25} labelsize 12
  33.         }
  34.         Fl_Return_Button {} {
  35.           label OK
  36.           callback {x_OnOK();}
  37.           xywh {155 280 80 25} labelsize 12
  38.         }
  39.         Fl_Group {} {open
  40.           xywh {5 280 150 25} labelsize 12 resizable
  41.         } {}
  42.       }
  43.     }
  44.   }
  45.   decl {void x_OnOK();} {}
  46.   decl {CObjBrowser* m_Browser;} {}