UINavMenu修改待测,先恢复上一版本

This commit is contained in:
Sunny 2020-06-04 21:52:21 +08:00
parent b305ce4685
commit 3d89415ed7
7 changed files with 20 additions and 3 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -50,11 +50,13 @@
this.uiColorPicker1 = new Sunny.UI.UIColorPicker();
this.uiDatetimePicker1 = new Sunny.UI.UIDatetimePicker();
this.uiLine8 = new Sunny.UI.UILine();
this.uiDatetimePicker2 = new Sunny.UI.UIDatetimePicker();
this.PagePanel.SuspendLayout();
this.SuspendLayout();
//
// PagePanel
//
this.PagePanel.Controls.Add(this.uiDatetimePicker2);
this.PagePanel.Controls.Add(this.uiLine8);
this.PagePanel.Controls.Add(this.uiDatetimePicker1);
this.PagePanel.Controls.Add(this.uiColorPicker1);
@ -383,6 +385,21 @@
this.uiLine8.Text = "UIDatetimePicker";
this.uiLine8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// uiDatetimePicker2
//
this.uiDatetimePicker2.FillColor = System.Drawing.Color.White;
this.uiDatetimePicker2.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiDatetimePicker2.Location = new System.Drawing.Point(355, 361);
this.uiDatetimePicker2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiDatetimePicker2.MinimumSize = new System.Drawing.Size(63, 0);
this.uiDatetimePicker2.Name = "uiDatetimePicker2";
this.uiDatetimePicker2.Padding = new System.Windows.Forms.Padding(0, 0, 30, 0);
this.uiDatetimePicker2.Size = new System.Drawing.Size(249, 29);
this.uiDatetimePicker2.TabIndex = 32;
this.uiDatetimePicker2.Text = "uiDatetimePicker2";
this.uiDatetimePicker2.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.uiDatetimePicker2.Value = new System.DateTime(2020, 6, 4, 21, 41, 10, 904);
//
// FTextBox
//
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
@ -420,5 +437,6 @@
private UIColorPicker uiColorPicker1;
private UILine uiLine8;
private UIDatetimePicker uiDatetimePicker1;
private UIDatetimePicker uiDatetimePicker2;
}
}

View File

@ -43,7 +43,7 @@ namespace Sunny.UI
BorderStyle = BorderStyle.None;
//HideSelection = false;
DrawMode = TreeViewDrawMode.OwnerDrawAll;
FullRowSelect = true;
//FullRowSelect = true;
//ShowLines = false;
//ShowPlusMinus = false;
//ShowRootLines = false;

View File

@ -1,8 +1,7 @@
+ 增加; - 删除; * 修改
2020.06.03
2020.06.04
+ UIBattery 新增
* UINAVMenu修复鼠标滚动有时失效的问题
* UITextBoxInt和Double时可设置为空设置默认值可不为0
+ UIFormHelper增加了一些窗体扩展