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

  1. Window video
  2.   class: VideoWindow
  3.   title: "VideoMATIC - (untitled)"
  4.   focus: videoLB
  5.   keyboard: true
  6.   border: border
  7.   captionBar: (sysMenu minBox)
  8.   rect: (12 24 271 213)
  9.   data: "  Chartbuster Video Distribution, Inc.  "
  10.   icon: "video"
  11.   Menu videoMenu
  12.     Popup file text: "&File"
  13.       Item fileNew text: "&New"
  14.       Item fileOpen text: "&Open..."
  15.       Item fileSave text: "&Save"
  16.       Item fileSaveAs text: "Save &As..."
  17.       Item fileExport text: "&Export to Excel"
  18.       Line
  19.       Item fileExit text: "E&xit"
  20.     End
  21.     Popup view text: "&View"
  22.       Item viewChart text: "&Chart"
  23.       Item viewReorder text: "&Reorder"
  24.     End
  25.   End
  26.   Owned newDlg
  27.     definition: "newdlg"
  28.   Owned reorder
  29.     definition: "reorder"
  30.   Owned fileDialog
  31.     class: CDFileOpen
  32.     data: ("Video Files (*.vid)", "*.vid", "All Files (*.*)", "*.*")
  33.   Owned saveAsDialog
  34.     class: CDFileSave
  35.     data: ("Video Files (*.vid)", "*.vid", "All Files (*.*)", "*.*")
  36.   Owned chart
  37.     definition: "vidchwin"
  38.   Child videoLB
  39.     class: VideoList
  40.     left: (8)
  41.     top: (10)
  42.     right: (self left 185)
  43.     bottom: (self top 65)
  44.     style: (expandTabs)
  45.   Child videoDisplay
  46.     class: Static
  47.     left: (last)
  48.     top: (last bottom 12)
  49.     right: (last)
  50.     bottom: (self top 64)
  51.     style: (blackFrame)
  52.   Child lbLabel
  53.     class: Static
  54.     title: "Part#  Title                  Qty.  Price"
  55.     left: (8)
  56.     top: (2)
  57.     bottom: (self top 8)
  58.   Child newButton
  59.     class: Button
  60.     title: "&New Video"
  61.     left: (videoLB right 8)
  62.     top: (videoLB)
  63.     right: (self left 50)
  64.     bottom: (self top 12)
  65.   Child shipButton
  66.     class: Button
  67.     title: "&Ship"
  68.     left: (last)
  69.     top: (last bottom 4)
  70.     right: (last)
  71.     bottom: (self top 12)
  72.   Child receiveButton
  73.     class: Button
  74.     title: "&Receive"
  75.     left: (last)
  76.     top: (last bottom 4)
  77.     right: (last)
  78.     bottom: (self top 12)
  79.   Child costStat
  80.     class: Static
  81.     left: (videoDisplay 2)
  82.     top: (videoDisplay 4)
  83.     right: (videoDisplay -2)
  84.     bottom: (self top 8)
  85.   Child minStat
  86.     class: Static
  87.     left: (last)
  88.     top: (last bottom 4)
  89.     right: (last)
  90.     bottom: (self top 8)
  91.   Child reorderStat
  92.     class: Static
  93.     left: (last)
  94.     top: (last bottom 4)
  95.     right: (last)
  96.     bottom: (self top 8)
  97.   Child manStat
  98.     class: Static
  99.     left: (last)
  100.     top: (last bottom 4)
  101.     right: (last)
  102.     bottom: (self top 8)
  103.   Child phoneStat
  104.     class: Static
  105.     left: (last)
  106.     top: (last bottom 4)
  107.     right: (last)
  108.     bottom: (self top 8)
  109.