📄 frmscaling.designer.vb
字号:
Imports Microsoft.VisualBasic
Imports System
Namespace CodeForChapter2
Public Partial Class frmScaling
''' <summary>
''' Required designer variable.
''' </summary>
Private components As System.ComponentModel.IContainer = Nothing
Private mainMenu1 As System.Windows.Forms.MainMenu
''' <summary>
''' Clean up any resources being used.
''' </summary>
''' <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
If disposing AndAlso (Not components Is Nothing) Then
components.Dispose()
End If
MyBase.Dispose(disposing)
End Sub
#Region "Windows Form Designer generated code"
''' <summary>
''' Required method for Designer support - do not modify
''' the contents of this method with the code editor.
''' </summary>
Private Sub InitializeComponent()
Me.mainMenu1 = New System.Windows.Forms.MainMenu()
Me.SuspendLayout()
'
' frmScaling
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(96F, 96F)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi
Me.AutoScroll = True
Me.ClientSize = New System.Drawing.Size(240, 268)
Me.Menu = Me.mainMenu1
Me.Name = "frmScaling"
Me.Text = "frmScaling"
' Me.Paint += New System.Windows.Forms.PaintEventHandler(Me.frmScaling_Paint);
Me.ResumeLayout(False)
End Sub
#End Region
End Class
End Namespace
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -