aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/ui_help_about.fl
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/ui_help_about.fl')
-rwxr-xr-xsrc/frontend/ui_help_about.fl68
1 files changed, 68 insertions, 0 deletions
diff --git a/src/frontend/ui_help_about.fl b/src/frontend/ui_help_about.fl
new file mode 100755
index 0000000..2bd0a3b
--- /dev/null
+++ b/src/frontend/ui_help_about.fl
@@ -0,0 +1,68 @@
1# data file for the Fltk User Interface Designer (fluid)
2version 1.0107
3header_name {.h}
4code_name {.cxx}
5class UserInterface_HelpAbout {open
6} {
7 Function {make_window()} {open
8 } {
9 Fl_Window {} {
10 label {About HD24connect} open
11 xywh {567 209 340 350} type Double color 52 modal visible
12 } {
13 Fl_Box {} {
14 xywh {10 10 320 305} box DOWN_BOX color 7
15 }
16 Fl_Box {} {
17 image {images/hd24connect.png} xywh {45 25 250 77}
18 }
19 Fl_Button {} {
20 label OK
21 callback {/* Find the window regardless of its class name */
22Fl_Window * x=Fl::first_window();
23x->~Fl_Window();}
24 xywh {125 320 90 25} labelsize 12
25 }
26 Fl_Box {} {
27 label {HD24connect version HD24VERSION}
28 xywh {45 110 250 20} labelsize 12
29 }
30 Fl_Box {} {
31 label {This program was written as an independent effort,}
32 xywh {15 130 305 20} labelsize 11
33 }
34 Fl_Box {} {
35 label {and is neither endorsed by nor affiliated with Alesis.}
36 xywh {15 145 305 20} labelsize 11
37 }
38 Fl_Box {} {
39 label {No warranty of any kind is given or implied.} selected
40 xywh {15 175 305 20} labelsize 11
41 }
42 Fl_Box {} {
43 label {Share and enjoy!}
44 xywh {10 290 310 20} labelsize 11
45 }
46 Fl_Box {} {
47 label {Use at your own risk.}
48 xywh {15 190 305 20} labelsize 11
49 }
50 Fl_Box {} {
51 label {If you find this program useful, please make a }
52 xywh {15 215 305 20} labelsize 11
53 }
54 Fl_Box {} {
55 label {donation to the author. See }
56 xywh {15 230 305 20} labelsize 11
57 }
58 Fl_Box {} {
59 label {http://ringbreak.dnd.utwente.nl/~mrjb/hd24tools/}
60 xywh {15 245 305 20} labelsize 11
61 }
62 Fl_Box {} {
63 label {Feel free to request additional features.}
64 xywh {15 260 305 20} labelsize 11
65 }
66 }
67 }
68}