browser_config_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 {browser_config_dlg_.hpp}
- code_name {browser_config_dlg_.cpp}
- decl {/* $Id: browser_config_dlg.fl,v 1000.1 2004/06/01 20:47:46 gouriano Exp $ */} {public
- }
- decl {/* $Id: browser_config_dlg.fl,v 1000.1 2004/06/01 20:47:46 gouriano Exp $ */} {}
- decl {#include <ncbi_pch.hpp>} {selected
- }
- class CBrowserConfigDlg {: {public CDialog}
- } {
- decl {CBrowserConfigDlg();} {public
- }
- decl {void x_OnOK();} {}
- decl {void x_OnCancel();} {}
- Function {x_CreateWindow()} {open private
- } {
- Fl_Window {} {
- label {Web Browser Configuration} open
- private xywh {581 213 381 169} type Double resizable visible
- } {
- Fl_Choice m_ForWhomChoice {open
- private xywh {5 65 370 25} down_box BORDER_BOX labelsize 12 textsize 12
- } {
- menuitem m_ForCurrentUser {
- label {Configure for current user only}
- private xywh {0 0 100 20} labelsize 12
- }
- menuitem m_ForWholeComputer {
- label {Configure for whole computer}
- private xywh {0 0 100 20} labelsize 12
- }
- }
- Fl_Choice m_ReuseChoice {open
- private xywh {5 100 370 25} down_box BORDER_BOX labelsize 12 textsize 12
- } {
- menuitem m_Reuse {
- label {Reuse gbench if already running (recommended)}
- private xywh {10 10 100 20} labelsize 12
- }
- menuitem m_NoReuse {
- label {Always launch a new instance of gbench}
- private xywh {10 10 100 20} labelsize 12
- }
- }
- Fl_Box {} {
- label {Configure web browsers to use Genome Workbench as a helper application}
- xywh {0 0 375 60} labelsize 12 align 128 resizable
- }
- Fl_Group {} {open
- xywh {5 135 370 25}
- } {
- Fl_Group {} {open
- xywh {5 135 205 25} resizable
- } {}
- Fl_Return_Button {} {
- label OK
- callback {x_OnOK();}
- xywh {210 135 80 25} labelsize 12
- }
- Fl_Button {} {
- label Cancel
- callback {x_OnCancel();}
- xywh {295 135 80 25} labelsize 12
- }
- }
- }
- }
- }