Application.Designer.vb
上传用户:ysf151
上传日期:2022-07-25
资源大小:14k
文件大小:1k
源码类别:

绘图程序

开发平台:

Visual Basic

  1. '------------------------------------------------------------------------------
  2. ' <auto-generated>
  3. '     This code was generated by a tool.
  4. '     Runtime Version:2.0.50727.3603
  5. '
  6. '     Changes to this file may cause incorrect behavior and will be lost if
  7. '     the code is regenerated.
  8. ' </auto-generated>
  9. '------------------------------------------------------------------------------
  10. Option Strict On
  11. Option Explicit On
  12. Namespace My
  13.     
  14.     'NOTE: This file is auto-generated; do not modify it directly.  To make changes,
  15.     ' or if you encounter build errors in this file, go to the Project Designer
  16.     ' (go to Project Properties or double-click the My Project node in
  17.     ' Solution Explorer), and make changes on the Application tab.
  18.     '
  19.     Partial Friend Class MyApplication
  20.         
  21.         <Global.System.Diagnostics.DebuggerStepThroughAttribute()>  _
  22.         Public Sub New()
  23.             MyBase.New(Global.Microsoft.VisualBasic.ApplicationServices.AuthenticationMode.Windows)
  24.             Me.IsSingleInstance = false
  25.             Me.EnableVisualStyles = true
  26.             Me.SaveMySettingsOnExit = true
  27.             Me.ShutDownStyle = Global.Microsoft.VisualBasic.ApplicationServices.ShutdownMode.AfterMainFormCloses
  28.         End Sub
  29.         
  30.         <Global.System.Diagnostics.DebuggerStepThroughAttribute()>  _
  31.         Protected Overrides Sub OnCreateMainForm()
  32.             Me.MainForm = Global.WindowsApplication1.Form1
  33.         End Sub
  34.     End Class
  35. End Namespace