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

C#编程

开发平台:

C#

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmImage
  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.pb = New System.Windows.Forms.PictureBox
  20.         CType(Me.pb, System.ComponentModel.ISupportInitialize).BeginInit()
  21.         Me.SuspendLayout()
  22.         '
  23.         'pb
  24.         '
  25.         Me.pb.BackColor = System.Drawing.Color.WhiteSmoke
  26.         Me.pb.Dock = System.Windows.Forms.DockStyle.Fill
  27.         Me.pb.Location = New System.Drawing.Point(0, 0)
  28.         Me.pb.Name = "pb"
  29.         Me.pb.Size = New System.Drawing.Size(603, 471)
  30.         Me.pb.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
  31.         Me.pb.TabIndex = 0
  32.         Me.pb.TabStop = False
  33.         '
  34.         'frmImage
  35.         '
  36.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  37.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  38.         Me.ClientSize = New System.Drawing.Size(603, 471)
  39.         Me.Controls.Add(Me.pb)
  40.         Me.Name = "frmImage"
  41.         Me.Text = "frmImage"
  42.         CType(Me.pb, System.ComponentModel.ISupportInitialize).EndInit()
  43.         Me.ResumeLayout(False)
  44.     End Sub
  45.     Friend WithEvents pb As System.Windows.Forms.PictureBox
  46. End Class