-
Notifications
You must be signed in to change notification settings - Fork 1
/
Paseo001.form
59 lines (58 loc) · 1.35 KB
/
Paseo001.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
# Gambas Form File 3.0
{ Form Form
MoveScaled(0,0,115,70)
Background = Color.White
Border = False
{ Label1 Label
MoveScaled(8,0,107,8)
Font = Font["Ubuntu,+5"]
Background = &HE7DFFF&
Foreground = Color.Gray
Text = ("Descubra Quirinux")
}
{ PictureBox1 PictureBox
MoveScaled(94,55,20,13)
Picture = Picture["logo.png"]
}
{ TextArea1 TextArea
MoveScaled(8,10,103,30)
Background = Color.Transparent
Text = ("A continuación veremos algunas de las herramientas que Quirinux le ofrece para realizar una película animada de principio a fin") & "..."
ReadOnly = True
Wrap = True
Border = False
}
{ PictureBox2 PictureBox
MoveScaled(7,16,52,32)
Picture = Picture["gimp.png"]
Stretch = True
Border = Border.Sunken
}
{ PictureBox3 PictureBox
MoveScaled(28,18,52,32)
Picture = Picture["opentoonz1.png"]
Stretch = True
}
{ PictureBox4 PictureBox
MoveScaled(46,23,51,31)
Picture = Picture["kdenlive.png"]
Stretch = True
}
{ Button9 Button
MoveScaled(80,64,11,4)
Font = Font["Arial,+1"]
Text = ("Salir")
}
{ Button1 Button
MoveScaled(50,64,14,4)
Enabled = False
Font = Font["Arial,+1"]
NoTabFocus = True
Text = ("Anterior")
}
{ Button2 Button
MoveScaled(65,64,14,4)
Font = Font["Arial,+1"]
Text = ("Siguiente")
}
}