⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 view_genbank.fl

📁 ncbi源码
💻 FL
字号:
# data file for the Fltk User Interface Designer (fluid)version 1.0105 do_not_include_H_from_C header_name {view_genbank_.hpp} code_name {view_genbank_.cpp}decl {/* $Id: view_genbank.fl,v 1000.3 2004/06/01 21:02:51 gouriano Exp $ */} {public} decl {/* $Id: view_genbank.fl,v 1000.3 2004/06/01 21:02:51 gouriano Exp $ */} {} decl {\#include <ncbi_pch.hpp>} {selected} class CViewGenbank {open : {public CView}} {  decl {CViewGenbank(const objects::CPluginMessage& args, const string& pool_name);} {public  }  decl {static void GetInfo(objects::CPluginInfo& info);} {public  }  decl {void OnDocumentChanged();} {public  }  decl {const string& GetTitle() const;} {public  }  decl {void AddToEditPack (CParagraph* p);} {public  }  decl {auto_ptr<CViewMenuMgr> m_ViewMenuMgr;} {}  decl {CConstRef<objects::CSeq_id> m_SeqId;} {}  decl {int m_CurrentFontSize} {}  decl {Fl_Font m_CurrentFont;} {}  decl {void x_OnFileSave()} {}  decl {void x_OnFileSaveAs()} {}  decl {void x_OnFileClose()} {}  decl {void x_OnHelpTextViewHelp()} {}  decl {void x_OnFontHelvetica()} {}  decl {void x_OnFontTimes()} {}  decl {void x_OnFontCourier()} {}  decl {void x_OnFontSmall()} {}  decl {void x_OnFontNormal()} {}  decl {void x_OnFontLarge()} {}  decl {void x_AddEditorSections (const char* s);} {}  decl {CParagraph* x_GetParagraph (CNcbiIstrstream& is, ncbi::CSection::ESection section, string& line);} {}  Function {x_CreateWindow()} {private  } {    Fl_Window {} {      callback {OnExit();} open      private xywh {441 223 599 640} type Double resizable      class Fl_Window visible    } {      Fl_Group {} {open        xywh {0 0 595 55}      } {        Fl_Menu_Bar m_Menu {open          private xywh {0 0 595 25} box FLAT_BOX labelsize 12        } {          submenu {} {            label {&File} open            xywh {0 0 100 20} labelsize 12          } {}          submenu {} {            label {&View} open            xywh {0 0 100 20} labelsize 12          } {            submenu {} {              label {Text F&ont} open              xywh {0 0 100 20} labelsize 12            } {              menuitem {} {                label Helvetica                callback {x_OnFontHelvetica();}                xywh {0 0 100 20} labelsize 12              }              menuitem {} {                label Times                callback {x_OnFontTimes();}                xywh {0 0 100 20} labelsize 12              }              menuitem {} {                label Courier                callback {x_OnFontCourier();}                xywh {0 0 100 20} labelsize 12              }            }            submenu {} {              label {Text &Size} open              xywh {0 0 100 20} labelsize 12 divider            } {              menuitem {} {                label Small                callback {x_OnFontSmall();}                xywh {0 0 100 20} labelsize 12              }              menuitem {} {                label Normal                callback {x_OnFontNormal();}                xywh {0 0 100 20} labelsize 12              }              menuitem {} {                label Large                callback {x_OnFontLarge();}                xywh {0 0 100 20} labelsize 12              }            }            submenu {} {              label {&Active Views} open              xywh {0 0 100 20} labelsize 12            } {}            submenu {} {              label {&New View}              xywh {0 0 100 20} labelsize 12            } {}          }          submenu {} {            label {&Help} open            xywh {0 0 100 20} labelsize 12          } {            menuitem {} {              label {&Text View Help}              callback {x_OnHelpTextViewHelp();}              xywh {0 0 100 20} labelsize 12            }          }        }        Fl_Choice m_TextSize {          label {Text Size} open          private xywh {70 30 80 25} down_box BORDER_BOX labelsize 12        } {          menuitem {} {            label Small            callback {x_OnFontSmall();}            xywh {0 0 100 20} labelsize 10          }          menuitem {} {            label Normal            callback {x_OnFontNormal();}            xywh {0 0 100 20} labelsize 12          }          menuitem {} {            label Large            callback {x_OnFontLarge();}            xywh {0 0 100 20}          }        }        Fl_Choice m_TextFont {          label {Text Font} open          private xywh {230 30 115 25} down_box BORDER_BOX labelsize 12        } {          menuitem {} {            label Helvetica            callback {x_OnFontHelvetica();}            xywh {0 0 100 20} labelsize 12          }          menuitem {} {            label Times            callback {x_OnFontTimes();}            xywh {0 0 100 20} labelfont 8 labelsize 12          }          menuitem {} {            label Courier            callback {x_OnFontCourier();}            xywh {0 0 100 20} labelfont 4 labelsize 12          }        }      }      Fl_Group {} {open        xywh {5 61 589 569} box THIN_DOWN_FRAME color 7      } {        Fl_Scroll m_Editor {open          private xywh {5 61 589 569} box DOWN_FRAME color 55 selection_color 184 labelcolor 0 resizable        } {          Fl_Pack m_EditPack {open            private xywh {5 61 589 569} color 48 selection_color 184 labelsize 12 labelcolor 0 resizable          } {}        }      }    }  }} 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -