⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 colselect_dlg.fl

📁 ncbi源码
💻 FL
字号:
# data file for the Fltk User Interface Designer (fluid)version 1.0105 do_not_include_H_from_C header_name {colselect_dlg_.hpp} code_name {colselect_dlg_.cpp}decl {/* $Id: colselect_dlg.fl,v 1000.1 2004/06/01 21:08:50 gouriano Exp $ */} {public} decl {/* $Id: colselect_dlg.fl,v 1000.1 2004/06/01 21:08:50 gouriano Exp $ */} {} decl {\#include <ncbi_pch.hpp>} {selected} class CColumnSelectDlg {} {  Function {CColumnSelectDlg()} {} {    Fl_Window m_MainWin {      label {Select Columns to Show} open      private xywh {364 74 415 210} type Double labelsize 12 resizable visible    } {      Fl_Group {} {open        xywh {5 5 405 170} labelsize 12 resizable      } {        Fl_Group {} {open          xywh {5 5 405 25} labelsize 12        } {          Fl_Box {} {            label Hidden            xywh {5 5 185 25} labelsize 12          }          Fl_Box {} {            label Shown            xywh {225 5 185 25} labelsize 12          }        }        Fl_Group {} {open          xywh {5 35 405 140} labelsize 12 resizable        } {          Fl_Group {} {open            xywh {5 35 220 140} labelsize 12          } {            Fl_Browser m_HiddenList {              private xywh {5 35 185 140} type Multi labelsize 12 textsize 12 resizable            }            Fl_Group {} {              xywh {195 35 25 140} labelsize 12            } {              Fl_Button {} {                label {@<-}                callback {x_OnHide();}                xywh {195 35 25 25} labelsize 12              }              Fl_Button {} {                label {@->}                callback {x_OnShow();}                xywh {195 60 25 25} labelsize 12              }              Fl_Group {} {                xywh {195 85 25 40} labelsize 12 resizable              } {}              Fl_Button {} {                label {@8<}                callback {x_OnDown();}                xywh {195 150 25 25} labelsize 12              }              Fl_Button {} {                label {@2<}                callback {x_OnUp();}                xywh {195 125 25 25} labelsize 12              }            }          }          Fl_Browser m_ShownList {            private xywh {225 35 185 140} type Multi labelsize 12 textsize 12          }        }      }      Fl_Group {} {open        xywh {5 180 405 25} labelsize 12      } {        Fl_Return_Button {} {          label OK          callback {x_OnOK();}          xywh {255 180 75 25} labelsize 12        }        Fl_Button {} {          label Cancel          callback {x_OnCancel();}          xywh {335 180 75 25} labelsize 12        }        Fl_Group {} {open          xywh {5 180 250 25} labelsize 12 resizable        } {}      }    }  }  decl {~CColumnSelectDlg();} {public  }  decl {void AddColumn(const string& col_name, int col_idx, bool checked = false);} {public  }  decl {void Clear();} {public  }  decl {vector<int> GetSelected() const;} {public  }  decl {EDialogReturnValue Show();} {public  }  decl {EDialogReturnValue m_RetVal;} {}  decl {vector< pair< int, string > > m_HiddenData;} {}  decl {vector< pair< int, string > > m_ShownData;} {}  decl {void x_OnOK();} {}  decl {void x_OnCancel();} {}  decl {void x_OnDown();} {    callback {x_OnShow();}  }  decl {void x_OnUp();} {}  decl {void x_OnHide();} {    callback {x_OnShow();}  }  decl {void x_OnShow();} {    callback {x_OnShow();}  }} 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -