Changeset 13479
- Timestamp:
- Sep 8, 2012, 3:48:12 AM (10 years ago)
- Location:
- trunk/macosx
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/AddMagnetWindowController.h
r13251 r13479 35 35 IBOutlet NSPopUpButton * fGroupPopUp, * fPriorityPopUp; 36 36 37 //remove these when switching to auto layout 38 IBOutlet NSTextField * fMagnetLinkLabel; 39 IBOutlet NSTextField * fDownloadToLabel, * fGroupLabel, * fPriorityLabel; 40 IBOutlet NSButton * fChangeDestinationButton; 41 IBOutlet NSBox * fDownloadToBox; 42 IBOutlet NSButton * fAddButton, * fCancelButton; 43 37 44 Controller * fController; 38 45 -
trunk/macosx/AddMagnetWindowController.m
r13434 r13479 95 95 [fLocationImageView setImage: nil]; 96 96 } 97 98 #warning enable after 2.7 99 /* 100 #warning when 10.7-only, switch to auto layout 101 [fMagnetLinkLabel sizeToFit]; 102 103 const CGFloat downloadToLabelOldWidth = [fDownloadToLabel frame].size.width; 104 [fDownloadToLabel sizeToFit]; 105 const CGFloat changeDestOldWidth = [fChangeDestinationButton frame].size.width; 106 [fChangeDestinationButton sizeToFit]; 107 NSRect changeDestFrame = [fChangeDestinationButton frame]; 108 changeDestFrame.origin.x -= changeDestFrame.size.width - changeDestOldWidth; 109 [fChangeDestinationButton setFrame: changeDestFrame]; 110 111 NSRect downloadToBoxFrame = [fDownloadToBox frame]; 112 const CGFloat downloadToBoxSizeDiff = ([fDownloadToLabel frame].size.width - downloadToLabelOldWidth) + (changeDestFrame.size.width - changeDestOldWidth); 113 downloadToBoxFrame.size.width -= downloadToBoxSizeDiff; 114 downloadToBoxFrame.origin.x -= downloadToLabelOldWidth - [fDownloadToLabel frame].size.width; 115 [fDownloadToBox setFrame: downloadToBoxFrame]; 116 117 NSRect groupPopUpFrame = [fGroupPopUp frame]; 118 NSRect priorityPopUpFrame = [fPriorityPopUp frame]; 119 const CGFloat popUpOffset = groupPopUpFrame.origin.x - NSMaxX([fGroupLabel frame]); 120 [fGroupLabel sizeToFit]; 121 [fPriorityLabel sizeToFit]; 122 NSRect groupLabelFrame = [fGroupLabel frame]; 123 NSRect priorityLabelFrame = [fPriorityLabel frame]; 124 //first bring them both to the left edge 125 groupLabelFrame.origin.x = MIN(groupLabelFrame.origin.x, priorityLabelFrame.origin.x); 126 priorityLabelFrame.origin.x = MIN(groupLabelFrame.origin.x, priorityLabelFrame.origin.x); 127 //then align on the right 128 const CGFloat labelWidth = MAX(groupLabelFrame.size.width, priorityLabelFrame.size.width); 129 groupLabelFrame.origin.x += labelWidth - groupLabelFrame.size.width; 130 priorityLabelFrame.origin.x += labelWidth - priorityLabelFrame.size.width; 131 groupPopUpFrame.origin.x = NSMaxX(groupLabelFrame) + popUpOffset; 132 priorityPopUpFrame.origin.x = NSMaxX(priorityLabelFrame) + popUpOffset; 133 [fGroupLabel setFrame: groupLabelFrame]; 134 [fGroupPopUp setFrame: groupPopUpFrame]; 135 [fPriorityLabel setFrame: priorityLabelFrame]; 136 [fPriorityPopUp setFrame: priorityPopUpFrame]; 137 138 const CGFloat minButtonWidth = 82.0; 139 const CGFloat oldAddButtonWidth = [fAddButton bounds].size.width; 140 const CGFloat oldCancelButtonWidth = [fCancelButton bounds].size.width; 141 #warning add "extra" width that sizeToFit loses 142 [fAddButton sizeToFit]; 143 [fCancelButton sizeToFit]; 144 NSRect addButtonFrame = [fAddButton frame]; 145 NSRect cancelButtonFrame = [fCancelButton frame]; 146 CGFloat buttonWidth = MAX(addButtonFrame.size.width, cancelButtonFrame.size.width); 147 buttonWidth = MAX(buttonWidth, minButtonWidth); 148 addButtonFrame.size.width = buttonWidth; 149 cancelButtonFrame.size.width = buttonWidth; 150 const CGFloat addButtonWidthIncrease = buttonWidth - oldAddButtonWidth; 151 addButtonFrame.origin.x -= addButtonWidthIncrease; 152 cancelButtonFrame.origin.x -= addButtonWidthIncrease + (buttonWidth - oldCancelButtonWidth); 153 [fAddButton setFrame: addButtonFrame]; 154 [fCancelButton setFrame: cancelButtonFrame]; 155 156 [fStartCheck sizeToFit]; 157 */ 97 158 } 98 159 -
trunk/macosx/en.lproj/AddMagnetWindow.xib
r13120 r13479 3 3 <data> 4 4 <int key="IBDocument.SystemTarget">1060</int> 5 <string key="IBDocument.SystemVersion">1 1C74</string>6 <string key="IBDocument.InterfaceBuilderVersion"> 1938</string>7 <string key="IBDocument.AppKitVersion">11 38.23</string>8 <string key="IBDocument.HIToolboxVersion"> 567.00</string>5 <string key="IBDocument.SystemVersion">12B19</string> 6 <string key="IBDocument.InterfaceBuilderVersion">2549</string> 7 <string key="IBDocument.AppKitVersion">1187</string> 8 <string key="IBDocument.HIToolboxVersion">624.00</string> 9 9 <object class="NSMutableDictionary" key="IBDocument.PluginVersions"> 10 10 <string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin</string> 11 <string key="NS.object.0"> 1938</string>11 <string key="NS.object.0">2549</string> 12 12 </object> 13 13 <array key="IBDocument.IntegratedClassDependencies"> 14 <string>NSBox</string> 15 <string>NSButton</string> 16 <string>NSButtonCell</string> 17 <string>NSCustomObject</string> 18 <string>NSImageCell</string> 19 <string>NSImageView</string> 20 <string>NSMenu</string> 21 <string>NSMenuItem</string> 14 22 <string>NSPopUpButton</string> 15 <string>NSButton</string> 16 <string>NSMenu</string> 17 <string>NSButtonCell</string> 18 <string>NSImageView</string> 23 <string>NSPopUpButtonCell</string> 24 <string>NSTextField</string> 19 25 <string>NSTextFieldCell</string> 20 <string>NSBox</string>21 <string>NSImageCell</string>22 <string>NSMenuItem</string>23 <string>NSCustomObject</string>24 26 <string>NSView</string> 25 27 <string>NSWindowTemplate</string> 26 <string>NSTextField</string>27 <string>NSPopUpButtonCell</string>28 28 </array> 29 29 <array key="IBDocument.PluginDependencies"> … … 76 76 <bool key="NSEnabled">YES</bool> 77 77 <object class="NSImageCell" key="NSCell" id="376748491"> 78 <int key="NSCellFlags">13 0560</int>78 <int key="NSCellFlags">134217728</int> 79 79 <int key="NSCellFlags2">33554432</int> 80 80 <object class="NSCustomResource" key="NSContents"> … … 87 87 <bool key="NSAnimates">NO</bool> 88 88 </object> 89 <bool key="NSAllowsLogicalLayoutDirection">NO</bool> 89 90 <bool key="NSEditable">YES</bool> 90 91 </object> … … 98 99 <bool key="NSEnabled">YES</bool> 99 100 <object class="NSTextFieldCell" key="NSCell" id="814218719"> 100 <int key="NSCellFlags">67 239488</int>101 <int key="NSCellFlags">67108928</int> 101 102 <int key="NSCellFlags2">272632320</int> 102 103 <string key="NSContents">File Name</string> … … 126 127 </object> 127 128 </object> 129 <bool key="NSAllowsLogicalLayoutDirection">NO</bool> 128 130 </object> 129 131 <object class="NSButton" id="999003967"> … … 136 138 <bool key="NSEnabled">YES</bool> 137 139 <object class="NSButtonCell" key="NSCell" id="282889060"> 138 <int key="NSCellFlags">-2080 244224</int>140 <int key="NSCellFlags">-2080374784</int> 139 141 <int key="NSCellFlags2">0</int> 140 142 <string key="NSContents">Start when added</string> … … 145 147 </object> 146 148 <reference key="NSControlView" ref="999003967"/> 147 <int key="NSButtonFlags">1211912 703</int>149 <int key="NSButtonFlags">1211912448</int> 148 150 <int key="NSButtonFlags2">2</int> 151 <object class="NSCustomResource" key="NSNormalImage"> 152 <string key="NSClassName">NSImage</string> 153 <string key="NSResourceName">NSSwitch</string> 154 </object> 149 155 <object class="NSButtonImageSource" key="NSAlternateImage"> 150 156 <string key="NSImageName">NSSwitch</string> … … 155 161 <int key="NSPeriodicInterval">25</int> 156 162 </object> 163 <bool key="NSAllowsLogicalLayoutDirection">NO</bool> 157 164 </object> 158 165 <object class="NSButton" id="636183414"> 159 166 <reference key="NSNextResponder" ref="1006"/> 160 167 <int key="NSvFlags">289</int> 161 <string key="NSFrame">{{30 6, 12}, {80, 32}}</string>168 <string key="NSFrame">{{304, 12}, {82, 32}}</string> 162 169 <reference key="NSSuperview" ref="1006"/> 163 170 <reference key="NSWindow"/> 164 <reference key="NSNextKeyView"/>165 171 <bool key="NSEnabled">YES</bool> 166 172 <object class="NSButtonCell" key="NSCell" id="772980466"> 167 <int key="NSCellFlags">67 239424</int>173 <int key="NSCellFlags">67108864</int> 168 174 <int key="NSCellFlags2">134217728</int> 169 175 <string key="NSContents">Add</string> … … 174 180 </object> 175 181 <reference key="NSControlView" ref="636183414"/> 176 <int key="NSButtonFlags">-2038284 033</int>182 <int key="NSButtonFlags">-2038284288</int> 177 183 <int key="NSButtonFlags2">1</int> 178 184 <reference key="NSAlternateImage" ref="636816778"/> … … 182 188 <int key="NSPeriodicInterval">25</int> 183 189 </object> 190 <bool key="NSAllowsLogicalLayoutDirection">NO</bool> 184 191 </object> 185 192 <object class="NSButton" id="533609783"> 186 193 <reference key="NSNextResponder" ref="1006"/> 187 194 <int key="NSvFlags">289</int> 188 <string key="NSFrame">{{22 4, 12}, {82, 32}}</string>195 <string key="NSFrame">{{222, 12}, {82, 32}}</string> 189 196 <reference key="NSSuperview" ref="1006"/> 190 197 <reference key="NSWindow"/> … … 192 199 <bool key="NSEnabled">YES</bool> 193 200 <object class="NSButtonCell" key="NSCell" id="340651593"> 194 <int key="NSCellFlags">67 239424</int>201 <int key="NSCellFlags">67108864</int> 195 202 <int key="NSCellFlags2">134217728</int> 196 203 <string key="NSContents">Cancel</string> 197 204 <reference key="NSSupport" ref="728563564"/> 198 205 <reference key="NSControlView" ref="533609783"/> 199 <int key="NSButtonFlags">-2038284 033</int>206 <int key="NSButtonFlags">-2038284288</int> 200 207 <int key="NSButtonFlags2">1</int> 201 208 <reference key="NSAlternateImage" ref="728563564"/> … … 205 212 <int key="NSPeriodicInterval">25</int> 206 213 </object> 214 <bool key="NSAllowsLogicalLayoutDirection">NO</bool> 207 215 </object> 208 216 <object class="NSTextField" id="368126870"> … … 215 223 <bool key="NSEnabled">YES</bool> 216 224 <object class="NSTextFieldCell" key="NSCell" id="670793942"> 217 <int key="NSCellFlags">68 288064</int>225 <int key="NSCellFlags">68157504</int> 218 226 <int key="NSCellFlags2">272630784</int> 219 227 <string key="NSContents">Magnet Link</string> … … 227 235 <reference key="NSTextColor" ref="932603584"/> 228 236 </object> 237 <bool key="NSAllowsLogicalLayoutDirection">NO</bool> 229 238 </object> 230 239 <object class="NSBox" id="270024268"> … … 245 254 <bool key="NSEnabled">YES</bool> 246 255 <object class="NSPopUpButtonCell" key="NSCell" id="693599709"> 247 <int key="NSCellFlags">-2076 049856</int>256 <int key="NSCellFlags">-2076180416</int> 248 257 <int key="NSCellFlags2">2048</int> 249 258 <reference key="NSSupport" ref="728563564"/> 250 259 <reference key="NSControlView" ref="711151157"/> 251 <int key="NSButtonFlags">109199 615</int>260 <int key="NSButtonFlags">109199360</int> 252 261 <int key="NSButtonFlags2">1</int> 253 262 <string key="NSAlternateContents"/> … … 267 276 <int key="NSArrowPosition">2</int> 268 277 </object> 278 <bool key="NSAllowsLogicalLayoutDirection">NO</bool> 269 279 </object> 270 280 <object class="NSButton" id="1065995789"> … … 277 287 <bool key="NSEnabled">YES</bool> 278 288 <object class="NSButtonCell" key="NSCell" id="1009241144"> 279 <int key="NSCellFlags">67 239424</int>289 <int key="NSCellFlags">67108864</int> 280 290 <int key="NSCellFlags2">134348800</int> 281 291 <string key="NSContents">ChangeâŠ</string> … … 286 296 </object> 287 297 <reference key="NSControlView" ref="1065995789"/> 288 <int key="NSButtonFlags">-2038284 033</int>298 <int key="NSButtonFlags">-2038284288</int> 289 299 <int key="NSButtonFlags2">1</int> 290 300 <object class="NSFont" key="NSAlternateImage"> … … 300 310 <int key="NSPeriodicInterval">25</int> 301 311 </object> 312 <bool key="NSAllowsLogicalLayoutDirection">NO</bool> 302 313 </object> 303 314 <object class="NSTextField" id="1059202456"> … … 310 321 <bool key="NSEnabled">YES</bool> 311 322 <object class="NSTextFieldCell" key="NSCell" id="974538373"> 312 <int key="NSCellFlags">67 239424</int>323 <int key="NSCellFlags">67108864</int> 313 324 <int key="NSCellFlags2">272629760</int> 314 325 <string key="NSContents">Download to:</string> … … 318 329 <reference key="NSTextColor" ref="932603584"/> 319 330 </object> 331 <bool key="NSAllowsLogicalLayoutDirection">NO</bool> 320 332 </object> 321 333 <object class="NSTextField" id="485847244"> … … 328 340 <bool key="NSEnabled">YES</bool> 329 341 <object class="NSTextFieldCell" key="NSCell" id="387612783"> 330 <int key="NSCellFlags">67 239424</int>342 <int key="NSCellFlags">67108864</int> 331 343 <int key="NSCellFlags2">272629760</int> 332 344 <string key="NSContents">Priority:</string> … … 336 348 <reference key="NSTextColor" ref="932603584"/> 337 349 </object> 350 <bool key="NSAllowsLogicalLayoutDirection">NO</bool> 338 351 </object> 339 352 <object class="NSPopUpButton" id="1049508202"> … … 346 359 <bool key="NSEnabled">YES</bool> 347 360 <object class="NSPopUpButtonCell" key="NSCell" id="664513336"> 348 <int key="NSCellFlags">-2076 049856</int>361 <int key="NSCellFlags">-2076180416</int> 349 362 <int key="NSCellFlags2">2048</int> 350 363 <reference key="NSSupport" ref="728563564"/> 351 364 <reference key="NSControlView" ref="1049508202"/> 352 <int key="NSButtonFlags">109199 615</int>365 <int key="NSButtonFlags">109199360</int> 353 366 <int key="NSButtonFlags2">1</int> 354 367 <string key="NSAlternateContents"/> … … 356 369 <int key="NSPeriodicDelay">400</int> 357 370 <int key="NSPeriodicInterval">75</int> 358 <nil key="NSMenuItem"/> 371 <object class="NSMenuItem" key="NSMenuItem" id="434739017"> 372 <reference key="NSMenu" ref="842244290"/> 373 <string key="NSTitle">High</string> 374 <string key="NSKeyEquiv"/> 375 <int key="NSMnemonicLoc">2147483647</int> 376 <int key="NSState">1</int> 377 <object class="NSCustomResource" key="NSImage"> 378 <string key="NSClassName">NSImage</string> 379 <string key="NSResourceName">PriorityHighTemplate</string> 380 </object> 381 <object class="NSCustomResource" key="NSOnImage" id="257337323"> 382 <string key="NSClassName">NSImage</string> 383 <string key="NSResourceName">NSMenuCheckmark</string> 384 </object> 385 <object class="NSCustomResource" key="NSMixedImage" id="922155245"> 386 <string key="NSClassName">NSImage</string> 387 <string key="NSResourceName">NSMenuMixedState</string> 388 </object> 389 <string key="NSAction">_popUpItemAction:</string> 390 <reference key="NSTarget" ref="664513336"/> 391 </object> 359 392 <bool key="NSMenuItemRespectAlignment">YES</bool> 360 393 <object class="NSMenu" key="NSMenu" id="842244290"> 361 394 <string key="NSTitle">OtherViews</string> 362 395 <array class="NSMutableArray" key="NSMenuItems"> 363 <object class="NSMenuItem" id="434739017"> 364 <reference key="NSMenu" ref="842244290"/> 365 <string key="NSTitle">High</string> 366 <string key="NSKeyEquiv"/> 367 <int key="NSMnemonicLoc">2147483647</int> 368 <object class="NSCustomResource" key="NSImage"> 369 <string key="NSClassName">NSImage</string> 370 <string key="NSResourceName">PriorityHighTemplate</string> 371 </object> 372 <object class="NSCustomResource" key="NSOnImage" id="257337323"> 373 <string key="NSClassName">NSImage</string> 374 <string key="NSResourceName">NSMenuCheckmark</string> 375 </object> 376 <object class="NSCustomResource" key="NSMixedImage" id="922155245"> 377 <string key="NSClassName">NSImage</string> 378 <string key="NSResourceName">NSMenuMixedState</string> 379 </object> 380 <string key="NSAction">_popUpItemAction:</string> 381 <reference key="NSTarget" ref="664513336"/> 382 </object> 396 <reference ref="434739017"/> 383 397 <object class="NSMenuItem" id="347354464"> 384 398 <reference key="NSMenu" ref="842244290"/> … … 419 433 <int key="NSArrowPosition">2</int> 420 434 </object> 435 <bool key="NSAllowsLogicalLayoutDirection">NO</bool> 421 436 </object> 422 437 <object class="NSTextField" id="224369214"> … … 429 444 <bool key="NSEnabled">YES</bool> 430 445 <object class="NSTextFieldCell" key="NSCell" id="580409040"> 431 <int key="NSCellFlags">67 239424</int>446 <int key="NSCellFlags">67108864</int> 432 447 <int key="NSCellFlags2">272629760</int> 433 448 <string key="NSContents">Group:</string> … … 437 452 <reference key="NSTextColor" ref="932603584"/> 438 453 </object> 454 <bool key="NSAllowsLogicalLayoutDirection">NO</bool> 439 455 </object> 440 456 <object class="NSBox" id="406479853"> … … 455 471 <bool key="NSEnabled">YES</bool> 456 472 <object class="NSTextFieldCell" key="NSCell" id="925446737"> 457 <int key="NSCellFlags">67 239488</int>473 <int key="NSCellFlags">67108928</int> 458 474 <int key="NSCellFlags2">4327936</int> 459 475 <string key="NSContents">File</string> … … 463 479 <reference key="NSTextColor" ref="932603584"/> 464 480 </object> 481 <bool key="NSAllowsLogicalLayoutDirection">NO</bool> 465 482 </object> 466 483 <object class="NSImageView" id="726814345"> … … 481 498 <bool key="NSEnabled">YES</bool> 482 499 <object class="NSImageCell" key="NSCell" id="324048767"> 483 <int key="NSCellFlags">13 0560</int>500 <int key="NSCellFlags">134217728</int> 484 501 <int key="NSCellFlags2">33554432</int> 485 502 <object class="NSCustomResource" key="NSContents"> … … 492 509 <bool key="NSAnimates">NO</bool> 493 510 </object> 511 <bool key="NSAllowsLogicalLayoutDirection">NO</bool> 494 512 <bool key="NSEditable">YES</bool> 495 513 </object> … … 507 525 <string key="NSOffsets">{0, 0}</string> 508 526 <object class="NSTextFieldCell" key="NSTitleCell"> 509 <int key="NSCellFlags">67 239424</int>527 <int key="NSCellFlags">67108864</int> 510 528 <int key="NSCellFlags2">0</int> 511 529 <string key="NSContents"/> … … 544 562 <string key="NSOffsets">{0, 0}</string> 545 563 <object class="NSTextFieldCell" key="NSTitleCell"> 546 <int key="NSCellFlags">67 239424</int>564 <int key="NSCellFlags">67108864</int> 547 565 <int key="NSCellFlags2">0</int> 548 566 <string key="NSContents">Box</string> … … 566 584 <reference key="NSNextKeyView" ref="887781818"/> 567 585 </object> 568 <string key="NSScreenRect">{{0, 0}, { 1680, 1028}}</string>586 <string key="NSScreenRect">{{0, 0}, {2560, 1440}}</string> 569 587 <string key="NSMinSize">{400, 260}</string> 570 588 <string key="NSMaxSize">{9999, 260}</string> … … 662 680 </object> 663 681 <int key="connectionID">99</int> 682 </object> 683 <object class="IBConnectionRecord"> 684 <object class="IBOutletConnection" key="connection"> 685 <string key="label">fChangeDestinationButton</string> 686 <reference key="source" ref="1001"/> 687 <reference key="destination" ref="1065995789"/> 688 </object> 689 <int key="connectionID">104</int> 690 </object> 691 <object class="IBConnectionRecord"> 692 <object class="IBOutletConnection" key="connection"> 693 <string key="label">fDownloadToBox</string> 694 <reference key="source" ref="1001"/> 695 <reference key="destination" ref="406479853"/> 696 </object> 697 <int key="connectionID">105</int> 698 </object> 699 <object class="IBConnectionRecord"> 700 <object class="IBOutletConnection" key="connection"> 701 <string key="label">fDownloadToLabel</string> 702 <reference key="source" ref="1001"/> 703 <reference key="destination" ref="1059202456"/> 704 </object> 705 <int key="connectionID">106</int> 706 </object> 707 <object class="IBConnectionRecord"> 708 <object class="IBOutletConnection" key="connection"> 709 <string key="label">fGroupLabel</string> 710 <reference key="source" ref="1001"/> 711 <reference key="destination" ref="224369214"/> 712 </object> 713 <int key="connectionID">107</int> 714 </object> 715 <object class="IBConnectionRecord"> 716 <object class="IBOutletConnection" key="connection"> 717 <string key="label">fMagnetLinkLabel</string> 718 <reference key="source" ref="1001"/> 719 <reference key="destination" ref="368126870"/> 720 </object> 721 <int key="connectionID">108</int> 722 </object> 723 <object class="IBConnectionRecord"> 724 <object class="IBOutletConnection" key="connection"> 725 <string key="label">fPriorityLabel</string> 726 <reference key="source" ref="1001"/> 727 <reference key="destination" ref="485847244"/> 728 </object> 729 <int key="connectionID">109</int> 730 </object> 731 <object class="IBConnectionRecord"> 732 <object class="IBOutletConnection" key="connection"> 733 <string key="label">fCancelButton</string> 734 <reference key="source" ref="1001"/> 735 <reference key="destination" ref="533609783"/> 736 </object> 737 <int key="connectionID">110</int> 738 </object> 739 <object class="IBConnectionRecord"> 740 <object class="IBOutletConnection" key="connection"> 741 <string key="label">fAddButton</string> 742 <reference key="source" ref="1001"/> 743 <reference key="destination" ref="636183414"/> 744 </object> 745 <int key="connectionID">111</int> 664 746 </object> 665 747 <object class="IBConnectionRecord"> … … 1012 1094 <dictionary class="NSMutableDictionary" key="localizations"/> 1013 1095 <nil key="sourceID"/> 1014 <int key="maxID">1 03</int>1096 <int key="maxID">111</int> 1015 1097 </object> 1016 1098 <object class="IBClassDescriber" key="IBDocument.Classes"> … … 1020 1102 <string key="superclassName">NSWindowController</string> 1021 1103 <dictionary class="NSMutableDictionary" key="outlets"> 1104 <string key="fAddButton">NSButton</string> 1105 <string key="fCancelButton">NSButton</string> 1106 <string key="fChangeDestinationButton">NSButton</string> 1107 <string key="fDownloadToBox">NSBox</string> 1108 <string key="fDownloadToLabel">NSTextField</string> 1109 <string key="fGroupLabel">NSTextField</string> 1022 1110 <string key="fGroupPopUp">NSPopUpButton</string> 1023 1111 <string key="fLocationField">NSTextField</string> 1024 1112 <string key="fLocationImageView">NSImageView</string> 1113 <string key="fMagnetLinkLabel">NSTextField</string> 1025 1114 <string key="fNameField">NSTextField</string> 1115 <string key="fPriorityLabel">NSTextField</string> 1026 1116 <string key="fPriorityPopUp">NSPopUpButton</string> 1027 1117 <string key="fStartCheck">NSButton</string> 1028 1118 </dictionary> 1029 1119 <dictionary class="NSMutableDictionary" key="toOneOutletInfosByName"> 1120 <object class="IBToOneOutletInfo" key="fAddButton"> 1121 <string key="name">fAddButton</string> 1122 <string key="candidateClassName">NSButton</string> 1123 </object> 1124 <object class="IBToOneOutletInfo" key="fCancelButton"> 1125 <string key="name">fCancelButton</string> 1126 <string key="candidateClassName">NSButton</string> 1127 </object> 1128 <object class="IBToOneOutletInfo" key="fChangeDestinationButton"> 1129 <string key="name">fChangeDestinationButton</string> 1130 <string key="candidateClassName">NSButton</string> 1131 </object> 1132 <object class="IBToOneOutletInfo" key="fDownloadToBox"> 1133 <string key="name">fDownloadToBox</string> 1134 <string key="candidateClassName">NSBox</string> 1135 </object> 1136 <object class="IBToOneOutletInfo" key="fDownloadToLabel"> 1137 <string key="name">fDownloadToLabel</string> 1138 <string key="candidateClassName">NSTextField</string> 1139 </object> 1140 <object class="IBToOneOutletInfo" key="fGroupLabel"> 1141 <string key="name">fGroupLabel</string> 1142 <string key="candidateClassName">NSTextField</string> 1143 </object> 1030 1144 <object class="IBToOneOutletInfo" key="fGroupPopUp"> 1031 1145 <string key="name">fGroupPopUp</string> … … 1040 1154 <string key="candidateClassName">NSImageView</string> 1041 1155 </object> 1156 <object class="IBToOneOutletInfo" key="fMagnetLinkLabel"> 1157 <string key="name">fMagnetLinkLabel</string> 1158 <string key="candidateClassName">NSTextField</string> 1159 </object> 1042 1160 <object class="IBToOneOutletInfo" key="fNameField"> 1043 1161 <string key="name">fNameField</string> 1162 <string key="candidateClassName">NSTextField</string> 1163 </object> 1164 <object class="IBToOneOutletInfo" key="fPriorityLabel"> 1165 <string key="name">fPriorityLabel</string> 1044 1166 <string key="candidateClassName">NSTextField</string> 1045 1167 </object> … … 1068 1190 <object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDependencyDefaults"> 1069 1191 <string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin.macosx</string> 1070 <real value="10 70" key="NS.object.0"/>1192 <real value="1080" key="NS.object.0"/> 1071 1193 </object> 1072 1194 <bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool> … … 1075 1197 <string key="Magnet">{32, 32}</string> 1076 1198 <string key="NSApplicationIcon">{128, 128}</string> 1077 <string key="NSMenuCheckmark">{9, 8}</string> 1078 <string key="NSMenuMixedState">{7, 2}</string> 1199 <string key="NSMenuCheckmark">{11, 11}</string> 1200 <string key="NSMenuMixedState">{10, 3}</string> 1201 <string key="NSSwitch">{15, 15}</string> 1079 1202 <string key="PriorityHighTemplate">{128, 128}</string> 1080 1203 <string key="PriorityLowTemplate">{128, 128}</string>
Note: See TracChangeset
for help on using the changeset viewer.