Questo sito utilizza cookies solo per scopi di autenticazione sul sito e nient'altro. Nessuna informazione personale viene tracciata. Leggi l'informativa sui cookies.
Username: Password: oppure
MGraphing - GraphArea.Designer.vb

GraphArea.Designer.vb

Caricato da: Totem
Scarica il programma completo

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class GraphArea
  3.     Inherits System.Windows.Forms.UserControl
  4.  
  5.     'UserControl overrides dispose to clean up the component list.
  6.     <System.Diagnostics.DebuggerNonUserCode()> _
  7.     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  8.         If disposing AndAlso components IsNot Nothing Then
  9.             components.Dispose()
  10.         End If
  11.         MyBase.Dispose(disposing)
  12.     End Sub
  13.  
  14.     'Required by the Windows Form Designer
  15.     Private components As System.ComponentModel.IContainer
  16.  
  17.     'NOTE: The following procedure is required by the Windows Form Designer
  18.     'It can be modified using the Windows Form Designer.  
  19.     'Do not modify it using the code editor.
  20.     <System.Diagnostics.DebuggerStepThrough()> _
  21.     Private Sub InitializeComponent()
  22.         Me.SuspendLayout()
  23.         '
  24.         'GraphArea
  25.         '
  26.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  27.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  28.         Me.BackColor = System.Drawing.Color.White
  29.         Me.Name = "GraphArea"
  30.         Me.Size = New System.Drawing.Size(228, 214)
  31.         Me.ResumeLayout(False)
  32.  
  33.     End Sub
  34.  
  35. End Class