1 Star 2 Fork 0

轮回/vivo-tools-3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
UpdateLogUIPage.cs 747 Bytes
一键复制 编辑 原始数据 按行查看 历史
轮回 提交于 2022-04-27 10:24 . 新增的功能
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using Sunny.UI;
namespace vivo_tools_3
{
public partial class UpdateLogUIPage : UIPage
{
public UpdateLogUIPage()
{
InitializeComponent();
this.Text = "更新日志";
this.uiTextBox1.Clear();
this.uiTextBox1.Text = Properties.Resources.UpdateLog;
this.uiTextBox1.ReadOnly = true;
if (uiTextBox1.Lines.Length > 23)
{
uiTextBox1.ShowScrollBar = true;
}
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/PeopleCarWorld/vivo-tools-3.git
[email protected]:PeopleCarWorld/vivo-tools-3.git
PeopleCarWorld
vivo-tools-3
vivo-tools-3
master

搜索帮助