Ubliudskij XCode razreshil commitit'

This commit is contained in:
Artur Savitskiy 2024-03-18 14:28:37 +01:00
parent c48ed5d7ad
commit c0a3d5ab57
3 changed files with 158 additions and 150 deletions

View File

@ -921,9 +921,12 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = Befund/Befund.entitlements; CODE_SIGN_ENTITLEMENTS = Befund/Befund.entitlements;
CODE_SIGN_STYLE = Automatic; CODE_SIGN_IDENTITY = "Apple Development: Artur Savitskiy (J576JNSQ97)";
CURRENT_PROJECT_VERSION = 6; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Distribution: Limetec Biotechnologies GmbH (W86CN3N7WD)";
DEVELOPMENT_TEAM = 9239XBB72R; CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = W86CN3N7WD;
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = W86CN3N7WD;
GENERATE_INFOPLIST_FILE = YES; GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = Befund/Info.plist; INFOPLIST_FILE = Befund/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = "Patienten Befundapp"; INFOPLIST_KEY_CFBundleDisplayName = "Patienten Befundapp";
@ -936,14 +939,16 @@
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = UIInterfaceOrientationPortrait; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = UIInterfaceOrientationPortrait;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = UIInterfaceOrientationPortrait; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = UIInterfaceOrientationPortrait;
INFOPLIST_KEY_UIUserInterfaceStyle = Light; INFOPLIST_KEY_UIUserInterfaceStyle = Light;
IPHONEOS_DEPLOYMENT_TARGET = 16.2; IPHONEOS_DEPLOYMENT_TARGET = 16.6;
LD_RUNPATH_SEARCH_PATHS = ( LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)", "$(inherited)",
"@executable_path/Frameworks", "@executable_path/Frameworks",
); );
MARKETING_VERSION = 1.1; MARKETING_VERSION = 1.2;
PRODUCT_BUNDLE_IDENTIFIER = "de.labor-stein.Befund"; PRODUCT_BUNDLE_IDENTIFIER = "de.labor-stein.Befund";
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "App Store Connect Profile";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "App Store Connect Profile";
SWIFT_EMIT_LOC_STRINGS = YES; SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_OBJC_BRIDGING_HEADER = "$(PROJECT_DIR)/$(PROJECT_NAME)/$(PROJECT_NAME)-Bridging-Header.h"; SWIFT_OBJC_BRIDGING_HEADER = "$(PROJECT_DIR)/$(PROJECT_NAME)/$(PROJECT_NAME)-Bridging-Header.h";
SWIFT_VERSION = 5.0; SWIFT_VERSION = 5.0;
@ -957,9 +962,12 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = Befund/Befund.entitlements; CODE_SIGN_ENTITLEMENTS = Befund/Befund.entitlements;
CODE_SIGN_STYLE = Automatic; CODE_SIGN_IDENTITY = "Apple Development: Artur Savitskiy (J576JNSQ97)";
CURRENT_PROJECT_VERSION = 6; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Distribution: Limetec Biotechnologies GmbH (W86CN3N7WD)";
DEVELOPMENT_TEAM = 9239XBB72R; CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = W86CN3N7WD;
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = W86CN3N7WD;
GENERATE_INFOPLIST_FILE = YES; GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = Befund/Info.plist; INFOPLIST_FILE = Befund/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = "Patienten Befundapp"; INFOPLIST_KEY_CFBundleDisplayName = "Patienten Befundapp";
@ -972,14 +980,16 @@
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = UIInterfaceOrientationPortrait; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = UIInterfaceOrientationPortrait;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = UIInterfaceOrientationPortrait; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = UIInterfaceOrientationPortrait;
INFOPLIST_KEY_UIUserInterfaceStyle = Light; INFOPLIST_KEY_UIUserInterfaceStyle = Light;
IPHONEOS_DEPLOYMENT_TARGET = 16.2; IPHONEOS_DEPLOYMENT_TARGET = 16.6;
LD_RUNPATH_SEARCH_PATHS = ( LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)", "$(inherited)",
"@executable_path/Frameworks", "@executable_path/Frameworks",
); );
MARKETING_VERSION = 1.1; MARKETING_VERSION = 1.2;
PRODUCT_BUNDLE_IDENTIFIER = "de.labor-stein.Befund"; PRODUCT_BUNDLE_IDENTIFIER = "de.labor-stein.Befund";
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "App Store Connect Profile";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "App Store Connect Profile";
SWIFT_EMIT_LOC_STRINGS = YES; SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_OBJC_BRIDGING_HEADER = "$(PROJECT_DIR)/$(PROJECT_NAME)/$(PROJECT_NAME)-Bridging-Header.h"; SWIFT_OBJC_BRIDGING_HEADER = "$(PROJECT_DIR)/$(PROJECT_NAME)/$(PROJECT_NAME)-Bridging-Header.h";
SWIFT_VERSION = 5.0; SWIFT_VERSION = 5.0;

View File

@ -555,7 +555,7 @@ class SettingsController: UIViewController, UITextFieldDelegate, UpdatingParentC
} }
else else
{ {
let tmp_decrypted_key = Core.Security.AES.Decrypt(value: SettingsController.Settings?.hashed_private_key ?? "", password: String( decoding:Core.Security.AES.GetKey(password: old_password), as: UTF8.self)) let tmp_decrypted_key = Core.Security.AES.Decrypt(value: Settings?.hashed_private_key ?? "", password: String( decoding:Core.Security.AES.GetKey(password: old_password), as: UTF8.self))
if(tmp_decrypted_key != nil) if(tmp_decrypted_key != nil)
{ {
@ -584,17 +584,17 @@ class SettingsController: UIViewController, UITextFieldDelegate, UpdatingParentC
self.popupChangePWD_Status.text = "" self.popupChangePWD_Status.text = ""
let newPassAESkey = Core.Security.AES.GetKey(password: newPass) let newPassAESkey = Core.Security.AES.GetKey(password: newPass)
let decrypted_private_key = Core.Security.AES.Decrypt(value: SettingsController.Settings?.hashed_private_key ?? "", password: String( decoding:Core.Security.AES.GetKey(password: old_password), as: UTF8.self)) let decrypted_private_key = Core.Security.AES.Decrypt(value: Settings?.hashed_private_key ?? "", password: String( decoding:Core.Security.AES.GetKey(password: old_password), as: UTF8.self))
var requestKeyPair = Core.Security.Curve25519.GenerateKeyPair(); var requestKeyPair = Core.Security.Curve25519.GenerateKeyPair();
let changeVerificatorHash = Core.Models.Request.ChangeVerificatorHash() let changeVerificatorHash = Core.Models.Request.ChangeVerificatorHash()
changeVerificatorHash.old_verificator_hash = SettingsController.Settings?.verificator_hash changeVerificatorHash.old_verificator_hash = Settings?.verificator_hash
changeVerificatorHash.new_verificator_hash = Core.Security.SHA512.HMAC(message: Core.Security.SHA512.VerificatorHashingValue.data(using: .utf8)!, key: String(decoding: newPassAESkey, as: UTF8.self)) changeVerificatorHash.new_verificator_hash = Core.Security.SHA512.HMAC(message: Core.Security.SHA512.VerificatorHashingValue.data(using: .utf8)!, key: String(decoding: newPassAESkey, as: UTF8.self))
changeVerificatorHash.udid = SettingsController.Settings?.udid changeVerificatorHash.udid = Settings?.udid
changeVerificatorHash.pin = pinNew changeVerificatorHash.pin = pinNew
@ -660,23 +660,23 @@ class SettingsController: UIViewController, UITextFieldDelegate, UpdatingParentC
let keyNewPass = Core.Security.AES.GetKey(password: newPass) let keyNewPass = Core.Security.AES.GetKey(password: newPass)
SettingsController.Settings!.password_reset_hash = NSUUID().uuidString self.Settings!.password_reset_hash = NSUUID().uuidString
let pwdPlus = (SettingsController.Settings!.password_reset_hash ?? "") + changeVerificatorHash.pin! let pwdPlus = (self.Settings!.password_reset_hash ?? "") + changeVerificatorHash.pin!
let passwordHashKey = Core.Security.AES.GetKey( let passwordHashKey = Core.Security.AES.GetKey(
password: pwdPlus) password: pwdPlus)
SettingsController.Settings!.password_hash = Core.Security.AES.Encrypt(value: newPass, password: String(decoding: passwordHashKey, as: UTF8.self)) self.Settings!.password_hash = Core.Security.AES.Encrypt(value: newPass, password: String(decoding: passwordHashKey, as: UTF8.self))
SettingsController.Settings!.verificator_hash = Core.Security.SHA512.HMAC( self.Settings!.verificator_hash = Core.Security.SHA512.HMAC(
message: Core.Security.SHA512.VerificatorHashingValue.data(using: .utf8)!, message: Core.Security.SHA512.VerificatorHashingValue.data(using: .utf8)!,
key: String(decoding: keyNewPass, as: UTF8.self)) key: String(decoding: keyNewPass, as: UTF8.self))
SettingsController.Settings!.hashed_private_key = Core.Security.AES.Encrypt(value: decrypted_private_key!, password: String(decoding: keyNewPass, as: UTF8.self)) self.Settings!.hashed_private_key = Core.Security.AES.Encrypt(value: decrypted_private_key!, password: String(decoding: keyNewPass, as: UTF8.self))
if(!SettingsController.Settings!.save(atPath: Core.System.SettingsPath())) if(!self.Settings!.save(atPath: Core.System.SettingsPath()))
{ {
self.PasswordActivity_HideLoading(message: Core.Lang.Get(key: "ERROR_COULD_NOT_SAVE")) self.PasswordActivity_HideLoading(message: Core.Lang.Get(key: "ERROR_COULD_NOT_SAVE"))
Core.Log.Critical(msg: "Could not save settings to the file", namespace: "SettingsController", method: "PasswordChange") Core.Log.Critical(msg: "Could not save settings to the file", namespace: "SettingsController", method: "PasswordChange")

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="22505" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="BYZ-38-t0r"> <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="22505" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="BYZ-38-t0r">
<device id="retina6_7" orientation="portrait" appearance="dark"/> <device id="retina6_72" orientation="portrait" appearance="dark"/>
<dependencies> <dependencies>
<deployment identifier="iOS"/> <deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22504"/> <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22504"/>
@ -14,14 +14,14 @@
<objects> <objects>
<viewController storyboardIdentifier="Main" id="BYZ-38-t0r" customClass="ViewController" customModule="Befund" customModuleProvider="target" sceneMemberID="viewController"> <viewController storyboardIdentifier="Main" id="BYZ-38-t0r" customClass="ViewController" customModule="Befund" customModuleProvider="target" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC"> <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
<rect key="frame" x="0.0" y="0.0" width="428" height="926"/> <rect key="frame" x="0.0" y="0.0" width="430" height="932"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews> <subviews>
<view autoresizesSubviews="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Wo7-ll-77f"> <view autoresizesSubviews="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Wo7-ll-77f">
<rect key="frame" x="0.0" y="-3" width="428" height="150"/> <rect key="frame" x="0.0" y="9" width="430" height="150"/>
<subviews> <subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="lMG-xN-sQ4" userLabel="LBL_MY_RESULTS"> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="lMG-xN-sQ4" userLabel="LBL_MY_RESULTS">
<rect key="frame" x="8" y="50" width="412" height="50"/> <rect key="frame" x="8" y="50" width="414" height="50"/>
<constraints> <constraints>
<constraint firstAttribute="height" constant="50" id="11V-FK-fwP"/> <constraint firstAttribute="height" constant="50" id="11V-FK-fwP"/>
</constraints> </constraints>
@ -30,7 +30,7 @@
<nil key="highlightedColor"/> <nil key="highlightedColor"/>
</label> </label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="wordWrap" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ion-9I-bCJ" userLabel="LBLHINWEIS"> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="wordWrap" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ion-9I-bCJ" userLabel="LBLHINWEIS">
<rect key="frame" x="8" y="100" width="412" height="50"/> <rect key="frame" x="8" y="100" width="414" height="50"/>
<constraints> <constraints>
<constraint firstAttribute="height" constant="50" id="ZDX-b2-Ulv"/> <constraint firstAttribute="height" constant="50" id="ZDX-b2-Ulv"/>
</constraints> </constraints>
@ -52,11 +52,11 @@
</constraints> </constraints>
</view> </view>
<view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="dA7-9U-HtC" userLabel="DashedArea"> <view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="dA7-9U-HtC" userLabel="DashedArea">
<rect key="frame" x="6" y="159" width="415" height="759"/> <rect key="frame" x="6" y="159" width="417" height="765"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews> <subviews>
<tableView hidden="YES" clipsSubviews="YES" contentMode="scaleToFill" fixedFrame="YES" alwaysBounceVertical="YES" indicatorStyle="white" dataMode="prototypes" style="plain" separatorStyle="singleLineEtched" allowsSelection="NO" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="-1" estimatedSectionHeaderHeight="-1" sectionFooterHeight="50" estimatedSectionFooterHeight="-1" translatesAutoresizingMaskIntoConstraints="NO" id="mY7-rj-X65"> <tableView hidden="YES" clipsSubviews="YES" contentMode="scaleToFill" fixedFrame="YES" alwaysBounceVertical="YES" indicatorStyle="white" dataMode="prototypes" style="plain" separatorStyle="singleLineEtched" allowsSelection="NO" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="-1" estimatedSectionHeaderHeight="-1" sectionFooterHeight="50" estimatedSectionFooterHeight="-1" translatesAutoresizingMaskIntoConstraints="NO" id="mY7-rj-X65">
<rect key="frame" x="0.0" y="-11" width="415" height="736"/> <rect key="frame" x="0.0" y="-11" width="417" height="742"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" red="0.80894201990000003" green="0.0013604337580000001" blue="0.47924810649999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> <color key="backgroundColor" red="0.80894201990000003" green="0.0013604337580000001" blue="0.47924810649999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<color key="separatorColor" red="0.80894201990000003" green="0.0013604337580000001" blue="0.47924810649999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> <color key="separatorColor" red="0.80894201990000003" green="0.0013604337580000001" blue="0.47924810649999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
@ -64,7 +64,7 @@
<color key="sectionIndexBackgroundColor" red="0.59999999999999998" green="0.074509803920000006" blue="0.33333333329999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> <color key="sectionIndexBackgroundColor" red="0.59999999999999998" green="0.074509803920000006" blue="0.33333333329999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<color key="sectionIndexTrackingBackgroundColor" red="0.80784313730000001" green="0.0" blue="0.93725490199999995" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> <color key="sectionIndexTrackingBackgroundColor" red="0.80784313730000001" green="0.0" blue="0.93725490199999995" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<label key="tableFooterView" opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Sie haben aktuell keinen Befund" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" adjustsFontForContentSizeCategory="YES" id="62r-4g-KCv"> <label key="tableFooterView" opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Sie haben aktuell keinen Befund" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" adjustsFontForContentSizeCategory="YES" id="62r-4g-KCv">
<rect key="frame" x="0.0" y="0.0" width="415" height="751"/> <rect key="frame" x="0.0" y="0.0" width="417" height="757"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<fontDescription key="fontDescription" type="system" pointSize="16"/> <fontDescription key="fontDescription" type="system" pointSize="16"/>
<color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
@ -75,11 +75,11 @@
<color key="backgroundColor" red="0.80894201990000003" green="0.0013604337580000001" blue="0.47924810649999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> <color key="backgroundColor" red="0.80894201990000003" green="0.0013604337580000001" blue="0.47924810649999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</view> </view>
<view clipsSubviews="YES" contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Bc9-5o-mup"> <view clipsSubviews="YES" contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Bc9-5o-mup">
<rect key="frame" x="-53" y="669" width="542" height="286"/> <rect key="frame" x="-53" y="673" width="544" height="288"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES" heightSizable="YES"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES" heightSizable="YES"/>
<subviews> <subviews>
<view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="hlb-4U-xxV"> <view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="hlb-4U-xxV">
<rect key="frame" x="53" y="5" width="425" height="256"/> <rect key="frame" x="53" y="5" width="427" height="258"/>
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMaxX="YES" flexibleMinY="YES" heightSizable="YES"/> <autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMaxX="YES" flexibleMinY="YES" heightSizable="YES"/>
<color key="backgroundColor" red="0.92143100499999997" green="0.92145264149999995" blue="0.92144101860000005" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> <color key="backgroundColor" red="0.92143100499999997" green="0.92145264149999995" blue="0.92144101860000005" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</view> </view>
@ -87,14 +87,13 @@
<color key="backgroundColor" red="0.99999600649999998" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> <color key="backgroundColor" red="0.99999600649999998" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</view> </view>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="bottom_xhdpi" translatesAutoresizingMaskIntoConstraints="NO" id="4UQ-CX-VFf"> <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="bottom_xhdpi" translatesAutoresizingMaskIntoConstraints="NO" id="4UQ-CX-VFf">
<rect key="frame" x="-406" y="838" width="834" height="128"/> <rect key="frame" x="0.0" y="842" width="430" height="90"/>
<constraints> <constraints>
<constraint firstAttribute="width" constant="834" id="GWh-36-QIZ"/> <constraint firstAttribute="height" constant="90" id="sfy-Dl-PsW"/>
<constraint firstAttribute="height" constant="128" id="sfy-Dl-PsW"/>
</constraints> </constraints>
</imageView> </imageView>
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" showsTouchWhenHighlighted="YES" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="rrs-eJ-dxL" customClass="AddButton" customModule="Befund" customModuleProvider="target" propertyAccessControl="all"> <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" showsTouchWhenHighlighted="YES" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="rrs-eJ-dxL" customClass="AddButton" customModule="Befund" customModuleProvider="target" propertyAccessControl="all">
<rect key="frame" x="182" y="445" width="63" height="64"/> <rect key="frame" x="183" y="451" width="63" height="64"/>
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES"/> <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<color key="tintColor" red="0.59999999999999998" green="0.074509803920000006" blue="0.33333333329999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> <color key="tintColor" red="0.59999999999999998" green="0.074509803920000006" blue="0.33333333329999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
@ -109,13 +108,16 @@
</connections> </connections>
</button> </button>
<activityIndicatorView opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" fixedFrame="YES" style="large" translatesAutoresizingMaskIntoConstraints="NO" id="wcR-rq-1Ea"> <activityIndicatorView opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" fixedFrame="YES" style="large" translatesAutoresizingMaskIntoConstraints="NO" id="wcR-rq-1Ea">
<rect key="frame" x="50" y="880" width="37" height="36"/> <rect key="frame" x="50" y="886" width="37" height="36"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<color key="color" red="0.80894201990000003" green="0.0013604337580000001" blue="0.47924810649999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> <color key="color" red="0.80894201990000003" green="0.0013604337580000001" blue="0.47924810649999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</activityIndicatorView> </activityIndicatorView>
<button opaque="NO" contentMode="scaleAspectFit" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="zIR-ra-hWo"> <button opaque="NO" contentMode="scaleAspectFit" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="zIR-ra-hWo">
<rect key="frame" x="332" y="845" width="76" height="61"/> <rect key="frame" x="344" y="837" width="76" height="61"/>
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/> <constraints>
<constraint firstAttribute="height" constant="61" id="3hZ-Uv-C8d"/>
<constraint firstAttribute="width" constant="76" id="e9S-2u-ImH"/>
</constraints>
<fontDescription key="fontDescription" type="system" pointSize="17"/> <fontDescription key="fontDescription" type="system" pointSize="17"/>
<color key="tintColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> <color key="tintColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/> <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
@ -130,11 +132,14 @@
<viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/> <viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
<color key="backgroundColor" red="0.59999999999999998" green="0.074509803920000006" blue="0.33333333329999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> <color key="backgroundColor" red="0.59999999999999998" green="0.074509803920000006" blue="0.33333333329999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints> <constraints>
<constraint firstAttribute="bottom" secondItem="4UQ-CX-VFf" secondAttribute="bottom" constant="-40" id="9ZH-vm-VEw"/> <constraint firstAttribute="bottom" secondItem="4UQ-CX-VFf" secondAttribute="bottom" id="9ZH-vm-VEw"/>
<constraint firstItem="Wo7-ll-77f" firstAttribute="leading" secondItem="6Tk-OE-BBY" secondAttribute="leading" id="D90-Vn-NPr"/> <constraint firstItem="Wo7-ll-77f" firstAttribute="leading" secondItem="6Tk-OE-BBY" secondAttribute="leading" id="D90-Vn-NPr"/>
<constraint firstItem="Wo7-ll-77f" firstAttribute="top" secondItem="6Tk-OE-BBY" secondAttribute="top" constant="-50" id="EdW-Pu-DXc"/> <constraint firstItem="Wo7-ll-77f" firstAttribute="top" secondItem="6Tk-OE-BBY" secondAttribute="top" constant="-50" id="EdW-Pu-DXc"/>
<constraint firstItem="6Tk-OE-BBY" firstAttribute="trailing" secondItem="zIR-ra-hWo" secondAttribute="trailing" constant="10" id="KR1-xQ-nr2"/>
<constraint firstItem="6Tk-OE-BBY" firstAttribute="trailing" secondItem="Wo7-ll-77f" secondAttribute="trailing" id="TqD-2r-b4X"/> <constraint firstItem="6Tk-OE-BBY" firstAttribute="trailing" secondItem="Wo7-ll-77f" secondAttribute="trailing" id="TqD-2r-b4X"/>
<constraint firstItem="4UQ-CX-VFf" firstAttribute="leading" secondItem="6Tk-OE-BBY" secondAttribute="leading" constant="-406" id="VYT-kA-922"/> <constraint firstItem="4UQ-CX-VFf" firstAttribute="trailing" secondItem="6Tk-OE-BBY" secondAttribute="trailing" id="VYT-kA-922"/>
<constraint firstItem="zIR-ra-hWo" firstAttribute="bottom" secondItem="6Tk-OE-BBY" secondAttribute="bottom" id="sD4-gy-4YH"/>
<constraint firstItem="4UQ-CX-VFf" firstAttribute="leading" secondItem="6Tk-OE-BBY" secondAttribute="leading" id="zrm-IF-6le"/>
</constraints> </constraints>
</view> </view>
<connections> <connections>
@ -197,7 +202,7 @@
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<subviews> <subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="PATIENTEN BEFUNDAPP" textAlignment="center" lineBreakMode="wordWrap" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="2Gp-7O-KxR"> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="PATIENTEN BEFUNDAPP" textAlignment="center" lineBreakMode="wordWrap" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="2Gp-7O-KxR">
<rect key="frame" x="30" y="303" width="354" height="100"/> <rect key="frame" x="30" y="315" width="354" height="100"/>
<constraints> <constraints>
<constraint firstAttribute="height" constant="100" id="LRO-4m-57T"/> <constraint firstAttribute="height" constant="100" id="LRO-4m-57T"/>
</constraints> </constraints>
@ -206,14 +211,14 @@
<nil key="highlightedColor"/> <nil key="highlightedColor"/>
</label> </label>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="limbach-gruppe-logo" translatesAutoresizingMaskIntoConstraints="NO" id="eMB-YB-Ezm"> <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="limbach-gruppe-logo" translatesAutoresizingMaskIntoConstraints="NO" id="eMB-YB-Ezm">
<rect key="frame" x="96" y="403" width="222" height="100"/> <rect key="frame" x="96" y="415" width="222" height="100"/>
<constraints> <constraints>
<constraint firstAttribute="height" constant="100" id="Hpa-2g-EEz"/> <constraint firstAttribute="height" constant="100" id="Hpa-2g-EEz"/>
<constraint firstAttribute="width" constant="222" id="hBy-fx-ivm"/> <constraint firstAttribute="width" constant="222" id="hBy-fx-ivm"/>
</constraints> </constraints>
</imageView> </imageView>
<imageView hidden="YES" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="6yp-sU-Y81" userLabel="labor-logo"> <imageView hidden="YES" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="6yp-sU-Y81" userLabel="labor-logo">
<rect key="frame" x="87" y="503" width="240" height="100"/> <rect key="frame" x="87" y="515" width="240" height="100"/>
<constraints> <constraints>
<constraint firstAttribute="width" constant="240" id="DK2-2n-DxH"/> <constraint firstAttribute="width" constant="240" id="DK2-2n-DxH"/>
<constraint firstAttribute="height" constant="100" id="dcT-t6-8DM"/> <constraint firstAttribute="height" constant="100" id="dcT-t6-8DM"/>
@ -390,7 +395,7 @@
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews> <subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="QVr-it-zJw" userLabel="Popup"> <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="QVr-it-zJw" userLabel="Popup">
<rect key="frame" x="24.666666666666657" y="47" width="365" height="506"/> <rect key="frame" x="24.666666666666657" y="59" width="365" height="506"/>
<subviews> <subviews>
<view clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="D9H-G5-ciB" userLabel="Content"> <view clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="D9H-G5-ciB" userLabel="Content">
<rect key="frame" x="8" y="8" width="349" height="490"/> <rect key="frame" x="8" y="8" width="349" height="490"/>
@ -899,15 +904,15 @@
<objects> <objects>
<viewController storyboardIdentifier="PDFViewController" id="NNr-oi-MC8" customClass="PDFViewController" customModule="Befund" customModuleProvider="target" sceneMemberID="viewController"> <viewController storyboardIdentifier="PDFViewController" id="NNr-oi-MC8" customClass="PDFViewController" customModule="Befund" customModuleProvider="target" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="cqK-SS-ikU"> <view key="view" contentMode="scaleToFill" id="cqK-SS-ikU">
<rect key="frame" x="0.0" y="0.0" width="428" height="926"/> <rect key="frame" x="0.0" y="0.0" width="430" height="932"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews> <subviews>
<view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="B6B-iZ-M2Y"> <view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="B6B-iZ-M2Y">
<rect key="frame" x="0.0" y="0.0" width="428" height="100"/> <rect key="frame" x="0.0" y="0.0" width="430" height="100"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
<subviews> <subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="center" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Mein Befund" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="pul-QH-yeE" propertyAccessControl="all"> <label opaque="NO" userInteractionEnabled="NO" contentMode="center" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Mein Befund" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="pul-QH-yeE" propertyAccessControl="all">
<rect key="frame" x="0.0" y="50" width="428" height="50"/> <rect key="frame" x="0.0" y="50" width="430" height="50"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
<fontDescription key="fontDescription" type="boldSystem" pointSize="18"/> <fontDescription key="fontDescription" type="boldSystem" pointSize="18"/>
<nil key="textColor"/> <nil key="textColor"/>
@ -917,11 +922,11 @@
<color key="backgroundColor" systemColor="systemBackgroundColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
</view> </view>
<view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Lnz-bC-nor"> <view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Lnz-bC-nor">
<rect key="frame" x="4" y="105" width="418" height="816"/> <rect key="frame" x="4" y="105" width="420" height="822"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews> <subviews>
<view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="P25-EL-A2k"> <view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="P25-EL-A2k">
<rect key="frame" x="0.0" y="0.0" width="418" height="734"/> <rect key="frame" x="0.0" y="0.0" width="420" height="739"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES" flexibleMaxY="YES"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES" flexibleMaxY="YES"/>
<color key="backgroundColor" white="0.5" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> <color key="backgroundColor" white="0.5" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</view> </view>
@ -929,14 +934,13 @@
<color key="backgroundColor" white="0.5" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> <color key="backgroundColor" white="0.5" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</view> </view>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="bottom_xhdpi" translatesAutoresizingMaskIntoConstraints="NO" id="WPS-qN-XXc"> <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="bottom_xhdpi" translatesAutoresizingMaskIntoConstraints="NO" id="WPS-qN-XXc">
<rect key="frame" x="-406" y="838" width="834" height="128"/> <rect key="frame" x="0.0" y="842" width="430" height="90"/>
<constraints> <constraints>
<constraint firstAttribute="height" constant="128" id="5lx-nE-shl"/> <constraint firstAttribute="height" constant="90" id="5lx-nE-shl"/>
<constraint firstAttribute="width" constant="834" id="MhM-k8-BC6"/>
</constraints> </constraints>
</imageView> </imageView>
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" showsTouchWhenHighlighted="YES" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="6ic-fd-G14" customClass="AddButton" customModule="Befund" customModuleProvider="target"> <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" showsTouchWhenHighlighted="YES" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="6ic-fd-G14" customClass="AddButton" customModule="Befund" customModuleProvider="target">
<rect key="frame" x="181" y="445" width="65" height="64"/> <rect key="frame" x="182" y="451" width="65" height="64"/>
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES"/> <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<color key="tintColor" red="0.59999999999999998" green="0.074509803920000006" blue="0.33333333329999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> <color key="tintColor" red="0.59999999999999998" green="0.074509803920000006" blue="0.33333333329999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
@ -950,9 +954,12 @@
<action selector="goBack:" destination="NNr-oi-MC8" eventType="touchUpInside" id="IPG-LR-yfP"/> <action selector="goBack:" destination="NNr-oi-MC8" eventType="touchUpInside" id="IPG-LR-yfP"/>
</connections> </connections>
</button> </button>
<button opaque="NO" contentMode="scaleAspectFit" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="9SS-qw-4q7"> <button opaque="NO" contentMode="scaleAspectFit" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="9SS-qw-4q7">
<rect key="frame" x="343" y="845" width="64" height="63"/> <rect key="frame" x="349" y="837" width="76" height="61"/>
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/> <constraints>
<constraint firstAttribute="width" constant="76" id="63E-8a-zh1"/>
<constraint firstAttribute="height" constant="61" id="BsM-We-2wS"/>
</constraints>
<fontDescription key="fontDescription" type="system" pointSize="17"/> <fontDescription key="fontDescription" type="system" pointSize="17"/>
<color key="tintColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> <color key="tintColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/> <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
@ -967,8 +974,11 @@
<viewLayoutGuide key="safeArea" id="tcX-tx-I3C"/> <viewLayoutGuide key="safeArea" id="tcX-tx-I3C"/>
<color key="backgroundColor" red="0.59999999999999998" green="0.074509803920000006" blue="0.33333333329999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> <color key="backgroundColor" red="0.59999999999999998" green="0.074509803920000006" blue="0.33333333329999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints> <constraints>
<constraint firstAttribute="bottom" secondItem="WPS-qN-XXc" secondAttribute="bottom" constant="-40" id="8w2-TH-Zf0"/> <constraint firstAttribute="trailing" secondItem="WPS-qN-XXc" secondAttribute="trailing" id="2Bk-wg-lec"/>
<constraint firstItem="WPS-qN-XXc" firstAttribute="leading" secondItem="tcX-tx-I3C" secondAttribute="leading" constant="-406" id="jrR-oP-yfB"/> <constraint firstItem="WPS-qN-XXc" firstAttribute="leading" secondItem="cqK-SS-ikU" secondAttribute="leading" id="eGp-6h-RaB"/>
<constraint firstItem="tcX-tx-I3C" firstAttribute="trailing" secondItem="9SS-qw-4q7" secondAttribute="trailing" constant="5" id="iKG-81-ozt"/>
<constraint firstItem="tcX-tx-I3C" firstAttribute="bottom" secondItem="9SS-qw-4q7" secondAttribute="bottom" id="pBN-FB-SIx"/>
<constraint firstAttribute="bottom" secondItem="WPS-qN-XXc" secondAttribute="bottom" id="zei-DQ-Awz"/>
</constraints> </constraints>
</view> </view>
<connections> <connections>
@ -1127,35 +1137,24 @@
<objects> <objects>
<viewController storyboardIdentifier="LoginController" id="0a1-Fc-OoT" customClass="LoginController" customModule="Befund" customModuleProvider="target" sceneMemberID="viewController"> <viewController storyboardIdentifier="LoginController" id="0a1-Fc-OoT" customClass="LoginController" customModule="Befund" customModuleProvider="target" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="kpe-FD-6zk"> <view key="view" contentMode="scaleToFill" id="kpe-FD-6zk">
<rect key="frame" x="0.0" y="0.0" width="428" height="926"/> <rect key="frame" x="0.0" y="0.0" width="430" height="932"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews> <subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="oac-ef-KJt" userLabel="LaborLogoArea"> <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="oac-ef-KJt" userLabel="LaborLogoArea">
<rect key="frame" x="0.0" y="-20" width="428" height="500"/> <rect key="frame" x="0.0" y="-20" width="430" height="500"/>
<subviews>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="limbach-gruppe-logo" translatesAutoresizingMaskIntoConstraints="NO" id="pUH-jb-X4z" userLabel="LaborImg">
<rect key="frame" x="103" y="60" width="222" height="128"/>
<constraints>
<constraint firstAttribute="width" constant="222" id="2mW-xq-Aea"/>
<constraint firstAttribute="height" constant="128" id="H9d-dc-Gt5"/>
</constraints>
</imageView>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints> <constraints>
<constraint firstAttribute="height" constant="500" id="9UI-cH-Sfe"/> <constraint firstAttribute="height" constant="500" id="9UI-cH-Sfe"/>
<constraint firstItem="pUH-jb-X4z" firstAttribute="centerX" secondItem="oac-ef-KJt" secondAttribute="centerX" id="V70-uK-c0L"/>
<constraint firstItem="pUH-jb-X4z" firstAttribute="top" secondItem="oac-ef-KJt" secondAttribute="top" constant="60" id="Y0f-CV-PIJ"/>
</constraints> </constraints>
</view> </view>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="nKd-oq-Ojq" userLabel="PasswordArea"> <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="nKd-oq-Ojq" userLabel="PasswordArea">
<rect key="frame" x="0.0" y="358" width="428" height="210"/> <rect key="frame" x="0.0" y="361" width="430" height="210"/>
<subviews> <subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="jgr-wO-iev" userLabel="Input"> <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="jgr-wO-iev" userLabel="Input">
<rect key="frame" x="10" y="0.0" width="408" height="70"/> <rect key="frame" x="10" y="0.0" width="410" height="70"/>
<subviews> <subviews>
<textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Password" textAlignment="center" minimumFontSize="14" clearButtonMode="whileEditing" translatesAutoresizingMaskIntoConstraints="NO" id="rGt-eS-a6E" userLabel="TXT_PASSWORD"> <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Password" textAlignment="center" minimumFontSize="14" clearButtonMode="whileEditing" translatesAutoresizingMaskIntoConstraints="NO" id="rGt-eS-a6E" userLabel="TXT_PASSWORD">
<rect key="frame" x="8" y="8" width="392" height="54"/> <rect key="frame" x="8" y="8" width="394" height="54"/>
<fontDescription key="fontDescription" type="boldSystem" pointSize="18"/> <fontDescription key="fontDescription" type="boldSystem" pointSize="18"/>
<textInputTraits key="textInputTraits" secureTextEntry="YES"/> <textInputTraits key="textInputTraits" secureTextEntry="YES"/>
</textField> </textField>
@ -1166,7 +1165,7 @@
</constraints> </constraints>
</imageView> </imageView>
<view contentMode="scaleToFill" verticalHuggingPriority="251" verticalCompressionResistancePriority="751" translatesAutoresizingMaskIntoConstraints="NO" id="SVu-Ju-UXq" userLabel="BotomBorder"> <view contentMode="scaleToFill" verticalHuggingPriority="251" verticalCompressionResistancePriority="751" translatesAutoresizingMaskIntoConstraints="NO" id="SVu-Ju-UXq" userLabel="BotomBorder">
<rect key="frame" x="0.0" y="69" width="408" height="1"/> <rect key="frame" x="0.0" y="69" width="410" height="1"/>
<color key="backgroundColor" red="0.80894201990000003" green="0.0013604337580000001" blue="0.47924810649999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> <color key="backgroundColor" red="0.80894201990000003" green="0.0013604337580000001" blue="0.47924810649999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints> <constraints>
<constraint firstAttribute="height" constant="1" id="sCb-GU-A4T"/> <constraint firstAttribute="height" constant="1" id="sCb-GU-A4T"/>
@ -1190,10 +1189,10 @@
</constraints> </constraints>
</view> </view>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="1on-mx-VFJ" userLabel="Buttons"> <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="1on-mx-VFJ" userLabel="Buttons">
<rect key="frame" x="0.0" y="70" width="428" height="140"/> <rect key="frame" x="0.0" y="70" width="430" height="140"/>
<subviews> <subviews>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="RkU-Dr-QC5" userLabel="BTN_RESET"> <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="RkU-Dr-QC5" userLabel="BTN_RESET">
<rect key="frame" x="8" y="35" width="201" height="40"/> <rect key="frame" x="8" y="35" width="202" height="40"/>
<constraints> <constraints>
<constraint firstAttribute="height" constant="40" id="PKf-Gj-vkP"/> <constraint firstAttribute="height" constant="40" id="PKf-Gj-vkP"/>
</constraints> </constraints>
@ -1208,7 +1207,7 @@
</connections> </connections>
</button> </button>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="SHz-mq-BWS"> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="SHz-mq-BWS">
<rect key="frame" x="209" y="35" width="10" height="40"/> <rect key="frame" x="210" y="35" width="10" height="40"/>
<constraints> <constraints>
<constraint firstAttribute="width" constant="10" id="Kru-VV-V7F"/> <constraint firstAttribute="width" constant="10" id="Kru-VV-V7F"/>
<constraint firstAttribute="height" constant="40" id="o2L-BA-XUh"/> <constraint firstAttribute="height" constant="40" id="o2L-BA-XUh"/>
@ -1218,7 +1217,7 @@
<nil key="highlightedColor"/> <nil key="highlightedColor"/>
</label> </label>
<button opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="249" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="9UO-Vr-90E" userLabel="BTN_LOGIN"> <button opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="249" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="9UO-Vr-90E" userLabel="BTN_LOGIN">
<rect key="frame" x="219" y="35" width="201" height="40"/> <rect key="frame" x="220" y="35" width="202" height="40"/>
<accessibility key="accessibilityConfiguration" label="Login"/> <accessibility key="accessibilityConfiguration" label="Login"/>
<constraints> <constraints>
<constraint firstAttribute="height" constant="40" id="Vyk-03-lLx"/> <constraint firstAttribute="height" constant="40" id="Vyk-03-lLx"/>
@ -1234,7 +1233,7 @@
</connections> </connections>
</button> </button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ncu-IC-wsA" userLabel="BTN_SUPPORT"> <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ncu-IC-wsA" userLabel="BTN_SUPPORT">
<rect key="frame" x="8" y="85" width="412" height="40"/> <rect key="frame" x="8" y="85" width="414" height="40"/>
<constraints> <constraints>
<constraint firstAttribute="height" constant="40" id="gxN-0M-WBh"/> <constraint firstAttribute="height" constant="40" id="gxN-0M-WBh"/>
</constraints> </constraints>
@ -1283,13 +1282,13 @@
</constraints> </constraints>
</view> </view>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="rQv-pD-3Qb"> <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="rQv-pD-3Qb">
<rect key="frame" x="0.0" y="568" width="428" height="358"/> <rect key="frame" x="0.0" y="571" width="430" height="361"/>
<subviews> <subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Av9-cm-KWB" userLabel="Status"> <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Av9-cm-KWB" userLabel="Status">
<rect key="frame" x="8" y="8" width="412" height="94"/> <rect key="frame" x="8" y="8" width="414" height="94"/>
<subviews> <subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="TopLeft" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="3" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" adjustsFontForContentSizeCategory="YES" translatesAutoresizingMaskIntoConstraints="NO" id="vx6-7Z-O4S" userLabel="LAB_STATUS"> <label opaque="NO" userInteractionEnabled="NO" contentMode="TopLeft" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="3" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" adjustsFontForContentSizeCategory="YES" translatesAutoresizingMaskIntoConstraints="NO" id="vx6-7Z-O4S" userLabel="LAB_STATUS">
<rect key="frame" x="5" y="4" width="402" height="80"/> <rect key="frame" x="5" y="4" width="404" height="80"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES" heightSizable="YES"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES" heightSizable="YES"/>
<fontDescription key="fontDescription" type="system" pointSize="18"/> <fontDescription key="fontDescription" type="system" pointSize="18"/>
<color key="textColor" red="0.59999999999999998" green="0.074509803920000006" blue="0.33333333329999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> <color key="textColor" red="0.59999999999999998" green="0.074509803920000006" blue="0.33333333329999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
@ -1303,7 +1302,7 @@
</constraints> </constraints>
</view> </view>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="limbach-gruppe-logo" translatesAutoresizingMaskIntoConstraints="NO" id="LqP-hE-OIa"> <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="limbach-gruppe-logo" translatesAutoresizingMaskIntoConstraints="NO" id="LqP-hE-OIa">
<rect key="frame" x="103" y="274" width="222" height="34"/> <rect key="frame" x="104" y="277" width="222" height="34"/>
</imageView> </imageView>
</subviews> </subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
@ -1340,7 +1339,6 @@
<outlet property="loginPasswordView_BtnLogin" destination="9UO-Vr-90E" id="qMb-wp-PXj"/> <outlet property="loginPasswordView_BtnLogin" destination="9UO-Vr-90E" id="qMb-wp-PXj"/>
<outlet property="loginPasswordView_BtnReset" destination="RkU-Dr-QC5" id="LAO-B8-8nb"/> <outlet property="loginPasswordView_BtnReset" destination="RkU-Dr-QC5" id="LAO-B8-8nb"/>
<outlet property="loginPasswordView_BtnSupport" destination="ncu-IC-wsA" id="Yu8-If-WmJ"/> <outlet property="loginPasswordView_BtnSupport" destination="ncu-IC-wsA" id="Yu8-If-WmJ"/>
<outlet property="loginPasswordView_LaborLogo" destination="pUH-jb-X4z" id="KvS-Ev-SNG"/>
<outlet property="loginPasswordView_Status" destination="vx6-7Z-O4S" id="rma-ps-fLN"/> <outlet property="loginPasswordView_Status" destination="vx6-7Z-O4S" id="rma-ps-fLN"/>
<outlet property="loginPasswordView_txtPassword" destination="rGt-eS-a6E" id="jug-5u-nNi"/> <outlet property="loginPasswordView_txtPassword" destination="rGt-eS-a6E" id="jug-5u-nNi"/>
<outlet property="loginPassword_LaborLogoArea" destination="oac-ef-KJt" id="87B-KB-gq0"/> <outlet property="loginPassword_LaborLogoArea" destination="oac-ef-KJt" id="87B-KB-gq0"/>
@ -1369,7 +1367,7 @@
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews> <subviews>
<view autoresizesSubviews="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="rmB-bH-aM8" userLabel="Popup"> <view autoresizesSubviews="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="rmB-bH-aM8" userLabel="Popup">
<rect key="frame" x="24.666666666666657" y="47" width="365" height="566"/> <rect key="frame" x="24.666666666666657" y="59" width="365" height="566"/>
<subviews> <subviews>
<view autoresizesSubviews="NO" clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="7ni-Do-ZHO" userLabel="Content"> <view autoresizesSubviews="NO" clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="7ni-Do-ZHO" userLabel="Content">
<rect key="frame" x="3" y="3" width="359" height="560"/> <rect key="frame" x="3" y="3" width="359" height="560"/>
@ -1637,11 +1635,11 @@
<objects> <objects>
<viewController storyboardIdentifier="SettingsController" id="nVR-K5-TyE" customClass="SettingsController" customModule="Befund" customModuleProvider="target" sceneMemberID="viewController"> <viewController storyboardIdentifier="SettingsController" id="nVR-K5-TyE" customClass="SettingsController" customModule="Befund" customModuleProvider="target" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="ddz-bU-b4Q"> <view key="view" contentMode="scaleToFill" id="ddz-bU-b4Q">
<rect key="frame" x="0.0" y="0.0" width="428" height="926"/> <rect key="frame" x="0.0" y="0.0" width="430" height="932"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews> <subviews>
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" showsTouchWhenHighlighted="YES" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="gey-Lh-Xvy" customClass="AddButton" customModule="Befund" customModuleProvider="target"> <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" showsTouchWhenHighlighted="YES" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="gey-Lh-Xvy" customClass="AddButton" customModule="Befund" customModuleProvider="target">
<rect key="frame" x="181" y="437" width="65" height="65"/> <rect key="frame" x="182" y="443" width="65" height="65"/>
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES"/> <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<color key="tintColor" red="0.80894201990000003" green="0.0013604337580000001" blue="0.47924810649999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> <color key="tintColor" red="0.80894201990000003" green="0.0013604337580000001" blue="0.47924810649999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
@ -1656,17 +1654,17 @@
</connections> </connections>
</button> </button>
<view autoresizesSubviews="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="iCH-gJ-gnw"> <view autoresizesSubviews="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="iCH-gJ-gnw">
<rect key="frame" x="0.0" y="0.0" width="428" height="100"/> <rect key="frame" x="0.0" y="0.0" width="430" height="100"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints> <constraints>
<constraint firstAttribute="height" constant="100" id="aL7-9O-GK0"/> <constraint firstAttribute="height" constant="100" id="aL7-9O-GK0"/>
</constraints> </constraints>
</view> </view>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="bE4-C8-Nar" userLabel="Content"> <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="bE4-C8-Nar" userLabel="Content">
<rect key="frame" x="0.0" y="100" width="428" height="692"/> <rect key="frame" x="0.0" y="100" width="430" height="698"/>
<subviews> <subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="e2o-AB-bIj" userLabel="LBL_SETTINGS"> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="e2o-AB-bIj" userLabel="LBL_SETTINGS">
<rect key="frame" x="8" y="8" width="412" height="50"/> <rect key="frame" x="8" y="8" width="414" height="50"/>
<constraints> <constraints>
<constraint firstAttribute="height" constant="50" id="aTu-2p-TxF"/> <constraint firstAttribute="height" constant="50" id="aTu-2p-TxF"/>
</constraints> </constraints>
@ -1675,7 +1673,7 @@
<nil key="highlightedColor"/> <nil key="highlightedColor"/>
</label> </label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ONv-vw-Yjv" userLabel="LabRegistered"> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ONv-vw-Yjv" userLabel="LabRegistered">
<rect key="frame" x="8" y="50" width="412" height="50"/> <rect key="frame" x="8" y="50" width="414" height="50"/>
<constraints> <constraints>
<constraint firstAttribute="height" constant="50" id="2gs-Ja-Vd7"/> <constraint firstAttribute="height" constant="50" id="2gs-Ja-Vd7"/>
</constraints> </constraints>
@ -1684,10 +1682,10 @@
<nil key="highlightedColor"/> <nil key="highlightedColor"/>
</label> </label>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Afv-fH-MZQ" userLabel="MenuSettings"> <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Afv-fH-MZQ" userLabel="MenuSettings">
<rect key="frame" x="9" y="120" width="410" height="65"/> <rect key="frame" x="9" y="120" width="412" height="65"/>
<subviews> <subviews>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="anF-97-oFf"> <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="anF-97-oFf">
<rect key="frame" x="8" y="8" width="394" height="49"/> <rect key="frame" x="8" y="8" width="396" height="49"/>
<state key="normal" title="Button"/> <state key="normal" title="Button"/>
<buttonConfiguration key="configuration" style="plain" title="Settings"> <buttonConfiguration key="configuration" style="plain" title="Settings">
<fontDescription key="titleFontDescription" type="boldSystem" pointSize="18"/> <fontDescription key="titleFontDescription" type="boldSystem" pointSize="18"/>
@ -1706,7 +1704,7 @@
<preferredSymbolConfiguration key="preferredSymbolConfiguration" scale="default"/> <preferredSymbolConfiguration key="preferredSymbolConfiguration" scale="default"/>
</imageView> </imageView>
<view contentMode="scaleToFill" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="of1-Vb-mdf" userLabel="BotomBorder"> <view contentMode="scaleToFill" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="of1-Vb-mdf" userLabel="BotomBorder">
<rect key="frame" x="0.0" y="64" width="410" height="1"/> <rect key="frame" x="0.0" y="64" width="412" height="1"/>
<color key="backgroundColor" red="0.80894201990000003" green="0.0013604337580000001" blue="0.47924810649999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> <color key="backgroundColor" red="0.80894201990000003" green="0.0013604337580000001" blue="0.47924810649999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints> <constraints>
<constraint firstAttribute="height" constant="1" id="ycl-OQ-jMy"/> <constraint firstAttribute="height" constant="1" id="ycl-OQ-jMy"/>
@ -1732,10 +1730,10 @@
</constraints> </constraints>
</view> </view>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="zT8-aF-mfL" userLabel="MenuChangePassword"> <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="zT8-aF-mfL" userLabel="MenuChangePassword">
<rect key="frame" x="9" y="195" width="410" height="65"/> <rect key="frame" x="9" y="195" width="412" height="65"/>
<subviews> <subviews>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="BS2-er-gk0"> <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="BS2-er-gk0">
<rect key="frame" x="8" y="8" width="394" height="49"/> <rect key="frame" x="8" y="8" width="396" height="49"/>
<state key="normal" title="Button"/> <state key="normal" title="Button"/>
<buttonConfiguration key="configuration" style="plain" title="Change Password"> <buttonConfiguration key="configuration" style="plain" title="Change Password">
<fontDescription key="titleFontDescription" type="boldSystem" pointSize="18"/> <fontDescription key="titleFontDescription" type="boldSystem" pointSize="18"/>
@ -1754,7 +1752,7 @@
<preferredSymbolConfiguration key="preferredSymbolConfiguration" scale="default"/> <preferredSymbolConfiguration key="preferredSymbolConfiguration" scale="default"/>
</imageView> </imageView>
<view contentMode="scaleToFill" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="ntA-k0-aDi" userLabel="BotomBorder"> <view contentMode="scaleToFill" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="ntA-k0-aDi" userLabel="BotomBorder">
<rect key="frame" x="0.0" y="64" width="410" height="1"/> <rect key="frame" x="0.0" y="64" width="412" height="1"/>
<color key="backgroundColor" red="0.80894201990000003" green="0.0013604337580000001" blue="0.47924810649999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> <color key="backgroundColor" red="0.80894201990000003" green="0.0013604337580000001" blue="0.47924810649999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints> <constraints>
<constraint firstAttribute="height" constant="1" id="kJk-MW-mrW"/> <constraint firstAttribute="height" constant="1" id="kJk-MW-mrW"/>
@ -1777,10 +1775,10 @@
</constraints> </constraints>
</view> </view>
<view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Yu8-Ae-vCb" userLabel="MenuSupport"> <view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Yu8-Ae-vCb" userLabel="MenuSupport">
<rect key="frame" x="9" y="345" width="410" height="65"/> <rect key="frame" x="9" y="345" width="412" height="65"/>
<subviews> <subviews>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="yMh-vd-zBn"> <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="yMh-vd-zBn">
<rect key="frame" x="8" y="8" width="394" height="57"/> <rect key="frame" x="8" y="8" width="396" height="57"/>
<state key="normal" title="Button"/> <state key="normal" title="Button"/>
<buttonConfiguration key="configuration" style="plain" title="Support"> <buttonConfiguration key="configuration" style="plain" title="Support">
<fontDescription key="titleFontDescription" type="boldSystem" pointSize="18"/> <fontDescription key="titleFontDescription" type="boldSystem" pointSize="18"/>
@ -1799,7 +1797,7 @@
<preferredSymbolConfiguration key="preferredSymbolConfiguration" scale="default"/> <preferredSymbolConfiguration key="preferredSymbolConfiguration" scale="default"/>
</imageView> </imageView>
<view contentMode="scaleToFill" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="Uo0-kf-5wb" userLabel="BotomBorder"> <view contentMode="scaleToFill" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="Uo0-kf-5wb" userLabel="BotomBorder">
<rect key="frame" x="0.0" y="64" width="410" height="1"/> <rect key="frame" x="0.0" y="64" width="412" height="1"/>
<color key="backgroundColor" red="0.80894201990000003" green="0.0013604337580000001" blue="0.47924810649999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> <color key="backgroundColor" red="0.80894201990000003" green="0.0013604337580000001" blue="0.47924810649999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints> <constraints>
<constraint firstAttribute="height" constant="1" id="D2v-bZ-tRz"/> <constraint firstAttribute="height" constant="1" id="D2v-bZ-tRz"/>
@ -1822,10 +1820,10 @@
</constraints> </constraints>
</view> </view>
<view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="8cP-8N-WaK" userLabel="MenuFaq"> <view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="8cP-8N-WaK" userLabel="MenuFaq">
<rect key="frame" x="9" y="420" width="410" height="65"/> <rect key="frame" x="9" y="420" width="412" height="65"/>
<subviews> <subviews>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="fow-FA-Kig" userLabel="ButFAQ"> <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="fow-FA-Kig" userLabel="ButFAQ">
<rect key="frame" x="8" y="8" width="394" height="49"/> <rect key="frame" x="8" y="8" width="396" height="49"/>
<state key="normal" title="Button"/> <state key="normal" title="Button"/>
<buttonConfiguration key="configuration" style="plain" title="FAQ"> <buttonConfiguration key="configuration" style="plain" title="FAQ">
<fontDescription key="titleFontDescription" type="boldSystem" pointSize="18"/> <fontDescription key="titleFontDescription" type="boldSystem" pointSize="18"/>
@ -1843,7 +1841,7 @@
</constraints> </constraints>
</imageView> </imageView>
<view contentMode="scaleToFill" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="glD-B4-Pl7" userLabel="BotomBorder"> <view contentMode="scaleToFill" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="glD-B4-Pl7" userLabel="BotomBorder">
<rect key="frame" x="0.0" y="64" width="410" height="1"/> <rect key="frame" x="0.0" y="64" width="412" height="1"/>
<color key="backgroundColor" red="0.80894201990000003" green="0.0013604337580000001" blue="0.47924810649999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> <color key="backgroundColor" red="0.80894201990000003" green="0.0013604337580000001" blue="0.47924810649999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints> <constraints>
<constraint firstAttribute="height" constant="1" id="BdX-fv-mVF"/> <constraint firstAttribute="height" constant="1" id="BdX-fv-mVF"/>
@ -1869,10 +1867,10 @@
</constraints> </constraints>
</view> </view>
<view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="r48-it-EYp" userLabel="MenuAGB"> <view contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="r48-it-EYp" userLabel="MenuAGB">
<rect key="frame" x="9" y="495" width="410" height="65"/> <rect key="frame" x="9" y="495" width="412" height="65"/>
<subviews> <subviews>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="RAV-27-h3U" userLabel="ButAGB"> <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="RAV-27-h3U" userLabel="ButAGB">
<rect key="frame" x="48" y="8" width="354" height="49"/> <rect key="frame" x="48" y="8" width="356" height="49"/>
<state key="normal" title="Button"/> <state key="normal" title="Button"/>
<buttonConfiguration key="configuration" style="plain" title="AGB"> <buttonConfiguration key="configuration" style="plain" title="AGB">
<fontDescription key="titleFontDescription" type="boldSystem" pointSize="18"/> <fontDescription key="titleFontDescription" type="boldSystem" pointSize="18"/>
@ -1890,7 +1888,7 @@
</constraints> </constraints>
</imageView> </imageView>
<view contentMode="scaleToFill" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="peF-QB-YW1" userLabel="BotomBorder"> <view contentMode="scaleToFill" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="peF-QB-YW1" userLabel="BotomBorder">
<rect key="frame" x="0.0" y="64" width="410" height="1"/> <rect key="frame" x="0.0" y="64" width="412" height="1"/>
<color key="backgroundColor" red="0.80894201990000003" green="0.0013604337580000001" blue="0.47924810649999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> <color key="backgroundColor" red="0.80894201990000003" green="0.0013604337580000001" blue="0.47924810649999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints> <constraints>
<constraint firstAttribute="height" constant="1" id="lcW-h1-hrw"/> <constraint firstAttribute="height" constant="1" id="lcW-h1-hrw"/>
@ -2010,7 +2008,7 @@
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews> <subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="oYe-LB-VzW" userLabel="Popup"> <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="oYe-LB-VzW" userLabel="Popup">
<rect key="frame" x="24.666666666666657" y="47" width="365" height="556"/> <rect key="frame" x="24.666666666666657" y="59" width="365" height="556"/>
<subviews> <subviews>
<view clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="R5F-Zh-lAH" userLabel="Content"> <view clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="R5F-Zh-lAH" userLabel="Content">
<rect key="frame" x="3" y="3" width="359" height="550"/> <rect key="frame" x="3" y="3" width="359" height="550"/>
@ -2254,7 +2252,7 @@
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews> <subviews>
<view autoresizesSubviews="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="6E7-WN-adV" userLabel="Popup"> <view autoresizesSubviews="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="6E7-WN-adV" userLabel="Popup">
<rect key="frame" x="24.666666666666657" y="47" width="365" height="580"/> <rect key="frame" x="24.666666666666657" y="59" width="365" height="580"/>
<subviews> <subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="2L8-NZ-jkC" userLabel="ContentLabel"> <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="2L8-NZ-jkC" userLabel="ContentLabel">
<rect key="frame" x="3" y="3" width="359" height="47"/> <rect key="frame" x="3" y="3" width="359" height="47"/>
@ -2489,14 +2487,14 @@
<objects> <objects>
<viewController storyboardIdentifier="SupportController" id="beB-Pk-mtn" userLabel="Support Controller" customClass="SupportController" customModule="Befund" customModuleProvider="target" sceneMemberID="viewController"> <viewController storyboardIdentifier="SupportController" id="beB-Pk-mtn" userLabel="Support Controller" customClass="SupportController" customModule="Befund" customModuleProvider="target" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="2Ta-Eh-fRb"> <view key="view" contentMode="scaleToFill" id="2Ta-Eh-fRb">
<rect key="frame" x="0.0" y="0.0" width="428" height="926"/> <rect key="frame" x="0.0" y="0.0" width="430" height="932"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews> <subviews>
<view autoresizesSubviews="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="6Pa-BC-cE4"> <view autoresizesSubviews="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="6Pa-BC-cE4">
<rect key="frame" x="0.0" y="-3" width="428" height="100"/> <rect key="frame" x="0.0" y="9" width="430" height="100"/>
<subviews> <subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="8AJ-eP-9tG" userLabel="LBL_SUPPORT"> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="8AJ-eP-9tG" userLabel="LBL_SUPPORT">
<rect key="frame" x="8" y="55" width="412" height="37"/> <rect key="frame" x="8" y="58" width="414" height="34"/>
<fontDescription key="fontDescription" type="boldSystem" pointSize="18"/> <fontDescription key="fontDescription" type="boldSystem" pointSize="18"/>
<nil key="textColor"/> <nil key="textColor"/>
<nil key="highlightedColor"/> <nil key="highlightedColor"/>
@ -2512,22 +2510,22 @@
</constraints> </constraints>
</view> </view>
<scrollView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" showsHorizontalScrollIndicator="NO" translatesAutoresizingMaskIntoConstraints="NO" id="AXx-Zr-JJR"> <scrollView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" showsHorizontalScrollIndicator="NO" translatesAutoresizingMaskIntoConstraints="NO" id="AXx-Zr-JJR">
<rect key="frame" x="0.0" y="97" width="428" height="550"/> <rect key="frame" x="0.0" y="109" width="430" height="550"/>
<subviews> <subviews>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="1FQ-DZ-1iQ"> <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="1FQ-DZ-1iQ">
<rect key="frame" x="0.0" y="0.0" width="428" height="1040"/> <rect key="frame" x="0.0" y="0.0" width="430" height="1040"/>
<subviews> <subviews>
<view autoresizesSubviews="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="yTM-E9-ZC5" userLabel="ContentLabor"> <view autoresizesSubviews="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="yTM-E9-ZC5" userLabel="ContentLabor">
<rect key="frame" x="0.0" y="0.0" width="428" height="140"/> <rect key="frame" x="0.0" y="0.0" width="430" height="140"/>
<subviews> <subviews>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="YYF-2P-5DM" userLabel="laborLogo"> <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="YYF-2P-5DM" userLabel="laborLogo">
<rect key="frame" x="38" y="-10" width="352" height="60"/> <rect key="frame" x="38" y="-10" width="354" height="60"/>
<constraints> <constraints>
<constraint firstAttribute="height" constant="60" id="NzS-Wd-DuW"/> <constraint firstAttribute="height" constant="60" id="NzS-Wd-DuW"/>
</constraints> </constraints>
</imageView> </imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Name" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Efg-zD-eqH" userLabel="laborName"> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Name" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Efg-zD-eqH" userLabel="laborName">
<rect key="frame" x="8" y="40" width="412" height="20"/> <rect key="frame" x="8" y="40" width="414" height="20"/>
<constraints> <constraints>
<constraint firstAttribute="height" constant="20" id="OAQ-Ga-ZOM"/> <constraint firstAttribute="height" constant="20" id="OAQ-Ga-ZOM"/>
</constraints> </constraints>
@ -2536,7 +2534,7 @@
<nil key="highlightedColor"/> <nil key="highlightedColor"/>
</label> </label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ewW-be-chG" userLabel="laborStreet"> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ewW-be-chG" userLabel="laborStreet">
<rect key="frame" x="8" y="60" width="412" height="20"/> <rect key="frame" x="8" y="60" width="414" height="20"/>
<constraints> <constraints>
<constraint firstAttribute="height" constant="20" id="hFr-Vb-XZw"/> <constraint firstAttribute="height" constant="20" id="hFr-Vb-XZw"/>
</constraints> </constraints>
@ -2545,7 +2543,7 @@
<nil key="highlightedColor"/> <nil key="highlightedColor"/>
</label> </label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ekj-cW-SEH" userLabel="laborCity"> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ekj-cW-SEH" userLabel="laborCity">
<rect key="frame" x="8" y="80" width="412" height="20"/> <rect key="frame" x="8" y="80" width="414" height="20"/>
<constraints> <constraints>
<constraint firstAttribute="height" constant="20" id="zea-FE-eci"/> <constraint firstAttribute="height" constant="20" id="zea-FE-eci"/>
</constraints> </constraints>
@ -2554,7 +2552,7 @@
<nil key="highlightedColor"/> <nil key="highlightedColor"/>
</label> </label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="5nE-Y0-HD9" userLabel="laborTel"> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="5nE-Y0-HD9" userLabel="laborTel">
<rect key="frame" x="8" y="100" width="412" height="20"/> <rect key="frame" x="8" y="100" width="414" height="20"/>
<constraints> <constraints>
<constraint firstAttribute="height" constant="20" id="q59-ml-76K"/> <constraint firstAttribute="height" constant="20" id="q59-ml-76K"/>
</constraints> </constraints>
@ -2563,7 +2561,7 @@
<nil key="highlightedColor"/> <nil key="highlightedColor"/>
</label> </label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="pq4-UY-aUj" userLabel="laborWeb"> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="pq4-UY-aUj" userLabel="laborWeb">
<rect key="frame" x="8" y="120" width="412" height="20"/> <rect key="frame" x="8" y="120" width="414" height="20"/>
<constraints> <constraints>
<constraint firstAttribute="height" constant="20" id="mtj-sJ-lne"/> <constraint firstAttribute="height" constant="20" id="mtj-sJ-lne"/>
</constraints> </constraints>
@ -2596,10 +2594,10 @@
</constraints> </constraints>
</view> </view>
<view autoresizesSubviews="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ZO2-IO-bVO" userLabel="Content"> <view autoresizesSubviews="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ZO2-IO-bVO" userLabel="Content">
<rect key="frame" x="0.0" y="140" width="428" height="400"/> <rect key="frame" x="0.0" y="140" width="430" height="400"/>
<subviews> <subviews>
<textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="E-Mail" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="jaC-lg-e7D" userLabel="EmailText"> <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="E-Mail" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="jaC-lg-e7D" userLabel="EmailText">
<rect key="frame" x="8" y="8" width="412" height="40"/> <rect key="frame" x="8" y="8" width="414" height="40"/>
<constraints> <constraints>
<constraint firstAttribute="height" constant="40" id="1b8-lO-dql"/> <constraint firstAttribute="height" constant="40" id="1b8-lO-dql"/>
</constraints> </constraints>
@ -2607,7 +2605,7 @@
<textInputTraits key="textInputTraits"/> <textInputTraits key="textInputTraits"/>
</textField> </textField>
<textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="Topic" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="hoz-ws-8iB" userLabel="TopicText"> <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="Topic" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="hoz-ws-8iB" userLabel="TopicText">
<rect key="frame" x="8" y="53" width="412" height="40"/> <rect key="frame" x="8" y="53" width="414" height="40"/>
<constraints> <constraints>
<constraint firstAttribute="height" constant="40" id="O90-H1-zTf"/> <constraint firstAttribute="height" constant="40" id="O90-H1-zTf"/>
</constraints> </constraints>
@ -2615,7 +2613,7 @@
<textInputTraits key="textInputTraits"/> <textInputTraits key="textInputTraits"/>
</textField> </textField>
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" textAlignment="natural" translatesAutoresizingMaskIntoConstraints="NO" id="bfG-yF-KJT"> <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" textAlignment="natural" translatesAutoresizingMaskIntoConstraints="NO" id="bfG-yF-KJT">
<rect key="frame" x="8" y="98" width="412" height="160"/> <rect key="frame" x="8" y="98" width="414" height="160"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints> <constraints>
<constraint firstAttribute="height" constant="160" id="nbL-NE-b30"/> <constraint firstAttribute="height" constant="160" id="nbL-NE-b30"/>
@ -2626,7 +2624,7 @@
<textInputTraits key="textInputTraits" autocapitalizationType="sentences"/> <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
</textView> </textView>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="N7C-H7-vmN" userLabel="BTN_SEND"> <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="N7C-H7-vmN" userLabel="BTN_SEND">
<rect key="frame" x="8" y="263" width="412" height="40"/> <rect key="frame" x="8" y="263" width="414" height="40"/>
<constraints> <constraints>
<constraint firstAttribute="height" constant="40" id="4Bn-A4-e4t"/> <constraint firstAttribute="height" constant="40" id="4Bn-A4-e4t"/>
</constraints> </constraints>
@ -2641,7 +2639,7 @@
</connections> </connections>
</button> </button>
<label opaque="NO" userInteractionEnabled="NO" contentMode="TopLeft" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="3" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" adjustsFontForContentSizeCategory="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Qme-qg-xiD" userLabel="StatusLabel"> <label opaque="NO" userInteractionEnabled="NO" contentMode="TopLeft" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="3" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" adjustsFontForContentSizeCategory="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Qme-qg-xiD" userLabel="StatusLabel">
<rect key="frame" x="8" y="308" width="412" height="40"/> <rect key="frame" x="8" y="308" width="414" height="40"/>
<constraints> <constraints>
<constraint firstAttribute="height" constant="40" id="vny-fY-qge"/> <constraint firstAttribute="height" constant="40" id="vny-fY-qge"/>
</constraints> </constraints>
@ -2650,7 +2648,7 @@
<nil key="highlightedColor"/> <nil key="highlightedColor"/>
</label> </label>
<activityIndicatorView opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" style="large" translatesAutoresizingMaskIntoConstraints="NO" id="c7o-eT-61P"> <activityIndicatorView opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" style="large" translatesAutoresizingMaskIntoConstraints="NO" id="c7o-eT-61P">
<rect key="frame" x="194.66666666666666" y="313" width="39" height="39"/> <rect key="frame" x="195.66666666666666" y="313" width="39" height="39"/>
<constraints> <constraints>
<constraint firstAttribute="height" constant="39" id="6j7-Ev-Nr2"/> <constraint firstAttribute="height" constant="39" id="6j7-Ev-Nr2"/>
<constraint firstAttribute="width" constant="39" id="Z61-vt-TWC"/> <constraint firstAttribute="width" constant="39" id="Z61-vt-TWC"/>
@ -2681,10 +2679,10 @@
</constraints> </constraints>
</view> </view>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="LGa-lD-l65"> <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="LGa-lD-l65">
<rect key="frame" x="0.0" y="540" width="428" height="500"/> <rect key="frame" x="0.0" y="540" width="430" height="500"/>
<subviews> <subviews>
<textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="line" textAlignment="center" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="VqD-rJ-e9v" userLabel="TestField"> <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="line" textAlignment="center" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="VqD-rJ-e9v" userLabel="TestField">
<rect key="frame" x="8" y="458" width="412" height="34"/> <rect key="frame" x="8" y="458" width="414" height="34"/>
<constraints> <constraints>
<constraint firstAttribute="height" constant="34" id="YNa-01-z9F"/> <constraint firstAttribute="height" constant="34" id="YNa-01-z9F"/>
</constraints> </constraints>
@ -2719,14 +2717,13 @@
<viewLayoutGuide key="frameLayoutGuide" id="lcb-SJ-vvh"/> <viewLayoutGuide key="frameLayoutGuide" id="lcb-SJ-vvh"/>
</scrollView> </scrollView>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="bottom_xhdpi" translatesAutoresizingMaskIntoConstraints="NO" id="B8M-Kk-dag"> <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="bottom_xhdpi" translatesAutoresizingMaskIntoConstraints="NO" id="B8M-Kk-dag">
<rect key="frame" x="-406" y="838" width="834" height="128"/> <rect key="frame" x="0.0" y="842" width="430" height="90"/>
<constraints> <constraints>
<constraint firstAttribute="width" constant="834" id="Vox-uo-eff"/> <constraint firstAttribute="height" constant="90" id="Z7m-2y-Tz6"/>
<constraint firstAttribute="height" constant="128" id="Z7m-2y-Tz6"/>
</constraints> </constraints>
</imageView> </imageView>
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" showsTouchWhenHighlighted="YES" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="5cb-Z0-pTD" customClass="AddButton" customModule="Befund" customModuleProvider="target"> <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" showsTouchWhenHighlighted="YES" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="5cb-Z0-pTD" customClass="AddButton" customModule="Befund" customModuleProvider="target">
<rect key="frame" x="181" y="327" width="65" height="63"/> <rect key="frame" x="182" y="333" width="65" height="63"/>
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES"/> <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<color key="tintColor" red="0.59999999999999998" green="0.074509803920000006" blue="0.33333333329999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> <color key="tintColor" red="0.59999999999999998" green="0.074509803920000006" blue="0.33333333329999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
@ -2747,11 +2744,12 @@
<constraint firstItem="AXx-Zr-JJR" firstAttribute="top" secondItem="6Pa-BC-cE4" secondAttribute="bottom" id="H0O-UT-jYF"/> <constraint firstItem="AXx-Zr-JJR" firstAttribute="top" secondItem="6Pa-BC-cE4" secondAttribute="bottom" id="H0O-UT-jYF"/>
<constraint firstItem="6Pa-BC-cE4" firstAttribute="leading" secondItem="DgG-j5-Vdn" secondAttribute="leading" id="LJI-ul-eqN"/> <constraint firstItem="6Pa-BC-cE4" firstAttribute="leading" secondItem="DgG-j5-Vdn" secondAttribute="leading" id="LJI-ul-eqN"/>
<constraint firstItem="AXx-Zr-JJR" firstAttribute="leading" secondItem="DgG-j5-Vdn" secondAttribute="leading" id="OIl-gi-Ug8"/> <constraint firstItem="AXx-Zr-JJR" firstAttribute="leading" secondItem="DgG-j5-Vdn" secondAttribute="leading" id="OIl-gi-Ug8"/>
<constraint firstItem="DgG-j5-Vdn" firstAttribute="trailing" secondItem="B8M-Kk-dag" secondAttribute="trailing" id="Rlk-pN-q75"/>
<constraint firstItem="6Pa-BC-cE4" firstAttribute="trailing" secondItem="DgG-j5-Vdn" secondAttribute="trailing" id="aVu-Ng-RxW"/> <constraint firstItem="6Pa-BC-cE4" firstAttribute="trailing" secondItem="DgG-j5-Vdn" secondAttribute="trailing" id="aVu-Ng-RxW"/>
<constraint firstItem="DgG-j5-Vdn" firstAttribute="trailing" secondItem="AXx-Zr-JJR" secondAttribute="trailing" id="bSg-jR-rhI"/> <constraint firstItem="DgG-j5-Vdn" firstAttribute="trailing" secondItem="AXx-Zr-JJR" secondAttribute="trailing" id="bSg-jR-rhI"/>
<constraint firstItem="6Pa-BC-cE4" firstAttribute="top" secondItem="DgG-j5-Vdn" secondAttribute="top" constant="-50" id="ckA-xV-sce"/> <constraint firstItem="6Pa-BC-cE4" firstAttribute="top" secondItem="DgG-j5-Vdn" secondAttribute="top" constant="-50" id="ckA-xV-sce"/>
<constraint firstItem="B8M-Kk-dag" firstAttribute="leading" secondItem="DgG-j5-Vdn" secondAttribute="leading" constant="-406" id="lPb-AH-qsh"/> <constraint firstItem="B8M-Kk-dag" firstAttribute="leading" secondItem="DgG-j5-Vdn" secondAttribute="leading" id="lPb-AH-qsh"/>
<constraint firstAttribute="bottom" secondItem="B8M-Kk-dag" secondAttribute="bottom" constant="-40" id="zN4-DT-nFC"/> <constraint firstAttribute="bottom" secondItem="B8M-Kk-dag" secondAttribute="bottom" id="zN4-DT-nFC"/>
</constraints> </constraints>
</view> </view>
<connections> <connections>
@ -2783,7 +2781,7 @@
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<subviews> <subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="4ry-pB-8gC" userLabel="Popup"> <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="4ry-pB-8gC" userLabel="Popup">
<rect key="frame" x="26.666666666666657" y="47" width="365" height="506"/> <rect key="frame" x="26.666666666666657" y="59" width="365" height="506"/>
<subviews> <subviews>
<view autoresizesSubviews="NO" clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="gju-Ky-XbE" userLabel="Content"> <view autoresizesSubviews="NO" clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="gju-Ky-XbE" userLabel="Content">
<rect key="frame" x="3" y="3" width="359" height="500"/> <rect key="frame" x="3" y="3" width="359" height="500"/>
@ -2911,11 +2909,11 @@
<objects> <objects>
<viewController storyboardIdentifier="ScannerController" id="Fu3-iU-eU8" customClass="ScannerViewController" customModule="Befund" customModuleProvider="target" sceneMemberID="viewController"> <viewController storyboardIdentifier="ScannerController" id="Fu3-iU-eU8" customClass="ScannerViewController" customModule="Befund" customModuleProvider="target" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="G5b-uH-G2Y"> <view key="view" contentMode="scaleToFill" id="G5b-uH-G2Y">
<rect key="frame" x="0.0" y="0.0" width="428" height="926"/> <rect key="frame" x="0.0" y="0.0" width="430" height="932"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews> <subviews>
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" showsTouchWhenHighlighted="YES" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="zeV-q3-pB1" customClass="AddButton" customModule="Befund" customModuleProvider="target"> <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" showsTouchWhenHighlighted="YES" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="zeV-q3-pB1" customClass="AddButton" customModule="Befund" customModuleProvider="target">
<rect key="frame" x="181" y="431" width="65" height="63"/> <rect key="frame" x="182" y="437" width="65" height="63"/>
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES"/> <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<color key="tintColor" red="0.59999999999999998" green="0.074509803920000006" blue="0.33333333329999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> <color key="tintColor" red="0.59999999999999998" green="0.074509803920000006" blue="0.33333333329999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
@ -2946,14 +2944,14 @@
<objects> <objects>
<viewController storyboardIdentifier="SelectLabor" id="HEl-0q-Tme" userLabel="SelectLaborController" customClass="SelectLaborController" customModule="Befund" customModuleProvider="target" sceneMemberID="viewController"> <viewController storyboardIdentifier="SelectLabor" id="HEl-0q-Tme" userLabel="SelectLaborController" customClass="SelectLaborController" customModule="Befund" customModuleProvider="target" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="p0w-5d-S2c"> <view key="view" contentMode="scaleToFill" id="p0w-5d-S2c">
<rect key="frame" x="0.0" y="0.0" width="428" height="926"/> <rect key="frame" x="0.0" y="0.0" width="430" height="932"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews> <subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Nzy-Ak-VLV" userLabel="LogoView"> <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Nzy-Ak-VLV" userLabel="LogoView">
<rect key="frame" x="0.0" y="0.0" width="428" height="120"/> <rect key="frame" x="0.0" y="0.0" width="430" height="120"/>
<subviews> <subviews>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="limbach-gruppe-logo" translatesAutoresizingMaskIntoConstraints="NO" id="RwA-fz-eeK"> <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="limbach-gruppe-logo" translatesAutoresizingMaskIntoConstraints="NO" id="RwA-fz-eeK">
<rect key="frame" x="103" y="70" width="222" height="50"/> <rect key="frame" x="104" y="70" width="222" height="50"/>
<constraints> <constraints>
<constraint firstAttribute="height" constant="50" id="Zgo-fy-Izf"/> <constraint firstAttribute="height" constant="50" id="Zgo-fy-Izf"/>
</constraints> </constraints>
@ -2970,7 +2968,7 @@
<rect key="frame" x="0.0" y="0.0" width="428" height="806"/> <rect key="frame" x="0.0" y="0.0" width="428" height="806"/>
<subviews> <subviews>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="6dz-Ye-RRE"> <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="6dz-Ye-RRE">
<rect key="frame" x="114" y="263" width="200" height="200"/> <rect key="frame" x="115" y="266" width="200" height="200"/>
<constraints> <constraints>
<constraint firstAttribute="height" constant="200" id="61I-Ko-D3c"/> <constraint firstAttribute="height" constant="200" id="61I-Ko-D3c"/>
<constraint firstAttribute="width" constant="200" id="zPC-RV-1TP"/> <constraint firstAttribute="width" constant="200" id="zPC-RV-1TP"/>
@ -2984,7 +2982,7 @@
</connections> </connections>
</button> </button>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="4bv-s7-PrO" userLabel="LBL_QR_CODE_SELECT"> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="4bv-s7-PrO" userLabel="LBL_QR_CODE_SELECT">
<rect key="frame" x="8" y="475" width="412" height="120"/> <rect key="frame" x="8" y="478" width="414" height="120"/>
<constraints> <constraints>
<constraint firstAttribute="height" constant="120" id="PVi-gH-n65"/> <constraint firstAttribute="height" constant="120" id="PVi-gH-n65"/>
</constraints> </constraints>
@ -3003,10 +3001,10 @@
</constraints> </constraints>
</view> </view>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="elx-r3-eMz" userLabel="BottomView"> <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="elx-r3-eMz" userLabel="BottomView">
<rect key="frame" x="0.0" y="846" width="428" height="80"/> <rect key="frame" x="0.0" y="852" width="430" height="80"/>
<subviews> <subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Select Labor" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="4JG-UP-DFK" userLabel="labSelectLabor"> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Select Labor" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="4JG-UP-DFK" userLabel="labSelectLabor">
<rect key="frame" x="0.0" y="25" width="428" height="30"/> <rect key="frame" x="0.0" y="25" width="430" height="30"/>
<constraints> <constraints>
<constraint firstAttribute="height" constant="30" id="1RR-Nl-XY1"/> <constraint firstAttribute="height" constant="30" id="1RR-Nl-XY1"/>
<constraint firstAttribute="height" relation="greaterThanOrEqual" constant="30" id="8oT-A1-PEs"/> <constraint firstAttribute="height" relation="greaterThanOrEqual" constant="30" id="8oT-A1-PEs"/>
@ -3055,11 +3053,11 @@
<objects> <objects>
<viewController storyboardIdentifier="AGBPolicy" id="hGx-mQ-haz" userLabel="AGBPolicy Controller" customClass="AGBPolicyController" customModule="Befund" customModuleProvider="target" sceneMemberID="viewController"> <viewController storyboardIdentifier="AGBPolicy" id="hGx-mQ-haz" userLabel="AGBPolicy Controller" customClass="AGBPolicyController" customModule="Befund" customModuleProvider="target" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="x9U-RR-D7o"> <view key="view" contentMode="scaleToFill" id="x9U-RR-D7o">
<rect key="frame" x="0.0" y="0.0" width="428" height="926"/> <rect key="frame" x="0.0" y="0.0" width="430" height="932"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews> <subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Xf6-bh-gj5"> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Xf6-bh-gj5">
<rect key="frame" x="40" y="47" width="348" height="40"/> <rect key="frame" x="40" y="59" width="350" height="40"/>
<constraints> <constraints>
<constraint firstAttribute="height" constant="40" id="6f1-Hj-7cU"/> <constraint firstAttribute="height" constant="40" id="6f1-Hj-7cU"/>
</constraints> </constraints>
@ -3068,11 +3066,11 @@
<nil key="highlightedColor"/> <nil key="highlightedColor"/>
</label> </label>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="mEL-ba-ZlM"> <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="mEL-ba-ZlM">
<rect key="frame" x="0.0" y="87" width="428" height="760"/> <rect key="frame" x="0.0" y="99" width="430" height="754"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/> <color key="backgroundColor" systemColor="systemBackgroundColor"/>
</view> </view>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="wordWrap" translatesAutoresizingMaskIntoConstraints="NO" id="Lfh-Dy-YzJ"> <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="wordWrap" translatesAutoresizingMaskIntoConstraints="NO" id="Lfh-Dy-YzJ">
<rect key="frame" x="20" y="847" width="388" height="45"/> <rect key="frame" x="20" y="853" width="390" height="45"/>
<constraints> <constraints>
<constraint firstAttribute="height" constant="45" id="vRP-9l-Uma"/> <constraint firstAttribute="height" constant="45" id="vRP-9l-Uma"/>
</constraints> </constraints>