1# data file for the Fltk User Interface Designer (fluid)
2version 1.0305
3i18n_type 1
4i18n_include "gettext.h"
5i18n_function _
6header_name {.h}
7code_name {.cxx}
8decl {\#include <config.h>} {private local
9}
10
11decl {\#include "record_loader_gui.h"} {public global
12}
13
14decl {\#include <FL/Fl_Double_Window.H>} {public local
15}
16
17Function {make_record_loader_window()} {open
18} {
19  Fl_Window {} {
20    label {Data files sources} open
21    tooltip {Data files update} xywh {216 357 540 280} type Double resizable visible
22  } {
23    Fl_Group tabDataFiles {open
24      tooltip {Tabular data sources} xywh {3 18 535 255} resizable
25    } {
26      Fl_Table {} {
27        label {Data files sources} open selected
28        xywh {4 18 529 217} labeltype NO_LABEL resizable
29        class DerivedRecordLst
30      } {}
31      Fl_Input_Choice inpDataSources {
32        label {Data source} open
33        tooltip {Data files repository} xywh {4 247 284 21} align 8
34      } {}
35      Fl_Light_Button btnDataSourceUpdate {
36        label Update
37        callback {DerivedRecordLst::cbGuiUpdate();}
38        tooltip {Update selected local data files with repository content} xywh {385 247 74 20}
39      }
40      Fl_Button btnDataSourceReset {
41        label Reset
42        callback {DerivedRecordLst::cbGuiReset();}
43        tooltip {Delete local data files if selected.} xywh {463 247 70 20}
44      }
45    }
46  }
47}
48