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

Form1.Designer.vb

Caricato da: Totem
Scarica il programma completo

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmScanner
  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.strMainMenu = New System.Windows.Forms.MenuStrip
  23.         Me.strFile = New System.Windows.Forms.ToolStripMenuItem
  24.         Me.strOpen = New System.Windows.Forms.ToolStripMenuItem
  25.         Me.tabMain = New System.Windows.Forms.TabControl
  26.         Me.tabCode = New System.Windows.Forms.TabPage
  27.         Me.lblCode = New System.Windows.Forms.Label
  28.         Me.lblComment = New System.Windows.Forms.Label
  29.         Me.lblBlankLines = New System.Windows.Forms.Label
  30.         Me.lblAllLines = New System.Windows.Forms.Label
  31.         Me.tabMethod = New System.Windows.Forms.TabPage
  32.         Me.cmbMethods = New System.Windows.Forms.ComboBox
  33.         Me.lblMethod = New System.Windows.Forms.Label
  34.         Me.tabValue = New System.Windows.Forms.TabPage
  35.         Me.cmbValues = New System.Windows.Forms.ComboBox
  36.         Me.lblValue = New System.Windows.Forms.Label
  37.         Me.tabVar = New System.Windows.Forms.TabPage
  38.         Me.lstVars = New System.Windows.Forms.ListBox
  39.         Me.lblVar = New System.Windows.Forms.Label
  40.         Me.tabClass = New System.Windows.Forms.TabPage
  41.         Me.cmbClasses = New System.Windows.Forms.ComboBox
  42.         Me.lblClass = New System.Windows.Forms.Label
  43.         Me.txtMethod = New Source_Scanner.clsSyntaxRTB
  44.         Me.txtValue = New Source_Scanner.clsSyntaxRTB
  45.         Me.txtClass = New Source_Scanner.clsSyntaxRTB
  46.         Me.lblSpeed = New System.Windows.Forms.Label
  47.         Me.strMainMenu.SuspendLayout()
  48.         Me.tabMain.SuspendLayout()
  49.         Me.tabCode.SuspendLayout()
  50.         Me.tabMethod.SuspendLayout()
  51.         Me.tabValue.SuspendLayout()
  52.         Me.tabVar.SuspendLayout()
  53.         Me.tabClass.SuspendLayout()
  54.         Me.SuspendLayout()
  55.         '
  56.         'strMainMenu
  57.         '
  58.         Me.strMainMenu.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.strFile})
  59.         Me.strMainMenu.Location = New System.Drawing.Point(0, 0)
  60.         Me.strMainMenu.Name = "strMainMenu"
  61.         Me.strMainMenu.RenderMode = System.Windows.Forms.ToolStripRenderMode.System
  62.         Me.strMainMenu.Size = New System.Drawing.Size(689, 24)
  63.         Me.strMainMenu.TabIndex = 0
  64.         Me.strMainMenu.Text = "MenuStrip1"
  65.         '
  66.         'strFile
  67.         '
  68.         Me.strFile.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.strOpen})
  69.         Me.strFile.Name = "strFile"
  70.         Me.strFile.Size = New System.Drawing.Size(35, 20)
  71.         Me.strFile.Text = "File"
  72.         '
  73.         'strOpen
  74.         '
  75.         Me.strOpen.Name = "strOpen"
  76.         Me.strOpen.Size = New System.Drawing.Size(104, 22)
  77.         Me.strOpen.Text = "Apri"
  78.         '
  79.         'tabMain
  80.         '
  81.         Me.tabMain.Controls.Add(Me.tabCode)
  82.         Me.tabMain.Controls.Add(Me.tabMethod)
  83.         Me.tabMain.Controls.Add(Me.tabValue)
  84.         Me.tabMain.Controls.Add(Me.tabVar)
  85.         Me.tabMain.Controls.Add(Me.tabClass)
  86.         Me.tabMain.Dock = System.Windows.Forms.DockStyle.Fill
  87.         Me.tabMain.Location = New System.Drawing.Point(0, 24)
  88.         Me.tabMain.Name = "tabMain"
  89.         Me.tabMain.SelectedIndex = 0
  90.         Me.tabMain.Size = New System.Drawing.Size(689, 465)
  91.         Me.tabMain.TabIndex = 1
  92.         '
  93.         'tabCode
  94.         '
  95.         Me.tabCode.Controls.Add(Me.lblSpeed)
  96.         Me.tabCode.Controls.Add(Me.lblCode)
  97.         Me.tabCode.Controls.Add(Me.lblComment)
  98.         Me.tabCode.Controls.Add(Me.lblBlankLines)
  99.         Me.tabCode.Controls.Add(Me.lblAllLines)
  100.         Me.tabCode.Location = New System.Drawing.Point(4, 22)
  101.         Me.tabCode.Name = "tabCode"
  102.         Me.tabCode.Padding = New System.Windows.Forms.Padding(3)
  103.         Me.tabCode.Size = New System.Drawing.Size(681, 439)
  104.         Me.tabCode.TabIndex = 0
  105.         Me.tabCode.Text = "Righe di codice"
  106.         Me.tabCode.UseVisualStyleBackColor = True
  107.         '
  108.         'lblCode
  109.         '
  110.         Me.lblCode.AutoSize = True
  111.         Me.lblCode.Location = New System.Drawing.Point(8, 71)
  112.         Me.lblCode.Name = "lblCode"
  113.         Me.lblCode.Size = New System.Drawing.Size(125, 13)
  114.         Me.lblCode.TabIndex = 3
  115.         Me.lblCode.Text = "Righe di codice effettivo:"
  116.         '
  117.         'lblComment
  118.         '
  119.         Me.lblComment.AutoSize = True
  120.         Me.lblComment.Location = New System.Drawing.Point(8, 50)
  121.         Me.lblComment.Name = "lblComment"
  122.         Me.lblComment.Size = New System.Drawing.Size(97, 13)
  123.         Me.lblComment.TabIndex = 2
  124.         Me.lblComment.Text = "Righe di commenti:"
  125.         '
  126.         'lblBlankLines
  127.         '
  128.         Me.lblBlankLines.AutoSize = True
  129.         Me.lblBlankLines.Location = New System.Drawing.Point(8, 29)
  130.         Me.lblBlankLines.Name = "lblBlankLines"
  131.         Me.lblBlankLines.Size = New System.Drawing.Size(68, 13)
  132.         Me.lblBlankLines.TabIndex = 1
  133.         Me.lblBlankLines.Text = "Righe vuote:"
  134.         '
  135.         'lblAllLines
  136.         '
  137.         Me.lblAllLines.AutoSize = True
  138.         Me.lblAllLines.Location = New System.Drawing.Point(8, 8)
  139.         Me.lblAllLines.Name = "lblAllLines"
  140.         Me.lblAllLines.Size = New System.Drawing.Size(63, 13)
  141.         Me.lblAllLines.TabIndex = 0
  142.         Me.lblAllLines.Text = "Righe totali:"
  143.         '
  144.         'tabMethod
  145.         '
  146.         Me.tabMethod.Controls.Add(Me.txtMethod)
  147.         Me.tabMethod.Controls.Add(Me.cmbMethods)
  148.         Me.tabMethod.Controls.Add(Me.lblMethod)
  149.         Me.tabMethod.Location = New System.Drawing.Point(4, 22)
  150.         Me.tabMethod.Name = "tabMethod"
  151.         Me.tabMethod.Padding = New System.Windows.Forms.Padding(3)
  152.         Me.tabMethod.Size = New System.Drawing.Size(681, 439)
  153.         Me.tabMethod.TabIndex = 1
  154.         Me.tabMethod.Text = "Metodi"
  155.         Me.tabMethod.UseVisualStyleBackColor = True
  156.         '
  157.         'cmbMethods
  158.         '
  159.         Me.cmbMethods.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  160.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  161.         Me.cmbMethods.FormattingEnabled = True
  162.         Me.cmbMethods.Location = New System.Drawing.Point(11, 24)
  163.         Me.cmbMethods.Name = "cmbMethods"
  164.         Me.cmbMethods.Size = New System.Drawing.Size(662, 21)
  165.         Me.cmbMethods.TabIndex = 1
  166.         Me.cmbMethods.Text = "Selezionare un metodo da questa lista per vederne il corpo"
  167.         '
  168.         'lblMethod
  169.         '
  170.         Me.lblMethod.AutoSize = True
  171.         Me.lblMethod.Location = New System.Drawing.Point(8, 8)
  172.         Me.lblMethod.Name = "lblMethod"
  173.         Me.lblMethod.Size = New System.Drawing.Size(305, 13)
  174.         Me.lblMethod.TabIndex = 0
  175.         Me.lblMethod.Text = "Sono stati trovate ? definizioni di procedure, funzioni o proprietà"
  176.         '
  177.         'tabValue
  178.         '
  179.         Me.tabValue.Controls.Add(Me.txtValue)
  180.         Me.tabValue.Controls.Add(Me.cmbValues)
  181.         Me.tabValue.Controls.Add(Me.lblValue)
  182.         Me.tabValue.Location = New System.Drawing.Point(4, 22)
  183.         Me.tabValue.Name = "tabValue"
  184.         Me.tabValue.Size = New System.Drawing.Size(681, 439)
  185.         Me.tabValue.TabIndex = 2
  186.         Me.tabValue.Text = "Tipi Value"
  187.         Me.tabValue.UseVisualStyleBackColor = True
  188.         '
  189.         'cmbValues
  190.         '
  191.         Me.cmbValues.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  192.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  193.         Me.cmbValues.FormattingEnabled = True
  194.         Me.cmbValues.Location = New System.Drawing.Point(11, 24)
  195.         Me.cmbValues.Name = "cmbValues"
  196.         Me.cmbValues.Size = New System.Drawing.Size(662, 21)
  197.         Me.cmbValues.TabIndex = 1
  198.         Me.cmbValues.Text = "Selezionare un tipo da questa lista per vederne il corpo"
  199.         '
  200.         'lblValue
  201.         '
  202.         Me.lblValue.AutoSize = True
  203.         Me.lblValue.Location = New System.Drawing.Point(8, 8)
  204.         Me.lblValue.Name = "lblValue"
  205.         Me.lblValue.Size = New System.Drawing.Size(265, 13)
  206.         Me.lblValue.TabIndex = 0
  207.         Me.lblValue.Text = "Son state trovate ? definizioni di enumeratori o strutture"
  208.         '
  209.         'tabVar
  210.         '
  211.         Me.tabVar.Controls.Add(Me.lstVars)
  212.         Me.tabVar.Controls.Add(Me.lblVar)
  213.         Me.tabVar.Location = New System.Drawing.Point(4, 22)
  214.         Me.tabVar.Name = "tabVar"
  215.         Me.tabVar.Size = New System.Drawing.Size(681, 439)
  216.         Me.tabVar.TabIndex = 3
  217.         Me.tabVar.Text = "Variabili"
  218.         Me.tabVar.UseVisualStyleBackColor = True
  219.         '
  220.         'lstVars
  221.         '
  222.         Me.lstVars.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  223.                     Or System.Windows.Forms.AnchorStyles.Left) _
  224.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  225.         Me.lstVars.Font = New System.Drawing.Font("Courier New", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  226.         Me.lstVars.FormattingEnabled = True
  227.         Me.lstVars.IntegralHeight = False
  228.         Me.lstVars.ItemHeight = 15
  229.         Me.lstVars.Location = New System.Drawing.Point(11, 24)
  230.         Me.lstVars.Name = "lstVars"
  231.         Me.lstVars.Size = New System.Drawing.Size(662, 407)
  232.         Me.lstVars.TabIndex = 1
  233.         '
  234.         'lblVar
  235.         '
  236.         Me.lblVar.AutoSize = True
  237.         Me.lblVar.Location = New System.Drawing.Point(8, 8)
  238.         Me.lblVar.Name = "lblVar"
  239.         Me.lblVar.Size = New System.Drawing.Size(213, 13)
  240.         Me.lblVar.TabIndex = 0
  241.         Me.lblVar.Text = "Sono state trovate ? dichiarazioni di variabili"
  242.         '
  243.         'tabClass
  244.         '
  245.         Me.tabClass.Controls.Add(Me.txtClass)
  246.         Me.tabClass.Controls.Add(Me.cmbClasses)
  247.         Me.tabClass.Controls.Add(Me.lblClass)
  248.         Me.tabClass.Location = New System.Drawing.Point(4, 22)
  249.         Me.tabClass.Name = "tabClass"
  250.         Me.tabClass.Size = New System.Drawing.Size(681, 439)
  251.         Me.tabClass.TabIndex = 4
  252.         Me.tabClass.Text = "Classi ecc."
  253.         Me.tabClass.UseVisualStyleBackColor = True
  254.         '
  255.         'cmbClasses
  256.         '
  257.         Me.cmbClasses.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  258.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  259.         Me.cmbClasses.FormattingEnabled = True
  260.         Me.cmbClasses.Location = New System.Drawing.Point(11, 24)
  261.         Me.cmbClasses.Name = "cmbClasses"
  262.         Me.cmbClasses.Size = New System.Drawing.Size(662, 21)
  263.         Me.cmbClasses.TabIndex = 1
  264.         Me.cmbClasses.Text = "Selezionare un elemento da questa lista per vederne il corpo"
  265.         '
  266.         'lblClass
  267.         '
  268.         Me.lblClass.AutoSize = True
  269.         Me.lblClass.Location = New System.Drawing.Point(8, 8)
  270.         Me.lblClass.Name = "lblClass"
  271.         Me.lblClass.Size = New System.Drawing.Size(287, 13)
  272.         Me.lblClass.TabIndex = 0
  273.         Me.lblClass.Text = "Sono state trovate ? definizioni di classi, moduli o interfacce"
  274.         '
  275.         'txtMethod
  276.         '
  277.         Me.txtMethod.AcceptsTab = True
  278.         Me.txtMethod.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  279.                     Or System.Windows.Forms.AnchorStyles.Left) _
  280.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  281.         Me.txtMethod.CaseSensitive = False
  282.         Me.txtMethod.Font = New System.Drawing.Font("Courier New", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  283.         Me.txtMethod.Location = New System.Drawing.Point(11, 51)
  284.         Me.txtMethod.Name = "txtMethod"
  285.         Me.txtMethod.Size = New System.Drawing.Size(662, 380)
  286.         Me.txtMethod.TabIndex = 2
  287.         Me.txtMethod.Text = ""
  288.         Me.txtMethod.WordWrap = False
  289.         '
  290.         'txtValue
  291.         '
  292.         Me.txtValue.AcceptsTab = True
  293.         Me.txtValue.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  294.                     Or System.Windows.Forms.AnchorStyles.Left) _
  295.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  296.         Me.txtValue.CaseSensitive = False
  297.         Me.txtValue.Font = New System.Drawing.Font("Courier New", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  298.         Me.txtValue.Location = New System.Drawing.Point(11, 51)
  299.         Me.txtValue.Name = "txtValue"
  300.         Me.txtValue.Size = New System.Drawing.Size(662, 380)
  301.         Me.txtValue.TabIndex = 2
  302.         Me.txtValue.Text = ""
  303.         Me.txtValue.WordWrap = False
  304.         '
  305.         'txtClass
  306.         '
  307.         Me.txtClass.AcceptsTab = True
  308.         Me.txtClass.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  309.                     Or System.Windows.Forms.AnchorStyles.Left) _
  310.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  311.         Me.txtClass.CaseSensitive = False
  312.         Me.txtClass.Font = New System.Drawing.Font("Courier New", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  313.         Me.txtClass.Location = New System.Drawing.Point(11, 55)
  314.         Me.txtClass.Name = "txtClass"
  315.         Me.txtClass.Size = New System.Drawing.Size(662, 381)
  316.         Me.txtClass.TabIndex = 2
  317.         Me.txtClass.Text = ""
  318.         Me.txtClass.WordWrap = False
  319.         '
  320.         'lblSpeed
  321.         '
  322.         Me.lblSpeed.AutoSize = True
  323.         Me.lblSpeed.Location = New System.Drawing.Point(8, 92)
  324.         Me.lblSpeed.Name = "lblSpeed"
  325.         Me.lblSpeed.Size = New System.Drawing.Size(136, 13)
  326.         Me.lblSpeed.TabIndex = 4
  327.         Me.lblSpeed.Text = "? KB analizzati in ? secondi"
  328.         '
  329.         'frmScanner
  330.         '
  331.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  332.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  333.         Me.ClientSize = New System.Drawing.Size(689, 489)
  334.         Me.Controls.Add(Me.tabMain)
  335.         Me.Controls.Add(Me.strMainMenu)
  336.         Me.MainMenuStrip = Me.strMainMenu
  337.         Me.Name = "frmScanner"
  338.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  339.         Me.Text = "Source Scanner"
  340.         Me.strMainMenu.ResumeLayout(False)
  341.         Me.strMainMenu.PerformLayout()
  342.         Me.tabMain.ResumeLayout(False)
  343.         Me.tabCode.ResumeLayout(False)
  344.         Me.tabCode.PerformLayout()
  345.         Me.tabMethod.ResumeLayout(False)
  346.         Me.tabMethod.PerformLayout()
  347.         Me.tabValue.ResumeLayout(False)
  348.         Me.tabValue.PerformLayout()
  349.         Me.tabVar.ResumeLayout(False)
  350.         Me.tabVar.PerformLayout()
  351.         Me.tabClass.ResumeLayout(False)
  352.         Me.tabClass.PerformLayout()
  353.         Me.ResumeLayout(False)
  354.         Me.PerformLayout()
  355.  
  356.     End Sub
  357.     Friend WithEvents strMainMenu As System.Windows.Forms.MenuStrip
  358.     Friend WithEvents strFile As System.Windows.Forms.ToolStripMenuItem
  359.     Friend WithEvents strOpen As System.Windows.Forms.ToolStripMenuItem
  360.     Friend WithEvents tabMain As System.Windows.Forms.TabControl
  361.     Friend WithEvents tabCode As System.Windows.Forms.TabPage
  362.     Friend WithEvents tabMethod As System.Windows.Forms.TabPage
  363.     Friend WithEvents tabValue As System.Windows.Forms.TabPage
  364.     Friend WithEvents tabVar As System.Windows.Forms.TabPage
  365.     Friend WithEvents tabClass As System.Windows.Forms.TabPage
  366.     Friend WithEvents lblCode As System.Windows.Forms.Label
  367.     Friend WithEvents lblComment As System.Windows.Forms.Label
  368.     Friend WithEvents lblBlankLines As System.Windows.Forms.Label
  369.     Friend WithEvents lblAllLines As System.Windows.Forms.Label
  370.     Friend WithEvents cmbMethods As System.Windows.Forms.ComboBox
  371.     Friend WithEvents lblMethod As System.Windows.Forms.Label
  372.     Friend WithEvents txtMethod As Source_Scanner.clsSyntaxRTB
  373.     Friend WithEvents cmbValues As System.Windows.Forms.ComboBox
  374.     Friend WithEvents lblValue As System.Windows.Forms.Label
  375.     Friend WithEvents lstVars As System.Windows.Forms.ListBox
  376.     Friend WithEvents lblVar As System.Windows.Forms.Label
  377.     Friend WithEvents txtValue As Source_Scanner.clsSyntaxRTB
  378.     Friend WithEvents lblClass As System.Windows.Forms.Label
  379.     Friend WithEvents cmbClasses As System.Windows.Forms.ComboBox
  380.     Friend WithEvents txtClass As Source_Scanner.clsSyntaxRTB
  381.     Friend WithEvents lblSpeed As System.Windows.Forms.Label
  382.  
  383. End Class