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
HTML IntelliSense 1.5 - SHOption.Designer.vb

SHOption.Designer.vb

Caricato da: Totem
Scarica il programma completo

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class SHOption
  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.pgSettings = New System.Windows.Forms.PropertyGrid
  23.         Me.chbColorAll = New System.Windows.Forms.CheckBox
  24.         Me.SuspendLayout()
  25.         '
  26.         'pgSettings
  27.         '
  28.         Me.pgSettings.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  29.                     Or System.Windows.Forms.AnchorStyles.Left) _
  30.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  31.         Me.pgSettings.Location = New System.Drawing.Point(12, 12)
  32.         Me.pgSettings.Name = "pgSettings"
  33.         Me.pgSettings.Size = New System.Drawing.Size(360, 377)
  34.         Me.pgSettings.TabIndex = 0
  35.         '
  36.         'chbColorAll
  37.         '
  38.         Me.chbColorAll.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  39.         Me.chbColorAll.AutoSize = True
  40.         Me.chbColorAll.Checked = True
  41.         Me.chbColorAll.CheckState = System.Windows.Forms.CheckState.Checked
  42.         Me.chbColorAll.Location = New System.Drawing.Point(12, 395)
  43.         Me.chbColorAll.Name = "chbColorAll"
  44.         Me.chbColorAll.Size = New System.Drawing.Size(252, 17)
  45.         Me.chbColorAll.TabIndex = 1
  46.         Me.chbColorAll.Text = "Ricolora tutto il testo all'uscita da questa finestra"
  47.         Me.chbColorAll.UseVisualStyleBackColor = True
  48.         '
  49.         'SHOption
  50.         '
  51.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  52.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  53.         Me.ClientSize = New System.Drawing.Size(384, 424)
  54.         Me.Controls.Add(Me.chbColorAll)
  55.         Me.Controls.Add(Me.pgSettings)
  56.         Me.Name = "SHOption"
  57.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  58.         Me.Text = "HTML IntelliSense - Syntax Highlighting"
  59.         Me.ResumeLayout(False)
  60.         Me.PerformLayout()
  61.  
  62.     End Sub
  63.     Friend WithEvents pgSettings As System.Windows.Forms.PropertyGrid
  64.     Friend WithEvents chbColorAll As System.Windows.Forms.CheckBox
  65. End Class