Form1.Designer.vb
上传用户:bjsjyd6688
上传日期:2022-06-03
资源大小:198k
文件大小:22k
源码类别:

浏览器

开发平台:

Visual Basic

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Form1
  3.     Inherits System.Windows.Forms.Form
  4.     'Form overrides dispose to clean up the component list.
  5.     <System.Diagnostics.DebuggerNonUserCode()> _
  6.     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7.         Try
  8.             If disposing AndAlso components IsNot Nothing Then
  9.                 components.Dispose()
  10.             End If
  11.         Finally
  12.             MyBase.Dispose(disposing)
  13.         End Try
  14.     End Sub
  15.     'Required by the Windows Form Designer
  16.     Private components As System.ComponentModel.IContainer
  17.     'NOTE: The following procedure is required by the Windows Form Designer
  18.     'It can be modified using the Windows Form Designer.  
  19.     'Do not modify it using the code editor.
  20.     <System.Diagnostics.DebuggerStepThrough()> _
  21.     Private Sub InitializeComponent()
  22.         Me.components = New System.ComponentModel.Container
  23.         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1))
  24.         Me.MenuStrip1 = New System.Windows.Forms.MenuStrip
  25.         Me.FileToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
  26.         Me.OpenTabToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
  27.         Me.CloseTabToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
  28.         Me.ToolStripMenuItem1 = New System.Windows.Forms.ToolStripSeparator
  29.         Me.QuitToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
  30.         Me.ZoomToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
  31.         Me.LargerToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
  32.         Me.Panel1 = New System.Windows.Forms.Panel
  33.         Me.cboSearch = New System.Windows.Forms.ComboBox
  34.         Me.btnSearch = New System.Windows.Forms.Button
  35.         Me.btnNav = New System.Windows.Forms.Button
  36.         Me.cboURL = New System.Windows.Forms.ComboBox
  37.         Me.btnStop = New System.Windows.Forms.Button
  38.         Me.btnRefresh = New System.Windows.Forms.Button
  39.         Me.btnForward = New System.Windows.Forms.Button
  40.         Me.btnBack = New System.Windows.Forms.Button
  41.         Me.Button3 = New System.Windows.Forms.Button
  42.         Me.StatusStrip1 = New System.Windows.Forms.StatusStrip
  43.         Me.lblStatus = New System.Windows.Forms.ToolStripStatusLabel
  44.         Me.pgbProgress = New System.Windows.Forms.ToolStripProgressBar
  45.         Me.TabControl1 = New System.Windows.Forms.TabControl
  46.         Me.cmsTab = New System.Windows.Forms.ContextMenuStrip(Me.components)
  47.         Me.OpenTabToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem
  48.         Me.CloseTabToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem
  49.         Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components)
  50.         Me.CloseWindowToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
  51.         Me.OpenWindowToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
  52.         Me.ToolStripMenuItem2 = New System.Windows.Forms.ToolStripSeparator
  53.         Me.ToolStripMenuItem3 = New System.Windows.Forms.ToolStripSeparator
  54.         Me.OpenFileToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
  55.         Me.ofd = New System.Windows.Forms.OpenFileDialog
  56.         Me.MenuStrip1.SuspendLayout()
  57.         Me.Panel1.SuspendLayout()
  58.         Me.StatusStrip1.SuspendLayout()
  59.         Me.cmsTab.SuspendLayout()
  60.         Me.SuspendLayout()
  61.         '
  62.         'MenuStrip1
  63.         '
  64.         Me.MenuStrip1.BackColor = System.Drawing.SystemColors.Control
  65.         Me.MenuStrip1.Font = New System.Drawing.Font("Calibri", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  66.         Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.FileToolStripMenuItem, Me.ZoomToolStripMenuItem})
  67.         Me.MenuStrip1.Location = New System.Drawing.Point(0, 0)
  68.         Me.MenuStrip1.Name = "MenuStrip1"
  69.         Me.MenuStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System
  70.         Me.MenuStrip1.Size = New System.Drawing.Size(632, 24)
  71.         Me.MenuStrip1.TabIndex = 0
  72.         Me.MenuStrip1.Text = "MenuStrip1"
  73.         '
  74.         'FileToolStripMenuItem
  75.         '
  76.         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})
  77.         Me.FileToolStripMenuItem.Name = "FileToolStripMenuItem"
  78.         Me.FileToolStripMenuItem.Size = New System.Drawing.Size(39, 20)
  79.         Me.FileToolStripMenuItem.Text = "File"
  80.         '
  81.         'OpenTabToolStripMenuItem
  82.         '
  83.         Me.OpenTabToolStripMenuItem.Name = "OpenTabToolStripMenuItem"
  84.         Me.OpenTabToolStripMenuItem.Size = New System.Drawing.Size(160, 22)
  85.         Me.OpenTabToolStripMenuItem.Text = "Open Tab"
  86.         '
  87.         'CloseTabToolStripMenuItem
  88.         '
  89.         Me.CloseTabToolStripMenuItem.Name = "CloseTabToolStripMenuItem"
  90.         Me.CloseTabToolStripMenuItem.Size = New System.Drawing.Size(160, 22)
  91.         Me.CloseTabToolStripMenuItem.Text = "Close Tab"
  92.         '
  93.         'ToolStripMenuItem1
  94.         '
  95.         Me.ToolStripMenuItem1.Name = "ToolStripMenuItem1"
  96.         Me.ToolStripMenuItem1.Size = New System.Drawing.Size(157, 6)
  97.         '
  98.         'QuitToolStripMenuItem
  99.         '
  100.         Me.QuitToolStripMenuItem.Name = "QuitToolStripMenuItem"
  101.         Me.QuitToolStripMenuItem.Size = New System.Drawing.Size(160, 22)
  102.         Me.QuitToolStripMenuItem.Text = "Quit"
  103.         '
  104.         'ZoomToolStripMenuItem
  105.         '
  106.         Me.ZoomToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.LargerToolStripMenuItem})
  107.         Me.ZoomToolStripMenuItem.Name = "ZoomToolStripMenuItem"
  108.         Me.ZoomToolStripMenuItem.Size = New System.Drawing.Size(49, 20)
  109.         Me.ZoomToolStripMenuItem.Text = "Zoom"
  110.         '
  111.         'LargerToolStripMenuItem
  112.         '
  113.         Me.LargerToolStripMenuItem.Name = "LargerToolStripMenuItem"
  114.         Me.LargerToolStripMenuItem.Size = New System.Drawing.Size(115, 22)
  115.         Me.LargerToolStripMenuItem.Text = "Larger"
  116.         '
  117.         'Panel1
  118.         '
  119.         Me.Panel1.Controls.Add(Me.cboSearch)
  120.         Me.Panel1.Controls.Add(Me.btnSearch)
  121.         Me.Panel1.Controls.Add(Me.btnNav)
  122.         Me.Panel1.Controls.Add(Me.cboURL)
  123.         Me.Panel1.Controls.Add(Me.btnStop)
  124.         Me.Panel1.Controls.Add(Me.btnRefresh)
  125.         Me.Panel1.Controls.Add(Me.btnForward)
  126.         Me.Panel1.Controls.Add(Me.btnBack)
  127.         Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top
  128.         Me.Panel1.Location = New System.Drawing.Point(0, 24)
  129.         Me.Panel1.Name = "Panel1"
  130.         Me.Panel1.Size = New System.Drawing.Size(632, 38)
  131.         Me.Panel1.TabIndex = 1
  132.         '
  133.         'cboSearch
  134.         '
  135.         Me.cboSearch.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  136.         Me.cboSearch.FlatStyle = System.Windows.Forms.FlatStyle.Popup
  137.         Me.cboSearch.FormattingEnabled = True
  138.         Me.cboSearch.Location = New System.Drawing.Point(486, 8)
  139.         Me.cboSearch.Name = "cboSearch"
  140.         Me.cboSearch.Size = New System.Drawing.Size(105, 21)
  141.         Me.cboSearch.TabIndex = 9
  142.         '
  143.         'btnSearch
  144.         '
  145.         Me.btnSearch.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  146.         Me.btnSearch.BackColor = System.Drawing.Color.WhiteSmoke
  147.         Me.btnSearch.FlatAppearance.BorderSize = 0
  148.         Me.btnSearch.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Gainsboro
  149.         Me.btnSearch.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White
  150.         Me.btnSearch.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  151.         Me.btnSearch.Font = New System.Drawing.Font("Calibri", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  152.         Me.btnSearch.ForeColor = System.Drawing.Color.Blue
  153.         Me.btnSearch.Location = New System.Drawing.Point(592, 0)
  154.         Me.btnSearch.Name = "btnSearch"
  155.         Me.btnSearch.Size = New System.Drawing.Size(38, 38)
  156.         Me.btnSearch.TabIndex = 8
  157.         Me.btnSearch.Text = "%"
  158.         Me.btnSearch.UseVisualStyleBackColor = False
  159.         '
  160.         'btnNav
  161.         '
  162.         Me.btnNav.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  163.         Me.btnNav.BackColor = System.Drawing.Color.WhiteSmoke
  164.         Me.btnNav.FlatAppearance.BorderSize = 0
  165.         Me.btnNav.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Gainsboro
  166.         Me.btnNav.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White
  167.         Me.btnNav.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  168.         Me.btnNav.Font = New System.Drawing.Font("Calibri", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  169.         Me.btnNav.ForeColor = System.Drawing.Color.Green
  170.         Me.btnNav.Location = New System.Drawing.Point(448, 0)
  171.         Me.btnNav.Name = "btnNav"
  172.         Me.btnNav.Size = New System.Drawing.Size(38, 38)
  173.         Me.btnNav.TabIndex = 6
  174.         Me.btnNav.Text = "@"
  175.         Me.btnNav.UseVisualStyleBackColor = False
  176.         '
  177.         'cboURL
  178.         '
  179.         Me.cboURL.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  180.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  181.         Me.cboURL.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
  182.         Me.cboURL.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.AllUrl
  183.         Me.cboURL.FlatStyle = System.Windows.Forms.FlatStyle.Popup
  184.         Me.cboURL.Font = New System.Drawing.Font("Calibri", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  185.         Me.cboURL.FormattingEnabled = True
  186.         Me.cboURL.Location = New System.Drawing.Point(160, 8)
  187.         Me.cboURL.Name = "cboURL"
  188.         Me.cboURL.Size = New System.Drawing.Size(288, 23)
  189.         Me.cboURL.TabIndex = 5
  190.         '
  191.         'btnStop
  192.         '
  193.         Me.btnStop.BackColor = System.Drawing.Color.WhiteSmoke
  194.         Me.btnStop.FlatAppearance.BorderSize = 0
  195.         Me.btnStop.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Gainsboro
  196.         Me.btnStop.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White
  197.         Me.btnStop.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  198.         Me.btnStop.Font = New System.Drawing.Font("Calibri", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  199.         Me.btnStop.ForeColor = System.Drawing.Color.Red
  200.         Me.btnStop.Location = New System.Drawing.Point(120, 0)
  201.         Me.btnStop.Name = "btnStop"
  202.         Me.btnStop.Size = New System.Drawing.Size(38, 38)
  203.         Me.btnStop.TabIndex = 4
  204.         Me.btnStop.Text = "X"
  205.         Me.btnStop.UseVisualStyleBackColor = False
  206.         '
  207.         'btnRefresh
  208.         '
  209.         Me.btnRefresh.BackColor = System.Drawing.Color.WhiteSmoke
  210.         Me.btnRefresh.FlatAppearance.BorderSize = 0
  211.         Me.btnRefresh.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Gainsboro
  212.         Me.btnRefresh.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White
  213.         Me.btnRefresh.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  214.         Me.btnRefresh.Font = New System.Drawing.Font("Calibri", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  215.         Me.btnRefresh.ForeColor = System.Drawing.Color.Green
  216.         Me.btnRefresh.Location = New System.Drawing.Point(80, 0)
  217.         Me.btnRefresh.Name = "btnRefresh"
  218.         Me.btnRefresh.Size = New System.Drawing.Size(38, 38)
  219.         Me.btnRefresh.TabIndex = 2
  220.         Me.btnRefresh.Text = "O"
  221.         Me.btnRefresh.UseVisualStyleBackColor = False
  222.         '
  223.         'btnForward
  224.         '
  225.         Me.btnForward.BackColor = System.Drawing.Color.MediumBlue
  226.         Me.btnForward.Enabled = False
  227.         Me.btnForward.FlatAppearance.BorderSize = 0
  228.         Me.btnForward.FlatAppearance.MouseDownBackColor = System.Drawing.Color.DarkBlue
  229.         Me.btnForward.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Blue
  230.         Me.btnForward.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  231.         Me.btnForward.Font = New System.Drawing.Font("Calibri", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  232.         Me.btnForward.ForeColor = System.Drawing.Color.White
  233.         Me.btnForward.Location = New System.Drawing.Point(40, 0)
  234.         Me.btnForward.Name = "btnForward"
  235.         Me.btnForward.Size = New System.Drawing.Size(38, 38)
  236.         Me.btnForward.TabIndex = 1
  237.         Me.btnForward.Text = ">"
  238.         Me.btnForward.UseVisualStyleBackColor = False
  239.         '
  240.         'btnBack
  241.         '
  242.         Me.btnBack.BackColor = System.Drawing.Color.MediumBlue
  243.         Me.btnBack.Enabled = False
  244.         Me.btnBack.FlatAppearance.BorderSize = 0
  245.         Me.btnBack.FlatAppearance.MouseDownBackColor = System.Drawing.Color.DarkBlue
  246.         Me.btnBack.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Blue
  247.         Me.btnBack.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  248.         Me.btnBack.Font = New System.Drawing.Font("Calibri", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  249.         Me.btnBack.ForeColor = System.Drawing.Color.White
  250.         Me.btnBack.Location = New System.Drawing.Point(0, 0)
  251.         Me.btnBack.Name = "btnBack"
  252.         Me.btnBack.Size = New System.Drawing.Size(38, 38)
  253.         Me.btnBack.TabIndex = 0
  254.         Me.btnBack.Text = "<"
  255.         Me.btnBack.UseVisualStyleBackColor = False
  256.         '
  257.         'Button3
  258.         '
  259.         Me.Button3.Location = New System.Drawing.Point(120, 24)
  260.         Me.Button3.Name = "Button3"
  261.         Me.Button3.Size = New System.Drawing.Size(38, 38)
  262.         Me.Button3.TabIndex = 3
  263.         Me.Button3.Text = "<"
  264.         Me.Button3.UseVisualStyleBackColor = True
  265.         '
  266.         'StatusStrip1
  267.         '
  268.         Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.lblStatus, Me.pgbProgress})
  269.         Me.StatusStrip1.Location = New System.Drawing.Point(0, 424)
  270.         Me.StatusStrip1.Name = "StatusStrip1"
  271.         Me.StatusStrip1.Size = New System.Drawing.Size(632, 22)
  272.         Me.StatusStrip1.TabIndex = 5
  273.         Me.StatusStrip1.Text = "StatusStrip1"
  274.         '
  275.         'lblStatus
  276.         '
  277.         Me.lblStatus.Font = New System.Drawing.Font("Calibri", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  278.         Me.lblStatus.Name = "lblStatus"
  279.         Me.lblStatus.Size = New System.Drawing.Size(515, 17)
  280.         Me.lblStatus.Spring = True
  281.         Me.lblStatus.Text = "WebBrowser"
  282.         Me.lblStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  283.         '
  284.         'pgbProgress
  285.         '
  286.         Me.pgbProgress.Name = "pgbProgress"
  287.         Me.pgbProgress.Size = New System.Drawing.Size(100, 16)
  288.         '
  289.         'TabControl1
  290.         '
  291.         Me.TabControl1.ContextMenuStrip = Me.cmsTab
  292.         Me.TabControl1.Dock = System.Windows.Forms.DockStyle.Fill
  293.         Me.TabControl1.Font = New System.Drawing.Font("Calibri", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  294.         Me.TabControl1.ImageList = Me.ImageList1
  295.         Me.TabControl1.Location = New System.Drawing.Point(0, 62)
  296.         Me.TabControl1.Name = "TabControl1"
  297.         Me.TabControl1.SelectedIndex = 0
  298.         Me.TabControl1.Size = New System.Drawing.Size(632, 362)
  299.         Me.TabControl1.TabIndex = 6
  300.         '
  301.         'cmsTab
  302.         '
  303.         Me.cmsTab.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.OpenTabToolStripMenuItem1, Me.CloseTabToolStripMenuItem1})
  304.         Me.cmsTab.Name = "cmsTab"
  305.         Me.cmsTab.RenderMode = System.Windows.Forms.ToolStripRenderMode.System
  306.         Me.cmsTab.Size = New System.Drawing.Size(133, 48)
  307.         '
  308.         'OpenTabToolStripMenuItem1
  309.         '
  310.         Me.OpenTabToolStripMenuItem1.Name = "OpenTabToolStripMenuItem1"
  311.         Me.OpenTabToolStripMenuItem1.Size = New System.Drawing.Size(132, 22)
  312.         Me.OpenTabToolStripMenuItem1.Text = "Open Tab"
  313.         '
  314.         'CloseTabToolStripMenuItem1
  315.         '
  316.         Me.CloseTabToolStripMenuItem1.Name = "CloseTabToolStripMenuItem1"
  317.         Me.CloseTabToolStripMenuItem1.Size = New System.Drawing.Size(132, 22)
  318.         Me.CloseTabToolStripMenuItem1.Text = "Close Tab"
  319.         '
  320.         'ImageList1
  321.         '
  322.         Me.ImageList1.ImageStream = CType(resources.GetObject("ImageList1.ImageStream"), System.Windows.Forms.ImageListStreamer)
  323.         Me.ImageList1.TransparentColor = System.Drawing.Color.White
  324.         Me.ImageList1.Images.SetKeyName(0, "internet.png")
  325.         '
  326.         'CloseWindowToolStripMenuItem
  327.         '
  328.         Me.CloseWindowToolStripMenuItem.Name = "CloseWindowToolStripMenuItem"
  329.         Me.CloseWindowToolStripMenuItem.Size = New System.Drawing.Size(160, 22)
  330.         Me.CloseWindowToolStripMenuItem.Text = "Close Window"
  331.         '
  332.         'OpenWindowToolStripMenuItem
  333.         '
  334.         Me.OpenWindowToolStripMenuItem.Name = "OpenWindowToolStripMenuItem"
  335.         Me.OpenWindowToolStripMenuItem.Size = New System.Drawing.Size(160, 22)
  336.         Me.OpenWindowToolStripMenuItem.Text = "Open Window"
  337.         '
  338.         'ToolStripMenuItem2
  339.         '
  340.         Me.ToolStripMenuItem2.Name = "ToolStripMenuItem2"
  341.         Me.ToolStripMenuItem2.Size = New System.Drawing.Size(157, 6)
  342.         '
  343.         'ToolStripMenuItem3
  344.         '
  345.         Me.ToolStripMenuItem3.Name = "ToolStripMenuItem3"
  346.         Me.ToolStripMenuItem3.Size = New System.Drawing.Size(157, 6)
  347.         '
  348.         'OpenFileToolStripMenuItem
  349.         '
  350.         Me.OpenFileToolStripMenuItem.Name = "OpenFileToolStripMenuItem"
  351.         Me.OpenFileToolStripMenuItem.Size = New System.Drawing.Size(160, 22)
  352.         Me.OpenFileToolStripMenuItem.Text = "Open File"
  353.         '
  354.         'ofd
  355.         '
  356.         Me.ofd.FileName = "OpenFileDialog1"
  357.         Me.ofd.Filter = "Webpages|*.htm*|All Files|*.*"
  358.         Me.ofd.Multiselect = True
  359.         Me.ofd.ReadOnlyChecked = True
  360.         Me.ofd.RestoreDirectory = True
  361.         Me.ofd.ShowHelp = True
  362.         Me.ofd.ShowReadOnly = True
  363.         Me.ofd.SupportMultiDottedExtensions = True
  364.         Me.ofd.Title = "Open File - Tabbed Browser"
  365.         '
  366.         'Form1
  367.         '
  368.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  369.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  370.         Me.BackColor = System.Drawing.SystemColors.Control
  371.         Me.ClientSize = New System.Drawing.Size(632, 446)
  372.         Me.Controls.Add(Me.TabControl1)
  373.         Me.Controls.Add(Me.StatusStrip1)
  374.         Me.Controls.Add(Me.Panel1)
  375.         Me.Controls.Add(Me.Button3)
  376.         Me.Controls.Add(Me.MenuStrip1)
  377.         Me.MainMenuStrip = Me.MenuStrip1
  378.         Me.Name = "Form1"
  379.         Me.Text = "Tabbed Browser"
  380.         Me.MenuStrip1.ResumeLayout(False)
  381.         Me.MenuStrip1.PerformLayout()
  382.         Me.Panel1.ResumeLayout(False)
  383.         Me.StatusStrip1.ResumeLayout(False)
  384.         Me.StatusStrip1.PerformLayout()
  385.         Me.cmsTab.ResumeLayout(False)
  386.         Me.ResumeLayout(False)
  387.         Me.PerformLayout()
  388.     End Sub
  389.     Friend WithEvents MenuStrip1 As System.Windows.Forms.MenuStrip
  390.     Friend WithEvents FileToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  391.     Friend WithEvents Panel1 As System.Windows.Forms.Panel
  392.     Friend WithEvents btnStop As System.Windows.Forms.Button
  393.     Friend WithEvents btnRefresh As System.Windows.Forms.Button
  394.     Friend WithEvents btnForward As System.Windows.Forms.Button
  395.     Friend WithEvents btnBack As System.Windows.Forms.Button
  396.     Friend WithEvents Button3 As System.Windows.Forms.Button
  397.     Friend WithEvents btnNav As System.Windows.Forms.Button
  398.     Friend WithEvents cboURL As System.Windows.Forms.ComboBox
  399.     Friend WithEvents btnSearch As System.Windows.Forms.Button
  400.     Friend WithEvents OpenTabToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  401.     Friend WithEvents CloseTabToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  402.     Friend WithEvents ToolStripMenuItem1 As System.Windows.Forms.ToolStripSeparator
  403.     Friend WithEvents QuitToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  404.     Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip
  405.     Friend WithEvents lblStatus As System.Windows.Forms.ToolStripStatusLabel
  406.     Friend WithEvents pgbProgress As System.Windows.Forms.ToolStripProgressBar
  407.     Friend WithEvents TabControl1 As System.Windows.Forms.TabControl
  408.     Friend WithEvents cmsTab As System.Windows.Forms.ContextMenuStrip
  409.     Friend WithEvents OpenTabToolStripMenuItem1 As System.Windows.Forms.ToolStripMenuItem
  410.     Friend WithEvents CloseTabToolStripMenuItem1 As System.Windows.Forms.ToolStripMenuItem
  411.     Friend WithEvents cboSearch As System.Windows.Forms.ComboBox
  412.     Friend WithEvents ImageList1 As System.Windows.Forms.ImageList
  413.     Friend WithEvents ZoomToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  414.     Friend WithEvents LargerToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  415.     Friend WithEvents CloseWindowToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  416.     Friend WithEvents OpenWindowToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  417.     Friend WithEvents ToolStripMenuItem2 As System.Windows.Forms.ToolStripSeparator
  418.     Friend WithEvents ToolStripMenuItem3 As System.Windows.Forms.ToolStripSeparator
  419.     Friend WithEvents OpenFileToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  420.     Friend WithEvents ofd As System.Windows.Forms.OpenFileDialog
  421. End Class