1. 首页
  2. 移动开发
  3. Android
  4. ‘初始化-第六讲控件应用

‘初始化-第六讲控件应用

上传者: 2024-07-06 00:13:17上传 PPT文件 886KB 热度 4次
‘初始化Private Sub Form1_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load intFontSize = 9 bFontIntatic = FontStyle.Regular bFontBold = FontStyle.Regular strFontName = "宋体" TextBox1.Font = New Font(strFontName, intFontSize, bFontIntatic Xor bFontBold) End Sub
下载地址
用户评论