2020-05-11 21:11:29 +08:00
|
|
|
|
namespace Sunny.UI.Demo
|
|
|
|
|
{
|
|
|
|
|
partial class FDialogs
|
|
|
|
|
{
|
|
|
|
|
/// <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()
|
|
|
|
|
{
|
|
|
|
|
this.btnError = new Sunny.UI.UISymbolButton();
|
|
|
|
|
this.btnWarn = new Sunny.UI.UISymbolButton();
|
|
|
|
|
this.btnSuccess = new Sunny.UI.UISymbolButton();
|
|
|
|
|
this.btnAsk = new Sunny.UI.UISymbolButton();
|
|
|
|
|
this.btnAuto = new Sunny.UI.UISymbolButton();
|
|
|
|
|
this.btnStatus2 = new Sunny.UI.UISymbolButton();
|
|
|
|
|
this.btnInfo = new Sunny.UI.UISymbolButton();
|
|
|
|
|
this.btnPasswordInput = new Sunny.UI.UISymbolButton();
|
|
|
|
|
this.btnDoubleInput = new Sunny.UI.UISymbolButton();
|
|
|
|
|
this.btnIntInput = new Sunny.UI.UISymbolButton();
|
|
|
|
|
this.btnStringInput = new Sunny.UI.UISymbolButton();
|
|
|
|
|
this.uiLine1 = new Sunny.UI.UILine();
|
|
|
|
|
this.uiLine2 = new Sunny.UI.UILine();
|
|
|
|
|
this.uiLine3 = new Sunny.UI.UILine();
|
|
|
|
|
this.uiLine4 = new Sunny.UI.UILine();
|
|
|
|
|
this.uiSymbolButton1 = new Sunny.UI.UISymbolButton();
|
|
|
|
|
this.uiLine5 = new Sunny.UI.UILine();
|
|
|
|
|
this.uiSymbolButton2 = new Sunny.UI.UISymbolButton();
|
|
|
|
|
this.uiSymbolButton4 = new Sunny.UI.UISymbolButton();
|
|
|
|
|
this.uiSymbolButton5 = new Sunny.UI.UISymbolButton();
|
|
|
|
|
this.uiSymbolButton6 = new Sunny.UI.UISymbolButton();
|
2020-05-25 23:43:20 +08:00
|
|
|
|
this.uiLine6 = new Sunny.UI.UILine();
|
|
|
|
|
this.btnEN = new Sunny.UI.UISymbolButton();
|
|
|
|
|
this.btnCH = new Sunny.UI.UISymbolButton();
|
2020-05-27 21:13:48 +08:00
|
|
|
|
this.uiLine7 = new Sunny.UI.UILine();
|
|
|
|
|
this.uiSymbolButton7 = new Sunny.UI.UISymbolButton();
|
|
|
|
|
this.uiSymbolButton8 = new Sunny.UI.UISymbolButton();
|
|
|
|
|
this.uiSymbolButton9 = new Sunny.UI.UISymbolButton();
|
2020-05-11 21:11:29 +08:00
|
|
|
|
this.PagePanel.SuspendLayout();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// PagePanel
|
|
|
|
|
//
|
2020-05-27 21:13:48 +08:00
|
|
|
|
this.PagePanel.Controls.Add(this.uiLine7);
|
|
|
|
|
this.PagePanel.Controls.Add(this.uiSymbolButton7);
|
|
|
|
|
this.PagePanel.Controls.Add(this.uiSymbolButton8);
|
|
|
|
|
this.PagePanel.Controls.Add(this.uiSymbolButton9);
|
2020-05-25 23:43:20 +08:00
|
|
|
|
this.PagePanel.Controls.Add(this.btnEN);
|
|
|
|
|
this.PagePanel.Controls.Add(this.btnCH);
|
|
|
|
|
this.PagePanel.Controls.Add(this.uiLine6);
|
2020-05-11 21:11:29 +08:00
|
|
|
|
this.PagePanel.Controls.Add(this.uiLine5);
|
|
|
|
|
this.PagePanel.Controls.Add(this.uiSymbolButton2);
|
|
|
|
|
this.PagePanel.Controls.Add(this.uiSymbolButton4);
|
|
|
|
|
this.PagePanel.Controls.Add(this.uiSymbolButton5);
|
|
|
|
|
this.PagePanel.Controls.Add(this.uiSymbolButton6);
|
|
|
|
|
this.PagePanel.Controls.Add(this.uiLine4);
|
|
|
|
|
this.PagePanel.Controls.Add(this.uiSymbolButton1);
|
|
|
|
|
this.PagePanel.Controls.Add(this.uiLine3);
|
|
|
|
|
this.PagePanel.Controls.Add(this.uiLine2);
|
|
|
|
|
this.PagePanel.Controls.Add(this.uiLine1);
|
|
|
|
|
this.PagePanel.Controls.Add(this.btnPasswordInput);
|
|
|
|
|
this.PagePanel.Controls.Add(this.btnDoubleInput);
|
|
|
|
|
this.PagePanel.Controls.Add(this.btnIntInput);
|
|
|
|
|
this.PagePanel.Controls.Add(this.btnStringInput);
|
|
|
|
|
this.PagePanel.Controls.Add(this.btnInfo);
|
|
|
|
|
this.PagePanel.Controls.Add(this.btnStatus2);
|
|
|
|
|
this.PagePanel.Controls.Add(this.btnAuto);
|
|
|
|
|
this.PagePanel.Controls.Add(this.btnError);
|
|
|
|
|
this.PagePanel.Controls.Add(this.btnWarn);
|
|
|
|
|
this.PagePanel.Controls.Add(this.btnSuccess);
|
|
|
|
|
this.PagePanel.Controls.Add(this.btnAsk);
|
|
|
|
|
this.PagePanel.Size = new System.Drawing.Size(800, 514);
|
|
|
|
|
//
|
|
|
|
|
// btnError
|
|
|
|
|
//
|
|
|
|
|
this.btnError.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
|
this.btnError.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
|
|
|
|
|
this.btnError.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(127)))), ((int)(((byte)(128)))));
|
|
|
|
|
this.btnError.FillPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(202)))), ((int)(((byte)(87)))), ((int)(((byte)(89)))));
|
|
|
|
|
this.btnError.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
|
|
this.btnError.Location = new System.Drawing.Point(600, 53);
|
|
|
|
|
this.btnError.Name = "btnError";
|
|
|
|
|
this.btnError.Padding = new System.Windows.Forms.Padding(28, 0, 0, 0);
|
|
|
|
|
this.btnError.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
|
|
|
|
|
this.btnError.RectHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(127)))), ((int)(((byte)(128)))));
|
|
|
|
|
this.btnError.RectPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(202)))), ((int)(((byte)(87)))), ((int)(((byte)(89)))));
|
|
|
|
|
this.btnError.Size = new System.Drawing.Size(100, 35);
|
|
|
|
|
this.btnError.Style = Sunny.UI.UIStyle.Red;
|
|
|
|
|
this.btnError.StyleCustomMode = true;
|
|
|
|
|
this.btnError.Symbol = 61532;
|
|
|
|
|
this.btnError.TabIndex = 29;
|
|
|
|
|
this.btnError.Text = "Error";
|
|
|
|
|
this.btnError.Click += new System.EventHandler(this.btnError_Click);
|
|
|
|
|
//
|
|
|
|
|
// btnWarn
|
|
|
|
|
//
|
|
|
|
|
this.btnWarn.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
|
this.btnWarn.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(155)))), ((int)(((byte)(40)))));
|
|
|
|
|
this.btnWarn.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(174)))), ((int)(((byte)(86)))));
|
|
|
|
|
this.btnWarn.FillPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(137)))), ((int)(((byte)(43)))));
|
|
|
|
|
this.btnWarn.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
|
|
this.btnWarn.Location = new System.Drawing.Point(486, 53);
|
|
|
|
|
this.btnWarn.Name = "btnWarn";
|
|
|
|
|
this.btnWarn.Padding = new System.Windows.Forms.Padding(28, 0, 0, 0);
|
|
|
|
|
this.btnWarn.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(155)))), ((int)(((byte)(40)))));
|
|
|
|
|
this.btnWarn.RectHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(174)))), ((int)(((byte)(86)))));
|
|
|
|
|
this.btnWarn.RectPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(137)))), ((int)(((byte)(43)))));
|
|
|
|
|
this.btnWarn.Size = new System.Drawing.Size(100, 35);
|
|
|
|
|
this.btnWarn.Style = Sunny.UI.UIStyle.Orange;
|
|
|
|
|
this.btnWarn.StyleCustomMode = true;
|
|
|
|
|
this.btnWarn.Symbol = 61553;
|
|
|
|
|
this.btnWarn.TabIndex = 28;
|
|
|
|
|
this.btnWarn.Text = "Warn";
|
|
|
|
|
this.btnWarn.Click += new System.EventHandler(this.btnWarn_Click);
|
|
|
|
|
//
|
|
|
|
|
// btnSuccess
|
|
|
|
|
//
|
|
|
|
|
this.btnSuccess.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
|
this.btnSuccess.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(190)))), ((int)(((byte)(40)))));
|
|
|
|
|
this.btnSuccess.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(202)))), ((int)(((byte)(81)))));
|
|
|
|
|
this.btnSuccess.FillPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(168)))), ((int)(((byte)(35)))));
|
|
|
|
|
this.btnSuccess.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
|
|
this.btnSuccess.Location = new System.Drawing.Point(372, 53);
|
|
|
|
|
this.btnSuccess.Name = "btnSuccess";
|
|
|
|
|
this.btnSuccess.Padding = new System.Windows.Forms.Padding(28, 0, 0, 0);
|
|
|
|
|
this.btnSuccess.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(190)))), ((int)(((byte)(40)))));
|
|
|
|
|
this.btnSuccess.RectHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(202)))), ((int)(((byte)(81)))));
|
|
|
|
|
this.btnSuccess.RectPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(168)))), ((int)(((byte)(35)))));
|
|
|
|
|
this.btnSuccess.Size = new System.Drawing.Size(100, 35);
|
|
|
|
|
this.btnSuccess.Style = Sunny.UI.UIStyle.Green;
|
|
|
|
|
this.btnSuccess.StyleCustomMode = true;
|
|
|
|
|
this.btnSuccess.Symbol = 61528;
|
|
|
|
|
this.btnSuccess.TabIndex = 27;
|
|
|
|
|
this.btnSuccess.Text = "Success";
|
|
|
|
|
this.btnSuccess.Click += new System.EventHandler(this.btnSuccess_Click);
|
|
|
|
|
//
|
|
|
|
|
// btnAsk
|
|
|
|
|
//
|
|
|
|
|
this.btnAsk.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
|
this.btnAsk.Font = new System.Drawing.Font("微软雅黑", 12F);
|
2020-05-27 21:13:48 +08:00
|
|
|
|
this.btnAsk.Location = new System.Drawing.Point(30, 52);
|
2020-05-11 21:11:29 +08:00
|
|
|
|
this.btnAsk.Name = "btnAsk";
|
|
|
|
|
this.btnAsk.Padding = new System.Windows.Forms.Padding(28, 0, 0, 0);
|
|
|
|
|
this.btnAsk.Size = new System.Drawing.Size(100, 35);
|
|
|
|
|
this.btnAsk.StyleCustomMode = true;
|
|
|
|
|
this.btnAsk.Symbol = 61529;
|
|
|
|
|
this.btnAsk.TabIndex = 26;
|
|
|
|
|
this.btnAsk.Text = "Query";
|
|
|
|
|
this.btnAsk.Click += new System.EventHandler(this.btnAsk_Click);
|
|
|
|
|
//
|
|
|
|
|
// btnAuto
|
|
|
|
|
//
|
|
|
|
|
this.btnAuto.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
|
this.btnAuto.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
|
|
this.btnAuto.Location = new System.Drawing.Point(144, 53);
|
|
|
|
|
this.btnAuto.Name = "btnAuto";
|
|
|
|
|
this.btnAuto.Padding = new System.Windows.Forms.Padding(28, 0, 0, 0);
|
|
|
|
|
this.btnAuto.Size = new System.Drawing.Size(100, 35);
|
|
|
|
|
this.btnAuto.Symbol = 61732;
|
|
|
|
|
this.btnAuto.TabIndex = 31;
|
|
|
|
|
this.btnAuto.Text = "Auto";
|
|
|
|
|
this.btnAuto.Click += new System.EventHandler(this.btnAuto_Click);
|
|
|
|
|
//
|
|
|
|
|
// btnStatus2
|
|
|
|
|
//
|
|
|
|
|
this.btnStatus2.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
|
this.btnStatus2.Font = new System.Drawing.Font("微软雅黑", 12F);
|
2020-05-27 21:13:48 +08:00
|
|
|
|
this.btnStatus2.Location = new System.Drawing.Point(30, 210);
|
2020-05-11 21:11:29 +08:00
|
|
|
|
this.btnStatus2.Name = "btnStatus2";
|
|
|
|
|
this.btnStatus2.Padding = new System.Windows.Forms.Padding(28, 0, 0, 0);
|
|
|
|
|
this.btnStatus2.Size = new System.Drawing.Size(214, 35);
|
|
|
|
|
this.btnStatus2.Symbol = 57595;
|
|
|
|
|
this.btnStatus2.TabIndex = 36;
|
|
|
|
|
this.btnStatus2.Text = "进度提示框";
|
|
|
|
|
this.btnStatus2.Click += new System.EventHandler(this.btnStatus2_Click);
|
|
|
|
|
//
|
|
|
|
|
// btnInfo
|
|
|
|
|
//
|
|
|
|
|
this.btnInfo.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
|
this.btnInfo.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(140)))), ((int)(((byte)(140)))));
|
|
|
|
|
this.btnInfo.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(160)))), ((int)(((byte)(165)))));
|
|
|
|
|
this.btnInfo.FillPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(121)))), ((int)(((byte)(123)))), ((int)(((byte)(129)))));
|
|
|
|
|
this.btnInfo.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
|
|
this.btnInfo.Location = new System.Drawing.Point(258, 53);
|
|
|
|
|
this.btnInfo.Name = "btnInfo";
|
|
|
|
|
this.btnInfo.Padding = new System.Windows.Forms.Padding(28, 0, 0, 0);
|
|
|
|
|
this.btnInfo.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(140)))), ((int)(((byte)(140)))));
|
|
|
|
|
this.btnInfo.RectHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(160)))), ((int)(((byte)(165)))));
|
|
|
|
|
this.btnInfo.RectPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(121)))), ((int)(((byte)(123)))), ((int)(((byte)(129)))));
|
|
|
|
|
this.btnInfo.Size = new System.Drawing.Size(100, 35);
|
|
|
|
|
this.btnInfo.Style = Sunny.UI.UIStyle.Gray;
|
|
|
|
|
this.btnInfo.StyleCustomMode = true;
|
|
|
|
|
this.btnInfo.Symbol = 61530;
|
|
|
|
|
this.btnInfo.TabIndex = 37;
|
|
|
|
|
this.btnInfo.Text = "Info";
|
|
|
|
|
this.btnInfo.Click += new System.EventHandler(this.btnInfo_Click);
|
|
|
|
|
//
|
|
|
|
|
// btnPasswordInput
|
|
|
|
|
//
|
|
|
|
|
this.btnPasswordInput.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
|
this.btnPasswordInput.Font = new System.Drawing.Font("微软雅黑", 12F);
|
2020-05-27 21:13:48 +08:00
|
|
|
|
this.btnPasswordInput.Location = new System.Drawing.Point(543, 131);
|
2020-05-11 21:11:29 +08:00
|
|
|
|
this.btnPasswordInput.Name = "btnPasswordInput";
|
|
|
|
|
this.btnPasswordInput.Padding = new System.Windows.Forms.Padding(28, 0, 0, 0);
|
2020-05-27 21:13:48 +08:00
|
|
|
|
this.btnPasswordInput.Size = new System.Drawing.Size(155, 35);
|
2020-05-11 21:11:29 +08:00
|
|
|
|
this.btnPasswordInput.Symbol = 61545;
|
|
|
|
|
this.btnPasswordInput.TabIndex = 46;
|
|
|
|
|
this.btnPasswordInput.Text = "密码输入框";
|
|
|
|
|
this.btnPasswordInput.Click += new System.EventHandler(this.btnPasswordInput_Click);
|
|
|
|
|
//
|
|
|
|
|
// btnDoubleInput
|
|
|
|
|
//
|
|
|
|
|
this.btnDoubleInput.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
|
this.btnDoubleInput.Font = new System.Drawing.Font("微软雅黑", 12F);
|
2020-05-27 21:13:48 +08:00
|
|
|
|
this.btnDoubleInput.Location = new System.Drawing.Point(372, 131);
|
2020-05-11 21:11:29 +08:00
|
|
|
|
this.btnDoubleInput.Name = "btnDoubleInput";
|
|
|
|
|
this.btnDoubleInput.Padding = new System.Windows.Forms.Padding(28, 0, 0, 0);
|
2020-05-27 21:13:48 +08:00
|
|
|
|
this.btnDoubleInput.Size = new System.Drawing.Size(155, 35);
|
2020-05-11 21:11:29 +08:00
|
|
|
|
this.btnDoubleInput.Symbol = 62022;
|
|
|
|
|
this.btnDoubleInput.TabIndex = 45;
|
|
|
|
|
this.btnDoubleInput.Text = "浮点数输入框";
|
|
|
|
|
this.btnDoubleInput.Click += new System.EventHandler(this.btnDoubleInput_Click);
|
|
|
|
|
//
|
|
|
|
|
// btnIntInput
|
|
|
|
|
//
|
|
|
|
|
this.btnIntInput.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
|
this.btnIntInput.Font = new System.Drawing.Font("微软雅黑", 12F);
|
2020-05-27 21:13:48 +08:00
|
|
|
|
this.btnIntInput.Location = new System.Drawing.Point(201, 131);
|
2020-05-11 21:11:29 +08:00
|
|
|
|
this.btnIntInput.Name = "btnIntInput";
|
|
|
|
|
this.btnIntInput.Padding = new System.Windows.Forms.Padding(28, 0, 0, 0);
|
2020-05-27 21:13:48 +08:00
|
|
|
|
this.btnIntInput.Size = new System.Drawing.Size(155, 35);
|
2020-05-11 21:11:29 +08:00
|
|
|
|
this.btnIntInput.Symbol = 62022;
|
|
|
|
|
this.btnIntInput.TabIndex = 44;
|
|
|
|
|
this.btnIntInput.Text = "整数输入框";
|
|
|
|
|
this.btnIntInput.Click += new System.EventHandler(this.btnIntInput_Click);
|
|
|
|
|
//
|
|
|
|
|
// btnStringInput
|
|
|
|
|
//
|
|
|
|
|
this.btnStringInput.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
|
this.btnStringInput.Font = new System.Drawing.Font("微软雅黑", 12F);
|
2020-05-27 21:13:48 +08:00
|
|
|
|
this.btnStringInput.Location = new System.Drawing.Point(30, 131);
|
2020-05-11 21:11:29 +08:00
|
|
|
|
this.btnStringInput.Name = "btnStringInput";
|
|
|
|
|
this.btnStringInput.Padding = new System.Windows.Forms.Padding(28, 0, 0, 0);
|
2020-05-27 21:13:48 +08:00
|
|
|
|
this.btnStringInput.Size = new System.Drawing.Size(155, 35);
|
2020-05-11 21:11:29 +08:00
|
|
|
|
this.btnStringInput.Symbol = 62022;
|
|
|
|
|
this.btnStringInput.TabIndex = 43;
|
|
|
|
|
this.btnStringInput.Text = "字符串输入框";
|
|
|
|
|
this.btnStringInput.Click += new System.EventHandler(this.btnStringInput_Click);
|
|
|
|
|
//
|
|
|
|
|
// uiLine1
|
|
|
|
|
//
|
|
|
|
|
this.uiLine1.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
|
|
this.uiLine1.Location = new System.Drawing.Point(30, 20);
|
|
|
|
|
this.uiLine1.MinimumSize = new System.Drawing.Size(16, 16);
|
|
|
|
|
this.uiLine1.Name = "uiLine1";
|
|
|
|
|
this.uiLine1.Size = new System.Drawing.Size(670, 20);
|
|
|
|
|
this.uiLine1.TabIndex = 47;
|
|
|
|
|
this.uiLine1.Text = "UIMessageDialog";
|
|
|
|
|
this.uiLine1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
|
|
//
|
|
|
|
|
// uiLine2
|
|
|
|
|
//
|
|
|
|
|
this.uiLine2.Font = new System.Drawing.Font("微软雅黑", 12F);
|
2020-05-27 21:13:48 +08:00
|
|
|
|
this.uiLine2.Location = new System.Drawing.Point(30, 99);
|
2020-05-11 21:11:29 +08:00
|
|
|
|
this.uiLine2.MinimumSize = new System.Drawing.Size(16, 16);
|
|
|
|
|
this.uiLine2.Name = "uiLine2";
|
|
|
|
|
this.uiLine2.Size = new System.Drawing.Size(670, 20);
|
|
|
|
|
this.uiLine2.TabIndex = 48;
|
|
|
|
|
this.uiLine2.Text = "UIInputDialog";
|
|
|
|
|
this.uiLine2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
|
|
//
|
|
|
|
|
// uiLine3
|
|
|
|
|
//
|
|
|
|
|
this.uiLine3.Font = new System.Drawing.Font("微软雅黑", 12F);
|
2020-05-27 21:13:48 +08:00
|
|
|
|
this.uiLine3.Location = new System.Drawing.Point(30, 178);
|
2020-05-11 21:11:29 +08:00
|
|
|
|
this.uiLine3.MinimumSize = new System.Drawing.Size(16, 16);
|
|
|
|
|
this.uiLine3.Name = "uiLine3";
|
2020-05-25 23:43:20 +08:00
|
|
|
|
this.uiLine3.Size = new System.Drawing.Size(328, 20);
|
2020-05-11 21:11:29 +08:00
|
|
|
|
this.uiLine3.TabIndex = 49;
|
|
|
|
|
this.uiLine3.Text = "UIStatusDialog";
|
|
|
|
|
this.uiLine3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
|
|
//
|
|
|
|
|
// uiLine4
|
|
|
|
|
//
|
|
|
|
|
this.uiLine4.Font = new System.Drawing.Font("微软雅黑", 12F);
|
2020-05-27 21:13:48 +08:00
|
|
|
|
this.uiLine4.Location = new System.Drawing.Point(372, 178);
|
2020-05-11 21:11:29 +08:00
|
|
|
|
this.uiLine4.MinimumSize = new System.Drawing.Size(16, 16);
|
|
|
|
|
this.uiLine4.Name = "uiLine4";
|
2020-05-25 23:43:20 +08:00
|
|
|
|
this.uiLine4.Size = new System.Drawing.Size(328, 20);
|
2020-05-11 21:11:29 +08:00
|
|
|
|
this.uiLine4.TabIndex = 51;
|
|
|
|
|
this.uiLine4.Text = "UISelectDialog";
|
|
|
|
|
this.uiLine4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
|
|
//
|
|
|
|
|
// uiSymbolButton1
|
|
|
|
|
//
|
|
|
|
|
this.uiSymbolButton1.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
|
this.uiSymbolButton1.Font = new System.Drawing.Font("微软雅黑", 12F);
|
2020-05-27 21:13:48 +08:00
|
|
|
|
this.uiSymbolButton1.Location = new System.Drawing.Point(372, 210);
|
2020-05-11 21:11:29 +08:00
|
|
|
|
this.uiSymbolButton1.Name = "uiSymbolButton1";
|
|
|
|
|
this.uiSymbolButton1.Padding = new System.Windows.Forms.Padding(28, 0, 0, 0);
|
|
|
|
|
this.uiSymbolButton1.Size = new System.Drawing.Size(214, 35);
|
|
|
|
|
this.uiSymbolButton1.Symbol = 61655;
|
|
|
|
|
this.uiSymbolButton1.TabIndex = 50;
|
|
|
|
|
this.uiSymbolButton1.Text = "下拉选择框";
|
|
|
|
|
this.uiSymbolButton1.Click += new System.EventHandler(this.uiSymbolButton1_Click);
|
|
|
|
|
//
|
|
|
|
|
// uiLine5
|
|
|
|
|
//
|
|
|
|
|
this.uiLine5.Font = new System.Drawing.Font("微软雅黑", 12F);
|
2020-05-27 21:13:48 +08:00
|
|
|
|
this.uiLine5.Location = new System.Drawing.Point(30, 257);
|
2020-05-11 21:11:29 +08:00
|
|
|
|
this.uiLine5.MinimumSize = new System.Drawing.Size(16, 16);
|
|
|
|
|
this.uiLine5.Name = "uiLine5";
|
|
|
|
|
this.uiLine5.Size = new System.Drawing.Size(670, 20);
|
|
|
|
|
this.uiLine5.TabIndex = 58;
|
|
|
|
|
this.uiLine5.Text = "UINotifier";
|
|
|
|
|
this.uiLine5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
|
|
//
|
|
|
|
|
// uiSymbolButton2
|
|
|
|
|
//
|
|
|
|
|
this.uiSymbolButton2.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
|
this.uiSymbolButton2.Font = new System.Drawing.Font("微软雅黑", 12F);
|
2020-05-27 21:13:48 +08:00
|
|
|
|
this.uiSymbolButton2.Location = new System.Drawing.Point(30, 289);
|
2020-05-11 21:11:29 +08:00
|
|
|
|
this.uiSymbolButton2.Name = "uiSymbolButton2";
|
|
|
|
|
this.uiSymbolButton2.Padding = new System.Windows.Forms.Padding(28, 0, 0, 0);
|
|
|
|
|
this.uiSymbolButton2.Size = new System.Drawing.Size(100, 35);
|
|
|
|
|
this.uiSymbolButton2.StyleCustomMode = true;
|
|
|
|
|
this.uiSymbolButton2.Symbol = 61530;
|
|
|
|
|
this.uiSymbolButton2.TabIndex = 57;
|
|
|
|
|
this.uiSymbolButton2.Text = "Info";
|
|
|
|
|
this.uiSymbolButton2.Click += new System.EventHandler(this.uiSymbolButton2_Click);
|
|
|
|
|
//
|
|
|
|
|
// uiSymbolButton4
|
|
|
|
|
//
|
|
|
|
|
this.uiSymbolButton4.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
|
this.uiSymbolButton4.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
|
|
|
|
|
this.uiSymbolButton4.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(127)))), ((int)(((byte)(128)))));
|
|
|
|
|
this.uiSymbolButton4.FillPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(202)))), ((int)(((byte)(87)))), ((int)(((byte)(89)))));
|
|
|
|
|
this.uiSymbolButton4.Font = new System.Drawing.Font("微软雅黑", 12F);
|
2020-05-27 21:13:48 +08:00
|
|
|
|
this.uiSymbolButton4.Location = new System.Drawing.Point(372, 289);
|
2020-05-11 21:11:29 +08:00
|
|
|
|
this.uiSymbolButton4.Name = "uiSymbolButton4";
|
|
|
|
|
this.uiSymbolButton4.Padding = new System.Windows.Forms.Padding(28, 0, 0, 0);
|
|
|
|
|
this.uiSymbolButton4.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
|
|
|
|
|
this.uiSymbolButton4.RectHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(127)))), ((int)(((byte)(128)))));
|
|
|
|
|
this.uiSymbolButton4.RectPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(202)))), ((int)(((byte)(87)))), ((int)(((byte)(89)))));
|
|
|
|
|
this.uiSymbolButton4.Size = new System.Drawing.Size(100, 35);
|
|
|
|
|
this.uiSymbolButton4.Style = Sunny.UI.UIStyle.Red;
|
|
|
|
|
this.uiSymbolButton4.StyleCustomMode = true;
|
|
|
|
|
this.uiSymbolButton4.Symbol = 61532;
|
|
|
|
|
this.uiSymbolButton4.TabIndex = 55;
|
|
|
|
|
this.uiSymbolButton4.Text = "Error";
|
|
|
|
|
this.uiSymbolButton4.Click += new System.EventHandler(this.uiSymbolButton4_Click);
|
|
|
|
|
//
|
|
|
|
|
// uiSymbolButton5
|
|
|
|
|
//
|
|
|
|
|
this.uiSymbolButton5.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
|
this.uiSymbolButton5.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(155)))), ((int)(((byte)(40)))));
|
|
|
|
|
this.uiSymbolButton5.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(174)))), ((int)(((byte)(86)))));
|
|
|
|
|
this.uiSymbolButton5.FillPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(137)))), ((int)(((byte)(43)))));
|
|
|
|
|
this.uiSymbolButton5.Font = new System.Drawing.Font("微软雅黑", 12F);
|
2020-05-27 21:13:48 +08:00
|
|
|
|
this.uiSymbolButton5.Location = new System.Drawing.Point(258, 289);
|
2020-05-11 21:11:29 +08:00
|
|
|
|
this.uiSymbolButton5.Name = "uiSymbolButton5";
|
|
|
|
|
this.uiSymbolButton5.Padding = new System.Windows.Forms.Padding(28, 0, 0, 0);
|
|
|
|
|
this.uiSymbolButton5.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(155)))), ((int)(((byte)(40)))));
|
|
|
|
|
this.uiSymbolButton5.RectHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(174)))), ((int)(((byte)(86)))));
|
|
|
|
|
this.uiSymbolButton5.RectPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(137)))), ((int)(((byte)(43)))));
|
|
|
|
|
this.uiSymbolButton5.Size = new System.Drawing.Size(100, 35);
|
|
|
|
|
this.uiSymbolButton5.Style = Sunny.UI.UIStyle.Orange;
|
|
|
|
|
this.uiSymbolButton5.StyleCustomMode = true;
|
|
|
|
|
this.uiSymbolButton5.Symbol = 61553;
|
|
|
|
|
this.uiSymbolButton5.TabIndex = 54;
|
|
|
|
|
this.uiSymbolButton5.Text = "Warn";
|
|
|
|
|
this.uiSymbolButton5.Click += new System.EventHandler(this.uiSymbolButton5_Click);
|
|
|
|
|
//
|
|
|
|
|
// uiSymbolButton6
|
|
|
|
|
//
|
|
|
|
|
this.uiSymbolButton6.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
|
this.uiSymbolButton6.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(190)))), ((int)(((byte)(40)))));
|
|
|
|
|
this.uiSymbolButton6.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(202)))), ((int)(((byte)(81)))));
|
|
|
|
|
this.uiSymbolButton6.FillPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(168)))), ((int)(((byte)(35)))));
|
|
|
|
|
this.uiSymbolButton6.Font = new System.Drawing.Font("微软雅黑", 12F);
|
2020-05-27 21:13:48 +08:00
|
|
|
|
this.uiSymbolButton6.Location = new System.Drawing.Point(144, 289);
|
2020-05-11 21:11:29 +08:00
|
|
|
|
this.uiSymbolButton6.Name = "uiSymbolButton6";
|
|
|
|
|
this.uiSymbolButton6.Padding = new System.Windows.Forms.Padding(28, 0, 0, 0);
|
|
|
|
|
this.uiSymbolButton6.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(190)))), ((int)(((byte)(40)))));
|
|
|
|
|
this.uiSymbolButton6.RectHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(202)))), ((int)(((byte)(81)))));
|
|
|
|
|
this.uiSymbolButton6.RectPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(168)))), ((int)(((byte)(35)))));
|
|
|
|
|
this.uiSymbolButton6.Size = new System.Drawing.Size(100, 35);
|
|
|
|
|
this.uiSymbolButton6.Style = Sunny.UI.UIStyle.Green;
|
|
|
|
|
this.uiSymbolButton6.StyleCustomMode = true;
|
|
|
|
|
this.uiSymbolButton6.Symbol = 61528;
|
|
|
|
|
this.uiSymbolButton6.TabIndex = 53;
|
|
|
|
|
this.uiSymbolButton6.Text = "Success";
|
|
|
|
|
this.uiSymbolButton6.Click += new System.EventHandler(this.uiSymbolButton6_Click);
|
|
|
|
|
//
|
2020-05-25 23:43:20 +08:00
|
|
|
|
// uiLine6
|
|
|
|
|
//
|
|
|
|
|
this.uiLine6.Font = new System.Drawing.Font("微软雅黑", 12F);
|
2020-05-27 21:13:48 +08:00
|
|
|
|
this.uiLine6.Location = new System.Drawing.Point(30, 415);
|
2020-05-25 23:43:20 +08:00
|
|
|
|
this.uiLine6.MinimumSize = new System.Drawing.Size(16, 16);
|
|
|
|
|
this.uiLine6.Name = "uiLine6";
|
|
|
|
|
this.uiLine6.Size = new System.Drawing.Size(670, 20);
|
|
|
|
|
this.uiLine6.TabIndex = 59;
|
|
|
|
|
this.uiLine6.Text = "ULocalize";
|
|
|
|
|
this.uiLine6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
|
|
//
|
|
|
|
|
// btnEN
|
|
|
|
|
//
|
|
|
|
|
this.btnEN.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
|
this.btnEN.Font = new System.Drawing.Font("微软雅黑", 12F);
|
2020-05-27 21:13:48 +08:00
|
|
|
|
this.btnEN.Location = new System.Drawing.Point(144, 447);
|
2020-05-25 23:43:20 +08:00
|
|
|
|
this.btnEN.Name = "btnEN";
|
|
|
|
|
this.btnEN.Padding = new System.Windows.Forms.Padding(28, 0, 0, 0);
|
|
|
|
|
this.btnEN.Size = new System.Drawing.Size(100, 35);
|
|
|
|
|
this.btnEN.Symbol = 57571;
|
|
|
|
|
this.btnEN.TabIndex = 61;
|
|
|
|
|
this.btnEN.Text = "EN";
|
|
|
|
|
this.btnEN.Click += new System.EventHandler(this.btnEN_Click);
|
|
|
|
|
//
|
|
|
|
|
// btnCH
|
|
|
|
|
//
|
|
|
|
|
this.btnCH.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
|
this.btnCH.Font = new System.Drawing.Font("微软雅黑", 12F);
|
2020-05-27 21:13:48 +08:00
|
|
|
|
this.btnCH.Location = new System.Drawing.Point(30, 447);
|
2020-05-25 23:43:20 +08:00
|
|
|
|
this.btnCH.Name = "btnCH";
|
|
|
|
|
this.btnCH.Padding = new System.Windows.Forms.Padding(28, 0, 0, 0);
|
|
|
|
|
this.btnCH.Size = new System.Drawing.Size(100, 35);
|
|
|
|
|
this.btnCH.StyleCustomMode = true;
|
|
|
|
|
this.btnCH.Symbol = 57571;
|
|
|
|
|
this.btnCH.TabIndex = 60;
|
|
|
|
|
this.btnCH.Text = "CH";
|
|
|
|
|
this.btnCH.Click += new System.EventHandler(this.btnCH_Click);
|
|
|
|
|
//
|
2020-05-27 21:13:48 +08:00
|
|
|
|
// uiLine7
|
|
|
|
|
//
|
|
|
|
|
this.uiLine7.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
|
|
this.uiLine7.Location = new System.Drawing.Point(30, 336);
|
|
|
|
|
this.uiLine7.MinimumSize = new System.Drawing.Size(16, 16);
|
|
|
|
|
this.uiLine7.Name = "uiLine7";
|
|
|
|
|
this.uiLine7.Size = new System.Drawing.Size(670, 20);
|
|
|
|
|
this.uiLine7.TabIndex = 66;
|
|
|
|
|
this.uiLine7.Text = "MessageTip";
|
|
|
|
|
this.uiLine7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
|
|
//
|
|
|
|
|
// uiSymbolButton7
|
|
|
|
|
//
|
|
|
|
|
this.uiSymbolButton7.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
|
this.uiSymbolButton7.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
|
|
|
|
|
this.uiSymbolButton7.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(127)))), ((int)(((byte)(128)))));
|
|
|
|
|
this.uiSymbolButton7.FillPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(202)))), ((int)(((byte)(87)))), ((int)(((byte)(89)))));
|
|
|
|
|
this.uiSymbolButton7.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
|
|
this.uiSymbolButton7.Location = new System.Drawing.Point(258, 368);
|
|
|
|
|
this.uiSymbolButton7.Name = "uiSymbolButton7";
|
|
|
|
|
this.uiSymbolButton7.Padding = new System.Windows.Forms.Padding(28, 0, 0, 0);
|
|
|
|
|
this.uiSymbolButton7.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
|
|
|
|
|
this.uiSymbolButton7.RectHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(127)))), ((int)(((byte)(128)))));
|
|
|
|
|
this.uiSymbolButton7.RectPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(202)))), ((int)(((byte)(87)))), ((int)(((byte)(89)))));
|
|
|
|
|
this.uiSymbolButton7.Size = new System.Drawing.Size(100, 35);
|
|
|
|
|
this.uiSymbolButton7.Style = Sunny.UI.UIStyle.Red;
|
|
|
|
|
this.uiSymbolButton7.StyleCustomMode = true;
|
|
|
|
|
this.uiSymbolButton7.Symbol = 61532;
|
|
|
|
|
this.uiSymbolButton7.TabIndex = 64;
|
|
|
|
|
this.uiSymbolButton7.Text = "Error";
|
|
|
|
|
this.uiSymbolButton7.Click += new System.EventHandler(this.uiSymbolButton7_Click);
|
|
|
|
|
//
|
|
|
|
|
// uiSymbolButton8
|
|
|
|
|
//
|
|
|
|
|
this.uiSymbolButton8.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
|
this.uiSymbolButton8.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(155)))), ((int)(((byte)(40)))));
|
|
|
|
|
this.uiSymbolButton8.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(174)))), ((int)(((byte)(86)))));
|
|
|
|
|
this.uiSymbolButton8.FillPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(137)))), ((int)(((byte)(43)))));
|
|
|
|
|
this.uiSymbolButton8.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
|
|
this.uiSymbolButton8.Location = new System.Drawing.Point(144, 368);
|
|
|
|
|
this.uiSymbolButton8.Name = "uiSymbolButton8";
|
|
|
|
|
this.uiSymbolButton8.Padding = new System.Windows.Forms.Padding(28, 0, 0, 0);
|
|
|
|
|
this.uiSymbolButton8.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(155)))), ((int)(((byte)(40)))));
|
|
|
|
|
this.uiSymbolButton8.RectHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(174)))), ((int)(((byte)(86)))));
|
|
|
|
|
this.uiSymbolButton8.RectPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(137)))), ((int)(((byte)(43)))));
|
|
|
|
|
this.uiSymbolButton8.Size = new System.Drawing.Size(100, 35);
|
|
|
|
|
this.uiSymbolButton8.Style = Sunny.UI.UIStyle.Orange;
|
|
|
|
|
this.uiSymbolButton8.StyleCustomMode = true;
|
|
|
|
|
this.uiSymbolButton8.Symbol = 61553;
|
|
|
|
|
this.uiSymbolButton8.TabIndex = 63;
|
|
|
|
|
this.uiSymbolButton8.Text = "Warn";
|
|
|
|
|
this.uiSymbolButton8.Click += new System.EventHandler(this.uiSymbolButton8_Click);
|
|
|
|
|
//
|
|
|
|
|
// uiSymbolButton9
|
|
|
|
|
//
|
|
|
|
|
this.uiSymbolButton9.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
|
this.uiSymbolButton9.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(190)))), ((int)(((byte)(40)))));
|
|
|
|
|
this.uiSymbolButton9.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(202)))), ((int)(((byte)(81)))));
|
|
|
|
|
this.uiSymbolButton9.FillPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(168)))), ((int)(((byte)(35)))));
|
|
|
|
|
this.uiSymbolButton9.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
|
|
this.uiSymbolButton9.Location = new System.Drawing.Point(30, 368);
|
|
|
|
|
this.uiSymbolButton9.Name = "uiSymbolButton9";
|
|
|
|
|
this.uiSymbolButton9.Padding = new System.Windows.Forms.Padding(28, 0, 0, 0);
|
|
|
|
|
this.uiSymbolButton9.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(190)))), ((int)(((byte)(40)))));
|
|
|
|
|
this.uiSymbolButton9.RectHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(202)))), ((int)(((byte)(81)))));
|
|
|
|
|
this.uiSymbolButton9.RectPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(168)))), ((int)(((byte)(35)))));
|
|
|
|
|
this.uiSymbolButton9.Size = new System.Drawing.Size(100, 35);
|
|
|
|
|
this.uiSymbolButton9.Style = Sunny.UI.UIStyle.Green;
|
|
|
|
|
this.uiSymbolButton9.StyleCustomMode = true;
|
|
|
|
|
this.uiSymbolButton9.Symbol = 61528;
|
|
|
|
|
this.uiSymbolButton9.TabIndex = 62;
|
|
|
|
|
this.uiSymbolButton9.Text = "Success";
|
|
|
|
|
this.uiSymbolButton9.Click += new System.EventHandler(this.uiSymbolButton9_Click);
|
|
|
|
|
//
|
2020-05-11 21:11:29 +08:00
|
|
|
|
// FDialogs
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(800, 549);
|
|
|
|
|
this.Name = "FDialogs";
|
|
|
|
|
this.PageIndex = 2001;
|
|
|
|
|
this.Text = "Dialogs";
|
|
|
|
|
this.PagePanel.ResumeLayout(false);
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private UISymbolButton btnError;
|
|
|
|
|
private UISymbolButton btnWarn;
|
|
|
|
|
private UISymbolButton btnSuccess;
|
|
|
|
|
private UISymbolButton btnAsk;
|
|
|
|
|
private UISymbolButton btnAuto;
|
|
|
|
|
private UISymbolButton btnStatus2;
|
|
|
|
|
private UISymbolButton btnInfo;
|
|
|
|
|
private UISymbolButton btnPasswordInput;
|
|
|
|
|
private UISymbolButton btnDoubleInput;
|
|
|
|
|
private UISymbolButton btnIntInput;
|
|
|
|
|
private UISymbolButton btnStringInput;
|
|
|
|
|
private UILine uiLine3;
|
|
|
|
|
private UILine uiLine2;
|
|
|
|
|
private UILine uiLine1;
|
|
|
|
|
private UILine uiLine4;
|
|
|
|
|
private UISymbolButton uiSymbolButton1;
|
|
|
|
|
private UILine uiLine5;
|
|
|
|
|
private UISymbolButton uiSymbolButton2;
|
|
|
|
|
private UISymbolButton uiSymbolButton4;
|
|
|
|
|
private UISymbolButton uiSymbolButton5;
|
|
|
|
|
private UISymbolButton uiSymbolButton6;
|
2020-05-25 23:43:20 +08:00
|
|
|
|
private UISymbolButton btnEN;
|
|
|
|
|
private UISymbolButton btnCH;
|
|
|
|
|
private UILine uiLine6;
|
2020-05-27 21:13:48 +08:00
|
|
|
|
private UILine uiLine7;
|
|
|
|
|
private UISymbolButton uiSymbolButton7;
|
|
|
|
|
private UISymbolButton uiSymbolButton8;
|
|
|
|
|
private UISymbolButton uiSymbolButton9;
|
2020-05-11 21:11:29 +08:00
|
|
|
|
}
|
|
|
|
|
}
|