⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 defaultinstances1.vb

📁 大名鼎鼎的mono是.NET平台的跨平台(支持linux
💻 VB
字号:
'------------------------------------------------------------------------------' <auto-generated>'     This code was generated by a tool.'     Runtime Version:2.0.50727.312''     Changes to this file may cause incorrect behavior and will be lost if'     the code is regenerated.' </auto-generated>'------------------------------------------------------------------------------Option Strict OnOption Explicit OnNamespace My        'NOTE: This file is auto-generated; do not modify it directly.  To make changes,    ' or if you encounter build errors in this file, go to the Project Designer    ' (go to Project Properties or double-click the My Project node in    ' Solution Explorer), and make changes on the Application tab.    '    Partial Friend Class MyApplication                <Global.System.Diagnostics.DebuggerStepThroughAttribute()> _        Public Sub New()            MyBase.New(Global.Microsoft.VisualBasic.ApplicationServices.AuthenticationMode.Windows)            Me.IsSingleInstance = False            Me.EnableVisualStyles = True            Me.SaveMySettingsOnExit = True            Me.ShutDownStyle = Global.Microsoft.VisualBasic.ApplicationServices.ShutdownMode.AfterMainFormCloses        End Sub                <Global.System.Diagnostics.DebuggerStepThroughAttribute()>  _        Protected Overrides Sub OnCreateMainForm()            Me.MainForm = Global.WindowsApplication1.MDIParent1        End Sub    End ClassEnd NamespaceClass MdiParent1    Inherits System.Windows.Forms.FormEnd Class

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -