1 // generated by Fast Light User Interface Designer (fluid) version 1.0305
2 
3 #ifndef notifydialog_h
4 #define notifydialog_h
5 #include <FL/Fl.H>
6 #include "table.h"
7 #include "flinput2.h"
8 #include "flslider2.h"
9 #include <FL/Fl_Double_Window.H>
10 #include <FL/Fl_Group.H>
11 extern Fl_Group *grpNotifyEvent;
12 #include <FL/Fl_Choice.H>
13 extern Fl_Choice *mnuNotifyEvent;
14 #include <FL/Fl_Light_Button.H>
15 extern Fl_Light_Button *btnNotifyEnabled;
16 extern Fl_Input2 *inpNotifyRE;
17 extern Fl_Group *grpNotifyFilter;
18 #include <FL/Fl_Round_Button.H>
19 extern Fl_Round_Button *chkNotifyFilterCall;
20 extern Fl_Input2 *inpNotifyFilterCall;
21 extern Fl_Round_Button *chkNotifyFilterDXCC;
22 #include <FL/Fl_Button.H>
23 extern Fl_Button *btnNotifyFilterDXCC;
24 #include <FL/Fl_Check_Button.H>
25 extern Fl_Check_Button *chkNotifyFilterNWB;
26 extern Fl_Check_Button *chkNotifyFilterLOTW;
27 extern Fl_Check_Button *chkNotifyFilterEQSL;
28 extern Fl_Group *grpNotifyDup;
29 extern Fl_Check_Button *chkNotifyDupIgnore;
30 extern Fl_Choice *mnuNotifyDupWhich;
31 extern Fl_Spinner2 *cntNotifyDupTime;
32 extern Fl_Check_Button *chkNotifyDupBand;
33 extern Fl_Check_Button *chkNotifyDupMode;
34 extern Fl_Group *grpNotifyAction;
35 extern Fl_Spinner2 *cntNotifyActionLimit;
36 extern Fl_Input2 *inpNotifyActionDialog;
37 extern Fl_Button *btnNotifyActionDialogDefault;
38 extern Fl_Spinner2 *cntNotifyActionDialogTimeout;
39 extern Fl_Input2 *inpNotifyActionRXMarker;
40 extern Fl_Button *btnNotifyActionMarkerDefault;
41 extern Fl_Input2 *inpNotifyActionMacro;
42 extern Fl_Button *btnNotifyActionMacro;
43 extern Fl_Input2 *inpNotifyActionProgram;
44 extern Fl_Button *btnNotifyActionProgram;
45 extern Fl_Button *btnNotifyAdd;
46 extern Fl_Button *btnNotifyRemove;
47 extern Fl_Button *btnNotifyUpdate;
48 extern Fl_Button *btnNotifyTest;
49 extern Fl_Button *btnNotifyClose;
50 extern Table *tblNotifyList;
51 Fl_Double_Window* make_notify_window();
52 extern Table *tblNotifyFilterDXCC;
53 extern Fl_Input2 *inpNotifyDXCCSearchCountry;
54 extern Fl_Input2 *inpNotifyDXCCSearchCallsign;
55 extern Fl_Button *btnNotifyDXCCSelect;
56 extern Fl_Button *btnNotifyDXCCDeselect;
57 extern Fl_Button *btnNotifyDXCCClose;
58 Fl_Double_Window* make_dxcc_window();
59 #endif
60