home *** CD-ROM | disk | FTP | other *** search
/ The Best of the Best / _.img / 01163 / jura1.exe / GRAPHDLG.WDL < prev    next >
Text File  |  1993-02-23  |  1KB  |  61 lines

  1. Window GraphDlg
  2.   class: Window
  3.   title: "Function Definition"
  4.   rect: (8 21 227 132)
  5.   ownership: popup
  6.   border: dialog
  7.   captionBar: (sysMenu)
  8.   Child describeIt
  9.     class: Static
  10.     title: "Select the number of iterations, start X value, X iteration function, and the F(X) and G(X) functions."
  11.     fixedRect: (4 4 211 22)
  12.   Child iterationsS
  13.     class: Static
  14.     title: "Iterations:"
  15.     fixedRect: (4 28 44 36)
  16.     style: (right)
  17.   Child iterations
  18.     class: Edit
  19.     fixedRect: (50 26 170 38)
  20.   Child x0S
  21.     class: Static
  22.     title: "X(0)="
  23.     fixedRect: (4 42 28 50)
  24.     style: (right)
  25.   Child x0
  26.     class: Edit
  27.     fixedRect: (30 40 211 52)
  28.   Child xFunctionS
  29.     class: Static
  30.     title: "X(...):"
  31.     fixedRect: (4 56 28 64)
  32.     style: (right)
  33.   Child xFunction
  34.     class: Edit
  35.     fixedRect: (30 54 211 66)
  36.     style:(autoHScroll)
  37.   Child fxFunctionS
  38.     class: Static
  39.     title: "F(X):"
  40.     fixedRect: (4 70 28 78)
  41.     style: (right)
  42.   Child fxFunction
  43.     class: Edit
  44.     fixedRect: (30 68 211 80)
  45.     style:(autoHScroll)
  46.   Child gxFunctionS
  47.     class: Static
  48.     title: "G(X):"
  49.     fixedRect: (4 84 28 92)
  50.     style: (right)
  51.   Child gxFunction
  52.     class: Edit
  53.     fixedRect: (30 82 211 94)
  54.     style:(autoHScroll)
  55.   Child ok
  56.     class: Button
  57.     id: 1
  58.     title: "&Ok"
  59.     fixedRect: (176 26 211 38)
  60.     style: (defPush)
  61.