<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmFind
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
<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
'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer
'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel
Me.btnFind_Button = New System.Windows.Forms.Button
Me.btnCancel_Button = New System.Windows.Forms.Button
Me.Label1 = New System.Windows.Forms.Label
Me.txtFindWhat = New System.Windows.Forms.TextBox
Me.chkMatchCase = New System.Windows.Forms.CheckBox
Me.CheckBox2 = New System.Windows.Forms.CheckBox
Me.CheckBox3 = New System.Windows.Forms.CheckBox
Me.ComboBox1 = New System.Windows.Forms.ComboBox
Me.Label2 = New System.Windows.Forms.Label
Me.chkClearSelectionBeforeSearch = New System.Windows.Forms.CheckBox
Me.chkOnlySearchSelection = New System.Windows.Forms.CheckBox
Me.SuspendLayout()
'
'TableLayoutPanel1
'
Me.TableLayoutPanel1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.TableLayoutPanel1.ColumnCount = 2
Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
Me.TableLayoutPanel1.Location = New System.Drawing.Point(376, 198)
Me.TableLayoutPanel1.Name = "TableLayoutPanel1"
Me.TableLayoutPanel1.RowCount = 1
Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
Me.TableLayoutPanel1.Size = New System.Drawing.Size(146, 29)
Me.TableLayoutPanel1.TabIndex = 0
'
'btnFind_Button
'
Me.btnFind_Button.Anchor = System.Windows.Forms.AnchorStyles.None
Me.btnFind_Button.DialogResult = System.Windows.Forms.DialogResult.OK
Me.btnFind_Button.Location = New System.Drawing.Point(364, 44)
Me.btnFind_Button.Name = "btnFind_Button"
Me.btnFind_Button.Size = New System.Drawing.Size(67, 23)
Me.btnFind_Button.TabIndex = 0
Me.btnFind_Button.Text = "&Find"
'
'btnCancel_Button
'
Me.btnCancel_Button.Anchor = System.Windows.Forms.AnchorStyles.None
Me.btnCancel_Button.DialogResult = System.Windows.Forms.DialogResult.Cancel
Me.btnCancel_Button.Location = New System.Drawing.Point(364, 73)
Me.btnCancel_Button.Name = "btnCancel_Button"
Me.btnCancel_Button.Size = New System.Drawing.Size(67, 23)
Me.btnCancel_Button.TabIndex = 2
Me.btnCancel_Button.Text = "&Cancel"
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(13, 25)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(59, 13)
Me.Label1.TabIndex = 1
Me.Label1.Text = "Find What:"
'
'txtFindWhat
'
Me.txtFindWhat.Location = New System.Drawing.Point(76, 21)
Me.txtFindWhat.Name = "txtFindWhat"
Me.txtFindWhat.Size = New System.Drawing.Size(269, 20)
Me.txtFindWhat.TabIndex = 1
Me.txtFindWhat.Text = "histone"
'
'chkMatchCase
'
Me.chkMatchCase.AutoSize = True
Me.chkMatchCase.Location = New System.Drawing.Point(20, 101)
Me.chkMatchCase.Name = "chkMatchCase"
Me.chkMatchCase.Size = New System.Drawing.Size(83, 17)
Me.chkMatchCase.TabIndex = 3
Me.chkMatchCase.Text = "Match &Case"
Me.chkMatchCase.UseVisualStyleBackColor = True
'
'CheckBox2
'
Me.CheckBox2.AutoSize = True
Me.CheckBox2.Enabled = False
Me.CheckBox2.Location = New System.Drawing.Point(20, 122)
Me.CheckBox2.Name = "CheckBox2"
Me.CheckBox2.Size = New System.Drawing.Size(143, 17)
Me.CheckBox2.TabIndex = 4
Me.CheckBox2.Text = "Match &Whole Word Only"
Me.CheckBox2.UseVisualStyleBackColor = True
'
'CheckBox3
'
Me.CheckBox3.AutoSize = True
Me.CheckBox3.Enabled = False
Me.CheckBox3.Location = New System.Drawing.Point(20, 143)
Me.CheckBox3.Name = "CheckBox3"
Me.CheckBox3.Size = New System.Drawing.Size(122, 17)
Me.CheckBox3.TabIndex = 5
Me.CheckBox3.Text = "&Regular Expressions"
Me.CheckBox3.UseVisualStyleBackColor = True
'
'ComboBox1
'
Me.ComboBox1.Enabled = False
Me.ComboBox1.FormattingEnabled = True
Me.ComboBox1.Items.AddRange(New Object() {"Protein Description", "All"})
Me.ComboBox1.Location = New System.Drawing.Point(76, 177)
Me.ComboBox1.Name = "ComboBox1"
Me.ComboBox1.Size = New System.Drawing.Size(269, 21)
Me.ComboBox1.TabIndex = 6
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(19, 181)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(45, 13)
Me.Label2.TabIndex = 7
Me.Label2.Text = "Look in:"
'
'chkClearSelectionBeforeSearch
'
Me.chkClearSelectionBeforeSearch.AutoSize = True
Me.chkClearSelectionBeforeSearch.Location = New System.Drawing.Point(20, 59)
Me.chkClearSelectionBeforeSearch.Name = "chkClearSelectionBeforeSearch"
Me.chkClearSelectionBeforeSearch.Size = New System.Drawing.Size(168, 17)
Me.chkClearSelectionBeforeSearch.TabIndex = 8
Me.chkClearSelectionBeforeSearch.TabStop = False
Me.chkClearSelectionBeforeSearch.Text = "&Clear Selection Before Search"
Me.chkClearSelectionBeforeSearch.UseVisualStyleBackColor = True
'
'chkOnlySearchSelection
'
Me.chkOnlySearchSelection.AutoSize = True
Me.chkOnlySearchSelection.Location = New System.Drawing.Point(20, 80)
Me.chkOnlySearchSelection.Name = "chkOnlySearchSelection"
Me.chkOnlySearchSelection.Size = New System.Drawing.Size(138, 17)
Me.chkOnlySearchSelection.TabIndex = 9
Me.chkOnlySearchSelection.Text = "&Only search in selection"
Me.chkOnlySearchSelection.UseVisualStyleBackColor = True
'
'frmFind
'
Me.AcceptButton = Me.btnFind_Button
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.CancelButton = Me.btnCancel_Button
Me.ClientSize = New System.Drawing.Size(441, 239)
Me.Controls.Add(Me.chkOnlySearchSelection)
Me.Controls.Add(Me.chkClearSelectionBeforeSearch)
Me.Controls.Add(Me.btnFind_Button)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.btnCancel_Button)
Me.Controls.Add(Me.ComboBox1)
Me.Controls.Add(Me.CheckBox3)
Me.Controls.Add(Me.CheckBox2)
Me.Controls.Add(Me.chkMatchCase)
Me.Controls.Add(Me.txtFindWhat)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.TableLayoutPanel1)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "frmFind"
Me.ShowInTaskbar = False
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
Me.Text = "Find"
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel
Friend WithEvents btnFind_Button As System.Windows.Forms.Button
Friend WithEvents btnCancel_Button As System.Windows.Forms.Button
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents txtFindWhat As System.Windows.Forms.TextBox
Friend WithEvents chkMatchCase As System.Windows.Forms.CheckBox
Friend WithEvents CheckBox2 As System.Windows.Forms.CheckBox
Friend WithEvents CheckBox3 As System.Windows.Forms.CheckBox
Friend WithEvents ComboBox1 As System.Windows.Forms.ComboBox
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents chkClearSelectionBeforeSearch As System.Windows.Forms.CheckBox
Friend WithEvents chkOnlySearchSelection As System.Windows.Forms.CheckBox
End Class
Generated by script codePublish.pl at 2009-01-05T15:20:59.