lds_search_dlg.fl
上传用户:yhdzpy8989
上传日期:2007-06-13
资源大小:13604k
文件大小:2k
- # data file for the Fltk User Interface Designer (fluid)
- version 1.0105
- do_not_include_H_from_C
- header_name {lds_search_dlg_.hpp}
- code_name {lds_search_dlg_.cpp}
- decl {/* $Id: lds_search_dlg.fl,v 1000.1 2004/06/01 20:58:14 gouriano Exp $ */} {selected public
- }
- decl {/* $Id: lds_search_dlg.fl,v 1000.1 2004/06/01 20:58:14 gouriano Exp $ */} {selected
- }
- decl {#include <ncbi_pch.hpp>} {selected
- }
- class CLdsSearchDlg {} {
- Function {x_CreateWindow()} {open
- } {
- Fl_Window {} {
- label {Search Local Data Stores}
- callback {x_OnCancel();} open
- xywh {496 407 439 468} type Double resizable visible
- } {
- Fl_Group {} {open
- xywh {5 5 430 50} box ENGRAVED_FRAME
- } {
- Fl_Input m_Text {
- callback {x_OnGo();}
- xywh {90 15 250 25} labelsize 12 when 8 textsize 12
- }
- Fl_Box {} {
- label {Search for}
- xywh {10 15 75 25} labelsize 12
- }
- Fl_Button {} {
- label {Go!}
- callback {x_OnGo();}
- xywh {345 15 80 25} labelsize 12
- }
- }
- Fl_Group {} {open
- xywh {5 130 430 305} box ENGRAVED_FRAME
- } {
- Fl_Browser m_List {
- xywh {15 140 410 285} type Multi labelsize 12 textsize 12 resizable
- }
- }
- Fl_Group {} {open
- xywh {5 440 430 25}
- } {
- Fl_Group {} {open
- xywh {5 440 255 25} resizable
- } {}
- Fl_Button {} {
- label Cancel
- callback {x_OnCancel();}
- xywh {260 440 85 25} labelsize 12
- }
- Fl_Return_Button {} {
- label OK
- callback {x_OnOK();}
- xywh {350 440 85 25} labelsize 12
- }
- }
- Fl_Group {} {open
- xywh {5 60 430 65} box ENGRAVED_FRAME
- } {
- Fl_Browser m_AliasList {
- xywh {14 64 413 55} type Hold labelsize 12 textsize 12 resizable
- }
- }
- }
- }
- decl {CLdsSearchDlg(objects::CLDS_DatabaseHolder* dbh);} {public
- }
- decl {EDialogReturnValue Show(void);} {public
- }
- decl {auto_ptr<Fl_Window> m_Window;} {}
- decl {EDialogReturnValue m_RetVal;} {}
- decl {void x_OnOK();} {}
- decl {void x_OnCancel();} {}
- decl {void x_OnGo();} {}
- decl {objects::CLDS_DatabaseHolder* m_dbh;} {}
- }