Menu

[r39]: / branches / prueba_aptitud.designer.vb  Maximize  Restore  History

Download this file

624 lines (619 with data), 37.2 kB

  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
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class prueba_aptitud
Inherits System.Windows.Forms.Form
'Form reemplaza a Dispose para limpiar la lista de componentes.
<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
'Requerido por el Diseñador de Windows Forms
Private components As System.ComponentModel.IContainer
'NOTA: el Diseñador de Windows Forms necesita el siguiente procedimiento
'Se puede modificar usando el Diseñador de Windows Forms.
'No lo modifique con el editor de código.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(prueba_aptitud))
Me.GroupBox1 = New System.Windows.Forms.GroupBox
Me.boton_actualizar = New System.Windows.Forms.Button
Me.lista_permisos_prueba_aptitud = New System.Windows.Forms.ListBox
Me.caja_centro_examen = New System.Windows.Forms.TextBox
Me.Label3 = New System.Windows.Forms.Label
Me.caja_centro_reconocimiento = New System.Windows.Forms.TextBox
Me.Label2 = New System.Windows.Forms.Label
Me.caja_numero_solicitud = New System.Windows.Forms.TextBox
Me.Label1 = New System.Windows.Forms.Label
Me.Label4 = New System.Windows.Forms.Label
Me.Label9 = New System.Windows.Forms.Label
Me.caja_año_presentacion = New System.Windows.Forms.ComboBox
Me.caja_mes_presentacion = New System.Windows.Forms.ComboBox
Me.caja_dia_presentacion = New System.Windows.Forms.ComboBox
Me.GroupBox2 = New System.Windows.Forms.GroupBox
Me.check_validez_limitada = New System.Windows.Forms.CheckBox
Me.check_condiciones_restrictivas = New System.Windows.Forms.CheckBox
Me.check_lentes = New System.Windows.Forms.CheckBox
Me.GroupBox3 = New System.Windows.Forms.GroupBox
Me.check_titulado_superior = New System.Windows.Forms.CheckBox
Me.check_titulado_medio = New System.Windows.Forms.CheckBox
Me.check_bachillerato = New System.Windows.Forms.CheckBox
Me.check_eso = New System.Windows.Forms.CheckBox
Me.check_sin_estudios = New System.Windows.Forms.CheckBox
Me.GroupBox4 = New System.Windows.Forms.GroupBox
Me.check_circulacion = New System.Windows.Forms.CheckBox
Me.check_circuito_cerrado = New System.Windows.Forms.CheckBox
Me.check_especifico = New System.Windows.Forms.CheckBox
Me.check_mecanica_c = New System.Windows.Forms.CheckBox
Me.check_mecanica_btp = New System.Windows.Forms.CheckBox
Me.check_comun = New System.Windows.Forms.CheckBox
Me.GroupBox5 = New System.Windows.Forms.GroupBox
Me.check_teorico_oral = New System.Windows.Forms.CheckBox
Me.check_no_apto_autoescuela = New System.Windows.Forms.CheckBox
Me.check_certificado_aptitud_profesional = New System.Windows.Forms.CheckBox
Me.check_certificado_experiencia = New System.Windows.Forms.CheckBox
Me.dialogo_impresion = New System.Windows.Forms.PrintPreviewDialog
Me.documento_impreso = New System.Drawing.Printing.PrintDocument
Me.dialogo_configuracion_pagina = New System.Windows.Forms.PageSetupDialog
Me.boton_imprimir_prueba_aptitud = New System.Windows.Forms.Button
Me.boton_cancelar_configurar_tarea = New System.Windows.Forms.Button
Me.boton_aceptar_configurar_tarea = New System.Windows.Forms.Button
Me.GroupBox1.SuspendLayout()
Me.GroupBox2.SuspendLayout()
Me.GroupBox3.SuspendLayout()
Me.GroupBox4.SuspendLayout()
Me.GroupBox5.SuspendLayout()
Me.SuspendLayout()
'
'GroupBox1
'
Me.GroupBox1.Anchor = CType((System.Windows.Forms.AnchorStyles.Left Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.GroupBox1.Controls.Add(Me.boton_actualizar)
Me.GroupBox1.Controls.Add(Me.lista_permisos_prueba_aptitud)
Me.GroupBox1.Controls.Add(Me.caja_centro_examen)
Me.GroupBox1.Controls.Add(Me.Label3)
Me.GroupBox1.Controls.Add(Me.caja_centro_reconocimiento)
Me.GroupBox1.Controls.Add(Me.Label2)
Me.GroupBox1.Controls.Add(Me.caja_numero_solicitud)
Me.GroupBox1.Controls.Add(Me.Label1)
Me.GroupBox1.Controls.Add(Me.Label4)
Me.GroupBox1.Controls.Add(Me.Label9)
Me.GroupBox1.Controls.Add(Me.caja_año_presentacion)
Me.GroupBox1.Controls.Add(Me.caja_mes_presentacion)
Me.GroupBox1.Controls.Add(Me.caja_dia_presentacion)
Me.GroupBox1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.GroupBox1.ForeColor = System.Drawing.SystemColors.WindowText
Me.GroupBox1.Location = New System.Drawing.Point(12, 12)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(505, 167)
Me.GroupBox1.TabIndex = 0
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "Información"
'
'boton_actualizar
'
Me.boton_actualizar.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.boton_actualizar.Image = Global.GestAuto.My.Resources.recursos_graficos.RepeatHS
Me.boton_actualizar.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.boton_actualizar.Location = New System.Drawing.Point(379, 134)
Me.boton_actualizar.Name = "boton_actualizar"
Me.boton_actualizar.Size = New System.Drawing.Size(82, 23)
Me.boton_actualizar.TabIndex = 8
Me.boton_actualizar.Text = "Actualizar"
Me.boton_actualizar.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.boton_actualizar.UseVisualStyleBackColor = True
'
'lista_permisos_prueba_aptitud
'
Me.lista_permisos_prueba_aptitud.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lista_permisos_prueba_aptitud.FormattingEnabled = True
Me.lista_permisos_prueba_aptitud.Items.AddRange(New Object() {"A", "A1", "B", "C", "C1", "D", "D1", "E", "B+E", "C+E", "C1+E", "D+E", "D1+E", "LCC", "LVA", "BTP"})
Me.lista_permisos_prueba_aptitud.Location = New System.Drawing.Point(379, 46)
Me.lista_permisos_prueba_aptitud.Name = "lista_permisos_prueba_aptitud"
Me.lista_permisos_prueba_aptitud.SelectionMode = System.Windows.Forms.SelectionMode.MultiSimple
Me.lista_permisos_prueba_aptitud.Size = New System.Drawing.Size(82, 82)
Me.lista_permisos_prueba_aptitud.TabIndex = 7
'
'caja_centro_examen
'
Me.caja_centro_examen.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.caja_centro_examen.Location = New System.Drawing.Point(148, 136)
Me.caja_centro_examen.Name = "caja_centro_examen"
Me.caja_centro_examen.Size = New System.Drawing.Size(126, 20)
Me.caja_centro_examen.TabIndex = 6
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label3.Location = New System.Drawing.Point(6, 136)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(105, 14)
Me.Label3.TabIndex = 63
Me.Label3.Text = "*Centro de examen: "
'
'caja_centro_reconocimiento
'
Me.caja_centro_reconocimiento.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.caja_centro_reconocimiento.Location = New System.Drawing.Point(148, 62)
Me.caja_centro_reconocimiento.Name = "caja_centro_reconocimiento"
Me.caja_centro_reconocimiento.Size = New System.Drawing.Size(173, 20)
Me.caja_centro_reconocimiento.TabIndex = 4
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label2.Location = New System.Drawing.Point(6, 65)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(140, 14)
Me.Label2.TabIndex = 61
Me.Label2.Text = "*Centro de reconocimiento: "
'
'caja_numero_solicitud
'
Me.caja_numero_solicitud.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.caja_numero_solicitud.Location = New System.Drawing.Point(148, 99)
Me.caja_numero_solicitud.Name = "caja_numero_solicitud"
Me.caja_numero_solicitud.Size = New System.Drawing.Size(124, 20)
Me.caja_numero_solicitud.TabIndex = 5
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label1.Location = New System.Drawing.Point(6, 102)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(111, 14)
Me.Label1.TabIndex = 59
Me.Label1.Text = "*Número de solicitud: "
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label4.Location = New System.Drawing.Point(367, 23)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(107, 14)
Me.Label4.TabIndex = 55
Me.Label4.Text = "*Elija el/los permisos:"
'
'Label9
'
Me.Label9.AutoSize = True
Me.Label9.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label9.Location = New System.Drawing.Point(6, 26)
Me.Label9.Name = "Label9"
Me.Label9.Size = New System.Drawing.Size(125, 14)
Me.Label9.TabIndex = 55
Me.Label9.Text = "*Fecha de presentación:"
'
'caja_año_presentacion
'
Me.caja_año_presentacion.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.caja_año_presentacion.FormattingEnabled = True
Me.caja_año_presentacion.Location = New System.Drawing.Point(260, 23)
Me.caja_año_presentacion.Name = "caja_año_presentacion"
Me.caja_año_presentacion.Size = New System.Drawing.Size(61, 21)
Me.caja_año_presentacion.TabIndex = 3
Me.caja_año_presentacion.Text = "Año"
'
'caja_mes_presentacion
'
Me.caja_mes_presentacion.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.caja_mes_presentacion.FormattingEnabled = True
Me.caja_mes_presentacion.Location = New System.Drawing.Point(204, 23)
Me.caja_mes_presentacion.Name = "caja_mes_presentacion"
Me.caja_mes_presentacion.Size = New System.Drawing.Size(43, 21)
Me.caja_mes_presentacion.TabIndex = 2
Me.caja_mes_presentacion.Text = "Mes"
'
'caja_dia_presentacion
'
Me.caja_dia_presentacion.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.caja_dia_presentacion.FormattingEnabled = True
Me.caja_dia_presentacion.Location = New System.Drawing.Point(148, 23)
Me.caja_dia_presentacion.Name = "caja_dia_presentacion"
Me.caja_dia_presentacion.Size = New System.Drawing.Size(43, 21)
Me.caja_dia_presentacion.TabIndex = 1
Me.caja_dia_presentacion.Text = "Día"
'
'GroupBox2
'
Me.GroupBox2.Anchor = CType((System.Windows.Forms.AnchorStyles.Left Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.GroupBox2.Controls.Add(Me.check_validez_limitada)
Me.GroupBox2.Controls.Add(Me.check_condiciones_restrictivas)
Me.GroupBox2.Controls.Add(Me.check_lentes)
Me.GroupBox2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.GroupBox2.ForeColor = System.Drawing.SystemColors.WindowText
Me.GroupBox2.Location = New System.Drawing.Point(12, 185)
Me.GroupBox2.Name = "GroupBox2"
Me.GroupBox2.Size = New System.Drawing.Size(505, 53)
Me.GroupBox2.TabIndex = 1
Me.GroupBox2.TabStop = False
Me.GroupBox2.Text = "Restricciones"
'
'check_validez_limitada
'
Me.check_validez_limitada.AutoSize = True
Me.check_validez_limitada.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.check_validez_limitada.Location = New System.Drawing.Point(352, 22)
Me.check_validez_limitada.Name = "check_validez_limitada"
Me.check_validez_limitada.Size = New System.Drawing.Size(98, 17)
Me.check_validez_limitada.TabIndex = 11
Me.check_validez_limitada.Text = "Validez limitada"
Me.check_validez_limitada.UseVisualStyleBackColor = True
'
'check_condiciones_restrictivas
'
Me.check_condiciones_restrictivas.AutoSize = True
Me.check_condiciones_restrictivas.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.check_condiciones_restrictivas.Location = New System.Drawing.Point(183, 22)
Me.check_condiciones_restrictivas.Name = "check_condiciones_restrictivas"
Me.check_condiciones_restrictivas.Size = New System.Drawing.Size(131, 17)
Me.check_condiciones_restrictivas.TabIndex = 10
Me.check_condiciones_restrictivas.Text = "Condiciones restritivas"
Me.check_condiciones_restrictivas.UseVisualStyleBackColor = True
'
'check_lentes
'
Me.check_lentes.AutoSize = True
Me.check_lentes.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.check_lentes.Location = New System.Drawing.Point(9, 22)
Me.check_lentes.Name = "check_lentes"
Me.check_lentes.Size = New System.Drawing.Size(58, 17)
Me.check_lentes.TabIndex = 9
Me.check_lentes.Text = "Lentes"
Me.check_lentes.UseVisualStyleBackColor = True
'
'GroupBox3
'
Me.GroupBox3.Anchor = CType((System.Windows.Forms.AnchorStyles.Left Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.GroupBox3.Controls.Add(Me.check_titulado_superior)
Me.GroupBox3.Controls.Add(Me.check_titulado_medio)
Me.GroupBox3.Controls.Add(Me.check_bachillerato)
Me.GroupBox3.Controls.Add(Me.check_eso)
Me.GroupBox3.Controls.Add(Me.check_sin_estudios)
Me.GroupBox3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.GroupBox3.ForeColor = System.Drawing.SystemColors.WindowText
Me.GroupBox3.Location = New System.Drawing.Point(12, 244)
Me.GroupBox3.Name = "GroupBox3"
Me.GroupBox3.Size = New System.Drawing.Size(505, 92)
Me.GroupBox3.TabIndex = 1
Me.GroupBox3.TabStop = False
Me.GroupBox3.Text = "Nivel cultural"
'
'check_titulado_superior
'
Me.check_titulado_superior.AutoSize = True
Me.check_titulado_superior.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.check_titulado_superior.Location = New System.Drawing.Point(183, 64)
Me.check_titulado_superior.Name = "check_titulado_superior"
Me.check_titulado_superior.Size = New System.Drawing.Size(104, 17)
Me.check_titulado_superior.TabIndex = 16
Me.check_titulado_superior.Text = "Titulado superior"
Me.check_titulado_superior.UseVisualStyleBackColor = True
'
'check_titulado_medio
'
Me.check_titulado_medio.AutoSize = True
Me.check_titulado_medio.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.check_titulado_medio.Location = New System.Drawing.Point(9, 64)
Me.check_titulado_medio.Name = "check_titulado_medio"
Me.check_titulado_medio.Size = New System.Drawing.Size(95, 17)
Me.check_titulado_medio.TabIndex = 15
Me.check_titulado_medio.Text = "Titulado medio"
Me.check_titulado_medio.UseVisualStyleBackColor = True
'
'check_bachillerato
'
Me.check_bachillerato.AutoSize = True
Me.check_bachillerato.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.check_bachillerato.Location = New System.Drawing.Point(349, 33)
Me.check_bachillerato.Name = "check_bachillerato"
Me.check_bachillerato.Size = New System.Drawing.Size(148, 17)
Me.check_bachillerato.TabIndex = 14
Me.check_bachillerato.Text = "Bachillerato o equivalente"
Me.check_bachillerato.UseVisualStyleBackColor = True
'
'check_eso
'
Me.check_eso.AutoSize = True
Me.check_eso.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.check_eso.Location = New System.Drawing.Point(183, 33)
Me.check_eso.Name = "check_eso"
Me.check_eso.Size = New System.Drawing.Size(115, 17)
Me.check_eso.TabIndex = 13
Me.check_eso.Text = "ESO o equivalente"
Me.check_eso.UseVisualStyleBackColor = True
'
'check_sin_estudios
'
Me.check_sin_estudios.AutoSize = True
Me.check_sin_estudios.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.check_sin_estudios.Location = New System.Drawing.Point(9, 33)
Me.check_sin_estudios.Name = "check_sin_estudios"
Me.check_sin_estudios.Size = New System.Drawing.Size(127, 17)
Me.check_sin_estudios.TabIndex = 12
Me.check_sin_estudios.Text = "Sin estudios primarios"
Me.check_sin_estudios.UseVisualStyleBackColor = True
'
'GroupBox4
'
Me.GroupBox4.Anchor = CType((System.Windows.Forms.AnchorStyles.Left Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.GroupBox4.Controls.Add(Me.check_circulacion)
Me.GroupBox4.Controls.Add(Me.check_circuito_cerrado)
Me.GroupBox4.Controls.Add(Me.check_especifico)
Me.GroupBox4.Controls.Add(Me.check_mecanica_c)
Me.GroupBox4.Controls.Add(Me.check_mecanica_btp)
Me.GroupBox4.Controls.Add(Me.check_comun)
Me.GroupBox4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.GroupBox4.ForeColor = System.Drawing.SystemColors.WindowText
Me.GroupBox4.Location = New System.Drawing.Point(12, 342)
Me.GroupBox4.Name = "GroupBox4"
Me.GroupBox4.Size = New System.Drawing.Size(505, 83)
Me.GroupBox4.TabIndex = 2
Me.GroupBox4.TabStop = False
Me.GroupBox4.Text = "Exenciones de pruebas"
'
'check_circulacion
'
Me.check_circulacion.AutoSize = True
Me.check_circulacion.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.check_circulacion.Location = New System.Drawing.Point(349, 56)
Me.check_circulacion.Name = "check_circulacion"
Me.check_circulacion.Size = New System.Drawing.Size(78, 17)
Me.check_circulacion.TabIndex = 22
Me.check_circulacion.Text = "Circulación"
Me.check_circulacion.UseVisualStyleBackColor = True
'
'check_circuito_cerrado
'
Me.check_circuito_cerrado.AutoSize = True
Me.check_circuito_cerrado.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.check_circuito_cerrado.Location = New System.Drawing.Point(183, 56)
Me.check_circuito_cerrado.Name = "check_circuito_cerrado"
Me.check_circuito_cerrado.Size = New System.Drawing.Size(97, 17)
Me.check_circuito_cerrado.TabIndex = 21
Me.check_circuito_cerrado.Text = "Cicuito cerrado"
Me.check_circuito_cerrado.UseVisualStyleBackColor = True
'
'check_especifico
'
Me.check_especifico.AutoSize = True
Me.check_especifico.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.check_especifico.Location = New System.Drawing.Point(9, 56)
Me.check_especifico.Name = "check_especifico"
Me.check_especifico.Size = New System.Drawing.Size(77, 17)
Me.check_especifico.TabIndex = 20
Me.check_especifico.Text = "Específico"
Me.check_especifico.UseVisualStyleBackColor = True
'
'check_mecanica_c
'
Me.check_mecanica_c.AutoSize = True
Me.check_mecanica_c.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.check_mecanica_c.Location = New System.Drawing.Point(349, 33)
Me.check_mecanica_c.Name = "check_mecanica_c"
Me.check_mecanica_c.Size = New System.Drawing.Size(136, 17)
Me.check_mecanica_c.TabIndex = 19
Me.check_mecanica_c.Text = "Mecánica: C1/C/D1/D"
Me.check_mecanica_c.UseVisualStyleBackColor = True
'
'check_mecanica_btp
'
Me.check_mecanica_btp.AutoSize = True
Me.check_mecanica_btp.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.check_mecanica_btp.Location = New System.Drawing.Point(183, 33)
Me.check_mecanica_btp.Name = "check_mecanica_btp"
Me.check_mecanica_btp.Size = New System.Drawing.Size(97, 17)
Me.check_mecanica_btp.TabIndex = 18
Me.check_mecanica_btp.Text = "Mecánica BTP"
Me.check_mecanica_btp.UseVisualStyleBackColor = True
'
'check_comun
'
Me.check_comun.AutoSize = True
Me.check_comun.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.check_comun.Location = New System.Drawing.Point(9, 33)
Me.check_comun.Name = "check_comun"
Me.check_comun.Size = New System.Drawing.Size(59, 17)
Me.check_comun.TabIndex = 17
Me.check_comun.Text = "Común"
Me.check_comun.UseVisualStyleBackColor = True
'
'GroupBox5
'
Me.GroupBox5.Anchor = CType((System.Windows.Forms.AnchorStyles.Left Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.GroupBox5.Controls.Add(Me.check_teorico_oral)
Me.GroupBox5.Controls.Add(Me.check_no_apto_autoescuela)
Me.GroupBox5.Controls.Add(Me.check_certificado_aptitud_profesional)
Me.GroupBox5.Controls.Add(Me.check_certificado_experiencia)
Me.GroupBox5.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.GroupBox5.ForeColor = System.Drawing.SystemColors.WindowText
Me.GroupBox5.Location = New System.Drawing.Point(12, 431)
Me.GroupBox5.Name = "GroupBox5"
Me.GroupBox5.Size = New System.Drawing.Size(505, 77)
Me.GroupBox5.TabIndex = 1
Me.GroupBox5.TabStop = False
Me.GroupBox5.Text = "Otros"
'
'check_teorico_oral
'
Me.check_teorico_oral.AutoSize = True
Me.check_teorico_oral.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.check_teorico_oral.Location = New System.Drawing.Point(183, 48)
Me.check_teorico_oral.Name = "check_teorico_oral"
Me.check_teorico_oral.Size = New System.Drawing.Size(82, 17)
Me.check_teorico_oral.TabIndex = 26
Me.check_teorico_oral.Text = "Teórico oral"
Me.check_teorico_oral.UseVisualStyleBackColor = True
'
'check_no_apto_autoescuela
'
Me.check_no_apto_autoescuela.AutoSize = True
Me.check_no_apto_autoescuela.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.check_no_apto_autoescuela.Location = New System.Drawing.Point(9, 48)
Me.check_no_apto_autoescuela.Name = "check_no_apto_autoescuela"
Me.check_no_apto_autoescuela.Size = New System.Drawing.Size(160, 17)
Me.check_no_apto_autoescuela.TabIndex = 25
Me.check_no_apto_autoescuela.Text = "No apto para la autoescuela"
Me.check_no_apto_autoescuela.UseVisualStyleBackColor = True
'
'check_certificado_aptitud_profesional
'
Me.check_certificado_aptitud_profesional.AutoSize = True
Me.check_certificado_aptitud_profesional.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.check_certificado_aptitud_profesional.Location = New System.Drawing.Point(183, 25)
Me.check_certificado_aptitud_profesional.Name = "check_certificado_aptitud_profesional"
Me.check_certificado_aptitud_profesional.Size = New System.Drawing.Size(248, 17)
Me.check_certificado_aptitud_profesional.TabIndex = 24
Me.check_certificado_aptitud_profesional.Text = "Certificado de aptitud profesional BTP/C/D1/D"
Me.check_certificado_aptitud_profesional.UseVisualStyleBackColor = True
'
'check_certificado_experiencia
'
Me.check_certificado_experiencia.AutoSize = True
Me.check_certificado_experiencia.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.check_certificado_experiencia.Location = New System.Drawing.Point(9, 25)
Me.check_certificado_experiencia.Name = "check_certificado_experiencia"
Me.check_certificado_experiencia.Size = New System.Drawing.Size(148, 17)
Me.check_certificado_experiencia.TabIndex = 23
Me.check_certificado_experiencia.Text = "Certificado de experiencia"
Me.check_certificado_experiencia.UseVisualStyleBackColor = True
'
'dialogo_impresion
'
Me.dialogo_impresion.AutoScrollMargin = New System.Drawing.Size(0, 0)
Me.dialogo_impresion.AutoScrollMinSize = New System.Drawing.Size(0, 0)
Me.dialogo_impresion.ClientSize = New System.Drawing.Size(400, 300)
Me.dialogo_impresion.Document = Me.documento_impreso
Me.dialogo_impresion.Enabled = True
Me.dialogo_impresion.Icon = CType(resources.GetObject("dialogo_impresion.Icon"), System.Drawing.Icon)
Me.dialogo_impresion.Name = "dialogo_impresion"
Me.dialogo_impresion.UseAntiAlias = True
Me.dialogo_impresion.Visible = False
'
'documento_impreso
'
'
'dialogo_configuracion_pagina
'
Me.dialogo_configuracion_pagina.Document = Me.documento_impreso
'
'boton_imprimir_prueba_aptitud
'
Me.boton_imprimir_prueba_aptitud.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.boton_imprimir_prueba_aptitud.Enabled = False
Me.boton_imprimir_prueba_aptitud.Image = Global.GestAuto.My.Resources.recursos_graficos.printer
Me.boton_imprimir_prueba_aptitud.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.boton_imprimir_prueba_aptitud.Location = New System.Drawing.Point(193, 517)
Me.boton_imprimir_prueba_aptitud.Name = "boton_imprimir_prueba_aptitud"
Me.boton_imprimir_prueba_aptitud.Size = New System.Drawing.Size(91, 31)
Me.boton_imprimir_prueba_aptitud.TabIndex = 27
Me.boton_imprimir_prueba_aptitud.Text = "Imprimir..."
Me.boton_imprimir_prueba_aptitud.UseVisualStyleBackColor = True
'
'boton_cancelar_configurar_tarea
'
Me.boton_cancelar_configurar_tarea.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.boton_cancelar_configurar_tarea.Image = Global.GestAuto.My.Resources.recursos_graficos.door_in
Me.boton_cancelar_configurar_tarea.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.boton_cancelar_configurar_tarea.Location = New System.Drawing.Point(420, 517)
Me.boton_cancelar_configurar_tarea.Name = "boton_cancelar_configurar_tarea"
Me.boton_cancelar_configurar_tarea.Size = New System.Drawing.Size(97, 31)
Me.boton_cancelar_configurar_tarea.TabIndex = 29
Me.boton_cancelar_configurar_tarea.Text = "Cerrar"
Me.boton_cancelar_configurar_tarea.UseVisualStyleBackColor = True
'
'boton_aceptar_configurar_tarea
'
Me.boton_aceptar_configurar_tarea.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.boton_aceptar_configurar_tarea.Image = Global.GestAuto.My.Resources.recursos_graficos.boton_guardar
Me.boton_aceptar_configurar_tarea.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.boton_aceptar_configurar_tarea.Location = New System.Drawing.Point(293, 517)
Me.boton_aceptar_configurar_tarea.Name = "boton_aceptar_configurar_tarea"
Me.boton_aceptar_configurar_tarea.Size = New System.Drawing.Size(121, 31)
Me.boton_aceptar_configurar_tarea.TabIndex = 28
Me.boton_aceptar_configurar_tarea.Text = "Guardar / Modificar"
Me.boton_aceptar_configurar_tarea.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.boton_aceptar_configurar_tarea.UseVisualStyleBackColor = True
'
'prueba_aptitud
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(529, 560)
Me.Controls.Add(Me.boton_imprimir_prueba_aptitud)
Me.Controls.Add(Me.boton_cancelar_configurar_tarea)
Me.Controls.Add(Me.boton_aceptar_configurar_tarea)
Me.Controls.Add(Me.GroupBox5)
Me.Controls.Add(Me.GroupBox4)
Me.Controls.Add(Me.GroupBox3)
Me.Controls.Add(Me.GroupBox2)
Me.Controls.Add(Me.GroupBox1)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "prueba_aptitud"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Prueba de aptitud"
Me.GroupBox1.ResumeLayout(False)
Me.GroupBox1.PerformLayout()
Me.GroupBox2.ResumeLayout(False)
Me.GroupBox2.PerformLayout()
Me.GroupBox3.ResumeLayout(False)
Me.GroupBox3.PerformLayout()
Me.GroupBox4.ResumeLayout(False)
Me.GroupBox4.PerformLayout()
Me.GroupBox5.ResumeLayout(False)
Me.GroupBox5.PerformLayout()
Me.ResumeLayout(False)
End Sub
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
Friend WithEvents GroupBox4 As System.Windows.Forms.GroupBox
Friend WithEvents GroupBox5 As System.Windows.Forms.GroupBox
Friend WithEvents caja_centro_examen As System.Windows.Forms.TextBox
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents caja_centro_reconocimiento As System.Windows.Forms.TextBox
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents caja_numero_solicitud As System.Windows.Forms.TextBox
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents Label9 As System.Windows.Forms.Label
Friend WithEvents caja_año_presentacion As System.Windows.Forms.ComboBox
Friend WithEvents caja_mes_presentacion As System.Windows.Forms.ComboBox
Friend WithEvents caja_dia_presentacion As System.Windows.Forms.ComboBox
Friend WithEvents check_validez_limitada As System.Windows.Forms.CheckBox
Friend WithEvents check_condiciones_restrictivas As System.Windows.Forms.CheckBox
Friend WithEvents check_lentes As System.Windows.Forms.CheckBox
Friend WithEvents check_titulado_superior As System.Windows.Forms.CheckBox
Friend WithEvents check_titulado_medio As System.Windows.Forms.CheckBox
Friend WithEvents check_bachillerato As System.Windows.Forms.CheckBox
Friend WithEvents check_eso As System.Windows.Forms.CheckBox
Friend WithEvents check_sin_estudios As System.Windows.Forms.CheckBox
Friend WithEvents check_circulacion As System.Windows.Forms.CheckBox
Friend WithEvents check_circuito_cerrado As System.Windows.Forms.CheckBox
Friend WithEvents check_especifico As System.Windows.Forms.CheckBox
Friend WithEvents check_mecanica_c As System.Windows.Forms.CheckBox
Friend WithEvents check_mecanica_btp As System.Windows.Forms.CheckBox
Friend WithEvents check_comun As System.Windows.Forms.CheckBox
Friend WithEvents check_certificado_aptitud_profesional As System.Windows.Forms.CheckBox
Friend WithEvents check_certificado_experiencia As System.Windows.Forms.CheckBox
Friend WithEvents check_teorico_oral As System.Windows.Forms.CheckBox
Friend WithEvents check_no_apto_autoescuela As System.Windows.Forms.CheckBox
Friend WithEvents boton_cancelar_configurar_tarea As System.Windows.Forms.Button
Friend WithEvents boton_aceptar_configurar_tarea As System.Windows.Forms.Button
Friend WithEvents boton_imprimir_prueba_aptitud As System.Windows.Forms.Button
Friend WithEvents dialogo_impresion As System.Windows.Forms.PrintPreviewDialog
Friend WithEvents documento_impreso As System.Drawing.Printing.PrintDocument
Friend WithEvents dialogo_configuracion_pagina As System.Windows.Forms.PageSetupDialog
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents lista_permisos_prueba_aptitud As System.Windows.Forms.ListBox
Friend WithEvents boton_actualizar As System.Windows.Forms.Button
End Class