<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FormAddBookmark
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)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
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.ButtonOK = New System.Windows.Forms.Button()
Me.ButtonCancel = New System.Windows.Forms.Button()
Me.TextboxTitle = New System.Windows.Forms.TextBox()
Me.LabelTitle = New System.Windows.Forms.Label()
Me.TextboxURL = New System.Windows.Forms.TextBox()
Me.LabelURL = New System.Windows.Forms.Label()
Me.SuspendLayout()
'
'ButtonOK
'
Me.ButtonOK.Location = New System.Drawing.Point(197, 98)
Me.ButtonOK.Name = "ButtonOK"
Me.ButtonOK.Size = New System.Drawing.Size(75, 23)
Me.ButtonOK.TabIndex = 0
Me.ButtonOK.Text = "&OK"
Me.ButtonOK.UseVisualStyleBackColor = True
'
'ButtonCancel
'
Me.ButtonCancel.Location = New System.Drawing.Point(110, 98)
Me.ButtonCancel.Name = "ButtonCancel"
Me.ButtonCancel.Size = New System.Drawing.Size(75, 23)
Me.ButtonCancel.TabIndex = 1
Me.ButtonCancel.Text = "&Cancel"
Me.ButtonCancel.UseVisualStyleBackColor = True
'
'TextboxTitle
'
Me.TextboxTitle.Location = New System.Drawing.Point(99, 17)
Me.TextboxTitle.Name = "TextboxTitle"
Me.TextboxTitle.Size = New System.Drawing.Size(173, 20)
Me.TextboxTitle.TabIndex = 2
'
'LabelTitle
'
Me.LabelTitle.AutoSize = True
Me.LabelTitle.Location = New System.Drawing.Point(12, 20)
Me.LabelTitle.Name = "LabelTitle"
Me.LabelTitle.Size = New System.Drawing.Size(81, 13)
Me.LabelTitle.TabIndex = 3
Me.LabelTitle.Text = "Bookmark Title:"
'
'TextboxURL
'
Me.TextboxURL.Location = New System.Drawing.Point(12, 72)
Me.TextboxURL.Name = "TextboxURL"
Me.TextboxURL.Size = New System.Drawing.Size(260, 20)
Me.TextboxURL.TabIndex = 4
'
'LabelURL
'
Me.LabelURL.AutoSize = True
Me.LabelURL.Location = New System.Drawing.Point(9, 56)
Me.LabelURL.Name = "LabelURL"
Me.LabelURL.Size = New System.Drawing.Size(83, 13)
Me.LabelURL.TabIndex = 5
Me.LabelURL.Text = "Bookmark URL:"
'
'FormAddBookmark
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(284, 131)
Me.Controls.Add(Me.LabelURL)
Me.Controls.Add(Me.TextboxURL)
Me.Controls.Add(Me.LabelTitle)
Me.Controls.Add(Me.TextboxTitle)
Me.Controls.Add(Me.ButtonCancel)
Me.Controls.Add(Me.ButtonOK)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "FormAddBookmark"
Me.Text = "My Bookmarks- Add Bookmark"
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents ButtonOK As System.Windows.Forms.Button
Friend WithEvents ButtonCancel As System.Windows.Forms.Button
Friend WithEvents TextboxTitle As System.Windows.Forms.TextBox
Friend WithEvents LabelTitle As System.Windows.Forms.Label
Friend WithEvents TextboxURL As System.Windows.Forms.TextBox
Friend WithEvents LabelURL As System.Windows.Forms.Label
End Class