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
QHTML 2.0 - frmLine.Designer.vb

frmLine.Designer.vb

Caricato da: Totem
Scarica il programma completo

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmLine
  3.     Inherits System.Windows.Forms.Form
  4.  
  5.     'Form 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.Label1 = New System.Windows.Forms.Label
  23.         Me.cmbColor = New System.Windows.Forms.ComboBox
  24.         Me.Label2 = New System.Windows.Forms.Label
  25.         Me.nudWidth = New System.Windows.Forms.NumericUpDown
  26.         Me.Label3 = New System.Windows.Forms.Label
  27.         Me.dudAlign = New System.Windows.Forms.DomainUpDown
  28.         Me.chbBord = New System.Windows.Forms.CheckBox
  29.         Me.cmdOK = New System.Windows.Forms.Button
  30.         Me.Label4 = New System.Windows.Forms.Label
  31.         Me.nudSize = New System.Windows.Forms.NumericUpDown
  32.         CType(Me.nudWidth, System.ComponentModel.ISupportInitialize).BeginInit()
  33.         CType(Me.nudSize, System.ComponentModel.ISupportInitialize).BeginInit()
  34.         Me.SuspendLayout()
  35.         '
  36.         'Label1
  37.         '
  38.         Me.Label1.AutoSize = True
  39.         Me.Label1.Location = New System.Drawing.Point(12, 9)
  40.         Me.Label1.Name = "Label1"
  41.         Me.Label1.Size = New System.Drawing.Size(226, 13)
  42.         Me.Label1.TabIndex = 0
  43.         Me.Label1.Text = "Colore (visualizzato solo con Internet Explorer):"
  44.         '
  45.         'cmbColor
  46.         '
  47.         Me.cmbColor.FormattingEnabled = True
  48.         Me.cmbColor.Items.AddRange(New Object() {"orange", "blue", "white", "yellow", "gray", "brown", "black", "red", "green", "violet"})
  49.         Me.cmbColor.Location = New System.Drawing.Point(15, 25)
  50.         Me.cmbColor.Name = "cmbColor"
  51.         Me.cmbColor.Size = New System.Drawing.Size(223, 21)
  52.         Me.cmbColor.TabIndex = 1
  53.         Me.cmbColor.Text = "black"
  54.         '
  55.         'Label2
  56.         '
  57.         Me.Label2.AutoSize = True
  58.         Me.Label2.Location = New System.Drawing.Point(12, 59)
  59.         Me.Label2.Name = "Label2"
  60.         Me.Label2.Size = New System.Drawing.Size(54, 13)
  61.         Me.Label2.TabIndex = 2
  62.         Me.Label2.Text = "Largheza:"
  63.         '
  64.         'nudWidth
  65.         '
  66.         Me.nudWidth.Location = New System.Drawing.Point(72, 57)
  67.         Me.nudWidth.Name = "nudWidth"
  68.         Me.nudWidth.Size = New System.Drawing.Size(42, 20)
  69.         Me.nudWidth.TabIndex = 3
  70.         '
  71.         'Label3
  72.         '
  73.         Me.Label3.AutoSize = True
  74.         Me.Label3.Location = New System.Drawing.Point(12, 91)
  75.         Me.Label3.Name = "Label3"
  76.         Me.Label3.Size = New System.Drawing.Size(70, 13)
  77.         Me.Label3.TabIndex = 4
  78.         Me.Label3.Text = "Allineamento:"
  79.         '
  80.         'dudAlign
  81.         '
  82.         Me.dudAlign.Items.Add("Left")
  83.         Me.dudAlign.Items.Add("Center")
  84.         Me.dudAlign.Items.Add("Right")
  85.         Me.dudAlign.Location = New System.Drawing.Point(88, 89)
  86.         Me.dudAlign.Name = "dudAlign"
  87.         Me.dudAlign.Size = New System.Drawing.Size(150, 20)
  88.         Me.dudAlign.TabIndex = 5
  89.         Me.dudAlign.Text = "Left"
  90.         '
  91.         'chbBord
  92.         '
  93.         Me.chbBord.AutoSize = True
  94.         Me.chbBord.Location = New System.Drawing.Point(12, 115)
  95.         Me.chbBord.Name = "chbBord"
  96.         Me.chbBord.Size = New System.Drawing.Size(86, 17)
  97.         Me.chbBord.TabIndex = 6
  98.         Me.chbBord.Text = "Bordi sfumati"
  99.         Me.chbBord.UseVisualStyleBackColor = True
  100.         '
  101.         'cmdOK
  102.         '
  103.         Me.cmdOK.Location = New System.Drawing.Point(143, 131)
  104.         Me.cmdOK.Name = "cmdOK"
  105.         Me.cmdOK.Size = New System.Drawing.Size(95, 27)
  106.         Me.cmdOK.TabIndex = 7
  107.         Me.cmdOK.Text = "OK"
  108.         Me.cmdOK.UseVisualStyleBackColor = True
  109.         '
  110.         'Label4
  111.         '
  112.         Me.Label4.AutoSize = True
  113.         Me.Label4.Location = New System.Drawing.Point(128, 59)
  114.         Me.Label4.Name = "Label4"
  115.         Me.Label4.Size = New System.Drawing.Size(62, 13)
  116.         Me.Label4.TabIndex = 8
  117.         Me.Label4.Text = "Lunghezza:"
  118.         '
  119.         'nudSize
  120.         '
  121.         Me.nudSize.Location = New System.Drawing.Point(196, 57)
  122.         Me.nudSize.Name = "nudSize"
  123.         Me.nudSize.Size = New System.Drawing.Size(42, 20)
  124.         Me.nudSize.TabIndex = 9
  125.         '
  126.         'frmLine
  127.         '
  128.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  129.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  130.         Me.ClientSize = New System.Drawing.Size(253, 170)
  131.         Me.Controls.Add(Me.nudSize)
  132.         Me.Controls.Add(Me.Label4)
  133.         Me.Controls.Add(Me.cmdOK)
  134.         Me.Controls.Add(Me.chbBord)
  135.         Me.Controls.Add(Me.dudAlign)
  136.         Me.Controls.Add(Me.Label3)
  137.         Me.Controls.Add(Me.nudWidth)
  138.         Me.Controls.Add(Me.Label2)
  139.         Me.Controls.Add(Me.cmbColor)
  140.         Me.Controls.Add(Me.Label1)
  141.         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
  142.         Me.MaximizeBox = False
  143.         Me.Name = "frmLine"
  144.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  145.         Me.Text = "Traccia una linea"
  146.         CType(Me.nudWidth, System.ComponentModel.ISupportInitialize).EndInit()
  147.         CType(Me.nudSize, System.ComponentModel.ISupportInitialize).EndInit()
  148.         Me.ResumeLayout(False)
  149.         Me.PerformLayout()
  150.  
  151.     End Sub
  152.     Friend WithEvents Label1 As System.Windows.Forms.Label
  153.     Friend WithEvents cmbColor As System.Windows.Forms.ComboBox
  154.     Friend WithEvents Label2 As System.Windows.Forms.Label
  155.     Friend WithEvents nudWidth As System.Windows.Forms.NumericUpDown
  156.     Friend WithEvents Label3 As System.Windows.Forms.Label
  157.     Friend WithEvents dudAlign As System.Windows.Forms.DomainUpDown
  158.     Friend WithEvents chbBord As System.Windows.Forms.CheckBox
  159.     Friend WithEvents cmdOK As System.Windows.Forms.Button
  160.     Friend WithEvents Label4 As System.Windows.Forms.Label
  161.     Friend WithEvents nudSize As System.Windows.Forms.NumericUpDown
  162. End Class