about_dlg.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 {about_dlg_.hpp}
- code_name {about_dlg_.cpp}
- decl {/* $Id: about_dlg.fl,v 1000.2 2004/06/01 20:47:33 gouriano Exp $ */} {public
- }
- decl {/* $Id: about_dlg.fl,v 1000.2 2004/06/01 20:47:33 gouriano Exp $ */} {}
- decl {#include <ncbi_pch.hpp>} {selected
- }
- class CAboutDlg {: {public CDialog}
- } {
- decl {CAboutDlg()} {public
- }
- decl {string m_VersionStr;} {}
- decl {string m_BuildStr;} {}
- Function {x_CreateWindow()} {open private
- } {
- Fl_Window {} {open
- private xywh {533 324 395 125} type Double visible
- } {
- Fl_Group {} {open
- xywh {160 20 225 90}
- } {
- Fl_Box {} {
- label {NCBI Genome Workbench}
- xywh {160 20 225 25} labeltype ENGRAVED_LABEL labelsize 18
- }
- Fl_Box m_Version {
- label version
- private xywh {165 50 220 25} labelsize 12
- }
- Fl_Box m_BuildDate {
- label {build date}
- private xywh {165 80 220 25} labelsize 12
- }
- }
- Fl_Box {} {
- image {ncbi.xpm} xywh {15 36 134 49} box DOWN_FRAME
- }
- }
- }
- }