This commit is contained in:
Sunny 2022-09-11 16:10:32 +08:00
parent 61b6a149a3
commit 8529218e74
13 changed files with 87 additions and 16 deletions

Binary file not shown.

Binary file not shown.

View File

@ -303,6 +303,7 @@ namespace Sunny.UI.Demo
this.ShowTitle = true; this.ShowTitle = true;
this.Symbol = 61447; this.Symbol = 61447;
this.Text = "Avatar"; this.Text = "Avatar";
this.ReceiveParams += new Sunny.UI.OnReceiveParams(this.FAvatar_ReceiveParams);
this.uiContextMenuStrip1.ResumeLayout(false); this.uiContextMenuStrip1.ResumeLayout(false);
this.ResumeLayout(false); this.ResumeLayout(false);
this.PerformLayout(); this.PerformLayout();

View File

@ -24,16 +24,20 @@
uiContextMenuStrip1.Show(uiAvatar4, 0, uiAvatar4.Height); uiContextMenuStrip1.Show(uiAvatar4, 0, uiAvatar4.Height);
} }
public override bool SetParam(int fromPageIndex, params object[] objects) private void FAvatar_ReceiveParams(object sender, UIPageParamsArgs e)
{ {
if (fromPageIndex == 1002 && objects.Length == 1) if (e.SourcePage != null && e.SourcePage.PageIndex == 1002)
{ {
uiLabel1.Text = objects[0].ToString(); //来自页面1002的传值
return true; uiLabel1.Text = e.Value.ToString();
e.Handled = true;
} }
else
if (e.SourcePage == null)
{ {
return false; //来自页面框架的传值
uiLabel4.Text = e.Value.ToString();
e.Handled = true;
} }
} }
} }

View File

@ -101,6 +101,7 @@ namespace Sunny.UI.Demo
this.uiSwitch3.SwitchShape = Sunny.UI.UISwitch.UISwitchShape.Square; this.uiSwitch3.SwitchShape = Sunny.UI.UISwitch.UISwitchShape.Square;
this.uiSwitch3.TabIndex = 115; this.uiSwitch3.TabIndex = 115;
this.uiSwitch3.Text = "uiSwitch3"; this.uiSwitch3.Text = "uiSwitch3";
this.uiSwitch3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
// //
// uiSwitch4 // uiSwitch4
// //
@ -114,6 +115,7 @@ namespace Sunny.UI.Demo
this.uiSwitch4.SwitchShape = Sunny.UI.UISwitch.UISwitchShape.Square; this.uiSwitch4.SwitchShape = Sunny.UI.UISwitch.UISwitchShape.Square;
this.uiSwitch4.TabIndex = 114; this.uiSwitch4.TabIndex = 114;
this.uiSwitch4.Text = "uiSwitch4"; this.uiSwitch4.Text = "uiSwitch4";
this.uiSwitch4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
// //
// uiSymbolButton26 // uiSymbolButton26
// //
@ -134,6 +136,7 @@ namespace Sunny.UI.Demo
this.uiSymbolButton26.Text = "Save"; this.uiSymbolButton26.Text = "Save";
this.uiSymbolButton26.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.uiSymbolButton26.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.uiSymbolButton26.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiSymbolButton26.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiSymbolButton26.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
// //
// uiSymbolButton25 // uiSymbolButton25
// //
@ -154,6 +157,7 @@ namespace Sunny.UI.Demo
this.uiSymbolButton25.Text = "类库"; this.uiSymbolButton25.Text = "类库";
this.uiSymbolButton25.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.uiSymbolButton25.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.uiSymbolButton25.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiSymbolButton25.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiSymbolButton25.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
this.uiSymbolButton25.Click += new System.EventHandler(this.uiSymbolButton25_Click); this.uiSymbolButton25.Click += new System.EventHandler(this.uiSymbolButton25_Click);
// //
// uiImageButton4 // uiImageButton4
@ -171,6 +175,7 @@ namespace Sunny.UI.Demo
this.uiImageButton4.TabStop = false; this.uiImageButton4.TabStop = false;
this.uiImageButton4.Text = "Home"; this.uiImageButton4.Text = "Home";
this.uiImageButton4.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.uiImageButton4.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.uiImageButton4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
// //
// uiImageButton3 // uiImageButton3
// //
@ -185,6 +190,7 @@ namespace Sunny.UI.Demo
this.uiImageButton3.TabIndex = 110; this.uiImageButton3.TabIndex = 110;
this.uiImageButton3.TabStop = false; this.uiImageButton3.TabStop = false;
this.uiImageButton3.Text = null; this.uiImageButton3.Text = null;
this.uiImageButton3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
// //
// uiImageButton2 // uiImageButton2
// //
@ -199,6 +205,7 @@ namespace Sunny.UI.Demo
this.uiImageButton2.TabIndex = 109; this.uiImageButton2.TabIndex = 109;
this.uiImageButton2.TabStop = false; this.uiImageButton2.TabStop = false;
this.uiImageButton2.Text = null; this.uiImageButton2.Text = null;
this.uiImageButton2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
// //
// uiImageButton1 // uiImageButton1
// //
@ -214,6 +221,7 @@ namespace Sunny.UI.Demo
this.uiImageButton1.TabStop = false; this.uiImageButton1.TabStop = false;
this.uiImageButton1.Text = "Home"; this.uiImageButton1.Text = "Home";
this.uiImageButton1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.uiImageButton1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.uiImageButton1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
// //
// uiLine5 // uiLine5
// //
@ -225,6 +233,7 @@ namespace Sunny.UI.Demo
this.uiLine5.TabIndex = 107; this.uiLine5.TabIndex = 107;
this.uiLine5.Text = "UIImageButton"; this.uiLine5.Text = "UIImageButton";
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);
// //
// uiSwitch2 // uiSwitch2
// //
@ -236,6 +245,7 @@ namespace Sunny.UI.Demo
this.uiSwitch2.Size = new System.Drawing.Size(75, 29); this.uiSwitch2.Size = new System.Drawing.Size(75, 29);
this.uiSwitch2.TabIndex = 106; this.uiSwitch2.TabIndex = 106;
this.uiSwitch2.Text = "uiSwitch2"; this.uiSwitch2.Text = "uiSwitch2";
this.uiSwitch2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
// //
// uiLine4 // uiLine4
// //
@ -247,6 +257,7 @@ namespace Sunny.UI.Demo
this.uiLine4.TabIndex = 105; this.uiLine4.TabIndex = 105;
this.uiLine4.Text = "UISwitch"; this.uiLine4.Text = "UISwitch";
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);
// //
// uiSwitch1 // uiSwitch1
// //
@ -259,6 +270,7 @@ namespace Sunny.UI.Demo
this.uiSwitch1.Size = new System.Drawing.Size(75, 29); this.uiSwitch1.Size = new System.Drawing.Size(75, 29);
this.uiSwitch1.TabIndex = 104; this.uiSwitch1.TabIndex = 104;
this.uiSwitch1.Text = "uiSwitch1"; this.uiSwitch1.Text = "uiSwitch1";
this.uiSwitch1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
this.uiSwitch1.ValueChanged += new Sunny.UI.UISwitch.OnValueChanged(this.uiSwitch1_ValueChanged); this.uiSwitch1.ValueChanged += new Sunny.UI.UISwitch.OnValueChanged(this.uiSwitch1_ValueChanged);
// //
// uiSymbolButton24 // uiSymbolButton24
@ -275,6 +287,7 @@ namespace Sunny.UI.Demo
this.uiSymbolButton24.Symbol = 61473; this.uiSymbolButton24.Symbol = 61473;
this.uiSymbolButton24.TabIndex = 103; this.uiSymbolButton24.TabIndex = 103;
this.uiSymbolButton24.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiSymbolButton24.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiSymbolButton24.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
// //
// uiSymbolButton23 // uiSymbolButton23
// //
@ -288,6 +301,7 @@ namespace Sunny.UI.Demo
this.uiSymbolButton23.Symbol = 61544; this.uiSymbolButton23.Symbol = 61544;
this.uiSymbolButton23.TabIndex = 102; this.uiSymbolButton23.TabIndex = 102;
this.uiSymbolButton23.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiSymbolButton23.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiSymbolButton23.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
// //
// uiSymbolButton22 // uiSymbolButton22
// //
@ -301,6 +315,7 @@ namespace Sunny.UI.Demo
this.uiSymbolButton22.Symbol = 61508; this.uiSymbolButton22.Symbol = 61508;
this.uiSymbolButton22.TabIndex = 101; this.uiSymbolButton22.TabIndex = 101;
this.uiSymbolButton22.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiSymbolButton22.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiSymbolButton22.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
// //
// uiSymbolButton19 // uiSymbolButton19
// //
@ -314,6 +329,7 @@ namespace Sunny.UI.Demo
this.uiSymbolButton19.Symbol = 61543; this.uiSymbolButton19.Symbol = 61543;
this.uiSymbolButton19.TabIndex = 100; this.uiSymbolButton19.TabIndex = 100;
this.uiSymbolButton19.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiSymbolButton19.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiSymbolButton19.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
// //
// uiSymbolButton20 // uiSymbolButton20
// //
@ -327,6 +343,7 @@ namespace Sunny.UI.Demo
this.uiSymbolButton20.Symbol = 61522; this.uiSymbolButton20.Symbol = 61522;
this.uiSymbolButton20.TabIndex = 99; this.uiSymbolButton20.TabIndex = 99;
this.uiSymbolButton20.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiSymbolButton20.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiSymbolButton20.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
// //
// uiSymbolButton21 // uiSymbolButton21
// //
@ -340,6 +357,7 @@ namespace Sunny.UI.Demo
this.uiSymbolButton21.Symbol = 61520; this.uiSymbolButton21.Symbol = 61520;
this.uiSymbolButton21.TabIndex = 98; this.uiSymbolButton21.TabIndex = 98;
this.uiSymbolButton21.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiSymbolButton21.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiSymbolButton21.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
// //
// uiSymbolButton13 // uiSymbolButton13
// //
@ -353,6 +371,7 @@ namespace Sunny.UI.Demo
this.uiSymbolButton13.Symbol = 61518; this.uiSymbolButton13.Symbol = 61518;
this.uiSymbolButton13.TabIndex = 97; this.uiSymbolButton13.TabIndex = 97;
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);
// //
// uiSymbolButton14 // uiSymbolButton14
// //
@ -366,6 +385,7 @@ namespace Sunny.UI.Demo
this.uiSymbolButton14.Symbol = 61514; this.uiSymbolButton14.Symbol = 61514;
this.uiSymbolButton14.TabIndex = 96; this.uiSymbolButton14.TabIndex = 96;
this.uiSymbolButton14.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiSymbolButton14.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiSymbolButton14.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
// //
// uiSymbolButton15 // uiSymbolButton15
// //
@ -379,6 +399,7 @@ namespace Sunny.UI.Demo
this.uiSymbolButton15.Symbol = 61513; this.uiSymbolButton15.Symbol = 61513;
this.uiSymbolButton15.TabIndex = 95; this.uiSymbolButton15.TabIndex = 95;
this.uiSymbolButton15.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiSymbolButton15.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiSymbolButton15.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
// //
// uiSymbolButton16 // uiSymbolButton16
// //
@ -392,6 +413,7 @@ namespace Sunny.UI.Demo
this.uiSymbolButton16.Symbol = 61517; this.uiSymbolButton16.Symbol = 61517;
this.uiSymbolButton16.TabIndex = 94; this.uiSymbolButton16.TabIndex = 94;
this.uiSymbolButton16.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiSymbolButton16.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiSymbolButton16.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
// //
// uiSymbolButton17 // uiSymbolButton17
// //
@ -405,6 +427,7 @@ namespace Sunny.UI.Demo
this.uiSymbolButton17.Symbol = 61516; this.uiSymbolButton17.Symbol = 61516;
this.uiSymbolButton17.TabIndex = 93; this.uiSymbolButton17.TabIndex = 93;
this.uiSymbolButton17.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiSymbolButton17.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiSymbolButton17.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
// //
// uiSymbolButton18 // uiSymbolButton18
// //
@ -418,6 +441,7 @@ namespace Sunny.UI.Demo
this.uiSymbolButton18.Symbol = 61515; this.uiSymbolButton18.Symbol = 61515;
this.uiSymbolButton18.TabIndex = 92; this.uiSymbolButton18.TabIndex = 92;
this.uiSymbolButton18.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiSymbolButton18.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiSymbolButton18.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
// //
// uiLine3 // uiLine3
// //
@ -429,6 +453,7 @@ namespace Sunny.UI.Demo
this.uiLine3.TabIndex = 91; this.uiLine3.TabIndex = 91;
this.uiLine3.Text = "UISymbolButton 按钮组"; this.uiLine3.Text = "UISymbolButton 按钮组";
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);
// //
// uiSymbolButton7 // uiSymbolButton7
// //
@ -455,6 +480,7 @@ namespace Sunny.UI.Demo
this.uiSymbolButton7.Symbol = 61809; this.uiSymbolButton7.Symbol = 61809;
this.uiSymbolButton7.TabIndex = 90; this.uiSymbolButton7.TabIndex = 90;
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);
// //
// uiSymbolButton8 // uiSymbolButton8
// //
@ -481,6 +507,7 @@ namespace Sunny.UI.Demo
this.uiSymbolButton8.Symbol = 61445; this.uiSymbolButton8.Symbol = 61445;
this.uiSymbolButton8.TabIndex = 89; this.uiSymbolButton8.TabIndex = 89;
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);
// //
// uiSymbolButton9 // uiSymbolButton9
// //
@ -507,6 +534,7 @@ namespace Sunny.UI.Demo
this.uiSymbolButton9.Symbol = 57607; this.uiSymbolButton9.Symbol = 57607;
this.uiSymbolButton9.TabIndex = 88; this.uiSymbolButton9.TabIndex = 88;
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);
// //
// uiSymbolButton10 // uiSymbolButton10
// //
@ -523,6 +551,7 @@ namespace Sunny.UI.Demo
this.uiSymbolButton10.StyleCustomMode = true; this.uiSymbolButton10.StyleCustomMode = true;
this.uiSymbolButton10.TabIndex = 87; this.uiSymbolButton10.TabIndex = 87;
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);
// //
// uiSymbolButton11 // uiSymbolButton11
// //
@ -549,6 +578,7 @@ namespace Sunny.UI.Demo
this.uiSymbolButton11.Symbol = 61508; this.uiSymbolButton11.Symbol = 61508;
this.uiSymbolButton11.TabIndex = 86; this.uiSymbolButton11.TabIndex = 86;
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);
// //
// uiSymbolButton12 // uiSymbolButton12
// //
@ -569,6 +599,7 @@ namespace Sunny.UI.Demo
this.uiSymbolButton12.SymbolSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(74)))), ((int)(((byte)(131)))), ((int)(((byte)(229))))); this.uiSymbolButton12.SymbolSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(74)))), ((int)(((byte)(131)))), ((int)(((byte)(229)))));
this.uiSymbolButton12.TabIndex = 85; this.uiSymbolButton12.TabIndex = 85;
this.uiSymbolButton12.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiSymbolButton12.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiSymbolButton12.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
// //
// uiSymbolButton6 // uiSymbolButton6
// //
@ -593,6 +624,7 @@ namespace Sunny.UI.Demo
this.uiSymbolButton6.TabIndex = 84; this.uiSymbolButton6.TabIndex = 84;
this.uiSymbolButton6.Text = "Error"; this.uiSymbolButton6.Text = "Error";
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);
// //
// uiSymbolButton5 // uiSymbolButton5
// //
@ -617,6 +649,7 @@ namespace Sunny.UI.Demo
this.uiSymbolButton5.TabIndex = 83; this.uiSymbolButton5.TabIndex = 83;
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);
// //
// uiSymbolButton3 // uiSymbolButton3
// //
@ -641,6 +674,7 @@ namespace Sunny.UI.Demo
this.uiSymbolButton3.TabIndex = 82; this.uiSymbolButton3.TabIndex = 82;
this.uiSymbolButton3.Text = "Success"; this.uiSymbolButton3.Text = "Success";
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);
// //
// uiSymbolButton4 // uiSymbolButton4
// //
@ -656,6 +690,7 @@ namespace Sunny.UI.Demo
this.uiSymbolButton4.TabIndex = 81; this.uiSymbolButton4.TabIndex = 81;
this.uiSymbolButton4.Text = "Query"; this.uiSymbolButton4.Text = "Query";
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);
// //
// uiSymbolButton2 // uiSymbolButton2
// //
@ -680,6 +715,7 @@ namespace Sunny.UI.Demo
this.uiSymbolButton2.TabIndex = 80; this.uiSymbolButton2.TabIndex = 80;
this.uiSymbolButton2.Text = "Cancel"; this.uiSymbolButton2.Text = "Cancel";
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);
// //
// uiSymbolButton1 // uiSymbolButton1
// //
@ -694,6 +730,7 @@ namespace Sunny.UI.Demo
this.uiSymbolButton1.TabIndex = 79; this.uiSymbolButton1.TabIndex = 79;
this.uiSymbolButton1.Text = "OK"; this.uiSymbolButton1.Text = "OK";
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);
// //
// uiLine2 // uiLine2
// //
@ -705,6 +742,7 @@ namespace Sunny.UI.Demo
this.uiLine2.TabIndex = 78; this.uiLine2.TabIndex = 78;
this.uiLine2.Text = "UISymbolButton"; this.uiLine2.Text = "UISymbolButton";
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);
// //
// uiLine1 // uiLine1
// //
@ -716,6 +754,7 @@ namespace Sunny.UI.Demo
this.uiLine1.TabIndex = 77; this.uiLine1.TabIndex = 77;
this.uiLine1.Text = "UIButton"; this.uiLine1.Text = "UIButton";
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);
// //
// uiButton13 // uiButton13
// //
@ -740,6 +779,7 @@ namespace Sunny.UI.Demo
this.uiButton13.TabIndex = 76; this.uiButton13.TabIndex = 76;
this.uiButton13.Text = "Red"; this.uiButton13.Text = "Red";
this.uiButton13.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiButton13.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiButton13.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
// //
// uiButton14 // uiButton14
// //
@ -764,6 +804,7 @@ namespace Sunny.UI.Demo
this.uiButton14.TabIndex = 75; this.uiButton14.TabIndex = 75;
this.uiButton14.Text = "Orange"; this.uiButton14.Text = "Orange";
this.uiButton14.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiButton14.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiButton14.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
// //
// uiButton15 // uiButton15
// //
@ -788,6 +829,7 @@ namespace Sunny.UI.Demo
this.uiButton15.TabIndex = 74; this.uiButton15.TabIndex = 74;
this.uiButton15.Text = "Gray"; this.uiButton15.Text = "Gray";
this.uiButton15.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiButton15.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiButton15.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
// //
// uiButton16 // uiButton16
// //
@ -812,6 +854,7 @@ namespace Sunny.UI.Demo
this.uiButton16.TabIndex = 73; this.uiButton16.TabIndex = 73;
this.uiButton16.Text = "Green"; this.uiButton16.Text = "Green";
this.uiButton16.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiButton16.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiButton16.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
// //
// uiButton17 // uiButton17
// //
@ -826,6 +869,7 @@ namespace Sunny.UI.Demo
this.uiButton17.TabIndex = 72; this.uiButton17.TabIndex = 72;
this.uiButton17.Text = "Blue"; this.uiButton17.Text = "Blue";
this.uiButton17.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiButton17.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiButton17.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
// //
// uiButton18 // uiButton18
// //
@ -839,6 +883,7 @@ namespace Sunny.UI.Demo
this.uiButton18.TabIndex = 71; this.uiButton18.TabIndex = 71;
this.uiButton18.Text = "Round"; this.uiButton18.Text = "Round";
this.uiButton18.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiButton18.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiButton18.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
// //
// uiButton4 // uiButton4
// //
@ -863,6 +908,7 @@ namespace Sunny.UI.Demo
this.uiButton4.TabIndex = 64; this.uiButton4.TabIndex = 64;
this.uiButton4.Text = "Red"; this.uiButton4.Text = "Red";
this.uiButton4.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiButton4.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiButton4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
// //
// uiButton5 // uiButton5
// //
@ -887,6 +933,7 @@ namespace Sunny.UI.Demo
this.uiButton5.TabIndex = 63; this.uiButton5.TabIndex = 63;
this.uiButton5.Text = "Orange"; this.uiButton5.Text = "Orange";
this.uiButton5.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiButton5.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiButton5.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
// //
// uiButton6 // uiButton6
// //
@ -911,6 +958,7 @@ namespace Sunny.UI.Demo
this.uiButton6.TabIndex = 62; this.uiButton6.TabIndex = 62;
this.uiButton6.Text = "Gray"; this.uiButton6.Text = "Gray";
this.uiButton6.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiButton6.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiButton6.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
// //
// uiButton3 // uiButton3
// //
@ -935,6 +983,7 @@ namespace Sunny.UI.Demo
this.uiButton3.TabIndex = 61; this.uiButton3.TabIndex = 61;
this.uiButton3.Text = "Green"; this.uiButton3.Text = "Green";
this.uiButton3.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiButton3.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiButton3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
// //
// uiButton2 // uiButton2
// //
@ -951,6 +1000,8 @@ namespace Sunny.UI.Demo
this.uiButton2.Text = "Blue"; this.uiButton2.Text = "Blue";
this.uiButton2.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiButton2.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiButton2.TipsText = "16"; this.uiButton2.TipsText = "16";
this.uiButton2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
this.uiButton2.Click += new System.EventHandler(this.uiButton2_Click);
// //
// uiButton1 // uiButton1
// //
@ -965,6 +1016,7 @@ namespace Sunny.UI.Demo
this.uiButton1.Text = "System"; this.uiButton1.Text = "System";
this.uiButton1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiButton1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiButton1.TipsText = "1"; this.uiButton1.TipsText = "1";
this.uiButton1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
this.uiButton1.Click += new System.EventHandler(this.uiButton1_Click); this.uiButton1.Click += new System.EventHandler(this.uiButton1_Click);
// //
// uiToolTip1 // uiToolTip1
@ -986,6 +1038,7 @@ namespace Sunny.UI.Demo
this.uiSwitch5.Size = new System.Drawing.Size(75, 29); this.uiSwitch5.Size = new System.Drawing.Size(75, 29);
this.uiSwitch5.TabIndex = 116; this.uiSwitch5.TabIndex = 116;
this.uiSwitch5.Text = "uiSwitch5"; this.uiSwitch5.Text = "uiSwitch5";
this.uiSwitch5.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
// //
// uiSwitch6 // uiSwitch6
// //
@ -999,6 +1052,7 @@ namespace Sunny.UI.Demo
this.uiSwitch6.Size = new System.Drawing.Size(75, 29); this.uiSwitch6.Size = new System.Drawing.Size(75, 29);
this.uiSwitch6.TabIndex = 117; this.uiSwitch6.TabIndex = 117;
this.uiSwitch6.Text = "uiSwitch6"; this.uiSwitch6.Text = "uiSwitch6";
this.uiSwitch6.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
// //
// FButton // FButton
// //

View File

@ -63,7 +63,13 @@ namespace Sunny.UI.Demo
{ {
//传值给页面1001 //传值给页面1001
//设置FAvatar的Label文字 //设置FAvatar的Label文字
Frame.SetParamToPage(1001, PageIndex, "你好"); SendParamToPage(1001, "你好");
}
private void uiButton2_Click(object sender, EventArgs e)
{
//传值给框架
SendParamToFrame("传值给框架");
} }
} }
} }

View File

@ -78,7 +78,7 @@ namespace Sunny.UI.Demo
this.uiListBox1.TabIndex = 27; this.uiListBox1.TabIndex = 27;
this.uiListBox1.Text = "uiListBox1"; this.uiListBox1.Text = "uiListBox1";
this.uiListBox1.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.ListBox_DrawItem); this.uiListBox1.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.ListBox_DrawItem);
this.uiListBox1.ItemDoubleClick += new System.EventHandler(this.uiListBox1_ItemDoubleClick); this.uiListBox1.DoubleClick += new System.EventHandler(this.uiListBox1_ItemDoubleClick);
// //
// uiLine2 // uiLine2
// //
@ -117,7 +117,7 @@ namespace Sunny.UI.Demo
this.uiImageListBox1.TabIndex = 24; this.uiImageListBox1.TabIndex = 24;
this.uiImageListBox1.Text = "uiImageListBox1"; this.uiImageListBox1.Text = "uiImageListBox1";
this.uiImageListBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; this.uiImageListBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
this.uiImageListBox1.ItemDoubleClick += new System.EventHandler(this.uiImageListBox1_ItemDoubleClick); this.uiImageListBox1.DoubleClick += new System.EventHandler(this.uiImageListBox1_ItemDoubleClick);
// //
// FListBox // FListBox
// //

View File

@ -161,6 +161,7 @@
this.ZoomScaleRect = new System.Drawing.Rectangle(15, 15, 1024, 720); this.ZoomScaleRect = new System.Drawing.Rectangle(15, 15, 1024, 720);
this.Selecting += new Sunny.UI.UIMainFrame.OnSelecting(this.FMain_Selecting); this.Selecting += new Sunny.UI.UIMainFrame.OnSelecting(this.FMain_Selecting);
this.HotKeyEventHandler += new Sunny.UI.HotKeyEventHandler(this.FMain_HotKeyEventHandler); this.HotKeyEventHandler += new Sunny.UI.HotKeyEventHandler(this.FMain_HotKeyEventHandler);
this.ReceiveParams += new Sunny.UI.OnReceiveParams(this.FMain_ReceiveParams);
this.Controls.SetChildIndex(this.Header, 0); this.Controls.SetChildIndex(this.Header, 0);
this.Controls.SetChildIndex(this.Aside, 0); this.Controls.SetChildIndex(this.Aside, 0);
this.Header.ResumeLayout(false); this.Header.ResumeLayout(false);

View File

@ -154,5 +154,12 @@ namespace Sunny.UI.Demo
ShowInfoTip("您按下了全局系统热键 Shift+F8"); ShowInfoTip("您按下了全局系统热键 Shift+F8");
} }
} }
private void FMain_ReceiveParams(object sender, UIPageParamsArgs e)
{
Text = e.Value.ToString();
SendParamToPage(1001, "传值给页面");
}
} }
} }

View File

@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值 //可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示: //通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.2.3.1")] [assembly: AssemblyVersion("3.2.4.0")]
[assembly: AssemblyFileVersion("3.2.3.1")] [assembly: AssemblyFileVersion("3.2.4.0")]

View File

@ -38,8 +38,8 @@
<ApplicationManifest>app.manifest</ApplicationManifest> <ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="SunnyUI, Version=3.2.3.1, Culture=neutral, PublicKeyToken=27d7d2e821d97aeb, processorArchitecture=MSIL"> <Reference Include="SunnyUI, Version=3.2.4.0, Culture=neutral, PublicKeyToken=27d7d2e821d97aeb, processorArchitecture=MSIL">
<HintPath>..\packages\SunnyUI.3.2.3.1\lib\net40\SunnyUI.dll</HintPath> <HintPath>..\packages\SunnyUI.3.2.4\lib\net40\SunnyUI.dll</HintPath>
</Reference> </Reference>
<Reference Include="SunnyUI.Common, Version=3.2.0.0, Culture=neutral, PublicKeyToken=5a271fb7ba597231, processorArchitecture=MSIL"> <Reference Include="SunnyUI.Common, Version=3.2.0.0, Culture=neutral, PublicKeyToken=5a271fb7ba597231, processorArchitecture=MSIL">
<HintPath>..\packages\SunnyUI.Common.3.2.0\lib\net40\SunnyUI.Common.dll</HintPath> <HintPath>..\packages\SunnyUI.Common.3.2.0\lib\net40\SunnyUI.Common.dll</HintPath>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<packages> <packages>
<package id="SunnyUI" version="3.2.3.1" targetFramework="net40" /> <package id="SunnyUI" version="3.2.4" targetFramework="net40" />
<package id="SunnyUI.Common" version="3.2.0" targetFramework="net40" /> <package id="SunnyUI.Common" version="3.2.0" targetFramework="net40" />
</packages> </packages>

View File

@ -91,7 +91,6 @@
</Compile> </Compile>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<EmbeddedResource Update="Properties\Resources.resx"> <EmbeddedResource Update="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator> <Generator>ResXFileCodeGenerator</Generator>
@ -99,7 +98,6 @@
</EmbeddedResource> </EmbeddedResource>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<None Update="Properties\Settings.settings"> <None Update="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator> <Generator>SettingsSingleFileGenerator</Generator>