2019-08-29 00:22:33 -05:00
|
|
|
//--- OBJECT WRITE BEGIN ---
|
2021-05-04 21:18:15 -04:00
|
|
|
$guiContent = new GuiFadeinBitmapCtrl(StartupGui) {
|
2019-08-29 00:22:33 -05:00
|
|
|
canSaveDynamicFields = "0";
|
|
|
|
|
Enabled = "1";
|
|
|
|
|
isContainer = "1";
|
|
|
|
|
Profile = "GuiInputCtrlProfile";
|
|
|
|
|
HorizSizing = "right";
|
|
|
|
|
VertSizing = "bottom";
|
|
|
|
|
position = "0 0";
|
|
|
|
|
Extent = "800 600";
|
|
|
|
|
MinExtent = "8 8";
|
|
|
|
|
canSave = "1";
|
|
|
|
|
Visible = "1";
|
|
|
|
|
tooltipprofile = "GuiToolTipProfile";
|
|
|
|
|
hovertime = "1000";
|
2021-08-02 04:20:27 -05:00
|
|
|
bitmapAsset = "";
|
2019-08-29 00:22:33 -05:00
|
|
|
wrap = "0";
|
|
|
|
|
fadeinTime = "1000";
|
|
|
|
|
waitTime = "4000";
|
|
|
|
|
fadeoutTime = "1000";
|
|
|
|
|
done = "1";
|
|
|
|
|
|
|
|
|
|
new GuiBitmapButtonCtrl() {
|
|
|
|
|
canSaveDynamicFields = "1";
|
|
|
|
|
internalName = "StartupLogo";
|
|
|
|
|
Enabled = "1";
|
|
|
|
|
isContainer = "0";
|
|
|
|
|
Profile = "GuiDefaultProfile";
|
|
|
|
|
HorizSizing = "center";
|
|
|
|
|
VertSizing = "center";
|
|
|
|
|
position = "399 302";
|
|
|
|
|
Extent = "253 253";
|
|
|
|
|
MinExtent = "8 2";
|
|
|
|
|
canSave = "1";
|
|
|
|
|
Visible = "1";
|
|
|
|
|
tooltipprofile = "GuiToolTipProfile";
|
|
|
|
|
hovertime = "1000";
|
2022-02-22 20:12:39 -06:00
|
|
|
bitmapAsset = "";
|
2019-08-29 00:22:33 -05:00
|
|
|
wrap = "0";
|
|
|
|
|
command = "StartupGui.click();";
|
|
|
|
|
};
|
|
|
|
|
new GuiBitmapButtonCtrl() {
|
|
|
|
|
canSaveDynamicFields = "1";
|
|
|
|
|
internalName = "StartupLogoSecondary";
|
|
|
|
|
Enabled = "1";
|
|
|
|
|
isContainer = "0";
|
|
|
|
|
Profile = "GuiDefaultProfile";
|
|
|
|
|
HorizSizing = "left";
|
|
|
|
|
VertSizing = "top";
|
|
|
|
|
position = "275 440";
|
|
|
|
|
Extent = "530 171";
|
|
|
|
|
MinExtent = "8 2";
|
|
|
|
|
canSave = "1";
|
|
|
|
|
Visible = "1";
|
|
|
|
|
tooltipprofile = "GuiToolTipProfile";
|
|
|
|
|
hovertime = "1000";
|
2022-02-22 20:12:39 -06:00
|
|
|
bitmapAsset = "";
|
2019-08-29 00:22:33 -05:00
|
|
|
wrap = "0";
|
|
|
|
|
command = "StartupGui.click();";
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
//--- OBJECT WRITE END ---
|
|
|
|
|
//--- OBJECT WRITE BEGIN ---
|
|
|
|
|
new GuiFadeinBitmapCtrl(BlankGui) {
|
|
|
|
|
profile = "GuiInputCtrlProfile";
|
|
|
|
|
horizSizing = "right";
|
|
|
|
|
vertSizing = "bottom";
|
|
|
|
|
position = "0 0";
|
|
|
|
|
extent = "800 600";
|
|
|
|
|
minExtent = "8 8";
|
|
|
|
|
visible = "1";
|
|
|
|
|
helpTag = "0";
|
2021-08-02 04:20:27 -05:00
|
|
|
bitmapAsset = "";
|
2019-08-29 00:22:33 -05:00
|
|
|
wrap = "0";
|
|
|
|
|
fadeinTime = "100";
|
|
|
|
|
waitTime = "2000";
|
|
|
|
|
fadeoutTime = "100";
|
|
|
|
|
};
|
|
|
|
|
//--- OBJECT WRITE END ---
|