123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13529" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina4_7" orientation="portrait">
- <adaptation id="fullscreen"/>
- </device>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13527"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="CoaApplyProtocolVC">
- <connections>
- <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
- </connections>
- </placeholder>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
- <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="根据公安厅88号文件" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="xL5-4b-7Iy">
- <rect key="frame" x="10" y="0.0" width="355" height="40"/>
- <constraints>
- <constraint firstAttribute="height" constant="40" id="sXR-eG-YX5"/>
- </constraints>
- <fontDescription key="fontDescription" type="boldSystem" pointSize="17"/>
- <color key="textColor" red="1" green="0.45957246976736343" blue="0.16480479839710038" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" textAlignment="natural" translatesAutoresizingMaskIntoConstraints="NO" id="pqq-fN-mUH">
- <rect key="frame" x="10" y="40" width="355" height="627"/>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <string key="text">1、驾驶培训机构应当选用驾驶和教学经验丰富、安全文明驾驶素质高的驾驶人担任教练员;
- 2、不得聘用有交通违法记分满分记录、发生交通死亡责任事故、组织或参与考试舞弊、收受或索取学员财物的人员担任教练员;
- 3、严格教学活动监督管理,对学员投诉多、培训质量和职业道德差的教练员,严格考核和退出机制;
- 4、试点开展教练员职业教育,完善教练员继续教育制度,提高教练员队伍素质和教学水平;
- 5、对教练员组织或参与考试舞弊、以各种名目向学员索取财物的,依法从重处罚。对未经许可擅自从事驾驶培训经营活动的,依法严肃查处;
- 6、聘用的教练员要到道路运输管理机构登记注册,对于有过毒、酒、醉驾等行为的教练员应禁止聘用;</string>
- <fontDescription key="fontDescription" type="system" pointSize="15"/>
- <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
- </textView>
- </subviews>
- <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstItem="xL5-4b-7Iy" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" id="HiP-R5-qdi"/>
- <constraint firstItem="pqq-fN-mUH" firstAttribute="leading" secondItem="xL5-4b-7Iy" secondAttribute="leading" id="K0b-Un-Bdm"/>
- <constraint firstAttribute="bottom" secondItem="pqq-fN-mUH" secondAttribute="bottom" id="MQk-tZ-E3J"/>
- <constraint firstAttribute="trailing" secondItem="xL5-4b-7Iy" secondAttribute="trailing" constant="10" id="cK5-FK-rH1"/>
- <constraint firstItem="pqq-fN-mUH" firstAttribute="top" secondItem="xL5-4b-7Iy" secondAttribute="bottom" id="eVM-5l-16X"/>
- <constraint firstItem="pqq-fN-mUH" firstAttribute="trailing" secondItem="xL5-4b-7Iy" secondAttribute="trailing" id="npU-Na-eB9"/>
- <constraint firstItem="xL5-4b-7Iy" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" constant="10" id="r0E-YL-GoL"/>
- </constraints>
- <point key="canvasLocation" x="24.5" y="51.5"/>
- </view>
- </objects>
- </document>
|