scanner_output_dlg.fl
上传用户:yhdzpy8989
上传日期:2007-06-13
资源大小:13604k
文件大小:1k
- # data file for the Fltk User Interface Designer (fluid)
- version 1.0105
- do_not_include_H_from_C
- header_name {scanner_output_dlg_.hpp}
- code_name {scanner_output_dlg_.cpp}
- decl {/* $Id: scanner_output_dlg.fl,v 1000.2 2004/06/01 20:48:52 gouriano Exp $ */} {public
- }
- decl {/* $Id: scanner_output_dlg.fl,v 1000.2 2004/06/01 20:48:52 gouriano Exp $ */} {}
- decl {#include <ncbi_pch.hpp>} {selected
- }
- class CScannerOutputDlg {: {public CDialog}
- } {
- decl {CScannerOutputDlg()} {public
- }
- decl {~CScannerOutputDlg()} {public
- }
- decl {void Show(const string& plugin_path);} {public
- }
- decl {auto_ptr<Fl_Text_Buffer> m_Buffer;} {}
- Function {x_CreateWindow()} {open private
- } {
- Fl_Window {} {
- label {Plugin Scan Output} open
- private xywh {607 324 485 240} type Double resizable visible
- } {
- Fl_Group {} {open
- xywh {5 5 475 200} box THIN_DOWN_FRAME color 7 resizable
- } {
- Fl_Text_Display m_Text {
- private xywh {7 7 471 196} box NO_BOX labelsize 12 textsize 12 resizable
- }
- }
- Fl_Group {} {open
- xywh {5 210 475 25}
- } {
- Fl_Return_Button {} {
- label OK
- callback {x_OnOK();}
- xywh {395 210 85 25} labelsize 12
- }
- Fl_Group {} {open
- xywh {5 210 390 25} resizable
- } {}
- }
- }
- }
- }