### 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。
207 lines
12 KiB
C#
207 lines
12 KiB
C#
namespace Itrycn_Project2
|
|
{
|
|
partial class FrmMdiMain
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#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 void InitializeComponent()
|
|
{
|
|
RySkins.ThemeForm themeForm1 = new RySkins.ThemeForm();
|
|
MGdu.WinFormUI.ButtonColorTable buttonColorTable1 = new MGdu.WinFormUI.ButtonColorTable();
|
|
MGdu.WinFormUI.ButtonColorTable buttonColorTable2 = new MGdu.WinFormUI.ButtonColorTable();
|
|
MGdu.WinFormUI.ButtonColorTable buttonColorTable3 = new MGdu.WinFormUI.ButtonColorTable();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.SuspendLayout();
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel1.Location = new System.Drawing.Point(1, 27);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(1043, 30);
|
|
this.panel1.TabIndex = 1;
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.panel2.Location = new System.Drawing.Point(1, 57);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(209, 665);
|
|
this.panel2.TabIndex = 2;
|
|
//
|
|
// FrmMdiMain
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1045, 723);
|
|
this.ControlBoxOffset = new System.Drawing.Point(4, 1);
|
|
this.Controls.Add(this.panel2);
|
|
this.Controls.Add(this.panel1);
|
|
this.IconSize = new System.Drawing.Size(22, 22);
|
|
this.LeftPanel = this.panel2;
|
|
this.MinimumSize = new System.Drawing.Size(160, 60);
|
|
this.Name = "FrmMdiMain";
|
|
this.SideResizeWidth = 4;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "测试";
|
|
this.TopPanel = this.panel1;
|
|
themeForm1.BorderWidth = 1;
|
|
themeForm1.CaptionBackColorBottom = System.Drawing.Color.SeaGreen;
|
|
themeForm1.CaptionBackColorTop = System.Drawing.Color.DarkGreen;
|
|
themeForm1.CaptionHeight = 26;
|
|
themeForm1.CaptionTextCenter = false;
|
|
themeForm1.CaptionTextColor = System.Drawing.Color.White;
|
|
themeForm1.CloseBoxBackImageHover = null;
|
|
themeForm1.CloseBoxBackImageNormal = null;
|
|
themeForm1.CloseBoxBackImagePressed = null;
|
|
buttonColorTable1.BackColorDisabled = System.Drawing.Color.Empty;
|
|
buttonColorTable1.BackColorHover = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(71)))), ((int)(((byte)(71)))));
|
|
buttonColorTable1.BackColorNormal = System.Drawing.Color.Empty;
|
|
buttonColorTable1.BackColorPressed = System.Drawing.Color.FromArgb(((int)(((byte)(188)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
|
|
buttonColorTable1.BorderColorDisabled = System.Drawing.Color.Empty;
|
|
buttonColorTable1.BorderColorHover = System.Drawing.Color.Empty;
|
|
buttonColorTable1.BorderColorNormal = System.Drawing.Color.Empty;
|
|
buttonColorTable1.BorderColorPressed = System.Drawing.Color.Empty;
|
|
buttonColorTable1.ForeColorDisabled = System.Drawing.Color.Empty;
|
|
buttonColorTable1.ForeColorHover = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(240)))), ((int)(((byte)(223)))));
|
|
buttonColorTable1.ForeColorNormal = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(240)))), ((int)(((byte)(223)))));
|
|
buttonColorTable1.ForeColorPressed = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(240)))), ((int)(((byte)(223)))));
|
|
themeForm1.CloseBoxColor = buttonColorTable1;
|
|
themeForm1.CloseBoxSize = new System.Drawing.Size(30, 23);
|
|
themeForm1.ControlBoxOffset = new System.Drawing.Point(4, 1);
|
|
themeForm1.ControlBoxSpace = 2;
|
|
themeForm1.DrawCaptionIcon = true;
|
|
themeForm1.DrawCaptionText = true;
|
|
themeForm1.FormBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(242)))), ((int)(((byte)(242)))));
|
|
themeForm1.FormBorderInmostColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(248)))), ((int)(((byte)(248)))));
|
|
themeForm1.FormBorderInnerColor = System.Drawing.Color.White;
|
|
themeForm1.FormBorderOutterColor = System.Drawing.Color.Gray;
|
|
themeForm1.IconLeftMargin = 2;
|
|
themeForm1.IconSize = new System.Drawing.Size(22, 22);
|
|
themeForm1.MaxBoxBackImageHover = null;
|
|
themeForm1.MaxBoxBackImageNormal = null;
|
|
themeForm1.MaxBoxBackImagePressed = null;
|
|
buttonColorTable2.BackColorDisabled = System.Drawing.Color.Empty;
|
|
buttonColorTable2.BackColorHover = System.Drawing.Color.FromArgb(((int)(((byte)(67)))), ((int)(((byte)(139)))), ((int)(((byte)(221)))));
|
|
buttonColorTable2.BackColorNormal = System.Drawing.Color.Empty;
|
|
buttonColorTable2.BackColorPressed = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(125)))), ((int)(((byte)(210)))));
|
|
buttonColorTable2.BorderColorDisabled = System.Drawing.Color.Empty;
|
|
buttonColorTable2.BorderColorHover = System.Drawing.Color.Empty;
|
|
buttonColorTable2.BorderColorNormal = System.Drawing.Color.Empty;
|
|
buttonColorTable2.BorderColorPressed = System.Drawing.Color.Empty;
|
|
buttonColorTable2.ForeColorDisabled = System.Drawing.Color.Empty;
|
|
buttonColorTable2.ForeColorHover = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(240)))), ((int)(((byte)(223)))));
|
|
buttonColorTable2.ForeColorNormal = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(240)))), ((int)(((byte)(223)))));
|
|
buttonColorTable2.ForeColorPressed = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(240)))), ((int)(((byte)(223)))));
|
|
themeForm1.MaxBoxColor = buttonColorTable2;
|
|
themeForm1.MaxBoxSize = new System.Drawing.Size(30, 23);
|
|
themeForm1.Mdi_AlwaysShowListAllBtn = false;
|
|
themeForm1.Mdi_BarBackColor = System.Drawing.Color.LightSkyBlue;
|
|
themeForm1.Mdi_BarBorderColor = System.Drawing.Color.Red;
|
|
themeForm1.Mdi_BarBottomRegionBackColor = System.Drawing.Color.White;
|
|
themeForm1.Mdi_BarBottomRegionHeight = 0;
|
|
themeForm1.Mdi_BarLeftPadding = 3;
|
|
themeForm1.Mdi_BarMargin = new System.Windows.Forms.Padding(1, 27, 1, 0);
|
|
themeForm1.Mdi_BarRightPadding = 100;
|
|
themeForm1.Mdi_DrawBarBackground = false;
|
|
themeForm1.Mdi_DrawBarBorder = false;
|
|
themeForm1.Mdi_ListAllBtnAlign = MGdu.WinFormUI.BarButtonAlignmentType.Left;
|
|
themeForm1.Mdi_ListAllBtnBottomSpace = 7;
|
|
buttonColorTable3.BackColorDisabled = System.Drawing.Color.Empty;
|
|
buttonColorTable3.BackColorHover = System.Drawing.Color.White;
|
|
buttonColorTable3.BackColorNormal = System.Drawing.Color.Empty;
|
|
buttonColorTable3.BackColorPressed = System.Drawing.Color.WhiteSmoke;
|
|
buttonColorTable3.BorderColorDisabled = System.Drawing.Color.Empty;
|
|
buttonColorTable3.BorderColorHover = System.Drawing.Color.Empty;
|
|
buttonColorTable3.BorderColorNormal = System.Drawing.Color.Empty;
|
|
buttonColorTable3.BorderColorPressed = System.Drawing.Color.Empty;
|
|
buttonColorTable3.ForeColorDisabled = System.Drawing.Color.Empty;
|
|
buttonColorTable3.ForeColorHover = System.Drawing.Color.Gray;
|
|
buttonColorTable3.ForeColorNormal = System.Drawing.Color.Gray;
|
|
buttonColorTable3.ForeColorPressed = System.Drawing.Color.Gray;
|
|
themeForm1.Mdi_ListAllBtnColor = buttonColorTable3;
|
|
themeForm1.Mdi_ListAllBtnLeftSpace = 4;
|
|
themeForm1.Mdi_ListAllBtnSize = new System.Drawing.Size(36, 18);
|
|
themeForm1.Mdi_NewTabBtnBottomSpace = 1;
|
|
themeForm1.Mdi_NewTabBtnColor = buttonColorTable3;
|
|
themeForm1.Mdi_NewTabBtnLeftSpace = 4;
|
|
themeForm1.Mdi_NewTabBtnSize = new System.Drawing.Size(24, 24);
|
|
themeForm1.Mdi_ShowNewTabBtn = false;
|
|
themeForm1.Mdi_ShowTabCloseIcon = false;
|
|
themeForm1.Mdi_ShowTabIcon = true;
|
|
themeForm1.Mdi_TabActiveBackColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(248)))), ((int)(((byte)(248)))));
|
|
themeForm1.Mdi_TabActiveBackColorTop = System.Drawing.Color.White;
|
|
themeForm1.Mdi_TabActiveForeColor = System.Drawing.Color.Black;
|
|
themeForm1.Mdi_TabAndTabSpace = -8;
|
|
themeForm1.Mdi_TabDeactiveBackColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
|
|
themeForm1.Mdi_TabDeactiveBackColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
|
|
themeForm1.Mdi_TabDeactiveForeColor = System.Drawing.Color.Black;
|
|
themeForm1.Mdi_TabHeight = 26;
|
|
themeForm1.Mdi_TabHeightActive = 26;
|
|
themeForm1.Mdi_TabInnerBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
|
themeForm1.Mdi_TabMaxWidth = 145;
|
|
themeForm1.Mdi_TabMinWidth = 70;
|
|
themeForm1.Mdi_TabNormalWidth = 100;
|
|
themeForm1.Mdi_TabOutterBorderColor = System.Drawing.Color.Gray;
|
|
themeForm1.Mdi_TabShowBorder = false;
|
|
themeForm1.Mdi_TabSlopeWidth = 8;
|
|
themeForm1.Mdi_TabTopSpace = 2;
|
|
themeForm1.Mdi_UseMsgToActivateChild = true;
|
|
themeForm1.MinBoxBackImageHover = null;
|
|
themeForm1.MinBoxBackImageNormal = null;
|
|
themeForm1.MinBoxBackImagePressed = null;
|
|
themeForm1.MinBoxColor = buttonColorTable2;
|
|
themeForm1.MinBoxSize = new System.Drawing.Size(30, 23);
|
|
themeForm1.Radius = 8;
|
|
themeForm1.ResBoxBackImageHover = null;
|
|
themeForm1.ResBoxBackImageNormal = null;
|
|
themeForm1.ResBoxBackImagePressed = null;
|
|
themeForm1.RoundedStyle = MGdu.WinFormUI.MyGraphics.RoundStyle.None;
|
|
themeForm1.SetClientInset = false;
|
|
themeForm1.ShadowAValueDark = 80;
|
|
themeForm1.ShadowAValueLight = 0;
|
|
themeForm1.ShadowColor = System.Drawing.Color.Black;
|
|
themeForm1.ShadowWidth = 1;
|
|
themeForm1.ShowShadow = false;
|
|
themeForm1.SideResizeWidth = 4;
|
|
themeForm1.TextLeftMargin = 2;
|
|
themeForm1.UseDefaultTopRoundingFormRegion = false;
|
|
themeForm1.UseShadowToResize = false;
|
|
this.XTheme = themeForm1;
|
|
this.Load += new System.EventHandler(this.FrmMdiMain_Load);
|
|
this.Controls.SetChildIndex(this.panel1, 0);
|
|
this.Controls.SetChildIndex(this.panel2, 0);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Panel panel2;
|
|
}
|
|
} |