* UINotifier: 调整窗体及字体大小
This commit is contained in:
parent
0aafb6e897
commit
945f6911ad
@ -256,7 +256,7 @@ namespace Sunny.UI
|
|||||||
private NoteLocation adjustLocation(UINotifier note)
|
private NoteLocation adjustLocation(UINotifier note)
|
||||||
{
|
{
|
||||||
Rectangle notesArea;
|
Rectangle notesArea;
|
||||||
int nColumn = 0, xShift = 25; // Custom note overlay
|
int nColumn = 0, xShift = 40; // Custom note overlay
|
||||||
// x_Shift = Width + 5; // Full visible note (no overlay)
|
// x_Shift = Width + 5; // Full visible note (no overlay)
|
||||||
bool add = false;
|
bool add = false;
|
||||||
|
|
||||||
|
4
SunnyUI/Forms/UINotifier.designer.cs
generated
4
SunnyUI/Forms/UINotifier.designer.cs
generated
@ -62,7 +62,7 @@
|
|||||||
noteDate.AutoSize = true;
|
noteDate.AutoSize = true;
|
||||||
noteDate.Font = new System.Drawing.Font("宋体", 9F);
|
noteDate.Font = new System.Drawing.Font("宋体", 9F);
|
||||||
noteDate.Image = Properties.Resources.notifier;
|
noteDate.Image = Properties.Resources.notifier;
|
||||||
noteDate.Location = new System.Drawing.Point(19, 168);
|
noteDate.Location = new System.Drawing.Point(21, 168);
|
||||||
noteDate.Name = "noteDate";
|
noteDate.Name = "noteDate";
|
||||||
noteDate.Size = new System.Drawing.Size(65, 12);
|
noteDate.Size = new System.Drawing.Size(65, 12);
|
||||||
noteDate.TabIndex = 4;
|
noteDate.TabIndex = 4;
|
||||||
@ -137,7 +137,7 @@
|
|||||||
//
|
//
|
||||||
icon.BackColor = System.Drawing.Color.White;
|
icon.BackColor = System.Drawing.Color.White;
|
||||||
icon.Font = new System.Drawing.Font("宋体", 12F);
|
icon.Font = new System.Drawing.Font("宋体", 12F);
|
||||||
icon.Location = new System.Drawing.Point(11, 79);
|
icon.Location = new System.Drawing.Point(13, 79);
|
||||||
icon.MinimumSize = new System.Drawing.Size(1, 1);
|
icon.MinimumSize = new System.Drawing.Size(1, 1);
|
||||||
icon.Name = "icon";
|
icon.Name = "icon";
|
||||||
icon.Padding = new System.Windows.Forms.Padding(40, 0, 0, 0);
|
icon.Padding = new System.Windows.Forms.Padding(40, 0, 0, 0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user