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

C#编程

开发平台:

C#

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class CapBrowser
  3.     Inherits System.Windows.Forms.UserControl
  4.     'UserControl 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.Panel1 = New System.Windows.Forms.Panel
  20.         Me.btnClose = New System.Windows.Forms.Button
  21.         Me.pb = New System.Windows.Forms.PictureBox
  22.         Me.Panel1.SuspendLayout()
  23.         CType(Me.pb, System.ComponentModel.ISupportInitialize).BeginInit()
  24.         Me.SuspendLayout()
  25.         '
  26.         'Panel1
  27.         '
  28.         Me.Panel1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
  29.         Me.Panel1.Controls.Add(Me.btnClose)
  30.         Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top
  31.         Me.Panel1.Location = New System.Drawing.Point(5, 5)
  32.         Me.Panel1.Name = "Panel1"
  33.         Me.Panel1.Size = New System.Drawing.Size(320, 19)
  34.         Me.Panel1.TabIndex = 1
  35.         '
  36.         'btnClose
  37.         '
  38.         Me.btnClose.Dock = System.Windows.Forms.DockStyle.Right
  39.         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  40.         Me.btnClose.Image = Global.Ie7Clone.My.Resources.Resources.Delete16
  41.         Me.btnClose.Location = New System.Drawing.Point(297, 0)
  42.         Me.btnClose.Name = "btnClose"
  43.         Me.btnClose.Size = New System.Drawing.Size(23, 19)
  44.         Me.btnClose.TabIndex = 0
  45.         Me.btnClose.UseVisualStyleBackColor = True
  46.         '
  47.         'pb
  48.         '
  49.         Me.pb.BackColor = System.Drawing.Color.Gray
  50.         Me.pb.Dock = System.Windows.Forms.DockStyle.Fill
  51.         Me.pb.Location = New System.Drawing.Point(5, 24)
  52.         Me.pb.Name = "pb"
  53.         Me.pb.Size = New System.Drawing.Size(320, 139)
  54.         Me.pb.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
  55.         Me.pb.TabIndex = 2
  56.         Me.pb.TabStop = False
  57.         '
  58.         'CapBrowser
  59.         '
  60.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  61.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  62.         Me.BackColor = System.Drawing.Color.WhiteSmoke
  63.         Me.Controls.Add(Me.pb)
  64.         Me.Controls.Add(Me.Panel1)
  65.         Me.Margin = New System.Windows.Forms.Padding(10, 9, 10, 9)
  66.         Me.Name = "CapBrowser"
  67.         Me.Padding = New System.Windows.Forms.Padding(5)
  68.         Me.Size = New System.Drawing.Size(330, 168)
  69.         Me.Panel1.ResumeLayout(False)
  70.         CType(Me.pb, System.ComponentModel.ISupportInitialize).EndInit()
  71.         Me.ResumeLayout(False)
  72.     End Sub
  73.     Friend WithEvents Panel1 As System.Windows.Forms.Panel
  74.     Friend WithEvents btnClose As System.Windows.Forms.Button
  75.     Friend WithEvents pb As System.Windows.Forms.PictureBox
  76. End Class