frmFechasAcciones.Designer.vb 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmFechasAcciones
  3. Inherits System.Windows.Forms.Form
  4. 'Form reemplaza a Dispose para limpiar la lista de componentes.
  5. <System.Diagnostics.DebuggerNonUserCode()> _
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. 'Requerido por el Diseñador de Windows Forms
  16. Private components As System.ComponentModel.IContainer
  17. 'NOTA: el Diseñador de Windows Forms necesita el siguiente procedimiento
  18. 'Se puede modificar usando el Diseñador de Windows Forms.
  19. 'No lo modifique con el editor de código.
  20. <System.Diagnostics.DebuggerStepThrough()> _
  21. Private Sub InitializeComponent()
  22. Me.dtpFechaInicial = New System.Windows.Forms.DateTimePicker()
  23. Me.dtpFechaCorte = New System.Windows.Forms.DateTimePicker()
  24. Me.Label18 = New System.Windows.Forms.Label()
  25. Me.Label1 = New System.Windows.Forms.Label()
  26. Me.lblTitulo = New System.Windows.Forms.Label()
  27. Me.btnAceptar = New System.Windows.Forms.Button()
  28. Me.SuspendLayout()
  29. '
  30. 'dtpFechaInicial
  31. '
  32. Me.dtpFechaInicial.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  33. Me.dtpFechaInicial.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  34. Me.dtpFechaInicial.Location = New System.Drawing.Point(54, 82)
  35. Me.dtpFechaInicial.Name = "dtpFechaInicial"
  36. Me.dtpFechaInicial.Size = New System.Drawing.Size(140, 20)
  37. Me.dtpFechaInicial.TabIndex = 3
  38. '
  39. 'dtpFechaCorte
  40. '
  41. Me.dtpFechaCorte.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  42. Me.dtpFechaCorte.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  43. Me.dtpFechaCorte.Location = New System.Drawing.Point(54, 153)
  44. Me.dtpFechaCorte.Name = "dtpFechaCorte"
  45. Me.dtpFechaCorte.Size = New System.Drawing.Size(140, 20)
  46. Me.dtpFechaCorte.TabIndex = 4
  47. '
  48. 'Label18
  49. '
  50. Me.Label18.AutoSize = True
  51. Me.Label18.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  52. Me.Label18.Location = New System.Drawing.Point(108, 48)
  53. Me.Label18.Name = "Label18"
  54. Me.Label18.Size = New System.Drawing.Size(28, 18)
  55. Me.Label18.TabIndex = 55
  56. Me.Label18.Text = "De:"
  57. '
  58. 'Label1
  59. '
  60. Me.Label1.AutoSize = True
  61. Me.Label1.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  62. Me.Label1.Location = New System.Drawing.Point(106, 121)
  63. Me.Label1.Name = "Label1"
  64. Me.Label1.Size = New System.Drawing.Size(47, 18)
  65. Me.Label1.TabIndex = 56
  66. Me.Label1.Text = "Hasta:"
  67. '
  68. 'lblTitulo
  69. '
  70. Me.lblTitulo.AutoSize = True
  71. Me.lblTitulo.Font = New System.Drawing.Font("Trebuchet MS", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  72. Me.lblTitulo.Location = New System.Drawing.Point(34, 9)
  73. Me.lblTitulo.Name = "lblTitulo"
  74. Me.lblTitulo.Size = New System.Drawing.Size(182, 24)
  75. Me.lblTitulo.TabIndex = 81
  76. Me.lblTitulo.Text = "Rango entre fechas"
  77. '
  78. 'btnAceptar
  79. '
  80. Me.btnAceptar.Location = New System.Drawing.Point(78, 198)
  81. Me.btnAceptar.Name = "btnAceptar"
  82. Me.btnAceptar.Size = New System.Drawing.Size(75, 23)
  83. Me.btnAceptar.TabIndex = 82
  84. Me.btnAceptar.Text = "Aceptar"
  85. Me.btnAceptar.UseVisualStyleBackColor = True
  86. '
  87. 'frmFechasAcciones
  88. '
  89. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  90. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  91. Me.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink
  92. Me.ClientSize = New System.Drawing.Size(243, 245)
  93. Me.Controls.Add(Me.btnAceptar)
  94. Me.Controls.Add(Me.lblTitulo)
  95. Me.Controls.Add(Me.Label1)
  96. Me.Controls.Add(Me.Label18)
  97. Me.Controls.Add(Me.dtpFechaCorte)
  98. Me.Controls.Add(Me.dtpFechaInicial)
  99. Me.MaximizeBox = False
  100. Me.MinimizeBox = False
  101. Me.Name = "frmFechasAcciones"
  102. Me.Text = "frmFechasAcciones"
  103. Me.ResumeLayout(False)
  104. Me.PerformLayout()
  105. End Sub
  106. Friend WithEvents dtpFechaInicial As DateTimePicker
  107. Friend WithEvents dtpFechaCorte As DateTimePicker
  108. Friend WithEvents Label18 As Label
  109. Friend WithEvents Label1 As Label
  110. Friend WithEvents lblTitulo As Label
  111. Friend WithEvents btnAceptar As Button
  112. End Class