Form1.Designer.vb
上传用户:zsmlsjim
上传日期:2022-03-12
资源大小:75k
文件大小:11k
源码类别:

搜索引擎

开发平台:

Visual Basic

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Form1
  3.     Inherits System.Windows.Forms.Form
  4.     'Форма переопределяет dispose для очистки списка компонентов.
  5.     <System.Diagnostics.DebuggerNonUserCode()> _
  6.     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7.         Try
  8.             If disposing AndAlso components IsNot Nothing Then
  9.                 components.Dispose()
  10.             End If
  11.         Finally
  12.             MyBase.Dispose(disposing)
  13.         End Try
  14.     End Sub
  15.     'Является обязательной для конструктора форм Windows Forms
  16.     Private components As System.ComponentModel.IContainer
  17.     'Примечание: следующая процедура является обязательной для конструктора форм Windows Forms
  18.     'Для ее изменения используйте конструктор форм Windows Form.  
  19.     'Не изменяйте ее в редакторе исходного кода.
  20.     <System.Diagnostics.DebuggerStepThrough()> _
  21.     Private Sub InitializeComponent()
  22.         Me.Label1 = New System.Windows.Forms.Label
  23.         Me.Label2 = New System.Windows.Forms.Label
  24.         Me.Label3 = New System.Windows.Forms.Label
  25.         Me.Label4 = New System.Windows.Forms.Label
  26.         Me.Label5 = New System.Windows.Forms.Label
  27.         Me.Label6 = New System.Windows.Forms.Label
  28.         Me.Label7 = New System.Windows.Forms.Label
  29.         Me.Label8 = New System.Windows.Forms.Label
  30.         Me.Label9 = New System.Windows.Forms.Label
  31.         Me.uiDisplayTextBox = New System.Windows.Forms.TextBox
  32.         Me.uiNumberInTextBox = New System.Windows.Forms.TextBox
  33.         Me.uiStringInTextBox = New System.Windows.Forms.TextBox
  34.         Me.uiDisplayButton = New System.Windows.Forms.Button
  35.         Me.uiSearchButton = New System.Windows.Forms.Button
  36.         Me.uiExitButton = New System.Windows.Forms.Button
  37.         Me.Label10 = New System.Windows.Forms.Label
  38.         Me.Label11 = New System.Windows.Forms.Label
  39.         Me.Label12 = New System.Windows.Forms.Label
  40.         Me.uiResultLabel = New System.Windows.Forms.Label
  41.         Me.SuspendLayout()
  42.         '
  43.         'Label1
  44.         '
  45.         Me.Label1.AutoSize = True
  46.         Me.Label1.Location = New System.Drawing.Point(36, 50)
  47.         Me.Label1.Name = "Label1"
  48.         Me.Label1.Size = New System.Drawing.Size(85, 13)
  49.         Me.Label1.TabIndex = 0
  50.         Me.Label1.Text = "1. UAR Identifier"
  51.         '
  52.         'Label2
  53.         '
  54.         Me.Label2.AutoSize = True
  55.         Me.Label2.Location = New System.Drawing.Point(36, 70)
  56.         Me.Label2.Name = "Label2"
  57.         Me.Label2.Size = New System.Drawing.Size(220, 13)
  58.         Me.Label2.TabIndex = 1
  59.         Me.Label2.Text = "2. Succinct description of the usability aspect"
  60.         '
  61.         'Label3
  62.         '
  63.         Me.Label3.AutoSize = True
  64.         Me.Label3.Location = New System.Drawing.Point(36, 93)
  65.         Me.Label3.Name = "Label3"
  66.         Me.Label3.Size = New System.Drawing.Size(132, 13)
  67.         Me.Label3.TabIndex = 2
  68.         Me.Label3.Text = "3. Evidence for the aspect"
  69.         '
  70.         'Label4
  71.         '
  72.         Me.Label4.AutoSize = True
  73.         Me.Label4.Location = New System.Drawing.Point(36, 118)
  74.         Me.Label4.Name = "Label4"
  75.         Me.Label4.Size = New System.Drawing.Size(139, 13)
  76.         Me.Label4.TabIndex = 3
  77.         Me.Label4.Text = "4. Explanation of the aspect"
  78.         '
  79.         'Label5
  80.         '
  81.         Me.Label5.AutoSize = True
  82.         Me.Label5.Location = New System.Drawing.Point(36, 142)
  83.         Me.Label5.Name = "Label5"
  84.         Me.Label5.Size = New System.Drawing.Size(267, 13)
  85.         Me.Label5.TabIndex = 4
  86.         Me.Label5.Text = "5. Severity of the problem or benefit of the good feature"
  87.         '
  88.         'Label6
  89.         '
  90.         Me.Label6.AutoSize = True
  91.         Me.Label6.Location = New System.Drawing.Point(36, 168)
  92.         Me.Label6.Name = "Label6"
  93.         Me.Label6.Size = New System.Drawing.Size(208, 13)
  94.         Me.Label6.TabIndex = 5
  95.         Me.Label6.Text = "6. Possible solution and potential trade-offs"
  96.         '
  97.         'Label7
  98.         '
  99.         Me.Label7.AutoSize = True
  100.         Me.Label7.Location = New System.Drawing.Point(36, 192)
  101.         Me.Label7.Name = "Label7"
  102.         Me.Label7.Size = New System.Drawing.Size(196, 13)
  103.         Me.Label7.TabIndex = 6
  104.         Me.Label7.Text = "7. Relationship to other usability aspects"
  105.         '
  106.         'Label8
  107.         '
  108.         Me.Label8.AutoSize = True
  109.         Me.Label8.Location = New System.Drawing.Point(36, 309)
  110.         Me.Label8.Name = "Label8"
  111.         Me.Label8.Size = New System.Drawing.Size(82, 13)
  112.         Me.Label8.TabIndex = 7
  113.         Me.Label8.Text = "Enter a number:"
  114.         '
  115.         'Label9
  116.         '
  117.         Me.Label9.AutoSize = True
  118.         Me.Label9.Location = New System.Drawing.Point(36, 348)
  119.         Me.Label9.Name = "Label9"
  120.         Me.Label9.Size = New System.Drawing.Size(107, 13)
  121.         Me.Label9.TabIndex = 8
  122.         Me.Label9.Text = "Enter a search string:"
  123.         '
  124.         'uiDisplayTextBox
  125.         '
  126.         Me.uiDisplayTextBox.Location = New System.Drawing.Point(370, 47)
  127.         Me.uiDisplayTextBox.Multiline = True
  128.         Me.uiDisplayTextBox.Name = "uiDisplayTextBox"
  129.         Me.uiDisplayTextBox.ReadOnly = True
  130.         Me.uiDisplayTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
  131.         Me.uiDisplayTextBox.Size = New System.Drawing.Size(298, 192)
  132.         Me.uiDisplayTextBox.TabIndex = 9
  133.         Me.uiDisplayTextBox.TabStop = False
  134.         '
  135.         'uiNumberInTextBox
  136.         '
  137.         Me.uiNumberInTextBox.Location = New System.Drawing.Point(156, 306)
  138.         Me.uiNumberInTextBox.Name = "uiNumberInTextBox"
  139.         Me.uiNumberInTextBox.Size = New System.Drawing.Size(100, 20)
  140.         Me.uiNumberInTextBox.TabIndex = 1
  141.         '
  142.         'uiStringInTextBox
  143.         '
  144.         Me.uiStringInTextBox.Location = New System.Drawing.Point(156, 345)
  145.         Me.uiStringInTextBox.Name = "uiStringInTextBox"
  146.         Me.uiStringInTextBox.Size = New System.Drawing.Size(100, 20)
  147.         Me.uiStringInTextBox.TabIndex = 3
  148.         '
  149.         'uiDisplayButton
  150.         '
  151.         Me.uiDisplayButton.Location = New System.Drawing.Point(264, 300)
  152.         Me.uiDisplayButton.Name = "uiDisplayButton"
  153.         Me.uiDisplayButton.Size = New System.Drawing.Size(86, 30)
  154.         Me.uiDisplayButton.TabIndex = 2
  155.         Me.uiDisplayButton.Text = "&Display"
  156.         Me.uiDisplayButton.UseVisualStyleBackColor = True
  157.         '
  158.         'uiSearchButton
  159.         '
  160.         Me.uiSearchButton.Location = New System.Drawing.Point(264, 339)
  161.         Me.uiSearchButton.Name = "uiSearchButton"
  162.         Me.uiSearchButton.Size = New System.Drawing.Size(86, 30)
  163.         Me.uiSearchButton.TabIndex = 4
  164.         Me.uiSearchButton.Text = "&Search"
  165.         Me.uiSearchButton.UseVisualStyleBackColor = True
  166.         '
  167.         'uiExitButton
  168.         '
  169.         Me.uiExitButton.Location = New System.Drawing.Point(563, 379)
  170.         Me.uiExitButton.Name = "uiExitButton"
  171.         Me.uiExitButton.Size = New System.Drawing.Size(107, 34)
  172.         Me.uiExitButton.TabIndex = 5
  173.         Me.uiExitButton.Text = "&Exit"
  174.         Me.uiExitButton.UseVisualStyleBackColor = True
  175.         '
  176.         'Label10
  177.         '
  178.         Me.Label10.AutoSize = True
  179.         Me.Label10.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(204, Byte))
  180.         Me.Label10.Location = New System.Drawing.Point(36, 15)
  181.         Me.Label10.Name = "Label10"
  182.         Me.Label10.Size = New System.Drawing.Size(216, 20)
  183.         Me.Label10.TabIndex = 15
  184.         Me.Label10.Text = "UAR Components names:"
  185.         '
  186.         'Label11
  187.         '
  188.         Me.Label11.AutoSize = True
  189.         Me.Label11.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(204, Byte))
  190.         Me.Label11.Location = New System.Drawing.Point(366, 15)
  191.         Me.Label11.Name = "Label11"
  192.         Me.Label11.Size = New System.Drawing.Size(239, 20)
  193.         Me.Label11.TabIndex = 16
  194.         Me.Label11.Text = "UAR component description:"
  195.         '
  196.         'Label12
  197.         '
  198.         Me.Label12.AutoSize = True
  199.         Me.Label12.Location = New System.Drawing.Point(367, 252)
  200.         Me.Label12.Name = "Label12"
  201.         Me.Label12.Size = New System.Drawing.Size(52, 13)
  202.         Me.Label12.TabIndex = 17
  203.         Me.Label12.Text = "Found at:"
  204.         '
  205.         'uiResultLabel
  206.         '
  207.         Me.uiResultLabel.AutoSize = True
  208.         Me.uiResultLabel.Location = New System.Drawing.Point(425, 252)
  209.         Me.uiResultLabel.Name = "uiResultLabel"
  210.         Me.uiResultLabel.Size = New System.Drawing.Size(0, 13)
  211.         Me.uiResultLabel.TabIndex = 18
  212.         '
  213.         'Form1
  214.         '
  215.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  216.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  217.         Me.ClientSize = New System.Drawing.Size(680, 428)
  218.         Me.Controls.Add(Me.uiResultLabel)
  219.         Me.Controls.Add(Me.Label12)
  220.         Me.Controls.Add(Me.Label11)
  221.         Me.Controls.Add(Me.Label10)
  222.         Me.Controls.Add(Me.uiExitButton)
  223.         Me.Controls.Add(Me.uiSearchButton)
  224.         Me.Controls.Add(Me.uiDisplayButton)
  225.         Me.Controls.Add(Me.uiStringInTextBox)
  226.         Me.Controls.Add(Me.uiNumberInTextBox)
  227.         Me.Controls.Add(Me.uiDisplayTextBox)
  228.         Me.Controls.Add(Me.Label9)
  229.         Me.Controls.Add(Me.Label8)
  230.         Me.Controls.Add(Me.Label7)
  231.         Me.Controls.Add(Me.Label6)
  232.         Me.Controls.Add(Me.Label5)
  233.         Me.Controls.Add(Me.Label4)
  234.         Me.Controls.Add(Me.Label3)
  235.         Me.Controls.Add(Me.Label2)
  236.         Me.Controls.Add(Me.Label1)
  237.         Me.Name = "Form1"
  238.         Me.Text = "Form1"
  239.         Me.ResumeLayout(False)
  240.         Me.PerformLayout()
  241.     End Sub
  242.     Friend WithEvents Label1 As System.Windows.Forms.Label
  243.     Friend WithEvents Label2 As System.Windows.Forms.Label
  244.     Friend WithEvents Label3 As System.Windows.Forms.Label
  245.     Friend WithEvents Label4 As System.Windows.Forms.Label
  246.     Friend WithEvents Label5 As System.Windows.Forms.Label
  247.     Friend WithEvents Label6 As System.Windows.Forms.Label
  248.     Friend WithEvents Label7 As System.Windows.Forms.Label
  249.     Friend WithEvents Label8 As System.Windows.Forms.Label
  250.     Friend WithEvents Label9 As System.Windows.Forms.Label
  251.     Friend WithEvents uiDisplayTextBox As System.Windows.Forms.TextBox
  252.     Friend WithEvents uiNumberInTextBox As System.Windows.Forms.TextBox
  253.     Friend WithEvents uiStringInTextBox As System.Windows.Forms.TextBox
  254.     Friend WithEvents uiDisplayButton As System.Windows.Forms.Button
  255.     Friend WithEvents uiSearchButton As System.Windows.Forms.Button
  256.     Friend WithEvents uiExitButton As System.Windows.Forms.Button
  257.     Friend WithEvents Label10 As System.Windows.Forms.Label
  258.     Friend WithEvents Label11 As System.Windows.Forms.Label
  259.     Friend WithEvents Label12 As System.Windows.Forms.Label
  260.     Friend WithEvents uiResultLabel As System.Windows.Forms.Label
  261. End Class