about_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 {about_dlg_.hpp} 
  5. code_name {about_dlg_.cpp}
  6. decl {/* $Id: about_dlg.fl,v 1000.2 2004/06/01 20:47:33 gouriano Exp $ */} {public
  7. decl {/* $Id: about_dlg.fl,v 1000.2 2004/06/01 20:47:33 gouriano Exp $ */} {} 
  8. decl {#include <ncbi_pch.hpp>} {selected
  9. class CAboutDlg {: {public CDialog}
  10. } {
  11.   decl {CAboutDlg()} {public
  12.   }
  13.   decl {string m_VersionStr;} {}
  14.   decl {string m_BuildStr;} {}
  15.   Function {x_CreateWindow()} {open private
  16.   } {
  17.     Fl_Window {} {open
  18.       private xywh {533 324 395 125} type Double visible
  19.     } {
  20.       Fl_Group {} {open
  21.         xywh {160 20 225 90}
  22.       } {
  23.         Fl_Box {} {
  24.           label {NCBI Genome Workbench}
  25.           xywh {160 20 225 25} labeltype ENGRAVED_LABEL labelsize 18
  26.         }
  27.         Fl_Box m_Version {
  28.           label version
  29.           private xywh {165 50 220 25} labelsize 12
  30.         }
  31.         Fl_Box m_BuildDate {
  32.           label {build date}
  33.           private xywh {165 80 220 25} labelsize 12
  34.         }
  35.       }
  36.       Fl_Box {} {
  37.         image {ncbi.xpm} xywh {15 36 134 49} box DOWN_FRAME
  38.       }
  39.     }
  40.   }