forked from mirror/smcFanControl
Merge pull request #83 from CasperPas/master
add Auto/Forced mode control for MacbookPro15.1 (2018)
This commit is contained in:
@ -26,3 +26,4 @@
|
|||||||
#define PREF_FAN_SELSPEED @"selspeed"
|
#define PREF_FAN_SELSPEED @"selspeed"
|
||||||
#define PREF_FAN_SYNC @"sync"
|
#define PREF_FAN_SYNC @"sync"
|
||||||
#define PREF_FAN_SHOWMENU @"menu"
|
#define PREF_FAN_SHOWMENU @"menu"
|
||||||
|
#define PREF_FAN_AUTO @"auto"
|
||||||
|
|||||||
@ -542,7 +542,8 @@ NSUserDefaults *defaults;
|
|||||||
|
|
||||||
if ([[MachineDefaults computerModel] rangeOfString:@"MacBookPro15"].location != NSNotFound) {
|
if ([[MachineDefaults computerModel] rangeOfString:@"MacBookPro15"].location != NSNotFound) {
|
||||||
for (i=0;i<[[FavoritesController arrangedObjects][cIndex][PREF_FAN_ARRAY] count];i++) {
|
for (i=0;i<[[FavoritesController arrangedObjects][cIndex][PREF_FAN_ARRAY] count];i++) {
|
||||||
[smcWrapper setKey_external:[NSString stringWithFormat:@"F%dMd",i] value:@"01"];
|
bool is_auto = [[FanController arrangedObjects][i][PREF_FAN_AUTO] boolValue];
|
||||||
|
[smcWrapper setKey_external:[NSString stringWithFormat:@"F%dMd",i] value:is_auto ? @"00" : @"01"];
|
||||||
float f_val = [[FanController arrangedObjects][i][PREF_FAN_SELSPEED] floatValue];
|
float f_val = [[FanController arrangedObjects][i][PREF_FAN_SELSPEED] floatValue];
|
||||||
uint8 *vals = (uint8*)&f_val;
|
uint8 *vals = (uint8*)&f_val;
|
||||||
//NSString str_val = ;
|
//NSString str_val = ;
|
||||||
|
|||||||
99
Ressources/Dutch.lproj/MainMenu.nib/designable.nib
generated
99
Ressources/Dutch.lproj/MainMenu.nib/designable.nib
generated
@ -1,33 +1,33 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="14313.3.2" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
|
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="14460.31" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<deployment version="1060" identifier="macosx"/>
|
<deployment version="1060" identifier="macosx"/>
|
||||||
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="14313.3.2"/>
|
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="14460.31"/>
|
||||||
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<objects>
|
<objects>
|
||||||
<customObject id="-2" userLabel="File's Owner" customClass="NSApplication"/>
|
<customObject id="-2" userLabel="File's Owner" customClass="NSApplication"/>
|
||||||
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
|
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
|
||||||
<customObject id="-3" userLabel="Application"/>
|
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
|
||||||
<window title="smcFanControl" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" frameAutosaveName="MainWindow" animationBehavior="default" id="21" userLabel="Window" customClass="StatusItemWindow">
|
<window title="smcFanControl" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" frameAutosaveName="MainWindow" animationBehavior="default" id="21" userLabel="Window" customClass="StatusItemWindow">
|
||||||
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES"/>
|
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES"/>
|
||||||
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
|
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
|
||||||
<rect key="contentRect" x="519" y="155" width="337" height="436"/>
|
<rect key="contentRect" x="519" y="155" width="374" height="436"/>
|
||||||
<rect key="screenRect" x="0.0" y="0.0" width="1680" height="1027"/>
|
<rect key="screenRect" x="0.0" y="0.0" width="1680" height="1027"/>
|
||||||
<value key="minSize" type="size" width="213" height="107"/>
|
<value key="minSize" type="size" width="213" height="107"/>
|
||||||
<view key="contentView" id="2">
|
<view key="contentView" id="2">
|
||||||
<rect key="frame" x="0.0" y="0.0" width="337" height="436"/>
|
<rect key="frame" x="0.0" y="0.0" width="374" height="436"/>
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
<autoresizingMask key="autoresizingMask"/>
|
||||||
<subviews>
|
<subviews>
|
||||||
<scrollView autohidesScrollers="YES" horizontalLineScroll="16" horizontalPageScroll="0.0" verticalLineScroll="16" verticalPageScroll="0.0" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" id="439">
|
<scrollView autohidesScrollers="YES" horizontalLineScroll="16" horizontalPageScroll="0.0" verticalLineScroll="16" verticalPageScroll="0.0" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" id="439">
|
||||||
<rect key="frame" x="20" y="292" width="297" height="99"/>
|
<rect key="frame" x="20" y="292" width="334" height="99"/>
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
<autoresizingMask key="autoresizingMask"/>
|
||||||
<clipView key="contentView" id="fPm-Su-wyu">
|
<clipView key="contentView" id="fPm-Su-wyu">
|
||||||
<rect key="frame" x="1" y="0.0" width="295" height="98"/>
|
<rect key="frame" x="1" y="0.0" width="332" height="98"/>
|
||||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||||
<subviews>
|
<subviews>
|
||||||
<tableView focusRingType="none" verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="none" columnReordering="NO" columnResizing="NO" multipleSelection="NO" autosaveColumns="NO" rowHeight="14" headerView="875" id="440">
|
<tableView focusRingType="none" verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="none" columnReordering="NO" columnResizing="NO" multipleSelection="NO" autosaveColumns="NO" rowHeight="14" headerView="875" id="440">
|
||||||
<rect key="frame" x="0.0" y="0.0" width="295" height="73"/>
|
<rect key="frame" x="0.0" y="0.0" width="332" height="73"/>
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
<autoresizingMask key="autoresizingMask"/>
|
||||||
<size key="intercellSpacing" width="3" height="2"/>
|
<size key="intercellSpacing" width="3" height="2"/>
|
||||||
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
|
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
|
||||||
@ -109,6 +109,21 @@
|
|||||||
</binding>
|
</binding>
|
||||||
</connections>
|
</connections>
|
||||||
</tableColumn>
|
</tableColumn>
|
||||||
|
<tableColumn identifier="automode" width="45" minWidth="45" maxWidth="1000" id="NOW-nM-e02">
|
||||||
|
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Auto">
|
||||||
|
<font key="font" metaFont="smallSystem"/>
|
||||||
|
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
|
||||||
|
<color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
|
||||||
|
</tableHeaderCell>
|
||||||
|
<buttonCell key="dataCell" type="check" bezelStyle="regularSquare" imagePosition="left" inset="2" id="Ckd-qt-iMJ">
|
||||||
|
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
|
||||||
|
<font key="font" metaFont="system"/>
|
||||||
|
</buttonCell>
|
||||||
|
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
|
||||||
|
<connections>
|
||||||
|
<binding destination="492" name="value" keyPath="arrangedObjects.auto" id="sKj-Yb-444"/>
|
||||||
|
</connections>
|
||||||
|
</tableColumn>
|
||||||
</tableColumns>
|
</tableColumns>
|
||||||
<connections>
|
<connections>
|
||||||
<outlet property="delegate" destination="212" id="702"/>
|
<outlet property="delegate" destination="212" id="702"/>
|
||||||
@ -125,7 +140,7 @@
|
|||||||
<autoresizingMask key="autoresizingMask"/>
|
<autoresizingMask key="autoresizingMask"/>
|
||||||
</scroller>
|
</scroller>
|
||||||
<tableHeaderView key="headerView" id="875">
|
<tableHeaderView key="headerView" id="875">
|
||||||
<rect key="frame" x="0.0" y="0.0" width="295" height="25"/>
|
<rect key="frame" x="0.0" y="0.0" width="332" height="25"/>
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
<autoresizingMask key="autoresizingMask"/>
|
||||||
</tableHeaderView>
|
</tableHeaderView>
|
||||||
</scrollView>
|
</scrollView>
|
||||||
@ -181,10 +196,10 @@
|
|||||||
</connections>
|
</connections>
|
||||||
</button>
|
</button>
|
||||||
<box title="Opties" id="479">
|
<box title="Opties" id="479">
|
||||||
<rect key="frame" x="17" y="41" width="303" height="243"/>
|
<rect key="frame" x="17" y="41" width="340" height="243"/>
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
<autoresizingMask key="autoresizingMask"/>
|
||||||
<view key="contentView" id="lD7-kf-ZR3">
|
<view key="contentView" id="lD7-kf-ZR3">
|
||||||
<rect key="frame" x="3" y="3" width="297" height="225"/>
|
<rect key="frame" x="3" y="3" width="334" height="225"/>
|
||||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||||
<subviews>
|
<subviews>
|
||||||
<button id="455">
|
<button id="455">
|
||||||
@ -199,7 +214,7 @@
|
|||||||
</connections>
|
</connections>
|
||||||
</button>
|
</button>
|
||||||
<popUpButton verticalHuggingPriority="750" id="456">
|
<popUpButton verticalHuggingPriority="750" id="456">
|
||||||
<rect key="frame" x="107" y="57" width="168" height="22"/>
|
<rect key="frame" x="107" y="57" width="210" height="22"/>
|
||||||
<autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
|
<autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
|
||||||
<popUpButtonCell key="cell" type="push" title="Item1" bezelStyle="rounded" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="460" id="840">
|
<popUpButtonCell key="cell" type="push" title="Item1" bezelStyle="rounded" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="460" id="840">
|
||||||
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
||||||
@ -219,7 +234,7 @@
|
|||||||
</connections>
|
</connections>
|
||||||
</popUpButton>
|
</popUpButton>
|
||||||
<popUpButton verticalHuggingPriority="750" id="461">
|
<popUpButton verticalHuggingPriority="750" id="461">
|
||||||
<rect key="frame" x="107" y="32" width="168" height="22"/>
|
<rect key="frame" x="107" y="32" width="210" height="22"/>
|
||||||
<autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
|
<autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
|
||||||
<popUpButtonCell key="cell" type="push" title="Item1" bezelStyle="rounded" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="465" id="841">
|
<popUpButtonCell key="cell" type="push" title="Item1" bezelStyle="rounded" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="465" id="841">
|
||||||
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
||||||
@ -239,7 +254,7 @@
|
|||||||
</connections>
|
</connections>
|
||||||
</popUpButton>
|
</popUpButton>
|
||||||
<popUpButton verticalHuggingPriority="750" id="466">
|
<popUpButton verticalHuggingPriority="750" id="466">
|
||||||
<rect key="frame" x="107" y="7" width="168" height="22"/>
|
<rect key="frame" x="107" y="7" width="210" height="22"/>
|
||||||
<autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
|
<autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
|
||||||
<popUpButtonCell key="cell" type="push" title="Item1" bezelStyle="rounded" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="470" id="842">
|
<popUpButtonCell key="cell" type="push" title="Item1" bezelStyle="rounded" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="470" id="842">
|
||||||
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
||||||
@ -344,7 +359,7 @@
|
|||||||
</textFieldCell>
|
</textFieldCell>
|
||||||
</textField>
|
</textField>
|
||||||
<popUpButton verticalHuggingPriority="750" id="609">
|
<popUpButton verticalHuggingPriority="750" id="609">
|
||||||
<rect key="frame" x="74" y="187" width="154" height="22"/>
|
<rect key="frame" x="74" y="187" width="196" height="22"/>
|
||||||
<autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
|
<autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
|
||||||
<popUpButtonCell key="cell" type="push" title="Temperatuur" bezelStyle="rounded" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" tag="1" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="611" id="849">
|
<popUpButtonCell key="cell" type="push" title="Temperatuur" bezelStyle="rounded" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" tag="1" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="611" id="849">
|
||||||
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
||||||
@ -376,7 +391,7 @@
|
|||||||
</connections>
|
</connections>
|
||||||
</button>
|
</button>
|
||||||
<colorWell id="716">
|
<colorWell id="716">
|
||||||
<rect key="frame" x="233" y="192" width="39" height="17"/>
|
<rect key="frame" x="275" y="190" width="39" height="17"/>
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
<autoresizingMask key="autoresizingMask"/>
|
||||||
<color key="color" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
|
<color key="color" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
|
||||||
<connections>
|
<connections>
|
||||||
@ -390,30 +405,6 @@
|
|||||||
</subviews>
|
</subviews>
|
||||||
</view>
|
</view>
|
||||||
</box>
|
</box>
|
||||||
<button verticalHuggingPriority="750" id="482">
|
|
||||||
<rect key="frame" x="242" y="13" width="80" height="28"/>
|
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
|
||||||
<buttonCell key="cell" type="push" title="Bewaar" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="851">
|
|
||||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
|
||||||
<font key="font" metaFont="smallSystem"/>
|
|
||||||
</buttonCell>
|
|
||||||
<connections>
|
|
||||||
<action selector="savePreferences:" target="212" id="550"/>
|
|
||||||
</connections>
|
|
||||||
</button>
|
|
||||||
<button verticalHuggingPriority="750" id="483">
|
|
||||||
<rect key="frame" x="159" y="13" width="85" height="28"/>
|
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
|
||||||
<buttonCell key="cell" type="push" title="Annuleer" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="852">
|
|
||||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
|
||||||
<font key="font" metaFont="smallSystem"/>
|
|
||||||
<string key="keyEquivalent">w</string>
|
|
||||||
<modifierMask key="keyEquivalentModifierMask" command="YES"/>
|
|
||||||
</buttonCell>
|
|
||||||
<connections>
|
|
||||||
<action selector="closePreferences:" target="212" id="485"/>
|
|
||||||
</connections>
|
|
||||||
</button>
|
|
||||||
<button hidden="YES" id="695">
|
<button hidden="YES" id="695">
|
||||||
<rect key="frame" x="97" y="289" width="150" height="22"/>
|
<rect key="frame" x="97" y="289" width="150" height="22"/>
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
<autoresizingMask key="autoresizingMask"/>
|
||||||
@ -426,6 +417,30 @@
|
|||||||
<binding destination="486" name="value" keyPath="selection.sync" id="715"/>
|
<binding destination="486" name="value" keyPath="selection.sync" id="715"/>
|
||||||
</connections>
|
</connections>
|
||||||
</button>
|
</button>
|
||||||
|
<button verticalHuggingPriority="750" id="482">
|
||||||
|
<rect key="frame" x="279" y="12" width="80" height="28"/>
|
||||||
|
<autoresizingMask key="autoresizingMask"/>
|
||||||
|
<buttonCell key="cell" type="push" title="Bewaar" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="851">
|
||||||
|
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||||
|
<font key="font" metaFont="smallSystem"/>
|
||||||
|
</buttonCell>
|
||||||
|
<connections>
|
||||||
|
<action selector="savePreferences:" target="212" id="550"/>
|
||||||
|
</connections>
|
||||||
|
</button>
|
||||||
|
<button verticalHuggingPriority="750" id="483">
|
||||||
|
<rect key="frame" x="196" y="12" width="85" height="28"/>
|
||||||
|
<autoresizingMask key="autoresizingMask"/>
|
||||||
|
<buttonCell key="cell" type="push" title="Annuleer" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="852">
|
||||||
|
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||||
|
<font key="font" metaFont="smallSystem"/>
|
||||||
|
<string key="keyEquivalent">w</string>
|
||||||
|
<modifierMask key="keyEquivalentModifierMask" command="YES"/>
|
||||||
|
</buttonCell>
|
||||||
|
<connections>
|
||||||
|
<action selector="closePreferences:" target="212" id="485"/>
|
||||||
|
</connections>
|
||||||
|
</button>
|
||||||
</subviews>
|
</subviews>
|
||||||
</view>
|
</view>
|
||||||
</window>
|
</window>
|
||||||
@ -483,7 +498,7 @@
|
|||||||
<color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
|
<color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
|
||||||
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
||||||
<size key="minSize" width="573" height="601"/>
|
<size key="minSize" width="573" height="601"/>
|
||||||
<size key="maxSize" width="573" height="10000000"/>
|
<size key="maxSize" width="575" height="10000000"/>
|
||||||
<attributedString key="textStorage">
|
<attributedString key="textStorage">
|
||||||
<fragment>
|
<fragment>
|
||||||
<mutableString key="content"> GNU GENERAL PUBLIC LICENSE
|
<mutableString key="content"> GNU GENERAL PUBLIC LICENSE
|
||||||
@ -1055,7 +1070,7 @@ Gw
|
|||||||
<color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
|
<color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
|
||||||
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
||||||
<size key="minSize" width="573" height="663"/>
|
<size key="minSize" width="573" height="663"/>
|
||||||
<size key="maxSize" width="573" height="10000000"/>
|
<size key="maxSize" width="575" height="10000000"/>
|
||||||
<color key="insertionPointColor" name="textColor" catalog="System" colorSpace="catalog"/>
|
<color key="insertionPointColor" name="textColor" catalog="System" colorSpace="catalog"/>
|
||||||
</textView>
|
</textView>
|
||||||
</subviews>
|
</subviews>
|
||||||
|
|||||||
BIN
Ressources/Dutch.lproj/MainMenu.nib/keyedobjects.nib
generated
BIN
Ressources/Dutch.lproj/MainMenu.nib/keyedobjects.nib
generated
Binary file not shown.
148
Ressources/English.lproj/MainMenu.nib/designable.nib
generated
148
Ressources/English.lproj/MainMenu.nib/designable.nib
generated
@ -1,33 +1,33 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="10115" systemVersion="15D21" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
|
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="14460.31" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<deployment version="1060" identifier="macosx"/>
|
<deployment version="1060" identifier="macosx"/>
|
||||||
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="10115"/>
|
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="14460.31"/>
|
||||||
<capability name="box content view" minToolsVersion="7.0"/>
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<objects>
|
<objects>
|
||||||
<customObject id="-2" userLabel="File's Owner" customClass="NSApplication"/>
|
<customObject id="-2" userLabel="File's Owner" customClass="NSApplication"/>
|
||||||
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
|
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
|
||||||
<customObject id="-3" userLabel="Application"/>
|
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
|
||||||
<window title="smcFanControl" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" frameAutosaveName="MainWindow" animationBehavior="default" id="21" userLabel="Window" customClass="StatusItemWindow">
|
<window title="smcFanControl" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" frameAutosaveName="MainWindow" animationBehavior="default" id="21" userLabel="Window" customClass="StatusItemWindow">
|
||||||
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES"/>
|
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES"/>
|
||||||
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
|
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
|
||||||
<rect key="contentRect" x="519" y="155" width="337" height="436"/>
|
<rect key="contentRect" x="519" y="155" width="374" height="436"/>
|
||||||
<rect key="screenRect" x="0.0" y="0.0" width="1680" height="1027"/>
|
<rect key="screenRect" x="0.0" y="0.0" width="1680" height="1027"/>
|
||||||
<value key="minSize" type="size" width="213" height="107"/>
|
<value key="minSize" type="size" width="213" height="107"/>
|
||||||
<view key="contentView" id="2">
|
<view key="contentView" id="2">
|
||||||
<rect key="frame" x="0.0" y="0.0" width="337" height="436"/>
|
<rect key="frame" x="0.0" y="0.0" width="374" height="436"/>
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
<autoresizingMask key="autoresizingMask"/>
|
||||||
<subviews>
|
<subviews>
|
||||||
<scrollView wantsLayer="YES" autohidesScrollers="YES" horizontalLineScroll="16" horizontalPageScroll="0.0" verticalLineScroll="16" verticalPageScroll="0.0" hasVerticalScroller="NO" usesPredominantAxisScrolling="NO" id="439">
|
<scrollView wantsLayer="YES" autohidesScrollers="YES" horizontalLineScroll="16" horizontalPageScroll="0.0" verticalLineScroll="16" verticalPageScroll="0.0" hasVerticalScroller="NO" usesPredominantAxisScrolling="NO" id="439">
|
||||||
<rect key="frame" x="20" y="292" width="297" height="99"/>
|
<rect key="frame" x="20" y="292" width="334" height="99"/>
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
<autoresizingMask key="autoresizingMask"/>
|
||||||
<clipView key="contentView" id="ANX-d3-y3X">
|
<clipView key="contentView" id="ANX-d3-y3X">
|
||||||
<rect key="frame" x="1" y="0.0" width="295" height="98"/>
|
<rect key="frame" x="1" y="0.0" width="332" height="98"/>
|
||||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||||
<subviews>
|
<subviews>
|
||||||
<tableView focusRingType="none" verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="none" columnReordering="NO" columnResizing="NO" multipleSelection="NO" autosaveColumns="NO" rowHeight="14" headerView="882" id="440">
|
<tableView focusRingType="none" verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="none" columnReordering="NO" columnResizing="NO" multipleSelection="NO" autosaveColumns="NO" rowHeight="14" headerView="882" id="440">
|
||||||
<rect key="frame" x="0.0" y="0.0" width="295" height="75"/>
|
<rect key="frame" x="0.0" y="0.0" width="332" height="75"/>
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
<autoresizingMask key="autoresizingMask"/>
|
||||||
<size key="intercellSpacing" width="3" height="2"/>
|
<size key="intercellSpacing" width="3" height="2"/>
|
||||||
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
|
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
|
||||||
@ -109,24 +109,38 @@
|
|||||||
</binding>
|
</binding>
|
||||||
</connections>
|
</connections>
|
||||||
</tableColumn>
|
</tableColumn>
|
||||||
|
<tableColumn identifier="automode" width="45" minWidth="45" maxWidth="1000" id="k7u-zt-Zu0">
|
||||||
|
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Auto">
|
||||||
|
<font key="font" metaFont="smallSystem"/>
|
||||||
|
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
|
||||||
|
<color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
|
||||||
|
</tableHeaderCell>
|
||||||
|
<buttonCell key="dataCell" type="check" bezelStyle="regularSquare" imagePosition="left" inset="2" id="pTb-gv-bpD">
|
||||||
|
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
|
||||||
|
<font key="font" metaFont="system"/>
|
||||||
|
</buttonCell>
|
||||||
|
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
|
||||||
|
<connections>
|
||||||
|
<binding destination="492" name="value" keyPath="arrangedObjects.auto" id="iMd-of-nPJ"/>
|
||||||
|
</connections>
|
||||||
|
</tableColumn>
|
||||||
</tableColumns>
|
</tableColumns>
|
||||||
<connections>
|
<connections>
|
||||||
<outlet property="delegate" destination="212" id="702"/>
|
<outlet property="delegate" destination="212" id="702"/>
|
||||||
</connections>
|
</connections>
|
||||||
</tableView>
|
</tableView>
|
||||||
</subviews>
|
</subviews>
|
||||||
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
|
|
||||||
</clipView>
|
</clipView>
|
||||||
<scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" controlSize="small" horizontal="YES" id="875">
|
<scroller key="horizontalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" controlSize="small" horizontal="YES" id="875">
|
||||||
<rect key="frame" x="1" y="84" width="295" height="14"/>
|
<rect key="frame" x="1" y="84" width="327" height="14"/>
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
<autoresizingMask key="autoresizingMask"/>
|
||||||
</scroller>
|
</scroller>
|
||||||
<scroller key="verticalScroller" hidden="YES" verticalHuggingPriority="750" doubleValue="1" controlSize="small" horizontal="NO" id="873">
|
<scroller key="verticalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" doubleValue="1" controlSize="small" horizontal="NO" id="873">
|
||||||
<rect key="frame" x="-100" y="-100" width="11" height="81"/>
|
<rect key="frame" x="-100" y="-100" width="11" height="81"/>
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
<autoresizingMask key="autoresizingMask"/>
|
||||||
</scroller>
|
</scroller>
|
||||||
<tableHeaderView key="headerView" id="882">
|
<tableHeaderView key="headerView" id="882">
|
||||||
<rect key="frame" x="0.0" y="0.0" width="295" height="23"/>
|
<rect key="frame" x="0.0" y="0.0" width="332" height="23"/>
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
<autoresizingMask key="autoresizingMask"/>
|
||||||
</tableHeaderView>
|
</tableHeaderView>
|
||||||
</scrollView>
|
</scrollView>
|
||||||
@ -182,10 +196,10 @@
|
|||||||
</connections>
|
</connections>
|
||||||
</button>
|
</button>
|
||||||
<box title="Options" id="479">
|
<box title="Options" id="479">
|
||||||
<rect key="frame" x="17" y="41" width="303" height="243"/>
|
<rect key="frame" x="17" y="41" width="340" height="243"/>
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
<autoresizingMask key="autoresizingMask"/>
|
||||||
<view key="contentView" id="ILw-66-YcF">
|
<view key="contentView" id="ILw-66-YcF">
|
||||||
<rect key="frame" x="2" y="2" width="299" height="226"/>
|
<rect key="frame" x="3" y="3" width="334" height="225"/>
|
||||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||||
<subviews>
|
<subviews>
|
||||||
<button id="455">
|
<button id="455">
|
||||||
@ -200,7 +214,7 @@
|
|||||||
</connections>
|
</connections>
|
||||||
</button>
|
</button>
|
||||||
<popUpButton verticalHuggingPriority="750" id="456">
|
<popUpButton verticalHuggingPriority="750" id="456">
|
||||||
<rect key="frame" x="107" y="58" width="168" height="22"/>
|
<rect key="frame" x="107" y="57" width="210" height="22"/>
|
||||||
<autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
|
<autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
|
||||||
<popUpButtonCell key="cell" type="push" title="Item1" bezelStyle="rounded" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="460" id="840">
|
<popUpButtonCell key="cell" type="push" title="Item1" bezelStyle="rounded" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="460" id="840">
|
||||||
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
||||||
@ -220,7 +234,7 @@
|
|||||||
</connections>
|
</connections>
|
||||||
</popUpButton>
|
</popUpButton>
|
||||||
<popUpButton verticalHuggingPriority="750" id="461">
|
<popUpButton verticalHuggingPriority="750" id="461">
|
||||||
<rect key="frame" x="107" y="33" width="168" height="22"/>
|
<rect key="frame" x="107" y="32" width="210" height="22"/>
|
||||||
<autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
|
<autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
|
||||||
<popUpButtonCell key="cell" type="push" title="Item1" bezelStyle="rounded" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="465" id="841">
|
<popUpButtonCell key="cell" type="push" title="Item1" bezelStyle="rounded" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="465" id="841">
|
||||||
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
||||||
@ -240,7 +254,7 @@
|
|||||||
</connections>
|
</connections>
|
||||||
</popUpButton>
|
</popUpButton>
|
||||||
<popUpButton verticalHuggingPriority="750" id="466">
|
<popUpButton verticalHuggingPriority="750" id="466">
|
||||||
<rect key="frame" x="107" y="8" width="168" height="22"/>
|
<rect key="frame" x="107" y="7" width="210" height="22"/>
|
||||||
<autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
|
<autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
|
||||||
<popUpButtonCell key="cell" type="push" title="Item1" bezelStyle="rounded" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="470" id="842">
|
<popUpButtonCell key="cell" type="push" title="Item1" bezelStyle="rounded" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="470" id="842">
|
||||||
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
||||||
@ -345,7 +359,7 @@
|
|||||||
</textFieldCell>
|
</textFieldCell>
|
||||||
</textField>
|
</textField>
|
||||||
<popUpButton verticalHuggingPriority="750" id="609">
|
<popUpButton verticalHuggingPriority="750" id="609">
|
||||||
<rect key="frame" x="74" y="188" width="154" height="22"/>
|
<rect key="frame" x="74" y="187" width="196" height="22"/>
|
||||||
<autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
|
<autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
|
||||||
<popUpButtonCell key="cell" type="push" title="Icon only" bezelStyle="rounded" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" tag="1" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="631" id="849">
|
<popUpButtonCell key="cell" type="push" title="Icon only" bezelStyle="rounded" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" tag="1" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="631" id="849">
|
||||||
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
||||||
@ -377,7 +391,7 @@
|
|||||||
</connections>
|
</connections>
|
||||||
</button>
|
</button>
|
||||||
<colorWell id="716">
|
<colorWell id="716">
|
||||||
<rect key="frame" x="233" y="192" width="39" height="17"/>
|
<rect key="frame" x="275" y="191" width="39" height="17"/>
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
<autoresizingMask key="autoresizingMask"/>
|
||||||
<color key="color" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
|
<color key="color" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
|
||||||
<connections>
|
<connections>
|
||||||
@ -390,33 +404,7 @@
|
|||||||
</colorWell>
|
</colorWell>
|
||||||
</subviews>
|
</subviews>
|
||||||
</view>
|
</view>
|
||||||
<color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
|
|
||||||
<color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
|
|
||||||
</box>
|
</box>
|
||||||
<button verticalHuggingPriority="750" id="482">
|
|
||||||
<rect key="frame" x="242" y="13" width="80" height="28"/>
|
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
|
||||||
<buttonCell key="cell" type="push" title="Save" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="851">
|
|
||||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
|
||||||
<font key="font" metaFont="smallSystem"/>
|
|
||||||
</buttonCell>
|
|
||||||
<connections>
|
|
||||||
<action selector="savePreferences:" target="212" id="550"/>
|
|
||||||
</connections>
|
|
||||||
</button>
|
|
||||||
<button verticalHuggingPriority="750" id="483">
|
|
||||||
<rect key="frame" x="159" y="13" width="85" height="28"/>
|
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
|
||||||
<buttonCell key="cell" type="push" title="Cancel" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="852">
|
|
||||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
|
||||||
<font key="font" metaFont="smallSystem"/>
|
|
||||||
<string key="keyEquivalent">w</string>
|
|
||||||
<modifierMask key="keyEquivalentModifierMask" command="YES"/>
|
|
||||||
</buttonCell>
|
|
||||||
<connections>
|
|
||||||
<action selector="closePreferences:" target="212" id="485"/>
|
|
||||||
</connections>
|
|
||||||
</button>
|
|
||||||
<button hidden="YES" id="695">
|
<button hidden="YES" id="695">
|
||||||
<rect key="frame" x="97" y="289" width="85" height="22"/>
|
<rect key="frame" x="97" y="289" width="85" height="22"/>
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
<autoresizingMask key="autoresizingMask"/>
|
||||||
@ -429,8 +417,33 @@
|
|||||||
<binding destination="486" name="value" keyPath="selection.sync" id="715"/>
|
<binding destination="486" name="value" keyPath="selection.sync" id="715"/>
|
||||||
</connections>
|
</connections>
|
||||||
</button>
|
</button>
|
||||||
|
<button verticalHuggingPriority="750" id="482">
|
||||||
|
<rect key="frame" x="279" y="12" width="80" height="28"/>
|
||||||
|
<autoresizingMask key="autoresizingMask"/>
|
||||||
|
<buttonCell key="cell" type="push" title="Save" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="851">
|
||||||
|
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||||
|
<font key="font" metaFont="smallSystem"/>
|
||||||
|
</buttonCell>
|
||||||
|
<connections>
|
||||||
|
<action selector="savePreferences:" target="212" id="550"/>
|
||||||
|
</connections>
|
||||||
|
</button>
|
||||||
|
<button verticalHuggingPriority="750" id="483">
|
||||||
|
<rect key="frame" x="196" y="12" width="85" height="28"/>
|
||||||
|
<autoresizingMask key="autoresizingMask"/>
|
||||||
|
<buttonCell key="cell" type="push" title="Cancel" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="852">
|
||||||
|
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||||
|
<font key="font" metaFont="smallSystem"/>
|
||||||
|
<string key="keyEquivalent">w</string>
|
||||||
|
<modifierMask key="keyEquivalentModifierMask" command="YES"/>
|
||||||
|
</buttonCell>
|
||||||
|
<connections>
|
||||||
|
<action selector="closePreferences:" target="212" id="485"/>
|
||||||
|
</connections>
|
||||||
|
</button>
|
||||||
</subviews>
|
</subviews>
|
||||||
</view>
|
</view>
|
||||||
|
<point key="canvasLocation" x="128" y="146"/>
|
||||||
</window>
|
</window>
|
||||||
<customObject id="212" userLabel="FanControl" customClass="FanControl">
|
<customObject id="212" userLabel="FanControl" customClass="FanControl">
|
||||||
<connections>
|
<connections>
|
||||||
@ -476,16 +489,17 @@
|
|||||||
<scrollView autohidesScrollers="YES" horizontalLineScroll="0.0" horizontalPageScroll="0.0" verticalLineScroll="0.0" verticalPageScroll="0.0" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" id="375">
|
<scrollView autohidesScrollers="YES" horizontalLineScroll="0.0" horizontalPageScroll="0.0" verticalLineScroll="0.0" verticalPageScroll="0.0" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" id="375">
|
||||||
<rect key="frame" x="0.0" y="0.0" width="575" height="603"/>
|
<rect key="frame" x="0.0" y="0.0" width="575" height="603"/>
|
||||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||||
<clipView key="contentView" id="ecH-fN-YuT">
|
<clipView key="contentView" drawsBackground="NO" id="ecH-fN-YuT">
|
||||||
<rect key="frame" x="1" y="1" width="573" height="601"/>
|
<rect key="frame" x="1" y="1" width="573" height="601"/>
|
||||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
<autoresizingMask key="autoresizingMask"/>
|
||||||
<subviews>
|
<subviews>
|
||||||
<textView editable="NO" importsGraphics="NO" findStyle="panel" usesRuler="YES" usesFontPanel="YES" verticallyResizable="YES" spellingCorrection="YES" smartInsertDelete="YES" id="376">
|
<textView editable="NO" importsGraphics="NO" verticallyResizable="YES" usesFontPanel="YES" findStyle="panel" usesRuler="YES" spellingCorrection="YES" smartInsertDelete="YES" id="376">
|
||||||
<rect key="frame" x="0.0" y="0.0" width="573" height="3934"/>
|
<rect key="frame" x="0.0" y="0.0" width="573" height="3934"/>
|
||||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||||
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
<color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
|
||||||
|
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
||||||
<size key="minSize" width="573" height="601"/>
|
<size key="minSize" width="573" height="601"/>
|
||||||
<size key="maxSize" width="573" height="10000000"/>
|
<size key="maxSize" width="575" height="10000000"/>
|
||||||
<attributedString key="textStorage">
|
<attributedString key="textStorage">
|
||||||
<fragment>
|
<fragment>
|
||||||
<mutableString key="content"> GNU GENERAL PUBLIC LICENSE
|
<mutableString key="content"> GNU GENERAL PUBLIC LICENSE
|
||||||
@ -770,23 +784,21 @@ POSSIBILITY OF SUCH DAMAGES.
|
|||||||
END OF TERMS AND CONDITIONS
|
END OF TERMS AND CONDITIONS
|
||||||
</mutableString>
|
</mutableString>
|
||||||
<attributes>
|
<attributes>
|
||||||
|
<color key="NSColor" name="textColor" catalog="System" colorSpace="catalog"/>
|
||||||
<font key="NSFont" size="12" name="Helvetica"/>
|
<font key="NSFont" size="12" name="Helvetica"/>
|
||||||
<paragraphStyle key="NSParagraphStyle" alignment="natural" lineBreakMode="wordWrapping" baseWritingDirection="natural" tighteningFactorForTruncation="0.0" allowsDefaultTighteningForTruncation="NO"/>
|
<paragraphStyle key="NSParagraphStyle" alignment="natural" lineBreakMode="wordWrapping" baseWritingDirection="natural" tighteningFactorForTruncation="0.0" allowsDefaultTighteningForTruncation="NO"/>
|
||||||
</attributes>
|
</attributes>
|
||||||
</fragment>
|
</fragment>
|
||||||
</attributedString>
|
</attributedString>
|
||||||
<color key="insertionPointColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
<color key="insertionPointColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||||
<size key="minSize" width="573" height="601"/>
|
|
||||||
<size key="maxSize" width="573" height="10000000"/>
|
|
||||||
</textView>
|
</textView>
|
||||||
</subviews>
|
</subviews>
|
||||||
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
||||||
</clipView>
|
</clipView>
|
||||||
<scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" doubleValue="1" horizontal="YES" id="877">
|
<scroller key="horizontalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" doubleValue="1" horizontal="YES" id="877">
|
||||||
<rect key="frame" x="-100" y="-100" width="87" height="18"/>
|
<rect key="frame" x="-100" y="-100" width="87" height="18"/>
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
<autoresizingMask key="autoresizingMask"/>
|
||||||
</scroller>
|
</scroller>
|
||||||
<scroller key="verticalScroller" verticalHuggingPriority="750" horizontal="NO" id="876">
|
<scroller key="verticalScroller" wantsLayer="YES" verticalHuggingPriority="750" horizontal="NO" id="876">
|
||||||
<rect key="frame" x="558" y="1" width="16" height="601"/>
|
<rect key="frame" x="558" y="1" width="16" height="601"/>
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
<autoresizingMask key="autoresizingMask"/>
|
||||||
</scroller>
|
</scroller>
|
||||||
@ -942,6 +954,7 @@ POSSIBILITY OF SUCH DAMAGES.
|
|||||||
</connections>
|
</connections>
|
||||||
</menuItem>
|
</menuItem>
|
||||||
</items>
|
</items>
|
||||||
|
<point key="canvasLocation" x="-241" y="85"/>
|
||||||
</menu>
|
</menu>
|
||||||
<arrayController automaticallyPreparesContent="YES" id="486" userLabel="Favorites">
|
<arrayController automaticallyPreparesContent="YES" id="486" userLabel="Favorites">
|
||||||
<declaredKeys>
|
<declaredKeys>
|
||||||
@ -961,6 +974,7 @@ POSSIBILITY OF SUCH DAMAGES.
|
|||||||
<string>selspeed</string>
|
<string>selspeed</string>
|
||||||
<string>sync</string>
|
<string>sync</string>
|
||||||
<string>menu</string>
|
<string>menu</string>
|
||||||
|
<string>auto</string>
|
||||||
</declaredKeys>
|
</declaredKeys>
|
||||||
<connections>
|
<connections>
|
||||||
<binding destination="486" name="contentArray" keyPath="selection.FanData" id="507"/>
|
<binding destination="486" name="contentArray" keyPath="selection.FanData" id="507"/>
|
||||||
@ -990,7 +1004,7 @@ POSSIBILITY OF SUCH DAMAGES.
|
|||||||
<autoresizingMask key="autoresizingMask"/>
|
<autoresizingMask key="autoresizingMask"/>
|
||||||
<textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="869">
|
<textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="869">
|
||||||
<font key="font" metaFont="smallSystem"/>
|
<font key="font" metaFont="smallSystem"/>
|
||||||
<color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
|
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||||
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
||||||
</textFieldCell>
|
</textFieldCell>
|
||||||
</textField>
|
</textField>
|
||||||
@ -1051,28 +1065,26 @@ be used.</string>
|
|||||||
<scrollView autohidesScrollers="YES" horizontalLineScroll="0.0" horizontalPageScroll="0.0" verticalLineScroll="0.0" verticalPageScroll="0.0" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" id="621">
|
<scrollView autohidesScrollers="YES" horizontalLineScroll="0.0" horizontalPageScroll="0.0" verticalLineScroll="0.0" verticalPageScroll="0.0" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" id="621">
|
||||||
<rect key="frame" x="0.0" y="0.0" width="575" height="665"/>
|
<rect key="frame" x="0.0" y="0.0" width="575" height="665"/>
|
||||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||||
<clipView key="contentView" id="cip-8t-T6q">
|
<clipView key="contentView" drawsBackground="NO" id="cip-8t-T6q">
|
||||||
<rect key="frame" x="1" y="1" width="573" height="663"/>
|
<rect key="frame" x="1" y="1" width="573" height="663"/>
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
<autoresizingMask key="autoresizingMask"/>
|
||||||
<subviews>
|
<subviews>
|
||||||
<textView editable="NO" importsGraphics="NO" findStyle="panel" usesRuler="YES" usesFontPanel="YES" verticallyResizable="YES" spellingCorrection="YES" smartInsertDelete="YES" id="622">
|
<textView editable="NO" importsGraphics="NO" verticallyResizable="YES" usesFontPanel="YES" findStyle="panel" usesRuler="YES" spellingCorrection="YES" smartInsertDelete="YES" id="622">
|
||||||
<rect key="frame" x="0.0" y="0.0" width="573" height="663"/>
|
<rect key="frame" x="0.0" y="0.0" width="573" height="663"/>
|
||||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||||
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
<color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
|
||||||
|
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
||||||
<size key="minSize" width="573" height="663"/>
|
<size key="minSize" width="573" height="663"/>
|
||||||
<size key="maxSize" width="573" height="10000000"/>
|
<size key="maxSize" width="575" height="10000000"/>
|
||||||
<color key="insertionPointColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
<color key="insertionPointColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||||
<size key="minSize" width="573" height="663"/>
|
|
||||||
<size key="maxSize" width="573" height="10000000"/>
|
|
||||||
</textView>
|
</textView>
|
||||||
</subviews>
|
</subviews>
|
||||||
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
||||||
</clipView>
|
</clipView>
|
||||||
<scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" doubleValue="1" horizontal="YES" id="879">
|
<scroller key="horizontalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" doubleValue="1" horizontal="YES" id="879">
|
||||||
<rect key="frame" x="-100" y="-100" width="87" height="18"/>
|
<rect key="frame" x="-100" y="-100" width="87" height="18"/>
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
<autoresizingMask key="autoresizingMask"/>
|
||||||
</scroller>
|
</scroller>
|
||||||
<scroller key="verticalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="NO" id="878">
|
<scroller key="verticalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="NO" id="878">
|
||||||
<rect key="frame" x="-30" y="1" width="15" height="587"/>
|
<rect key="frame" x="-30" y="1" width="15" height="587"/>
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
<autoresizingMask key="autoresizingMask"/>
|
||||||
</scroller>
|
</scroller>
|
||||||
|
|||||||
BIN
Ressources/English.lproj/MainMenu.nib/keyedobjects.nib
generated
BIN
Ressources/English.lproj/MainMenu.nib/keyedobjects.nib
generated
Binary file not shown.
117
Ressources/French.lproj/MainMenu.nib/designable.nib
generated
117
Ressources/French.lproj/MainMenu.nib/designable.nib
generated
@ -1,33 +1,33 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="14313.3.2" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
|
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="14460.31" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<deployment version="1060" identifier="macosx"/>
|
<deployment version="1060" identifier="macosx"/>
|
||||||
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="14313.3.2"/>
|
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="14460.31"/>
|
||||||
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<objects>
|
<objects>
|
||||||
<customObject id="-2" userLabel="File's Owner" customClass="NSApplication"/>
|
<customObject id="-2" userLabel="File's Owner" customClass="NSApplication"/>
|
||||||
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
|
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
|
||||||
<customObject id="-3" userLabel="Application"/>
|
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
|
||||||
<window title="smcFanControl" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" frameAutosaveName="MainWindow" animationBehavior="default" id="21" userLabel="Window" customClass="StatusItemWindow">
|
<window title="smcFanControl" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" frameAutosaveName="MainWindow" animationBehavior="default" id="21" userLabel="Window" customClass="StatusItemWindow">
|
||||||
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES"/>
|
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES"/>
|
||||||
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
|
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
|
||||||
<rect key="contentRect" x="519" y="155" width="337" height="436"/>
|
<rect key="contentRect" x="519" y="155" width="374" height="436"/>
|
||||||
<rect key="screenRect" x="0.0" y="0.0" width="1440" height="877"/>
|
<rect key="screenRect" x="0.0" y="0.0" width="1440" height="877"/>
|
||||||
<value key="minSize" type="size" width="213" height="107"/>
|
<value key="minSize" type="size" width="213" height="107"/>
|
||||||
<view key="contentView" id="2">
|
<view key="contentView" id="2">
|
||||||
<rect key="frame" x="0.0" y="0.0" width="337" height="436"/>
|
<rect key="frame" x="0.0" y="0.0" width="374" height="436"/>
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
<autoresizingMask key="autoresizingMask"/>
|
||||||
<subviews>
|
<subviews>
|
||||||
<scrollView wantsLayer="YES" autohidesScrollers="YES" horizontalLineScroll="16" horizontalPageScroll="0.0" verticalLineScroll="16" verticalPageScroll="0.0" hasVerticalScroller="NO" usesPredominantAxisScrolling="NO" id="439">
|
<scrollView wantsLayer="YES" autohidesScrollers="YES" horizontalLineScroll="16" horizontalPageScroll="0.0" verticalLineScroll="16" verticalPageScroll="0.0" hasVerticalScroller="NO" usesPredominantAxisScrolling="NO" id="439">
|
||||||
<rect key="frame" x="20" y="292" width="297" height="99"/>
|
<rect key="frame" x="20" y="292" width="334" height="99"/>
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
<autoresizingMask key="autoresizingMask"/>
|
||||||
<clipView key="contentView" id="y2T-Xg-EiJ">
|
<clipView key="contentView" id="y2T-Xg-EiJ">
|
||||||
<rect key="frame" x="1" y="0.0" width="295" height="98"/>
|
<rect key="frame" x="1" y="0.0" width="332" height="98"/>
|
||||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||||
<subviews>
|
<subviews>
|
||||||
<tableView focusRingType="none" verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="none" columnReordering="NO" columnResizing="NO" multipleSelection="NO" autosaveColumns="NO" rowHeight="14" headerView="882" id="440">
|
<tableView focusRingType="none" verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="none" columnReordering="NO" columnResizing="NO" multipleSelection="NO" autosaveColumns="NO" rowHeight="14" headerView="882" id="440">
|
||||||
<rect key="frame" x="0.0" y="0.0" width="295" height="73"/>
|
<rect key="frame" x="0.0" y="0.0" width="332" height="73"/>
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
<autoresizingMask key="autoresizingMask"/>
|
||||||
<size key="intercellSpacing" width="3" height="2"/>
|
<size key="intercellSpacing" width="3" height="2"/>
|
||||||
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
|
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
|
||||||
@ -109,6 +109,21 @@
|
|||||||
</binding>
|
</binding>
|
||||||
</connections>
|
</connections>
|
||||||
</tableColumn>
|
</tableColumn>
|
||||||
|
<tableColumn identifier="automode" width="45" minWidth="45" maxWidth="1000" id="gzK-NS-I9b">
|
||||||
|
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Auto">
|
||||||
|
<font key="font" metaFont="smallSystem"/>
|
||||||
|
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
|
||||||
|
<color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
|
||||||
|
</tableHeaderCell>
|
||||||
|
<buttonCell key="dataCell" type="check" bezelStyle="regularSquare" imagePosition="left" inset="2" id="aSl-rs-xTL">
|
||||||
|
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
|
||||||
|
<font key="font" metaFont="system"/>
|
||||||
|
</buttonCell>
|
||||||
|
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
|
||||||
|
<connections>
|
||||||
|
<binding destination="492" name="value" keyPath="arrangedObjects.auto" id="QxJ-Zn-kTb"/>
|
||||||
|
</connections>
|
||||||
|
</tableColumn>
|
||||||
</tableColumns>
|
</tableColumns>
|
||||||
<connections>
|
<connections>
|
||||||
<outlet property="delegate" destination="212" id="702"/>
|
<outlet property="delegate" destination="212" id="702"/>
|
||||||
@ -117,7 +132,7 @@
|
|||||||
</subviews>
|
</subviews>
|
||||||
</clipView>
|
</clipView>
|
||||||
<scroller key="horizontalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" controlSize="small" horizontal="YES" id="875">
|
<scroller key="horizontalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" controlSize="small" horizontal="YES" id="875">
|
||||||
<rect key="frame" x="1" y="84" width="295" height="14"/>
|
<rect key="frame" x="1" y="84" width="326" height="14"/>
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
<autoresizingMask key="autoresizingMask"/>
|
||||||
</scroller>
|
</scroller>
|
||||||
<scroller key="verticalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" doubleValue="1" controlSize="small" horizontal="NO" id="873">
|
<scroller key="verticalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" doubleValue="1" controlSize="small" horizontal="NO" id="873">
|
||||||
@ -125,7 +140,7 @@
|
|||||||
<autoresizingMask key="autoresizingMask"/>
|
<autoresizingMask key="autoresizingMask"/>
|
||||||
</scroller>
|
</scroller>
|
||||||
<tableHeaderView key="headerView" id="882">
|
<tableHeaderView key="headerView" id="882">
|
||||||
<rect key="frame" x="0.0" y="0.0" width="295" height="25"/>
|
<rect key="frame" x="0.0" y="0.0" width="332" height="25"/>
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
<autoresizingMask key="autoresizingMask"/>
|
||||||
</tableHeaderView>
|
</tableHeaderView>
|
||||||
</scrollView>
|
</scrollView>
|
||||||
@ -181,10 +196,10 @@
|
|||||||
</connections>
|
</connections>
|
||||||
</button>
|
</button>
|
||||||
<box title="Options" id="479">
|
<box title="Options" id="479">
|
||||||
<rect key="frame" x="17" y="41" width="303" height="243"/>
|
<rect key="frame" x="17" y="41" width="340" height="243"/>
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
<autoresizingMask key="autoresizingMask"/>
|
||||||
<view key="contentView" id="zxp-vV-Jsr">
|
<view key="contentView" id="zxp-vV-Jsr">
|
||||||
<rect key="frame" x="3" y="3" width="297" height="225"/>
|
<rect key="frame" x="3" y="3" width="334" height="225"/>
|
||||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||||
<subviews>
|
<subviews>
|
||||||
<button id="455">
|
<button id="455">
|
||||||
@ -199,14 +214,14 @@
|
|||||||
</connections>
|
</connections>
|
||||||
</button>
|
</button>
|
||||||
<popUpButton verticalHuggingPriority="750" id="456">
|
<popUpButton verticalHuggingPriority="750" id="456">
|
||||||
<rect key="frame" x="107" y="57" width="168" height="22"/>
|
<rect key="frame" x="107" y="57" width="210" height="22"/>
|
||||||
<autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
|
<autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
|
||||||
<popUpButtonCell key="cell" type="push" title="Item1" bezelStyle="rounded" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" id="840">
|
<popUpButtonCell key="cell" type="push" bezelStyle="rounded" alignment="left" controlSize="small" lineBreakMode="truncatingTail" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" id="840">
|
||||||
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
||||||
<font key="font" metaFont="smallSystem"/>
|
<font key="font" metaFont="smallSystem"/>
|
||||||
<menu key="menu" title="OtherViews" id="457">
|
<menu key="menu" title="OtherViews" id="457">
|
||||||
<items>
|
<items>
|
||||||
<menuItem title="Item1" state="on" id="460"/>
|
<menuItem title="Item1" id="460"/>
|
||||||
<menuItem title="Item2" id="459"/>
|
<menuItem title="Item2" id="459"/>
|
||||||
<menuItem title="Item3" id="458"/>
|
<menuItem title="Item3" id="458"/>
|
||||||
</items>
|
</items>
|
||||||
@ -219,14 +234,14 @@
|
|||||||
</connections>
|
</connections>
|
||||||
</popUpButton>
|
</popUpButton>
|
||||||
<popUpButton verticalHuggingPriority="750" id="461">
|
<popUpButton verticalHuggingPriority="750" id="461">
|
||||||
<rect key="frame" x="107" y="32" width="168" height="22"/>
|
<rect key="frame" x="107" y="32" width="210" height="22"/>
|
||||||
<autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
|
<autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
|
||||||
<popUpButtonCell key="cell" type="push" title="Item1" bezelStyle="rounded" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" id="841">
|
<popUpButtonCell key="cell" type="push" bezelStyle="rounded" alignment="left" controlSize="small" lineBreakMode="truncatingTail" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" id="841">
|
||||||
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
||||||
<font key="font" metaFont="smallSystem"/>
|
<font key="font" metaFont="smallSystem"/>
|
||||||
<menu key="menu" title="OtherViews" id="462">
|
<menu key="menu" title="OtherViews" id="462">
|
||||||
<items>
|
<items>
|
||||||
<menuItem title="Item1" state="on" id="465"/>
|
<menuItem title="Item1" id="465"/>
|
||||||
<menuItem title="Item2" id="464"/>
|
<menuItem title="Item2" id="464"/>
|
||||||
<menuItem title="Item3" id="463"/>
|
<menuItem title="Item3" id="463"/>
|
||||||
</items>
|
</items>
|
||||||
@ -239,14 +254,14 @@
|
|||||||
</connections>
|
</connections>
|
||||||
</popUpButton>
|
</popUpButton>
|
||||||
<popUpButton verticalHuggingPriority="750" id="466">
|
<popUpButton verticalHuggingPriority="750" id="466">
|
||||||
<rect key="frame" x="107" y="7" width="168" height="22"/>
|
<rect key="frame" x="107" y="7" width="210" height="22"/>
|
||||||
<autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
|
<autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
|
||||||
<popUpButtonCell key="cell" type="push" title="Item1" bezelStyle="rounded" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" id="842">
|
<popUpButtonCell key="cell" type="push" bezelStyle="rounded" alignment="left" controlSize="small" lineBreakMode="truncatingTail" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" id="842">
|
||||||
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
||||||
<font key="font" metaFont="smallSystem"/>
|
<font key="font" metaFont="smallSystem"/>
|
||||||
<menu key="menu" title="OtherViews" id="467">
|
<menu key="menu" title="OtherViews" id="467">
|
||||||
<items>
|
<items>
|
||||||
<menuItem title="Item1" state="on" id="470"/>
|
<menuItem title="Item1" id="470"/>
|
||||||
<menuItem title="Item2" id="469"/>
|
<menuItem title="Item2" id="469"/>
|
||||||
<menuItem title="Item3" id="468"/>
|
<menuItem title="Item3" id="468"/>
|
||||||
</items>
|
</items>
|
||||||
@ -344,14 +359,14 @@
|
|||||||
</textFieldCell>
|
</textFieldCell>
|
||||||
</textField>
|
</textField>
|
||||||
<popUpButton verticalHuggingPriority="750" id="609">
|
<popUpButton verticalHuggingPriority="750" id="609">
|
||||||
<rect key="frame" x="74" y="187" width="154" height="22"/>
|
<rect key="frame" x="74" y="187" width="196" height="22"/>
|
||||||
<autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
|
<autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
|
||||||
<popUpButtonCell key="cell" type="push" title="Température & Vitesse (multiligne)" bezelStyle="rounded" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" id="849">
|
<popUpButtonCell key="cell" type="push" bezelStyle="rounded" alignment="left" controlSize="small" lineBreakMode="truncatingTail" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" id="849">
|
||||||
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
||||||
<font key="font" metaFont="smallSystem"/>
|
<font key="font" metaFont="smallSystem"/>
|
||||||
<menu key="menu" title="OtherViews" id="610">
|
<menu key="menu" title="OtherViews" id="610">
|
||||||
<items>
|
<items>
|
||||||
<menuItem title="Température & Vitesse (multiligne)" state="on" id="613"/>
|
<menuItem title="Température & Vitesse (multiligne)" id="613"/>
|
||||||
<menuItem title="Température & Vitesse (une ligne)" id="616"/>
|
<menuItem title="Température & Vitesse (une ligne)" id="616"/>
|
||||||
<menuItem title="Icone uniquement" tag="1" id="631"/>
|
<menuItem title="Icone uniquement" tag="1" id="631"/>
|
||||||
<menuItem title="Température uniquement" tag="1" id="611"/>
|
<menuItem title="Température uniquement" tag="1" id="611"/>
|
||||||
@ -376,7 +391,7 @@
|
|||||||
</connections>
|
</connections>
|
||||||
</button>
|
</button>
|
||||||
<colorWell id="716">
|
<colorWell id="716">
|
||||||
<rect key="frame" x="233" y="192" width="39" height="17"/>
|
<rect key="frame" x="275" y="191" width="39" height="17"/>
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
<autoresizingMask key="autoresizingMask"/>
|
||||||
<color key="color" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
|
<color key="color" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
|
||||||
<connections>
|
<connections>
|
||||||
@ -390,30 +405,6 @@
|
|||||||
</subviews>
|
</subviews>
|
||||||
</view>
|
</view>
|
||||||
</box>
|
</box>
|
||||||
<button verticalHuggingPriority="750" id="482">
|
|
||||||
<rect key="frame" x="240" y="13" width="84" height="28"/>
|
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
|
||||||
<buttonCell key="cell" type="push" title="Enregistrer" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="851">
|
|
||||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
|
||||||
<font key="font" metaFont="smallSystem"/>
|
|
||||||
</buttonCell>
|
|
||||||
<connections>
|
|
||||||
<action selector="savePreferences:" target="212" id="550"/>
|
|
||||||
</connections>
|
|
||||||
</button>
|
|
||||||
<button verticalHuggingPriority="750" id="483">
|
|
||||||
<rect key="frame" x="159" y="13" width="85" height="28"/>
|
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
|
||||||
<buttonCell key="cell" type="push" title="Annuler" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="852">
|
|
||||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
|
||||||
<font key="font" metaFont="smallSystem"/>
|
|
||||||
<string key="keyEquivalent">w</string>
|
|
||||||
<modifierMask key="keyEquivalentModifierMask" command="YES"/>
|
|
||||||
</buttonCell>
|
|
||||||
<connections>
|
|
||||||
<action selector="closePreferences:" target="212" id="485"/>
|
|
||||||
</connections>
|
|
||||||
</button>
|
|
||||||
<button hidden="YES" id="695">
|
<button hidden="YES" id="695">
|
||||||
<rect key="frame" x="97" y="289" width="85" height="22"/>
|
<rect key="frame" x="97" y="289" width="85" height="22"/>
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
<autoresizingMask key="autoresizingMask"/>
|
||||||
@ -426,6 +417,30 @@
|
|||||||
<binding destination="486" name="value" keyPath="selection.sync" id="715"/>
|
<binding destination="486" name="value" keyPath="selection.sync" id="715"/>
|
||||||
</connections>
|
</connections>
|
||||||
</button>
|
</button>
|
||||||
|
<button verticalHuggingPriority="750" id="482">
|
||||||
|
<rect key="frame" x="275" y="12" width="84" height="28"/>
|
||||||
|
<autoresizingMask key="autoresizingMask"/>
|
||||||
|
<buttonCell key="cell" type="push" title="Enregistrer" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="851">
|
||||||
|
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||||
|
<font key="font" metaFont="smallSystem"/>
|
||||||
|
</buttonCell>
|
||||||
|
<connections>
|
||||||
|
<action selector="savePreferences:" target="212" id="550"/>
|
||||||
|
</connections>
|
||||||
|
</button>
|
||||||
|
<button verticalHuggingPriority="750" id="483">
|
||||||
|
<rect key="frame" x="194" y="12" width="85" height="28"/>
|
||||||
|
<autoresizingMask key="autoresizingMask"/>
|
||||||
|
<buttonCell key="cell" type="push" title="Annuler" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="852">
|
||||||
|
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||||
|
<font key="font" metaFont="smallSystem"/>
|
||||||
|
<string key="keyEquivalent">w</string>
|
||||||
|
<modifierMask key="keyEquivalentModifierMask" command="YES"/>
|
||||||
|
</buttonCell>
|
||||||
|
<connections>
|
||||||
|
<action selector="closePreferences:" target="212" id="485"/>
|
||||||
|
</connections>
|
||||||
|
</button>
|
||||||
</subviews>
|
</subviews>
|
||||||
</view>
|
</view>
|
||||||
</window>
|
</window>
|
||||||
@ -483,7 +498,7 @@
|
|||||||
<color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
|
<color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
|
||||||
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
||||||
<size key="minSize" width="573" height="601"/>
|
<size key="minSize" width="573" height="601"/>
|
||||||
<size key="maxSize" width="573" height="10000000"/>
|
<size key="maxSize" width="575" height="10000000"/>
|
||||||
<attributedString key="textStorage">
|
<attributedString key="textStorage">
|
||||||
<fragment>
|
<fragment>
|
||||||
<mutableString key="content"> GNU GENERAL PUBLIC LICENSE
|
<mutableString key="content"> GNU GENERAL PUBLIC LICENSE
|
||||||
@ -1055,7 +1070,7 @@ Gw
|
|||||||
<color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
|
<color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
|
||||||
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
||||||
<size key="minSize" width="573" height="663"/>
|
<size key="minSize" width="573" height="663"/>
|
||||||
<size key="maxSize" width="573" height="10000000"/>
|
<size key="maxSize" width="575" height="10000000"/>
|
||||||
<color key="insertionPointColor" name="textColor" catalog="System" colorSpace="catalog"/>
|
<color key="insertionPointColor" name="textColor" catalog="System" colorSpace="catalog"/>
|
||||||
</textView>
|
</textView>
|
||||||
</subviews>
|
</subviews>
|
||||||
|
|||||||
BIN
Ressources/French.lproj/MainMenu.nib/keyedobjects.nib
generated
BIN
Ressources/French.lproj/MainMenu.nib/keyedobjects.nib
generated
Binary file not shown.
104
Ressources/German.lproj/MainMenu.nib/designable.nib
generated
104
Ressources/German.lproj/MainMenu.nib/designable.nib
generated
@ -1,8 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="14313.3.2" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
|
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="14460.31" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<deployment version="1060" identifier="macosx"/>
|
<deployment version="1060" identifier="macosx"/>
|
||||||
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="14313.3.2"/>
|
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="14460.31"/>
|
||||||
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<objects>
|
<objects>
|
||||||
@ -12,26 +12,26 @@
|
|||||||
</connections>
|
</connections>
|
||||||
</customObject>
|
</customObject>
|
||||||
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
|
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
|
||||||
<customObject id="-3" userLabel="Application"/>
|
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
|
||||||
<window title="smcFanControl" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" frameAutosaveName="MainWindow" animationBehavior="default" id="21" userLabel="Window" customClass="StatusItemWindow">
|
<window title="smcFanControl" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" frameAutosaveName="MainWindow" animationBehavior="default" id="21" userLabel="Window" customClass="StatusItemWindow">
|
||||||
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES"/>
|
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES"/>
|
||||||
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
|
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
|
||||||
<rect key="contentRect" x="502" y="143" width="337" height="436"/>
|
<rect key="contentRect" x="502" y="143" width="379" height="436"/>
|
||||||
<rect key="screenRect" x="0.0" y="0.0" width="1680" height="1027"/>
|
<rect key="screenRect" x="0.0" y="0.0" width="1680" height="1027"/>
|
||||||
<value key="minSize" type="size" width="213" height="107"/>
|
<value key="minSize" type="size" width="213" height="107"/>
|
||||||
<view key="contentView" id="2">
|
<view key="contentView" id="2">
|
||||||
<rect key="frame" x="0.0" y="0.0" width="337" height="436"/>
|
<rect key="frame" x="0.0" y="0.0" width="379" height="436"/>
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
<autoresizingMask key="autoresizingMask"/>
|
||||||
<subviews>
|
<subviews>
|
||||||
<scrollView autohidesScrollers="YES" horizontalLineScroll="16" horizontalPageScroll="0.0" verticalLineScroll="16" verticalPageScroll="0.0" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" id="439">
|
<scrollView autohidesScrollers="YES" horizontalLineScroll="16" horizontalPageScroll="0.0" verticalLineScroll="16" verticalPageScroll="0.0" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" id="439">
|
||||||
<rect key="frame" x="20" y="292" width="297" height="99"/>
|
<rect key="frame" x="20" y="292" width="339" height="99"/>
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
<autoresizingMask key="autoresizingMask"/>
|
||||||
<clipView key="contentView" id="DKt-21-Bie">
|
<clipView key="contentView" id="DKt-21-Bie">
|
||||||
<rect key="frame" x="1" y="0.0" width="295" height="98"/>
|
<rect key="frame" x="1" y="0.0" width="337" height="98"/>
|
||||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||||
<subviews>
|
<subviews>
|
||||||
<tableView focusRingType="none" verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="none" columnReordering="NO" columnResizing="NO" multipleSelection="NO" autosaveColumns="NO" rowHeight="14" headerView="865" id="440">
|
<tableView focusRingType="none" verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="none" columnReordering="NO" columnResizing="NO" multipleSelection="NO" autosaveColumns="NO" rowHeight="14" headerView="865" id="440">
|
||||||
<rect key="frame" x="0.0" y="0.0" width="295" height="73"/>
|
<rect key="frame" x="0.0" y="0.0" width="337" height="73"/>
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
<autoresizingMask key="autoresizingMask"/>
|
||||||
<size key="intercellSpacing" width="3" height="2"/>
|
<size key="intercellSpacing" width="3" height="2"/>
|
||||||
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
|
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
|
||||||
@ -117,6 +117,21 @@
|
|||||||
</binding>
|
</binding>
|
||||||
</connections>
|
</connections>
|
||||||
</tableColumn>
|
</tableColumn>
|
||||||
|
<tableColumn identifier="automode" width="45" minWidth="45" maxWidth="1000" id="WUW-gq-Fnu">
|
||||||
|
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Auto">
|
||||||
|
<font key="font" metaFont="smallSystem"/>
|
||||||
|
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
|
||||||
|
<color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
|
||||||
|
</tableHeaderCell>
|
||||||
|
<buttonCell key="dataCell" type="check" bezelStyle="regularSquare" imagePosition="left" inset="2" id="f3L-oh-PyO">
|
||||||
|
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
|
||||||
|
<font key="font" metaFont="system"/>
|
||||||
|
</buttonCell>
|
||||||
|
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
|
||||||
|
<connections>
|
||||||
|
<binding destination="492" name="value" keyPath="arrangedObjects.auto" id="Rcc-Rt-kVD"/>
|
||||||
|
</connections>
|
||||||
|
</tableColumn>
|
||||||
</tableColumns>
|
</tableColumns>
|
||||||
<connections>
|
<connections>
|
||||||
<outlet property="delegate" destination="212" id="702"/>
|
<outlet property="delegate" destination="212" id="702"/>
|
||||||
@ -133,7 +148,7 @@
|
|||||||
<autoresizingMask key="autoresizingMask"/>
|
<autoresizingMask key="autoresizingMask"/>
|
||||||
</scroller>
|
</scroller>
|
||||||
<tableHeaderView key="headerView" id="865">
|
<tableHeaderView key="headerView" id="865">
|
||||||
<rect key="frame" x="0.0" y="0.0" width="295" height="25"/>
|
<rect key="frame" x="0.0" y="0.0" width="337" height="25"/>
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
<autoresizingMask key="autoresizingMask"/>
|
||||||
</tableHeaderView>
|
</tableHeaderView>
|
||||||
</scrollView>
|
</scrollView>
|
||||||
@ -189,10 +204,10 @@
|
|||||||
</connections>
|
</connections>
|
||||||
</button>
|
</button>
|
||||||
<box title="Optionen" id="479">
|
<box title="Optionen" id="479">
|
||||||
<rect key="frame" x="17" y="41" width="303" height="243"/>
|
<rect key="frame" x="17" y="41" width="345" height="243"/>
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
<autoresizingMask key="autoresizingMask"/>
|
||||||
<view key="contentView" id="wRA-yt-OSA">
|
<view key="contentView" id="wRA-yt-OSA">
|
||||||
<rect key="frame" x="3" y="3" width="297" height="225"/>
|
<rect key="frame" x="3" y="3" width="339" height="225"/>
|
||||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||||
<subviews>
|
<subviews>
|
||||||
<button id="455">
|
<button id="455">
|
||||||
@ -207,7 +222,7 @@
|
|||||||
</connections>
|
</connections>
|
||||||
</button>
|
</button>
|
||||||
<popUpButton verticalHuggingPriority="750" id="456">
|
<popUpButton verticalHuggingPriority="750" id="456">
|
||||||
<rect key="frame" x="107" y="57" width="168" height="22"/>
|
<rect key="frame" x="107" y="57" width="215" height="22"/>
|
||||||
<autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
|
<autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
|
||||||
<popUpButtonCell key="cell" type="push" title="Item1" bezelStyle="rounded" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="460" id="834">
|
<popUpButtonCell key="cell" type="push" title="Item1" bezelStyle="rounded" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="460" id="834">
|
||||||
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
||||||
@ -227,7 +242,7 @@
|
|||||||
</connections>
|
</connections>
|
||||||
</popUpButton>
|
</popUpButton>
|
||||||
<popUpButton verticalHuggingPriority="750" id="461">
|
<popUpButton verticalHuggingPriority="750" id="461">
|
||||||
<rect key="frame" x="107" y="32" width="168" height="22"/>
|
<rect key="frame" x="107" y="32" width="215" height="22"/>
|
||||||
<autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
|
<autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
|
||||||
<popUpButtonCell key="cell" type="push" title="Item1" bezelStyle="rounded" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="465" id="835">
|
<popUpButtonCell key="cell" type="push" title="Item1" bezelStyle="rounded" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="465" id="835">
|
||||||
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
||||||
@ -247,7 +262,7 @@
|
|||||||
</connections>
|
</connections>
|
||||||
</popUpButton>
|
</popUpButton>
|
||||||
<popUpButton verticalHuggingPriority="750" id="466">
|
<popUpButton verticalHuggingPriority="750" id="466">
|
||||||
<rect key="frame" x="107" y="7" width="168" height="22"/>
|
<rect key="frame" x="107" y="7" width="215" height="22"/>
|
||||||
<autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
|
<autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
|
||||||
<popUpButtonCell key="cell" type="push" title="Item1" bezelStyle="rounded" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="470" id="836">
|
<popUpButtonCell key="cell" type="push" title="Item1" bezelStyle="rounded" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="470" id="836">
|
||||||
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
||||||
@ -352,7 +367,7 @@
|
|||||||
</textFieldCell>
|
</textFieldCell>
|
||||||
</textField>
|
</textField>
|
||||||
<popUpButton verticalHuggingPriority="750" id="609">
|
<popUpButton verticalHuggingPriority="750" id="609">
|
||||||
<rect key="frame" x="74" y="187" width="154" height="22"/>
|
<rect key="frame" x="74" y="187" width="201" height="22"/>
|
||||||
<autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
|
<autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
|
||||||
<popUpButtonCell key="cell" type="push" title="Icon" bezelStyle="rounded" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" tag="1" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="631" id="843">
|
<popUpButtonCell key="cell" type="push" title="Icon" bezelStyle="rounded" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" tag="1" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="631" id="843">
|
||||||
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
||||||
@ -384,7 +399,7 @@
|
|||||||
</connections>
|
</connections>
|
||||||
</button>
|
</button>
|
||||||
<colorWell id="716">
|
<colorWell id="716">
|
||||||
<rect key="frame" x="233" y="192" width="39" height="17"/>
|
<rect key="frame" x="280" y="191" width="39" height="17"/>
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
<autoresizingMask key="autoresizingMask"/>
|
||||||
<color key="color" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
|
<color key="color" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
|
||||||
<connections>
|
<connections>
|
||||||
@ -398,30 +413,6 @@
|
|||||||
</subviews>
|
</subviews>
|
||||||
</view>
|
</view>
|
||||||
</box>
|
</box>
|
||||||
<button verticalHuggingPriority="750" id="482">
|
|
||||||
<rect key="frame" x="240" y="13" width="82" height="28"/>
|
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
|
||||||
<buttonCell key="cell" type="push" title="Sichern" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="845">
|
|
||||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
|
||||||
<font key="font" metaFont="smallSystem"/>
|
|
||||||
</buttonCell>
|
|
||||||
<connections>
|
|
||||||
<action selector="savePreferences:" target="212" id="550"/>
|
|
||||||
</connections>
|
|
||||||
</button>
|
|
||||||
<button verticalHuggingPriority="750" id="483">
|
|
||||||
<rect key="frame" x="157" y="13" width="85" height="28"/>
|
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
|
||||||
<buttonCell key="cell" type="push" title="Abbrechen" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="846">
|
|
||||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
|
||||||
<font key="font" metaFont="smallSystem"/>
|
|
||||||
<string key="keyEquivalent">w</string>
|
|
||||||
<modifierMask key="keyEquivalentModifierMask" command="YES"/>
|
|
||||||
</buttonCell>
|
|
||||||
<connections>
|
|
||||||
<action selector="closePreferences:" target="212" id="485"/>
|
|
||||||
</connections>
|
|
||||||
</button>
|
|
||||||
<button hidden="YES" id="695">
|
<button hidden="YES" id="695">
|
||||||
<rect key="frame" x="97" y="289" width="85" height="22"/>
|
<rect key="frame" x="97" y="289" width="85" height="22"/>
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
<autoresizingMask key="autoresizingMask"/>
|
||||||
@ -434,8 +425,33 @@
|
|||||||
<binding destination="486" name="value" keyPath="selection.sync" id="715"/>
|
<binding destination="486" name="value" keyPath="selection.sync" id="715"/>
|
||||||
</connections>
|
</connections>
|
||||||
</button>
|
</button>
|
||||||
|
<button verticalHuggingPriority="750" id="482">
|
||||||
|
<rect key="frame" x="282" y="14" width="82" height="28"/>
|
||||||
|
<autoresizingMask key="autoresizingMask"/>
|
||||||
|
<buttonCell key="cell" type="push" title="Sichern" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="845">
|
||||||
|
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||||
|
<font key="font" metaFont="smallSystem"/>
|
||||||
|
</buttonCell>
|
||||||
|
<connections>
|
||||||
|
<action selector="savePreferences:" target="212" id="550"/>
|
||||||
|
</connections>
|
||||||
|
</button>
|
||||||
|
<button verticalHuggingPriority="750" id="483">
|
||||||
|
<rect key="frame" x="199" y="14" width="85" height="28"/>
|
||||||
|
<autoresizingMask key="autoresizingMask"/>
|
||||||
|
<buttonCell key="cell" type="push" title="Abbrechen" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="846">
|
||||||
|
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||||
|
<font key="font" metaFont="smallSystem"/>
|
||||||
|
<string key="keyEquivalent">w</string>
|
||||||
|
<modifierMask key="keyEquivalentModifierMask" command="YES"/>
|
||||||
|
</buttonCell>
|
||||||
|
<connections>
|
||||||
|
<action selector="closePreferences:" target="212" id="485"/>
|
||||||
|
</connections>
|
||||||
|
</button>
|
||||||
</subviews>
|
</subviews>
|
||||||
</view>
|
</view>
|
||||||
|
<point key="canvasLocation" x="159.5" y="147"/>
|
||||||
</window>
|
</window>
|
||||||
<customObject id="212" userLabel="FanControl" customClass="FanControl">
|
<customObject id="212" userLabel="FanControl" customClass="FanControl">
|
||||||
<connections>
|
<connections>
|
||||||
@ -483,7 +499,7 @@
|
|||||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||||
<clipView key="contentView" id="V8B-kG-n4x">
|
<clipView key="contentView" id="V8B-kG-n4x">
|
||||||
<rect key="frame" x="1" y="1" width="573" height="601"/>
|
<rect key="frame" x="1" y="1" width="573" height="601"/>
|
||||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
<autoresizingMask key="autoresizingMask"/>
|
||||||
<subviews>
|
<subviews>
|
||||||
<textView editable="NO" importsGraphics="NO" verticallyResizable="YES" usesFontPanel="YES" findStyle="panel" usesRuler="YES" spellingCorrection="YES" smartInsertDelete="YES" id="376">
|
<textView editable="NO" importsGraphics="NO" verticallyResizable="YES" usesFontPanel="YES" findStyle="panel" usesRuler="YES" spellingCorrection="YES" smartInsertDelete="YES" id="376">
|
||||||
<rect key="frame" x="0.0" y="0.0" width="573" height="3934"/>
|
<rect key="frame" x="0.0" y="0.0" width="573" height="3934"/>
|
||||||
@ -491,7 +507,7 @@
|
|||||||
<color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
|
<color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
|
||||||
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
||||||
<size key="minSize" width="573" height="601"/>
|
<size key="minSize" width="573" height="601"/>
|
||||||
<size key="maxSize" width="573" height="10000000"/>
|
<size key="maxSize" width="575" height="10000000"/>
|
||||||
<attributedString key="textStorage">
|
<attributedString key="textStorage">
|
||||||
<fragment>
|
<fragment>
|
||||||
<mutableString key="content"> GNU GENERAL PUBLIC LICENSE
|
<mutableString key="content"> GNU GENERAL PUBLIC LICENSE
|
||||||
@ -1058,7 +1074,7 @@ werden die Einstellungen des Favoriten
|
|||||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||||
<clipView key="contentView" id="2D1-TY-lT6">
|
<clipView key="contentView" id="2D1-TY-lT6">
|
||||||
<rect key="frame" x="1" y="1" width="573" height="663"/>
|
<rect key="frame" x="1" y="1" width="573" height="663"/>
|
||||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
<autoresizingMask key="autoresizingMask"/>
|
||||||
<subviews>
|
<subviews>
|
||||||
<textView editable="NO" importsGraphics="NO" verticallyResizable="YES" usesFontPanel="YES" findStyle="panel" usesRuler="YES" spellingCorrection="YES" smartInsertDelete="YES" id="622">
|
<textView editable="NO" importsGraphics="NO" verticallyResizable="YES" usesFontPanel="YES" findStyle="panel" usesRuler="YES" spellingCorrection="YES" smartInsertDelete="YES" id="622">
|
||||||
<rect key="frame" x="0.0" y="0.0" width="573" height="663"/>
|
<rect key="frame" x="0.0" y="0.0" width="573" height="663"/>
|
||||||
@ -1066,7 +1082,7 @@ werden die Einstellungen des Favoriten
|
|||||||
<color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
|
<color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
|
||||||
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
||||||
<size key="minSize" width="573" height="663"/>
|
<size key="minSize" width="573" height="663"/>
|
||||||
<size key="maxSize" width="573" height="10000000"/>
|
<size key="maxSize" width="575" height="10000000"/>
|
||||||
<color key="insertionPointColor" name="textColor" catalog="System" colorSpace="catalog"/>
|
<color key="insertionPointColor" name="textColor" catalog="System" colorSpace="catalog"/>
|
||||||
</textView>
|
</textView>
|
||||||
</subviews>
|
</subviews>
|
||||||
|
|||||||
BIN
Ressources/German.lproj/MainMenu.nib/keyedobjects.nib
generated
BIN
Ressources/German.lproj/MainMenu.nib/keyedobjects.nib
generated
Binary file not shown.
@ -572,5 +572,38 @@
|
|||||||
<key>NumFans</key>
|
<key>NumFans</key>
|
||||||
<integer>4</integer>
|
<integer>4</integer>
|
||||||
</dict>
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>Fans</key>
|
||||||
|
<array>
|
||||||
|
<dict>
|
||||||
|
<key>Description</key>
|
||||||
|
<string>Left Fan</string>
|
||||||
|
<key>Maxspeed</key>
|
||||||
|
<integer>5927</integer>
|
||||||
|
<key>Minspeed</key>
|
||||||
|
<real>2160</real>
|
||||||
|
<key>selspeed</key>
|
||||||
|
<integer>2160</integer>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>Description</key>
|
||||||
|
<string>Right Fan</string>
|
||||||
|
<key>Maxspeed</key>
|
||||||
|
<integer>5489</integer>
|
||||||
|
<key>Minspeed</key>
|
||||||
|
<real>2000</real>
|
||||||
|
<key>selspeed</key>
|
||||||
|
<integer>2000</integer>
|
||||||
|
</dict>
|
||||||
|
</array>
|
||||||
|
<key>Machine</key>
|
||||||
|
<string>MacBookPro15,1</string>
|
||||||
|
<key>Maxspeed</key>
|
||||||
|
<integer>5927</integer>
|
||||||
|
<key>Minspeed</key>
|
||||||
|
<integer>2000</integer>
|
||||||
|
<key>NumFans</key>
|
||||||
|
<integer>2</integer>
|
||||||
|
</dict>
|
||||||
</array>
|
</array>
|
||||||
</plist>
|
</plist>
|
||||||
|
|||||||
51
Ressources/Spanish.lproj/MainMenu.nib/designable.nib
generated
51
Ressources/Spanish.lproj/MainMenu.nib/designable.nib
generated
@ -1,33 +1,33 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="14313.3.2" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
|
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="14460.31" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<deployment version="1060" identifier="macosx"/>
|
<deployment version="1060" identifier="macosx"/>
|
||||||
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="14313.3.2"/>
|
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="14460.31"/>
|
||||||
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<objects>
|
<objects>
|
||||||
<customObject id="-2" userLabel="File's Owner" customClass="NSApplication"/>
|
<customObject id="-2" userLabel="File's Owner" customClass="NSApplication"/>
|
||||||
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
|
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
|
||||||
<customObject id="-3" userLabel="Application"/>
|
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
|
||||||
<window title="smcFanControl" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" frameAutosaveName="MainWindow" animationBehavior="default" id="21" userLabel="Window" customClass="StatusItemWindow">
|
<window title="smcFanControl" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" frameAutosaveName="MainWindow" animationBehavior="default" id="21" userLabel="Window" customClass="StatusItemWindow">
|
||||||
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES"/>
|
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES"/>
|
||||||
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
|
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
|
||||||
<rect key="contentRect" x="519" y="155" width="337" height="436"/>
|
<rect key="contentRect" x="519" y="155" width="374" height="436"/>
|
||||||
<rect key="screenRect" x="0.0" y="0.0" width="1680" height="1027"/>
|
<rect key="screenRect" x="0.0" y="0.0" width="1680" height="1027"/>
|
||||||
<value key="minSize" type="size" width="213" height="107"/>
|
<value key="minSize" type="size" width="213" height="107"/>
|
||||||
<view key="contentView" id="2">
|
<view key="contentView" id="2">
|
||||||
<rect key="frame" x="0.0" y="0.0" width="337" height="436"/>
|
<rect key="frame" x="0.0" y="0.0" width="374" height="436"/>
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
<autoresizingMask key="autoresizingMask"/>
|
||||||
<subviews>
|
<subviews>
|
||||||
<scrollView autohidesScrollers="YES" horizontalLineScroll="16" horizontalPageScroll="0.0" verticalLineScroll="16" verticalPageScroll="0.0" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" id="439">
|
<scrollView autohidesScrollers="YES" horizontalLineScroll="16" horizontalPageScroll="0.0" verticalLineScroll="16" verticalPageScroll="0.0" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" id="439">
|
||||||
<rect key="frame" x="20" y="292" width="297" height="99"/>
|
<rect key="frame" x="20" y="292" width="334" height="99"/>
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
<autoresizingMask key="autoresizingMask"/>
|
||||||
<clipView key="contentView" id="mtH-6o-sbq">
|
<clipView key="contentView" id="mtH-6o-sbq">
|
||||||
<rect key="frame" x="1" y="0.0" width="295" height="98"/>
|
<rect key="frame" x="1" y="0.0" width="332" height="98"/>
|
||||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||||
<subviews>
|
<subviews>
|
||||||
<tableView focusRingType="none" verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="none" columnReordering="NO" columnResizing="NO" multipleSelection="NO" autosaveColumns="NO" rowHeight="14" headerView="820" id="440">
|
<tableView focusRingType="none" verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="none" columnReordering="NO" columnResizing="NO" multipleSelection="NO" autosaveColumns="NO" rowHeight="14" headerView="820" id="440">
|
||||||
<rect key="frame" x="0.0" y="0.0" width="295" height="73"/>
|
<rect key="frame" x="0.0" y="0.0" width="332" height="73"/>
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
<autoresizingMask key="autoresizingMask"/>
|
||||||
<size key="intercellSpacing" width="3" height="2"/>
|
<size key="intercellSpacing" width="3" height="2"/>
|
||||||
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
|
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
|
||||||
@ -109,6 +109,21 @@
|
|||||||
</binding>
|
</binding>
|
||||||
</connections>
|
</connections>
|
||||||
</tableColumn>
|
</tableColumn>
|
||||||
|
<tableColumn identifier="automode" width="45" minWidth="45" maxWidth="1000" id="ZKX-An-ioU">
|
||||||
|
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Auto">
|
||||||
|
<font key="font" metaFont="smallSystem"/>
|
||||||
|
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
|
||||||
|
<color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
|
||||||
|
</tableHeaderCell>
|
||||||
|
<buttonCell key="dataCell" type="check" bezelStyle="regularSquare" imagePosition="left" inset="2" id="JH9-Pj-wdb">
|
||||||
|
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
|
||||||
|
<font key="font" metaFont="system"/>
|
||||||
|
</buttonCell>
|
||||||
|
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
|
||||||
|
<connections>
|
||||||
|
<binding destination="492" name="value" keyPath="arrangedObjects.auto" id="IBd-rw-4Cs"/>
|
||||||
|
</connections>
|
||||||
|
</tableColumn>
|
||||||
</tableColumns>
|
</tableColumns>
|
||||||
<connections>
|
<connections>
|
||||||
<outlet property="delegate" destination="212" id="702"/>
|
<outlet property="delegate" destination="212" id="702"/>
|
||||||
@ -125,7 +140,7 @@
|
|||||||
<autoresizingMask key="autoresizingMask"/>
|
<autoresizingMask key="autoresizingMask"/>
|
||||||
</scroller>
|
</scroller>
|
||||||
<tableHeaderView key="headerView" id="820">
|
<tableHeaderView key="headerView" id="820">
|
||||||
<rect key="frame" x="0.0" y="0.0" width="295" height="25"/>
|
<rect key="frame" x="0.0" y="0.0" width="332" height="25"/>
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
<autoresizingMask key="autoresizingMask"/>
|
||||||
</tableHeaderView>
|
</tableHeaderView>
|
||||||
</scrollView>
|
</scrollView>
|
||||||
@ -181,10 +196,10 @@
|
|||||||
</connections>
|
</connections>
|
||||||
</button>
|
</button>
|
||||||
<box title="Opciones" id="479">
|
<box title="Opciones" id="479">
|
||||||
<rect key="frame" x="17" y="41" width="303" height="243"/>
|
<rect key="frame" x="17" y="41" width="340" height="243"/>
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
<autoresizingMask key="autoresizingMask"/>
|
||||||
<view key="contentView" id="khz-IF-ocy">
|
<view key="contentView" id="khz-IF-ocy">
|
||||||
<rect key="frame" x="3" y="3" width="297" height="225"/>
|
<rect key="frame" x="3" y="3" width="334" height="225"/>
|
||||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||||
<subviews>
|
<subviews>
|
||||||
<button id="455">
|
<button id="455">
|
||||||
@ -199,7 +214,7 @@
|
|||||||
</connections>
|
</connections>
|
||||||
</button>
|
</button>
|
||||||
<popUpButton verticalHuggingPriority="750" id="456">
|
<popUpButton verticalHuggingPriority="750" id="456">
|
||||||
<rect key="frame" x="107" y="57" width="168" height="22"/>
|
<rect key="frame" x="107" y="57" width="210" height="22"/>
|
||||||
<autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
|
<autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
|
||||||
<popUpButtonCell key="cell" type="push" title="Item1" bezelStyle="rounded" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="460" id="786">
|
<popUpButtonCell key="cell" type="push" title="Item1" bezelStyle="rounded" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="460" id="786">
|
||||||
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
||||||
@ -219,7 +234,7 @@
|
|||||||
</connections>
|
</connections>
|
||||||
</popUpButton>
|
</popUpButton>
|
||||||
<popUpButton verticalHuggingPriority="750" id="461">
|
<popUpButton verticalHuggingPriority="750" id="461">
|
||||||
<rect key="frame" x="107" y="32" width="168" height="22"/>
|
<rect key="frame" x="107" y="32" width="210" height="22"/>
|
||||||
<autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
|
<autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
|
||||||
<popUpButtonCell key="cell" type="push" title="Item1" bezelStyle="rounded" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="465" id="787">
|
<popUpButtonCell key="cell" type="push" title="Item1" bezelStyle="rounded" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="465" id="787">
|
||||||
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
||||||
@ -239,7 +254,7 @@
|
|||||||
</connections>
|
</connections>
|
||||||
</popUpButton>
|
</popUpButton>
|
||||||
<popUpButton verticalHuggingPriority="750" id="466">
|
<popUpButton verticalHuggingPriority="750" id="466">
|
||||||
<rect key="frame" x="107" y="7" width="168" height="22"/>
|
<rect key="frame" x="107" y="7" width="210" height="22"/>
|
||||||
<autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
|
<autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
|
||||||
<popUpButtonCell key="cell" type="push" title="Item1" bezelStyle="rounded" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="470" id="788">
|
<popUpButtonCell key="cell" type="push" title="Item1" bezelStyle="rounded" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="470" id="788">
|
||||||
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
||||||
@ -344,7 +359,7 @@
|
|||||||
</textFieldCell>
|
</textFieldCell>
|
||||||
</textField>
|
</textField>
|
||||||
<popUpButton verticalHuggingPriority="750" id="609">
|
<popUpButton verticalHuggingPriority="750" id="609">
|
||||||
<rect key="frame" x="54" y="187" width="174" height="22"/>
|
<rect key="frame" x="54" y="187" width="216" height="22"/>
|
||||||
<autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
|
<autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
|
||||||
<popUpButtonCell key="cell" type="push" title="Sólo icono" bezelStyle="rounded" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" tag="1" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="631" id="795">
|
<popUpButtonCell key="cell" type="push" title="Sólo icono" bezelStyle="rounded" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" tag="1" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="631" id="795">
|
||||||
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
||||||
@ -376,7 +391,7 @@
|
|||||||
</connections>
|
</connections>
|
||||||
</button>
|
</button>
|
||||||
<colorWell id="716">
|
<colorWell id="716">
|
||||||
<rect key="frame" x="233" y="192" width="39" height="17"/>
|
<rect key="frame" x="275" y="191" width="39" height="17"/>
|
||||||
<autoresizingMask key="autoresizingMask"/>
|
<autoresizingMask key="autoresizingMask"/>
|
||||||
<color key="color" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
|
<color key="color" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
|
||||||
<connections>
|
<connections>
|
||||||
@ -483,7 +498,7 @@
|
|||||||
<color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
|
<color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
|
||||||
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
||||||
<size key="minSize" width="573" height="601"/>
|
<size key="minSize" width="573" height="601"/>
|
||||||
<size key="maxSize" width="573" height="10000000"/>
|
<size key="maxSize" width="575" height="10000000"/>
|
||||||
<attributedString key="textStorage">
|
<attributedString key="textStorage">
|
||||||
<fragment>
|
<fragment>
|
||||||
<mutableString key="content"> GNU GENERAL PUBLIC LICENSE
|
<mutableString key="content"> GNU GENERAL PUBLIC LICENSE
|
||||||
@ -1055,7 +1070,7 @@ Gw
|
|||||||
<color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
|
<color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
|
||||||
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
||||||
<size key="minSize" width="573" height="663"/>
|
<size key="minSize" width="573" height="663"/>
|
||||||
<size key="maxSize" width="573" height="10000000"/>
|
<size key="maxSize" width="575" height="10000000"/>
|
||||||
<color key="insertionPointColor" name="textColor" catalog="System" colorSpace="catalog"/>
|
<color key="insertionPointColor" name="textColor" catalog="System" colorSpace="catalog"/>
|
||||||
</textView>
|
</textView>
|
||||||
</subviews>
|
</subviews>
|
||||||
|
|||||||
BIN
Ressources/Spanish.lproj/MainMenu.nib/keyedobjects.nib
generated
BIN
Ressources/Spanish.lproj/MainMenu.nib/keyedobjects.nib
generated
Binary file not shown.
Reference in New Issue
Block a user