frmMenuCostos.Designer.vb 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmMenuCostos
  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.Panel1 = New System.Windows.Forms.Panel()
  23. Me.Button4 = New System.Windows.Forms.Button()
  24. Me.Button3 = New System.Windows.Forms.Button()
  25. Me.Button2 = New System.Windows.Forms.Button()
  26. Me.Button1 = New System.Windows.Forms.Button()
  27. Me.Panel1.SuspendLayout()
  28. Me.SuspendLayout()
  29. '
  30. 'Panel1
  31. '
  32. Me.Panel1.BackColor = System.Drawing.Color.Silver
  33. Me.Panel1.Controls.Add(Me.Button4)
  34. Me.Panel1.Controls.Add(Me.Button3)
  35. Me.Panel1.Controls.Add(Me.Button2)
  36. Me.Panel1.Controls.Add(Me.Button1)
  37. Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill
  38. Me.Panel1.Location = New System.Drawing.Point(0, 0)
  39. Me.Panel1.Name = "Panel1"
  40. Me.Panel1.Size = New System.Drawing.Size(639, 232)
  41. Me.Panel1.TabIndex = 1
  42. '
  43. 'Button4
  44. '
  45. Me.Button4.BackColor = System.Drawing.Color.SteelBlue
  46. Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  47. Me.Button4.Font = New System.Drawing.Font("Times New Roman", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  48. Me.Button4.ForeColor = System.Drawing.SystemColors.ButtonHighlight
  49. Me.Button4.Location = New System.Drawing.Point(348, 12)
  50. Me.Button4.Name = "Button4"
  51. Me.Button4.Size = New System.Drawing.Size(279, 52)
  52. Me.Button4.TabIndex = 3
  53. Me.Button4.Text = "Generar Reporto de Venta"
  54. Me.Button4.UseVisualStyleBackColor = False
  55. '
  56. 'Button3
  57. '
  58. Me.Button3.BackColor = System.Drawing.Color.SteelBlue
  59. Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  60. Me.Button3.Font = New System.Drawing.Font("Times New Roman", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  61. Me.Button3.ForeColor = System.Drawing.SystemColors.ButtonHighlight
  62. Me.Button3.Location = New System.Drawing.Point(12, 152)
  63. Me.Button3.Name = "Button3"
  64. Me.Button3.Size = New System.Drawing.Size(279, 52)
  65. Me.Button3.TabIndex = 2
  66. Me.Button3.Text = "Visulizar Cadena de Flujo"
  67. Me.Button3.UseVisualStyleBackColor = False
  68. '
  69. 'Button2
  70. '
  71. Me.Button2.BackColor = System.Drawing.Color.SteelBlue
  72. Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  73. Me.Button2.Font = New System.Drawing.Font("Times New Roman", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  74. Me.Button2.ForeColor = System.Drawing.SystemColors.ButtonHighlight
  75. Me.Button2.Location = New System.Drawing.Point(12, 82)
  76. Me.Button2.Name = "Button2"
  77. Me.Button2.Size = New System.Drawing.Size(279, 52)
  78. Me.Button2.TabIndex = 1
  79. Me.Button2.Text = "Costos Reportos"
  80. Me.Button2.UseVisualStyleBackColor = False
  81. '
  82. 'Button1
  83. '
  84. Me.Button1.BackColor = System.Drawing.Color.SteelBlue
  85. Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  86. Me.Button1.Font = New System.Drawing.Font("Times New Roman", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  87. Me.Button1.ForeColor = System.Drawing.SystemColors.ButtonHighlight
  88. Me.Button1.Location = New System.Drawing.Point(12, 12)
  89. Me.Button1.Name = "Button1"
  90. Me.Button1.Size = New System.Drawing.Size(279, 52)
  91. Me.Button1.TabIndex = 0
  92. Me.Button1.Text = "Buscar Reporto de Venta"
  93. Me.Button1.UseVisualStyleBackColor = False
  94. '
  95. 'frmMenuCostos
  96. '
  97. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  98. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  99. Me.ClientSize = New System.Drawing.Size(639, 232)
  100. Me.Controls.Add(Me.Panel1)
  101. Me.Name = "frmMenuCostos"
  102. Me.Panel1.ResumeLayout(False)
  103. Me.ResumeLayout(False)
  104. End Sub
  105. Friend WithEvents Panel1 As Panel
  106. Friend WithEvents Button4 As Button
  107. Friend WithEvents Button3 As Button
  108. Friend WithEvents Button2 As Button
  109. Friend WithEvents Button1 As Button
  110. End Class