test_config_panel.fl
来自「ncbi源码」· FL 代码 · 共 43 行
FL
43 行
# data file for the Fltk User Interface Designer (fluid)version 1.0105 do_not_include_H_from_C header_name {test_config_panel_.hpp} code_name {test_config_panel_.cpp}decl {/* $Id: test_config_panel.fl,v 1000.1 2004/06/01 20:46:16 gouriano Exp $ */} {public} decl {/* $Id: test_config_panel.fl,v 1000.1 2004/06/01 20:46:16 gouriano Exp $ */} {} decl {\#include <ncbi_pch.hpp>} {} class CTestConfigPanel {: {public IConfigPanel}} { decl {Fl_Group* GetConfigPanel();} {public } Function {CTestConfigPanel()} {open } { Fl_Window m_WidgetGroup {open xywh {611 200 304 274} type Single box NO_BOX resizable class Fl_Group visible } { Fl_Check_Button m_ShowFeaturesBtn { label {Show Features} xywh {35 18 30 30} down_box DOWN_BOX } Fl_Button m_SelectionColorBtn { label {Selection Color} xywh {37 169 60 60} align 8 class CColorButton } Fl_Input m_Name { label name xywh {36 57 100 30} align 8 } Fl_Box {} { label {resize box} xywh {214 94 54 0} box UP_BOX color 182 align 16 resizable } } }}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?