This repository has been archived by the owner on May 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Alterar Equipamento.Designer.vb
278 lines (273 loc) · 10.7 KB
/
Alterar Equipamento.Designer.vb
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
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Alterar_Equipamento
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
End Sub
'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer
'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.btnCancelar = New System.Windows.Forms.Button()
Me.btnSalvar = New System.Windows.Forms.Button()
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
Me.DateTimePicker = New System.Windows.Forms.DateTimePicker()
Me.NúmeroDeSérieTextBox = New System.Windows.Forms.TextBox()
Me.FabricanteTextBox = New System.Windows.Forms.TextBox()
Me.ModeloTextBox = New System.Windows.Forms.TextBox()
Me.EquipamentoTextBox = New System.Windows.Forms.TextBox()
Me.dasaTextBox = New System.Windows.Forms.TextBox()
Me.SetorTextBox = New System.Windows.Forms.TextBox()
Me.UnidadeTextBox = New System.Windows.Forms.TextBox()
Me.Label8 = New System.Windows.Forms.Label()
Me.Label7 = New System.Windows.Forms.Label()
Me.Label6 = New System.Windows.Forms.Label()
Me.Label5 = New System.Windows.Forms.Label()
Me.Label4 = New System.Windows.Forms.Label()
Me.Label3 = New System.Windows.Forms.Label()
Me.Label2 = New System.Windows.Forms.Label()
Me.Label1 = New System.Windows.Forms.Label()
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
Me.Button1 = New System.Windows.Forms.Button()
Me.GroupBox1.SuspendLayout()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'btnCancelar
'
Me.btnCancelar.Location = New System.Drawing.Point(443, 41)
Me.btnCancelar.Name = "btnCancelar"
Me.btnCancelar.Size = New System.Drawing.Size(145, 23)
Me.btnCancelar.TabIndex = 4
Me.btnCancelar.Text = "Cancelar"
Me.btnCancelar.UseVisualStyleBackColor = True
'
'btnSalvar
'
Me.btnSalvar.Location = New System.Drawing.Point(443, 12)
Me.btnSalvar.Name = "btnSalvar"
Me.btnSalvar.Size = New System.Drawing.Size(145, 23)
Me.btnSalvar.TabIndex = 3
Me.btnSalvar.Text = "Salvar"
Me.btnSalvar.UseVisualStyleBackColor = True
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.DateTimePicker)
Me.GroupBox1.Controls.Add(Me.NúmeroDeSérieTextBox)
Me.GroupBox1.Controls.Add(Me.FabricanteTextBox)
Me.GroupBox1.Controls.Add(Me.ModeloTextBox)
Me.GroupBox1.Controls.Add(Me.EquipamentoTextBox)
Me.GroupBox1.Controls.Add(Me.dasaTextBox)
Me.GroupBox1.Controls.Add(Me.SetorTextBox)
Me.GroupBox1.Controls.Add(Me.UnidadeTextBox)
Me.GroupBox1.Controls.Add(Me.Label8)
Me.GroupBox1.Controls.Add(Me.Label7)
Me.GroupBox1.Controls.Add(Me.Label6)
Me.GroupBox1.Controls.Add(Me.Label5)
Me.GroupBox1.Controls.Add(Me.Label4)
Me.GroupBox1.Controls.Add(Me.Label3)
Me.GroupBox1.Controls.Add(Me.Label2)
Me.GroupBox1.Controls.Add(Me.Label1)
Me.GroupBox1.Location = New System.Drawing.Point(12, 12)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(425, 237)
Me.GroupBox1.TabIndex = 5
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "Dados do Equipamento"
'
'DateTimePicker
'
Me.DateTimePicker.Location = New System.Drawing.Point(162, 24)
Me.DateTimePicker.Name = "DateTimePicker"
Me.DateTimePicker.Size = New System.Drawing.Size(257, 20)
Me.DateTimePicker.TabIndex = 8
'
'NúmeroDeSérieTextBox
'
Me.NúmeroDeSérieTextBox.Location = New System.Drawing.Point(162, 206)
Me.NúmeroDeSérieTextBox.Name = "NúmeroDeSérieTextBox"
Me.NúmeroDeSérieTextBox.Size = New System.Drawing.Size(257, 20)
Me.NúmeroDeSérieTextBox.TabIndex = 16
'
'FabricanteTextBox
'
Me.FabricanteTextBox.Location = New System.Drawing.Point(162, 180)
Me.FabricanteTextBox.Name = "FabricanteTextBox"
Me.FabricanteTextBox.Size = New System.Drawing.Size(257, 20)
Me.FabricanteTextBox.TabIndex = 15
'
'ModeloTextBox
'
Me.ModeloTextBox.Location = New System.Drawing.Point(162, 154)
Me.ModeloTextBox.Name = "ModeloTextBox"
Me.ModeloTextBox.Size = New System.Drawing.Size(257, 20)
Me.ModeloTextBox.TabIndex = 14
'
'EquipamentoTextBox
'
Me.EquipamentoTextBox.Location = New System.Drawing.Point(162, 128)
Me.EquipamentoTextBox.Name = "EquipamentoTextBox"
Me.EquipamentoTextBox.Size = New System.Drawing.Size(257, 20)
Me.EquipamentoTextBox.TabIndex = 13
'
'dasaTextBox
'
Me.dasaTextBox.Location = New System.Drawing.Point(162, 102)
Me.dasaTextBox.Name = "dasaTextBox"
Me.dasaTextBox.Size = New System.Drawing.Size(257, 20)
Me.dasaTextBox.TabIndex = 12
'
'SetorTextBox
'
Me.SetorTextBox.Location = New System.Drawing.Point(162, 76)
Me.SetorTextBox.Name = "SetorTextBox"
Me.SetorTextBox.Size = New System.Drawing.Size(257, 20)
Me.SetorTextBox.TabIndex = 10
'
'UnidadeTextBox
'
Me.UnidadeTextBox.Location = New System.Drawing.Point(162, 50)
Me.UnidadeTextBox.Name = "UnidadeTextBox"
Me.UnidadeTextBox.Size = New System.Drawing.Size(257, 20)
Me.UnidadeTextBox.TabIndex = 9
'
'Label8
'
Me.Label8.AutoSize = True
Me.Label8.Location = New System.Drawing.Point(6, 210)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(87, 13)
Me.Label8.TabIndex = 7
Me.Label8.Text = "Número de série:"
'
'Label7
'
Me.Label7.AutoSize = True
Me.Label7.Location = New System.Drawing.Point(6, 183)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(63, 13)
Me.Label7.TabIndex = 6
Me.Label7.Text = "Fabricante: "
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.Location = New System.Drawing.Point(6, 157)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(45, 13)
Me.Label6.TabIndex = 5
Me.Label6.Text = "Modelo:"
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.Location = New System.Drawing.Point(6, 131)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(75, 13)
Me.Label5.TabIndex = 4
Me.Label5.Text = "Equipamento: "
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Location = New System.Drawing.Point(6, 105)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(39, 13)
Me.Label4.TabIndex = 3
Me.Label4.Text = "DASA:"
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(6, 79)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(35, 13)
Me.Label3.TabIndex = 2
Me.Label3.Text = "Setor:"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(6, 53)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(50, 13)
Me.Label2.TabIndex = 1
Me.Label2.Text = "Unidade:"
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(6, 27)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(97, 13)
Me.Label1.TabIndex = 0
Me.Label1.Text = "Data de Aquisição:"
'
'PictureBox1
'
Me.PictureBox1.Location = New System.Drawing.Point(443, 99)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(145, 145)
Me.PictureBox1.TabIndex = 6
Me.PictureBox1.TabStop = False
'
'Button1
'
Me.Button1.Location = New System.Drawing.Point(443, 70)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(145, 23)
Me.Button1.TabIndex = 7
Me.Button1.Text = "Alterar Imagem"
Me.Button1.UseVisualStyleBackColor = True
'
'Alterar_Equipamento
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(596, 253)
Me.Controls.Add(Me.Button1)
Me.Controls.Add(Me.PictureBox1)
Me.Controls.Add(Me.GroupBox1)
Me.Controls.Add(Me.btnCancelar)
Me.Controls.Add(Me.btnSalvar)
Me.Name = "Alterar_Equipamento"
Me.Text = "Alterar_Equipamento"
Me.GroupBox1.ResumeLayout(False)
Me.GroupBox1.PerformLayout()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
End Sub
Friend WithEvents btnCancelar As Button
Friend WithEvents btnSalvar As Button
Friend WithEvents GroupBox1 As GroupBox
Friend WithEvents Label8 As Label
Friend WithEvents Label7 As Label
Friend WithEvents Label6 As Label
Friend WithEvents Label5 As Label
Friend WithEvents Label4 As Label
Friend WithEvents Label3 As Label
Friend WithEvents Label2 As Label
Friend WithEvents Label1 As Label
Friend WithEvents NúmeroDeSérieTextBox As TextBox
Friend WithEvents FabricanteTextBox As TextBox
Friend WithEvents ModeloTextBox As TextBox
Friend WithEvents EquipamentoTextBox As TextBox
Friend WithEvents dasaTextBox As TextBox
Friend WithEvents SetorTextBox As TextBox
Friend WithEvents UnidadeTextBox As TextBox
Friend WithEvents PictureBox1 As PictureBox
Friend WithEvents Button1 As Button
Friend WithEvents DateTimePicker As DateTimePicker
End Class