home *** CD-ROM | disk | FTP | other *** search
/ The Best of the Best / _.img / 01163 / newdlg.wdl < prev    next >
Text File  |  1993-02-23  |  3KB  |  132 lines

  1. Window newDlg
  2.   class: Window
  3.   title: "New Video"
  4.   border: dialog
  5.   captionBar: ()
  6.   keyboard: true
  7.   focus: partEdit
  8.   rect: (0 0 208 132)
  9.   Child partStat
  10.     class: Static
  11.     title: "Part#:"
  12.     left: (8)
  13.     right: (self left 60)
  14.     top: (6)
  15.     bottom: (self top 8)
  16.   Child titleStat
  17.     class: Static
  18.     title: "Title:"
  19.     left: (last)
  20.     right: (last)
  21.     top: (last bottom 6)
  22.     bottom: (self top 8)
  23.   Child qtyStat
  24.     class: Static
  25.     title: "Quantity on hand:"
  26.     left: (last)
  27.     right: (last)
  28.     top: (last bottom 6)
  29.     bottom: (self top 8)
  30.   Child unitStat
  31.     class: Static
  32.     title: "Unit price:"
  33.     left: (last)
  34.     right: (last)
  35.     top: (last bottom 6)
  36.     bottom: (self top 8)
  37.   Child minStat
  38.     class: Static
  39.     title: "Minimum quantity:"
  40.     left: (last)
  41.     right: (last)
  42.     top: (last bottom 6)
  43.     bottom: (self top 8)
  44.   Child reorderStat
  45.     class: Static
  46.     title: "Reorder quantity:"
  47.     left: (last)
  48.     right: (last)
  49.     top: (last bottom 6)
  50.     bottom: (self top 8)
  51.   Child manStat
  52.     class: Static
  53.     title: "Manufacturer:"
  54.     left: (last)
  55.     right: (last)
  56.     top: (last bottom 6)
  57.     bottom: (self top 8)
  58.   Child phoneStat
  59.     class: Static
  60.     title: "Phone:"
  61.     left: (last)
  62.     right: (last)
  63.     top: (last bottom 6)
  64.     bottom: (self top 8)
  65.   Child partEdit
  66.     class: Edit
  67.     left: (last right 2)
  68.     right: (self left 16)
  69.     top: (4)
  70.     bottom: (self top 12)
  71.   Child titleEdit
  72.     class: Edit
  73.     left: (last)
  74.     right: (self left 84)
  75.     top: (last bottom 2)
  76.     bottom: (self top 12)
  77.   Child qtyEdit
  78.     class: Edit
  79.     left: (last)
  80.     right: (self left 16)
  81.     top: (last bottom 2)
  82.     bottom: (self top 12)
  83.   Child unitEdit
  84.     class: Edit
  85.     left: (last)
  86.     right: (self left 24)
  87.     top: (last bottom 2)
  88.     bottom: (self top 12)
  89.   Child minEdit
  90.     class: Edit
  91.     left: (last)
  92.     right: (self left 16)
  93.     top: (last bottom 2)
  94.     bottom: (self top 12)
  95.   Child reorderEdit
  96.     class: Edit
  97.     left: (last)
  98.     right: (self left 16)
  99.     top: (last bottom 2)
  100.     bottom: (self top 12)
  101.   Child manEdit
  102.     class: Edit
  103.     left: (last)
  104.     right: (self left 84)
  105.     top: (last bottom 2)
  106.     bottom: (self top 12)
  107.   Child phoneEdit
  108.     class: Edit
  109.     left: (last)
  110.     right: (self left 60)
  111.     top: (last bottom 2)
  112.     bottom: (self top 12)
  113.   Child ok
  114.     id: IDOK
  115.     class: Button
  116.     title: "Ok"
  117.     style: (defPush)
  118.     left: (160)
  119.     right: (self left 40)
  120.     top: (6)
  121.     bottom: (self top 12)
  122.   Child cancel
  123.     id: IDCANCEL
  124.     class: Button
  125.     title: "Cancel"
  126.     left: (last)
  127.     right: (last)
  128.     top: (last bottom 4)
  129.     bottom: (self top 12)
  130.       
  131.   
  132.