mirror of
https://gitee.com/handyorg/HandyControl.git
synced 2024-12-02 11:57:37 +08:00
Merge branch 'master' of https://github.com/HandyOrg/HandyControl
This commit is contained in:
commit
04b01db546
@ -603,7 +603,7 @@ internal static class Utility
|
|||||||
urlDecoder.AddChar(c);
|
urlDecoder.AddChar(c);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
IL_12D:;
|
IL_12D:;
|
||||||
}
|
}
|
||||||
return urlDecoder.GetString();
|
return urlDecoder.GetString();
|
||||||
}
|
}
|
||||||
|
@ -201,7 +201,7 @@ public class SystemParameters2 : INotifyPropertyChanged
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
windowCornerRadius = new CornerRadius(0.0);
|
windowCornerRadius = new CornerRadius(0.0);
|
||||||
IL_E6:
|
IL_E6:
|
||||||
this.WindowCornerRadius = windowCornerRadius;
|
this.WindowCornerRadius = windowCornerRadius;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -506,7 +506,7 @@ public sealed class TaskbarItemInfo : Freezable
|
|||||||
default:
|
default:
|
||||||
goto IL_A5;
|
goto IL_A5;
|
||||||
}
|
}
|
||||||
IL_146:
|
IL_146:
|
||||||
array[(int) ((UIntPtr) num)] = thumbbutton;
|
array[(int) ((UIntPtr) num)] = thumbbutton;
|
||||||
num += 1u;
|
num += 1u;
|
||||||
if (num != 7u)
|
if (num != 7u)
|
||||||
@ -514,7 +514,7 @@ public sealed class TaskbarItemInfo : Freezable
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
IL_A5:
|
IL_A5:
|
||||||
thumbbutton.szTip = (thumbButtonInfo.Description ?? "");
|
thumbbutton.szTip = (thumbButtonInfo.Description ?? "");
|
||||||
thumbbutton.hIcon = this._GetHICONFromImageSource(thumbButtonInfo.ImageSource, this._overlaySize);
|
thumbbutton.hIcon = this._GetHICONFromImageSource(thumbButtonInfo.ImageSource, this._overlaySize);
|
||||||
if (!thumbButtonInfo.IsBackgroundVisible)
|
if (!thumbButtonInfo.IsBackgroundVisible)
|
||||||
@ -542,7 +542,7 @@ public sealed class TaskbarItemInfo : Freezable
|
|||||||
}
|
}
|
||||||
goto IL_1AE;
|
goto IL_1AE;
|
||||||
}
|
}
|
||||||
IL_179:
|
IL_179:
|
||||||
array[(int) ((UIntPtr) num)] = new THUMBBUTTON
|
array[(int) ((UIntPtr) num)] = new THUMBBUTTON
|
||||||
{
|
{
|
||||||
iId = num,
|
iId = num,
|
||||||
@ -550,7 +550,7 @@ public sealed class TaskbarItemInfo : Freezable
|
|||||||
dwMask = (THB.ICON | THB.TOOLTIP | THB.FLAGS)
|
dwMask = (THB.ICON | THB.TOOLTIP | THB.FLAGS)
|
||||||
};
|
};
|
||||||
num += 1u;
|
num += 1u;
|
||||||
IL_1AE:
|
IL_1AE:
|
||||||
if (num < 7u)
|
if (num < 7u)
|
||||||
{
|
{
|
||||||
goto IL_179;
|
goto IL_179;
|
||||||
|
Loading…
Reference in New Issue
Block a user