aboutsummaryrefslogtreecommitdiff
path: root/src/installer/ui_ready.fl
diff options
context:
space:
mode:
Diffstat (limited to 'src/installer/ui_ready.fl')
-rw-r--r--src/installer/ui_ready.fl49
1 files changed, 49 insertions, 0 deletions
diff --git a/src/installer/ui_ready.fl b/src/installer/ui_ready.fl
new file mode 100644
index 0000000..df550ed
--- /dev/null
+++ b/src/installer/ui_ready.fl
@@ -0,0 +1,49 @@
1# data file for the Fltk User Interface Designer (fluid)
2version 1.0107
3header_name {.h}
4code_name {.cxx}
5decl {using namespace std;} {public
6}
7
8decl {\#include <string>} {public
9}
10
11class UI_Ready {open
12} {
13 decl {char* currscreen;} {public
14 }
15 Function {make_window(char* p_currscreen)} {open
16 } {
17 Fl_Window {} {
18 label {HD24tools HD24VERSION - Setup Wizard} open
19 xywh {1302 140 590 350} type Double color 7
20 code0 {currscreen=p_currscreen;} visible
21 } {
22 Fl_Box {} {
23 image {welcome.png} xywh {0 -137 165 487}
24 }
25 Fl_Box {} {
26 label {Installation Complete}
27 xywh {175 -3 435 33} labelfont 1 labelsize 16 align 20
28 }
29 Fl_Group {} {open
30 xywh {-5 315 620 35} box BORDER_BOX color 53 selection_color 47
31 } {
32 Fl_Button {} {
33 label Close
34 callback {currscreen="cancel\\0";
35Fl_Window* winx=Fl::first_window();
36winx->~Fl_Window();}
37 xywh {505 320 85 25} color 53 labelsize 12
38 }
39 }
40 Fl_Box {} {
41 label {HD24tools installation has been completed successfully.
42You may now run it from the installation path.
43
44Please click Close to terminate the installer.} selected
45 xywh {180 58 385 169} labelsize 12 align 21
46 }
47 }
48 }
49}