preference_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 {preference_dlg_.hpp} 
  5. code_name {preference_dlg_.cpp}
  6. decl {/* $Id: preference_dlg.fl,v 1000.1 2004/06/01 21:00:55 gouriano Exp $ */} {selected public
  7. decl {/* $Id: preference_dlg.fl,v 1000.1 2004/06/01 21:00:55 gouriano Exp $ */} {selected
  8. decl {#include <ncbi_pch.hpp>} {selected
  9. class CFeatTablePreferenceDialog {: {public CDialog}
  10. } {
  11.   decl {CFeatTablePreferenceDialog();} {public
  12.   }
  13.   decl {bool EntirelyContainedMethod();} {public
  14.   }
  15.   decl {bool IntersectionMethod();} {public
  16.   }
  17.   decl {bool ScrollToMethod();} {public
  18.   }
  19.   decl {void SetScrollTo();} {public
  20.   }
  21.   decl {void SetEntirelyContained();} {public
  22.   }
  23.   decl {void SetIntersection();} {public
  24.   }
  25.   Function {x_CreateWindow()} {open
  26.   } {
  27.     Fl_Window {} {
  28.       label Preferences open
  29.       xywh {473 516 280 170} type Double resizable visible
  30.     } {
  31.       Fl_Group {} {
  32.         label {Visible Range Method} open
  33.         xywh {5 20 270 100} box ENGRAVED_FRAME labelfont 1 resizable
  34.         class CFlFrame
  35.       } {
  36.         Fl_Round_Button m_ScrollTo {
  37.           private xywh {95 35 20 20} type Radio down_box ROUND_DOWN_BOX
  38.         }
  39.         Fl_Round_Button m_EntirelyContained {
  40.           private xywh {95 65 20 20} type Radio down_box ROUND_DOWN_BOX
  41.         }
  42.         Fl_Round_Button m_Intersection {
  43.           xywh {95 95 20 20} type Radio down_box ROUND_DOWN_BOX
  44.         }
  45.         Fl_Box {} {
  46.           label {Scroll To}
  47.           xywh {120 35 65 20} align 20
  48.         }
  49.         Fl_Box {} {
  50.           label {Entirely Contained}
  51.           xywh {120 65 125 20} align 20
  52.         }
  53.         Fl_Box {} {
  54.           label Intersection
  55.           xywh {120 95 65 20} align 20
  56.         }
  57.       }
  58.       Fl_Group {} {open
  59.         xywh {5 130 270 26}
  60.       } {
  61.         Fl_Return_Button {} {
  62.           label OK
  63.           callback {x_OnOK();}
  64.           xywh {110 130 80 25}
  65.         }
  66.         Fl_Button {} {
  67.           label Cancel
  68.           callback {x_OnCancel();}
  69.           xywh {195 130 80 25}
  70.         }
  71.         Fl_Group {} {open
  72.           xywh {15 130 95 25} resizable
  73.         } {}
  74.       }
  75.     }
  76.   }