* FDialogs: 增加了等待提示窗的示例

This commit is contained in:
Sunny 2023-04-13 09:49:44 +08:00
parent f357e675dc
commit 399a8d40e5
4 changed files with 55 additions and 47 deletions

Binary file not shown.

View File

@ -81,12 +81,12 @@
this.uiNavBar1.DropMenuFont = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiNavBar1.DropMenuFont = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiNavBar1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiNavBar1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiNavBar1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48))))); this.uiNavBar1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.uiNavBar1.Location = new System.Drawing.Point(0, 35); this.uiNavBar1.Location = new System.Drawing.Point(2, 36);
this.uiNavBar1.MenuHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230))))); this.uiNavBar1.MenuHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.uiNavBar1.MenuSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250))))); this.uiNavBar1.MenuSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
this.uiNavBar1.MenuStyle = Sunny.UI.UIMenuStyle.White; this.uiNavBar1.MenuStyle = Sunny.UI.UIMenuStyle.White;
this.uiNavBar1.Name = "uiNavBar1"; this.uiNavBar1.Name = "uiNavBar1";
this.uiNavBar1.Size = new System.Drawing.Size(1100, 126); this.uiNavBar1.Size = new System.Drawing.Size(1096, 126);
this.uiNavBar1.TabIndex = 1; this.uiNavBar1.TabIndex = 1;
this.uiNavBar1.Text = "uiNavBar1"; this.uiNavBar1.Text = "uiNavBar1";
this.uiNavBar1.MenuItemClick += new Sunny.UI.UINavBar.OnMenuItemClick(this.uiNavBar1_MenuItemClick); this.uiNavBar1.MenuItemClick += new Sunny.UI.UINavBar.OnMenuItemClick(this.uiNavBar1_MenuItemClick);
@ -95,7 +95,7 @@
// //
this.uiAvatar1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.uiAvatar1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.uiAvatar1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiAvatar1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiAvatar1.Location = new System.Drawing.Point(1020, 33); this.uiAvatar1.Location = new System.Drawing.Point(1016, 33);
this.uiAvatar1.MinimumSize = new System.Drawing.Size(1, 1); this.uiAvatar1.MinimumSize = new System.Drawing.Size(1, 1);
this.uiAvatar1.Name = "uiAvatar1"; this.uiAvatar1.Name = "uiAvatar1";
this.uiAvatar1.Size = new System.Drawing.Size(60, 60); this.uiAvatar1.Size = new System.Drawing.Size(60, 60);
@ -118,12 +118,13 @@
// //
this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiPanel1.Location = new System.Drawing.Point(0, 736); this.uiPanel1.Location = new System.Drawing.Point(2, 734);
this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1); this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
this.uiPanel1.Name = "uiPanel1"; this.uiPanel1.Name = "uiPanel1";
this.uiPanel1.RadiusSides = Sunny.UI.UICornerRadiusSides.None; this.uiPanel1.RadiusSides = Sunny.UI.UICornerRadiusSides.None;
this.uiPanel1.Size = new System.Drawing.Size(1100, 32); this.uiPanel1.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Top;
this.uiPanel1.Size = new System.Drawing.Size(1096, 32);
this.uiPanel1.TabIndex = 3; this.uiPanel1.TabIndex = 3;
this.uiPanel1.Text = null; this.uiPanel1.Text = null;
this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
@ -136,11 +137,11 @@
this.uiNavMenu1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiNavMenu1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiNavMenu1.FullRowSelect = true; this.uiNavMenu1.FullRowSelect = true;
this.uiNavMenu1.ItemHeight = 35; this.uiNavMenu1.ItemHeight = 35;
this.uiNavMenu1.Location = new System.Drawing.Point(0, 161); this.uiNavMenu1.Location = new System.Drawing.Point(2, 162);
this.uiNavMenu1.Name = "uiNavMenu1"; this.uiNavMenu1.Name = "uiNavMenu1";
this.uiNavMenu1.ShowLines = false; this.uiNavMenu1.ShowLines = false;
this.uiNavMenu1.ShowOneNode = true; this.uiNavMenu1.ShowOneNode = true;
this.uiNavMenu1.Size = new System.Drawing.Size(286, 575); this.uiNavMenu1.Size = new System.Drawing.Size(286, 572);
this.uiNavMenu1.TabIndex = 4; this.uiNavMenu1.TabIndex = 4;
this.uiNavMenu1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiNavMenu1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
// //
@ -151,11 +152,11 @@
this.uiTabControl1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiTabControl1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiTabControl1.Frame = this; this.uiTabControl1.Frame = this;
this.uiTabControl1.ItemSize = new System.Drawing.Size(0, 1); this.uiTabControl1.ItemSize = new System.Drawing.Size(0, 1);
this.uiTabControl1.Location = new System.Drawing.Point(286, 161); this.uiTabControl1.Location = new System.Drawing.Point(288, 162);
this.uiTabControl1.MainPage = ""; this.uiTabControl1.MainPage = "";
this.uiTabControl1.Name = "uiTabControl1"; this.uiTabControl1.Name = "uiTabControl1";
this.uiTabControl1.SelectedIndex = 0; this.uiTabControl1.SelectedIndex = 0;
this.uiTabControl1.Size = new System.Drawing.Size(814, 575); this.uiTabControl1.Size = new System.Drawing.Size(810, 572);
this.uiTabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed; this.uiTabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
this.uiTabControl1.TabIndex = 5; this.uiTabControl1.TabIndex = 5;
this.uiTabControl1.TabVisible = false; this.uiTabControl1.TabVisible = false;
@ -173,6 +174,9 @@
this.ExtendMenu = this.uiContextMenuStrip1; this.ExtendMenu = this.uiContextMenuStrip1;
this.MainTabControl = this.uiTabControl1; this.MainTabControl = this.uiTabControl1;
this.Name = "FMain"; this.Name = "FMain";
this.Padding = new System.Windows.Forms.Padding(2, 36, 2, 2);
this.ShowDragStretch = true;
this.ShowRadius = false;
this.Text = "Form1"; this.Text = "Form1";
this.ZoomScaleRect = new System.Drawing.Rectangle(15, 15, 800, 450); this.ZoomScaleRect = new System.Drawing.Rectangle(15, 15, 800, 450);
this.HotKeyEventHandler += new Sunny.UI.HotKeyEventHandler(this.Form1_HotKeyEventHandler); this.HotKeyEventHandler += new Sunny.UI.HotKeyEventHandler(this.Form1_HotKeyEventHandler);

View File

@ -63,6 +63,8 @@
this.uiLine9 = new Sunny.UI.UILine(); this.uiLine9 = new Sunny.UI.UILine();
this.uiLine10 = new Sunny.UI.UILine(); this.uiLine10 = new Sunny.UI.UILine();
this.uiSymbolButton13 = new Sunny.UI.UISymbolButton(); this.uiSymbolButton13 = new Sunny.UI.UISymbolButton();
this.uiLine11 = new Sunny.UI.UILine();
this.uiSymbolButton12 = new Sunny.UI.UISymbolButton();
this.SuspendLayout(); this.SuspendLayout();
// //
// btnError // btnError
@ -89,7 +91,6 @@
this.btnError.TabIndex = 29; this.btnError.TabIndex = 29;
this.btnError.Text = "Error"; this.btnError.Text = "Error";
this.btnError.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnError.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnError.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
this.btnError.Click += new System.EventHandler(this.btnError_Click); this.btnError.Click += new System.EventHandler(this.btnError_Click);
// //
// btnWarn // btnWarn
@ -116,7 +117,6 @@
this.btnWarn.TabIndex = 28; this.btnWarn.TabIndex = 28;
this.btnWarn.Text = "Warn"; this.btnWarn.Text = "Warn";
this.btnWarn.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnWarn.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnWarn.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
this.btnWarn.Click += new System.EventHandler(this.btnWarn_Click); this.btnWarn.Click += new System.EventHandler(this.btnWarn_Click);
// //
// btnSuccess // btnSuccess
@ -143,7 +143,6 @@
this.btnSuccess.TabIndex = 27; this.btnSuccess.TabIndex = 27;
this.btnSuccess.Text = "Success"; this.btnSuccess.Text = "Success";
this.btnSuccess.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnSuccess.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnSuccess.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
this.btnSuccess.Click += new System.EventHandler(this.btnSuccess_Click); this.btnSuccess.Click += new System.EventHandler(this.btnSuccess_Click);
// //
// btnAsk // btnAsk
@ -160,7 +159,6 @@
this.btnAsk.TabIndex = 26; this.btnAsk.TabIndex = 26;
this.btnAsk.Text = "Query"; this.btnAsk.Text = "Query";
this.btnAsk.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnAsk.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnAsk.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
this.btnAsk.Click += new System.EventHandler(this.btnAsk_Click); this.btnAsk.Click += new System.EventHandler(this.btnAsk_Click);
// //
// btnAuto // btnAuto
@ -176,7 +174,6 @@
this.btnAuto.TabIndex = 31; this.btnAuto.TabIndex = 31;
this.btnAuto.Text = "Auto"; this.btnAuto.Text = "Auto";
this.btnAuto.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnAuto.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnAuto.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
this.btnAuto.Click += new System.EventHandler(this.btnAuto_Click); this.btnAuto.Click += new System.EventHandler(this.btnAuto_Click);
// //
// btnStatus2 // btnStatus2
@ -192,7 +189,6 @@
this.btnStatus2.TabIndex = 36; this.btnStatus2.TabIndex = 36;
this.btnStatus2.Text = "进度提示框"; this.btnStatus2.Text = "进度提示框";
this.btnStatus2.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnStatus2.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnStatus2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
this.btnStatus2.Click += new System.EventHandler(this.btnStatus2_Click); this.btnStatus2.Click += new System.EventHandler(this.btnStatus2_Click);
// //
// btnInfo // btnInfo
@ -219,7 +215,6 @@
this.btnInfo.TabIndex = 37; this.btnInfo.TabIndex = 37;
this.btnInfo.Text = "Info"; this.btnInfo.Text = "Info";
this.btnInfo.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnInfo.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
this.btnInfo.Click += new System.EventHandler(this.btnInfo_Click); this.btnInfo.Click += new System.EventHandler(this.btnInfo_Click);
// //
// btnPasswordInput // btnPasswordInput
@ -235,7 +230,6 @@
this.btnPasswordInput.TabIndex = 46; this.btnPasswordInput.TabIndex = 46;
this.btnPasswordInput.Text = "密码输入框"; this.btnPasswordInput.Text = "密码输入框";
this.btnPasswordInput.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnPasswordInput.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnPasswordInput.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
this.btnPasswordInput.Click += new System.EventHandler(this.btnPasswordInput_Click); this.btnPasswordInput.Click += new System.EventHandler(this.btnPasswordInput_Click);
// //
// btnDoubleInput // btnDoubleInput
@ -251,7 +245,6 @@
this.btnDoubleInput.TabIndex = 45; this.btnDoubleInput.TabIndex = 45;
this.btnDoubleInput.Text = "浮点数输入框"; this.btnDoubleInput.Text = "浮点数输入框";
this.btnDoubleInput.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnDoubleInput.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnDoubleInput.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
this.btnDoubleInput.Click += new System.EventHandler(this.btnDoubleInput_Click); this.btnDoubleInput.Click += new System.EventHandler(this.btnDoubleInput_Click);
// //
// btnIntInput // btnIntInput
@ -267,7 +260,6 @@
this.btnIntInput.TabIndex = 44; this.btnIntInput.TabIndex = 44;
this.btnIntInput.Text = "整数输入框"; this.btnIntInput.Text = "整数输入框";
this.btnIntInput.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnIntInput.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnIntInput.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
this.btnIntInput.Click += new System.EventHandler(this.btnIntInput_Click); this.btnIntInput.Click += new System.EventHandler(this.btnIntInput_Click);
// //
// btnStringInput // btnStringInput
@ -283,7 +275,6 @@
this.btnStringInput.TabIndex = 43; this.btnStringInput.TabIndex = 43;
this.btnStringInput.Text = "字符串输入框"; this.btnStringInput.Text = "字符串输入框";
this.btnStringInput.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnStringInput.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnStringInput.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
this.btnStringInput.Click += new System.EventHandler(this.btnStringInput_Click); this.btnStringInput.Click += new System.EventHandler(this.btnStringInput_Click);
// //
// uiLine1 // uiLine1
@ -296,7 +287,6 @@
this.uiLine1.TabIndex = 47; this.uiLine1.TabIndex = 47;
this.uiLine1.Text = "UIMessageDialog"; this.uiLine1.Text = "UIMessageDialog";
this.uiLine1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.uiLine1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.uiLine1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
// //
// uiLine2 // uiLine2
// //
@ -308,7 +298,6 @@
this.uiLine2.TabIndex = 48; this.uiLine2.TabIndex = 48;
this.uiLine2.Text = "UIInputDialog"; this.uiLine2.Text = "UIInputDialog";
this.uiLine2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.uiLine2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.uiLine2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
// //
// uiLine3 // uiLine3
// //
@ -320,25 +309,23 @@
this.uiLine3.TabIndex = 49; this.uiLine3.TabIndex = 49;
this.uiLine3.Text = "UIStatusForm"; this.uiLine3.Text = "UIStatusForm";
this.uiLine3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.uiLine3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.uiLine3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
// //
// uiLine4 // uiLine4
// //
this.uiLine4.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiLine4.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiLine4.Location = new System.Drawing.Point(372, 213); this.uiLine4.Location = new System.Drawing.Point(543, 213);
this.uiLine4.MinimumSize = new System.Drawing.Size(16, 16); this.uiLine4.MinimumSize = new System.Drawing.Size(16, 16);
this.uiLine4.Name = "uiLine4"; this.uiLine4.Name = "uiLine4";
this.uiLine4.Size = new System.Drawing.Size(328, 20); this.uiLine4.Size = new System.Drawing.Size(155, 20);
this.uiLine4.TabIndex = 51; this.uiLine4.TabIndex = 51;
this.uiLine4.Text = "UISelectDialog"; this.uiLine4.Text = "UISelectDialog";
this.uiLine4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.uiLine4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.uiLine4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
// //
// uiSymbolButton1 // uiSymbolButton1
// //
this.uiSymbolButton1.Cursor = System.Windows.Forms.Cursors.Hand; this.uiSymbolButton1.Cursor = System.Windows.Forms.Cursors.Hand;
this.uiSymbolButton1.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiSymbolButton1.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiSymbolButton1.Location = new System.Drawing.Point(372, 245); this.uiSymbolButton1.Location = new System.Drawing.Point(543, 245);
this.uiSymbolButton1.MinimumSize = new System.Drawing.Size(1, 1); this.uiSymbolButton1.MinimumSize = new System.Drawing.Size(1, 1);
this.uiSymbolButton1.Name = "uiSymbolButton1"; this.uiSymbolButton1.Name = "uiSymbolButton1";
this.uiSymbolButton1.Padding = new System.Windows.Forms.Padding(28, 0, 0, 0); this.uiSymbolButton1.Padding = new System.Windows.Forms.Padding(28, 0, 0, 0);
@ -347,7 +334,6 @@
this.uiSymbolButton1.TabIndex = 50; this.uiSymbolButton1.TabIndex = 50;
this.uiSymbolButton1.Text = "下拉选择框"; this.uiSymbolButton1.Text = "下拉选择框";
this.uiSymbolButton1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiSymbolButton1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiSymbolButton1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
this.uiSymbolButton1.Click += new System.EventHandler(this.uiSymbolButton1_Click); this.uiSymbolButton1.Click += new System.EventHandler(this.uiSymbolButton1_Click);
// //
// uiLine5 // uiLine5
@ -360,7 +346,6 @@
this.uiLine5.TabIndex = 58; this.uiLine5.TabIndex = 58;
this.uiLine5.Text = "UINotifier"; this.uiLine5.Text = "UINotifier";
this.uiLine5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.uiLine5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.uiLine5.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
// //
// uiSymbolButton2 // uiSymbolButton2
// //
@ -376,7 +361,6 @@
this.uiSymbolButton2.TabIndex = 57; this.uiSymbolButton2.TabIndex = 57;
this.uiSymbolButton2.Text = "Info"; this.uiSymbolButton2.Text = "Info";
this.uiSymbolButton2.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiSymbolButton2.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiSymbolButton2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
this.uiSymbolButton2.Click += new System.EventHandler(this.uiSymbolButton2_Click); this.uiSymbolButton2.Click += new System.EventHandler(this.uiSymbolButton2_Click);
// //
// uiSymbolButton4 // uiSymbolButton4
@ -403,7 +387,6 @@
this.uiSymbolButton4.TabIndex = 55; this.uiSymbolButton4.TabIndex = 55;
this.uiSymbolButton4.Text = "Error"; this.uiSymbolButton4.Text = "Error";
this.uiSymbolButton4.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiSymbolButton4.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiSymbolButton4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
this.uiSymbolButton4.Click += new System.EventHandler(this.uiSymbolButton4_Click); this.uiSymbolButton4.Click += new System.EventHandler(this.uiSymbolButton4_Click);
// //
// uiSymbolButton5 // uiSymbolButton5
@ -430,7 +413,6 @@
this.uiSymbolButton5.TabIndex = 54; this.uiSymbolButton5.TabIndex = 54;
this.uiSymbolButton5.Text = "Warn"; this.uiSymbolButton5.Text = "Warn";
this.uiSymbolButton5.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiSymbolButton5.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiSymbolButton5.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
this.uiSymbolButton5.Click += new System.EventHandler(this.uiSymbolButton5_Click); this.uiSymbolButton5.Click += new System.EventHandler(this.uiSymbolButton5_Click);
// //
// uiSymbolButton6 // uiSymbolButton6
@ -457,7 +439,6 @@
this.uiSymbolButton6.TabIndex = 53; this.uiSymbolButton6.TabIndex = 53;
this.uiSymbolButton6.Text = "Success"; this.uiSymbolButton6.Text = "Success";
this.uiSymbolButton6.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiSymbolButton6.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiSymbolButton6.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
this.uiSymbolButton6.Click += new System.EventHandler(this.uiSymbolButton6_Click); this.uiSymbolButton6.Click += new System.EventHandler(this.uiSymbolButton6_Click);
// //
// uiLine6 // uiLine6
@ -470,7 +451,6 @@
this.uiLine6.TabIndex = 59; this.uiLine6.TabIndex = 59;
this.uiLine6.Text = "ULocalize"; this.uiLine6.Text = "ULocalize";
this.uiLine6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.uiLine6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.uiLine6.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
// //
// btnEN // btnEN
// //
@ -485,7 +465,6 @@
this.btnEN.TabIndex = 61; this.btnEN.TabIndex = 61;
this.btnEN.Text = "EN"; this.btnEN.Text = "EN";
this.btnEN.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnEN.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnEN.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
this.btnEN.Click += new System.EventHandler(this.btnEN_Click); this.btnEN.Click += new System.EventHandler(this.btnEN_Click);
// //
// btnCH // btnCH
@ -502,7 +481,6 @@
this.btnCH.TabIndex = 60; this.btnCH.TabIndex = 60;
this.btnCH.Text = "CH"; this.btnCH.Text = "CH";
this.btnCH.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnCH.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnCH.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
this.btnCH.Click += new System.EventHandler(this.btnCH_Click); this.btnCH.Click += new System.EventHandler(this.btnCH_Click);
// //
// uiLine7 // uiLine7
@ -515,7 +493,6 @@
this.uiLine7.TabIndex = 66; this.uiLine7.TabIndex = 66;
this.uiLine7.Text = "UIMessageTip"; this.uiLine7.Text = "UIMessageTip";
this.uiLine7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.uiLine7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.uiLine7.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
// //
// uiSymbolButton7 // uiSymbolButton7
// //
@ -541,7 +518,6 @@
this.uiSymbolButton7.TabIndex = 64; this.uiSymbolButton7.TabIndex = 64;
this.uiSymbolButton7.Text = "Error"; this.uiSymbolButton7.Text = "Error";
this.uiSymbolButton7.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiSymbolButton7.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiSymbolButton7.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
this.uiSymbolButton7.Click += new System.EventHandler(this.uiSymbolButton7_Click); this.uiSymbolButton7.Click += new System.EventHandler(this.uiSymbolButton7_Click);
// //
// uiSymbolButton8 // uiSymbolButton8
@ -568,7 +544,6 @@
this.uiSymbolButton8.TabIndex = 63; this.uiSymbolButton8.TabIndex = 63;
this.uiSymbolButton8.Text = "Warn"; this.uiSymbolButton8.Text = "Warn";
this.uiSymbolButton8.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiSymbolButton8.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiSymbolButton8.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
this.uiSymbolButton8.Click += new System.EventHandler(this.uiSymbolButton8_Click); this.uiSymbolButton8.Click += new System.EventHandler(this.uiSymbolButton8_Click);
// //
// uiSymbolButton9 // uiSymbolButton9
@ -595,7 +570,6 @@
this.uiSymbolButton9.TabIndex = 62; this.uiSymbolButton9.TabIndex = 62;
this.uiSymbolButton9.Text = "Success"; this.uiSymbolButton9.Text = "Success";
this.uiSymbolButton9.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiSymbolButton9.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiSymbolButton9.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
this.uiSymbolButton9.Click += new System.EventHandler(this.uiSymbolButton9_Click); this.uiSymbolButton9.Click += new System.EventHandler(this.uiSymbolButton9_Click);
// //
// uiLine8 // uiLine8
@ -608,7 +582,6 @@
this.uiLine8.TabIndex = 69; this.uiLine8.TabIndex = 69;
this.uiLine8.Text = "UILoginForm"; this.uiLine8.Text = "UILoginForm";
this.uiLine8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.uiLine8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.uiLine8.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
// //
// uiSymbolButton3 // uiSymbolButton3
// //
@ -623,7 +596,6 @@
this.uiSymbolButton3.TabIndex = 68; this.uiSymbolButton3.TabIndex = 68;
this.uiSymbolButton3.Text = "Login"; this.uiSymbolButton3.Text = "Login";
this.uiSymbolButton3.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiSymbolButton3.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiSymbolButton3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
this.uiSymbolButton3.Click += new System.EventHandler(this.uiSymbolButton3_Click); this.uiSymbolButton3.Click += new System.EventHandler(this.uiSymbolButton3_Click);
// //
// uiSymbolButton10 // uiSymbolButton10
@ -639,7 +611,6 @@
this.uiSymbolButton10.TabIndex = 67; this.uiSymbolButton10.TabIndex = 67;
this.uiSymbolButton10.Text = "Login"; this.uiSymbolButton10.Text = "Login";
this.uiSymbolButton10.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiSymbolButton10.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiSymbolButton10.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
this.uiSymbolButton10.Click += new System.EventHandler(this.uiSymbolButton10_Click); this.uiSymbolButton10.Click += new System.EventHandler(this.uiSymbolButton10_Click);
// //
// uiSymbolButton11 // uiSymbolButton11
@ -655,7 +626,6 @@
this.uiSymbolButton11.TabIndex = 70; this.uiSymbolButton11.TabIndex = 70;
this.uiSymbolButton11.Text = "等待提示框"; this.uiSymbolButton11.Text = "等待提示框";
this.uiSymbolButton11.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiSymbolButton11.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiSymbolButton11.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
this.uiSymbolButton11.Click += new System.EventHandler(this.uiSymbolButton11_Click); this.uiSymbolButton11.Click += new System.EventHandler(this.uiSymbolButton11_Click);
// //
// uiLine9 // uiLine9
@ -668,7 +638,6 @@
this.uiLine9.TabIndex = 71; this.uiLine9.TabIndex = 71;
this.uiLine9.Text = "UIWaitingForm"; this.uiLine9.Text = "UIWaitingForm";
this.uiLine9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.uiLine9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.uiLine9.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
// //
// uiLine10 // uiLine10
// //
@ -680,7 +649,6 @@
this.uiLine10.TabIndex = 74; this.uiLine10.TabIndex = 74;
this.uiLine10.Text = "选择文件夹"; this.uiLine10.Text = "选择文件夹";
this.uiLine10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.uiLine10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.uiLine10.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
// //
// uiSymbolButton13 // uiSymbolButton13
// //
@ -695,14 +663,41 @@
this.uiSymbolButton13.TabIndex = 72; this.uiSymbolButton13.TabIndex = 72;
this.uiSymbolButton13.Text = "选择文件夹"; this.uiSymbolButton13.Text = "选择文件夹";
this.uiSymbolButton13.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiSymbolButton13.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiSymbolButton13.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
this.uiSymbolButton13.Click += new System.EventHandler(this.uiSymbolButton13_Click); this.uiSymbolButton13.Click += new System.EventHandler(this.uiSymbolButton13_Click);
// //
// uiLine11
//
this.uiLine11.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiLine11.Location = new System.Drawing.Point(372, 213);
this.uiLine11.MinimumSize = new System.Drawing.Size(16, 16);
this.uiLine11.Name = "uiLine11";
this.uiLine11.Size = new System.Drawing.Size(155, 20);
this.uiLine11.TabIndex = 78;
this.uiLine11.Text = "UIProcessForm";
this.uiLine11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// uiSymbolButton12
//
this.uiSymbolButton12.Cursor = System.Windows.Forms.Cursors.Hand;
this.uiSymbolButton12.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiSymbolButton12.Location = new System.Drawing.Point(372, 245);
this.uiSymbolButton12.MinimumSize = new System.Drawing.Size(1, 1);
this.uiSymbolButton12.Name = "uiSymbolButton12";
this.uiSymbolButton12.Padding = new System.Windows.Forms.Padding(28, 0, 0, 0);
this.uiSymbolButton12.Size = new System.Drawing.Size(155, 35);
this.uiSymbolButton12.Symbol = 61806;
this.uiSymbolButton12.TabIndex = 77;
this.uiSymbolButton12.Text = "等待提示框";
this.uiSymbolButton12.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiSymbolButton12.Click += new System.EventHandler(this.uiSymbolButton12_Click);
//
// FDialogs // FDialogs
// //
this.AllowShowTitle = true; this.AllowShowTitle = true;
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(800, 549); this.ClientSize = new System.Drawing.Size(800, 549);
this.Controls.Add(this.uiLine11);
this.Controls.Add(this.uiSymbolButton12);
this.Controls.Add(this.uiLine1); this.Controls.Add(this.uiLine1);
this.Controls.Add(this.uiLine10); this.Controls.Add(this.uiLine10);
this.Controls.Add(this.btnAsk); this.Controls.Add(this.btnAsk);
@ -784,5 +779,7 @@
private UILine uiLine9; private UILine uiLine9;
private UILine uiLine10; private UILine uiLine10;
private UISymbolButton uiSymbolButton13; private UISymbolButton uiSymbolButton13;
private UILine uiLine11;
private UISymbolButton uiSymbolButton12;
} }
} }

View File

@ -219,5 +219,12 @@ namespace Sunny.UI.Demo
UIMessageTip.ShowOk(dir); UIMessageTip.ShowOk(dir);
} }
} }
private void uiSymbolButton12_Click(object sender, EventArgs e)
{
ShowProcessForm(200);
Thread.Sleep(2000);
HideProcessForm();
}
} }
} }