home *** CD-ROM | disk | FTP | other *** search
- Window GraphDlg
- class: Window
- title: "Function Definition"
- rect: (8 21 227 132)
- ownership: popup
- border: dialog
- captionBar: (sysMenu)
- Child describeIt
- class: Static
- title: "Select the number of iterations, start X value, X iteration function, and the F(X) and G(X) functions."
- fixedRect: (4 4 211 22)
- Child iterationsS
- class: Static
- title: "Iterations:"
- fixedRect: (4 28 44 36)
- style: (right)
- Child iterations
- class: Edit
- fixedRect: (50 26 170 38)
- Child x0S
- class: Static
- title: "X(0)="
- fixedRect: (4 42 28 50)
- style: (right)
- Child x0
- class: Edit
- fixedRect: (30 40 211 52)
- Child xFunctionS
- class: Static
- title: "X(...):"
- fixedRect: (4 56 28 64)
- style: (right)
- Child xFunction
- class: Edit
- fixedRect: (30 54 211 66)
- style:(autoHScroll)
- Child fxFunctionS
- class: Static
- title: "F(X):"
- fixedRect: (4 70 28 78)
- style: (right)
- Child fxFunction
- class: Edit
- fixedRect: (30 68 211 80)
- style:(autoHScroll)
- Child gxFunctionS
- class: Static
- title: "G(X):"
- fixedRect: (4 84 28 92)
- style: (right)
- Child gxFunction
- class: Edit
- fixedRect: (30 82 211 94)
- style:(autoHScroll)
- Child ok
- class: Button
- id: 1
- title: "&Ok"
- fixedRect: (176 26 211 38)
- style: (defPush)
-