📄 uarcomponents.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class UARComponents
Inherits System.Windows.Forms.Form
'Form 重写 Dispose,以清理组件列表。
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
MyBase.Dispose(disposing)
End Sub
'Windows 窗体设计器所必需的
Private components As System.ComponentModel.IContainer
'注意: 以下过程是 Windows 窗体设计器所必需的
'可以使用 Windows 窗体设计器修改它。
'不要使用代码编辑器修改它。
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.Label1 = New System.Windows.Forms.Label
Me.Label2 = New System.Windows.Forms.Label
Me.Label3 = New System.Windows.Forms.Label
Me.Label4 = New System.Windows.Forms.Label
Me.Label5 = New System.Windows.Forms.Label
Me.Label6 = New System.Windows.Forms.Label
Me.Label7 = New System.Windows.Forms.Label
Me.Label8 = New System.Windows.Forms.Label
Me.Label9 = New System.Windows.Forms.Label
Me.TextBox1 = New System.Windows.Forms.TextBox
Me.Label10 = New System.Windows.Forms.Label
Me.TextBox2 = New System.Windows.Forms.TextBox
Me.Label11 = New System.Windows.Forms.Label
Me.TextBox3 = New System.Windows.Forms.TextBox
Me.Button1 = New System.Windows.Forms.Button
Me.Button2 = New System.Windows.Forms.Button
Me.Button3 = New System.Windows.Forms.Button
Me.first = New System.Windows.Forms.Label
Me.last = New System.Windows.Forms.Label
Me.found = New System.Windows.Forms.Label
Me.SuspendLayout()
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Font = New System.Drawing.Font("Times New Roman", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label1.Location = New System.Drawing.Point(53, 21)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(182, 19)
Me.Label1.TabIndex = 0
Me.Label1.Text = "UAR Components names:"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(69, 77)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(107, 12)
Me.Label2.TabIndex = 1
Me.Label2.Text = "1. UAR Identifier"
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(69, 111)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(287, 12)
Me.Label3.TabIndex = 2
Me.Label3.Text = "2. Succinct Description of the Usability Aspect"
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Location = New System.Drawing.Point(69, 145)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(161, 12)
Me.Label4.TabIndex = 3
Me.Label4.Text = "3. Evidence for the Aspect"
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.Location = New System.Drawing.Point(69, 179)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(173, 12)
Me.Label5.TabIndex = 4
Me.Label5.Text = "4. Explanation of the Aspect"
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.Location = New System.Drawing.Point(69, 213)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(347, 12)
Me.Label6.TabIndex = 5
Me.Label6.Text = "5. Severity of the Problem or Benefit of the Good Feature"
'
'Label7
'
Me.Label7.AutoSize = True
Me.Label7.Location = New System.Drawing.Point(69, 247)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(281, 12)
Me.Label7.TabIndex = 6
Me.Label7.Text = "6. Possible Solutions and Potential Trade-offs"
'
'Label8
'
Me.Label8.AutoSize = True
Me.Label8.Location = New System.Drawing.Point(69, 281)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(257, 12)
Me.Label8.TabIndex = 7
Me.Label8.Text = "7. Relationship to Other Usability Aspects"
'
'Label9
'
Me.Label9.AutoSize = True
Me.Label9.Font = New System.Drawing.Font("Times New Roman", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label9.Location = New System.Drawing.Point(491, 21)
Me.Label9.Name = "Label9"
Me.Label9.Size = New System.Drawing.Size(216, 19)
Me.Label9.TabIndex = 8
Me.Label9.Text = "UAR Components Description:"
'
'TextBox1
'
Me.TextBox1.Location = New System.Drawing.Point(495, 61)
Me.TextBox1.Multiline = True
Me.TextBox1.Name = "TextBox1"
Me.TextBox1.ReadOnly = True
Me.TextBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
Me.TextBox1.Size = New System.Drawing.Size(351, 232)
Me.TextBox1.TabIndex = 9
Me.TextBox1.TabStop = False
'
'Label10
'
Me.Label10.AutoSize = True
Me.Label10.Location = New System.Drawing.Point(71, 336)
Me.Label10.Name = "Label10"
Me.Label10.Size = New System.Drawing.Size(95, 12)
Me.Label10.TabIndex = 10
Me.Label10.Text = "Enter a number:"
'
'TextBox2
'
Me.TextBox2.Location = New System.Drawing.Point(250, 333)
Me.TextBox2.Name = "TextBox2"
Me.TextBox2.Size = New System.Drawing.Size(100, 21)
Me.TextBox2.TabIndex = 1
'
'Label11
'
Me.Label11.AutoSize = True
Me.Label11.Location = New System.Drawing.Point(71, 378)
Me.Label11.Name = "Label11"
Me.Label11.Size = New System.Drawing.Size(137, 12)
Me.Label11.TabIndex = 12
Me.Label11.Text = "Enter a search string:"
'
'TextBox3
'
Me.TextBox3.Location = New System.Drawing.Point(250, 378)
Me.TextBox3.Name = "TextBox3"
Me.TextBox3.Size = New System.Drawing.Size(100, 21)
Me.TextBox3.TabIndex = 3
'
'Button1
'
Me.Button1.Location = New System.Drawing.Point(379, 331)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(75, 23)
Me.Button1.TabIndex = 2
Me.Button1.Text = "&Display"
Me.Button1.UseVisualStyleBackColor = True
'
'Button2
'
Me.Button2.Location = New System.Drawing.Point(379, 375)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(75, 23)
Me.Button2.TabIndex = 4
Me.Button2.Text = "&Search"
Me.Button2.UseVisualStyleBackColor = True
'
'Button3
'
Me.Button3.Location = New System.Drawing.Point(770, 436)
Me.Button3.Name = "Button3"
Me.Button3.Size = New System.Drawing.Size(75, 23)
Me.Button3.TabIndex = 16
Me.Button3.Text = "E&xit"
Me.Button3.UseVisualStyleBackColor = True
'
'first
'
Me.first.AutoSize = True
Me.first.Location = New System.Drawing.Point(495, 336)
Me.first.Name = "first"
Me.first.Size = New System.Drawing.Size(35, 12)
Me.first.TabIndex = 17
Me.first.Text = "first"
Me.first.Visible = False
'
'last
'
Me.last.AutoSize = True
Me.last.Location = New System.Drawing.Point(495, 378)
Me.last.Name = "last"
Me.last.Size = New System.Drawing.Size(29, 12)
Me.last.TabIndex = 18
Me.last.Text = "last"
Me.last.Visible = False
'
'found
'
Me.found.AutoSize = True
Me.found.Location = New System.Drawing.Point(495, 300)
Me.found.Name = "found"
Me.found.Size = New System.Drawing.Size(59, 12)
Me.found.TabIndex = 19
Me.found.Text = "Found at:"
'
'UARComponents
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(899, 484)
Me.Controls.Add(Me.found)
Me.Controls.Add(Me.last)
Me.Controls.Add(Me.first)
Me.Controls.Add(Me.Button3)
Me.Controls.Add(Me.Button2)
Me.Controls.Add(Me.Button1)
Me.Controls.Add(Me.TextBox3)
Me.Controls.Add(Me.Label11)
Me.Controls.Add(Me.TextBox2)
Me.Controls.Add(Me.Label10)
Me.Controls.Add(Me.TextBox1)
Me.Controls.Add(Me.Label9)
Me.Controls.Add(Me.Label8)
Me.Controls.Add(Me.Label7)
Me.Controls.Add(Me.Label6)
Me.Controls.Add(Me.Label5)
Me.Controls.Add(Me.Label4)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.Label1)
Me.Name = "UARComponents"
Me.Text = "UARComponents:"
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents Label6 As System.Windows.Forms.Label
Friend WithEvents Label7 As System.Windows.Forms.Label
Friend WithEvents Label8 As System.Windows.Forms.Label
Friend WithEvents Label9 As System.Windows.Forms.Label
Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
Friend WithEvents Label10 As System.Windows.Forms.Label
Friend WithEvents TextBox2 As System.Windows.Forms.TextBox
Friend WithEvents Label11 As System.Windows.Forms.Label
Friend WithEvents TextBox3 As System.Windows.Forms.TextBox
Friend WithEvents Button1 As System.Windows.Forms.Button
Friend WithEvents Button2 As System.Windows.Forms.Button
Friend WithEvents Button3 As System.Windows.Forms.Button
Friend WithEvents first As System.Windows.Forms.Label
Friend WithEvents last As System.Windows.Forms.Label
Friend WithEvents found As System.Windows.Forms.Label
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -