-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathVisor3D.dfm
162 lines (162 loc) · 3.04 KB
/
Visor3D.dfm
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
object Form1: TForm1
Left = 0
Top = 0
Caption = 'Form1'
ClientHeight = 675
ClientWidth = 773
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 16
Top = 16
Width = 434
Height = 39
Caption = 'VISOR 3D / AGUA DE PUEBLA '
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -32
Font.Name = 'Tahoma'
Font.Style = [fsItalic]
ParentFont = False
end
object Image1: TImage
Left = 16
Top = 64
Width = 600
Height = 600
end
object Panel1: TPanel
Left = 638
Top = 64
Width = 123
Height = 489
TabOrder = 0
object Button1: TButton
Left = 24
Top = 16
Width = 75
Height = 25
Caption = 'Rot x +'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 24
Top = 65
Width = 75
Height = 25
Caption = 'Rot x -'
TabOrder = 1
OnClick = Button2Click
end
object Button3: TButton
Left = 24
Top = 112
Width = 75
Height = 25
Caption = 'Rot y +'
TabOrder = 2
OnClick = Button3Click
end
object Button4: TButton
Left = 24
Top = 160
Width = 75
Height = 25
Caption = 'Rot y -'
TabOrder = 3
OnClick = Button4Click
end
object Button5: TButton
Left = 24
Top = 209
Width = 75
Height = 25
Caption = 'Rot z +'
TabOrder = 4
OnClick = Button5Click
end
object Button6: TButton
Left = 24
Top = 256
Width = 75
Height = 25
Caption = 'Rot z -'
TabOrder = 5
OnClick = Button6Click
end
object Button7: TButton
Left = 24
Top = 304
Width = 75
Height = 25
Caption = 'Lejos'
TabOrder = 6
OnClick = Button7Click
end
object Button8: TButton
Left = 24
Top = 353
Width = 75
Height = 25
Caption = 'Cerca'
TabOrder = 7
OnClick = Button8Click
end
object Button9: TButton
Left = 24
Top = 401
Width = 75
Height = 25
Caption = 'Abrir'
TabOrder = 8
OnClick = Button9Click
end
object Button10: TButton
Left = 25
Top = 448
Width = 75
Height = 25
Caption = 'Pinta Red'
TabOrder = 9
OnClick = Button10Click
end
end
object Panel2: TPanel
Left = 464
Top = 8
Width = 297
Height = 41
TabOrder = 1
object Button11: TButton
Left = 16
Top = 8
Width = 121
Height = 25
Caption = 'Autor'
TabOrder = 0
OnClick = Button11Click
end
object Button12: TButton
Left = 160
Top = 8
Width = 121
Height = 25
Caption = 'Salir'
TabOrder = 1
OnClick = Button12Click
end
end
object OpenDialog1: TOpenDialog
Left = 8
Top = 8
end
end