frmAllBrowsers.Designer.vb
上传用户:szledliu
上传日期:2021-01-29
资源大小:13805k
文件大小:2k
源码类别:

C#编程

开发平台:

C#

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmAllBrowsers
  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.         If disposing AndAlso components IsNot Nothing Then
  8.             components.Dispose()
  9.         End If
  10.         MyBase.Dispose(disposing)
  11.     End Sub
  12.     'Required by the Windows Form Designer
  13.     Private components As System.ComponentModel.IContainer
  14.     'NOTE: The following procedure is required by the Windows Form Designer
  15.     'It can be modified using the Windows Form Designer.  
  16.     'Do not modify it using the code editor.
  17.     <System.Diagnostics.DebuggerStepThrough()> _
  18.     Private Sub InitializeComponent()
  19.         Me.SplitContainer1 = New System.Windows.Forms.SplitContainer
  20.         Me.SplitContainer1.SuspendLayout()
  21.         Me.SuspendLayout()
  22.         '
  23.         'SplitContainer1
  24.         '
  25.         Me.SplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill
  26.         Me.SplitContainer1.Location = New System.Drawing.Point(0, 0)
  27.         Me.SplitContainer1.Name = "SplitContainer1"
  28.         Me.SplitContainer1.Size = New System.Drawing.Size(829, 498)
  29.         Me.SplitContainer1.SplitterDistance = 388
  30.         Me.SplitContainer1.TabIndex = 0
  31.         '
  32.         'frmAllBrowsers
  33.         '
  34.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  35.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  36.         Me.ClientSize = New System.Drawing.Size(829, 498)
  37.         Me.Controls.Add(Me.SplitContainer1)
  38.         Me.Name = "frmAllBrowsers"
  39.         Me.Text = "frmAllBrowsers"
  40.         Me.SplitContainer1.ResumeLayout(False)
  41.         Me.ResumeLayout(False)
  42.     End Sub
  43.     Friend WithEvents SplitContainer1 As System.Windows.Forms.SplitContainer
  44. End Class