### RaUI V4.0.2506.2701 - *.[新增]RediskCheck类新增支持对.NET3.5和.NET6-.NET9安装状态的判断。 - *.[新增]RyImage类的LoadPic方法新增Timeout参数设置。 - *.[新增]ChromeTabControl控件新增OnTabAddButtonClick和OnTabCloseButtonClick事件。 - *.[新增]Strings类新增GetEngOrNumPos方法,获取字符串里的英文或数字。 - *.[改进]ChromeTabControl默认风格改进。 - *.[改进]GetTimeStr新增ShowSeconds参数。 - *.[改进]RyImage.LoadPic获取网络图片时,UA改为Edge的UA。 - *.[改进]ListBoxEx从内部控件改为公开控件。 - *.[修复]AddHosts(string list,bool write)函数write为false时,不再写入hosts。 - *.[修复]修复无法在属性界面修改RichTextBox2的WordWrap属性的BUG。 - *.[修复]修复ApkOp读取apk内部版本号时,如果版本号带数字0可能无法读取的BUG。 - *.[修复]修复GetVerByVerStr传入null值会报错的BUG。 - *.[修复]修复ComboBoxEx2控件修改SelectedItem和SelectedIndex属性不会激发SelectedIndexChanged事件的BUG。 - *.[修复]修复ApkOp解压某些apk文件时,可能导致文件被占用的BUG。 - *.[修复]修复TextBoxEx2控件通过代码设置文本,无法触发文本变化事件的BUG。 - *.[修复]修复TextBoxEx2控件使用Tab按键,无法切换输入的BUG。
99 lines
4.1 KiB
C#
99 lines
4.1 KiB
C#
namespace rycUpdate
|
||
{
|
||
partial class Frmmain
|
||
{
|
||
/// <summary>
|
||
/// 必需的设计器变量。
|
||
/// </summary>
|
||
private System.ComponentModel.IContainer components = null;
|
||
|
||
/// <summary>
|
||
/// 清理所有正在使用的资源。
|
||
/// </summary>
|
||
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
||
protected override void Dispose(bool disposing)
|
||
{
|
||
if (disposing && (components != null))
|
||
{
|
||
components.Dispose();
|
||
}
|
||
base.Dispose(disposing);
|
||
}
|
||
|
||
#region Windows 窗体设计器生成的代码
|
||
|
||
/// <summary>
|
||
/// 设计器支持所需的方法 - 不要修改
|
||
/// 使用代码编辑器修改此方法的内容。
|
||
/// </summary>
|
||
private void InitializeComponent()
|
||
{
|
||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frmmain));
|
||
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
||
this.LblState = new System.Windows.Forms.Label();
|
||
this.progressBar1 = new System.Windows.Forms.ProgressBar();
|
||
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
||
this.SuspendLayout();
|
||
//
|
||
// pictureBox1
|
||
//
|
||
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
|
||
this.pictureBox1.Location = new System.Drawing.Point(12, 12);
|
||
this.pictureBox1.Name = "pictureBox1";
|
||
this.pictureBox1.Size = new System.Drawing.Size(119, 115);
|
||
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
||
this.pictureBox1.TabIndex = 0;
|
||
this.pictureBox1.TabStop = false;
|
||
//
|
||
// LblState
|
||
//
|
||
this.LblState.AutoSize = true;
|
||
this.LblState.Location = new System.Drawing.Point(137, 41);
|
||
this.LblState.Name = "LblState";
|
||
this.LblState.Size = new System.Drawing.Size(95, 12);
|
||
this.LblState.TabIndex = 1;
|
||
this.LblState.Text = "正在进行升级...";
|
||
//
|
||
// progressBar1
|
||
//
|
||
this.progressBar1.Location = new System.Drawing.Point(137, 62);
|
||
this.progressBar1.Name = "progressBar1";
|
||
this.progressBar1.Size = new System.Drawing.Size(357, 23);
|
||
this.progressBar1.TabIndex = 2;
|
||
this.progressBar1.Visible = false;
|
||
//
|
||
// Frmmain
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.BackColor = System.Drawing.Color.White;
|
||
this.ClientSize = new System.Drawing.Size(508, 151);
|
||
this.Controls.Add(this.progressBar1);
|
||
this.Controls.Add(this.LblState);
|
||
this.Controls.Add(this.pictureBox1);
|
||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||
this.MaximizeBox = false;
|
||
this.MinimizeBox = false;
|
||
this.Name = "Frmmain";
|
||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||
this.Text = "正在升级中...";
|
||
this.TopMost = true;
|
||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Frmmain_FormClosing);
|
||
this.Load += new System.EventHandler(this.Frmmain_Load);
|
||
this.Shown += new System.EventHandler(this.Frmmain_Shown);
|
||
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
||
this.ResumeLayout(false);
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.PictureBox pictureBox1;
|
||
private System.Windows.Forms.Label LblState;
|
||
private System.Windows.Forms.ProgressBar progressBar1;
|
||
}
|
||
}
|
||
|