61 lines
2.4 KiB
VB.net
61 lines
2.4 KiB
VB.net
|
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||
|
Partial Class Patron_Transacciones
|
||
|
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.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(0, 0)
|
||
|
Me.Chart1.MarkerSize = CType(4, Short)
|
||
|
Me.Chart1.Name = "Chart1"
|
||
|
Me.Chart1.Size = New System.Drawing.Size(716, 323)
|
||
|
Me.Chart1.TabIndex = 1
|
||
|
'
|
||
|
'Patron_Transacciones
|
||
|
'
|
||
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||
|
Me.ClientSize = New System.Drawing.Size(728, 335)
|
||
|
Me.Controls.Add(Me.Chart1)
|
||
|
Me.Name = "Patron_Transacciones"
|
||
|
Me.Text = "Patron_Transacciones"
|
||
|
Me.ResumeLayout(False)
|
||
|
|
||
|
End Sub
|
||
|
Friend WithEvents Chart1 As SoftwareFX.ChartFX.Chart
|
||
|
End Class
|