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

C#编程

开发平台:

C#

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Ruler
  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.         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Ruler))
  20.         Me.SuspendLayout()
  21.         '
  22.         'Ruler
  23.         '
  24.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  25.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  26.         Me.BackgroundImage = CType(resources.GetObject("$this.BackgroundImage"), System.Drawing.Image)
  27.         Me.Name = "Ruler"
  28.         Me.Size = New System.Drawing.Size(564, 24)
  29.         Me.ResumeLayout(False)
  30.     End Sub
  31. End Class