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 - Form1.Designer.vb

Form1.Designer.vb

Caricato da: Totem
Scarica il programma completo

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Form1
  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.strStatus = New System.Windows.Forms.StatusStrip
  23.         Me.lblStatus = New System.Windows.Forms.ToolStripStatusLabel
  24.         Me.lstSuggest = New System.Windows.Forms.ListBox
  25.         Me.strMainMenu = New System.Windows.Forms.MenuStrip
  26.         Me.strFile = New System.Windows.Forms.ToolStripMenuItem
  27.         Me.strOpen = New System.Windows.Forms.ToolStripMenuItem
  28.         Me.strSave = New System.Windows.Forms.ToolStripMenuItem
  29.         Me.strSaveAs = New System.Windows.Forms.ToolStripMenuItem
  30.         Me.ToolStripMenuItem1 = New System.Windows.Forms.ToolStripSeparator
  31.         Me.strExit = New System.Windows.Forms.ToolStripMenuItem
  32.         Me.strItems = New System.Windows.Forms.ToolStripMenuItem
  33.         Me.strFind = New System.Windows.Forms.ToolStripMenuItem
  34.         Me.strFindNext = New System.Windows.Forms.ToolStripMenuItem
  35.         Me.strReplace = New System.Windows.Forms.ToolStripMenuItem
  36.         Me.strFont = New System.Windows.Forms.ToolStripMenuItem
  37.         Me.strIntelliSense = New System.Windows.Forms.ToolStripMenuItem
  38.         Me.strEnabled = New System.Windows.Forms.ToolStripMenuItem
  39.         Me.strHelp = New System.Windows.Forms.ToolStripMenuItem
  40.         Me.strAbout = New System.Windows.Forms.ToolStripMenuItem
  41.         Me.rtbCode = New System.Windows.Forms.RichTextBox
  42.         Me.strStatus.SuspendLayout()
  43.         Me.strMainMenu.SuspendLayout()
  44.         Me.SuspendLayout()
  45.         '
  46.         'strStatus
  47.         '
  48.         Me.strStatus.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.lblStatus})
  49.         Me.strStatus.Location = New System.Drawing.Point(0, 446)
  50.         Me.strStatus.Name = "strStatus"
  51.         Me.strStatus.Size = New System.Drawing.Size(564, 22)
  52.         Me.strStatus.TabIndex = 1
  53.         Me.strStatus.Text = "StatusStrip1"
  54.         '
  55.         'lblStatus
  56.         '
  57.         Me.lblStatus.Name = "lblStatus"
  58.         Me.lblStatus.Size = New System.Drawing.Size(39, 17)
  59.         Me.lblStatus.Text = "Pronto"
  60.         '
  61.         'lstSuggest
  62.         '
  63.         Me.lstSuggest.FormattingEnabled = True
  64.         Me.lstSuggest.IntegralHeight = False
  65.         Me.lstSuggest.Location = New System.Drawing.Point(310, 314)
  66.         Me.lstSuggest.Name = "lstSuggest"
  67.         Me.lstSuggest.Size = New System.Drawing.Size(170, 82)
  68.         Me.lstSuggest.TabIndex = 3
  69.         Me.lstSuggest.Visible = False
  70.         '
  71.         'strMainMenu
  72.         '
  73.         Me.strMainMenu.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.strFile, Me.strItems, Me.strIntelliSense, Me.strHelp})
  74.         Me.strMainMenu.Location = New System.Drawing.Point(0, 0)
  75.         Me.strMainMenu.Name = "strMainMenu"
  76.         Me.strMainMenu.RenderMode = System.Windows.Forms.ToolStripRenderMode.System
  77.         Me.strMainMenu.Size = New System.Drawing.Size(564, 24)
  78.         Me.strMainMenu.TabIndex = 4
  79.         Me.strMainMenu.Text = "MenuStrip1"
  80.         '
  81.         'strFile
  82.         '
  83.         Me.strFile.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.strOpen, Me.strSave, Me.strSaveAs, Me.ToolStripMenuItem1, Me.strExit})
  84.         Me.strFile.Name = "strFile"
  85.         Me.strFile.Size = New System.Drawing.Size(35, 20)
  86.         Me.strFile.Text = "File"
  87.         '
  88.         'strOpen
  89.         '
  90.         Me.strOpen.Name = "strOpen"
  91.         Me.strOpen.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.A), System.Windows.Forms.Keys)
  92.         Me.strOpen.Size = New System.Drawing.Size(172, 22)
  93.         Me.strOpen.Text = "Apri..."
  94.         '
  95.         'strSave
  96.         '
  97.         Me.strSave.Name = "strSave"
  98.         Me.strSave.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.S), System.Windows.Forms.Keys)
  99.         Me.strSave.Size = New System.Drawing.Size(172, 22)
  100.         Me.strSave.Text = "Salva"
  101.         '
  102.         'strSaveAs
  103.         '
  104.         Me.strSaveAs.Name = "strSaveAs"
  105.         Me.strSaveAs.Size = New System.Drawing.Size(172, 22)
  106.         Me.strSaveAs.Text = "Salva con nome..."
  107.         '
  108.         'ToolStripMenuItem1
  109.         '
  110.         Me.ToolStripMenuItem1.Name = "ToolStripMenuItem1"
  111.         Me.ToolStripMenuItem1.Size = New System.Drawing.Size(169, 6)
  112.         '
  113.         'strExit
  114.         '
  115.         Me.strExit.Name = "strExit"
  116.         Me.strExit.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.E), System.Windows.Forms.Keys)
  117.         Me.strExit.Size = New System.Drawing.Size(172, 22)
  118.         Me.strExit.Text = "Esci"
  119.         '
  120.         'strItems
  121.         '
  122.         Me.strItems.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.strFind, Me.strFindNext, Me.strReplace, Me.strFont})
  123.         Me.strItems.Name = "strItems"
  124.         Me.strItems.Size = New System.Drawing.Size(58, 20)
  125.         Me.strItems.Text = "Modifica"
  126.         '
  127.         'strFind
  128.         '
  129.         Me.strFind.Name = "strFind"
  130.         Me.strFind.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.T), System.Windows.Forms.Keys)
  131.         Me.strFind.Size = New System.Drawing.Size(186, 22)
  132.         Me.strFind.Text = "Trova"
  133.         '
  134.         'strFindNext
  135.         '
  136.         Me.strFindNext.Name = "strFindNext"
  137.         Me.strFindNext.ShortcutKeys = System.Windows.Forms.Keys.F3
  138.         Me.strFindNext.Size = New System.Drawing.Size(186, 22)
  139.         Me.strFindNext.Text = "Trova successivo"
  140.         '
  141.         'strReplace
  142.         '
  143.         Me.strReplace.Name = "strReplace"
  144.         Me.strReplace.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.S), System.Windows.Forms.Keys)
  145.         Me.strReplace.Size = New System.Drawing.Size(186, 22)
  146.         Me.strReplace.Text = "Sostituisci"
  147.         '
  148.         'strFont
  149.         '
  150.         Me.strFont.Name = "strFont"
  151.         Me.strFont.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.C), System.Windows.Forms.Keys)
  152.         Me.strFont.Size = New System.Drawing.Size(186, 22)
  153.         Me.strFont.Text = "Carattere"
  154.         '
  155.         'strIntelliSense
  156.         '
  157.         Me.strIntelliSense.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.strEnabled})
  158.         Me.strIntelliSense.Name = "strIntelliSense"
  159.         Me.strIntelliSense.Size = New System.Drawing.Size(74, 20)
  160.         Me.strIntelliSense.Text = "IntelliSense"
  161.         '
  162.         'strEnabled
  163.         '
  164.         Me.strEnabled.Checked = Global.HTML_IntelliSense.My.MySettings.Default.ISEnabled
  165.         Me.strEnabled.CheckOnClick = True
  166.         Me.strEnabled.CheckState = System.Windows.Forms.CheckState.Checked
  167.         Me.strEnabled.Name = "strEnabled"
  168.         Me.strEnabled.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.I), System.Windows.Forms.Keys)
  169.         Me.strEnabled.Size = New System.Drawing.Size(160, 22)
  170.         Me.strEnabled.Text = "Attivato"
  171.         '
  172.         'strHelp
  173.         '
  174.         Me.strHelp.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.strAbout})
  175.         Me.strHelp.Name = "strHelp"
  176.         Me.strHelp.Size = New System.Drawing.Size(24, 20)
  177.         Me.strHelp.Text = "?"
  178.         '
  179.         'strAbout
  180.         '
  181.         Me.strAbout.Name = "strAbout"
  182.         Me.strAbout.Size = New System.Drawing.Size(114, 22)
  183.         Me.strAbout.Text = "About"
  184.         '
  185.         'rtbCode
  186.         '
  187.         Me.rtbCode.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  188.         Me.rtbCode.Dock = System.Windows.Forms.DockStyle.Fill
  189.         Me.rtbCode.Font = Global.HTML_IntelliSense.My.MySettings.Default.TextFont
  190.         Me.rtbCode.Location = New System.Drawing.Point(0, 24)
  191.         Me.rtbCode.Name = "rtbCode"
  192.         Me.rtbCode.Size = New System.Drawing.Size(564, 422)
  193.         Me.rtbCode.TabIndex = 2
  194.         Me.rtbCode.Text = ""
  195.         '
  196.         'Form1
  197.         '
  198.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  199.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  200.         Me.ClientSize = New System.Drawing.Size(564, 468)
  201.         Me.Controls.Add(Me.lstSuggest)
  202.         Me.Controls.Add(Me.rtbCode)
  203.         Me.Controls.Add(Me.strStatus)
  204.         Me.Controls.Add(Me.strMainMenu)
  205.         Me.MainMenuStrip = Me.strMainMenu
  206.         Me.Name = "Form1"
  207.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  208.         Me.Text = "HTML IntelliSense"
  209.         Me.strStatus.ResumeLayout(False)
  210.         Me.strStatus.PerformLayout()
  211.         Me.strMainMenu.ResumeLayout(False)
  212.         Me.strMainMenu.PerformLayout()
  213.         Me.ResumeLayout(False)
  214.         Me.PerformLayout()
  215.  
  216.     End Sub
  217.     Friend WithEvents strStatus As System.Windows.Forms.StatusStrip
  218.     Friend WithEvents lblStatus As System.Windows.Forms.ToolStripStatusLabel
  219.     Friend WithEvents rtbCode As System.Windows.Forms.RichTextBox
  220.     Friend WithEvents lstSuggest As System.Windows.Forms.ListBox
  221.     Friend WithEvents strMainMenu As System.Windows.Forms.MenuStrip
  222.     Friend WithEvents strFile As System.Windows.Forms.ToolStripMenuItem
  223.     Friend WithEvents strOpen As System.Windows.Forms.ToolStripMenuItem
  224.     Friend WithEvents strSave As System.Windows.Forms.ToolStripMenuItem
  225.     Friend WithEvents strSaveAs As System.Windows.Forms.ToolStripMenuItem
  226.     Friend WithEvents ToolStripMenuItem1 As System.Windows.Forms.ToolStripSeparator
  227.     Friend WithEvents strExit As System.Windows.Forms.ToolStripMenuItem
  228.     Friend WithEvents strItems As System.Windows.Forms.ToolStripMenuItem
  229.     Friend WithEvents strFind As System.Windows.Forms.ToolStripMenuItem
  230.     Friend WithEvents strFindNext As System.Windows.Forms.ToolStripMenuItem
  231.     Friend WithEvents strReplace As System.Windows.Forms.ToolStripMenuItem
  232.     Friend WithEvents strIntelliSense As System.Windows.Forms.ToolStripMenuItem
  233.     Friend WithEvents strEnabled As System.Windows.Forms.ToolStripMenuItem
  234.     Friend WithEvents strHelp As System.Windows.Forms.ToolStripMenuItem
  235.     Friend WithEvents strAbout As System.Windows.Forms.ToolStripMenuItem
  236.     Friend WithEvents strFont As System.Windows.Forms.ToolStripMenuItem
  237.  
  238. End Class