此主题相关图片如下:查看更多.png
这个是逛逛老师查看更多的窗口, 最下面一排的提醒有一点显示不全面 请问怎么修改代码呢?
代码在此:
'Windows 窗体设计器所必需的
Private components As System.ComponentModel.IContainer
'注意: 以下过程是 Windows 窗体设计器所必需的
'可以使用 Windows 窗体设计器修改它.
'不要使用代码编辑器修改它.
<System.Diagnostics.DebuggerStepThrough()>
Private Sub InitializeComponent()
Me.SuspendLayout()
'
'Form1
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(109, 217)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
Me.Name = "Form1"
Me.Text = "Form1"
Me.ResumeLayout(False)
End Sub
Private Sub Class2_FontChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.FontChanged
_my更多 = Nothing
End Sub
Private Sub Class2_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
_my更多 = Me
End Sub
End Class