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 - 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.components = New System.ComponentModel.Container
  23.         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1))
  24.         Me.strStatus = New System.Windows.Forms.StatusStrip
  25.         Me.lblPosition = New System.Windows.Forms.ToolStripStatusLabel
  26.         Me.strSep = New System.Windows.Forms.ToolStripStatusLabel
  27.         Me.lblStatus = New System.Windows.Forms.ToolStripStatusLabel
  28.         Me.strMainMenu = New System.Windows.Forms.MenuStrip
  29.         Me.strFile = New System.Windows.Forms.ToolStripMenuItem
  30.         Me.strOpen = New System.Windows.Forms.ToolStripMenuItem
  31.         Me.strSave = New System.Windows.Forms.ToolStripMenuItem
  32.         Me.strSaveAs = New System.Windows.Forms.ToolStripMenuItem
  33.         Me.ToolStripMenuItem1 = New System.Windows.Forms.ToolStripSeparator
  34.         Me.strExit = New System.Windows.Forms.ToolStripMenuItem
  35.         Me.strItems = New System.Windows.Forms.ToolStripMenuItem
  36.         Me.strFind = New System.Windows.Forms.ToolStripMenuItem
  37.         Me.strFindNext = New System.Windows.Forms.ToolStripMenuItem
  38.         Me.strReplace = New System.Windows.Forms.ToolStripMenuItem
  39.         Me.strIntelliSense = New System.Windows.Forms.ToolStripMenuItem
  40.         Me.strEnabled = New System.Windows.Forms.ToolStripMenuItem
  41.         Me.strISOption = New System.Windows.Forms.ToolStripMenuItem
  42.         Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator
  43.         Me.strSHEnabled = New System.Windows.Forms.ToolStripMenuItem
  44.         Me.strSHOptions = New System.Windows.Forms.ToolStripMenuItem
  45.         Me.strHighlightAll = New System.Windows.Forms.ToolStripMenuItem
  46.         Me.strHelp = New System.Windows.Forms.ToolStripMenuItem
  47.         Me.strAbout = New System.Windows.Forms.ToolStripMenuItem
  48.         Me.imgIcons = New System.Windows.Forms.ImageList(Me.components)
  49.         Me.lstSuggest = New System.Windows.Forms.ListBox
  50.         Me.ToolStripMenuItem2 = New System.Windows.Forms.ToolStripSeparator
  51.         Me.strAddTemplate = New System.Windows.Forms.ToolStripMenuItem
  52.         Me.cntCode = New System.Windows.Forms.ContextMenuStrip(Me.components)
  53.         Me.strCopy = New System.Windows.Forms.ToolStripMenuItem
  54.         Me.strPaste = New System.Windows.Forms.ToolStripMenuItem
  55.         Me.strCut = New System.Windows.Forms.ToolStripMenuItem
  56.         Me.ToolStripMenuItem3 = New System.Windows.Forms.ToolStripSeparator
  57.         Me.strSelectAll = New System.Windows.Forms.ToolStripMenuItem
  58.         Me.ToolStripMenuItem4 = New System.Windows.Forms.ToolStripSeparator
  59.         Me.strTemplates = New System.Windows.Forms.ToolStripMenuItem
  60.         Me.rtbCode = New HTML_IntelliSense.HtmlTextBox
  61.         Me.strStatus.SuspendLayout()
  62.         Me.strMainMenu.SuspendLayout()
  63.         Me.cntCode.SuspendLayout()
  64.         Me.SuspendLayout()
  65.         '
  66.         'strStatus
  67.         '
  68.         Me.strStatus.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.lblPosition, Me.strSep, Me.lblStatus})
  69.         Me.strStatus.Location = New System.Drawing.Point(0, 446)
  70.         Me.strStatus.Name = "strStatus"
  71.         Me.strStatus.Size = New System.Drawing.Size(564, 22)
  72.         Me.strStatus.TabIndex = 1
  73.         Me.strStatus.Text = "StatusStrip1"
  74.         '
  75.         'lblPosition
  76.         '
  77.         Me.lblPosition.Name = "lblPosition"
  78.         Me.lblPosition.Size = New System.Drawing.Size(119, 17)
  79.         Me.lblPosition.Text = "Posizione cursore:  0, 0"
  80.         '
  81.         'strSep
  82.         '
  83.         Me.strSep.Name = "strSep"
  84.         Me.strSep.Padding = New System.Windows.Forms.Padding(5, 0, 5, 0)
  85.         Me.strSep.Size = New System.Drawing.Size(21, 17)
  86.         Me.strSep.Text = "|"
  87.         '
  88.         'lblStatus
  89.         '
  90.         Me.lblStatus.Name = "lblStatus"
  91.         Me.lblStatus.Size = New System.Drawing.Size(39, 17)
  92.         Me.lblStatus.Text = "Pronto"
  93.         '
  94.         'strMainMenu
  95.         '
  96.         Me.strMainMenu.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.strFile, Me.strItems, Me.strIntelliSense, Me.strHelp})
  97.         Me.strMainMenu.Location = New System.Drawing.Point(0, 0)
  98.         Me.strMainMenu.Name = "strMainMenu"
  99.         Me.strMainMenu.RenderMode = System.Windows.Forms.ToolStripRenderMode.System
  100.         Me.strMainMenu.Size = New System.Drawing.Size(564, 24)
  101.         Me.strMainMenu.TabIndex = 4
  102.         Me.strMainMenu.Text = "MenuStrip1"
  103.         '
  104.         'strFile
  105.         '
  106.         Me.strFile.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.strOpen, Me.strSave, Me.strSaveAs, Me.ToolStripMenuItem1, Me.strExit})
  107.         Me.strFile.Name = "strFile"
  108.         Me.strFile.Size = New System.Drawing.Size(35, 20)
  109.         Me.strFile.Text = "File"
  110.         '
  111.         'strOpen
  112.         '
  113.         Me.strOpen.Name = "strOpen"
  114.         Me.strOpen.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.A), System.Windows.Forms.Keys)
  115.         Me.strOpen.Size = New System.Drawing.Size(172, 22)
  116.         Me.strOpen.Text = "Apri..."
  117.         '
  118.         'strSave
  119.         '
  120.         Me.strSave.Name = "strSave"
  121.         Me.strSave.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.S), System.Windows.Forms.Keys)
  122.         Me.strSave.Size = New System.Drawing.Size(172, 22)
  123.         Me.strSave.Text = "Salva"
  124.         '
  125.         'strSaveAs
  126.         '
  127.         Me.strSaveAs.Name = "strSaveAs"
  128.         Me.strSaveAs.Size = New System.Drawing.Size(172, 22)
  129.         Me.strSaveAs.Text = "Salva con nome..."
  130.         '
  131.         'ToolStripMenuItem1
  132.         '
  133.         Me.ToolStripMenuItem1.Name = "ToolStripMenuItem1"
  134.         Me.ToolStripMenuItem1.Size = New System.Drawing.Size(169, 6)
  135.         '
  136.         'strExit
  137.         '
  138.         Me.strExit.Name = "strExit"
  139.         Me.strExit.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.E), System.Windows.Forms.Keys)
  140.         Me.strExit.Size = New System.Drawing.Size(172, 22)
  141.         Me.strExit.Text = "Esci"
  142.         '
  143.         'strItems
  144.         '
  145.         Me.strItems.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.strFind, Me.strFindNext, Me.strReplace})
  146.         Me.strItems.Name = "strItems"
  147.         Me.strItems.Size = New System.Drawing.Size(58, 20)
  148.         Me.strItems.Text = "Modifica"
  149.         '
  150.         'strFind
  151.         '
  152.         Me.strFind.Name = "strFind"
  153.         Me.strFind.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.F), System.Windows.Forms.Keys)
  154.         Me.strFind.Size = New System.Drawing.Size(186, 22)
  155.         Me.strFind.Text = "Trova"
  156.         '
  157.         'strFindNext
  158.         '
  159.         Me.strFindNext.Name = "strFindNext"
  160.         Me.strFindNext.ShortcutKeys = System.Windows.Forms.Keys.F3
  161.         Me.strFindNext.Size = New System.Drawing.Size(186, 22)
  162.         Me.strFindNext.Text = "Trova successivo"
  163.         '
  164.         'strReplace
  165.         '
  166.         Me.strReplace.Name = "strReplace"
  167.         Me.strReplace.ShortcutKeys = System.Windows.Forms.Keys.F2
  168.         Me.strReplace.Size = New System.Drawing.Size(186, 22)
  169.         Me.strReplace.Text = "Sostituisci"
  170.         '
  171.         'strIntelliSense
  172.         '
  173.         Me.strIntelliSense.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.strEnabled, Me.strISOption, Me.ToolStripSeparator1, Me.strSHEnabled, Me.strSHOptions, Me.strHighlightAll, Me.ToolStripMenuItem2, Me.strAddTemplate})
  174.         Me.strIntelliSense.Name = "strIntelliSense"
  175.         Me.strIntelliSense.Size = New System.Drawing.Size(74, 20)
  176.         Me.strIntelliSense.Text = "IntelliSense"
  177.         '
  178.         'strEnabled
  179.         '
  180.         Me.strEnabled.Checked = Global.HTML_IntelliSense.My.MySettings.Default.ISEnabled
  181.         Me.strEnabled.CheckOnClick = True
  182.         Me.strEnabled.CheckState = System.Windows.Forms.CheckState.Checked
  183.         Me.strEnabled.Name = "strEnabled"
  184.         Me.strEnabled.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.I), System.Windows.Forms.Keys)
  185.         Me.strEnabled.Size = New System.Drawing.Size(217, 22)
  186.         Me.strEnabled.Text = "Attivato"
  187.         '
  188.         'strISOption
  189.         '
  190.         Me.strISOption.Name = "strISOption"
  191.         Me.strISOption.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.H), System.Windows.Forms.Keys)
  192.         Me.strISOption.Size = New System.Drawing.Size(217, 22)
  193.         Me.strISOption.Text = "Opzioni sintassi"
  194.         '
  195.         'ToolStripSeparator1
  196.         '
  197.         Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
  198.         Me.ToolStripSeparator1.Size = New System.Drawing.Size(214, 6)
  199.         '
  200.         'strSHEnabled
  201.         '
  202.         Me.strSHEnabled.Checked = True
  203.         Me.strSHEnabled.CheckOnClick = True
  204.         Me.strSHEnabled.CheckState = System.Windows.Forms.CheckState.Checked
  205.         Me.strSHEnabled.Name = "strSHEnabled"
  206.         Me.strSHEnabled.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.C), System.Windows.Forms.Keys)
  207.         Me.strSHEnabled.Size = New System.Drawing.Size(217, 22)
  208.         Me.strSHEnabled.Text = "Colorazione attiva"
  209.         '
  210.         'strSHOptions
  211.         '
  212.         Me.strSHOptions.Name = "strSHOptions"
  213.         Me.strSHOptions.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.O), System.Windows.Forms.Keys)
  214.         Me.strSHOptions.Size = New System.Drawing.Size(217, 22)
  215.         Me.strSHOptions.Text = "Opzioni colorazione"
  216.         '
  217.         'strHighlightAll
  218.         '
  219.         Me.strHighlightAll.Name = "strHighlightAll"
  220.         Me.strHighlightAll.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.R), System.Windows.Forms.Keys)
  221.         Me.strHighlightAll.Size = New System.Drawing.Size(217, 22)
  222.         Me.strHighlightAll.Text = "Ricolora tutto"
  223.         '
  224.         'strHelp
  225.         '
  226.         Me.strHelp.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.strAbout})
  227.         Me.strHelp.Name = "strHelp"
  228.         Me.strHelp.Size = New System.Drawing.Size(24, 20)
  229.         Me.strHelp.Text = "?"
  230.         '
  231.         'strAbout
  232.         '
  233.         Me.strAbout.Name = "strAbout"
  234.         Me.strAbout.Size = New System.Drawing.Size(114, 22)
  235.         Me.strAbout.Text = "About"
  236.         '
  237.         'imgIcons
  238.         '
  239.         Me.imgIcons.ImageStream = CType(resources.GetObject("imgIcons.ImageStream"), System.Windows.Forms.ImageListStreamer)
  240.         Me.imgIcons.TransparentColor = System.Drawing.Color.Transparent
  241.         Me.imgIcons.Images.SetKeyName(0, "attribute")
  242.         Me.imgIcons.Images.SetKeyName(1, "bool")
  243.         Me.imgIcons.Images.SetKeyName(2, "tag")
  244.         '
  245.         'lstSuggest
  246.         '
  247.         Me.lstSuggest.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed
  248.         Me.lstSuggest.FormattingEnabled = True
  249.         Me.lstSuggest.IntegralHeight = False
  250.         Me.lstSuggest.ItemHeight = 16
  251.         Me.lstSuggest.Location = New System.Drawing.Point(12, 145)
  252.         Me.lstSuggest.Name = "lstSuggest"
  253.         Me.lstSuggest.Size = New System.Drawing.Size(158, 96)
  254.         Me.lstSuggest.TabIndex = 8
  255.         Me.lstSuggest.Visible = False
  256.         '
  257.         'ToolStripMenuItem2
  258.         '
  259.         Me.ToolStripMenuItem2.Name = "ToolStripMenuItem2"
  260.         Me.ToolStripMenuItem2.Size = New System.Drawing.Size(214, 6)
  261.         '
  262.         'strAddTemplate
  263.         '
  264.         Me.strAddTemplate.Name = "strAddTemplate"
  265.         Me.strAddTemplate.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.T), System.Windows.Forms.Keys)
  266.         Me.strAddTemplate.Size = New System.Drawing.Size(217, 22)
  267.         Me.strAddTemplate.Text = "Aggiungi template"
  268.         '
  269.         'cntCode
  270.         '
  271.         Me.cntCode.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.strCopy, Me.strPaste, Me.strCut, Me.ToolStripMenuItem3, Me.strSelectAll, Me.ToolStripMenuItem4, Me.strTemplates})
  272.         Me.cntCode.Name = "cntCode"
  273.         Me.cntCode.RenderMode = System.Windows.Forms.ToolStripRenderMode.System
  274.         Me.cntCode.ShowImageMargin = False
  275.         Me.cntCode.Size = New System.Drawing.Size(133, 126)
  276.         '
  277.         'strCopy
  278.         '
  279.         Me.strCopy.Name = "strCopy"
  280.         Me.strCopy.Size = New System.Drawing.Size(132, 22)
  281.         Me.strCopy.Text = "Copia"
  282.         '
  283.         'strPaste
  284.         '
  285.         Me.strPaste.Name = "strPaste"
  286.         Me.strPaste.Size = New System.Drawing.Size(132, 22)
  287.         Me.strPaste.Text = "Incolla"
  288.         '
  289.         'strCut
  290.         '
  291.         Me.strCut.Name = "strCut"
  292.         Me.strCut.Size = New System.Drawing.Size(132, 22)
  293.         Me.strCut.Text = "Taglia"
  294.         '
  295.         'ToolStripMenuItem3
  296.         '
  297.         Me.ToolStripMenuItem3.Name = "ToolStripMenuItem3"
  298.         Me.ToolStripMenuItem3.Size = New System.Drawing.Size(129, 6)
  299.         '
  300.         'strSelectAll
  301.         '
  302.         Me.strSelectAll.Name = "strSelectAll"
  303.         Me.strSelectAll.Size = New System.Drawing.Size(132, 22)
  304.         Me.strSelectAll.Text = "Seleziona tutto"
  305.         '
  306.         'ToolStripMenuItem4
  307.         '
  308.         Me.ToolStripMenuItem4.Name = "ToolStripMenuItem4"
  309.         Me.ToolStripMenuItem4.Size = New System.Drawing.Size(129, 6)
  310.         '
  311.         'strTemplates
  312.         '
  313.         Me.strTemplates.Name = "strTemplates"
  314.         Me.strTemplates.Size = New System.Drawing.Size(132, 22)
  315.         Me.strTemplates.Text = "Templates"
  316.         '
  317.         'rtbCode
  318.         '
  319.         Me.rtbCode.AttributeColor = Global.HTML_IntelliSense.My.MySettings.Default.AttributeColor
  320.         Me.rtbCode.AttributeFont = Global.HTML_IntelliSense.My.MySettings.Default.AttributeFont
  321.         Me.rtbCode.BooleanAttributeColor = Global.HTML_IntelliSense.My.MySettings.Default.BooleanAttributeColor
  322.         Me.rtbCode.BooleanAttributeFont = Global.HTML_IntelliSense.My.MySettings.Default.BooleanAttributeFont
  323.         Me.rtbCode.CommentColor = Global.HTML_IntelliSense.My.MySettings.Default.CommentColor
  324.         Me.rtbCode.CommentFont = Global.HTML_IntelliSense.My.MySettings.Default.CommentFont
  325.         Me.rtbCode.ContextMenuStrip = Me.cntCode
  326.         Me.rtbCode.DataBindings.Add(New System.Windows.Forms.Binding("Font", Global.HTML_IntelliSense.My.MySettings.Default, "TextFont", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
  327.         Me.rtbCode.DataBindings.Add(New System.Windows.Forms.Binding("AttributeColor", Global.HTML_IntelliSense.My.MySettings.Default, "AttributeColor", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
  328.         Me.rtbCode.DataBindings.Add(New System.Windows.Forms.Binding("AttributeFont", Global.HTML_IntelliSense.My.MySettings.Default, "AttributeFont", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
  329.         Me.rtbCode.DataBindings.Add(New System.Windows.Forms.Binding("CommentColor", Global.HTML_IntelliSense.My.MySettings.Default, "CommentColor", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
  330.         Me.rtbCode.DataBindings.Add(New System.Windows.Forms.Binding("CommentFont", Global.HTML_IntelliSense.My.MySettings.Default, "CommentFont", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
  331.         Me.rtbCode.DataBindings.Add(New System.Windows.Forms.Binding("TagColor", Global.HTML_IntelliSense.My.MySettings.Default, "TagColor", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
  332.         Me.rtbCode.DataBindings.Add(New System.Windows.Forms.Binding("TagFont", Global.HTML_IntelliSense.My.MySettings.Default, "TagFont", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
  333.         Me.rtbCode.DataBindings.Add(New System.Windows.Forms.Binding("BooleanAttributeColor", Global.HTML_IntelliSense.My.MySettings.Default, "BooleanAttributeColor", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
  334.         Me.rtbCode.DataBindings.Add(New System.Windows.Forms.Binding("BooleanAttributeFont", Global.HTML_IntelliSense.My.MySettings.Default, "BooleanAttributeFont", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
  335.         Me.rtbCode.DataBindings.Add(New System.Windows.Forms.Binding("ValueColor", Global.HTML_IntelliSense.My.MySettings.Default, "ValueColor", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
  336.         Me.rtbCode.DataBindings.Add(New System.Windows.Forms.Binding("ValueFont", Global.HTML_IntelliSense.My.MySettings.Default, "ValueFont", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
  337.         Me.rtbCode.Dock = System.Windows.Forms.DockStyle.Fill
  338.         Me.rtbCode.Font = Global.HTML_IntelliSense.My.MySettings.Default.TextFont
  339.         Me.rtbCode.HtmlChangedEnabled = True
  340.         Me.rtbCode.Location = New System.Drawing.Point(0, 24)
  341.         Me.rtbCode.Name = "rtbCode"
  342.         Me.rtbCode.Size = New System.Drawing.Size(564, 422)
  343.         Me.rtbCode.SyntaxHighlightingEnabled = True
  344.         Me.rtbCode.TabIndex = 5
  345.         Me.rtbCode.TagColor = Global.HTML_IntelliSense.My.MySettings.Default.TagColor
  346.         Me.rtbCode.TagFont = Global.HTML_IntelliSense.My.MySettings.Default.TagFont
  347.         Me.rtbCode.Text = ""
  348.         Me.rtbCode.ValueColor = Global.HTML_IntelliSense.My.MySettings.Default.ValueColor
  349.         Me.rtbCode.ValueFont = Global.HTML_IntelliSense.My.MySettings.Default.ValueFont
  350.         Me.rtbCode.WordWrap = False
  351.         '
  352.         'Form1
  353.         '
  354.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  355.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  356.         Me.ClientSize = New System.Drawing.Size(564, 468)
  357.         Me.Controls.Add(Me.lstSuggest)
  358.         Me.Controls.Add(Me.rtbCode)
  359.         Me.Controls.Add(Me.strStatus)
  360.         Me.Controls.Add(Me.strMainMenu)
  361.         Me.MainMenuStrip = Me.strMainMenu
  362.         Me.Name = "Form1"
  363.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  364.         Me.Text = "HTML IntelliSense"
  365.         Me.strStatus.ResumeLayout(False)
  366.         Me.strStatus.PerformLayout()
  367.         Me.strMainMenu.ResumeLayout(False)
  368.         Me.strMainMenu.PerformLayout()
  369.         Me.cntCode.ResumeLayout(False)
  370.         Me.ResumeLayout(False)
  371.         Me.PerformLayout()
  372.  
  373.     End Sub
  374.     Friend WithEvents strStatus As System.Windows.Forms.StatusStrip
  375.     Friend WithEvents lblStatus As System.Windows.Forms.ToolStripStatusLabel
  376.     Friend WithEvents strMainMenu As System.Windows.Forms.MenuStrip
  377.     Friend WithEvents strFile As System.Windows.Forms.ToolStripMenuItem
  378.     Friend WithEvents strOpen As System.Windows.Forms.ToolStripMenuItem
  379.     Friend WithEvents strSave As System.Windows.Forms.ToolStripMenuItem
  380.     Friend WithEvents strSaveAs As System.Windows.Forms.ToolStripMenuItem
  381.     Friend WithEvents ToolStripMenuItem1 As System.Windows.Forms.ToolStripSeparator
  382.     Friend WithEvents strExit As System.Windows.Forms.ToolStripMenuItem
  383.     Friend WithEvents strItems As System.Windows.Forms.ToolStripMenuItem
  384.     Friend WithEvents strFind As System.Windows.Forms.ToolStripMenuItem
  385.     Friend WithEvents strFindNext As System.Windows.Forms.ToolStripMenuItem
  386.     Friend WithEvents strReplace As System.Windows.Forms.ToolStripMenuItem
  387.     Friend WithEvents strIntelliSense As System.Windows.Forms.ToolStripMenuItem
  388.     Friend WithEvents strEnabled As System.Windows.Forms.ToolStripMenuItem
  389.     Friend WithEvents strHelp As System.Windows.Forms.ToolStripMenuItem
  390.     Friend WithEvents strAbout As System.Windows.Forms.ToolStripMenuItem
  391.     Friend WithEvents rtbCode As HTML_IntelliSense.HtmlTextBox
  392.     Friend WithEvents imgIcons As System.Windows.Forms.ImageList
  393.     Friend WithEvents strISOption As System.Windows.Forms.ToolStripMenuItem
  394.     Friend WithEvents lblPosition As System.Windows.Forms.ToolStripStatusLabel
  395.     Friend WithEvents strSep As System.Windows.Forms.ToolStripStatusLabel
  396.     Friend WithEvents ToolStripSeparator1 As System.Windows.Forms.ToolStripSeparator
  397.     Friend WithEvents strSHEnabled As System.Windows.Forms.ToolStripMenuItem
  398.     Friend WithEvents strSHOptions As System.Windows.Forms.ToolStripMenuItem
  399.     Friend WithEvents lstSuggest As System.Windows.Forms.ListBox
  400.     Friend WithEvents strHighlightAll As System.Windows.Forms.ToolStripMenuItem
  401.     Friend WithEvents ToolStripMenuItem2 As System.Windows.Forms.ToolStripSeparator
  402.     Friend WithEvents strAddTemplate As System.Windows.Forms.ToolStripMenuItem
  403.     Friend WithEvents cntCode As System.Windows.Forms.ContextMenuStrip
  404.     Friend WithEvents strCopy As System.Windows.Forms.ToolStripMenuItem
  405.     Friend WithEvents strPaste As System.Windows.Forms.ToolStripMenuItem
  406.     Friend WithEvents strCut As System.Windows.Forms.ToolStripMenuItem
  407.     Friend WithEvents ToolStripMenuItem3 As System.Windows.Forms.ToolStripSeparator
  408.     Friend WithEvents strSelectAll As System.Windows.Forms.ToolStripMenuItem
  409.     Friend WithEvents ToolStripMenuItem4 As System.Windows.Forms.ToolStripSeparator
  410.     Friend WithEvents strTemplates As System.Windows.Forms.ToolStripMenuItem
  411.  
  412. End Class