home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 1.toast / Sample Code / Human Interface Toolbox / Sheets / Sheet.nib / objects.xib < prev   
Encoding:
Extensible Markup Language  |  2000-10-06  |  2.2 KB  |  58 lines

  1. <?xml version="1.0" standalone="yes"?>
  2. <object class="NSIBObjectData">
  3.   <string name="targetFramework">IBCarbonFramework</string>
  4.   <object name="rootObject" class="NSCustomObject" id="1">
  5.     <string name="customClass">NSApplication</string>
  6.   </object>
  7.   <array count="5" name="allObjects">
  8.     <object class="IBCarbonWindow" id="166">
  9.       <string name="windowRect">284 90 405 512 </string>
  10.       <string name="title">Sheet</string>
  11.       <object name="rootControl" class="IBCarbonRootControl" id="167">
  12.         <string name="bounds">0 0 121 422 </string>
  13.         <array count="3" name="subviews">
  14.           <object class="IBCarbonButton" id="180">
  15.             <string name="bounds">81 327 101 399 </string>
  16.             <string name="title">OK</string>
  17.             <ostype name="command">ok  </ostype>
  18.             <int name="buttonType">1</int>
  19.           </object>
  20.           <object class="IBCarbonStaticText" id="182">
  21.             <string name="bounds">12 89 56 332 </string>
  22.             <string name="title">This is an example of a Sheet created from a nib file</string>
  23.           </object>
  24.           <object class="IBCarbonButton" id="183">
  25.             <string name="bounds">81 245 101 317 </string>
  26.             <string name="title">Cancel</string>
  27.             <ostype name="command">not!</ostype>
  28.             <int name="buttonType">2</int>
  29.           </object>
  30.         </array>
  31.       </object>
  32.       <boolean name="hasCloseBox">FALSE</boolean>
  33.       <boolean name="hasCollapseBox">FALSE</boolean>
  34.       <boolean name="hasHorizontalZoom">FALSE</boolean>
  35.       <boolean name="hasVerticalZoom">FALSE</boolean>
  36.       <int name="carbonWindowClass">11</int>
  37.     </object>
  38.     <reference idRef="167"/>
  39.     <reference idRef="180"/>
  40.     <reference idRef="182"/>
  41.     <reference idRef="183"/>
  42.   </array>
  43.   <array count="5" name="allParents">
  44.     <reference idRef="1"/>
  45.     <reference idRef="166"/>
  46.     <reference idRef="167"/>
  47.     <reference idRef="167"/>
  48.     <reference idRef="167"/>
  49.   </array>
  50.   <dictionary count="2" name="nameTable">
  51.     <string>Files Owner</string>
  52.     <reference idRef="1"/>
  53.     <string>Sheet</string>
  54.     <reference idRef="166"/>
  55.   </dictionary>
  56.   <unsigned_int name="nextObjectID">203</unsigned_int>
  57. </object>
  58.