client/Graficas/FrmDivisaGrafica.Designer.vb

63 lines
2.5 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FrmDivisaGrafica
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.Chart1 = New SoftwareFX.ChartFX.Chart()
Me.SuspendLayout()
'
'Chart1
'
Me.Chart1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Chart1.AutoSize = True
Me.Chart1.AxisX.Font = New System.Drawing.Font("Arial", 8.0!)
Me.Chart1.AxisX.LabelAngle = CType(90, Short)
Me.Chart1.DataEditorObj.ShowHiddenSeries = True
Me.Chart1.DesignTimeData = ""
Me.Chart1.Font = New System.Drawing.Font("Arial", 8.0!)
Me.Chart1.Gallery = SoftwareFX.ChartFX.Gallery.Lines
Me.Chart1.LegendBoxObj.AutoSize = False
Me.Chart1.LegendBoxObj.Height = 0
Me.Chart1.LegendBoxObj.Width = 0
Me.Chart1.Location = New System.Drawing.Point(-3, -6)
Me.Chart1.MarkerSize = CType(4, Short)
Me.Chart1.Name = "Chart1"
Me.Chart1.Size = New System.Drawing.Size(940, 592)
Me.Chart1.TabIndex = 1
'
'FrmDivisaGrafica
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(807, 454)
Me.Controls.Add(Me.Chart1)
Me.Name = "FrmDivisaGrafica"
Me.Text = "FrmDivisaGrafica"
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Private WithEvents Chart1 As SoftwareFX.ChartFX.Chart
End Class