unrealircd- supernets unrealircd source & configuration |
git clone git://git.acid.vegas/unrealircd.git |
Log | Files | Refs | Archive | README | LICENSE |
Main.storyboard (12061B)
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> 2 <document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="7706" systemVersion="14E46" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES"> 3 <dependencies> 4 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="7706"/> 5 </dependencies> 6 <scenes> 7 <!--Application--> 8 <scene sceneID="JPo-4y-FX3"> 9 <objects> 10 <application id="hnw-xV-0zn" sceneMemberID="viewController"> 11 <menu key="mainMenu" title="Main Menu" systemMenu="main" id="AYu-sK-qS6"> 12 <items> 13 <menuItem title="Menu" id="arB-Ko-zYF"> 14 <modifierMask key="keyEquivalentModifierMask"/> 15 <menu key="submenu" title="Menu" id="nGf-dN-dCb"> 16 <items> 17 <menuItem title="Preferences..." id="hg4-Jt-NlG"> 18 <modifierMask key="keyEquivalentModifierMask"/> 19 <connections> 20 <action selector="configureDaemon:" target="Voe-Tx-rLC" id="lTe-kQ-PcS"/> 21 </connections> 22 </menuItem> 23 <menuItem isSeparatorItem="YES" id="U1o-b6-ve3"/> 24 <menuItem title="Start UnrealIRCd" id="sdz-uA-JlO"> 25 <modifierMask key="keyEquivalentModifierMask"/> 26 <connections> 27 <action selector="startDaemon:" target="Voe-Tx-rLC" id="pAe-Ca-hpE"/> 28 </connections> 29 </menuItem> 30 <menuItem title="Stop UnrealIRCd" enabled="NO" id="mWB-m4-eGp"> 31 <modifierMask key="keyEquivalentModifierMask"/> 32 <connections> 33 <action selector="stopDaemon:" target="Voe-Tx-rLC" id="nCK-J9-mwB"/> 34 </connections> 35 </menuItem> 36 <menuItem isSeparatorItem="YES" id="eTD-rh-FcN"/> 37 <menuItem title="Help" id="Z7I-ow-aOT"> 38 <modifierMask key="keyEquivalentModifierMask"/> 39 <connections> 40 <action selector="help:" target="Voe-Tx-rLC" id="3u2-Sx-rc5"/> 41 </connections> 42 </menuItem> 43 <menuItem isSeparatorItem="YES" id="8za-1l-uTx"/> 44 <menuItem title="Quit" id="33Y-FY-tQn"> 45 <modifierMask key="keyEquivalentModifierMask"/> 46 <connections> 47 <action selector="quit:" target="Voe-Tx-rLC" id="ejg-Xk-bjF"/> 48 </connections> 49 </menuItem> 50 </items> 51 </menu> 52 </menuItem> 53 </items> 54 </menu> 55 <connections> 56 <outlet property="delegate" destination="Voe-Tx-rLC" id="PrD-fu-P6m"/> 57 </connections> 58 </application> 59 <customObject id="Voe-Tx-rLC" customClass="AppDelegate" customModule="UnrealIRCd" customModuleProvider="target"> 60 <connections> 61 <outlet property="mainMenu" destination="nGf-dN-dCb" id="k5P-Yl-n8g"/> 62 </connections> 63 </customObject> 64 <customObject id="vdW-9I-abO"/> 65 <customObject id="Ady-hI-5gd" userLabel="First Responder" customClass="NSResponder" sceneMemberID="firstResponder"/> 66 </objects> 67 <point key="canvasLocation" x="16.5" y="-49"/> 68 </scene> 69 <!--Window Controller--> 70 <scene sceneID="R2V-B0-nI4"> 71 <objects> 72 <windowController storyboardIdentifier="Configuration" id="B8D-0N-5wS" customClass="WindowController" customModule="UnrealIRCd" customModuleProvider="target" sceneMemberID="viewController"> 73 <window key="window" title="UnrealIRCd Configuration" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" oneShot="NO" releasedWhenClosed="NO" showsToolbarButton="NO" visibleAtLaunch="NO" animationBehavior="default" id="IQv-IB-iLA"> 74 <windowStyleMask key="styleMask" titled="YES" closable="YES"/> 75 <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/> 76 <rect key="contentRect" x="255" y="558" width="480" height="270"/> 77 <rect key="screenRect" x="0.0" y="0.0" width="1680" height="1027"/> 78 </window> 79 <connections> 80 <segue destination="XfG-lQ-9wD" kind="relationship" relationship="window.shadowedContentViewController" id="cq2-FE-JQM"/> 81 </connections> 82 </windowController> 83 <customObject id="Oky-zY-oP4" userLabel="First Responder" customClass="NSResponder" sceneMemberID="firstResponder"/> 84 </objects> 85 <point key="canvasLocation" x="75" y="250"/> 86 </scene> 87 <!--View Controller--> 88 <scene sceneID="hIz-AP-VOD"> 89 <objects> 90 <viewController id="XfG-lQ-9wD" customClass="ViewController" customModule="UnrealIRCd" customModuleProvider="target" sceneMemberID="viewController"> 91 <view key="view" id="m2S-Jp-Qdl"> 92 <rect key="frame" x="0.0" y="0.0" width="480" height="185"/> 93 <autoresizingMask key="autoresizingMask"/> 94 <subviews> 95 <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="4S5-7w-SIn"> 96 <rect key="frame" x="14" y="137" width="70" height="32"/> 97 <buttonCell key="cell" type="push" title="Start" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="mtI-HB-jrt"> 98 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> 99 <font key="font" metaFont="system"/> 100 </buttonCell> 101 <connections> 102 <action selector="startStopServer:" target="XfG-lQ-9wD" id="EhM-sP-aEa"/> 103 </connections> 104 </button> 105 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="6bw-Ac-zJw"> 106 <rect key="frame" x="132" y="146" width="159" height="17"/> 107 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Start or stop the daemon" id="xxm-nR-TUU"> 108 <font key="font" metaFont="system"/> 109 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/> 110 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 111 </textFieldCell> 112 </textField> 113 <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="fCr-eU-LoJ"> 114 <rect key="frame" x="14" y="13" width="100" height="32"/> 115 <buttonCell key="cell" type="push" title="Configure" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="3Xv-nX-n4C"> 116 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> 117 <font key="font" metaFont="system"/> 118 </buttonCell> 119 </button> 120 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="1xI-FT-vHx"> 121 <rect key="frame" x="132" y="24" width="279" height="17"/> 122 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Open daemon configuration file in text editor" id="ae5-uk-kWn"> 123 <font key="font" metaFont="system"/> 124 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/> 125 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 126 </textFieldCell> 127 </textField> 128 <button fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="uW3-i9-Wt6"> 129 <rect key="frame" x="132" y="115" width="315" height="18"/> 130 <buttonCell key="cell" type="check" title="Automatically start server on application launch" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="HqA-5J-6fd"> 131 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 132 <font key="font" metaFont="system"/> 133 </buttonCell> 134 </button> 135 <button fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="fya-YD-1uu"> 136 <rect key="frame" x="132" y="88" width="274" height="18"/> 137 <buttonCell key="cell" type="check" title="Automatically start UnrealIRCd Agent on login" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="VUc-0Q-Rwf"> 138 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 139 <font key="font" metaFont="system"/> 140 </buttonCell> 141 </button> 142 </subviews> 143 </view> 144 <connections> 145 <outlet property="autoStartAgentCheckbox" destination="fya-YD-1uu" id="Kx6-Ab-fEZ"/> 146 <outlet property="autoStartDaemonCheckbox" destination="uW3-i9-Wt6" id="ZTJ-tW-iPq"/> 147 <outlet property="startStopButton" destination="4S5-7w-SIn" id="jBU-RO-YdF"/> 148 </connections> 149 </viewController> 150 <customObject id="rPt-NT-nkU" userLabel="First Responder" customClass="NSResponder" sceneMemberID="firstResponder"/> 151 </objects> 152 <point key="canvasLocation" x="75" y="612.5"/> 153 </scene> 154 </scenes> 155 </document>