-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfrmMain.form
104 lines (103 loc) · 2.23 KB
/
frmMain.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
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
# Gambas Form File 2.0
{ Form Form
MoveScaled(0,37,91.1111,68.1111)
Font = Font["Luxi Sans"]
Expand = True
Text = ("")
Icon = Picture["installer3.png"]
Border = Window.None
FullScreen = True
Arrangement = Arrange.Vertical
{ picTitle PictureBox
MoveScaled(0,0,101,8)
Background = &H528DC8&
Picture = Picture["VL.png"]
Alignment = Align.Center
Border = Border.Etched
}
{ pnlSteps Panel
MoveScaled(1,9,85,4.1111)
Arrangement = Arrange.Horizontal
Border = Border.Etched
{ btnMain1 Button
MoveScaled(0,0,9,4)
Font = Font["Luxi Sans,12"]
Tag = "1"
Expand = True
Text = ("Welcome!")
}
{ btnMain2 Button
MoveScaled(9,0,9,4)
Enabled = False
Font = Font["Luxi Sans,12"]
Tag = "2"
Expand = True
Text = ("The choice")
}
{ btnMain3 Button
MoveScaled(18,0,9,4)
Enabled = False
Font = Font["Luxi Sans,12"]
Tag = "3"
Expand = True
Text = ("Partitions")
}
{ btnMain4 Button
MoveScaled(27,0,9,4)
Enabled = False
Font = Font["Luxi Sans,12"]
Tag = "4"
Expand = True
Text = ("Packages")
}
{ btnMain5 Button
MoveScaled(36,0,9,4)
Enabled = False
Font = Font["Luxi Sans,12"]
Tag = "5"
Expand = True
Text = ("Configure")
}
{ btnMain6 Button
MoveScaled(45,0,9,4)
Enabled = False
Font = Font["Luxi Sans,12"]
Tag = "6"
Expand = True
Text = ("Go for it!")
}
{ Separator1 Separator
MoveScaled(54,0,1,4)
}
{ btnTools Button
MoveScaled(55,0,9,4)
Font = Font["Luxi Sans,12"]
Tag = "7"
Expand = True
Text = ("Tools")
}
{ Separator2 Separator
MoveScaled(64,0,1,4)
}
{ btnExit Button
MoveScaled(65,0,8.1111,4)
Font = Font["Luxi Sans,12"]
Expand = True
Text = ("Exit")
}
}
{ pnlContainer Panel
MoveScaled(6,16,70,33)
Font = Font["Luxi Sans"]
Expand = True
Arrangement = Arrange.Fill
Border = Border.Etched
}
{ picSlogan PictureBox
MoveScaled(0,52,82,5)
Background = &H528DC8&
Picture = Picture["slogan.png"]
Alignment = Align.Center
Border = Border.Etched
}
}