gb_manage_dlg.fl
来自「ncbi源码」· FL 代码 · 共 112 行
FL
112 行
# data file for the Fltk User Interface Designer (fluid)version 1.0105 do_not_include_H_from_C header_name {gb_manage_dlg_.hpp} code_name {gb_manage_dlg_.cpp}decl {/* $Id: gb_manage_dlg.fl,v 1000.1 2004/06/01 20:57:46 gouriano Exp $ */} {public} decl {/* $Id: gb_manage_dlg.fl,v 1000.1 2004/06/01 20:57:46 gouriano Exp $ */} {} decl {\#include <ncbi_pch.hpp>} {} class CGBManageDlg {: {public CDialog}} { decl {CGBManageDlg();} {public } decl {void Show();} {public } Function {x_CreateWindow()} {private } { Fl_Window {} { label {GenBank Data Source Configuration} callback {x_OnCancel();} open xywh {704 332 420 319} type Double labelsize 12 visible } { Fl_Group {} { xywh {5 5 410 100} box ENGRAVED_FRAME } { Fl_Input m_GCSize { private xywh {175 15 125 25} type Int labelsize 12 } Fl_Box {} { label {Garbage Collection Size:} xywh {10 15 160 25} labelsize 12 align 24 } Fl_Box {} { label records xywh {305 15 65 25} labelsize 12 align 20 } Fl_Check_Button m_Variations { label {Retrieve Variations from GenBank} private xywh {15 75 240 25} down_box DOWN_BOX labelsize 12 } Fl_Input m_Priority { private xywh {175 45 125 25} type Int labelsize 12 } Fl_Box {} { label {Default Priority (0-99):} xywh {15 45 150 25} labelsize 12 align 24 } } Fl_Group {} {open xywh {5 110 410 175} box ENGRAVED_FRAME } { Fl_File_Input m_CacheDir { private xywh {125 120 240 35} labelsize 12 } Fl_Box {} { label {Cache Directory} xywh {15 130 115 25} labelsize 12 align 20 } Fl_Button {} { label {...} callback {x_OnBrowseCacheDir();} xywh {370 133 20 20} labelsize 12 } Fl_Input m_CacheLifespan { private xywh {265 160 100 25} type Int labelsize 12 } Fl_Box {} { label {Number of days to cache objects} xywh {15 160 240 25} labelsize 12 align 20 } Fl_Box {} { label {Maximum cache size (MB)} xywh {15 190 240 25} labelsize 12 align 20 } Fl_Input m_CacheSize { private xywh {265 190 100 25} type Int labelsize 12 } Fl_Box {} { label {Current cache size (MB)} xywh {15 220 240 25} labelsize 12 align 20 } Fl_Box m_CurrentSize { private xywh {265 220 100 25} box DOWN_BOX labelsize 12 align 20 } Fl_Button {} { label {Clear Cache} callback {x_OnClearCache();} xywh {265 250 100 25} labelsize 12 } } Fl_Group {} {open xywh {5 290 410 25} } { Fl_Return_Button {} { label OK callback {x_OnOK();} xywh {335 290 80 25} labelsize 12 } Fl_Group {} {open xywh {5 290 330 25} labelsize 12 resizable } {} } } } decl {void x_OnBrowseCacheDir();} {} decl {void x_OnOK();} {} decl {void x_OnClearCache();} {}}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?