mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 05:07:48 +00:00
61 lines
4.1 KiB
XML
61 lines
4.1 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="6254" systemVersion="14C109" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
|
|
<dependencies>
|
|
<deployment identifier="macosx"/>
|
|
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="6254"/>
|
|
</dependencies>
|
|
<objects>
|
|
<customObject id="-2" userLabel="File's Owner" customClass="InstallSuccessController">
|
|
<connections>
|
|
<outlet property="customImageButton" destination="DPI-x4-y77" id="11P-1x-fcf"/>
|
|
<outlet property="logoImage" destination="Qpa-Cs-SKd" id="bbQ-z5-IPw"/>
|
|
<outlet property="window" destination="F0z-JX-Cv5" id="gIp-Ho-8D9"/>
|
|
</connections>
|
|
</customObject>
|
|
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
|
|
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
|
|
<window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" oneShot="NO" showsToolbarButton="NO" visibleAtLaunch="NO" animationBehavior="default" id="F0z-JX-Cv5" customClass="NSPanel">
|
|
<windowStyleMask key="styleMask" utility="YES"/>
|
|
<rect key="contentRect" x="196" y="240" width="500" height="320"/>
|
|
<rect key="screenRect" x="0.0" y="0.0" width="1440" height="877"/>
|
|
<value key="minSize" type="size" width="500" height="320"/>
|
|
<value key="maxSize" type="size" width="500" height="320"/>
|
|
<view key="contentView" id="se5-gp-TjO">
|
|
<rect key="frame" x="0.0" y="0.0" width="500" height="320"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
<subviews>
|
|
<imageView id="Qpa-Cs-SKd" userLabel="Logo View">
|
|
<rect key="frame" x="205" y="160" width="90" height="90"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" animates="YES" imageScaling="proportionallyDown" image="logo_meatball" id="1my-aj-Xci"/>
|
|
</imageView>
|
|
<button focusRingType="none" id="DPI-x4-y77" userLabel="Ok Button" customClass="CustomImageButton">
|
|
<rect key="frame" x="185" y="11" width="130" height="44"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<buttonCell key="cell" type="bevel" bezelStyle="regularSquare" image="btn_ok" imagePosition="only" alignment="center" state="on" focusRingType="none" imageScaling="proportionallyDown" inset="2" id="dYy-Vo-KJZ">
|
|
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
|
<font key="font" metaFont="system"/>
|
|
</buttonCell>
|
|
<connections>
|
|
<action selector="onButtonClicked:" target="-2" id="dTs-l2-uq5"/>
|
|
</connections>
|
|
</button>
|
|
<imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" id="vNg-Vl-aiJ">
|
|
<rect key="frame" x="25" y="72" width="450" height="48"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="txt_success-player" id="kXq-Nx-s9p"/>
|
|
</imageView>
|
|
</subviews>
|
|
</view>
|
|
<connections>
|
|
<outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
|
|
</connections>
|
|
</window>
|
|
</objects>
|
|
<resources>
|
|
<image name="btn_ok" width="130" height="44"/>
|
|
<image name="logo_meatball" width="90" height="90"/>
|
|
<image name="txt_success-player" width="450" height="48"/>
|
|
</resources>
|
|
</document>
|