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

C#编程

开发平台:

C#

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class ControlButton
  3.     Inherits System.Windows.Forms.Control
  4.     'Control 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 Control Designer
  13.     Private components As System.ComponentModel.IContainer
  14.     ' NOTE: The following procedure is required by the Component Designer
  15.     ' It can be modified using the Component Designer.  Do not modify it
  16.     ' using the code editor.
  17.     <System.Diagnostics.DebuggerStepThrough()> _
  18.     Private Sub InitializeComponent()
  19.         components = New System.ComponentModel.Container()
  20.     End Sub
  21. End Class