mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-02-21 19:31:05 +00:00
note
This commit is contained in:
parent
18127a6ee6
commit
2cce129f70
2 changed files with 5 additions and 4 deletions
|
@ -3,21 +3,21 @@ shortcuts
|
||||||
{
|
{
|
||||||
scrolleast = 39;
|
scrolleast = 39;
|
||||||
scrollsouth = 40;
|
scrollsouth = 40;
|
||||||
|
zoomout = 65531;
|
||||||
scrollnorth = 38;
|
scrollnorth = 38;
|
||||||
openmap = 131151;
|
|
||||||
scrollwest = 37;
|
scrollwest = 37;
|
||||||
newmap = 131150;
|
newmap = 131150;
|
||||||
zoomin = 65530;
|
zoomin = 65530;
|
||||||
zoomout = 65531;
|
openmap = 131151;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
mainwindow
|
mainwindow
|
||||||
{
|
{
|
||||||
positionx = 124;
|
positionx = 124;
|
||||||
|
sizewidth = 739;
|
||||||
|
windowstate = 2;
|
||||||
sizeheight = 572;
|
sizeheight = 572;
|
||||||
positiony = 35;
|
positiony = 35;
|
||||||
windowstate = 2;
|
|
||||||
sizewidth = 739;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -28,6 +28,7 @@ using System.Windows.Forms;
|
||||||
// This Form is a workaround for the slow drawing of the .NET Forms.
|
// This Form is a workaround for the slow drawing of the .NET Forms.
|
||||||
// By showing the Form at 0% Opacity it allows the .NET framework to complete
|
// By showing the Form at 0% Opacity it allows the .NET framework to complete
|
||||||
// drawing the Form first, then we set it to 100% Opacity to actually show it.
|
// drawing the Form first, then we set it to 100% Opacity to actually show it.
|
||||||
|
// To use this class properly, set the initial Opacity of your Form to 0.
|
||||||
|
|
||||||
namespace CodeImp.DoomBuilder.Interface
|
namespace CodeImp.DoomBuilder.Interface
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue