-
Notifications
You must be signed in to change notification settings - Fork 2
/
PASO.FRM
181 lines (180 loc) · 5.7 KB
/
PASO.FRM
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
VERSION 5.00
Begin VB.Form frmPaso
Caption = "Form1"
ClientHeight = 1695
ClientLeft = 2745
ClientTop = 1545
ClientWidth = 1740
LinkTopic = "Form1"
ScaleHeight = 1695
ScaleWidth = 1740
Begin VB.PictureBox picPegar
Appearance = 0 'Flat
AutoRedraw = -1 'True
AutoSize = -1 'True
BackColor = &H80000005&
BorderStyle = 0 'None
ForeColor = &H80000008&
Height = 285
Left = 360
Picture = "paso.frx":0000
ScaleHeight = 285
ScaleWidth = 285
TabIndex = 9
Top = 0
Visible = 0 'False
Width = 285
End
Begin VB.PictureBox picCortar
Appearance = 0 'Flat
AutoRedraw = -1 'True
AutoSize = -1 'True
BackColor = &H80000005&
BorderStyle = 0 'None
ForeColor = &H80000008&
Height = 285
Left = 720
Picture = "paso.frx":0166
ScaleHeight = 285
ScaleWidth = 285
TabIndex = 8
Top = 0
Visible = 0 'False
Width = 285
End
Begin VB.PictureBox picCopiar
Appearance = 0 'Flat
AutoRedraw = -1 'True
AutoSize = -1 'True
BackColor = &H80000005&
BorderStyle = 0 'None
ForeColor = &H80000008&
Height = 285
Left = 0
Picture = "paso.frx":02CC
ScaleHeight = 285
ScaleWidth = 285
TabIndex = 7
Top = 0
Visible = 0 'False
Width = 285
End
Begin VB.PictureBox picConectar
Appearance = 0 'Flat
AutoSize = -1 'True
BackColor = &H80000005&
BorderStyle = 0 'None
ForeColor = &H80000008&
Height = 285
Left = 0
Picture = "paso.frx":0432
ScaleHeight = 285
ScaleWidth = 285
TabIndex = 6
Top = 360
Visible = 0 'False
Width = 285
End
Begin VB.PictureBox picDesconectar
Appearance = 0 'Flat
AutoSize = -1 'True
BackColor = &H80000005&
BorderStyle = 0 'None
ForeColor = &H80000008&
Height = 285
Left = 330
Picture = "paso.frx":0598
ScaleHeight = 285
ScaleWidth = 285
TabIndex = 5
Top = 360
Visible = 0 'False
Width = 285
End
Begin VB.PictureBox picNuevo
Appearance = 0 'Flat
AutoSize = -1 'True
BackColor = &H80000005&
BorderStyle = 0 'None
ForeColor = &H80000008&
Height = 285
Left = 0
Picture = "paso.frx":06FE
ScaleHeight = 285
ScaleWidth = 285
TabIndex = 4
Top = 750
Visible = 0 'False
Width = 285
End
Begin VB.PictureBox picBorrar
Appearance = 0 'Flat
AutoSize = -1 'True
BackColor = &H80000005&
BorderStyle = 0 'None
ForeColor = &H80000008&
Height = 285
Left = 330
Picture = "paso.frx":0864
ScaleHeight = 285
ScaleWidth = 285
TabIndex = 3
Top = 750
Visible = 0 'False
Width = 285
End
Begin VB.PictureBox picAbrir
Appearance = 0 'Flat
AutoSize = -1 'True
BackColor = &H80000005&
BorderStyle = 0 'None
ForeColor = &H80000008&
Height = 240
Left = 30
Picture = "paso.frx":09CA
ScaleHeight = 240
ScaleWidth = 240
TabIndex = 2
Top = 1140
Visible = 0 'False
Width = 240
End
Begin VB.PictureBox picGrabar
Appearance = 0 'Flat
AutoSize = -1 'True
BackColor = &H80000005&
BorderStyle = 0 'None
ForeColor = &H80000008&
Height = 285
Left = 330
Picture = "paso.frx":0ACC
ScaleHeight = 285
ScaleWidth = 285
TabIndex = 1
Top = 1110
Visible = 0 'False
Width = 285
End
Begin VB.PictureBox picImprimir
Appearance = 0 'Flat
AutoSize = -1 'True
BackColor = &H80000005&
BorderStyle = 0 'None
ForeColor = &H80000008&
Height = 285
Left = 660
Picture = "paso.frx":0C32
ScaleHeight = 285
ScaleWidth = 285
TabIndex = 0
Top = 1140
Visible = 0 'False
Width = 285
End
End
Attribute VB_Name = "frmPaso"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit