Form1.Designer.vb
资源名称:Exersize2.rar [点击查看]
上传用户:zsmlsjim
上传日期:2022-03-12
资源大小:75k
文件大小:11k
源码类别:
搜索引擎
开发平台:
Visual Basic
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class Form1
- Inherits System.Windows.Forms.Form
- 'Форма переопределяет dispose для очистки списка компонентов.
- <System.Diagnostics.DebuggerNonUserCode()> _
- Protected Overrides Sub Dispose(ByVal disposing As Boolean)
- Try
- If disposing AndAlso components IsNot Nothing Then
- components.Dispose()
- End If
- Finally
- MyBase.Dispose(disposing)
- End Try
- End Sub
- 'Является обязательной для конструктора форм Windows Forms
- Private components As System.ComponentModel.IContainer
- 'Примечание: следующая процедура является обязательной для конструктора форм Windows Forms
- 'Для ее изменения используйте конструктор форм Windows Form.
- 'Не изменяйте ее в редакторе исходного кода.
- <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.uiDisplayTextBox = New System.Windows.Forms.TextBox
- Me.uiNumberInTextBox = New System.Windows.Forms.TextBox
- Me.uiStringInTextBox = New System.Windows.Forms.TextBox
- Me.uiDisplayButton = New System.Windows.Forms.Button
- Me.uiSearchButton = New System.Windows.Forms.Button
- Me.uiExitButton = New System.Windows.Forms.Button
- Me.Label10 = New System.Windows.Forms.Label
- Me.Label11 = New System.Windows.Forms.Label
- Me.Label12 = New System.Windows.Forms.Label
- Me.uiResultLabel = New System.Windows.Forms.Label
- Me.SuspendLayout()
- '
- 'Label1
- '
- Me.Label1.AutoSize = True
- Me.Label1.Location = New System.Drawing.Point(36, 50)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(85, 13)
- Me.Label1.TabIndex = 0
- Me.Label1.Text = "1. UAR Identifier"
- '
- 'Label2
- '
- Me.Label2.AutoSize = True
- Me.Label2.Location = New System.Drawing.Point(36, 70)
- Me.Label2.Name = "Label2"
- Me.Label2.Size = New System.Drawing.Size(220, 13)
- Me.Label2.TabIndex = 1
- Me.Label2.Text = "2. Succinct description of the usability aspect"
- '
- 'Label3
- '
- Me.Label3.AutoSize = True
- Me.Label3.Location = New System.Drawing.Point(36, 93)
- Me.Label3.Name = "Label3"
- Me.Label3.Size = New System.Drawing.Size(132, 13)
- Me.Label3.TabIndex = 2
- Me.Label3.Text = "3. Evidence for the aspect"
- '
- 'Label4
- '
- Me.Label4.AutoSize = True
- Me.Label4.Location = New System.Drawing.Point(36, 118)
- Me.Label4.Name = "Label4"
- Me.Label4.Size = New System.Drawing.Size(139, 13)
- Me.Label4.TabIndex = 3
- Me.Label4.Text = "4. Explanation of the aspect"
- '
- 'Label5
- '
- Me.Label5.AutoSize = True
- Me.Label5.Location = New System.Drawing.Point(36, 142)
- Me.Label5.Name = "Label5"
- Me.Label5.Size = New System.Drawing.Size(267, 13)
- Me.Label5.TabIndex = 4
- Me.Label5.Text = "5. Severity of the problem or benefit of the good feature"
- '
- 'Label6
- '
- Me.Label6.AutoSize = True
- Me.Label6.Location = New System.Drawing.Point(36, 168)
- Me.Label6.Name = "Label6"
- Me.Label6.Size = New System.Drawing.Size(208, 13)
- Me.Label6.TabIndex = 5
- Me.Label6.Text = "6. Possible solution and potential trade-offs"
- '
- 'Label7
- '
- Me.Label7.AutoSize = True
- Me.Label7.Location = New System.Drawing.Point(36, 192)
- Me.Label7.Name = "Label7"
- Me.Label7.Size = New System.Drawing.Size(196, 13)
- Me.Label7.TabIndex = 6
- Me.Label7.Text = "7. Relationship to other usability aspects"
- '
- 'Label8
- '
- Me.Label8.AutoSize = True
- Me.Label8.Location = New System.Drawing.Point(36, 309)
- Me.Label8.Name = "Label8"
- Me.Label8.Size = New System.Drawing.Size(82, 13)
- Me.Label8.TabIndex = 7
- Me.Label8.Text = "Enter a number:"
- '
- 'Label9
- '
- Me.Label9.AutoSize = True
- Me.Label9.Location = New System.Drawing.Point(36, 348)
- Me.Label9.Name = "Label9"
- Me.Label9.Size = New System.Drawing.Size(107, 13)
- Me.Label9.TabIndex = 8
- Me.Label9.Text = "Enter a search string:"
- '
- 'uiDisplayTextBox
- '
- Me.uiDisplayTextBox.Location = New System.Drawing.Point(370, 47)
- Me.uiDisplayTextBox.Multiline = True
- Me.uiDisplayTextBox.Name = "uiDisplayTextBox"
- Me.uiDisplayTextBox.ReadOnly = True
- Me.uiDisplayTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
- Me.uiDisplayTextBox.Size = New System.Drawing.Size(298, 192)
- Me.uiDisplayTextBox.TabIndex = 9
- Me.uiDisplayTextBox.TabStop = False
- '
- 'uiNumberInTextBox
- '
- Me.uiNumberInTextBox.Location = New System.Drawing.Point(156, 306)
- Me.uiNumberInTextBox.Name = "uiNumberInTextBox"
- Me.uiNumberInTextBox.Size = New System.Drawing.Size(100, 20)
- Me.uiNumberInTextBox.TabIndex = 1
- '
- 'uiStringInTextBox
- '
- Me.uiStringInTextBox.Location = New System.Drawing.Point(156, 345)
- Me.uiStringInTextBox.Name = "uiStringInTextBox"
- Me.uiStringInTextBox.Size = New System.Drawing.Size(100, 20)
- Me.uiStringInTextBox.TabIndex = 3
- '
- 'uiDisplayButton
- '
- Me.uiDisplayButton.Location = New System.Drawing.Point(264, 300)
- Me.uiDisplayButton.Name = "uiDisplayButton"
- Me.uiDisplayButton.Size = New System.Drawing.Size(86, 30)
- Me.uiDisplayButton.TabIndex = 2
- Me.uiDisplayButton.Text = "&Display"
- Me.uiDisplayButton.UseVisualStyleBackColor = True
- '
- 'uiSearchButton
- '
- Me.uiSearchButton.Location = New System.Drawing.Point(264, 339)
- Me.uiSearchButton.Name = "uiSearchButton"
- Me.uiSearchButton.Size = New System.Drawing.Size(86, 30)
- Me.uiSearchButton.TabIndex = 4
- Me.uiSearchButton.Text = "&Search"
- Me.uiSearchButton.UseVisualStyleBackColor = True
- '
- 'uiExitButton
- '
- Me.uiExitButton.Location = New System.Drawing.Point(563, 379)
- Me.uiExitButton.Name = "uiExitButton"
- Me.uiExitButton.Size = New System.Drawing.Size(107, 34)
- Me.uiExitButton.TabIndex = 5
- Me.uiExitButton.Text = "&Exit"
- Me.uiExitButton.UseVisualStyleBackColor = True
- '
- 'Label10
- '
- Me.Label10.AutoSize = True
- Me.Label10.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(204, Byte))
- Me.Label10.Location = New System.Drawing.Point(36, 15)
- Me.Label10.Name = "Label10"
- Me.Label10.Size = New System.Drawing.Size(216, 20)
- Me.Label10.TabIndex = 15
- Me.Label10.Text = "UAR Components names:"
- '
- 'Label11
- '
- Me.Label11.AutoSize = True
- Me.Label11.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(204, Byte))
- Me.Label11.Location = New System.Drawing.Point(366, 15)
- Me.Label11.Name = "Label11"
- Me.Label11.Size = New System.Drawing.Size(239, 20)
- Me.Label11.TabIndex = 16
- Me.Label11.Text = "UAR component description:"
- '
- 'Label12
- '
- Me.Label12.AutoSize = True
- Me.Label12.Location = New System.Drawing.Point(367, 252)
- Me.Label12.Name = "Label12"
- Me.Label12.Size = New System.Drawing.Size(52, 13)
- Me.Label12.TabIndex = 17
- Me.Label12.Text = "Found at:"
- '
- 'uiResultLabel
- '
- Me.uiResultLabel.AutoSize = True
- Me.uiResultLabel.Location = New System.Drawing.Point(425, 252)
- Me.uiResultLabel.Name = "uiResultLabel"
- Me.uiResultLabel.Size = New System.Drawing.Size(0, 13)
- Me.uiResultLabel.TabIndex = 18
- '
- 'Form1
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(680, 428)
- Me.Controls.Add(Me.uiResultLabel)
- Me.Controls.Add(Me.Label12)
- Me.Controls.Add(Me.Label11)
- Me.Controls.Add(Me.Label10)
- Me.Controls.Add(Me.uiExitButton)
- Me.Controls.Add(Me.uiSearchButton)
- Me.Controls.Add(Me.uiDisplayButton)
- Me.Controls.Add(Me.uiStringInTextBox)
- Me.Controls.Add(Me.uiNumberInTextBox)
- Me.Controls.Add(Me.uiDisplayTextBox)
- 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 = "Form1"
- Me.Text = "Form1"
- 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 uiDisplayTextBox As System.Windows.Forms.TextBox
- Friend WithEvents uiNumberInTextBox As System.Windows.Forms.TextBox
- Friend WithEvents uiStringInTextBox As System.Windows.Forms.TextBox
- Friend WithEvents uiDisplayButton As System.Windows.Forms.Button
- Friend WithEvents uiSearchButton As System.Windows.Forms.Button
- Friend WithEvents uiExitButton As System.Windows.Forms.Button
- Friend WithEvents Label10 As System.Windows.Forms.Label
- Friend WithEvents Label11 As System.Windows.Forms.Label
- Friend WithEvents Label12 As System.Windows.Forms.Label
- Friend WithEvents uiResultLabel As System.Windows.Forms.Label
- End Class