Subversion Repositories Projects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
805 - 1
<?xml version="1.0" encoding="UTF-8"?>
2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
<plist version="1.0">
4
<dict>
5
        <key>StringsTable</key>
6
        <string>Looping</string>
7
        <key>PreferenceSpecifiers</key>
8
        <array>
9
                <dict>
10
                        <key>Type</key>
11
                        <string>PSChildPaneSpecifier</string>
12
                        <key>Title</key>
13
                        <string>Gas Limit</string>
14
                        <key>Key</key>
15
                        <string>LoopGasLimit</string>
16
                        <key>DefaultValue</key>
17
                        <integer>0</integer>
18
                        <key>InAppCellClass</key>
19
                        <string>InAppSettingsPotiValueSpecifierCell</string>
20
                        <key>InAppChildPaneClass</key>
21
                        <string>InAppSettingsPotiValueController</string>
22
                        <key>File</key>
23
                        <string>Dummy</string>
24
                </dict>
25
                <dict>
26
                        <key>Type</key>
27
                        <string>PSTextFieldSpecifier</string>
28
                        <key>Title</key>
29
                        <string>Response Threshold</string>
30
                        <key>Key</key>
31
                        <string>LoopThreshold</string>
32
                        <key>KeyboardType</key>
33
                        <string>NumberPad</string>
34
                        <key>InAppNumtype</key>
35
                        <true/>
36
                </dict>
37
                <dict>
38
                        <key>Type</key>
39
                        <string>PSTextFieldSpecifier</string>
40
                        <key>Title</key>
41
                        <string>Hysteresis</string>
42
                        <key>Key</key>
43
                        <string>LoopHysterese</string>
44
                        <key>KeyboardType</key>
45
                        <string>NumberPad</string>
46
                        <key>InAppNumtype</key>
47
                        <true/>
48
                </dict>
49
                <dict>
50
                        <key>Type</key>
51
                        <string>PSTextFieldSpecifier</string>
52
                        <key>Title</key>
53
                        <string>Turn over Nick</string>
54
                        <key>Key</key>
55
                        <string>WinkelUmschlagNick</string>
56
                        <key>KeyboardType</key>
57
                        <string>NumberPad</string>
58
                        <key>InAppNumtype</key>
59
                        <true/>
60
                </dict>
61
                <dict>
62
                        <key>Type</key>
63
                        <string>PSTextFieldSpecifier</string>
64
                        <key>Title</key>
65
                        <string>Turn over Roll</string>
66
                        <key>Key</key>
67
                        <string>WinkelUmschlagRoll</string>
68
                        <key>KeyboardType</key>
69
                        <string>NumberPad</string>
70
                        <key>InAppNumtype</key>
71
                        <true/>
72
                </dict>
73
                <dict>
74
                        <key>Type</key>
75
                        <string>PSGroupSpecifier</string>
76
                        <key>Title</key>
77
                        <string>Loop while stick is</string>
78
                </dict>
79
                <dict>
80
                        <key>Type</key>
81
                        <string>PSToggleSwitchSpecifier</string>
82
                        <key>Title</key>
83
                        <string>Up</string>
84
                        <key>Key</key>
85
                        <string>BitConfig_LOOP_UP</string>
86
                        <key>DefaultValue</key>
87
                        <string>NO</string>
88
                        <key>TrueValue</key>
89
                        <string>YES</string>
90
                        <key>FalseValue</key>
91
                        <string>NO</string>
92
                </dict>
93
                <dict>
94
                        <key>Type</key>
95
                        <string>PSToggleSwitchSpecifier</string>
96
                        <key>Title</key>
97
                        <string>Down</string>
98
                        <key>Key</key>
99
                        <string>BitConfig_LOOP_DOWN</string>
100
                        <key>DefaultValue</key>
101
                        <string>NO</string>
102
                        <key>TrueValue</key>
103
                        <string>YES</string>
104
                        <key>FalseValue</key>
105
                        <string>NO</string>
106
                </dict>
107
                <dict>
108
                        <key>Type</key>
109
                        <string>PSToggleSwitchSpecifier</string>
110
                        <key>Title</key>
111
                        <string>Left</string>
112
                        <key>Key</key>
113
                        <string>BitConfig_LOOP_LEFT</string>
114
                        <key>DefaultValue</key>
115
                        <string>NO</string>
116
                        <key>TrueValue</key>
117
                        <string>YES</string>
118
                        <key>FalseValue</key>
119
                        <string>NO</string>
120
                </dict>
121
                <dict>
122
                        <key>Type</key>
123
                        <string>PSToggleSwitchSpecifier</string>
124
                        <key>Title</key>
125
                        <string>Right</string>
126
                        <key>Key</key>
127
                        <string>BitConfig_LOOP_RIGHT</string>
128
                        <key>DefaultValue</key>
129
                        <string>NO</string>
130
                        <key>TrueValue</key>
131
                        <string>YES</string>
132
                        <key>FalseValue</key>
133
                        <string>NO</string>
134
                </dict>
135
        </array>
136
</dict>
137
</plist>