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
MSN Live Log Manager - GraphTimePerDay.Designer.vb

GraphTimePerDay.Designer.vb

Caricato da: Totem
Scarica il programma completo

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class GraphTimePerDay
  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.btnLine = New System.Windows.Forms.Button
  23.         Me.SuspendLayout()
  24.         '
  25.         'btnLine
  26.         '
  27.         Me.btnLine.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  28.         Me.btnLine.Location = New System.Drawing.Point(449, 3)
  29.         Me.btnLine.Name = "btnLine"
  30.         Me.btnLine.Size = New System.Drawing.Size(85, 23)
  31.         Me.btnLine.TabIndex = 0
  32.         Me.btnLine.Text = "Interpolazione"
  33.         Me.btnLine.UseVisualStyleBackColor = True
  34.         '
  35.         'GraphTimePerDay
  36.         '
  37.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  38.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  39.         Me.BackColor = System.Drawing.Color.FromArgb(CType(CType(248, Byte), Integer), CType(CType(249, Byte), Integer), CType(CType(196, Byte), Integer))
  40.         Me.Controls.Add(Me.btnLine)
  41.         Me.Name = "GraphTimePerDay"
  42.         Me.Size = New System.Drawing.Size(537, 323)
  43.         Me.ResumeLayout(False)
  44.  
  45.     End Sub
  46.     Friend WithEvents btnLine As System.Windows.Forms.Button
  47.  
  48. End Class