Changeset 479 for trunk/ICeCoffEE
- Timestamp:
- 07/08/08 17:02:48 (16 years ago)
- Location:
- trunk/ICeCoffEE/ICeCoffEE/Installer components/ui/UI_SCRInstall.plugin/Contents
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ICeCoffEE/ICeCoffEE/Installer components/ui/UI_SCRInstall.plugin/Contents/Resources/English.lproj/UI_SCRInstall.nib/classes.nib
r256 r479 1 { 2 IBClasses = ( 3 {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 4 { 5 CLASS = "UI_SCRInstall"; 6 LANGUAGE = ObjC; 7 OUTLETS = {installCheckbox = NSButton; window = NSWindow; }; 8 SUPERCLASS = NSObject; 9 } 10 ); 11 IBVersion = 1; 12 } 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>IBClasses</key> 6 <array> 7 <dict> 8 <key>CLASS</key> 9 <string>UI_SCRInstall</string> 10 <key>LANGUAGE</key> 11 <string>ObjC</string> 12 <key>OUTLETS</key> 13 <dict> 14 <key>installCheckbox</key> 15 <string>NSButton</string> 16 <key>ui</key> 17 <string>id</string> 18 <key>window</key> 19 <string>NSWindow</string> 20 </dict> 21 <key>SUPERCLASS</key> 22 <string>NSObject</string> 23 </dict> 24 <dict> 25 <key>CLASS</key> 26 <string>FirstResponder</string> 27 <key>LANGUAGE</key> 28 <string>ObjC</string> 29 <key>SUPERCLASS</key> 30 <string>NSObject</string> 31 </dict> 32 </array> 33 <key>IBVersion</key> 34 <string>1</string> 35 </dict> 36 </plist> -
trunk/ICeCoffEE/ICeCoffEE/Installer components/ui/UI_SCRInstall.plugin/Contents/Resources/English.lproj/UI_SCRInstall.nib/info.nib
r256 r479 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 3 3 <plist version="1.0"> 4 4 <dict> 5 <key>IBDocumentLocation</key>6 <string>7 62 356 240 0 0 1280 1002 </string>7 5 <key>IBFramework Version</key> 8 <string>443.0</string> 6 <string>670</string> 7 <key>IBLastKnownRelativeProjectPath</key> 8 <string>../UI_SCRInstall.xcodeproj</string> 9 <key>IBOldestOS</key> 10 <integer>5</integer> 9 11 <key>IBOpenObjects</key> 10 12 <array> 11 <integer> 6</integer>13 <integer>28</integer> 12 14 </array> 13 15 <key>IBSystem Version</key> 14 <string>8C46</string> 15 <key>IBUserGuides</key> 16 <dict> 17 <key>6</key> 18 <dict> 19 <key>guideLocations</key> 20 <array> 21 <string>Vertical:189.000000</string> 22 <string>Vertical:189.000000</string> 23 </array> 24 <key>guidesLocked</key> 25 <false/> 26 </dict> 27 </dict> 16 <string>9E17</string> 17 <key>targetFramework</key> 18 <string>IBCocoaFramework</string> 28 19 </dict> 29 20 </plist>
Note:
See TracChangeset
for help on using the changeset viewer.