Skip to content

Commit 3ac7b2e

Browse files
committed
汉化自动创建管理器文件
1 parent 524c69c commit 3ac7b2e

File tree

1 file changed

+114
-0
lines changed

1 file changed

+114
-0
lines changed
Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2+
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9532" systemVersion="15A284" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
3+
<dependencies>
4+
<deployment identifier="macosx"/>
5+
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="9532"/>
6+
</dependencies>
7+
<objects>
8+
<customObject id="-2" userLabel="File's Owner" customClass="NSWindowController">
9+
<connections>
10+
<outlet property="window" destination="1" id="18"/>
11+
</connections>
12+
</customObject>
13+
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
14+
<customObject id="-3" userLabel="Application"/>
15+
<window title="自动创建管理器" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" oneShot="NO" animationBehavior="default" id="1">
16+
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
17+
<rect key="contentRect" x="196" y="240" width="480" height="270"/>
18+
<rect key="screenRect" x="0.0" y="0.0" width="1680" height="1028"/>
19+
<view key="contentView" id="2">
20+
<rect key="frame" x="0.0" y="0.0" width="480" height="270"/>
21+
<autoresizingMask key="autoresizingMask"/>
22+
<subviews>
23+
<scrollView autohidesScrollers="YES" horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" usesPredominantAxisScrolling="NO" id="3">
24+
<rect key="frame" x="65" y="55" width="350" height="160"/>
25+
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
26+
<clipView key="contentView" id="sJS-XV-q6G">
27+
<rect key="frame" x="1" y="23" width="348" height="136"/>
28+
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
29+
<subviews>
30+
<tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" columnReordering="NO" columnSelection="YES" multipleSelection="NO" autosaveColumns="NO" headerView="19" id="4">
31+
<rect key="frame" x="0.0" y="0.0" width="348" height="136"/>
32+
<autoresizingMask key="autoresizingMask"/>
33+
<size key="intercellSpacing" width="3" height="2"/>
34+
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
35+
<color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
36+
<tableColumns>
37+
<tableColumn identifier="name" editable="NO" width="254" minWidth="40" maxWidth="1000" id="8">
38+
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="名称">
39+
<font key="font" metaFont="smallSystem"/>
40+
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
41+
<color key="backgroundColor" white="0.33333298560000002" alpha="1" colorSpace="calibratedWhite"/>
42+
</tableHeaderCell>
43+
<textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="11">
44+
<font key="font" metaFont="system"/>
45+
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
46+
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
47+
</textFieldCell>
48+
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES"/>
49+
</tableColumn>
50+
<tableColumn identifier="size" editable="NO" width="88" minWidth="40" maxWidth="1000" id="9">
51+
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="大小">
52+
<font key="font" metaFont="smallSystem"/>
53+
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
54+
<color key="backgroundColor" white="0.33333298560000002" alpha="1" colorSpace="calibratedWhite"/>
55+
</tableHeaderCell>
56+
<textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="10">
57+
<font key="font" metaFont="system"/>
58+
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
59+
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
60+
</textFieldCell>
61+
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES"/>
62+
</tableColumn>
63+
</tableColumns>
64+
<connections>
65+
<outlet property="dataSource" destination="14" id="16"/>
66+
<outlet property="delegate" destination="14" id="17"/>
67+
</connections>
68+
</tableView>
69+
</subviews>
70+
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
71+
</clipView>
72+
<scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="YES" id="5">
73+
<rect key="frame" x="1" y="119" width="223" height="15"/>
74+
<autoresizingMask key="autoresizingMask"/>
75+
</scroller>
76+
<scroller key="verticalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="NO" id="7">
77+
<rect key="frame" x="224" y="17" width="15" height="102"/>
78+
<autoresizingMask key="autoresizingMask"/>
79+
</scroller>
80+
<tableHeaderView key="headerView" id="19">
81+
<rect key="frame" x="0.0" y="0.0" width="348" height="23"/>
82+
<autoresizingMask key="autoresizingMask"/>
83+
</tableHeaderView>
84+
</scrollView>
85+
<textField verticalHuggingPriority="750" id="12">
86+
<rect key="frame" x="62" y="229" width="341" height="17"/>
87+
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
88+
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="在 TmpDisk 打开时自动创建的磁盘" id="13">
89+
<font key="font" size="13" name=".PingFangSC-Regular"/>
90+
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
91+
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
92+
</textFieldCell>
93+
</textField>
94+
<button verticalHuggingPriority="750" id="20">
95+
<rect key="frame" x="195" y="12" width="90" height="32"/>
96+
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
97+
<buttonCell key="cell" type="push" title="移除" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="21">
98+
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
99+
<font key="font" size="13" name=".PingFangSC-Regular"/>
100+
</buttonCell>
101+
<connections>
102+
<action selector="removeEntry:" target="14" id="22"/>
103+
</connections>
104+
</button>
105+
</subviews>
106+
</view>
107+
</window>
108+
<customObject id="14" customClass="AutoCreateManagerWindow">
109+
<connections>
110+
<outlet property="autoCreateEntries" destination="4" id="15"/>
111+
</connections>
112+
</customObject>
113+
</objects>
114+
</document>

0 commit comments

Comments
 (0)