frmFechasAcciones.Designer.vb 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  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.BackColor = System.Drawing.Color.White
  81. Me.btnAceptar.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  82. Me.btnAceptar.ForeColor = System.Drawing.Color.Maroon
  83. Me.btnAceptar.Location = New System.Drawing.Point(78, 198)
  84. Me.btnAceptar.Name = "btnAceptar"
  85. Me.btnAceptar.Size = New System.Drawing.Size(75, 23)
  86. Me.btnAceptar.TabIndex = 82
  87. Me.btnAceptar.Text = "Aceptar"
  88. Me.btnAceptar.UseVisualStyleBackColor = False
  89. '
  90. 'frmFechasAcciones
  91. '
  92. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  93. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  94. Me.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink
  95. Me.BackColor = System.Drawing.Color.WhiteSmoke
  96. Me.ClientSize = New System.Drawing.Size(243, 245)
  97. Me.Controls.Add(Me.btnAceptar)
  98. Me.Controls.Add(Me.lblTitulo)
  99. Me.Controls.Add(Me.Label1)
  100. Me.Controls.Add(Me.Label18)
  101. Me.Controls.Add(Me.dtpFechaCorte)
  102. Me.Controls.Add(Me.dtpFechaInicial)
  103. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
  104. Me.MaximizeBox = False
  105. Me.MinimizeBox = False
  106. Me.Name = "frmFechasAcciones"
  107. Me.ResumeLayout(False)
  108. Me.PerformLayout()
  109. End Sub
  110. Friend WithEvents dtpFechaInicial As DateTimePicker
  111. Friend WithEvents dtpFechaCorte As DateTimePicker
  112. Friend WithEvents Label18 As Label
  113. Friend WithEvents Label1 As Label
  114. Friend WithEvents lblTitulo As Label
  115. Friend WithEvents btnAceptar As Button
  116. End Class