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
TBench - 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.         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1))
  23.         Me.txtAssembly = New System.Windows.Forms.TextBox
  24.         Me.btnBrowse = New System.Windows.Forms.Button
  25.         Me.Label1 = New System.Windows.Forms.Label
  26.         Me.lstAllMethods = New System.Windows.Forms.ListView
  27.         Me.ColumnHeader1 = New System.Windows.Forms.ColumnHeader
  28.         Me.ColumnHeader2 = New System.Windows.Forms.ColumnHeader
  29.         Me.ColumnHeader3 = New System.Windows.Forms.ColumnHeader
  30.         Me.ColumnHeader4 = New System.Windows.Forms.ColumnHeader
  31.         Me.tabMain = New System.Windows.Forms.TabControl
  32.         Me.TabPage1 = New System.Windows.Forms.TabPage
  33.         Me.Label2 = New System.Windows.Forms.Label
  34.         Me.TabPage2 = New System.Windows.Forms.TabPage
  35.         Me.lstArguments = New System.Windows.Forms.ListView
  36.         Me.Label3 = New System.Windows.Forms.Label
  37.         Me.pgArguments = New System.Windows.Forms.PropertyGrid
  38.         Me.TabPage3 = New System.Windows.Forms.TabPage
  39.         Me.tabResults = New System.Windows.Forms.TabControl
  40.         Me.lblResult = New System.Windows.Forms.Label
  41.         Me.btnAnalyze = New System.Windows.Forms.Button
  42.         Me.btnTest = New System.Windows.Forms.Button
  43.         Me.btnArguments = New System.Windows.Forms.Button
  44.         Me.ColumnHeader5 = New System.Windows.Forms.ColumnHeader
  45.         Me.ColumnHeader6 = New System.Windows.Forms.ColumnHeader
  46.         Me.ColumnHeader7 = New System.Windows.Forms.ColumnHeader
  47.         Me.tabMain.SuspendLayout()
  48.         Me.TabPage1.SuspendLayout()
  49.         Me.TabPage2.SuspendLayout()
  50.         Me.TabPage3.SuspendLayout()
  51.         Me.SuspendLayout()
  52.         '
  53.         'txtAssembly
  54.         '
  55.         Me.txtAssembly.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  56.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  57.         Me.txtAssembly.Location = New System.Drawing.Point(12, 43)
  58.         Me.txtAssembly.Name = "txtAssembly"
  59.         Me.txtAssembly.Size = New System.Drawing.Size(571, 20)
  60.         Me.txtAssembly.TabIndex = 0
  61.         '
  62.         'btnBrowse
  63.         '
  64.         Me.btnBrowse.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  65.         Me.btnBrowse.Location = New System.Drawing.Point(589, 43)
  66.         Me.btnBrowse.Name = "btnBrowse"
  67.         Me.btnBrowse.Size = New System.Drawing.Size(30, 20)
  68.         Me.btnBrowse.TabIndex = 1
  69.         Me.btnBrowse.Text = "..."
  70.         Me.btnBrowse.UseVisualStyleBackColor = True
  71.         '
  72.         'Label1
  73.         '
  74.         Me.Label1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  75.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  76.         Me.Label1.Location = New System.Drawing.Point(9, 9)
  77.         Me.Label1.Name = "Label1"
  78.         Me.Label1.Size = New System.Drawing.Size(610, 31)
  79.         Me.Label1.TabIndex = 3
  80.         Me.Label1.Text = resources.GetString("Label1.Text")
  81.         '
  82.         'lstAllMethods
  83.         '
  84.         Me.lstAllMethods.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  85.                     Or System.Windows.Forms.AnchorStyles.Left) _
  86.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  87.         Me.lstAllMethods.CheckBoxes = True
  88.         Me.lstAllMethods.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeader1, Me.ColumnHeader2, Me.ColumnHeader3, Me.ColumnHeader4})
  89.         Me.lstAllMethods.FullRowSelect = True
  90.         Me.lstAllMethods.GridLines = True
  91.         Me.lstAllMethods.Location = New System.Drawing.Point(6, 22)
  92.         Me.lstAllMethods.Name = "lstAllMethods"
  93.         Me.lstAllMethods.Size = New System.Drawing.Size(587, 302)
  94.         Me.lstAllMethods.TabIndex = 4
  95.         Me.lstAllMethods.UseCompatibleStateImageBehavior = False
  96.         Me.lstAllMethods.View = System.Windows.Forms.View.Details
  97.         '
  98.         'ColumnHeader1
  99.         '
  100.         Me.ColumnHeader1.Text = "Nome"
  101.         Me.ColumnHeader1.Width = 142
  102.         '
  103.         'ColumnHeader2
  104.         '
  105.         Me.ColumnHeader2.Text = "Alias"
  106.         Me.ColumnHeader2.Width = 97
  107.         '
  108.         'ColumnHeader3
  109.         '
  110.         Me.ColumnHeader3.Text = "Gruppo"
  111.         Me.ColumnHeader3.Width = 99
  112.         '
  113.         'ColumnHeader4
  114.         '
  115.         Me.ColumnHeader4.Text = "Tipo"
  116.         Me.ColumnHeader4.Width = 209
  117.         '
  118.         'tabMain
  119.         '
  120.         Me.tabMain.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  121.                     Or System.Windows.Forms.AnchorStyles.Left) _
  122.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  123.         Me.tabMain.Controls.Add(Me.TabPage1)
  124.         Me.tabMain.Controls.Add(Me.TabPage2)
  125.         Me.tabMain.Controls.Add(Me.TabPage3)
  126.         Me.tabMain.Location = New System.Drawing.Point(12, 83)
  127.         Me.tabMain.Name = "tabMain"
  128.         Me.tabMain.SelectedIndex = 0
  129.         Me.tabMain.Size = New System.Drawing.Size(607, 356)
  130.         Me.tabMain.TabIndex = 5
  131.         '
  132.         'TabPage1
  133.         '
  134.         Me.TabPage1.Controls.Add(Me.Label2)
  135.         Me.TabPage1.Controls.Add(Me.lstAllMethods)
  136.         Me.TabPage1.Location = New System.Drawing.Point(4, 22)
  137.         Me.TabPage1.Name = "TabPage1"
  138.         Me.TabPage1.Padding = New System.Windows.Forms.Padding(3)
  139.         Me.TabPage1.Size = New System.Drawing.Size(599, 330)
  140.         Me.TabPage1.TabIndex = 0
  141.         Me.TabPage1.Text = "Analisi"
  142.         Me.TabPage1.UseVisualStyleBackColor = True
  143.         '
  144.         'Label2
  145.         '
  146.         Me.Label2.AutoSize = True
  147.         Me.Label2.Location = New System.Drawing.Point(3, 6)
  148.         Me.Label2.Name = "Label2"
  149.         Me.Label2.Size = New System.Drawing.Size(194, 13)
  150.         Me.Label2.TabIndex = 5
  151.         Me.Label2.Text = "Scegli i metodi da anlizzare spuntandoli:"
  152.         '
  153.         'TabPage2
  154.         '
  155.         Me.TabPage2.Controls.Add(Me.lstArguments)
  156.         Me.TabPage2.Controls.Add(Me.Label3)
  157.         Me.TabPage2.Controls.Add(Me.pgArguments)
  158.         Me.TabPage2.Location = New System.Drawing.Point(4, 22)
  159.         Me.TabPage2.Name = "TabPage2"
  160.         Me.TabPage2.Size = New System.Drawing.Size(599, 330)
  161.         Me.TabPage2.TabIndex = 1
  162.         Me.TabPage2.Text = "Parametri"
  163.         Me.TabPage2.UseVisualStyleBackColor = True
  164.         '
  165.         'lstArguments
  166.         '
  167.         Me.lstArguments.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  168.                     Or System.Windows.Forms.AnchorStyles.Left) _
  169.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  170.         Me.lstArguments.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeader5, Me.ColumnHeader6, Me.ColumnHeader7})
  171.         Me.lstArguments.FullRowSelect = True
  172.         Me.lstArguments.GridLines = True
  173.         Me.lstArguments.Location = New System.Drawing.Point(327, 53)
  174.         Me.lstArguments.Name = "lstArguments"
  175.         Me.lstArguments.Size = New System.Drawing.Size(263, 274)
  176.         Me.lstArguments.TabIndex = 2
  177.         Me.lstArguments.UseCompatibleStateImageBehavior = False
  178.         Me.lstArguments.View = System.Windows.Forms.View.Details
  179.         '
  180.         'Label3
  181.         '
  182.         Me.Label3.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  183.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  184.         Me.Label3.Location = New System.Drawing.Point(327, 6)
  185.         Me.Label3.Name = "Label3"
  186.         Me.Label3.Size = New System.Drawing.Size(263, 44)
  187.         Me.Label3.TabIndex = 1
  188.         Me.Label3.Text = "Assegna i parametri ai metodi dati." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Per i metodi con parametri, la lista qua sot" & _
  189.             "to li riporterà in ordine, addizionalmente a quelli esposti nella griglia."
  190.         '
  191.         'pgArguments
  192.         '
  193.         Me.pgArguments.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  194.                     Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  195.         Me.pgArguments.Location = New System.Drawing.Point(3, 3)
  196.         Me.pgArguments.Name = "pgArguments"
  197.         Me.pgArguments.PropertySort = System.Windows.Forms.PropertySort.Alphabetical
  198.         Me.pgArguments.Size = New System.Drawing.Size(315, 324)
  199.         Me.pgArguments.TabIndex = 0
  200.         '
  201.         'TabPage3
  202.         '
  203.         Me.TabPage3.Controls.Add(Me.tabResults)
  204.         Me.TabPage3.Controls.Add(Me.lblResult)
  205.         Me.TabPage3.Location = New System.Drawing.Point(4, 22)
  206.         Me.TabPage3.Name = "TabPage3"
  207.         Me.TabPage3.Size = New System.Drawing.Size(599, 330)
  208.         Me.TabPage3.TabIndex = 2
  209.         Me.TabPage3.Text = "Risultati"
  210.         Me.TabPage3.UseVisualStyleBackColor = True
  211.         '
  212.         'tabResults
  213.         '
  214.         Me.tabResults.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  215.                     Or System.Windows.Forms.AnchorStyles.Left) _
  216.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  217.         Me.tabResults.Location = New System.Drawing.Point(9, 22)
  218.         Me.tabResults.Name = "tabResults"
  219.         Me.tabResults.SelectedIndex = 0
  220.         Me.tabResults.Size = New System.Drawing.Size(582, 301)
  221.         Me.tabResults.TabIndex = 1
  222.         '
  223.         'lblResult
  224.         '
  225.         Me.lblResult.AutoSize = True
  226.         Me.lblResult.Location = New System.Drawing.Point(6, 6)
  227.         Me.lblResult.Name = "lblResult"
  228.         Me.lblResult.Size = New System.Drawing.Size(298, 13)
  229.         Me.lblResult.TabIndex = 0
  230.         Me.lblResult.Text = "Test di benchmarking completato: ? metodi testai in ? secondi"
  231.         '
  232.         'btnAnalyze
  233.         '
  234.         Me.btnAnalyze.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  235.         Me.btnAnalyze.Location = New System.Drawing.Point(397, 69)
  236.         Me.btnAnalyze.Name = "btnAnalyze"
  237.         Me.btnAnalyze.Size = New System.Drawing.Size(70, 20)
  238.         Me.btnAnalyze.TabIndex = 6
  239.         Me.btnAnalyze.Text = "Analizza"
  240.         Me.btnAnalyze.UseVisualStyleBackColor = True
  241.         '
  242.         'btnTest
  243.         '
  244.         Me.btnTest.Enabled = False
  245.         Me.btnTest.Location = New System.Drawing.Point(549, 69)
  246.         Me.btnTest.Name = "btnTest"
  247.         Me.btnTest.Size = New System.Drawing.Size(70, 20)
  248.         Me.btnTest.TabIndex = 7
  249.         Me.btnTest.Text = "Testa"
  250.         Me.btnTest.UseVisualStyleBackColor = True
  251.         '
  252.         'btnArguments
  253.         '
  254.         Me.btnArguments.Location = New System.Drawing.Point(473, 69)
  255.         Me.btnArguments.Name = "btnArguments"
  256.         Me.btnArguments.Size = New System.Drawing.Size(70, 20)
  257.         Me.btnArguments.TabIndex = 8
  258.         Me.btnArguments.Text = "Parametri"
  259.         Me.btnArguments.UseVisualStyleBackColor = True
  260.         '
  261.         'ColumnHeader5
  262.         '
  263.         Me.ColumnHeader5.Text = "Nome"
  264.         Me.ColumnHeader5.Width = 78
  265.         '
  266.         'ColumnHeader6
  267.         '
  268.         Me.ColumnHeader6.Text = "Tipo"
  269.         Me.ColumnHeader6.Width = 177
  270.         '
  271.         'ColumnHeader7
  272.         '
  273.         Me.ColumnHeader7.Text = "Passaggio"
  274.         Me.ColumnHeader7.Width = 69
  275.         '
  276.         'Form1
  277.         '
  278.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  279.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  280.         Me.ClientSize = New System.Drawing.Size(631, 451)
  281.         Me.Controls.Add(Me.btnArguments)
  282.         Me.Controls.Add(Me.btnTest)
  283.         Me.Controls.Add(Me.btnAnalyze)
  284.         Me.Controls.Add(Me.tabMain)
  285.         Me.Controls.Add(Me.Label1)
  286.         Me.Controls.Add(Me.btnBrowse)
  287.         Me.Controls.Add(Me.txtAssembly)
  288.         Me.Name = "Form1"
  289.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  290.         Me.Text = "TBench - Testing"
  291.         Me.tabMain.ResumeLayout(False)
  292.         Me.TabPage1.ResumeLayout(False)
  293.         Me.TabPage1.PerformLayout()
  294.         Me.TabPage2.ResumeLayout(False)
  295.         Me.TabPage3.ResumeLayout(False)
  296.         Me.TabPage3.PerformLayout()
  297.         Me.ResumeLayout(False)
  298.         Me.PerformLayout()
  299.  
  300.     End Sub
  301.     Friend WithEvents txtAssembly As System.Windows.Forms.TextBox
  302.     Friend WithEvents btnBrowse As System.Windows.Forms.Button
  303.     Friend WithEvents Label1 As System.Windows.Forms.Label
  304.     Friend WithEvents lstAllMethods As System.Windows.Forms.ListView
  305.     Friend WithEvents tabMain As System.Windows.Forms.TabControl
  306.     Friend WithEvents TabPage1 As System.Windows.Forms.TabPage
  307.     Friend WithEvents Label2 As System.Windows.Forms.Label
  308.     Friend WithEvents btnAnalyze As System.Windows.Forms.Button
  309.     Friend WithEvents ColumnHeader1 As System.Windows.Forms.ColumnHeader
  310.     Friend WithEvents ColumnHeader2 As System.Windows.Forms.ColumnHeader
  311.     Friend WithEvents ColumnHeader3 As System.Windows.Forms.ColumnHeader
  312.     Friend WithEvents ColumnHeader4 As System.Windows.Forms.ColumnHeader
  313.     Friend WithEvents btnTest As System.Windows.Forms.Button
  314.     Friend WithEvents TabPage2 As System.Windows.Forms.TabPage
  315.     Friend WithEvents TabPage3 As System.Windows.Forms.TabPage
  316.     Friend WithEvents btnArguments As System.Windows.Forms.Button
  317.     Friend WithEvents Label3 As System.Windows.Forms.Label
  318.     Friend WithEvents pgArguments As System.Windows.Forms.PropertyGrid
  319.     Friend WithEvents tabResults As System.Windows.Forms.TabControl
  320.     Friend WithEvents lblResult As System.Windows.Forms.Label
  321.     Friend WithEvents lstArguments As System.Windows.Forms.ListView
  322.     Friend WithEvents ColumnHeader5 As System.Windows.Forms.ColumnHeader
  323.     Friend WithEvents ColumnHeader6 As System.Windows.Forms.ColumnHeader
  324.     Friend WithEvents ColumnHeader7 As System.Windows.Forms.ColumnHeader
  325.  
  326. End Class