[macOS] Update Info window.

Use SF Symbols on macOS 11+

Use NSSegmentedControl instead of custom view.

Add NSImage extension to fallback loading from
assets on macOS 10.15 and older.

Also should fix sizing issues when changing pane from Options
to Files.

Fixes #2247
This commit is contained in:
Dzmitry Neviadomski 2021-12-06 02:42:54 +03:00
parent 4e3fd52b3d
commit c38ee22f7f
24 changed files with 651 additions and 1031 deletions

View File

@ -134,7 +134,6 @@
A23547E211CD0B090046EAE6 /* cache.cc in Sources */ = {isa = PBXBuildFile; fileRef = A23547E011CD0B090046EAE6 /* cache.cc */; };
A23547E311CD0B090046EAE6 /* cache.h in Headers */ = {isa = PBXBuildFile; fileRef = A23547E111CD0B090046EAE6 /* cache.h */; };
A2385DD40BFE06C800B24EF6 /* DragOverlayWindow.mm in Sources */ = {isa = PBXBuildFile; fileRef = A2385DD20BFE06C800B24EF6 /* DragOverlayWindow.mm */; };
A238D49F21CDA1A5006B03EA /* InfoTabMatrix.mm in Sources */ = {isa = PBXBuildFile; fileRef = A238D49E21CDA1A5006B03EA /* InfoTabMatrix.mm */; };
A23F29A1132A447400E9A83B /* announcer-common.h in Headers */ = {isa = PBXBuildFile; fileRef = A23F299F132A447400E9A83B /* announcer-common.h */; };
A23F29A2132A447400E9A83B /* announcer-http.cc in Sources */ = {isa = PBXBuildFile; fileRef = A23F29A0132A447400E9A83B /* announcer-http.cc */; };
A23F4FF20D1D98AD002FCB97 /* PrefsWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = A23F4FF00D1D98AD002FCB97 /* PrefsWindow.xib */; };
@ -158,7 +157,6 @@
A259317E0A73B2CC002F4FE7 /* TransmissionHelp in Resources */ = {isa = PBXBuildFile; fileRef = A259316A0A73B2CC002F4FE7 /* TransmissionHelp */; };
A25964A6106D73A800453B31 /* announcer.cc in Sources */ = {isa = PBXBuildFile; fileRef = A25964A4106D73A800453B31 /* announcer.cc */; };
A25964A7106D73A800453B31 /* announcer.h in Headers */ = {isa = PBXBuildFile; fileRef = A25964A5106D73A800453B31 /* announcer.h */; };
A25BB02A12F4F517004B724E /* InfoTabButtonBack.mm in Sources */ = {isa = PBXBuildFile; fileRef = A25BB02912F4F517004B724E /* InfoTabButtonBack.mm */; };
A25BFD69167BED3B0039D1AA /* variant-benc.cc in Sources */ = {isa = PBXBuildFile; fileRef = A25BFD63167BED3B0039D1AA /* variant-benc.cc */; };
A25BFD6A167BED3B0039D1AA /* variant-common.h in Headers */ = {isa = PBXBuildFile; fileRef = A25BFD64167BED3B0039D1AA /* variant-common.h */; };
A25BFD6B167BED3B0039D1AA /* variant-json.cc in Sources */ = {isa = PBXBuildFile; fileRef = A25BFD65167BED3B0039D1AA /* variant-json.cc */; };
@ -242,7 +240,6 @@
A2D8CFBA15F82DFA0056E93D /* NSApplicationAdditions.mm in Sources */ = {isa = PBXBuildFile; fileRef = A29D84031049C25600D1987A /* NSApplicationAdditions.mm */; };
A2D8CFBB15F82E030056E93D /* NSStringAdditions.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4DE5CC9C0980656F00BE280E /* NSStringAdditions.mm */; };
A2DF37070C220D03006523C1 /* CreatorWindowController.mm in Sources */ = {isa = PBXBuildFile; fileRef = A2DF37050C220D03006523C1 /* CreatorWindowController.mm */; };
A2E23AC60CB5E1930002BB25 /* InfoTabButtonCell.mm in Sources */ = {isa = PBXBuildFile; fileRef = A2E23AC40CB5E1930002BB25 /* InfoTabButtonCell.mm */; };
A2E384DA130DFB3A001F501B /* templates.h in Headers */ = {isa = PBXBuildFile; fileRef = A2E384D2130DFB3A001F501B /* templates.h */; };
A2E384DC130DFB3A001F501B /* utp_config.h in Headers */ = {isa = PBXBuildFile; fileRef = A2E384D4130DFB3A001F501B /* utp_config.h */; };
A2E384DD130DFB3A001F501B /* utp_utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A2E384D5130DFB3A001F501B /* utp_utils.cpp */; };
@ -682,8 +679,6 @@
A236D19615F6BD9C000C3DD4 /* it */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Localizable.strings; sourceTree = "<group>"; };
A2385DD20BFE06C800B24EF6 /* DragOverlayWindow.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = DragOverlayWindow.mm; sourceTree = "<group>"; };
A2385DD30BFE06C800B24EF6 /* DragOverlayWindow.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DragOverlayWindow.h; sourceTree = "<group>"; };
A238D49D21CDA1A5006B03EA /* InfoTabMatrix.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = InfoTabMatrix.h; sourceTree = "<group>"; };
A238D49E21CDA1A5006B03EA /* InfoTabMatrix.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = InfoTabMatrix.mm; sourceTree = "<group>"; };
A23F299F132A447400E9A83B /* announcer-common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "announcer-common.h"; sourceTree = "<group>"; };
A23F29A0132A447400E9A83B /* announcer-http.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = "announcer-http.cc"; sourceTree = "<group>"; };
A23F526D0F14395900AA02E3 /* PredicateEditorRowTemplateAny.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PredicateEditorRowTemplateAny.h; sourceTree = "<group>"; };
@ -709,8 +704,6 @@
A259316A0A73B2CC002F4FE7 /* TransmissionHelp */ = {isa = PBXFileReference; lastKnownFileType = folder; path = TransmissionHelp; sourceTree = "<group>"; };
A25964A4106D73A800453B31 /* announcer.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = announcer.cc; sourceTree = "<group>"; };
A25964A5106D73A800453B31 /* announcer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = announcer.h; sourceTree = "<group>"; };
A25BB02812F4F517004B724E /* InfoTabButtonBack.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = InfoTabButtonBack.h; sourceTree = "<group>"; };
A25BB02912F4F517004B724E /* InfoTabButtonBack.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = InfoTabButtonBack.mm; sourceTree = "<group>"; };
A25BFD63167BED3B0039D1AA /* variant-benc.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = "variant-benc.cc"; sourceTree = "<group>"; };
A25BFD64167BED3B0039D1AA /* variant-common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "variant-common.h"; sourceTree = "<group>"; };
A25BFD65167BED3B0039D1AA /* variant-json.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = "variant-json.cc"; sourceTree = "<group>"; };
@ -888,8 +881,6 @@
A2D8CFBF15FA177A0056E93D /* ru */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/Localizable.strings; sourceTree = "<group>"; };
A2DF37040C220D03006523C1 /* CreatorWindowController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CreatorWindowController.h; sourceTree = "<group>"; };
A2DF37050C220D03006523C1 /* CreatorWindowController.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = CreatorWindowController.mm; sourceTree = "<group>"; };
A2E23AC30CB5E1930002BB25 /* InfoTabButtonCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = InfoTabButtonCell.h; sourceTree = "<group>"; };
A2E23AC40CB5E1930002BB25 /* InfoTabButtonCell.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = InfoTabButtonCell.mm; sourceTree = "<group>"; };
A2E384D2130DFB3A001F501B /* templates.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = templates.h; sourceTree = "<group>"; };
A2E384D3130DFB3A001F501B /* utp_config_example.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = utp_config_example.h; sourceTree = "<group>"; };
A2E384D4130DFB3A001F501B /* utp_config.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = utp_config.h; sourceTree = "<group>"; };
@ -1758,41 +1749,35 @@
E1B6FBF80C0D719B0015FE4D /* Info Window */ = {
isa = PBXGroup;
children = (
A247A442114C701800547DFC /* InfoViewController.h */,
A209EAC41142CF28002B02D1 /* InfoGeneralViewController.h */,
A209EAC51142CF28002B02D1 /* InfoGeneralViewController.mm */,
A209EAC21142CF28002B02D1 /* InfoActivityViewController.h */,
A209EAC31142CF28002B02D1 /* InfoActivityViewController.mm */,
A209EAFF1142D3A5002B02D1 /* InfoTrackersViewController.h */,
A209EB001142D3A5002B02D1 /* InfoTrackersViewController.mm */,
A209EB9B1142E59A002B02D1 /* InfoPeersViewController.h */,
A209EB9C1142E59A002B02D1 /* InfoPeersViewController.mm */,
A209EBCC1142F2B4002B02D1 /* InfoFileViewController.h */,
A209EBCD1142F2B4002B02D1 /* InfoFileViewController.mm */,
A209EAC41142CF28002B02D1 /* InfoGeneralViewController.h */,
A209EAC51142CF28002B02D1 /* InfoGeneralViewController.mm */,
A209EBF71142FEEE002B02D1 /* InfoOptionsViewController.h */,
A209EBF81142FEEE002B02D1 /* InfoOptionsViewController.mm */,
A257C17F0CAD3003004E121C /* PeerTableView.h */,
A257C1800CAD3003004E121C /* PeerTableView.mm */,
A2E23AC30CB5E1930002BB25 /* InfoTabButtonCell.h */,
A2E23AC40CB5E1930002BB25 /* InfoTabButtonCell.mm */,
A238D49D21CDA1A5006B03EA /* InfoTabMatrix.h */,
A238D49E21CDA1A5006B03EA /* InfoTabMatrix.mm */,
A25BB02812F4F517004B724E /* InfoTabButtonBack.h */,
A25BB02912F4F517004B724E /* InfoTabButtonBack.mm */,
A209EB9B1142E59A002B02D1 /* InfoPeersViewController.h */,
A209EB9C1142E59A002B02D1 /* InfoPeersViewController.mm */,
A263CFBE10DD67670038DE27 /* InfoTextField.h */,
A263CFBF10DD67670038DE27 /* InfoTextField.mm */,
A209EAFF1142D3A5002B02D1 /* InfoTrackersViewController.h */,
A209EB001142D3A5002B02D1 /* InfoTrackersViewController.mm */,
A247A442114C701800547DFC /* InfoViewController.h */,
A200B8390A2263BA007BBB1E /* InfoWindowController.h */,
A200B83A0A2263BA007BBB1E /* InfoWindowController.mm */,
A2A1CB770BF29D5500AE959F /* PeerProgressIndicatorCell.h */,
A2A1CB780BF29D5500AE959F /* PeerProgressIndicatorCell.mm */,
A257C17F0CAD3003004E121C /* PeerTableView.h */,
A257C1800CAD3003004E121C /* PeerTableView.mm */,
A2AA579A0ADFCAB400CA59F6 /* PiecesView.h */,
A2AA579B0ADFCAB400CA59F6 /* PiecesView.mm */,
A2725D5B0DE7507C003445E7 /* TrackerTableView.h */,
A2725D5C0DE7507C003445E7 /* TrackerTableView.mm */,
A21A9D3F106EC2E800F1C3C1 /* TrackerCell.h */,
A21A9D40106EC2E800F1C3C1 /* TrackerCell.mm */,
A2725D5B0DE7507C003445E7 /* TrackerTableView.h */,
A2725D5C0DE7507C003445E7 /* TrackerTableView.mm */,
A2D7744F154CC25700A62B93 /* WebSeedTableView.h */,
A2D77450154CC25700A62B93 /* WebSeedTableView.mm */,
A263CFBE10DD67670038DE27 /* InfoTextField.h */,
A263CFBF10DD67670038DE27 /* InfoTextField.mm */,
);
name = "Info Window";
sourceTree = "<group>";
@ -2544,7 +2529,6 @@
A2085DDC0C53BC74000BC3B7 /* AboutWindowController.mm in Sources */,
A21282A80CA6C66800EAEE0F /* StatusBarView.mm in Sources */,
A257C1820CAD3003004E121C /* PeerTableView.mm in Sources */,
A2E23AC60CB5E1930002BB25 /* InfoTabButtonCell.mm in Sources */,
A2A6321B0CD9751700E3DA60 /* BadgeView.mm in Sources */,
A2ED7D8F0CEF431B00970975 /* FilterButton.mm in Sources */,
A25892640CF1F7E800CCCDDF /* StatsWindowController.mm in Sources */,
@ -2576,14 +2560,12 @@
A209EBF91142FEEE002B02D1 /* InfoOptionsViewController.mm in Sources */,
A21F15AC11729A8B00CF5A9C /* AddMagnetWindowController.mm in Sources */,
A2661D6112D0E8D9004F69D5 /* FilterBarView.mm in Sources */,
A25BB02A12F4F517004B724E /* InfoTabButtonBack.mm in Sources */,
A2F7CF5F13035FFD0016FF10 /* URLSheetWindowController.mm in Sources */,
A2E57ABB1310822C00A7DAB1 /* StatusBarController.mm in Sources */,
A2E57BA713109E6B00A7DAB1 /* FilterBarController.mm in Sources */,
A2B5B4E91880665E0071A66A /* ShareTorrentFileHelper.mm in Sources */,
A22BAE281388040500FB022F /* NSMutableArrayAdditions.mm in Sources */,
A2966E8713DAF74C007B52DF /* GlobalOptionsPopoverViewController.mm in Sources */,
A238D49F21CDA1A5006B03EA /* InfoTabMatrix.mm in Sources */,
A234EA541453563B000F3E97 /* NSImageAdditions.mm in Sources */,
A2AB883E16A399A6008FAD50 /* VDKQueue.m in Sources */,
A2451E6916ACE4EB00586E0E /* FileRenameSheetController.mm in Sources */,

View File

@ -73,8 +73,6 @@ set(${PROJECT_NAME}_SOURCES
InfoGeneralViewController.mm
InfoOptionsViewController.mm
InfoPeersViewController.mm
InfoTabButtonBack.mm
InfoTabButtonCell.mm
InfoTextField.mm
InfoTrackersViewController.mm
InfoWindowController.mm
@ -145,8 +143,6 @@ set(${PROJECT_NAME}_HEADERS
InfoGeneralViewController.h
InfoOptionsViewController.h
InfoPeersViewController.h
InfoTabButtonBack.h
InfoTabButtonCell.h
InfoTextField.h
InfoTrackersViewController.h
InfoViewController.h

View File

@ -1,29 +0,0 @@
/******************************************************************************
* Copyright (c) 2011-2012 Transmission authors and contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
* and/or sell copies of the Software, and to permit persons to whom the
* Software is furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*****************************************************************************/
#import <Cocoa/Cocoa.h>
@interface InfoTabButtonBack : NSView
{
}
@end

View File

@ -1,88 +0,0 @@
/******************************************************************************
* Copyright (c) 2011-2012 Transmission authors and contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
* and/or sell copies of the Software, and to permit persons to whom the
* Software is furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*****************************************************************************/
#import "InfoTabButtonBack.h"
#import "NSApplicationAdditions.h"
@implementation InfoTabButtonBack
- (void)drawRect:(NSRect)rect
{
NSInteger count = 0;
NSRect gridRects[2];
NSColor* colorRects[2];
NSRect lineBorderRect = NSMakeRect(NSMinX(rect), NSHeight(self.bounds) - 1.0, NSWidth(rect), 1.0);
if (NSIntersectsRect(lineBorderRect, rect))
{
gridRects[count] = lineBorderRect;
if (@available(macOS 10.14, *))
{
colorRects[count] = NSColor.separatorColor;
}
else
{
colorRects[count] = NSColor.grayColor;
}
++count;
rect.size.height -= 1.0;
}
lineBorderRect.origin.y = 0.0;
if (NSIntersectsRect(lineBorderRect, rect))
{
gridRects[count] = lineBorderRect;
if (@available(macOS 10.14, *))
{
colorRects[count] = NSColor.separatorColor;
}
else
{
colorRects[count] = NSColor.grayColor;
}
++count;
rect.origin.y += 1.0;
rect.size.height -= 1.0;
}
NSRectFillListWithColors(gridRects, colorRects, count);
NSGradient* gradient;
if (NSApp.isDarkMode)
{
NSColor* darkColor = [NSColor colorWithCalibratedRed:60.0 / 255.0 green:60.0 / 255.0 blue:60.0 / 255.0 alpha:1.0];
NSColor* lightColor = [NSColor colorWithCalibratedRed:90.0 / 255.0 green:90.0 / 255.0 blue:90.0 / 255.0 alpha:1.0];
gradient = [[NSGradient alloc] initWithStartingColor:lightColor endingColor:darkColor];
}
else
{
NSColor* lightColor = [NSColor colorWithCalibratedRed:245.0 / 255.0 green:245.0 / 255.0 blue:245.0 / 255.0 alpha:1.0];
NSColor* darkColor = [NSColor colorWithCalibratedRed:215.0 / 255.0 green:215.0 / 255.0 blue:215.0 / 255.0 alpha:1.0];
gradient = [[NSGradient alloc] initWithStartingColor:lightColor endingColor:darkColor];
}
[gradient drawInRect:rect angle:270.0];
}
@end

View File

@ -1,36 +0,0 @@
/******************************************************************************
* Copyright (c) 2007-2012 Transmission authors and contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
* and/or sell copies of the Software, and to permit persons to whom the
* Software is furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*****************************************************************************/
#import <Cocoa/Cocoa.h>
@interface InfoTabButtonCell : NSButtonCell
{
NSImage* fIcon;
BOOL fSelected;
}
- (void)setSelectedTab:(BOOL)selected;
- (void)reloadAppearance;
@end

View File

@ -1,160 +0,0 @@
/******************************************************************************
* Copyright (c) 2007-2012 Transmission authors and contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
* and/or sell copies of the Software, and to permit persons to whom the
* Software is furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*****************************************************************************/
#import "InfoTabButtonCell.h"
#import "NSApplicationAdditions.h"
@implementation InfoTabButtonCell
- (void)awakeFromNib
{
if (!NSApp.onMojaveOrBetter)
{
NSNotificationCenter* nc = NSNotificationCenter.defaultCenter;
[nc addObserver:self selector:@selector(updateControlTint:) name:NSControlTintDidChangeNotification object:NSApp];
}
fSelected = NO;
//expects the icon to currently be set as the image
fIcon = self.image;
}
- (void)dealloc
{
[NSNotificationCenter.defaultCenter removeObserver:self];
}
- (void)setControlView:(NSView*)controlView
{
BOOL const hadControlView = self.controlView != nil;
super.controlView = controlView;
if (!hadControlView)
{
[(NSMatrix*)self.controlView setToolTip:self.title forCell:self];
[self setSelectedTab:fSelected];
}
}
- (void)setSelectedTab:(BOOL)selected
{
fSelected = selected;
[self reloadAppearance];
}
- (void)reloadAppearance
{
if (self.controlView == nil)
{
return;
}
NSInteger row, col;
[(NSMatrix*)self.controlView getRow:&row column:&col ofCell:self];
NSRect tabRect = [(NSMatrix*)self.controlView cellFrameAtRow:row column:col];
tabRect.origin.x = 0.0;
tabRect.origin.y = 0.0;
NSImage* tabImage = [[NSImage alloc] initWithSize:tabRect.size];
[tabImage lockFocus];
NSGradient* gradient;
if (fSelected)
{
NSColor *lightColor, *darkColor;
if (@available(macOS 10.14, *))
{
lightColor = [NSColor.controlAccentColor blendedColorWithFraction:0.35 ofColor:NSColor.whiteColor];
darkColor = [NSColor.controlAccentColor blendedColorWithFraction:0.15 ofColor:NSColor.whiteColor];
}
else
{
lightColor = [NSColor colorForControlTint:NSColor.currentControlTint];
darkColor = [lightColor blendedColorWithFraction:0.2 ofColor:NSColor.blackColor];
}
gradient = [[NSGradient alloc] initWithStartingColor:lightColor endingColor:darkColor];
}
else
{
if (NSApp.isDarkMode)
{
NSColor* darkColor = [NSColor colorWithCalibratedRed:60.0 / 255.0 green:60.0 / 255.0 blue:60.0 / 255.0 alpha:1.0];
NSColor* lightColor = [NSColor colorWithCalibratedRed:90.0 / 255.0 green:90.0 / 255.0 blue:90.0 / 255.0 alpha:1.0];
gradient = [[NSGradient alloc] initWithStartingColor:lightColor endingColor:darkColor];
}
else
{
NSColor* lightColor = [NSColor colorWithCalibratedRed:245.0 / 255.0 green:245.0 / 255.0 blue:245.0 / 255.0 alpha:1.0];
NSColor* darkColor = [NSColor colorWithCalibratedRed:215.0 / 255.0 green:215.0 / 255.0 blue:215.0 / 255.0 alpha:1.0];
gradient = [[NSGradient alloc] initWithStartingColor:lightColor endingColor:darkColor];
}
}
if (@available(macOS 10.14, *))
{
[NSColor.separatorColor set];
}
else
{
[NSColor.grayColor set];
}
NSRectFill(NSMakeRect(0.0, 0.0, NSWidth(tabRect), 1.0));
NSRectFill(NSMakeRect(0.0, NSHeight(tabRect) - 1.0, NSWidth(tabRect), 1.0));
NSRectFill(NSMakeRect(NSWidth(tabRect) - 1.0, 1.0, NSWidth(tabRect) - 1.0, NSHeight(tabRect) - 2.0));
tabRect = NSMakeRect(0.0, 1.0, NSWidth(tabRect) - 1.0, NSHeight(tabRect) - 2.0);
[gradient drawInRect:tabRect angle:270.0];
if (fIcon)
{
NSSize const iconSize = fIcon.size;
NSRect const iconRect = NSMakeRect(
NSMinX(tabRect) + floor((NSWidth(tabRect) - iconSize.width) * 0.5),
NSMinY(tabRect) + floor((NSHeight(tabRect) - iconSize.height) * 0.5),
iconSize.width,
iconSize.height);
[fIcon drawInRect:iconRect fromRect:NSZeroRect operation:NSCompositingOperationSourceOver fraction:1.0];
}
[tabImage unlockFocus];
self.image = tabImage;
}
- (void)updateControlTint:(NSNotification*)notification
{
NSAssert(!NSApp.onMojaveOrBetter, @"should not be observing control tint color when accent color is available");
if (fSelected)
{
[self setSelectedTab:YES];
}
}
@end

View File

@ -1,17 +0,0 @@
//
// InfoTabMatrix.h
// Transmission
//
// Created by Mitchell Livingston on 12/21/18.
// Copyright © 2018 The Transmission Project. All rights reserved.
//
#import <Cocoa/Cocoa.h>
NS_ASSUME_NONNULL_BEGIN
@interface InfoTabMatrix : NSMatrix
@end
NS_ASSUME_NONNULL_END

View File

@ -1,22 +0,0 @@
//
// InfoTabMatrix.m
// Transmission
//
// Created by Mitchell Livingston on 12/21/18.
// Copyright © 2018 The Transmission Project. All rights reserved.
//
#import "InfoTabMatrix.h"
#import "InfoTabButtonCell.h"
@implementation InfoTabMatrix
- (void)viewDidChangeEffectiveAppearance;
{
for (InfoTabButtonCell* cell in self.cells)
{
[cell reloadAppearance];
}
}
@end

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="19162" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="19529" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<deployment identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="19162"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="19529"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
@ -12,23 +12,23 @@
<outlet property="fImageView" destination="28" id="36"/>
<outlet property="fNameField" destination="15" id="160"/>
<outlet property="fNoneSelectedField" destination="1832" id="1834"/>
<outlet property="fTabMatrix" destination="927" id="1109"/>
<outlet property="fTabs" destination="xlT-co-gnG" id="sDP-l6-KTQ"/>
<outlet property="window" destination="5" id="49"/>
</connections>
</customObject>
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
<window title="Torrent Inspector" allowsToolTipsWhenApplicationIsInactive="NO" restorable="NO" hidesOnDeactivate="YES" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" tabbingMode="disallowed" id="5" userLabel="InfoWindow" customClass="NSPanel">
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
<rect key="contentRect" x="897" y="867" width="403" height="77"/>
<rect key="screenRect" x="0.0" y="0.0" width="1440" height="875"/>
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES" utility="YES"/>
<rect key="contentRect" x="897" y="867" width="403" height="70"/>
<rect key="screenRect" x="0.0" y="0.0" width="1792" height="1120"/>
<value key="minSize" type="size" width="350" height="77"/>
<view key="contentView" id="6">
<rect key="frame" x="0.0" y="0.0" width="403" height="77"/>
<rect key="frame" x="0.0" y="0.0" width="403" height="70"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<textField horizontalHuggingPriority="249" verticalHuggingPriority="750" horizontalCompressionResistancePriority="249" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="15" customClass="InfoTextField">
<rect key="frame" x="48" y="51" width="347" height="16"/>
<rect key="frame" x="48" y="44" width="347" height="16"/>
<textFieldCell key="cell" lineBreakMode="truncatingMiddle" sendsActionOnEndEditing="YES" alignment="left" title="title" id="1481">
<font key="font" metaFont="systemBold"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
@ -36,7 +36,7 @@
</textFieldCell>
</textField>
<textField horizontalHuggingPriority="249" verticalHuggingPriority="750" horizontalCompressionResistancePriority="249" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="1832">
<rect key="frame" x="48" y="43" width="347" height="16"/>
<rect key="frame" x="48" y="36" width="347" height="16"/>
<textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" alignment="left" title="No Torrents Selected" id="1833">
<font key="font" metaFont="systemBold"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
@ -44,7 +44,7 @@
</textFieldCell>
</textField>
<imageView horizontalHuggingPriority="750" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="28">
<rect key="frame" x="10" y="35" width="32" height="32"/>
<rect key="frame" x="10" y="28" width="32" height="32"/>
<constraints>
<constraint firstAttribute="width" constant="32" id="8RE-eg-dQr"/>
<constraint firstAttribute="height" constant="32" id="dFT-cY-S1H"/>
@ -52,111 +52,61 @@
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="NSApplicationIcon" id="1482"/>
</imageView>
<textField horizontalHuggingPriority="249" verticalHuggingPriority="750" horizontalCompressionResistancePriority="249" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="29" customClass="InfoTextField">
<rect key="frame" x="48" y="37" width="347" height="14"/>
<rect key="frame" x="48" y="30" width="347" height="14"/>
<textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="info" id="1483">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<customView verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="1830" customClass="InfoTabButtonBack">
<rect key="frame" x="330" y="0.0" width="73" height="25"/>
<segmentedControl verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="xlT-co-gnG" userLabel="Segments">
<rect key="frame" x="8" y="-1" width="387" height="24"/>
<constraints>
<constraint firstAttribute="width" relation="greaterThanOrEqual" constant="20" id="PKE-Ur-jFy"/>
<constraint firstAttribute="height" constant="22" id="NcB-d2-g62"/>
</constraints>
</customView>
<matrix horizontalHuggingPriority="750" verticalHuggingPriority="750" allowsEmptySelection="NO" autosizesCells="NO" translatesAutoresizingMaskIntoConstraints="NO" id="927" customClass="InfoTabMatrix">
<rect key="frame" x="0.0" y="0.0" width="330" height="25"/>
<constraints>
<constraint firstAttribute="height" constant="25" id="hKz-ct-bbc"/>
<constraint firstAttribute="width" constant="330" id="z2h-O9-V2h"/>
</constraints>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
<size key="cellSize" width="55" height="25"/>
<size key="intercellSpacing" width="0.0" height="2"/>
<buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" inset="2" id="1562">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<segmentedCell key="cell" borderStyle="border" alignment="left" segmentDistribution="fill" style="rounded" trackingMode="selectOne" id="aGK-Yo-M1B">
<font key="font" metaFont="system"/>
</buttonCell>
<cells>
<column>
<buttonCell type="square" bezelStyle="shadowlessSquare" image="InfoGeneral" imagePosition="overlaps" alignment="left" inset="2" id="931" customClass="InfoTabButtonCell">
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
</column>
<column>
<buttonCell type="square" bezelStyle="shadowlessSquare" image="InfoActivity" imagePosition="overlaps" alignment="left" tag="1" inset="2" id="932" customClass="InfoTabButtonCell">
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
</column>
<column>
<buttonCell type="square" bezelStyle="shadowlessSquare" image="InfoTracker" imagePosition="only" alignment="left" tag="2" inset="2" id="933" customClass="InfoTabButtonCell">
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
</column>
<column>
<buttonCell type="square" bezelStyle="shadowlessSquare" image="InfoPeers" imagePosition="overlaps" alignment="left" tag="3" inset="2" id="934" customClass="InfoTabButtonCell">
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
</column>
<column>
<buttonCell type="square" bezelStyle="shadowlessSquare" image="InfoFiles" imagePosition="overlaps" alignment="left" tag="4" inset="2" id="935" customClass="InfoTabButtonCell">
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
</column>
<column>
<buttonCell type="square" bezelStyle="shadowlessSquare" image="InfoOptions" imagePosition="overlaps" alignment="left" tag="5" inset="2" id="1726" customClass="InfoTabButtonCell">
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
</column>
</cells>
<connections>
<action selector="setTab:" target="-2" id="1107"/>
</connections>
</matrix>
<segments>
<segment image="info.circle" catalog="system" selected="YES"/>
<segment image="square.grid.3x3.square" catalog="system" tag="1"/>
<segment image="antenna.radiowaves.left.and.right" catalog="system" tag="2"/>
<segment image="person.2" catalog="system" tag="3"/>
<segment image="doc.on.doc" catalog="system" tag="4"/>
<segment image="gearshape" catalog="system" tag="5"/>
</segments>
</segmentedCell>
</segmentedControl>
</subviews>
<constraints>
<constraint firstItem="1830" firstAttribute="height" secondItem="927" secondAttribute="height" id="7kC-sv-Rac"/>
<constraint firstItem="29" firstAttribute="leading" secondItem="15" secondAttribute="leading" id="BNH-Tr-hFi"/>
<constraint firstItem="1832" firstAttribute="centerY" secondItem="28" secondAttribute="centerY" id="El1-Gz-xIm"/>
<constraint firstItem="15" firstAttribute="leading" secondItem="28" secondAttribute="trailing" constant="8" symbolic="YES" id="KnI-DH-f2f"/>
<constraint firstAttribute="trailing" secondItem="1832" secondAttribute="trailing" constant="10" id="KvA-Du-d9V"/>
<constraint firstAttribute="trailing" secondItem="15" secondAttribute="trailing" constant="10" id="NcT-hF-ea0"/>
<constraint firstItem="1830" firstAttribute="top" secondItem="927" secondAttribute="top" id="TnS-Sn-O3R"/>
<constraint firstAttribute="trailing" secondItem="xlT-co-gnG" secondAttribute="trailing" constant="10" id="UHq-fV-59B"/>
<constraint firstItem="29" firstAttribute="top" secondItem="15" secondAttribute="bottom" id="Y9O-lX-kmT"/>
<constraint firstItem="1830" firstAttribute="leading" secondItem="927" secondAttribute="trailing" id="ZTN-6K-vX5"/>
<constraint firstItem="927" firstAttribute="top" relation="greaterThanOrEqual" secondItem="29" secondAttribute="bottom" constant="10" id="b6k-JH-u2F"/>
<constraint firstItem="15" firstAttribute="top" secondItem="28" secondAttribute="top" id="eMj-JO-xBI"/>
<constraint firstItem="927" firstAttribute="top" relation="greaterThanOrEqual" secondItem="28" secondAttribute="bottom" constant="10" id="gqi-Zg-4t0"/>
<constraint firstItem="927" firstAttribute="top" secondItem="28" secondAttribute="bottom" priority="249" constant="10" id="kUG-oS-arE"/>
<constraint firstItem="1832" firstAttribute="leading" secondItem="28" secondAttribute="trailing" constant="8" symbolic="YES" id="kix-P7-jf3"/>
<constraint firstAttribute="trailing" secondItem="29" secondAttribute="trailing" constant="10" id="kvJ-zV-yMM"/>
<constraint firstItem="28" firstAttribute="leading" secondItem="6" secondAttribute="leading" constant="10" id="lNe-yY-iVE"/>
<constraint firstItem="28" firstAttribute="top" secondItem="6" secondAttribute="top" constant="10" id="nES-K0-lBd"/>
<constraint firstAttribute="trailing" secondItem="1830" secondAttribute="trailing" id="nUk-KN-r8J"/>
<constraint firstItem="927" firstAttribute="leading" secondItem="6" secondAttribute="leading" id="sJ7-kc-lcC"/>
<constraint firstItem="927" firstAttribute="top" secondItem="29" secondAttribute="bottom" priority="249" constant="10" id="xWX-F2-B3L"/>
<constraint firstItem="xlT-co-gnG" firstAttribute="top" secondItem="6" secondAttribute="top" constant="48" id="wUK-Q2-nIe"/>
<constraint firstItem="xlT-co-gnG" firstAttribute="leading" secondItem="6" secondAttribute="leading" constant="10" id="ymb-Ls-cSo"/>
</constraints>
</view>
<connections>
<outlet property="delegate" destination="-2" id="556"/>
</connections>
<point key="canvasLocation" x="195.5" y="155.5"/>
<point key="canvasLocation" x="195.5" y="152"/>
</window>
</objects>
<resources>
<image name="InfoActivity" width="20" height="20"/>
<image name="InfoFiles" width="20" height="20"/>
<image name="InfoGeneral" width="20" height="20"/>
<image name="InfoOptions" width="20" height="20"/>
<image name="InfoPeers" width="20" height="20"/>
<image name="InfoTracker" width="20" height="20"/>
<image name="NSApplicationIcon" width="32" height="32"/>
<image name="antenna.radiowaves.left.and.right" catalog="system" width="16" height="14"/>
<image name="doc.on.doc" catalog="system" width="16" height="18"/>
<image name="gearshape" catalog="system" width="16" height="16"/>
<image name="info.circle" catalog="system" width="15" height="15"/>
<image name="person.2" catalog="system" width="21" height="14"/>
<image name="square.grid.3x3.square" catalog="system" width="15" height="14"/>
</resources>
</document>

View File

@ -39,7 +39,7 @@
NSViewController<InfoViewController>* fViewController;
NSInteger fCurrentTabTag;
IBOutlet NSMatrix* fTabMatrix;
IBOutlet NSSegmentedControl* fTabs;
InfoGeneralViewController* fGeneralViewController;
InfoActivityViewController* fActivityViewController;

View File

@ -28,7 +28,7 @@
#import "InfoPeersViewController.h"
#import "InfoFileViewController.h"
#import "InfoOptionsViewController.h"
#import "InfoTabButtonCell.h"
#import "NSImageAdditions.h"
#import "NSApplicationAdditions.h"
#import "NSStringAdditions.h"
#import "Torrent.h"
@ -91,12 +91,31 @@ typedef NS_ENUM(unsigned int, tabTag) {
window.becomesKeyOnlyIfNeeded = YES;
//set tab tooltips
[fTabMatrix setToolTip:NSLocalizedString(@"General Info", "Inspector -> tab") forCell:[fTabMatrix cellWithTag:TAB_GENERAL_TAG]];
[fTabMatrix setToolTip:NSLocalizedString(@"Activity", "Inspector -> tab") forCell:[fTabMatrix cellWithTag:TAB_ACTIVITY_TAG]];
[fTabMatrix setToolTip:NSLocalizedString(@"Trackers", "Inspector -> tab") forCell:[fTabMatrix cellWithTag:TAB_TRACKERS_TAG]];
[fTabMatrix setToolTip:NSLocalizedString(@"Peers", "Inspector -> tab") forCell:[fTabMatrix cellWithTag:TAB_PEERS_TAG]];
[fTabMatrix setToolTip:NSLocalizedString(@"Files", "Inspector -> tab") forCell:[fTabMatrix cellWithTag:TAB_FILE_TAG]];
[fTabMatrix setToolTip:NSLocalizedString(@"Options", "Inspector -> tab") forCell:[fTabMatrix cellWithTag:TAB_OPTIONS_TAG]];
[fTabs.cell setToolTip:NSLocalizedString(@"General Info", "Inspector -> tab") forSegment:TAB_GENERAL_TAG];
[fTabs.cell setToolTip:NSLocalizedString(@"Activity", "Inspector -> tab") forSegment:TAB_ACTIVITY_TAG];
[fTabs.cell setToolTip:NSLocalizedString(@"Trackers", "Inspector -> tab") forSegment:TAB_TRACKERS_TAG];
[fTabs.cell setToolTip:NSLocalizedString(@"Peers", "Inspector -> tab") forSegment:TAB_PEERS_TAG];
[fTabs.cell setToolTip:NSLocalizedString(@"Files", "Inspector -> tab") forSegment:TAB_FILE_TAG];
[fTabs.cell setToolTip:NSLocalizedString(@"Options", "Inspector -> tab") forSegment:TAB_OPTIONS_TAG];
[fTabs setImage:[NSImage systemSymbol:@"info.circle"
withFallback:@"InfoGeneral"]
forSegment:TAB_GENERAL_TAG];
[fTabs setImage:[NSImage systemSymbol:@"square.grid.3x3.square"
withFallback:@"InfoActivity"]
forSegment:TAB_ACTIVITY_TAG];
[fTabs setImage:[NSImage systemSymbol:@"antenna.radiowaves.left.and.right"
withFallback:@"InfoTracker"]
forSegment:TAB_TRACKERS_TAG];
[fTabs setImage:[NSImage systemSymbol:@"person.2"
withFallback:@"InfoPeers"]
forSegment:TAB_PEERS_TAG];
[fTabs setImage:[NSImage systemSymbol:@"doc.on.doc"
withFallback:@"InfoFiles"]
forSegment:TAB_FILE_TAG];
[fTabs setImage:[NSImage systemSymbol:@"gearshape"
withFallback:@"InfoOptions"]
forSegment:TAB_OPTIONS_TAG];
//set selected tab
fCurrentTabTag = INVALID;
@ -131,7 +150,11 @@ typedef NS_ENUM(unsigned int, tabTag) {
[NSUserDefaults.standardUserDefaults setObject:TAB_INFO_IDENT forKey:@"InspectorSelected"];
tag = TAB_GENERAL_TAG;
}
[fTabMatrix selectCellWithTag:tag];
fTabs.target = self;
fTabs.action = @selector(setTab:);
fTabs.selectedSegment = tag;
[self setTab:nil];
//set blank inspector
@ -184,7 +207,7 @@ typedef NS_ENUM(unsigned int, tabTag) {
- (void)setTab:(id)sender
{
NSInteger const oldTabTag = fCurrentTabTag;
fCurrentTabTag = [fTabMatrix selectedTag];
fCurrentTabTag = fTabs.selectedTag;
if (fCurrentTabTag == oldTabTag)
{
return;
@ -194,9 +217,6 @@ typedef NS_ENUM(unsigned int, tabTag) {
CGFloat oldHeight = 0;
if (oldTabTag != INVALID)
{
//deselect old tab item
[(InfoTabButtonCell*)[fTabMatrix cellWithTag:oldTabTag] setSelectedTab:NO];
if ([fViewController respondsToSelector:@selector(saveViewSize)])
{
[fViewController saveViewSize];
@ -290,9 +310,6 @@ typedef NS_ENUM(unsigned int, tabTag) {
window.title = [NSString
stringWithFormat:@"%@ - %@", fViewController.title, NSLocalizedString(@"Torrent Inspector", "Inspector -> title")];
//selected tab item
[(InfoTabButtonCell*)fTabMatrix.selectedCell setSelectedTab:YES];
NSView* view = fViewController.view;
[fViewController updateInfo];
@ -340,7 +357,7 @@ typedef NS_ENUM(unsigned int, tabTag) {
views:@{ @"view" : view }]];
[window.contentView
addConstraints:[NSLayoutConstraint constraintsWithVisualFormat:@"V:[tabs]-0-[view]-0-|" options:0 metrics:nil
views:@{ @"tabs" : fTabMatrix, @"view" : view }]];
views:@{ @"tabs" : fTabs, @"view" : view }]];
if ((fCurrentTabTag == TAB_FILE_TAG || oldTabTag == TAB_FILE_TAG) &&
([QLPreviewPanel sharedPreviewPanelExists] && [QLPreviewPanel sharedPreviewPanel].visible))
@ -351,25 +368,25 @@ typedef NS_ENUM(unsigned int, tabTag) {
- (void)setNextTab
{
NSInteger tag = [fTabMatrix selectedTag] + 1;
if (tag >= fTabMatrix.numberOfColumns)
NSInteger tag = fTabs.selectedSegment + 1;
if (tag >= fTabs.segmentCount)
{
tag = 0;
}
[fTabMatrix selectCellWithTag:tag];
fTabs.selectedSegment = tag;
[self setTab:nil];
}
- (void)setPreviousTab
{
NSInteger tag = [fTabMatrix selectedTag] - 1;
NSInteger tag = fTabs.selectedSegment - 1;
if (tag < 0)
{
tag = fTabMatrix.numberOfColumns - 1;
tag = fTabs.segmentCount - 1;
}
[fTabMatrix selectCellWithTag:tag];
fTabs.selectedSegment = tag;
[self setTab:nil];
}

View File

@ -26,4 +26,6 @@
- (NSImage*)imageWithColor:(NSColor*)color;
+ (NSImage*)systemSymbol:(NSString*)symbolName withFallback:(NSString*)fallbackName;
@end

View File

@ -40,4 +40,14 @@
return coloredImage;
}
+ (NSImage*)systemSymbol:(NSString*)symbolName withFallback:(NSString*)fallbackName
{
if (@available(macOS 11.0, *))
{
return [NSImage imageWithSystemSymbolName:symbolName accessibilityDescription:nil];
}
return [NSImage imageNamed:fallbackName];
}
@end

View File

@ -209,7 +209,22 @@ NSMutableSet* fTrackerIconLoading;
}
}
return (icon && icon != [NSNull null]) ? icon : [NSImage imageNamed:@"FavIcon"];
if ((icon && icon != [NSNull null]))
{
return icon;
}
if (@available(macOS 11.0, *)) {
NSImage* result = [NSImage imageWithSystemSymbolName:@"globe" accessibilityDescription:nil];
[result lockFocus];
[NSColor.textColor set];
NSRect imageRect = {NSZeroPoint, [result size]};
NSRectFillUsingOperation(imageRect, NSCompositingOperationSourceIn);
[result unlockFocus];
return result;
}
return [NSImage imageNamed:@"FavIcon"];
}
#warning better favicon detection

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="11762" systemVersion="16D32" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="19529" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<deployment identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="11762"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="19529"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
@ -40,11 +40,11 @@
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
<customView id="2" userLabel="Options">
<rect key="frame" x="0.0" y="0.0" width="326" height="275"/>
<rect key="frame" x="0.0" y="0.0" width="326" height="282"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES"/>
<subviews>
<popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="3">
<rect key="frame" x="133" y="225" width="78" height="17"/>
<rect key="frame" x="132" y="231" width="74" height="17"/>
<popUpButtonCell key="cell" type="roundRect" title="Normal" bezelStyle="roundedRect" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" tag="1" imageScaling="proportionallyDown" inset="2" selectedItem="51" id="48">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -61,7 +61,7 @@
</connections>
</popUpButton>
<button translatesAutoresizingMaskIntoConstraints="NO" id="7">
<rect key="frame" x="9" y="182" width="182" height="18"/>
<rect key="frame" x="11" y="189" width="180" height="16"/>
<buttonCell key="cell" type="check" title="Begræns download hastighed:" bezelStyle="regularSquare" imagePosition="left" alignment="left" controlSize="small" state="on" allowsMixedState="YES" inset="2" id="44">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -71,7 +71,7 @@
</connections>
</button>
<button translatesAutoresizingMaskIntoConstraints="NO" id="6">
<rect key="frame" x="9" y="139" width="202" height="18"/>
<rect key="frame" x="11" y="145" width="201" height="16"/>
<buttonCell key="cell" type="check" title="Overhold de generelle indstillinger" bezelStyle="regularSquare" imagePosition="left" alignment="left" controlSize="small" state="on" allowsMixedState="YES" inset="2" id="45">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -81,7 +81,7 @@
</connections>
</button>
<button translatesAutoresizingMaskIntoConstraints="NO" id="113">
<rect key="frame" x="9" y="53" width="174" height="18"/>
<rect key="frame" x="11" y="57" width="173" height="16"/>
<buttonCell key="cell" type="check" title="Fjern når seeding er fuldendt" bezelStyle="regularSquare" imagePosition="left" alignment="left" controlSize="small" state="on" allowsMixedState="YES" inset="2" id="114">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -91,7 +91,7 @@
</connections>
</button>
<button translatesAutoresizingMaskIntoConstraints="NO" id="8">
<rect key="frame" x="9" y="160" width="167" height="18"/>
<rect key="frame" x="11" y="167" width="165" height="16"/>
<buttonCell key="cell" type="check" title="Begræns upload hastighed:" bezelStyle="regularSquare" imagePosition="left" alignment="left" controlSize="small" state="on" allowsMixedState="YES" inset="2" id="43">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -100,16 +100,16 @@
<action selector="setUseSpeedLimit:" target="-2" id="59"/>
</connections>
</button>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="11" customClass="ColorTextField">
<rect key="frame" x="192" y="12" width="68" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="11" customClass="ColorTextField">
<rect key="frame" x="192" y="14" width="68" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="forbindelser" id="35">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="12">
<rect key="frame" x="141" y="9" width="45" height="19"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="12">
<rect key="frame" x="141" y="12" width="45" height="19"/>
<constraints>
<constraint firstAttribute="width" constant="45" id="HJD-aQ-8Ww"/>
</constraints>
@ -121,7 +121,7 @@
<real key="maximum" value="9999"/>
</numberFormatter>
<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"/>
</textFieldCell>
<connections>
@ -129,32 +129,32 @@
<outlet property="delegate" destination="-2" id="56"/>
</connections>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="13">
<rect key="frame" x="10" y="12" width="125" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="13">
<rect key="frame" x="10" y="14" width="125" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Max antal forbindelser:" id="32">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="14">
<rect key="frame" x="10" y="34" width="61" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="14">
<rect key="frame" x="10" y="36" width="61" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Avanceret" id="31">
<font key="font" metaFont="smallSystemBold"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="4">
<rect key="frame" x="10" y="227" width="117" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="4">
<rect key="frame" x="10" y="234" width="116" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Priotet for overførsel:" id="47">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="15">
<rect key="frame" x="10" y="98" width="41" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="15">
<rect key="frame" x="10" y="102" width="41" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Deling:" id="30">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
@ -162,7 +162,7 @@
</textFieldCell>
</textField>
<popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="9">
<rect key="frame" x="76" y="96" width="132" height="17"/>
<rect key="frame" x="76" y="99" width="128" height="17"/>
<popUpButtonCell key="cell" type="roundRect" title="Generel indstilling" bezelStyle="roundedRect" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" preferredEdge="maxY" selectedItem="41" id="38">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -178,40 +178,40 @@
<action selector="setRatioSetting:" target="-2" id="63"/>
</connections>
</popUpButton>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="16" customClass="ColorTextField">
<rect key="frame" x="248" y="184" width="29" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="16" customClass="ColorTextField">
<rect key="frame" x="250" y="190" width="28" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="KB/s" id="29">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="97">
<rect key="frame" x="267" y="76" width="49" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="97">
<rect key="frame" x="263" y="80" width="49" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="minutter" id="98">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="107">
<rect key="frame" x="214" y="76" width="86" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="107">
<rect key="frame" x="210" y="80" width="86" height="14"/>
<textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="global info here" id="108">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" white="0.41999999999999998" alpha="1" colorSpace="calibratedWhite"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="109">
<rect key="frame" x="214" y="98" width="86" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="109">
<rect key="frame" x="210" y="102" width="86" height="14"/>
<textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="global info here" id="110">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" white="0.41999999999999998" alpha="1" colorSpace="calibratedWhite"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="17">
<rect key="frame" x="197" y="181" width="45" height="19"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="17">
<rect key="frame" x="199" y="188" width="45" height="19"/>
<constraints>
<constraint firstAttribute="width" constant="45" id="4cj-ea-96w"/>
</constraints>
@ -223,7 +223,7 @@
<real key="maximum" value="99999"/>
</numberFormatter>
<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"/>
</textFieldCell>
<connections>
@ -231,16 +231,16 @@
<outlet property="delegate" destination="-2" id="53"/>
</connections>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="18" customClass="ColorTextField">
<rect key="frame" x="248" y="162" width="29" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="18" customClass="ColorTextField">
<rect key="frame" x="250" y="168" width="28" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="KB/s" id="26">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="19">
<rect key="frame" x="197" y="159" width="45" height="19"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="19">
<rect key="frame" x="199" y="166" width="45" height="19"/>
<textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="right" drawsBackground="YES" id="24">
<numberFormatter key="formatter" formatterBehavior="custom10_4" allowsFloats="NO" usesGroupingSeparator="NO" groupingSize="0" minimumIntegerDigits="1" maximumIntegerDigits="42" id="25">
<nil key="negativeInfinitySymbol"/>
@ -249,7 +249,7 @@
<real key="maximum" value="99999"/>
</numberFormatter>
<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"/>
</textFieldCell>
<connections>
@ -257,32 +257,32 @@
<outlet property="delegate" destination="-2" id="54"/>
</connections>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="5">
<rect key="frame" x="10" y="249" width="43" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="5">
<rect key="frame" x="10" y="256" width="43" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Priotet" id="46">
<font key="font" metaFont="smallSystemBold"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="20">
<rect key="frame" x="10" y="205" width="73" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="20">
<rect key="frame" x="10" y="212" width="73" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Båndbredde" id="23">
<font key="font" metaFont="smallSystemBold"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="21">
<rect key="frame" x="10" y="120" width="50" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="21">
<rect key="frame" x="10" y="124" width="50" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Seeding" id="22">
<font key="font" metaFont="smallSystemBold"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="10">
<rect key="frame" x="216" y="95" width="45" height="19"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="10">
<rect key="frame" x="212" y="100" width="45" height="19"/>
<constraints>
<constraint firstAttribute="width" constant="45" id="T2I-PK-5JP"/>
</constraints>
@ -294,7 +294,7 @@
<real key="maximum" value="99999"/>
</numberFormatter>
<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"/>
</textFieldCell>
<connections>
@ -302,8 +302,8 @@
<outlet property="delegate" destination="-2" id="55"/>
</connections>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="79">
<rect key="frame" x="10" y="76" width="60" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="79">
<rect key="frame" x="10" y="80" width="60" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Inaktivitet:" id="89">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
@ -311,7 +311,7 @@
</textFieldCell>
</textField>
<popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="80">
<rect key="frame" x="76" y="74" width="132" height="17"/>
<rect key="frame" x="76" y="77" width="128" height="17"/>
<popUpButtonCell key="cell" type="roundRect" title="Generel indstilling" bezelStyle="roundedRect" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" preferredEdge="maxY" selectedItem="87" id="84">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -327,15 +327,15 @@
<action selector="setIdleSetting:" target="-2" id="106"/>
</connections>
</popUpButton>
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="81">
<rect key="frame" x="216" y="73" width="45" height="19"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="81">
<rect key="frame" x="212" y="78" width="45" height="19"/>
<textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="right" drawsBackground="YES" id="82">
<numberFormatter key="formatter" formatterBehavior="default10_4" usesGroupingSeparator="NO" groupingSize="0" minimumIntegerDigits="0" maximumIntegerDigits="42" id="83">
<real key="minimum" value="1"/>
<real key="maximum" value="40320"/>
</numberFormatter>
<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"/>
</textFieldCell>
<connections>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="11762" systemVersion="16D32" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="19529" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<deployment identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="11762"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="19529"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
@ -40,11 +40,11 @@
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
<customView id="2" userLabel="Options">
<rect key="frame" x="0.0" y="0.0" width="347" height="275"/>
<rect key="frame" x="0.0" y="0.0" width="347" height="282"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES"/>
<subviews>
<popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="3">
<rect key="frame" x="157" y="225" width="79" height="17"/>
<rect key="frame" x="156" y="231" width="74" height="17"/>
<popUpButtonCell key="cell" type="roundRect" title="Normal" bezelStyle="roundedRect" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" tag="1" imageScaling="proportionallyDown" inset="2" selectedItem="51" id="48">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -61,7 +61,7 @@
</connections>
</popUpButton>
<button translatesAutoresizingMaskIntoConstraints="NO" id="7">
<rect key="frame" x="9" y="182" width="160" height="18"/>
<rect key="frame" x="11" y="189" width="159" height="16"/>
<buttonCell key="cell" type="check" title="Empfangen begrenzen auf" bezelStyle="regularSquare" imagePosition="left" alignment="left" controlSize="small" state="on" allowsMixedState="YES" inset="2" id="44">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -71,7 +71,7 @@
</connections>
</button>
<button translatesAutoresizingMaskIntoConstraints="NO" id="6">
<rect key="frame" x="9" y="139" width="181" height="18"/>
<rect key="frame" x="11" y="145" width="180" height="16"/>
<buttonCell key="cell" type="check" title="Globale Begrenzung beachten" bezelStyle="regularSquare" imagePosition="left" alignment="left" controlSize="small" state="on" allowsMixedState="YES" inset="2" id="45">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -81,7 +81,7 @@
</connections>
</button>
<button translatesAutoresizingMaskIntoConstraints="NO" id="113">
<rect key="frame" x="9" y="53" width="305" height="18"/>
<rect key="frame" x="11" y="57" width="304" height="16"/>
<buttonCell key="cell" type="check" title="nach automatischem Anhalten aus der Liste entfernen" bezelStyle="regularSquare" imagePosition="left" alignment="left" controlSize="small" state="on" allowsMixedState="YES" inset="2" id="114">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -91,7 +91,7 @@
</connections>
</button>
<button translatesAutoresizingMaskIntoConstraints="NO" id="8">
<rect key="frame" x="9" y="160" width="141" height="18"/>
<rect key="frame" x="11" y="167" width="140" height="16"/>
<buttonCell key="cell" type="check" title="Senden begrenzen auf" bezelStyle="regularSquare" imagePosition="left" alignment="left" controlSize="small" state="on" allowsMixedState="YES" inset="2" id="43">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -100,16 +100,16 @@
<action selector="setUseSpeedLimit:" target="-2" id="59"/>
</connections>
</button>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="11" customClass="ColorTextField">
<rect key="frame" x="146" y="12" width="124" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="11" customClass="ColorTextField">
<rect key="frame" x="145" y="14" width="124" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Teilnehmern verbinden" id="35">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="12">
<rect key="frame" x="95" y="9" width="45" height="19"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="12">
<rect key="frame" x="94" y="12" width="45" height="19"/>
<constraints>
<constraint firstAttribute="width" constant="45" id="HJD-aQ-8Ww"/>
</constraints>
@ -121,7 +121,7 @@
<real key="maximum" value="9999"/>
</numberFormatter>
<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"/>
</textFieldCell>
<connections>
@ -129,32 +129,32 @@
<outlet property="delegate" destination="-2" id="56"/>
</connections>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="13">
<rect key="frame" x="10" y="12" width="79" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="13">
<rect key="frame" x="10" y="14" width="78" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Mit höchstens" id="32">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="14">
<rect key="frame" x="10" y="34" width="102" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="14">
<rect key="frame" x="10" y="36" width="102" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Weitere Optionen" id="31">
<font key="font" metaFont="smallSystemBold"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="4">
<rect key="frame" x="10" y="227" width="141" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="4">
<rect key="frame" x="10" y="234" width="140" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Priorität der Übertragung:" id="47">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="15">
<rect key="frame" x="10" y="98" width="78" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="15">
<rect key="frame" x="10" y="102" width="77" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Ab Verhältnis:" id="30">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
@ -162,7 +162,7 @@
</textFieldCell>
</textField>
<popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="9">
<rect key="frame" x="106" y="96" width="125" height="17"/>
<rect key="frame" x="106" y="99" width="121" height="17"/>
<popUpButtonCell key="cell" type="roundRect" title="Globale Einstellung" bezelStyle="roundedRect" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" preferredEdge="maxY" selectedItem="41" id="38">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -178,40 +178,40 @@
<action selector="setRatioSetting:" target="-2" id="63"/>
</connections>
</popUpButton>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="16" customClass="ColorTextField">
<rect key="frame" x="226" y="184" width="29" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="16" customClass="ColorTextField">
<rect key="frame" x="229" y="190" width="28" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="KB/s" id="29">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="97">
<rect key="frame" x="290" y="76" width="47" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="97">
<rect key="frame" x="286" y="80" width="47" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Minuten" id="98">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="107">
<rect key="frame" x="237" y="76" width="86" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="107">
<rect key="frame" x="233" y="80" width="86" height="14"/>
<textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="global info here" id="108">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" white="0.41999999999999998" alpha="1" colorSpace="calibratedWhite"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="109">
<rect key="frame" x="237" y="98" width="86" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="109">
<rect key="frame" x="233" y="102" width="86" height="14"/>
<textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="global info here" id="110">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" white="0.41999999999999998" alpha="1" colorSpace="calibratedWhite"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="17">
<rect key="frame" x="175" y="181" width="45" height="19"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="17">
<rect key="frame" x="178" y="188" width="45" height="19"/>
<constraints>
<constraint firstAttribute="width" constant="45" id="4cj-ea-96w"/>
</constraints>
@ -223,7 +223,7 @@
<real key="maximum" value="99999"/>
</numberFormatter>
<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"/>
</textFieldCell>
<connections>
@ -231,16 +231,16 @@
<outlet property="delegate" destination="-2" id="53"/>
</connections>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="18" customClass="ColorTextField">
<rect key="frame" x="226" y="162" width="29" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="18" customClass="ColorTextField">
<rect key="frame" x="229" y="168" width="28" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="KB/s" id="26">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="19">
<rect key="frame" x="175" y="159" width="45" height="19"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="19">
<rect key="frame" x="178" y="166" width="45" height="19"/>
<textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="right" drawsBackground="YES" id="24">
<numberFormatter key="formatter" formatterBehavior="custom10_4" allowsFloats="NO" usesGroupingSeparator="NO" groupingSize="0" minimumIntegerDigits="1" maximumIntegerDigits="42" id="25">
<nil key="negativeInfinitySymbol"/>
@ -249,7 +249,7 @@
<real key="maximum" value="99999"/>
</numberFormatter>
<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"/>
</textFieldCell>
<connections>
@ -257,32 +257,32 @@
<outlet property="delegate" destination="-2" id="54"/>
</connections>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="5">
<rect key="frame" x="10" y="249" width="51" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="5">
<rect key="frame" x="10" y="256" width="51" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Priorität" id="46">
<font key="font" metaFont="smallSystemBold"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="20">
<rect key="frame" x="10" y="205" width="62" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="20">
<rect key="frame" x="10" y="212" width="62" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Durchsatz" id="23">
<font key="font" metaFont="smallSystemBold"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="21">
<rect key="frame" x="10" y="120" width="107" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="21">
<rect key="frame" x="10" y="124" width="106" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Verteilen anhalten" id="22">
<font key="font" metaFont="smallSystemBold"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="10">
<rect key="frame" x="239" y="95" width="45" height="19"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="10">
<rect key="frame" x="235" y="100" width="45" height="19"/>
<constraints>
<constraint firstAttribute="width" constant="45" id="T2I-PK-5JP"/>
</constraints>
@ -294,7 +294,7 @@
<real key="maximum" value="99999"/>
</numberFormatter>
<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"/>
</textFieldCell>
<connections>
@ -302,8 +302,8 @@
<outlet property="delegate" destination="-2" id="55"/>
</connections>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="79">
<rect key="frame" x="10" y="76" width="90" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="79">
<rect key="frame" x="10" y="80" width="90" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Nach Inaktivität:" id="89">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
@ -311,7 +311,7 @@
</textFieldCell>
</textField>
<popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="80">
<rect key="frame" x="106" y="74" width="125" height="17"/>
<rect key="frame" x="106" y="77" width="121" height="17"/>
<popUpButtonCell key="cell" type="roundRect" title="Globale Einstellung" bezelStyle="roundedRect" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" preferredEdge="maxY" selectedItem="87" id="84">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -327,15 +327,15 @@
<action selector="setIdleSetting:" target="-2" id="106"/>
</connections>
</popUpButton>
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="81">
<rect key="frame" x="239" y="73" width="45" height="19"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="81">
<rect key="frame" x="235" y="78" width="45" height="19"/>
<textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="right" drawsBackground="YES" id="82">
<numberFormatter key="formatter" formatterBehavior="default10_4" usesGroupingSeparator="NO" groupingSize="0" minimumIntegerDigits="0" maximumIntegerDigits="42" id="83">
<real key="minimum" value="1"/>
<real key="maximum" value="40320"/>
</numberFormatter>
<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"/>
</textFieldCell>
<connections>
@ -434,7 +434,7 @@
<constraint firstItem="19" firstAttribute="width" secondItem="17" secondAttribute="width" id="zVz-nR-2yi"/>
<constraint firstItem="80" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="79" secondAttribute="trailing" constant="8" symbolic="YES" id="zbu-Bg-gpt"/>
</constraints>
<point key="canvasLocation" x="-43" y="-33"/>
<point key="canvasLocation" x="-43.5" y="-29"/>
</customView>
</objects>
<resources>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="11762" systemVersion="16D32" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="19529" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<deployment identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="11762"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="19529"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
@ -40,11 +40,11 @@
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
<customView id="2" userLabel="Options">
<rect key="frame" x="0.0" y="0.0" width="327" height="275"/>
<rect key="frame" x="0.0" y="0.0" width="330" height="282"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES"/>
<subviews>
<popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="3">
<rect key="frame" x="109" y="225" width="78" height="17"/>
<rect key="frame" x="108" y="231" width="74" height="17"/>
<popUpButtonCell key="cell" type="roundRect" title="Normal" bezelStyle="roundedRect" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" tag="1" imageScaling="proportionallyDown" inset="2" selectedItem="51" id="48">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -61,7 +61,7 @@
</connections>
</popUpButton>
<button translatesAutoresizingMaskIntoConstraints="NO" id="7">
<rect key="frame" x="9" y="182" width="106" height="18"/>
<rect key="frame" x="11" y="189" width="105" height="16"/>
<buttonCell key="cell" type="check" title="Limit Download:" bezelStyle="regularSquare" imagePosition="left" alignment="left" controlSize="small" state="on" allowsMixedState="YES" inset="2" id="44">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -71,7 +71,7 @@
</connections>
</button>
<button translatesAutoresizingMaskIntoConstraints="NO" id="6">
<rect key="frame" x="9" y="139" width="225" height="18"/>
<rect key="frame" x="11" y="145" width="223" height="16"/>
<buttonCell key="cell" type="check" title="Stay within the global bandwidth limits" bezelStyle="regularSquare" imagePosition="left" alignment="left" controlSize="small" state="on" allowsMixedState="YES" inset="2" id="45">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -81,7 +81,7 @@
</connections>
</button>
<button translatesAutoresizingMaskIntoConstraints="NO" id="113">
<rect key="frame" x="9" y="53" width="308" height="18"/>
<rect key="frame" x="11" y="57" width="307" height="16"/>
<buttonCell key="cell" type="check" title="Remove from the transfer list when seeding completes" bezelStyle="regularSquare" imagePosition="left" alignment="left" controlSize="small" state="on" allowsMixedState="YES" inset="2" id="114">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -91,7 +91,7 @@
</connections>
</button>
<button translatesAutoresizingMaskIntoConstraints="NO" id="8">
<rect key="frame" x="9" y="160" width="92" height="18"/>
<rect key="frame" x="11" y="167" width="91" height="16"/>
<buttonCell key="cell" type="check" title="Limit Upload:" bezelStyle="regularSquare" imagePosition="left" alignment="left" controlSize="small" state="on" allowsMixedState="YES" inset="2" id="43">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -100,16 +100,16 @@
<action selector="setUseSpeedLimit:" target="-2" id="59"/>
</connections>
</button>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="11" customClass="ColorTextField">
<rect key="frame" x="192" y="12" width="34" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="11" customClass="ColorTextField">
<rect key="frame" x="192" y="14" width="34" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="peers" id="35">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="12">
<rect key="frame" x="141" y="9" width="45" height="19"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="12">
<rect key="frame" x="141" y="12" width="45" height="19"/>
<constraints>
<constraint firstAttribute="width" constant="45" id="HJD-aQ-8Ww"/>
</constraints>
@ -121,7 +121,7 @@
<real key="maximum" value="9999"/>
</numberFormatter>
<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"/>
</textFieldCell>
<connections>
@ -129,32 +129,32 @@
<outlet property="delegate" destination="-2" id="56"/>
</connections>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="13">
<rect key="frame" x="10" y="12" width="125" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="13">
<rect key="frame" x="10" y="14" width="125" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Maximum connections:" id="32">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="14">
<rect key="frame" x="10" y="34" width="60" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="14">
<rect key="frame" x="10" y="36" width="60" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Advanced" id="31">
<font key="font" metaFont="smallSystemBold"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="4">
<rect key="frame" x="10" y="227" width="93" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="4">
<rect key="frame" x="10" y="234" width="92" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Transfer Priority:" id="47">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="15">
<rect key="frame" x="10" y="98" width="35" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="15">
<rect key="frame" x="10" y="102" width="35" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Ratio:" id="30">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
@ -162,7 +162,7 @@
</textFieldCell>
</textField>
<popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="9">
<rect key="frame" x="72" y="96" width="126" height="17"/>
<rect key="frame" x="72" y="99" width="122" height="17"/>
<popUpButtonCell key="cell" type="roundRect" title="Global Setting" bezelStyle="roundedRect" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" preferredEdge="maxY" selectedItem="41" id="38">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -178,40 +178,40 @@
<action selector="setRatioSetting:" target="-2" id="63"/>
</connections>
</popUpButton>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="16" customClass="ColorTextField">
<rect key="frame" x="172" y="184" width="29" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="16" customClass="ColorTextField">
<rect key="frame" x="175" y="190" width="28" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="KB/s" id="29">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="97">
<rect key="frame" x="257" y="76" width="46" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="97">
<rect key="frame" x="253" y="80" width="46" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="minutes" id="98">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="107">
<rect key="frame" x="204" y="76" width="86" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="107">
<rect key="frame" x="200" y="80" width="86" height="14"/>
<textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="global info here" id="108">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" white="0.41999999999999998" alpha="1" colorSpace="calibratedWhite"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="109">
<rect key="frame" x="204" y="98" width="86" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="109">
<rect key="frame" x="200" y="102" width="86" height="14"/>
<textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="global info here" id="110">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" white="0.41999999999999998" alpha="1" colorSpace="calibratedWhite"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="17">
<rect key="frame" x="121" y="181" width="45" height="19"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="17">
<rect key="frame" x="124" y="188" width="45" height="19"/>
<constraints>
<constraint firstAttribute="width" constant="45" id="4cj-ea-96w"/>
</constraints>
@ -223,7 +223,7 @@
<real key="maximum" value="99999"/>
</numberFormatter>
<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"/>
</textFieldCell>
<connections>
@ -231,16 +231,16 @@
<outlet property="delegate" destination="-2" id="53"/>
</connections>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="18" customClass="ColorTextField">
<rect key="frame" x="172" y="162" width="29" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="18" customClass="ColorTextField">
<rect key="frame" x="175" y="168" width="28" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="KB/s" id="26">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="19">
<rect key="frame" x="121" y="159" width="45" height="19"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="19">
<rect key="frame" x="124" y="166" width="45" height="19"/>
<textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="right" drawsBackground="YES" id="24">
<numberFormatter key="formatter" formatterBehavior="custom10_4" allowsFloats="NO" usesGroupingSeparator="NO" groupingSize="0" minimumIntegerDigits="1" maximumIntegerDigits="42" id="25">
<nil key="negativeInfinitySymbol"/>
@ -249,7 +249,7 @@
<real key="maximum" value="99999"/>
</numberFormatter>
<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"/>
</textFieldCell>
<connections>
@ -257,32 +257,32 @@
<outlet property="delegate" destination="-2" id="54"/>
</connections>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="5">
<rect key="frame" x="10" y="249" width="46" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="5">
<rect key="frame" x="10" y="256" width="46" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Priority" id="46">
<font key="font" metaFont="smallSystemBold"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="20">
<rect key="frame" x="10" y="205" width="115" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="20">
<rect key="frame" x="10" y="212" width="114" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Transfer Bandwidth" id="23">
<font key="font" metaFont="smallSystemBold"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="21">
<rect key="frame" x="10" y="120" width="87" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="21">
<rect key="frame" x="10" y="124" width="87" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Seeding Limits" id="22">
<font key="font" metaFont="smallSystemBold"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="10">
<rect key="frame" x="206" y="95" width="45" height="19"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="10">
<rect key="frame" x="202" y="100" width="45" height="19"/>
<constraints>
<constraint firstAttribute="width" constant="45" id="T2I-PK-5JP"/>
</constraints>
@ -294,7 +294,7 @@
<real key="maximum" value="99999"/>
</numberFormatter>
<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"/>
</textFieldCell>
<connections>
@ -302,8 +302,8 @@
<outlet property="delegate" destination="-2" id="55"/>
</connections>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="79">
<rect key="frame" x="10" y="76" width="56" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="79">
<rect key="frame" x="10" y="80" width="56" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Inactivity:" id="89">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
@ -311,7 +311,7 @@
</textFieldCell>
</textField>
<popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="80">
<rect key="frame" x="72" y="74" width="126" height="17"/>
<rect key="frame" x="72" y="77" width="122" height="17"/>
<popUpButtonCell key="cell" type="roundRect" title="Global Setting" bezelStyle="roundedRect" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" preferredEdge="maxY" selectedItem="87" id="84">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -327,15 +327,15 @@
<action selector="setIdleSetting:" target="-2" id="106"/>
</connections>
</popUpButton>
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="81">
<rect key="frame" x="206" y="73" width="45" height="19"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="81">
<rect key="frame" x="202" y="78" width="45" height="19"/>
<textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="right" drawsBackground="YES" id="82">
<numberFormatter key="formatter" formatterBehavior="default10_4" usesGroupingSeparator="NO" groupingSize="0" minimumIntegerDigits="0" maximumIntegerDigits="42" id="83">
<real key="minimum" value="1"/>
<real key="maximum" value="40320"/>
</numberFormatter>
<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"/>
</textFieldCell>
<connections>
@ -434,7 +434,7 @@
<constraint firstItem="19" firstAttribute="width" secondItem="17" secondAttribute="width" id="zVz-nR-2yi"/>
<constraint firstItem="80" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="79" secondAttribute="trailing" constant="8" symbolic="YES" id="zbu-Bg-gpt"/>
</constraints>
<point key="canvasLocation" x="67" y="64"/>
<point key="canvasLocation" x="67" y="72"/>
</customView>
</objects>
<resources>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="11762" systemVersion="16D32" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="19529" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<deployment identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="11762"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="19529"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
@ -40,11 +40,11 @@
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
<customView id="2" userLabel="Options">
<rect key="frame" x="0.0" y="0.0" width="388" height="275"/>
<rect key="frame" x="0.0" y="0.0" width="388" height="282"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES"/>
<subviews>
<popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="3">
<rect key="frame" x="130" y="225" width="78" height="17"/>
<rect key="frame" x="130" y="231" width="74" height="17"/>
<popUpButtonCell key="cell" type="roundRect" title="Normal" bezelStyle="roundedRect" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" tag="1" imageScaling="proportionallyDown" inset="2" selectedItem="51" id="48">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -61,7 +61,7 @@
</connections>
</popUpButton>
<button translatesAutoresizingMaskIntoConstraints="NO" id="7">
<rect key="frame" x="9" y="182" width="122" height="18"/>
<rect key="frame" x="11" y="189" width="121" height="16"/>
<buttonCell key="cell" type="check" title="Límite de descarga" bezelStyle="regularSquare" imagePosition="left" alignment="left" controlSize="small" state="on" allowsMixedState="YES" inset="2" id="44">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -71,7 +71,7 @@
</connections>
</button>
<button translatesAutoresizingMaskIntoConstraints="NO" id="6">
<rect key="frame" x="9" y="139" width="346" height="18"/>
<rect key="frame" x="11" y="145" width="345" height="16"/>
<buttonCell key="cell" type="check" title="Permanecer dentro de los límites globales de ancho de banda" bezelStyle="regularSquare" imagePosition="left" alignment="left" controlSize="small" state="on" allowsMixedState="YES" inset="2" id="45">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -81,7 +81,7 @@
</connections>
</button>
<button translatesAutoresizingMaskIntoConstraints="NO" id="113">
<rect key="frame" x="9" y="53" width="340" height="18"/>
<rect key="frame" x="11" y="57" width="339" height="16"/>
<buttonCell key="cell" type="check" title="Eliminar de la lista de tareas cuando se termine de compartir" bezelStyle="regularSquare" imagePosition="left" alignment="left" controlSize="small" state="on" allowsMixedState="YES" inset="2" id="114">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -91,7 +91,7 @@
</connections>
</button>
<button translatesAutoresizingMaskIntoConstraints="NO" id="8">
<rect key="frame" x="9" y="160" width="109" height="18"/>
<rect key="frame" x="11" y="167" width="108" height="16"/>
<buttonCell key="cell" type="check" title="Límite de subida" bezelStyle="regularSquare" imagePosition="left" alignment="left" controlSize="small" state="on" allowsMixedState="YES" inset="2" id="43">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -100,16 +100,16 @@
<action selector="setUseSpeedLimit:" target="-2" id="59"/>
</connections>
</button>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="11" customClass="ColorTextField">
<rect key="frame" x="185" y="12" width="45" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="11" customClass="ColorTextField">
<rect key="frame" x="185" y="14" width="45" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="clientes" id="35">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="12">
<rect key="frame" x="134" y="9" width="45" height="19"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="12">
<rect key="frame" x="134" y="12" width="45" height="19"/>
<constraints>
<constraint firstAttribute="width" constant="45" id="HJD-aQ-8Ww"/>
</constraints>
@ -121,7 +121,7 @@
<real key="maximum" value="9999"/>
</numberFormatter>
<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"/>
</textFieldCell>
<connections>
@ -129,32 +129,32 @@
<outlet property="delegate" destination="-2" id="56"/>
</connections>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="13">
<rect key="frame" x="10" y="12" width="118" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="13">
<rect key="frame" x="10" y="14" width="118" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Conexiones máximas:" id="32">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="14">
<rect key="frame" x="10" y="34" width="59" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="14">
<rect key="frame" x="10" y="36" width="59" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Avanzado" id="31">
<font key="font" metaFont="smallSystemBold"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="4">
<rect key="frame" x="10" y="227" width="114" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="4">
<rect key="frame" x="10" y="234" width="114" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Prioridad de la tarea:" id="47">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="15">
<rect key="frame" x="10" y="98" width="35" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="15">
<rect key="frame" x="10" y="102" width="35" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Ratio:" id="30">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
@ -162,7 +162,7 @@
</textFieldCell>
</textField>
<popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="9">
<rect key="frame" x="81" y="96" width="164" height="17"/>
<rect key="frame" x="81" y="99" width="160" height="17"/>
<popUpButtonCell key="cell" type="roundRect" title="Configuración global" bezelStyle="roundedRect" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" preferredEdge="maxY" selectedItem="41" id="38">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -178,40 +178,40 @@
<action selector="setRatioSetting:" target="-2" id="63"/>
</connections>
</popUpButton>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="16" customClass="ColorTextField">
<rect key="frame" x="188" y="184" width="29" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="16" customClass="ColorTextField">
<rect key="frame" x="191" y="190" width="28" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="KB/s" id="29">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="97">
<rect key="frame" x="304" y="76" width="46" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="97">
<rect key="frame" x="300" y="80" width="46" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="minutos" id="98">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="107">
<rect key="frame" x="251" y="76" width="127" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="107">
<rect key="frame" x="247" y="80" width="127" height="14"/>
<textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="información global aquí" id="108">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" white="0.41999999999999998" alpha="1" colorSpace="calibratedWhite"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="109">
<rect key="frame" x="251" y="98" width="127" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="109">
<rect key="frame" x="247" y="102" width="127" height="14"/>
<textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="información global aquí" id="110">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" white="0.41999999999999998" alpha="1" colorSpace="calibratedWhite"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="17">
<rect key="frame" x="137" y="181" width="45" height="19"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="17">
<rect key="frame" x="140" y="188" width="45" height="19"/>
<constraints>
<constraint firstAttribute="width" constant="45" id="4cj-ea-96w"/>
</constraints>
@ -223,7 +223,7 @@
<real key="maximum" value="99999"/>
</numberFormatter>
<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"/>
</textFieldCell>
<connections>
@ -231,16 +231,16 @@
<outlet property="delegate" destination="-2" id="53"/>
</connections>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="18" customClass="ColorTextField">
<rect key="frame" x="188" y="162" width="29" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="18" customClass="ColorTextField">
<rect key="frame" x="191" y="168" width="28" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="KB/s" id="26">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="19">
<rect key="frame" x="137" y="159" width="45" height="19"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="19">
<rect key="frame" x="140" y="166" width="45" height="19"/>
<textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="right" drawsBackground="YES" id="24">
<numberFormatter key="formatter" formatterBehavior="custom10_4" allowsFloats="NO" usesGroupingSeparator="NO" groupingSize="0" minimumIntegerDigits="1" maximumIntegerDigits="42" id="25">
<nil key="negativeInfinitySymbol"/>
@ -249,7 +249,7 @@
<real key="maximum" value="99999"/>
</numberFormatter>
<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"/>
</textFieldCell>
<connections>
@ -257,32 +257,32 @@
<outlet property="delegate" destination="-2" id="54"/>
</connections>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="5">
<rect key="frame" x="10" y="249" width="56" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="5">
<rect key="frame" x="10" y="256" width="56" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Prioridad" id="46">
<font key="font" metaFont="smallSystemBold"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="20">
<rect key="frame" x="10" y="205" width="94" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="20">
<rect key="frame" x="10" y="212" width="94" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Ancho de banda" id="23">
<font key="font" metaFont="smallSystemBold"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="21">
<rect key="frame" x="10" y="120" width="103" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="21">
<rect key="frame" x="10" y="124" width="103" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Límites de subida" id="22">
<font key="font" metaFont="smallSystemBold"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="10">
<rect key="frame" x="253" y="95" width="45" height="19"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="10">
<rect key="frame" x="249" y="100" width="45" height="19"/>
<constraints>
<constraint firstAttribute="width" constant="45" id="T2I-PK-5JP"/>
</constraints>
@ -294,7 +294,7 @@
<real key="maximum" value="99999"/>
</numberFormatter>
<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"/>
</textFieldCell>
<connections>
@ -302,8 +302,8 @@
<outlet property="delegate" destination="-2" id="55"/>
</connections>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="79">
<rect key="frame" x="10" y="76" width="65" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="79">
<rect key="frame" x="10" y="80" width="65" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Inactividad:" id="89">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
@ -311,7 +311,7 @@
</textFieldCell>
</textField>
<popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="80">
<rect key="frame" x="81" y="74" width="164" height="17"/>
<rect key="frame" x="81" y="77" width="160" height="17"/>
<popUpButtonCell key="cell" type="roundRect" title="Configuración global" bezelStyle="roundedRect" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" preferredEdge="maxY" selectedItem="87" id="84">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -327,15 +327,15 @@
<action selector="setIdleSetting:" target="-2" id="106"/>
</connections>
</popUpButton>
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="81">
<rect key="frame" x="253" y="73" width="45" height="19"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="81">
<rect key="frame" x="249" y="78" width="45" height="19"/>
<textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="right" drawsBackground="YES" id="82">
<numberFormatter key="formatter" formatterBehavior="default10_4" usesGroupingSeparator="NO" groupingSize="0" minimumIntegerDigits="0" maximumIntegerDigits="42" id="83">
<real key="minimum" value="1"/>
<real key="maximum" value="40320"/>
</numberFormatter>
<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"/>
</textFieldCell>
<connections>
@ -434,7 +434,7 @@
<constraint firstItem="19" firstAttribute="width" secondItem="17" secondAttribute="width" id="zVz-nR-2yi"/>
<constraint firstItem="80" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="79" secondAttribute="trailing" constant="8" symbolic="YES" id="zbu-Bg-gpt"/>
</constraints>
<point key="canvasLocation" x="-40.5" y="-40"/>
<point key="canvasLocation" x="-41" y="-35"/>
</customView>
</objects>
<resources>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="11762" systemVersion="16D32" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="19529" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<deployment identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="11762"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="19529"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
@ -40,11 +40,11 @@
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
<customView id="2" userLabel="Options">
<rect key="frame" x="0.0" y="0.0" width="302" height="275"/>
<rect key="frame" x="0.0" y="0.0" width="305" height="282"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES"/>
<subviews>
<popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="3">
<rect key="frame" x="130" y="225" width="85" height="17"/>
<rect key="frame" x="130" y="231" width="81" height="17"/>
<popUpButtonCell key="cell" type="roundRect" title="Normale" bezelStyle="roundedRect" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" tag="1" imageScaling="proportionallyDown" inset="2" selectedItem="51" id="48">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -61,7 +61,7 @@
</connections>
</popUpButton>
<button translatesAutoresizingMaskIntoConstraints="NO" id="7">
<rect key="frame" x="9" y="182" width="133" height="18"/>
<rect key="frame" x="11" y="189" width="132" height="16"/>
<buttonCell key="cell" type="check" title="Limiter la réception à" bezelStyle="regularSquare" imagePosition="left" alignment="left" controlSize="small" state="on" allowsMixedState="YES" inset="2" id="44">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -71,7 +71,7 @@
</connections>
</button>
<button translatesAutoresizingMaskIntoConstraints="NO" id="6">
<rect key="frame" x="9" y="139" width="283" height="18"/>
<rect key="frame" x="11" y="145" width="282" height="16"/>
<buttonCell key="cell" type="check" title="Respecter les limites globales de bande-passante" bezelStyle="regularSquare" imagePosition="left" alignment="left" controlSize="small" state="on" allowsMixedState="YES" inset="2" id="45">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -81,7 +81,7 @@
</connections>
</button>
<button translatesAutoresizingMaskIntoConstraints="NO" id="113">
<rect key="frame" x="9" y="53" width="273" height="18"/>
<rect key="frame" x="11" y="57" width="272" height="16"/>
<buttonCell key="cell" type="check" title="Supprimer le transfert quand l'envoi est terminé" bezelStyle="regularSquare" imagePosition="left" alignment="left" controlSize="small" state="on" allowsMixedState="YES" inset="2" id="114">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -91,7 +91,7 @@
</connections>
</button>
<button translatesAutoresizingMaskIntoConstraints="NO" id="8">
<rect key="frame" x="9" y="160" width="104" height="18"/>
<rect key="frame" x="11" y="167" width="104" height="16"/>
<buttonCell key="cell" type="check" title="Limiter l'envoi à" bezelStyle="regularSquare" imagePosition="left" alignment="left" controlSize="small" state="on" allowsMixedState="YES" inset="2" id="43">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -100,16 +100,16 @@
<action selector="setUseSpeedLimit:" target="-2" id="59"/>
</connections>
</button>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="11" customClass="ColorTextField">
<rect key="frame" x="197" y="12" width="30" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="11" customClass="ColorTextField">
<rect key="frame" x="197" y="14" width="30" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="pairs" id="35">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="12">
<rect key="frame" x="146" y="9" width="45" height="19"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="12">
<rect key="frame" x="146" y="12" width="45" height="19"/>
<constraints>
<constraint firstAttribute="width" constant="45" id="HJD-aQ-8Ww"/>
</constraints>
@ -121,7 +121,7 @@
<real key="maximum" value="9999"/>
</numberFormatter>
<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"/>
</textFieldCell>
<connections>
@ -129,32 +129,32 @@
<outlet property="delegate" destination="-2" id="56"/>
</connections>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="13">
<rect key="frame" x="10" y="12" width="130" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="13">
<rect key="frame" x="10" y="14" width="130" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Connections maximum :" id="32">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="14">
<rect key="frame" x="10" y="34" width="45" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="14">
<rect key="frame" x="10" y="36" width="45" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Avancé" id="31">
<font key="font" metaFont="smallSystemBold"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="4">
<rect key="frame" x="10" y="227" width="114" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="4">
<rect key="frame" x="10" y="234" width="114" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Priorité du transfert :" id="47">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="15">
<rect key="frame" x="10" y="98" width="38" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="15">
<rect key="frame" x="10" y="102" width="38" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Ratio :" id="30">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
@ -162,7 +162,7 @@
</textFieldCell>
</textField>
<popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="9">
<rect key="frame" x="75" y="96" width="109" height="17"/>
<rect key="frame" x="75" y="99" width="105" height="17"/>
<popUpButtonCell key="cell" type="roundRect" title="Réglage global" bezelStyle="roundedRect" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" preferredEdge="maxY" selectedItem="41" id="38">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -178,40 +178,40 @@
<action selector="setRatioSetting:" target="-2" id="63"/>
</connections>
</popUpButton>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="16" customClass="ColorTextField">
<rect key="frame" x="199" y="184" width="28" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="16" customClass="ColorTextField">
<rect key="frame" x="202" y="190" width="27" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Ko/s" id="29">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="97">
<rect key="frame" x="243" y="76" width="46" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="97">
<rect key="frame" x="239" y="80" width="46" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="minutes" id="98">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="107">
<rect key="frame" x="190" y="76" width="86" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="107">
<rect key="frame" x="186" y="80" width="86" height="14"/>
<textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="global info here" id="108">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" white="0.41999999999999998" alpha="1" colorSpace="calibratedWhite"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="109">
<rect key="frame" x="190" y="98" width="86" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="109">
<rect key="frame" x="186" y="102" width="86" height="14"/>
<textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="global info here" id="110">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" white="0.41999999999999998" alpha="1" colorSpace="calibratedWhite"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="17">
<rect key="frame" x="148" y="181" width="45" height="19"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="17">
<rect key="frame" x="151" y="188" width="45" height="19"/>
<constraints>
<constraint firstAttribute="width" constant="45" id="4cj-ea-96w"/>
</constraints>
@ -223,7 +223,7 @@
<real key="maximum" value="99999"/>
</numberFormatter>
<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"/>
</textFieldCell>
<connections>
@ -231,16 +231,16 @@
<outlet property="delegate" destination="-2" id="53"/>
</connections>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="18" customClass="ColorTextField">
<rect key="frame" x="199" y="162" width="28" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="18" customClass="ColorTextField">
<rect key="frame" x="202" y="168" width="27" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Ko/s" id="26">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="19">
<rect key="frame" x="148" y="159" width="45" height="19"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="19">
<rect key="frame" x="151" y="166" width="45" height="19"/>
<textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="right" drawsBackground="YES" id="24">
<numberFormatter key="formatter" formatterBehavior="custom10_4" allowsFloats="NO" usesGroupingSeparator="NO" groupingSize="0" minimumIntegerDigits="1" maximumIntegerDigits="42" id="25">
<nil key="negativeInfinitySymbol"/>
@ -249,7 +249,7 @@
<real key="maximum" value="99999"/>
</numberFormatter>
<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"/>
</textFieldCell>
<connections>
@ -257,32 +257,32 @@
<outlet property="delegate" destination="-2" id="54"/>
</connections>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="5">
<rect key="frame" x="10" y="249" width="46" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="5">
<rect key="frame" x="10" y="256" width="46" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Priorité" id="46">
<font key="font" metaFont="smallSystemBold"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="20">
<rect key="frame" x="10" y="205" width="96" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="20">
<rect key="frame" x="10" y="212" width="96" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Bande-passante" id="23">
<font key="font" metaFont="smallSystemBold"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="21">
<rect key="frame" x="10" y="120" width="88" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="21">
<rect key="frame" x="10" y="124" width="89" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Limites d'envoi" id="22">
<font key="font" metaFont="smallSystemBold"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="10">
<rect key="frame" x="192" y="95" width="45" height="19"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="10">
<rect key="frame" x="188" y="100" width="45" height="19"/>
<constraints>
<constraint firstAttribute="width" constant="45" id="T2I-PK-5JP"/>
</constraints>
@ -294,7 +294,7 @@
<real key="maximum" value="99999"/>
</numberFormatter>
<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"/>
</textFieldCell>
<connections>
@ -302,8 +302,8 @@
<outlet property="delegate" destination="-2" id="55"/>
</connections>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="79">
<rect key="frame" x="10" y="76" width="59" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="79">
<rect key="frame" x="10" y="80" width="59" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Inactivité :" id="89">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
@ -311,7 +311,7 @@
</textFieldCell>
</textField>
<popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="80">
<rect key="frame" x="75" y="74" width="109" height="17"/>
<rect key="frame" x="75" y="77" width="105" height="17"/>
<popUpButtonCell key="cell" type="roundRect" title="Réglage global" bezelStyle="roundedRect" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" preferredEdge="maxY" selectedItem="87" id="84">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -327,15 +327,15 @@
<action selector="setIdleSetting:" target="-2" id="106"/>
</connections>
</popUpButton>
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="81">
<rect key="frame" x="192" y="73" width="45" height="19"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="81">
<rect key="frame" x="188" y="78" width="45" height="19"/>
<textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="right" drawsBackground="YES" id="82">
<numberFormatter key="formatter" formatterBehavior="default10_4" usesGroupingSeparator="NO" groupingSize="0" minimumIntegerDigits="0" maximumIntegerDigits="42" id="83">
<real key="minimum" value="1"/>
<real key="maximum" value="40320"/>
</numberFormatter>
<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"/>
</textFieldCell>
<connections>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="11762" systemVersion="16D32" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="19529" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<deployment identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="11762"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="19529"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
@ -40,11 +40,11 @@
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
<customView id="2" userLabel="Options">
<rect key="frame" x="0.0" y="0.0" width="311" height="275"/>
<rect key="frame" x="0.0" y="0.0" width="311" height="282"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES"/>
<subviews>
<popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="3">
<rect key="frame" x="111" y="225" width="85" height="17"/>
<rect key="frame" x="110" y="231" width="81" height="17"/>
<popUpButtonCell key="cell" type="roundRect" title="Normale" bezelStyle="roundedRect" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" tag="1" imageScaling="proportionallyDown" inset="2" selectedItem="51" id="48">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -61,7 +61,7 @@
</connections>
</popUpButton>
<button translatesAutoresizingMaskIntoConstraints="NO" id="7">
<rect key="frame" x="9" y="182" width="109" height="18"/>
<rect key="frame" x="11" y="189" width="107" height="16"/>
<buttonCell key="cell" type="check" title="Limita ricezione:" bezelStyle="regularSquare" imagePosition="left" alignment="left" controlSize="small" state="on" allowsMixedState="YES" inset="2" id="44">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -71,7 +71,7 @@
</connections>
</button>
<button translatesAutoresizingMaskIntoConstraints="NO" id="6">
<rect key="frame" x="9" y="139" width="221" height="18"/>
<rect key="frame" x="11" y="145" width="220" height="16"/>
<buttonCell key="cell" type="check" title="Non superare i limiti generali di banda" bezelStyle="regularSquare" imagePosition="left" alignment="left" controlSize="small" state="on" allowsMixedState="YES" inset="2" id="45">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -81,7 +81,7 @@
</connections>
</button>
<button translatesAutoresizingMaskIntoConstraints="NO" id="113">
<rect key="frame" x="9" y="53" width="271" height="18"/>
<rect key="frame" x="11" y="57" width="270" height="16"/>
<buttonCell key="cell" type="check" title="Rimuovi dalla lista al termine della distribuzione" bezelStyle="regularSquare" imagePosition="left" alignment="left" controlSize="small" state="on" allowsMixedState="YES" inset="2" id="114">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -91,7 +91,7 @@
</connections>
</button>
<button translatesAutoresizingMaskIntoConstraints="NO" id="8">
<rect key="frame" x="9" y="160" width="85" height="18"/>
<rect key="frame" x="11" y="167" width="84" height="16"/>
<buttonCell key="cell" type="check" title="Limita invio:" bezelStyle="regularSquare" imagePosition="left" alignment="left" controlSize="small" state="on" allowsMixedState="YES" inset="2" id="43">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -100,16 +100,16 @@
<action selector="setUseSpeedLimit:" target="-2" id="59"/>
</connections>
</button>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="11" customClass="ColorTextField">
<rect key="frame" x="188" y="12" width="28" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="11" customClass="ColorTextField">
<rect key="frame" x="188" y="14" width="28" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="peer" id="35">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="12">
<rect key="frame" x="137" y="9" width="45" height="19"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="12">
<rect key="frame" x="137" y="12" width="45" height="19"/>
<constraints>
<constraint firstAttribute="width" constant="45" id="HJD-aQ-8Ww"/>
</constraints>
@ -121,7 +121,7 @@
<real key="maximum" value="9999"/>
</numberFormatter>
<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"/>
</textFieldCell>
<connections>
@ -129,32 +129,32 @@
<outlet property="delegate" destination="-2" id="56"/>
</connections>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="13">
<rect key="frame" x="10" y="12" width="121" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="13">
<rect key="frame" x="10" y="14" width="121" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Connessioni massime:" id="32">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="14">
<rect key="frame" x="10" y="34" width="56" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="14">
<rect key="frame" x="10" y="36" width="56" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Avanzate" id="31">
<font key="font" metaFont="smallSystemBold"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="4">
<rect key="frame" x="10" y="227" width="95" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="4">
<rect key="frame" x="10" y="234" width="94" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Priorità generale:" id="47">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="15">
<rect key="frame" x="10" y="98" width="50" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="15">
<rect key="frame" x="10" y="102" width="50" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Ferma a:" id="30">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
@ -162,7 +162,7 @@
</textFieldCell>
</textField>
<popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="9">
<rect key="frame" x="69" y="96" width="136" height="17"/>
<rect key="frame" x="69" y="99" width="132" height="17"/>
<popUpButtonCell key="cell" type="roundRect" title="Impostazioni generali" bezelStyle="roundedRect" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" preferredEdge="maxY" selectedItem="41" id="38">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -178,40 +178,40 @@
<action selector="setRatioSetting:" target="-2" id="63"/>
</connections>
</popUpButton>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="16" customClass="ColorTextField">
<rect key="frame" x="175" y="184" width="29" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="16" customClass="ColorTextField">
<rect key="frame" x="177" y="190" width="28" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="KB/s" id="29">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="97">
<rect key="frame" x="264" y="76" width="37" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="97">
<rect key="frame" x="260" y="80" width="37" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="minuti" id="98">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="107">
<rect key="frame" x="211" y="76" width="81" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="107">
<rect key="frame" x="207" y="80" width="81" height="14"/>
<textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="info globali qui" id="108">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" white="0.41999999999999998" alpha="1" colorSpace="calibratedWhite"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="109">
<rect key="frame" x="211" y="98" width="81" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="109">
<rect key="frame" x="207" y="102" width="81" height="14"/>
<textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="info globali qui" id="110">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" white="0.41999999999999998" alpha="1" colorSpace="calibratedWhite"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="17">
<rect key="frame" x="124" y="181" width="45" height="19"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="17">
<rect key="frame" x="126" y="188" width="45" height="19"/>
<constraints>
<constraint firstAttribute="width" constant="45" id="4cj-ea-96w"/>
</constraints>
@ -223,7 +223,7 @@
<real key="maximum" value="99999"/>
</numberFormatter>
<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"/>
</textFieldCell>
<connections>
@ -231,16 +231,16 @@
<outlet property="delegate" destination="-2" id="53"/>
</connections>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="18" customClass="ColorTextField">
<rect key="frame" x="175" y="162" width="29" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="18" customClass="ColorTextField">
<rect key="frame" x="177" y="168" width="28" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="KB/s" id="26">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="19">
<rect key="frame" x="124" y="159" width="45" height="19"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="19">
<rect key="frame" x="126" y="166" width="45" height="19"/>
<textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="right" drawsBackground="YES" id="24">
<numberFormatter key="formatter" formatterBehavior="custom10_4" allowsFloats="NO" usesGroupingSeparator="NO" groupingSize="0" minimumIntegerDigits="1" maximumIntegerDigits="42" id="25">
<nil key="negativeInfinitySymbol"/>
@ -249,7 +249,7 @@
<real key="maximum" value="99999"/>
</numberFormatter>
<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"/>
</textFieldCell>
<connections>
@ -257,32 +257,32 @@
<outlet property="delegate" destination="-2" id="54"/>
</connections>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="5">
<rect key="frame" x="10" y="249" width="46" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="5">
<rect key="frame" x="10" y="256" width="46" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Priorità" id="46">
<font key="font" metaFont="smallSystemBold"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="20">
<rect key="frame" x="10" y="205" width="119" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="20">
<rect key="frame" x="10" y="212" width="119" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Banda trasferimento" id="23">
<font key="font" metaFont="smallSystemBold"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="21">
<rect key="frame" x="10" y="120" width="126" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="21">
<rect key="frame" x="10" y="124" width="126" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Limiti di distribuzione" id="22">
<font key="font" metaFont="smallSystemBold"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="10">
<rect key="frame" x="213" y="95" width="45" height="19"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="10">
<rect key="frame" x="209" y="100" width="45" height="19"/>
<constraints>
<constraint firstAttribute="width" constant="45" id="T2I-PK-5JP"/>
</constraints>
@ -294,7 +294,7 @@
<real key="maximum" value="99999"/>
</numberFormatter>
<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"/>
</textFieldCell>
<connections>
@ -302,8 +302,8 @@
<outlet property="delegate" destination="-2" id="55"/>
</connections>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="79">
<rect key="frame" x="10" y="76" width="53" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="79">
<rect key="frame" x="10" y="80" width="53" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Inattività:" id="89">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
@ -311,7 +311,7 @@
</textFieldCell>
</textField>
<popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="80">
<rect key="frame" x="69" y="74" width="136" height="17"/>
<rect key="frame" x="69" y="77" width="132" height="17"/>
<popUpButtonCell key="cell" type="roundRect" title="Impostazioni generali" bezelStyle="roundedRect" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" preferredEdge="maxY" selectedItem="87" id="84">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -327,15 +327,15 @@
<action selector="setIdleSetting:" target="-2" id="106"/>
</connections>
</popUpButton>
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="81">
<rect key="frame" x="213" y="73" width="45" height="19"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="81">
<rect key="frame" x="209" y="78" width="45" height="19"/>
<textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="right" drawsBackground="YES" id="82">
<numberFormatter key="formatter" formatterBehavior="default10_4" usesGroupingSeparator="NO" groupingSize="0" minimumIntegerDigits="0" maximumIntegerDigits="42" id="83">
<real key="minimum" value="1"/>
<real key="maximum" value="40320"/>
</numberFormatter>
<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"/>
</textFieldCell>
<connections>
@ -434,7 +434,7 @@
<constraint firstItem="19" firstAttribute="width" secondItem="17" secondAttribute="width" id="zVz-nR-2yi"/>
<constraint firstItem="80" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="79" secondAttribute="trailing" constant="8" symbolic="YES" id="zbu-Bg-gpt"/>
</constraints>
<point key="canvasLocation" x="-25.5" y="-19"/>
<point key="canvasLocation" x="-25.5" y="-15"/>
</customView>
</objects>
<resources>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="11762" systemVersion="16D32" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="19529" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<deployment identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="11762"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="19529"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
@ -40,11 +40,11 @@
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
<customView id="2" userLabel="Options">
<rect key="frame" x="0.0" y="0.0" width="321" height="275"/>
<rect key="frame" x="0.0" y="0.0" width="321" height="282"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES"/>
<subviews>
<popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="3">
<rect key="frame" x="115" y="225" width="84" height="17"/>
<rect key="frame" x="115" y="231" width="80" height="17"/>
<popUpButtonCell key="cell" type="roundRect" title="Normaal" bezelStyle="roundedRect" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" tag="1" imageScaling="proportionallyDown" inset="2" selectedItem="51" id="48">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -61,7 +61,7 @@
</connections>
</popUpButton>
<button translatesAutoresizingMaskIntoConstraints="NO" id="7">
<rect key="frame" x="9" y="182" width="166" height="18"/>
<rect key="frame" x="11" y="189" width="165" height="16"/>
<buttonCell key="cell" type="check" title="Limiteer downloadsnelheid:" bezelStyle="regularSquare" imagePosition="left" alignment="left" controlSize="small" state="on" allowsMixedState="YES" inset="2" id="44">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -71,7 +71,7 @@
</connections>
</button>
<button translatesAutoresizingMaskIntoConstraints="NO" id="6">
<rect key="frame" x="9" y="139" width="192" height="18"/>
<rect key="frame" x="11" y="145" width="191" height="16"/>
<buttonCell key="cell" type="check" title="Blijf binnen globale bandbreedte" bezelStyle="regularSquare" imagePosition="left" alignment="left" controlSize="small" state="on" allowsMixedState="YES" inset="2" id="45">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -81,7 +81,7 @@
</connections>
</button>
<button translatesAutoresizingMaskIntoConstraints="NO" id="113">
<rect key="frame" x="9" y="53" width="275" height="18"/>
<rect key="frame" x="11" y="57" width="274" height="16"/>
<buttonCell key="cell" type="check" title="Verwijder van de transfer lijst als seeden klaar is" bezelStyle="regularSquare" imagePosition="left" alignment="left" controlSize="small" state="on" allowsMixedState="YES" inset="2" id="114">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -91,7 +91,7 @@
</connections>
</button>
<button translatesAutoresizingMaskIntoConstraints="NO" id="8">
<rect key="frame" x="9" y="160" width="151" height="18"/>
<rect key="frame" x="11" y="167" width="150" height="16"/>
<buttonCell key="cell" type="check" title="Limiteer uploadsnelheid:" bezelStyle="regularSquare" imagePosition="left" alignment="left" controlSize="small" state="on" allowsMixedState="YES" inset="2" id="43">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -100,16 +100,16 @@
<action selector="setUseSpeedLimit:" target="-2" id="59"/>
</connections>
</button>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="11" customClass="ColorTextField">
<rect key="frame" x="196" y="12" width="34" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="11" customClass="ColorTextField">
<rect key="frame" x="196" y="14" width="34" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="peers" id="35">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="12">
<rect key="frame" x="145" y="9" width="45" height="19"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="12">
<rect key="frame" x="145" y="12" width="45" height="19"/>
<constraints>
<constraint firstAttribute="width" constant="45" id="HJD-aQ-8Ww"/>
</constraints>
@ -121,7 +121,7 @@
<real key="maximum" value="9999"/>
</numberFormatter>
<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"/>
</textFieldCell>
<connections>
@ -129,32 +129,32 @@
<outlet property="delegate" destination="-2" id="56"/>
</connections>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="13">
<rect key="frame" x="10" y="12" width="129" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="13">
<rect key="frame" x="10" y="14" width="129" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Maximum verbindingen:" id="32">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="14">
<rect key="frame" x="10" y="34" width="78" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="14">
<rect key="frame" x="10" y="36" width="78" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Geavanceerd" id="31">
<font key="font" metaFont="smallSystemBold"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="4">
<rect key="frame" x="10" y="227" width="99" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="4">
<rect key="frame" x="10" y="234" width="99" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Transfer prioriteit:" id="47">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="15">
<rect key="frame" x="10" y="98" width="35" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="15">
<rect key="frame" x="10" y="102" width="35" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Ratio:" id="30">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
@ -162,7 +162,7 @@
</textFieldCell>
</textField>
<popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="9">
<rect key="frame" x="63" y="96" width="142" height="17"/>
<rect key="frame" x="63" y="99" width="138" height="17"/>
<popUpButtonCell key="cell" type="roundRect" title="Globale instelling" bezelStyle="roundedRect" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" preferredEdge="maxY" selectedItem="41" id="38">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -178,40 +178,40 @@
<action selector="setRatioSetting:" target="-2" id="63"/>
</connections>
</popUpButton>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="16" customClass="ColorTextField">
<rect key="frame" x="232" y="184" width="29" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="16" customClass="ColorTextField">
<rect key="frame" x="235" y="190" width="28" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="KB/s" id="29">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="97">
<rect key="frame" x="264" y="76" width="47" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="97">
<rect key="frame" x="260" y="80" width="47" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="minuten" id="98">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="107">
<rect key="frame" x="211" y="76" width="99" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="107">
<rect key="frame" x="207" y="80" width="99" height="14"/>
<textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="globale informatie" id="108">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" white="0.41999999999999998" alpha="1" colorSpace="calibratedWhite"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="109">
<rect key="frame" x="211" y="98" width="99" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="109">
<rect key="frame" x="207" y="102" width="99" height="14"/>
<textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="globale informatie" id="110">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" white="0.41999999999999998" alpha="1" colorSpace="calibratedWhite"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="17">
<rect key="frame" x="181" y="181" width="45" height="19"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="17">
<rect key="frame" x="184" y="188" width="45" height="19"/>
<constraints>
<constraint firstAttribute="width" constant="45" id="4cj-ea-96w"/>
</constraints>
@ -223,7 +223,7 @@
<real key="maximum" value="99999"/>
</numberFormatter>
<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"/>
</textFieldCell>
<connections>
@ -231,16 +231,16 @@
<outlet property="delegate" destination="-2" id="53"/>
</connections>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="18" customClass="ColorTextField">
<rect key="frame" x="232" y="162" width="29" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="18" customClass="ColorTextField">
<rect key="frame" x="235" y="168" width="28" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="KB/s" id="26">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="19">
<rect key="frame" x="181" y="159" width="45" height="19"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="19">
<rect key="frame" x="184" y="166" width="45" height="19"/>
<textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="right" drawsBackground="YES" id="24">
<numberFormatter key="formatter" formatterBehavior="custom10_4" allowsFloats="NO" usesGroupingSeparator="NO" groupingSize="0" minimumIntegerDigits="1" maximumIntegerDigits="42" id="25">
<nil key="negativeInfinitySymbol"/>
@ -249,7 +249,7 @@
<real key="maximum" value="99999"/>
</numberFormatter>
<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"/>
</textFieldCell>
<connections>
@ -257,32 +257,32 @@
<outlet property="delegate" destination="-2" id="54"/>
</connections>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="5">
<rect key="frame" x="10" y="249" width="54" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="5">
<rect key="frame" x="10" y="256" width="54" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Prioriteit" id="46">
<font key="font" metaFont="smallSystemBold"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="20">
<rect key="frame" x="10" y="205" width="77" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="20">
<rect key="frame" x="10" y="212" width="77" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Bandbreedte" id="23">
<font key="font" metaFont="smallSystemBold"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="21">
<rect key="frame" x="10" y="120" width="46" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="21">
<rect key="frame" x="10" y="124" width="46" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Seeden" id="22">
<font key="font" metaFont="smallSystemBold"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="10">
<rect key="frame" x="213" y="95" width="45" height="19"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="10">
<rect key="frame" x="209" y="100" width="45" height="19"/>
<constraints>
<constraint firstAttribute="width" constant="45" id="T2I-PK-5JP"/>
</constraints>
@ -294,7 +294,7 @@
<real key="maximum" value="99999"/>
</numberFormatter>
<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"/>
</textFieldCell>
<connections>
@ -302,8 +302,8 @@
<outlet property="delegate" destination="-2" id="55"/>
</connections>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="79">
<rect key="frame" x="10" y="76" width="47" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="79">
<rect key="frame" x="10" y="80" width="47" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Inactief:" id="89">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
@ -311,7 +311,7 @@
</textFieldCell>
</textField>
<popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="80">
<rect key="frame" x="63" y="74" width="142" height="17"/>
<rect key="frame" x="63" y="77" width="138" height="17"/>
<popUpButtonCell key="cell" type="roundRect" title="Globale instelling" bezelStyle="roundedRect" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" preferredEdge="maxY" selectedItem="87" id="84">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -327,15 +327,15 @@
<action selector="setIdleSetting:" target="-2" id="106"/>
</connections>
</popUpButton>
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="81">
<rect key="frame" x="213" y="73" width="45" height="19"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="81">
<rect key="frame" x="209" y="78" width="45" height="19"/>
<textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="right" drawsBackground="YES" id="82">
<numberFormatter key="formatter" formatterBehavior="default10_4" usesGroupingSeparator="NO" groupingSize="0" minimumIntegerDigits="0" maximumIntegerDigits="42" id="83">
<real key="minimum" value="1"/>
<real key="maximum" value="40320"/>
</numberFormatter>
<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"/>
</textFieldCell>
<connections>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="11762" systemVersion="16D32" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="19529" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<deployment identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="11762"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="19529"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
@ -40,11 +40,11 @@
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
<customView id="2" userLabel="Options">
<rect key="frame" x="0.0" y="0.0" width="360" height="275"/>
<rect key="frame" x="0.0" y="0.0" width="360" height="282"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES"/>
<subviews>
<popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="3">
<rect key="frame" x="166" y="225" width="78" height="17"/>
<rect key="frame" x="166" y="231" width="74" height="17"/>
<popUpButtonCell key="cell" type="roundRect" title="Normal" bezelStyle="roundedRect" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" tag="1" imageScaling="proportionallyDown" inset="2" selectedItem="51" id="48">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -61,7 +61,7 @@
</connections>
</popUpButton>
<button translatesAutoresizingMaskIntoConstraints="NO" id="7">
<rect key="frame" x="9" y="182" width="190" height="18"/>
<rect key="frame" x="11" y="189" width="189" height="16"/>
<buttonCell key="cell" type="check" title="Limitar velocidade de recepção:" bezelStyle="regularSquare" imagePosition="left" alignment="left" controlSize="small" state="on" allowsMixedState="YES" inset="2" id="44">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -71,7 +71,7 @@
</connections>
</button>
<button translatesAutoresizingMaskIntoConstraints="NO" id="6">
<rect key="frame" x="9" y="139" width="300" height="18"/>
<rect key="frame" x="11" y="145" width="299" height="16"/>
<buttonCell key="cell" type="check" title="Manter dentro do limites globais de largura de banda" bezelStyle="regularSquare" imagePosition="left" alignment="left" controlSize="small" state="on" allowsMixedState="YES" inset="2" id="45">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -81,7 +81,7 @@
</connections>
</button>
<button translatesAutoresizingMaskIntoConstraints="NO" id="113">
<rect key="frame" x="9" y="53" width="301" height="18"/>
<rect key="frame" x="11" y="57" width="300" height="16"/>
<buttonCell key="cell" type="check" title="Remover da lista de transferências ao parar de enviar" bezelStyle="regularSquare" imagePosition="left" alignment="left" controlSize="small" state="on" allowsMixedState="YES" inset="2" id="114">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -91,7 +91,7 @@
</connections>
</button>
<button translatesAutoresizingMaskIntoConstraints="NO" id="8">
<rect key="frame" x="9" y="160" width="169" height="18"/>
<rect key="frame" x="11" y="167" width="168" height="16"/>
<buttonCell key="cell" type="check" title="Limitar velocidade de envio:" bezelStyle="regularSquare" imagePosition="left" alignment="left" controlSize="small" state="on" allowsMixedState="YES" inset="2" id="43">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -100,16 +100,16 @@
<action selector="setUseSpeedLimit:" target="-2" id="59"/>
</connections>
</button>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="11" customClass="ColorTextField">
<rect key="frame" x="178" y="12" width="34" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="11" customClass="ColorTextField">
<rect key="frame" x="178" y="14" width="34" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="peers" id="35">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="12">
<rect key="frame" x="127" y="9" width="45" height="19"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="12">
<rect key="frame" x="127" y="12" width="45" height="19"/>
<constraints>
<constraint firstAttribute="width" constant="45" id="HJD-aQ-8Ww"/>
</constraints>
@ -121,7 +121,7 @@
<real key="maximum" value="9999"/>
</numberFormatter>
<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"/>
</textFieldCell>
<connections>
@ -129,32 +129,32 @@
<outlet property="delegate" destination="-2" id="56"/>
</connections>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="13">
<rect key="frame" x="10" y="12" width="111" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="13">
<rect key="frame" x="10" y="14" width="111" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Máximo de ligações:" id="32">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="14">
<rect key="frame" x="10" y="34" width="65" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="14">
<rect key="frame" x="10" y="36" width="65" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Avançadas" id="31">
<font key="font" metaFont="smallSystemBold"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="4">
<rect key="frame" x="10" y="227" width="150" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="4">
<rect key="frame" x="10" y="234" width="150" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Prioridade da transferência:" id="47">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="15">
<rect key="frame" x="10" y="98" width="37" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="15">
<rect key="frame" x="10" y="102" width="37" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Rácio:" id="30">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
@ -162,7 +162,7 @@
</textFieldCell>
</textField>
<popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="9">
<rect key="frame" x="88" y="96" width="132" height="17"/>
<rect key="frame" x="88" y="99" width="128" height="17"/>
<popUpButtonCell key="cell" type="roundRect" title="Definição global" bezelStyle="roundedRect" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" preferredEdge="maxY" selectedItem="41" id="38">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -178,40 +178,40 @@
<action selector="setRatioSetting:" target="-2" id="63"/>
</connections>
</popUpButton>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="16" customClass="ColorTextField">
<rect key="frame" x="256" y="184" width="29" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="16" customClass="ColorTextField">
<rect key="frame" x="259" y="190" width="28" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="KB/s" id="29">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="97">
<rect key="frame" x="279" y="76" width="46" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="97">
<rect key="frame" x="275" y="80" width="46" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="minutos" id="98">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="107">
<rect key="frame" x="226" y="76" width="124" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="107">
<rect key="frame" x="222" y="80" width="124" height="14"/>
<textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="informação global aqui" id="108">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" white="0.41999999999999998" alpha="1" colorSpace="calibratedWhite"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="109">
<rect key="frame" x="226" y="98" width="124" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="109">
<rect key="frame" x="222" y="102" width="124" height="14"/>
<textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="informação global aqui" id="110">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" white="0.41999999999999998" alpha="1" colorSpace="calibratedWhite"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="17">
<rect key="frame" x="205" y="181" width="45" height="19"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="17">
<rect key="frame" x="208" y="188" width="45" height="19"/>
<constraints>
<constraint firstAttribute="width" constant="45" id="4cj-ea-96w"/>
</constraints>
@ -223,7 +223,7 @@
<real key="maximum" value="99999"/>
</numberFormatter>
<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"/>
</textFieldCell>
<connections>
@ -231,16 +231,16 @@
<outlet property="delegate" destination="-2" id="53"/>
</connections>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="18" customClass="ColorTextField">
<rect key="frame" x="256" y="162" width="29" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="18" customClass="ColorTextField">
<rect key="frame" x="259" y="168" width="28" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="KB/s" id="26">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="19">
<rect key="frame" x="205" y="159" width="45" height="19"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="19">
<rect key="frame" x="208" y="166" width="45" height="19"/>
<textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="right" drawsBackground="YES" id="24">
<numberFormatter key="formatter" formatterBehavior="custom10_4" allowsFloats="NO" usesGroupingSeparator="NO" groupingSize="0" minimumIntegerDigits="1" maximumIntegerDigits="42" id="25">
<nil key="negativeInfinitySymbol"/>
@ -249,7 +249,7 @@
<real key="maximum" value="99999"/>
</numberFormatter>
<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"/>
</textFieldCell>
<connections>
@ -257,32 +257,32 @@
<outlet property="delegate" destination="-2" id="54"/>
</connections>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="5">
<rect key="frame" x="10" y="249" width="63" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="5">
<rect key="frame" x="10" y="256" width="63" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Prioridade" id="46">
<font key="font" metaFont="smallSystemBold"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="20">
<rect key="frame" x="10" y="205" width="196" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="20">
<rect key="frame" x="10" y="212" width="196" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Largura de banda da transferência" id="23">
<font key="font" metaFont="smallSystemBold"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="21">
<rect key="frame" x="10" y="120" width="95" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="21">
<rect key="frame" x="10" y="124" width="95" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Limites de envio" id="22">
<font key="font" metaFont="smallSystemBold"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="10">
<rect key="frame" x="228" y="95" width="45" height="19"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="10">
<rect key="frame" x="224" y="100" width="45" height="19"/>
<constraints>
<constraint firstAttribute="width" constant="45" id="T2I-PK-5JP"/>
</constraints>
@ -294,7 +294,7 @@
<real key="maximum" value="99999"/>
</numberFormatter>
<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"/>
</textFieldCell>
<connections>
@ -302,8 +302,8 @@
<outlet property="delegate" destination="-2" id="55"/>
</connections>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="79">
<rect key="frame" x="10" y="76" width="72" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="79">
<rect key="frame" x="10" y="80" width="72" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Inactividade:" id="89">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
@ -311,7 +311,7 @@
</textFieldCell>
</textField>
<popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="80">
<rect key="frame" x="88" y="74" width="132" height="17"/>
<rect key="frame" x="88" y="77" width="128" height="17"/>
<popUpButtonCell key="cell" type="roundRect" title="Definição global" bezelStyle="roundedRect" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" preferredEdge="maxY" selectedItem="87" id="84">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -327,15 +327,15 @@
<action selector="setIdleSetting:" target="-2" id="106"/>
</connections>
</popUpButton>
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="81">
<rect key="frame" x="228" y="73" width="45" height="19"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="81">
<rect key="frame" x="224" y="78" width="45" height="19"/>
<textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="right" drawsBackground="YES" id="82">
<numberFormatter key="formatter" formatterBehavior="default10_4" usesGroupingSeparator="NO" groupingSize="0" minimumIntegerDigits="0" maximumIntegerDigits="42" id="83">
<real key="minimum" value="1"/>
<real key="maximum" value="40320"/>
</numberFormatter>
<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"/>
</textFieldCell>
<connections>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="11762" systemVersion="16D32" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="19529" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<deployment identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="11762"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="19529"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
@ -40,11 +40,11 @@
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
<customView id="2" userLabel="Options">
<rect key="frame" x="0.0" y="0.0" width="512" height="275"/>
<rect key="frame" x="0.0" y="0.0" width="512" height="282"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES"/>
<subviews>
<popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="3">
<rect key="frame" x="160" y="225" width="110" height="17"/>
<rect key="frame" x="160" y="231" width="107" height="17"/>
<popUpButtonCell key="cell" type="roundRect" title="Нормальный" bezelStyle="roundedRect" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" tag="1" imageScaling="proportionallyDown" inset="2" selectedItem="51" id="48">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -61,7 +61,7 @@
</connections>
</popUpButton>
<button translatesAutoresizingMaskIntoConstraints="NO" id="7">
<rect key="frame" x="9" y="182" width="210" height="18"/>
<rect key="frame" x="11" y="189" width="209" height="16"/>
<buttonCell key="cell" type="check" title="Ограничить скорость скачивания:" bezelStyle="regularSquare" imagePosition="left" alignment="left" controlSize="small" state="on" allowsMixedState="YES" inset="2" id="44">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -71,7 +71,7 @@
</connections>
</button>
<button translatesAutoresizingMaskIntoConstraints="NO" id="6">
<rect key="frame" x="9" y="139" width="268" height="18"/>
<rect key="frame" x="11" y="145" width="267" height="16"/>
<buttonCell key="cell" type="check" title="Не превышать общее ограничение скорости" bezelStyle="regularSquare" imagePosition="left" alignment="left" controlSize="small" state="on" allowsMixedState="YES" inset="2" id="45">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -81,7 +81,7 @@
</connections>
</button>
<button translatesAutoresizingMaskIntoConstraints="NO" id="113">
<rect key="frame" x="9" y="53" width="318" height="18"/>
<rect key="frame" x="11" y="57" width="317" height="16"/>
<buttonCell key="cell" type="check" title="Удалить из списка раздач после завершения раздачи" bezelStyle="regularSquare" imagePosition="left" alignment="left" controlSize="small" state="on" allowsMixedState="YES" inset="2" id="114">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -91,7 +91,7 @@
</connections>
</button>
<button translatesAutoresizingMaskIntoConstraints="NO" id="8">
<rect key="frame" x="9" y="160" width="192" height="18"/>
<rect key="frame" x="11" y="167" width="191" height="16"/>
<buttonCell key="cell" type="check" title="Ограничить скорость раздачи:" bezelStyle="regularSquare" imagePosition="left" alignment="left" controlSize="small" state="on" allowsMixedState="YES" inset="2" id="43">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -100,16 +100,16 @@
<action selector="setUseSpeedLimit:" target="-2" id="59"/>
</connections>
</button>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="11" customClass="ColorTextField">
<rect key="frame" x="210" y="12" width="86" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="11" customClass="ColorTextField">
<rect key="frame" x="210" y="14" width="86" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="пользователей" id="35">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="12">
<rect key="frame" x="159" y="9" width="45" height="19"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="12">
<rect key="frame" x="159" y="12" width="45" height="19"/>
<constraints>
<constraint firstAttribute="width" constant="45" id="HJD-aQ-8Ww"/>
</constraints>
@ -121,7 +121,7 @@
<real key="maximum" value="9999"/>
</numberFormatter>
<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"/>
</textFieldCell>
<connections>
@ -129,32 +129,32 @@
<outlet property="delegate" destination="-2" id="56"/>
</connections>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="13">
<rect key="frame" x="10" y="12" width="143" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="13">
<rect key="frame" x="10" y="14" width="143" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Максимум подключений:" id="32">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="14">
<rect key="frame" x="10" y="34" width="96" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="14">
<rect key="frame" x="10" y="36" width="95" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Дополнительно" id="31">
<font key="font" metaFont="smallSystemBold"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="4">
<rect key="frame" x="10" y="227" width="144" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="4">
<rect key="frame" x="10" y="234" width="144" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Приоритет всей раздачи:" id="47">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="15">
<rect key="frame" x="10" y="98" width="82" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="15">
<rect key="frame" x="10" y="102" width="82" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Для рейтинга:" id="30">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
@ -162,7 +162,7 @@
</textFieldCell>
</textField>
<popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="9">
<rect key="frame" x="101" y="96" width="309" height="17"/>
<rect key="frame" x="101" y="99" width="305" height="17"/>
<popUpButtonCell key="cell" type="roundRect" title="Общие настройки" bezelStyle="roundedRect" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" preferredEdge="maxY" selectedItem="41" id="38">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -178,40 +178,40 @@
<action selector="setRatioSetting:" target="-2" id="63"/>
</connections>
</popUpButton>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="16" customClass="ColorTextField">
<rect key="frame" x="276" y="184" width="29" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="16" customClass="ColorTextField">
<rect key="frame" x="279" y="190" width="29" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="КБ/с" id="29">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="97">
<rect key="frame" x="469" y="76" width="26" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="97">
<rect key="frame" x="465" y="80" width="26" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="мин" id="98">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="107">
<rect key="frame" x="416" y="76" width="86" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="107">
<rect key="frame" x="412" y="80" width="86" height="14"/>
<textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="global info here" id="108">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" white="0.41999999999999998" alpha="1" colorSpace="calibratedWhite"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="109">
<rect key="frame" x="416" y="98" width="86" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="109">
<rect key="frame" x="412" y="102" width="86" height="14"/>
<textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="global info here" id="110">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" white="0.41999999999999998" alpha="1" colorSpace="calibratedWhite"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="17">
<rect key="frame" x="225" y="181" width="45" height="19"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="17">
<rect key="frame" x="228" y="188" width="45" height="19"/>
<constraints>
<constraint firstAttribute="width" constant="45" id="4cj-ea-96w"/>
</constraints>
@ -223,7 +223,7 @@
<real key="maximum" value="99999"/>
</numberFormatter>
<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"/>
</textFieldCell>
<connections>
@ -231,16 +231,16 @@
<outlet property="delegate" destination="-2" id="53"/>
</connections>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="18" customClass="ColorTextField">
<rect key="frame" x="276" y="162" width="29" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="18" customClass="ColorTextField">
<rect key="frame" x="279" y="168" width="29" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="КБ/с" id="26">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="19">
<rect key="frame" x="225" y="159" width="45" height="19"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="19">
<rect key="frame" x="228" y="166" width="45" height="19"/>
<textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="right" drawsBackground="YES" id="24">
<numberFormatter key="formatter" formatterBehavior="custom10_4" allowsFloats="NO" usesGroupingSeparator="NO" groupingSize="0" minimumIntegerDigits="1" maximumIntegerDigits="42" id="25">
<nil key="negativeInfinitySymbol"/>
@ -249,7 +249,7 @@
<real key="maximum" value="99999"/>
</numberFormatter>
<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"/>
</textFieldCell>
<connections>
@ -257,32 +257,32 @@
<outlet property="delegate" destination="-2" id="54"/>
</connections>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="5">
<rect key="frame" x="10" y="249" width="68" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="5">
<rect key="frame" x="10" y="256" width="67" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Приоритет" id="46">
<font key="font" metaFont="smallSystemBold"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="20">
<rect key="frame" x="10" y="205" width="95" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="20">
<rect key="frame" x="10" y="212" width="95" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Ширина канала" id="23">
<font key="font" metaFont="smallSystemBold"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="21">
<rect key="frame" x="10" y="120" width="133" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="21">
<rect key="frame" x="10" y="124" width="133" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Ограничения раздачи" id="22">
<font key="font" metaFont="smallSystemBold"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="10">
<rect key="frame" x="418" y="95" width="45" height="19"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="10">
<rect key="frame" x="414" y="100" width="45" height="19"/>
<constraints>
<constraint firstAttribute="width" constant="45" id="T2I-PK-5JP"/>
</constraints>
@ -294,7 +294,7 @@
<real key="maximum" value="99999"/>
</numberFormatter>
<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"/>
</textFieldCell>
<connections>
@ -302,8 +302,8 @@
<outlet property="delegate" destination="-2" id="55"/>
</connections>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="79">
<rect key="frame" x="10" y="76" width="85" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="79">
<rect key="frame" x="10" y="80" width="85" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Неактивности:" id="89">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
@ -311,7 +311,7 @@
</textFieldCell>
</textField>
<popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="80">
<rect key="frame" x="101" y="74" width="309" height="17"/>
<rect key="frame" x="101" y="77" width="305" height="17"/>
<popUpButtonCell key="cell" type="roundRect" title="Общие настройки" bezelStyle="roundedRect" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" preferredEdge="maxY" selectedItem="87" id="84">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -327,15 +327,15 @@
<action selector="setIdleSetting:" target="-2" id="106"/>
</connections>
</popUpButton>
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="81">
<rect key="frame" x="418" y="73" width="45" height="19"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="81">
<rect key="frame" x="414" y="78" width="45" height="19"/>
<textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="right" drawsBackground="YES" id="82">
<numberFormatter key="formatter" formatterBehavior="default10_4" usesGroupingSeparator="NO" groupingSize="0" minimumIntegerDigits="0" maximumIntegerDigits="42" id="83">
<real key="minimum" value="1"/>
<real key="maximum" value="40320"/>
</numberFormatter>
<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"/>
</textFieldCell>
<connections>
@ -434,7 +434,7 @@
<constraint firstItem="19" firstAttribute="width" secondItem="17" secondAttribute="width" id="zVz-nR-2yi"/>
<constraint firstItem="80" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="79" secondAttribute="trailing" constant="8" symbolic="YES" id="zbu-Bg-gpt"/>
</constraints>
<point key="canvasLocation" x="-36.5" y="-35"/>
<point key="canvasLocation" x="-37" y="-30"/>
</customView>
</objects>
<resources>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="11762" systemVersion="16D32" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="19529" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<deployment identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="11762"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="19529"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
@ -40,11 +40,11 @@
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
<customView id="2" userLabel="Options">
<rect key="frame" x="0.0" y="0.0" width="307" height="275"/>
<rect key="frame" x="0.0" y="0.0" width="310" height="282"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES"/>
<subviews>
<popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="3">
<rect key="frame" x="108" y="225" width="78" height="17"/>
<rect key="frame" x="108" y="231" width="74" height="17"/>
<popUpButtonCell key="cell" type="roundRect" title="Olağan" bezelStyle="roundedRect" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" tag="1" imageScaling="proportionallyDown" inset="2" selectedItem="51" id="48">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -61,7 +61,7 @@
</connections>
</popUpButton>
<button translatesAutoresizingMaskIntoConstraints="NO" id="7">
<rect key="frame" x="9" y="182" width="93" height="18"/>
<rect key="frame" x="11" y="189" width="92" height="16"/>
<buttonCell key="cell" type="check" title="İndirme limiti:" bezelStyle="regularSquare" imagePosition="left" alignment="left" controlSize="small" state="on" allowsMixedState="YES" inset="2" id="44">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -71,7 +71,7 @@
</connections>
</button>
<button translatesAutoresizingMaskIntoConstraints="NO" id="6">
<rect key="frame" x="9" y="139" width="196" height="18"/>
<rect key="frame" x="11" y="145" width="195" height="16"/>
<buttonCell key="cell" type="check" title="Genel bant genişliği limitlerine uy" bezelStyle="regularSquare" imagePosition="left" alignment="left" controlSize="small" state="on" allowsMixedState="YES" inset="2" id="45">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -81,7 +81,7 @@
</connections>
</button>
<button translatesAutoresizingMaskIntoConstraints="NO" id="113">
<rect key="frame" x="9" y="53" width="288" height="18"/>
<rect key="frame" x="11" y="57" width="287" height="16"/>
<buttonCell key="cell" type="check" title="Besleme bittiği zaman aktarım dizelgesinden kaldır" bezelStyle="regularSquare" imagePosition="left" alignment="left" controlSize="small" state="on" allowsMixedState="YES" inset="2" id="114">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -91,7 +91,7 @@
</connections>
</button>
<button translatesAutoresizingMaskIntoConstraints="NO" id="8">
<rect key="frame" x="9" y="160" width="109" height="18"/>
<rect key="frame" x="11" y="167" width="108" height="16"/>
<buttonCell key="cell" type="check" title="Gönderme limiti:" bezelStyle="regularSquare" imagePosition="left" alignment="left" controlSize="small" state="on" allowsMixedState="YES" inset="2" id="43">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -100,16 +100,16 @@
<action selector="setUseSpeedLimit:" target="-2" id="59"/>
</connections>
</button>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="11" customClass="ColorTextField">
<rect key="frame" x="156" y="12" width="47" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="11" customClass="ColorTextField">
<rect key="frame" x="156" y="14" width="47" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="bağlantı" id="35">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="12">
<rect key="frame" x="105" y="9" width="45" height="19"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="12">
<rect key="frame" x="105" y="12" width="45" height="19"/>
<constraints>
<constraint firstAttribute="width" constant="45" id="HJD-aQ-8Ww"/>
</constraints>
@ -121,7 +121,7 @@
<real key="maximum" value="9999"/>
</numberFormatter>
<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"/>
</textFieldCell>
<connections>
@ -129,32 +129,32 @@
<outlet property="delegate" destination="-2" id="56"/>
</connections>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="13">
<rect key="frame" x="10" y="12" width="89" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="13">
<rect key="frame" x="10" y="14" width="89" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Kullanıcı başına:" id="32">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="14">
<rect key="frame" x="10" y="34" width="52" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="14">
<rect key="frame" x="10" y="36" width="52" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Gelişmiş" id="31">
<font key="font" metaFont="smallSystemBold"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="4">
<rect key="frame" x="10" y="227" width="92" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="4">
<rect key="frame" x="10" y="234" width="92" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Aktarım önceliği:" id="47">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="15">
<rect key="frame" x="10" y="98" width="33" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="15">
<rect key="frame" x="10" y="102" width="33" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Oran:" id="30">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
@ -162,7 +162,7 @@
</textFieldCell>
</textField>
<popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="9">
<rect key="frame" x="70" y="96" width="118" height="17"/>
<rect key="frame" x="70" y="99" width="114" height="17"/>
<popUpButtonCell key="cell" type="roundRect" title="Genel Ayar" bezelStyle="roundedRect" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" preferredEdge="maxY" selectedItem="41" id="38">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -178,40 +178,40 @@
<action selector="setRatioSetting:" target="-2" id="63"/>
</connections>
</popUpButton>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="16" customClass="ColorTextField">
<rect key="frame" x="175" y="184" width="29" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="16" customClass="ColorTextField">
<rect key="frame" x="178" y="190" width="28" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="KB/s" id="29">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="97">
<rect key="frame" x="247" y="76" width="38" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="97">
<rect key="frame" x="243" y="80" width="38" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="dakika" id="98">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="107">
<rect key="frame" x="194" y="76" width="97" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="107">
<rect key="frame" x="190" y="80" width="97" height="14"/>
<textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="geñel bilgi buraya" id="108">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" white="0.41999999999999998" alpha="1" colorSpace="calibratedWhite"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="109">
<rect key="frame" x="194" y="98" width="97" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="109">
<rect key="frame" x="190" y="102" width="97" height="14"/>
<textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="geñel bilgi buraya" id="110">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" white="0.41999999999999998" alpha="1" colorSpace="calibratedWhite"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="17">
<rect key="frame" x="124" y="181" width="45" height="19"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="17">
<rect key="frame" x="127" y="188" width="45" height="19"/>
<constraints>
<constraint firstAttribute="width" constant="45" id="4cj-ea-96w"/>
</constraints>
@ -223,7 +223,7 @@
<real key="maximum" value="99999"/>
</numberFormatter>
<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"/>
</textFieldCell>
<connections>
@ -231,16 +231,16 @@
<outlet property="delegate" destination="-2" id="53"/>
</connections>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="18" customClass="ColorTextField">
<rect key="frame" x="175" y="162" width="29" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="18" customClass="ColorTextField">
<rect key="frame" x="178" y="168" width="28" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="KB/s" id="26">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="19">
<rect key="frame" x="124" y="159" width="45" height="19"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="19">
<rect key="frame" x="127" y="166" width="45" height="19"/>
<textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="right" drawsBackground="YES" id="24">
<numberFormatter key="formatter" formatterBehavior="custom10_4" allowsFloats="NO" usesGroupingSeparator="NO" groupingSize="0" minimumIntegerDigits="1" maximumIntegerDigits="42" id="25">
<nil key="negativeInfinitySymbol"/>
@ -249,7 +249,7 @@
<real key="maximum" value="99999"/>
</numberFormatter>
<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"/>
</textFieldCell>
<connections>
@ -257,32 +257,32 @@
<outlet property="delegate" destination="-2" id="54"/>
</connections>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="5">
<rect key="frame" x="10" y="249" width="47" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="5">
<rect key="frame" x="10" y="256" width="47" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Öncelik" id="46">
<font key="font" metaFont="smallSystemBold"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="20">
<rect key="frame" x="10" y="205" width="129" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="20">
<rect key="frame" x="10" y="212" width="129" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Aktarım Bant Genişliği" id="23">
<font key="font" metaFont="smallSystemBold"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="21">
<rect key="frame" x="10" y="120" width="101" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="21">
<rect key="frame" x="10" y="124" width="101" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Besleme Limitleri" id="22">
<font key="font" metaFont="smallSystemBold"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="10">
<rect key="frame" x="196" y="95" width="45" height="19"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="10">
<rect key="frame" x="192" y="100" width="45" height="19"/>
<constraints>
<constraint firstAttribute="width" constant="45" id="T2I-PK-5JP"/>
</constraints>
@ -294,7 +294,7 @@
<real key="maximum" value="99999"/>
</numberFormatter>
<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"/>
</textFieldCell>
<connections>
@ -302,8 +302,8 @@
<outlet property="delegate" destination="-2" id="55"/>
</connections>
</textField>
<textField verticalHuggingPriority="750" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="79">
<rect key="frame" x="10" y="76" width="54" height="14"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="79">
<rect key="frame" x="10" y="80" width="54" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Etkisizlik:" id="89">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
@ -311,7 +311,7 @@
</textFieldCell>
</textField>
<popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="80">
<rect key="frame" x="70" y="74" width="118" height="17"/>
<rect key="frame" x="70" y="77" width="114" height="17"/>
<popUpButtonCell key="cell" type="roundRect" title="Genel Ayar" bezelStyle="roundedRect" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" preferredEdge="maxY" selectedItem="87" id="84">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="smallSystem"/>
@ -327,15 +327,15 @@
<action selector="setIdleSetting:" target="-2" id="106"/>
</connections>
</popUpButton>
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="81">
<rect key="frame" x="196" y="73" width="45" height="19"/>
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="81">
<rect key="frame" x="192" y="78" width="45" height="19"/>
<textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="right" drawsBackground="YES" id="82">
<numberFormatter key="formatter" formatterBehavior="default10_4" usesGroupingSeparator="NO" groupingSize="0" minimumIntegerDigits="0" maximumIntegerDigits="42" id="83">
<real key="minimum" value="1"/>
<real key="maximum" value="40320"/>
</numberFormatter>
<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"/>
</textFieldCell>
<connections>