Changeset 5358
- Timestamp:
- 03/12/08 05:48:45 (5 months ago)
- Files:
-
- WiredClient/trunk/English.lproj/Files.nib/classes.nib (modified) (1 diff)
- WiredClient/trunk/English.lproj/Files.nib/info.nib (modified) (1 diff)
- WiredClient/trunk/English.lproj/Files.nib/keyedobjects.nib (modified) (previous)
- WiredClient/trunk/French.lproj/Files.nib/classes.nib (modified) (1 diff)
- WiredClient/trunk/French.lproj/Files.nib/info.nib (modified) (1 diff)
- WiredClient/trunk/French.lproj/Files.nib/keyedobjects.nib (modified) (previous)
- WiredClient/trunk/German.lproj/Files.nib/classes.nib (modified) (1 diff)
- WiredClient/trunk/German.lproj/Files.nib/info.nib (modified) (1 diff)
- WiredClient/trunk/German.lproj/Files.nib/keyedobjects.nib (modified) (previous)
- WiredClient/trunk/Japanese.lproj/Files.nib/classes.nib (modified) (1 diff)
- WiredClient/trunk/Japanese.lproj/Files.nib/info.nib (modified) (1 diff)
- WiredClient/trunk/Japanese.lproj/Files.nib/keyedobjects.nib (modified) (previous)
- WiredClient/trunk/WCFilesController.m (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
WiredClient/trunk/English.lproj/Files.nib/classes.nib
r4182 r5358 1 { 2 IBClasses = ( 3 { 4 ACTIONS = {"" = id; }; 5 CLASS = FirstResponder; 6 LANGUAGE = ObjC; 7 SUPERCLASS = NSObject; 8 }, 9 {CLASS = NSObject; LANGUAGE = ObjC; }, 10 { 11 ACTIONS = {cancelSheet = id; submitSheet = id; }; 12 CLASS = NSWindowController; 13 LANGUAGE = ObjC; 14 SUPERCLASS = NSResponder; 15 }, 16 { 17 CLASS = WCConnectionController; 18 LANGUAGE = ObjC; 19 SUPERCLASS = WIWindowController; 20 }, 21 { 22 ACTIONS = { 23 back = id; 24 browser = id; 25 createFolder = id; 26 deleteFiles = id; 27 down = id; 28 forward = id; 29 list = id; 30 preview = id; 31 reloadFiles = id; 32 up = id; 33 upload = id; 34 }; 35 CLASS = WCFiles; 36 LANGUAGE = ObjC; 37 OUTLETS = { 38 "_backButton" = NSButton; 39 "_createFolderButton" = NSButton; 40 "_createFolderPanel" = NSPanel; 41 "_createFolderPopUpButton" = NSPopUpButton; 42 "_createFolderTextField" = NSTextField; 43 "_deleteButton" = NSButton; 44 "_downloadButton" = NSButton; 45 "_filesBrowser" = NSBrowser; 46 "_filesTabView" = NSTabView; 47 "_forwardButton" = NSButton; 48 "_infoButton" = NSButton; 49 "_previewButton" = NSButton; 50 "_reloadButton" = NSButton; 51 "_styleMatrix" = NSMatrix; 52 "_titleBarMenu" = NSMenu; 53 "_uploadButton" = NSButton; 54 }; 55 SUPERCLASS = WCFiles2; 56 }, 57 { 58 ACTIONS = {download = id; getInfo = id; }; 59 CLASS = WCFiles2; 60 LANGUAGE = ObjC; 61 OUTLETS = { 62 "_createdTableColumn" = NSTableColumn; 63 "_filesTableView" = WITableView; 64 "_kindTableColumn" = NSTableColumn; 65 "_modifiedTableColumn" = NSTableColumn; 66 "_nameTableColumn" = NSTableColumn; 67 "_progressIndicator" = NSProgressIndicator; 68 "_sizeTableColumn" = NSTableColumn; 69 "_statusTextField" = NSTextField; 70 }; 71 SUPERCLASS = WCConnectionController; 72 }, 73 {CLASS = WCFilesTableView; LANGUAGE = ObjC; SUPERCLASS = WITableView; }, 74 { 75 ACTIONS = {showViewOptions = id; }; 76 CLASS = WITableView; 77 LANGUAGE = ObjC; 78 SUPERCLASS = NSTableView; 79 }, 80 {CLASS = WIWindow; LANGUAGE = ObjC; SUPERCLASS = NSWindow; }, 81 { 82 CLASS = WIWindowController; 83 LANGUAGE = ObjC; 84 SUPERCLASS = NSWindowController; 85 } 86 ); 87 IBVersion = 1; 88 } 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>ACTIONS</key> 9 <dict> 10 <key>download</key> 11 <string>id</string> 12 <key>getInfo</key> 13 <string>id</string> 14 </dict> 15 <key>CLASS</key> 16 <string>WCFiles2</string> 17 <key>LANGUAGE</key> 18 <string>ObjC</string> 19 <key>OUTLETS</key> 20 <dict> 21 <key>_createdTableColumn</key> 22 <string>NSTableColumn</string> 23 <key>_filesTableView</key> 24 <string>WITableView</string> 25 <key>_kindTableColumn</key> 26 <string>NSTableColumn</string> 27 <key>_modifiedTableColumn</key> 28 <string>NSTableColumn</string> 29 <key>_nameTableColumn</key> 30 <string>NSTableColumn</string> 31 <key>_progressIndicator</key> 32 <string>NSProgressIndicator</string> 33 <key>_sizeTableColumn</key> 34 <string>NSTableColumn</string> 35 <key>_statusTextField</key> 36 <string>NSTextField</string> 37 </dict> 38 <key>SUPERCLASS</key> 39 <string>WCConnectionController</string> 40 </dict> 41 <dict> 42 <key>CLASS</key> 43 <string>WCFilesTableView</string> 44 <key>LANGUAGE</key> 45 <string>ObjC</string> 46 <key>SUPERCLASS</key> 47 <string>WITableView</string> 48 </dict> 49 <dict> 50 <key>ACTIONS</key> 51 <dict> 52 <key>cancelSheet</key> 53 <string>id</string> 54 <key>submitSheet</key> 55 <string>id</string> 56 </dict> 57 <key>CLASS</key> 58 <string>NSWindowController</string> 59 <key>LANGUAGE</key> 60 <string>ObjC</string> 61 <key>SUPERCLASS</key> 62 <string>NSResponder</string> 63 </dict> 64 <dict> 65 <key>ACTIONS</key> 66 <dict> 67 <key></key> 68 <string>id</string> 69 </dict> 70 <key>CLASS</key> 71 <string>FirstResponder</string> 72 <key>LANGUAGE</key> 73 <string>ObjC</string> 74 <key>SUPERCLASS</key> 75 <string>NSObject</string> 76 </dict> 77 <dict> 78 <key>CLASS</key> 79 <string>NSObject</string> 80 <key>LANGUAGE</key> 81 <string>ObjC</string> 82 </dict> 83 <dict> 84 <key>CLASS</key> 85 <string>WIWindowController</string> 86 <key>LANGUAGE</key> 87 <string>ObjC</string> 88 <key>SUPERCLASS</key> 89 <string>NSWindowController</string> 90 </dict> 91 <dict> 92 <key>CLASS</key> 93 <string>WIWindow</string> 94 <key>LANGUAGE</key> 95 <string>ObjC</string> 96 <key>SUPERCLASS</key> 97 <string>NSWindow</string> 98 </dict> 99 <dict> 100 <key>ACTIONS</key> 101 <dict> 102 <key>accounts</key> 103 <string>id</string> 104 <key>addBookmark</key> 105 <string>id</string> 106 <key>broadcast</key> 107 <string>id</string> 108 <key>chat</key> 109 <string>id</string> 110 <key>console</key> 111 <string>id</string> 112 <key>disconnect</key> 113 <string>id</string> 114 <key>files</key> 115 <string>id</string> 116 <key>messages</key> 117 <string>id</string> 118 <key>news</key> 119 <string>id</string> 120 <key>postNews</key> 121 <string>id</string> 122 <key>reconnect</key> 123 <string>id</string> 124 <key>search</key> 125 <string>id</string> 126 <key>serverInfo</key> 127 <string>id</string> 128 <key>transfers</key> 129 <string>id</string> 130 </dict> 131 <key>CLASS</key> 132 <string>WCConnectionController</string> 133 <key>LANGUAGE</key> 134 <string>ObjC</string> 135 <key>SUPERCLASS</key> 136 <string>WIWindowController</string> 137 </dict> 138 <dict> 139 <key>ACTIONS</key> 140 <dict> 141 <key>showViewOptions</key> 142 <string>id</string> 143 </dict> 144 <key>CLASS</key> 145 <string>WITableView</string> 146 <key>LANGUAGE</key> 147 <string>ObjC</string> 148 <key>SUPERCLASS</key> 149 <string>NSTableView</string> 150 </dict> 151 <dict> 152 <key>ACTIONS</key> 153 <dict> 154 <key>back</key> 155 <string>id</string> 156 <key>browser</key> 157 <string>id</string> 158 <key>createFolder</key> 159 <string>id</string> 160 <key>deleteFiles</key> 161 <string>id</string> 162 <key>down</key> 163 <string>id</string> 164 <key>forward</key> 165 <string>id</string> 166 <key>list</key> 167 <string>id</string> 168 <key>preview</key> 169 <string>id</string> 170 <key>reloadFiles</key> 171 <string>id</string> 172 <key>up</key> 173 <string>id</string> 174 <key>upload</key> 175 <string>id</string> 176 </dict> 177 <key>CLASS</key> 178 <string>WCFiles</string> 179 <key>LANGUAGE</key> 180 <string>ObjC</string> 181 <key>OUTLETS</key> 182 <dict> 183 <key>_backButton</key> 184 <string>NSButton</string> 185 <key>_createFolderButton</key> 186 <string>NSButton</string> 187 <key>_createFolderPanel</key> 188 <string>NSPanel</string> 189 <key>_createFolderPopUpButton</key> 190 <string>NSPopUpButton</string> 191 <key>_createFolderTextField</key> 192 <string>NSTextField</string> 193 <key>_deleteButton</key> 194 <string>NSButton</string> 195 <key>_downloadButton</key> 196 <string>NSButton</string> 197 <key>_filesBrowser</key> 198 <string>NSBrowser</string> 199 <key>_filesTabView</key> 200 <string>NSTabView</string> 201 <key>_forwardButton</key> 202 <string>NSButton</string> 203 <key>_infoButton</key> 204 <string>NSButton</string> 205 <key>_previewButton</key> 206 <string>NSButton</string> 207 <key>_reloadButton</key> 208 <string>NSButton</string> 209 <key>_styleMatrix</key> 210 <string>NSMatrix</string> 211 <key>_titleBarMenu</key> 212 <string>NSMenu</string> 213 <key>_uploadButton</key> 214 <string>NSButton</string> 215 </dict> 216 <key>SUPERCLASS</key> 217 <string>WCFiles2</string> 218 </dict> 219 </array> 220 <key>IBVersion</key> 221 <string>1</string> 222 </dict> 223 </plist> WiredClient/trunk/English.lproj/Files.nib/info.nib
r4182 r5358 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>302 134 398 359 0 0 1920 1178 </string>7 <key>IBEditorPositions</key>8 <dict>9 <key>161</key>10 <string>801 189 104 99 0 0 1920 1178 </string>11 <key>190</key>12 <string>844 570 190 49 0 0 1920 1178 </string>13 </dict>14 5 <key>IBFramework Version</key> 15 <string>446.1</string> 6 <string>629</string> 7 <key>IBLastKnownRelativeProjectPath</key> 8 <string>../../WiredClient.xcodeproj</string> 16 9 <key>IBOldestOS</key> 17 <integer> 3</integer>10 <integer>5</integer> 18 11 <key>IBOpenObjects</key> 19 12 <array> 20 <integer>5</integer> 21 <integer>52</integer> 22 <integer>161</integer> 13 <integer>6</integer> 23 14 </array> 24 15 <key>IBSystem Version</key> 25 <string>8I127</string> 16 <string>9C31</string> 17 <key>targetFramework</key> 18 <string>IBCocoaFramework</string> 26 19 </dict> 27 20 </plist> WiredClient/trunk/French.lproj/Files.nib/classes.nib
r4180 r5358 1 { 2 IBClasses = ( 3 { 4 ACTIONS = {"" = id; }; 5 CLASS = FirstResponder; 6 LANGUAGE = ObjC; 7 SUPERCLASS = NSObject; 8 }, 9 {CLASS = NSObject; LANGUAGE = ObjC; }, 10 { 11 ACTIONS = {cancelSheet = id; submitSheet = id; }; 12 CLASS = NSWindowController; 13 LANGUAGE = ObjC; 14 SUPERCLASS = NSResponder; 15 }, 16 { 17 CLASS = WCConnectionController; 18 LANGUAGE = ObjC; 19 SUPERCLASS = WIWindowController; 20 }, 21 { 22 ACTIONS = { 23 back = id; 24 browser = id; 25 createFolder = id; 26 deleteFiles = id; 27 down = id; 28 download = id; 29 forward = id; 30 getInfo = id; 31 list = id; 32 preview = id; 33 reloadFiles = id; 34 up = id; 35 upload = id; 36 }; 37 CLASS = WCFiles; 38 LANGUAGE = ObjC; 39 OUTLETS = { 40 "_backButton" = NSButton; 41 "_createFolderButton" = NSButton; 42 "_createFolderPanel" = NSPanel; 43 "_createFolderPopUpButton" = NSPopUpButton; 44 "_createFolderTextField" = NSTextField; 45 "_createdTableColumn" = NSTableColumn; 46 "_deleteButton" = NSButton; 47 "_downloadButton" = NSButton; 48 "_filesBrowser" = NSBrowser; 49 "_filesTabView" = NSTabView; 50 "_filesTableView" = WITableView; 51 "_forwardButton" = NSButton; 52 "_infoButton" = NSButton; 53 "_kindTableColumn" = NSTableColumn; 54 "_modifiedTableColumn" = NSTableColumn; 55 "_nameTableColumn" = NSTableColumn; 56 "_previewButton" = NSButton; 57 "_progressIndicator" = NSProgressIndicator; 58 "_reloadButton" = NSButton; 59 "_sizeTableColumn" = NSTableColumn; 60 "_statusTextField" = NSTextField; 61 "_styleMatrix" = NSMatrix; 62 "_titleBarMenu" = NSMenu; 63 "_uploadButton" = NSButton; 64 }; 65 SUPERCLASS = WCConnectionController; 66 }, 67 {CLASS = WCFilesTableView; LANGUAGE = ObjC; SUPERCLASS = WITableView; }, 68 { 69 ACTIONS = {showViewOptions = id; }; 70 CLASS = WITableView; 71 LANGUAGE = ObjC; 72 SUPERCLASS = NSTableView; 73 }, 74 {CLASS = WIWindow; LANGUAGE = ObjC; SUPERCLASS = NSWindow; }, 75 { 76 CLASS = WIWindowController; 77 LANGUAGE = ObjC; 78 SUPERCLASS = NSWindowController; 79 } 80 ); 81 IBVersion = 1; 82 } 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>WCFilesTableView</string> 10 <key>LANGUAGE</key> 11 <string>ObjC</string> 12 <key>SUPERCLASS</key> 13 <string>WITableView</string> 14 </dict> 15 <dict> 16 <key>ACTIONS</key> 17 <dict> 18 <key>cancelSheet</key> 19 <string>id</string> 20 <key>submitSheet</key> 21 <string>id</string> 22 </dict> 23 <key>CLASS</key> 24 <string>NSWindowController</string> 25 <key>LANGUAGE</key> 26 <string>ObjC</string> 27 <key>SUPERCLASS</key> 28 <string>NSResponder</string> 29 </dict> 30 <dict> 31 <key>ACTIONS</key> 32 <dict> 33 <key></key> 34 <string>id</string> 35 </dict> 36 <key>CLASS</key> 37 <string>FirstResponder</string> 38 <key>LANGUAGE</key> 39 <string>ObjC</string> 40 <key>SUPERCLASS</key> 41 <string>NSObject</string> 42 </dict> 43 <dict> 44 <key>CLASS</key> 45 <string>NSObject</string> 46 <key>LANGUAGE</key> 47 <string>ObjC</string> 48 </dict> 49 <dict> 50 <key>CLASS</key> 51 <string>WIWindow</string> 52 <key>LANGUAGE</key> 53 <string>ObjC</string> 54 <key>SUPERCLASS</key> 55 <string>NSWindow</string> 56 </dict> 57 <dict> 58 <key>CLASS</key> 59 <string>WIWindowController</string> 60 <key>LANGUAGE</key> 61 <string>ObjC</string> 62 <key>SUPERCLASS</key> 63 <string>NSWindowController</string> 64 </dict> 65 <dict> 66 <key>ACTIONS</key> 67 <dict> 68 <key>accounts</key> 69 <string>id</string> 70 <key>addBookmark</key> 71 <string>id</string> 72 <key>broadcast</key> 73 <string>id</string> 74 <key>chat</key> 75 <string>id</string> 76 <key>console</key> 77 <string>id</string> 78 <key>disconnect</key> 79 <string>id</string> 80 <key>files</key> 81 <string>id</string> 82 <key>messages</key> 83 <string>id</string> 84 <key>news</key> 85 <string>id</string> 86 <key>postNews</key> 87 <string>id</string> 88 <key>reconnect</key> 89 <string>id</string> 90 <key>search</key> 91 <string>id</string> 92 <key>serverInfo</key> 93 <string>id</string> 94 <key>transfers</key> 95 <string>id</string> 96 </dict> 97 <key>CLASS</key> 98 <string>WCConnectionController</string> 99 <key>LANGUAGE</key> 100 <string>ObjC</string> 101 <key>SUPERCLASS</key> 102 <string>WIWindowController</string> 103 </dict> 104 <dict> 105 <key>ACTIONS</key> 106 <dict> 107 <key>back</key> 108 <string>id</string> 109 <key>browser</key> 110 <string>id</string> 111 <key>createFolder</key> 112 <string>id</string> 113 <key>deleteFiles</key> 114 <string>id</string> 115 <key>down</key> 116 <string>id</string> 117 <key>download</key> 118 <string>id</string> 119 <key>forward</key> 120 <string>id</string> 121 <key>getInfo</key> 122 <string>id</string> 123 <key>list</key> 124 <string>id</string> 125 <key>preview</key> 126 <string>id</string> 127 <key>reloadFiles</key> 128 <string>id</string> 129 <key>up</key> 130 <string>id</string> 131 <key>upload</key> 132 <string>id</string> 133 </dict> 134 <key>CLASS</key> 135 <string>WCFiles</string> 136 <key>LANGUAGE</key> 137 <string>ObjC</string> 138 <key>OUTLETS</key> 139 <dict> 140 <key>_backButton</key> 141 <string>NSButton</string> 142 <key>_createFolderButton</key> 143 <string>NSButton</string> 144 <key>_createFolderPanel</key> 145 <string>NSPanel</string> 146 <key>_createFolderPopUpButton</key> 147 <string>NSPopUpButton</string> 148 <key>_createFolderTextField</key> 149 <string>NSTextField</string> 150 <key>_createdTableColumn</key> 151 <string>NSTableColumn</string> 152 <key>_deleteButton</key> 153 <string>NSButton</string> 154 <key>_downloadButton</key> 155 <string>NSButton</string> 156 <key>_filesBrowser</key> 157 <string>NSBrowser</string> 158 <key>_filesTabView</key> 159 <string>NSTabView</string> 160 <key>_filesTableView</key> 161 <string>WITableView</string> 162 <key>_forwardButton</key> 163 <string>NSButton</string> 164 <key>_infoButton</key> 165 <string>NSButton</string> 166 <key>_kindTableColumn</key> 167 <string>NSTableColumn</string> 168 <key>_modifiedTableColumn</key> 169 <string>NSTableColumn</string> 170 <key>_nameTableColumn</key> 171 <string>NSTableColumn</string> 172 <key>_previewButton</key> 173 <string>NSButton</string> 174 <key>_progressIndicator</key> 175 <string>NSProgressIndicator</string> 176 <key>_reloadButton</key> 177 <string>NSButton</string> 178 <key>_sizeTableColumn</key> 179 <string>NSTableColumn</string> 180 <key>_statusTextField</key> 181 <string>NSTextField</string> 182 <key>_styleMatrix</key> 183 <string>NSMatrix</string> 184 <key>_titleBarMenu</key> 185 <string>NSMenu</string> 186 <key>_uploadButton</key> 187 <string>NSButton</string> 188 </dict> 189 <key>SUPERCLASS</key> 190 <string>WCConnectionController</string> 191 </dict> 192 <dict> 193 <key>ACTIONS</key> 194 <dict> 195 <key>showViewOptions</key> 196 <string>id</string> 197 </dict> 198 <key>CLASS</key> 199 <string>WITableView</string> 200 <key>LANGUAGE</key> 201 <string>ObjC</string> 202 <key>SUPERCLASS</key> 203 <string>NSTableView</string> 204 </dict> 205 </array> 206 <key>IBVersion</key> 207 <string>1</string> 208 </dict> 209 </plist> WiredClient/trunk/French.lproj/Files.nib/info.nib
r4147 r5358 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>115 88 398 359 0 0 1280 1002 </string>7 <key>IBEditorPositions</key>8 <dict>9 <key>161</key>10 <string>519 158 116 99 0 0 1280 1002 </string>11 <key>190</key>12 <string>532 481 190 49 0 0 1280 1002 </string>13 </dict>14 5 <key>IBFramework Version</key> 15 <string>446.1</string> 6 <string>629</string> 7 <key>IBLastKnownRelativeProjectPath</key> 8 <string>../../WiredClient.xcodeproj</string> 16 9 <key>IBOldestOS</key> 17 <integer> 3</integer>10 <integer>5</integer> 18 11 <key>IBOpenObjects</key> 19 12 <array> 20 <integer>52</integer> 21 <integer>5</integer> 13 <integer>6</integer> 22 14 </array> 23 15 <key>IBSystem Version</key> 24 <string>8I127</string> 16 <string>9C31</string> 17 <key>targetFramework</key> 18 <string>IBCocoaFramework</string> 25 19 </dict> 26 20 </plist> WiredClient/trunk/German.lproj/Files.nib/classes.nib
r4237 r5358 1 { 2 IBClasses = ( 3 { 4 ACTIONS = {"" = id; }; 5 CLASS = FirstResponder; 6 LANGUAGE = ObjC; 7 SUPERCLASS = NSObject; 8 }, 9 {CLASS = NSObject; LANGUAGE = ObjC; }, 10 { 11 ACTIONS = {cancelSheet = id; submitSheet = id; }; 12 CLASS = NSWindowController; 13 LANGUAGE = ObjC; 14 SUPERCLASS = NSResponder; 15 }, 16 { 17 CLASS = WCConnectionController; 18 LANGUAGE = ObjC; 19 SUPERCLASS = WIWindowController; 20 }, 21 { 22 ACTIONS = { 23 back = id; 24 browser = id; 25 createFolder = id; 26 deleteFiles = id; 27 down = id; 28 forward = id; 29 list = id; 30 preview = id; 31 reloadFiles = id; 32 up = id; 33 upload = id; 34 }; 35 CLASS = WCFiles; 36 LANGUAGE = ObjC; 37 OUTLETS = { 38 "_backButton" = NSButton; 39 "_createFolderButton" = NSButton; 40 "_createFolderPanel" = NSPanel; 41 "_createFolderPopUpButton" = NSPopUpButton; 42 "_createFolderTextField" = NSTextField; 43 "_deleteButton" = NSButton; 44 "_downloadButton" = NSButton; 45 "_filesBrowser" = NSBrowser; 46
