browser_config_dlg.fl
上传用户:yhdzpy8989
上传日期:2007-06-13
资源大小:13604k
文件大小:2k
源码类别:

生物技术

开发平台:

C/C++

  1. # data file for the Fltk User Interface Designer (fluid)
  2. version 1.0105 
  3. do_not_include_H_from_C 
  4. header_name {browser_config_dlg_.hpp} 
  5. code_name {browser_config_dlg_.cpp}
  6. decl {/* $Id: browser_config_dlg.fl,v 1000.1 2004/06/01 20:47:46 gouriano Exp $ */} {public
  7. decl {/* $Id: browser_config_dlg.fl,v 1000.1 2004/06/01 20:47:46 gouriano Exp $ */} {} 
  8. decl {#include <ncbi_pch.hpp>} {selected
  9. class CBrowserConfigDlg {: {public CDialog}
  10. } {
  11.   decl {CBrowserConfigDlg();} {public
  12.   }
  13.   decl {void x_OnOK();} {}
  14.   decl {void x_OnCancel();} {}
  15.   Function {x_CreateWindow()} {open private
  16.   } {
  17.     Fl_Window {} {
  18.       label {Web Browser Configuration} open
  19.       private xywh {581 213 381 169} type Double resizable visible
  20.     } {
  21.       Fl_Choice m_ForWhomChoice {open
  22.         private xywh {5 65 370 25} down_box BORDER_BOX labelsize 12 textsize 12
  23.       } {
  24.         menuitem m_ForCurrentUser {
  25.           label {Configure for current user only}
  26.           private xywh {0 0 100 20} labelsize 12
  27.         }
  28.         menuitem m_ForWholeComputer {
  29.           label {Configure for whole computer}
  30.           private xywh {0 0 100 20} labelsize 12
  31.         }
  32.       }
  33.       Fl_Choice m_ReuseChoice {open
  34.         private xywh {5 100 370 25} down_box BORDER_BOX labelsize 12 textsize 12
  35.       } {
  36.         menuitem m_Reuse {
  37.           label {Reuse gbench if already running (recommended)}
  38.           private xywh {10 10 100 20} labelsize 12
  39.         }
  40.         menuitem m_NoReuse {
  41.           label {Always launch a new instance of gbench}
  42.           private xywh {10 10 100 20} labelsize 12
  43.         }
  44.       }
  45.       Fl_Box {} {
  46.         label {Configure web browsers to use Genome Workbench as a helper application}
  47.         xywh {0 0 375 60} labelsize 12 align 128 resizable
  48.       }
  49.       Fl_Group {} {open
  50.         xywh {5 135 370 25}
  51.       } {
  52.         Fl_Group {} {open
  53.           xywh {5 135 205 25} resizable
  54.         } {}
  55.         Fl_Return_Button {} {
  56.           label OK
  57.           callback {x_OnOK();}
  58.           xywh {210 135 80 25} labelsize 12
  59.         }
  60.         Fl_Button {} {
  61.           label Cancel
  62.           callback {x_OnCancel();}
  63.           xywh {295 135 80 25} labelsize 12
  64.         }
  65.       }
  66.     }
  67.   }