aboutsummaryrefslogtreecommitdiff
path: root/src/installer/ui_welcome.fl
diff options
context:
space:
mode:
Diffstat (limited to 'src/installer/ui_welcome.fl')
-rw-r--r--src/installer/ui_welcome.fl66
1 files changed, 66 insertions, 0 deletions
diff --git a/src/installer/ui_welcome.fl b/src/installer/ui_welcome.fl
new file mode 100644
index 0000000..f7dcb0c
--- /dev/null
+++ b/src/installer/ui_welcome.fl
@@ -0,0 +1,66 @@
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_Welcome {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 {308 186 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 {Welcome to the setup wizard for}
27 xywh {165 -3 440 33} labelfont 1 labelsize 16
28 }
29 Fl_Box {} {
30 label {HD24tools version HD24VERSION}
31 xywh {165 22 440 31} labelfont 1 labelsize 16
32 }
33 Fl_Group {} {open
34 xywh {-5 315 620 35} box BORDER_BOX color 53 selection_color 47
35 } {
36 Fl_Button {} {
37 label {&Next >}
38 callback {currscreen="next\\0";
39Fl_Window* winx=Fl::first_window();
40winx->~Fl_Window();}
41 xywh {415 320 85 25} color 53 labelsize 12
42 }
43 Fl_Button {} {
44 label Cancel
45 callback {currscreen="cancel\\0";
46Fl_Window* winx=Fl::first_window();
47winx->~Fl_Window();}
48 xywh {505 320 85 25} color 53 labelsize 12
49 }
50 }
51 Fl_Box {} {
52 label {This Setup Wizard will install HD24tools version HD24VERSION
53on your computer.
54
55Attention: You may need to run this wizard as administrator/
56superuser/root.
57
58Before continuing, please close all running programs.
59
60
61WARNING: This program is protected by copyright law.} selected
62 xywh {185 77 390 173} labelsize 12 align 21
63 }
64 }
65 }
66}