Form1.Designer.vb
上传用户:bjsjyd6688
上传日期:2022-06-03
资源大小:198k
文件大小:22k
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class Form1
- 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.components = New System.ComponentModel.Container
- Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1))
- Me.MenuStrip1 = New System.Windows.Forms.MenuStrip
- Me.FileToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
- Me.OpenTabToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
- Me.CloseTabToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
- Me.ToolStripMenuItem1 = New System.Windows.Forms.ToolStripSeparator
- Me.QuitToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
- Me.ZoomToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
- Me.LargerToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
- Me.Panel1 = New System.Windows.Forms.Panel
- Me.cboSearch = New System.Windows.Forms.ComboBox
- Me.btnSearch = New System.Windows.Forms.Button
- Me.btnNav = New System.Windows.Forms.Button
- Me.cboURL = New System.Windows.Forms.ComboBox
- Me.btnStop = New System.Windows.Forms.Button
- Me.btnRefresh = New System.Windows.Forms.Button
- Me.btnForward = New System.Windows.Forms.Button
- Me.btnBack = New System.Windows.Forms.Button
- Me.Button3 = New System.Windows.Forms.Button
- Me.StatusStrip1 = New System.Windows.Forms.StatusStrip
- Me.lblStatus = New System.Windows.Forms.ToolStripStatusLabel
- Me.pgbProgress = New System.Windows.Forms.ToolStripProgressBar
- Me.TabControl1 = New System.Windows.Forms.TabControl
- Me.cmsTab = New System.Windows.Forms.ContextMenuStrip(Me.components)
- Me.OpenTabToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem
- Me.CloseTabToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem
- Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components)
- Me.CloseWindowToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
- Me.OpenWindowToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
- Me.ToolStripMenuItem2 = New System.Windows.Forms.ToolStripSeparator
- Me.ToolStripMenuItem3 = New System.Windows.Forms.ToolStripSeparator
- Me.OpenFileToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
- Me.ofd = New System.Windows.Forms.OpenFileDialog
- Me.MenuStrip1.SuspendLayout()
- Me.Panel1.SuspendLayout()
- Me.StatusStrip1.SuspendLayout()
- Me.cmsTab.SuspendLayout()
- Me.SuspendLayout()
- '
- 'MenuStrip1
- '
- Me.MenuStrip1.BackColor = System.Drawing.SystemColors.Control
- Me.MenuStrip1.Font = New System.Drawing.Font("Calibri", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.FileToolStripMenuItem, Me.ZoomToolStripMenuItem})
- Me.MenuStrip1.Location = New System.Drawing.Point(0, 0)
- Me.MenuStrip1.Name = "MenuStrip1"
- Me.MenuStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System
- Me.MenuStrip1.Size = New System.Drawing.Size(632, 24)
- Me.MenuStrip1.TabIndex = 0
- Me.MenuStrip1.Text = "MenuStrip1"
- '
- 'FileToolStripMenuItem
- '
- Me.FileToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.OpenTabToolStripMenuItem, Me.CloseTabToolStripMenuItem, Me.ToolStripMenuItem1, Me.CloseWindowToolStripMenuItem, Me.OpenWindowToolStripMenuItem, Me.ToolStripMenuItem2, Me.QuitToolStripMenuItem, Me.ToolStripMenuItem3, Me.OpenFileToolStripMenuItem})
- Me.FileToolStripMenuItem.Name = "FileToolStripMenuItem"
- Me.FileToolStripMenuItem.Size = New System.Drawing.Size(39, 20)
- Me.FileToolStripMenuItem.Text = "File"
- '
- 'OpenTabToolStripMenuItem
- '
- Me.OpenTabToolStripMenuItem.Name = "OpenTabToolStripMenuItem"
- Me.OpenTabToolStripMenuItem.Size = New System.Drawing.Size(160, 22)
- Me.OpenTabToolStripMenuItem.Text = "Open Tab"
- '
- 'CloseTabToolStripMenuItem
- '
- Me.CloseTabToolStripMenuItem.Name = "CloseTabToolStripMenuItem"
- Me.CloseTabToolStripMenuItem.Size = New System.Drawing.Size(160, 22)
- Me.CloseTabToolStripMenuItem.Text = "Close Tab"
- '
- 'ToolStripMenuItem1
- '
- Me.ToolStripMenuItem1.Name = "ToolStripMenuItem1"
- Me.ToolStripMenuItem1.Size = New System.Drawing.Size(157, 6)
- '
- 'QuitToolStripMenuItem
- '
- Me.QuitToolStripMenuItem.Name = "QuitToolStripMenuItem"
- Me.QuitToolStripMenuItem.Size = New System.Drawing.Size(160, 22)
- Me.QuitToolStripMenuItem.Text = "Quit"
- '
- 'ZoomToolStripMenuItem
- '
- Me.ZoomToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.LargerToolStripMenuItem})
- Me.ZoomToolStripMenuItem.Name = "ZoomToolStripMenuItem"
- Me.ZoomToolStripMenuItem.Size = New System.Drawing.Size(49, 20)
- Me.ZoomToolStripMenuItem.Text = "Zoom"
- '
- 'LargerToolStripMenuItem
- '
- Me.LargerToolStripMenuItem.Name = "LargerToolStripMenuItem"
- Me.LargerToolStripMenuItem.Size = New System.Drawing.Size(115, 22)
- Me.LargerToolStripMenuItem.Text = "Larger"
- '
- 'Panel1
- '
- Me.Panel1.Controls.Add(Me.cboSearch)
- Me.Panel1.Controls.Add(Me.btnSearch)
- Me.Panel1.Controls.Add(Me.btnNav)
- Me.Panel1.Controls.Add(Me.cboURL)
- Me.Panel1.Controls.Add(Me.btnStop)
- Me.Panel1.Controls.Add(Me.btnRefresh)
- Me.Panel1.Controls.Add(Me.btnForward)
- Me.Panel1.Controls.Add(Me.btnBack)
- Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top
- Me.Panel1.Location = New System.Drawing.Point(0, 24)
- Me.Panel1.Name = "Panel1"
- Me.Panel1.Size = New System.Drawing.Size(632, 38)
- Me.Panel1.TabIndex = 1
- '
- 'cboSearch
- '
- Me.cboSearch.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.cboSearch.FlatStyle = System.Windows.Forms.FlatStyle.Popup
- Me.cboSearch.FormattingEnabled = True
- Me.cboSearch.Location = New System.Drawing.Point(486, 8)
- Me.cboSearch.Name = "cboSearch"
- Me.cboSearch.Size = New System.Drawing.Size(105, 21)
- Me.cboSearch.TabIndex = 9
- '
- 'btnSearch
- '
- Me.btnSearch.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.btnSearch.BackColor = System.Drawing.Color.WhiteSmoke
- Me.btnSearch.FlatAppearance.BorderSize = 0
- Me.btnSearch.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Gainsboro
- Me.btnSearch.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White
- Me.btnSearch.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.btnSearch.Font = New System.Drawing.Font("Calibri", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.btnSearch.ForeColor = System.Drawing.Color.Blue
- Me.btnSearch.Location = New System.Drawing.Point(592, 0)
- Me.btnSearch.Name = "btnSearch"
- Me.btnSearch.Size = New System.Drawing.Size(38, 38)
- Me.btnSearch.TabIndex = 8
- Me.btnSearch.Text = "%"
- Me.btnSearch.UseVisualStyleBackColor = False
- '
- 'btnNav
- '
- Me.btnNav.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.btnNav.BackColor = System.Drawing.Color.WhiteSmoke
- Me.btnNav.FlatAppearance.BorderSize = 0
- Me.btnNav.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Gainsboro
- Me.btnNav.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White
- Me.btnNav.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.btnNav.Font = New System.Drawing.Font("Calibri", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.btnNav.ForeColor = System.Drawing.Color.Green
- Me.btnNav.Location = New System.Drawing.Point(448, 0)
- Me.btnNav.Name = "btnNav"
- Me.btnNav.Size = New System.Drawing.Size(38, 38)
- Me.btnNav.TabIndex = 6
- Me.btnNav.Text = "@"
- Me.btnNav.UseVisualStyleBackColor = False
- '
- 'cboURL
- '
- Me.cboURL.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.cboURL.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
- Me.cboURL.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.AllUrl
- Me.cboURL.FlatStyle = System.Windows.Forms.FlatStyle.Popup
- Me.cboURL.Font = New System.Drawing.Font("Calibri", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.cboURL.FormattingEnabled = True
- Me.cboURL.Location = New System.Drawing.Point(160, 8)
- Me.cboURL.Name = "cboURL"
- Me.cboURL.Size = New System.Drawing.Size(288, 23)
- Me.cboURL.TabIndex = 5
- '
- 'btnStop
- '
- Me.btnStop.BackColor = System.Drawing.Color.WhiteSmoke
- Me.btnStop.FlatAppearance.BorderSize = 0
- Me.btnStop.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Gainsboro
- Me.btnStop.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White
- Me.btnStop.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.btnStop.Font = New System.Drawing.Font("Calibri", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.btnStop.ForeColor = System.Drawing.Color.Red
- Me.btnStop.Location = New System.Drawing.Point(120, 0)
- Me.btnStop.Name = "btnStop"
- Me.btnStop.Size = New System.Drawing.Size(38, 38)
- Me.btnStop.TabIndex = 4
- Me.btnStop.Text = "X"
- Me.btnStop.UseVisualStyleBackColor = False
- '
- 'btnRefresh
- '
- Me.btnRefresh.BackColor = System.Drawing.Color.WhiteSmoke
- Me.btnRefresh.FlatAppearance.BorderSize = 0
- Me.btnRefresh.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Gainsboro
- Me.btnRefresh.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White
- Me.btnRefresh.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.btnRefresh.Font = New System.Drawing.Font("Calibri", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.btnRefresh.ForeColor = System.Drawing.Color.Green
- Me.btnRefresh.Location = New System.Drawing.Point(80, 0)
- Me.btnRefresh.Name = "btnRefresh"
- Me.btnRefresh.Size = New System.Drawing.Size(38, 38)
- Me.btnRefresh.TabIndex = 2
- Me.btnRefresh.Text = "O"
- Me.btnRefresh.UseVisualStyleBackColor = False
- '
- 'btnForward
- '
- Me.btnForward.BackColor = System.Drawing.Color.MediumBlue
- Me.btnForward.Enabled = False
- Me.btnForward.FlatAppearance.BorderSize = 0
- Me.btnForward.FlatAppearance.MouseDownBackColor = System.Drawing.Color.DarkBlue
- Me.btnForward.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Blue
- Me.btnForward.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.btnForward.Font = New System.Drawing.Font("Calibri", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.btnForward.ForeColor = System.Drawing.Color.White
- Me.btnForward.Location = New System.Drawing.Point(40, 0)
- Me.btnForward.Name = "btnForward"
- Me.btnForward.Size = New System.Drawing.Size(38, 38)
- Me.btnForward.TabIndex = 1
- Me.btnForward.Text = ">"
- Me.btnForward.UseVisualStyleBackColor = False
- '
- 'btnBack
- '
- Me.btnBack.BackColor = System.Drawing.Color.MediumBlue
- Me.btnBack.Enabled = False
- Me.btnBack.FlatAppearance.BorderSize = 0
- Me.btnBack.FlatAppearance.MouseDownBackColor = System.Drawing.Color.DarkBlue
- Me.btnBack.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Blue
- Me.btnBack.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.btnBack.Font = New System.Drawing.Font("Calibri", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.btnBack.ForeColor = System.Drawing.Color.White
- Me.btnBack.Location = New System.Drawing.Point(0, 0)
- Me.btnBack.Name = "btnBack"
- Me.btnBack.Size = New System.Drawing.Size(38, 38)
- Me.btnBack.TabIndex = 0
- Me.btnBack.Text = "<"
- Me.btnBack.UseVisualStyleBackColor = False
- '
- 'Button3
- '
- Me.Button3.Location = New System.Drawing.Point(120, 24)
- Me.Button3.Name = "Button3"
- Me.Button3.Size = New System.Drawing.Size(38, 38)
- Me.Button3.TabIndex = 3
- Me.Button3.Text = "<"
- Me.Button3.UseVisualStyleBackColor = True
- '
- 'StatusStrip1
- '
- Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.lblStatus, Me.pgbProgress})
- Me.StatusStrip1.Location = New System.Drawing.Point(0, 424)
- Me.StatusStrip1.Name = "StatusStrip1"
- Me.StatusStrip1.Size = New System.Drawing.Size(632, 22)
- Me.StatusStrip1.TabIndex = 5
- Me.StatusStrip1.Text = "StatusStrip1"
- '
- 'lblStatus
- '
- Me.lblStatus.Font = New System.Drawing.Font("Calibri", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.lblStatus.Name = "lblStatus"
- Me.lblStatus.Size = New System.Drawing.Size(515, 17)
- Me.lblStatus.Spring = True
- Me.lblStatus.Text = "WebBrowser"
- Me.lblStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- '
- 'pgbProgress
- '
- Me.pgbProgress.Name = "pgbProgress"
- Me.pgbProgress.Size = New System.Drawing.Size(100, 16)
- '
- 'TabControl1
- '
- Me.TabControl1.ContextMenuStrip = Me.cmsTab
- Me.TabControl1.Dock = System.Windows.Forms.DockStyle.Fill
- Me.TabControl1.Font = New System.Drawing.Font("Calibri", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.TabControl1.ImageList = Me.ImageList1
- Me.TabControl1.Location = New System.Drawing.Point(0, 62)
- Me.TabControl1.Name = "TabControl1"
- Me.TabControl1.SelectedIndex = 0
- Me.TabControl1.Size = New System.Drawing.Size(632, 362)
- Me.TabControl1.TabIndex = 6
- '
- 'cmsTab
- '
- Me.cmsTab.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.OpenTabToolStripMenuItem1, Me.CloseTabToolStripMenuItem1})
- Me.cmsTab.Name = "cmsTab"
- Me.cmsTab.RenderMode = System.Windows.Forms.ToolStripRenderMode.System
- Me.cmsTab.Size = New System.Drawing.Size(133, 48)
- '
- 'OpenTabToolStripMenuItem1
- '
- Me.OpenTabToolStripMenuItem1.Name = "OpenTabToolStripMenuItem1"
- Me.OpenTabToolStripMenuItem1.Size = New System.Drawing.Size(132, 22)
- Me.OpenTabToolStripMenuItem1.Text = "Open Tab"
- '
- 'CloseTabToolStripMenuItem1
- '
- Me.CloseTabToolStripMenuItem1.Name = "CloseTabToolStripMenuItem1"
- Me.CloseTabToolStripMenuItem1.Size = New System.Drawing.Size(132, 22)
- Me.CloseTabToolStripMenuItem1.Text = "Close Tab"
- '
- 'ImageList1
- '
- Me.ImageList1.ImageStream = CType(resources.GetObject("ImageList1.ImageStream"), System.Windows.Forms.ImageListStreamer)
- Me.ImageList1.TransparentColor = System.Drawing.Color.White
- Me.ImageList1.Images.SetKeyName(0, "internet.png")
- '
- 'CloseWindowToolStripMenuItem
- '
- Me.CloseWindowToolStripMenuItem.Name = "CloseWindowToolStripMenuItem"
- Me.CloseWindowToolStripMenuItem.Size = New System.Drawing.Size(160, 22)
- Me.CloseWindowToolStripMenuItem.Text = "Close Window"
- '
- 'OpenWindowToolStripMenuItem
- '
- Me.OpenWindowToolStripMenuItem.Name = "OpenWindowToolStripMenuItem"
- Me.OpenWindowToolStripMenuItem.Size = New System.Drawing.Size(160, 22)
- Me.OpenWindowToolStripMenuItem.Text = "Open Window"
- '
- 'ToolStripMenuItem2
- '
- Me.ToolStripMenuItem2.Name = "ToolStripMenuItem2"
- Me.ToolStripMenuItem2.Size = New System.Drawing.Size(157, 6)
- '
- 'ToolStripMenuItem3
- '
- Me.ToolStripMenuItem3.Name = "ToolStripMenuItem3"
- Me.ToolStripMenuItem3.Size = New System.Drawing.Size(157, 6)
- '
- 'OpenFileToolStripMenuItem
- '
- Me.OpenFileToolStripMenuItem.Name = "OpenFileToolStripMenuItem"
- Me.OpenFileToolStripMenuItem.Size = New System.Drawing.Size(160, 22)
- Me.OpenFileToolStripMenuItem.Text = "Open File"
- '
- 'ofd
- '
- Me.ofd.FileName = "OpenFileDialog1"
- Me.ofd.Filter = "Webpages|*.htm*|All Files|*.*"
- Me.ofd.Multiselect = True
- Me.ofd.ReadOnlyChecked = True
- Me.ofd.RestoreDirectory = True
- Me.ofd.ShowHelp = True
- Me.ofd.ShowReadOnly = True
- Me.ofd.SupportMultiDottedExtensions = True
- Me.ofd.Title = "Open File - Tabbed Browser"
- '
- 'Form1
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.BackColor = System.Drawing.SystemColors.Control
- Me.ClientSize = New System.Drawing.Size(632, 446)
- Me.Controls.Add(Me.TabControl1)
- Me.Controls.Add(Me.StatusStrip1)
- Me.Controls.Add(Me.Panel1)
- Me.Controls.Add(Me.Button3)
- Me.Controls.Add(Me.MenuStrip1)
- Me.MainMenuStrip = Me.MenuStrip1
- Me.Name = "Form1"
- Me.Text = "Tabbed Browser"
- Me.MenuStrip1.ResumeLayout(False)
- Me.MenuStrip1.PerformLayout()
- Me.Panel1.ResumeLayout(False)
- Me.StatusStrip1.ResumeLayout(False)
- Me.StatusStrip1.PerformLayout()
- Me.cmsTab.ResumeLayout(False)
- Me.ResumeLayout(False)
- Me.PerformLayout()
- End Sub
- Friend WithEvents MenuStrip1 As System.Windows.Forms.MenuStrip
- Friend WithEvents FileToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
- Friend WithEvents Panel1 As System.Windows.Forms.Panel
- Friend WithEvents btnStop As System.Windows.Forms.Button
- Friend WithEvents btnRefresh As System.Windows.Forms.Button
- Friend WithEvents btnForward As System.Windows.Forms.Button
- Friend WithEvents btnBack As System.Windows.Forms.Button
- Friend WithEvents Button3 As System.Windows.Forms.Button
- Friend WithEvents btnNav As System.Windows.Forms.Button
- Friend WithEvents cboURL As System.Windows.Forms.ComboBox
- Friend WithEvents btnSearch As System.Windows.Forms.Button
- Friend WithEvents OpenTabToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
- Friend WithEvents CloseTabToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
- Friend WithEvents ToolStripMenuItem1 As System.Windows.Forms.ToolStripSeparator
- Friend WithEvents QuitToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
- Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip
- Friend WithEvents lblStatus As System.Windows.Forms.ToolStripStatusLabel
- Friend WithEvents pgbProgress As System.Windows.Forms.ToolStripProgressBar
- Friend WithEvents TabControl1 As System.Windows.Forms.TabControl
- Friend WithEvents cmsTab As System.Windows.Forms.ContextMenuStrip
- Friend WithEvents OpenTabToolStripMenuItem1 As System.Windows.Forms.ToolStripMenuItem
- Friend WithEvents CloseTabToolStripMenuItem1 As System.Windows.Forms.ToolStripMenuItem
- Friend WithEvents cboSearch As System.Windows.Forms.ComboBox
- Friend WithEvents ImageList1 As System.Windows.Forms.ImageList
- Friend WithEvents ZoomToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
- Friend WithEvents LargerToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
- Friend WithEvents CloseWindowToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
- Friend WithEvents OpenWindowToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
- Friend WithEvents ToolStripMenuItem2 As System.Windows.Forms.ToolStripSeparator
- Friend WithEvents ToolStripMenuItem3 As System.Windows.Forms.ToolStripSeparator
- Friend WithEvents OpenFileToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
- Friend WithEvents ofd As System.Windows.Forms.OpenFileDialog
- End Class