-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfrmGO.form
61 lines (60 loc) · 1.38 KB
/
frmGO.form
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
# Gambas Form File 2.0
{ Form Form
MoveScaled(29,25.1667,90.5,64.1667)
Font = Font["Luxi Sans"]
Background = &HFFFFFF&
Text = ("")
Border = Window.None
Arrangement = Arrange.Horizontal
{ VBox2 VBox
MoveScaled(1,2,57,60)
Font = Font["Luxi Sans"]
Expand = True
{ ScrollView1 ScrollView
MoveScaled(0,0,58,50)
Font = Font["Luxi Sans,16"]
Background = &HDFFFFF&
Expand = True
ScrollBar = Scroll.Vertical
{ goTxtLabel TextLabel
MoveScaled(2,1,58,39)
Font = Font["Luxi Sans,14"]
Background = &HDFFFFF&
Padding = 10
AutoResize = True
Text = ("")
}
}
{ ProgressBar1 ProgressBar
MoveScaled(3,55,32,4)
Font = Font["Luxi Sans"]
}
}
{ VBox1 VBox
MoveScaled(61,2,29,61)
Font = Font["Luxi Sans"]
{ lblSubTitle Label
MoveScaled(0,0,29,4)
Font = Font["Luxi Sans,Bold,12"]
Background = &H0055FF&
Text = ("Ready to install!")
Alignment = Align.Center
Border = Border.Etched
}
{ Panel1 Panel
MoveScaled(0,4,29,50)
Font = Font["Luxi Sans"]
Background = &H0055FF&
Expand = True
Border = Border.Etched
{ tasksTxtLabel TextLabel
MoveScaled(1,3,27,40)
Text = ("\n")
}
}
{ btnStart Button
MoveScaled(4,54,21,4)
Text = ("Begin installation")
}
}
}