about_dlg.fl
来自「ncbi源码」· FL 代码 · 共 47 行
FL
47 行
# 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 } } }}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?