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

📄 scanner_output_dlg_.hpp

📁 ncbi源码
💻 HPP
字号:
/* * =========================================================================== * PRODUCTION $Log: scanner_output_dlg_.hpp,v $ * PRODUCTION Revision 1000.2  2004/06/01 20:48:57  gouriano * PRODUCTION PRODUCTION: UPGRADED [GCC34_MSVC7] Dev-tree R1.9 * PRODUCTION * =========================================================================== */// generated by Fast Light User Interface Designer (fluid) version 1.0105#ifndef scanner_output_dlg__hpp#define scanner_output_dlg__hpp#include <FL/Fl.H>/* $Id: scanner_output_dlg_.hpp,v 1000.2 2004/06/01 20:48:57 gouriano Exp $ */#include <FL/Fl_Double_Window.H>#include <FL/Fl_Group.H>#include <FL/Fl_Text_Display.H>#include <FL/Fl_Return_Button.H>class CScannerOutputDlg : public CDialog {public:  CScannerOutputDlg();  ~CScannerOutputDlg();  void Show(const string& plugin_path);private:  auto_ptr<Fl_Text_Buffer> m_Buffer;  Fl_Double_Window* x_CreateWindow();  Fl_Text_Display *m_Text;  inline void cb_OK_i(Fl_Return_Button*, void*);  static void cb_OK(Fl_Return_Button*, void*);};#endif

⌨️ 快捷键说明

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