This repository has been archived by the owner on Oct 19, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 33
/
setup.fl
199 lines (195 loc) · 5.78 KB
/
setup.fl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
# data file for the Fltk User Interface Designer (fluid)
version 1.0304
header_name {.h}
code_name {.cxx}
Function {make_window()} {open
} {
Fl_Window SetupWindow {
label Install
callback {if (CancelButton->active())
exit(0);} open
xywh {167 45 640 330} type Double
code0 {\#include "gui-common.h"} visible
} {
Fl_Box {Title[0]} {
label Welcome
xywh {10 10 130 25} labelfont 1 align 20
}
Fl_Box {Title[1]} {
label {Install Type}
xywh {10 35 130 25} labelfont 1 align 20 deactivate
}
Fl_Box {Title[2]} {
label {Select Software}
xywh {10 60 130 25} labelfont 1 align 20 deactivate
}
Fl_Box {Title[3]} {
label Confirm
xywh {10 85 130 25} labelfont 1 align 20 deactivate
}
Fl_Box {Title[4]} {
label License
xywh {10 110 130 25} labelfont 1 align 20 deactivate
}
Fl_Box {Title[5]} {
label Installing
xywh {10 135 130 25} labelfont 1 align 20 deactivate
}
Fl_Wizard Wizard {open
xywh {150 10 480 275} box THIN_DOWN_BOX color 48
} {
Fl_Group {Pane[0]} {open
xywh {150 10 480 275} labelfont 1 labelsize 18 labelcolor 4 align 21 hide
} {
Fl_Help_View ReadmeFile {
xywh {170 30 440 235}
}
}
Fl_Group {Pane[1]} {
xywh {150 10 480 275} labelfont 1 labelsize 18 labelcolor 4 align 21 hide
} {
Fl_Box {} {
label {Select the installation type:}
xywh {170 30 440 25} align 148
}
Fl_Group {} {
xywh {170 65 440 200}
} {
Fl_Round_Button {TypeButton[0]} {
callback type_cb
xywh {170 65 440 25} type Radio down_box ROUND_DOWN_BOX
}
Fl_Round_Button {TypeButton[1]} {
callback type_cb
xywh {170 90 440 25} type Radio down_box ROUND_DOWN_BOX
}
Fl_Round_Button {TypeButton[2]} {
callback type_cb
xywh {170 115 440 25} type Radio down_box ROUND_DOWN_BOX
}
Fl_Round_Button {TypeButton[3]} {
callback type_cb
xywh {170 140 440 25} type Radio down_box ROUND_DOWN_BOX
}
Fl_Round_Button {TypeButton[4]} {
callback type_cb
xywh {170 165 440 25} type Radio down_box ROUND_DOWN_BOX
}
Fl_Round_Button {TypeButton[5]} {
callback type_cb
xywh {170 190 440 25} type Radio down_box ROUND_DOWN_BOX
}
Fl_Round_Button {TypeButton[6]} {
callback type_cb
xywh {170 215 440 25} type Radio down_box ROUND_DOWN_BOX
}
Fl_Round_Button {TypeButton[7]} {
callback type_cb
xywh {170 240 440 25} type Radio down_box ROUND_DOWN_BOX
}
}
}
Fl_Group {Pane[2]} {
xywh {150 10 480 275} labelfont 1 labelsize 18 labelcolor 4 align 21 hide
} {
Fl_Box {} {
label {Select the software you want to install:}
xywh {170 30 440 25} align 148
}
Fl_Check_Browser SoftwareList {
label { Available Software:}
callback list_cb
xywh {170 85 440 145} type Multi box DOWN_BOX selection_color 7 labelfont 1 align 5 when 3
}
Fl_Box SoftwareSize {
label {0k marked for installation.}
xywh {170 235 241 35} align 212
}
Fl_Button InstallAllButton {
label {Install All}
callback {SoftwareList->check_all();
list_cb(0,0);}
xywh {421 240 80 25}
}
Fl_Button InstallNoneButton {
label {Install None}
callback {SoftwareList->check_none();
list_cb(0,0);}
xywh {511 240 99 25}
}
}
Fl_Group {Pane[3]} {open
xywh {150 10 480 275} labelfont 1 labelsize 18 labelcolor 4 align 21 hide
} {
Fl_Box {} {
label {Confirm your software selections below:}
xywh {170 30 440 25} align 148
}
Fl_Browser ConfirmList {
label {Selected Software:}
xywh {170 85 440 180} labelfont 1 align 5
}
}
Fl_Group {Pane[4]} {open
xywh {150 10 480 275} labelfont 1 labelsize 18 labelcolor 4 align 21
} {
Fl_Help_View LicenseFile {
label {License Agreement:}
xywh {170 48 440 192} labelfont 1 align 5 resizable
}
Fl_Group {} {open
xywh {170 240 400 35}
} {
Fl_Round_Button LicenseAccept {
label {Accept agreement and install}
callback {NextButton->activate();}
xywh {210 250 210 25} type Radio down_box ROUND_DOWN_BOX align 148
}
Fl_Round_Button LicenseDecline {
label {Cancel installation}
callback {NextButton->activate();}
xywh {430 250 140 25} type Radio down_box ROUND_DOWN_BOX
}
}
}
Fl_Group {Pane[5]} {open
xywh {150 10 480 275} labelfont 1 labelsize 18 labelcolor 4 align 21 hide
} {
Fl_Progress InstallPercent {
label {Progress Label...}
xywh {170 47 440 15} color 48 selection_color 221 align 5
}
Fl_Browser InstallLog {
xywh {170 74 440 191}
}
}
}
Fl_Box WelcomeImage {selected
image {default.png} xywh {10 190 130 130} align 22
}
Fl_Button PrevButton {
label {@-2< Back}
callback {Wizard->prev();
int i;
for (i = 0; i < 6; i ++)
{
Title[i]->activate();
if (Pane[i]->visible())
break;
}
for (i ++; i < 6; i ++)
Title[i]->deactivate();}
xywh {396 295 72 25}
}
Fl_Button NextButton {
label {Next @-2>}
callback next_cb
xywh {478 295 74 25}
}
Fl_Button CancelButton {
label Cancel
callback {exit(0);}
xywh {562 295 68 25}
}
}
}