home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 June / PCWorld_1999-06_cd.bin / software / Vyzkuste / Painter / Painter17.exe / 0 / RCDATA / TSURF3DF / TSURF3DF.txt
Text File  |  1999-04-23  |  6KB  |  296 lines

  1. object Surf3DF: TSurf3DF
  2.   Left = 53
  3.   Top = 45
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Surf 3D'
  7.   ClientHeight = 470
  8.   ClientWidth = 726
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -14
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object LabelFigureSelect: TLabel
  21.     Left = 10
  22.     Top = 7
  23.     Width = 142
  24.     Height = 16
  25.     Caption = 'Select Figure to Display'
  26.   end
  27.   object Label2: TLabel
  28.     Left = 8
  29.     Top = 336
  30.     Width = 34
  31.     Height = 16
  32.     Caption = 'f(x,y)'
  33.     Font.Charset = DEFAULT_CHARSET
  34.     Font.Color = clWindowText
  35.     Font.Height = -14
  36.     Font.Name = 'MS Sans Serif'
  37.     Font.Style = [fsBold]
  38.     ParentFont = False
  39.   end
  40.   object Label4: TLabel
  41.     Left = 8
  42.     Top = 368
  43.     Width = 23
  44.     Height = 16
  45.     Caption = 'f(y)'
  46.     Font.Charset = DEFAULT_CHARSET
  47.     Font.Color = clWindowText
  48.     Font.Height = -14
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = [fsBold]
  51.     ParentFont = False
  52.   end
  53.   object goMakePoints: TSpeedButton
  54.     Left = 16
  55.     Top = 400
  56.     Width = 65
  57.     Height = 22
  58.     Caption = 'Show'
  59.     Flat = True
  60.     Font.Charset = DEFAULT_CHARSET
  61.     Font.Color = clRed
  62.     Font.Height = -14
  63.     Font.Name = 'MS Sans Serif'
  64.     Font.Style = [fsBold]
  65.     ParentFont = False
  66.     OnClick = goMakePointsClick
  67.   end
  68.   object goCopy: TSpeedButton
  69.     Left = 192
  70.     Top = 400
  71.     Width = 57
  72.     Height = 22
  73.     Caption = 'Copy'
  74.     Flat = True
  75.     Font.Charset = DEFAULT_CHARSET
  76.     Font.Color = clGreen
  77.     Font.Height = -14
  78.     Font.Name = 'MS Sans Serif'
  79.     Font.Style = [fsBold]
  80.     ParentFont = False
  81.     Transparent = False
  82.     OnClick = goCopyClick
  83.   end
  84.   object GroupBoxEyePosition: TGroupBox
  85.     Left = 10
  86.     Top = 67
  87.     Width = 237
  88.     Height = 142
  89.     Caption = 'Eye Position'
  90.     TabOrder = 0
  91.     object LabelAzimuth: TLabel
  92.       Left = 18
  93.       Top = 30
  94.       Width = 105
  95.       Height = 16
  96.       Caption = 'Azimuth[degrees]'
  97.     end
  98.     object LabelElevation: TLabel
  99.       Left = 18
  100.       Top = 69
  101.       Width = 115
  102.       Height = 16
  103.       Caption = 'Elevation[degrees]'
  104.     end
  105.     object LabelDistance: TLabel
  106.       Left = 18
  107.       Top = 108
  108.       Width = 53
  109.       Height = 16
  110.       Caption = 'Distance'
  111.     end
  112.     object SpinEditAzimuth: TSpinEdit
  113.       Left = 144
  114.       Top = 25
  115.       Width = 68
  116.       Height = 26
  117.       Hint = '0 .. 360'
  118.       Increment = 5
  119.       MaxValue = 360
  120.       MinValue = 0
  121.       TabOrder = 0
  122.       Value = 30
  123.       OnChange = SpinEditBoxChange
  124.     end
  125.     object SpinEditElevation: TSpinEdit
  126.       Left = 144
  127.       Top = 64
  128.       Width = 68
  129.       Height = 26
  130.       Increment = 2
  131.       MaxValue = 90
  132.       MinValue = -90
  133.       TabOrder = 1
  134.       Value = 45
  135.       OnChange = SpinEditBoxChange
  136.     end
  137.     object SpinEditDistance: TSpinEdit
  138.       Left = 145
  139.       Top = 103
  140.       Width = 68
  141.       Height = 26
  142.       MaxValue = 1000
  143.       MinValue = 2
  144.       TabOrder = 2
  145.       Value = 11
  146.       OnChange = SpinEditBoxChange
  147.     end
  148.   end
  149.   object GroupBoxScreen: TGroupBox
  150.     Left = 10
  151.     Top = 218
  152.     Width = 237
  153.     Height = 111
  154.     Caption = 'Screen'
  155.     TabOrder = 1
  156.     object Label1: TLabel
  157.       Left = 18
  158.       Top = 30
  159.       Width = 85
  160.       Height = 16
  161.       Caption = 'Width / Height'
  162.     end
  163.     object Label3: TLabel
  164.       Left = 18
  165.       Top = 69
  166.       Width = 68
  167.       Height = 16
  168.       Caption = 'To Camera'
  169.     end
  170.     object SpinEditScreenWidthHeight: TSpinEdit
  171.       Left = 145
  172.       Top = 25
  173.       Width = 68
  174.       Height = 26
  175.       MaxValue = 100
  176.       MinValue = 1
  177.       TabOrder = 0
  178.       Value = 10
  179.       OnChange = SpinEditBoxChange
  180.     end
  181.     object SpinEditScreenToCamera: TSpinEdit
  182.       Left = 145
  183.       Top = 69
  184.       Width = 68
  185.       Height = 26
  186.       Increment = 2
  187.       MaxValue = 100
  188.       MinValue = 1
  189.       TabOrder = 1
  190.       Value = 30
  191.       OnChange = SpinEditBoxChange
  192.     end
  193.   end
  194.   object ComboBoxFigure: TComboBox
  195.     Left = 10
  196.     Top = 30
  197.     Width = 237
  198.     Height = 24
  199.     ItemHeight = 16
  200.     Items.Strings = (
  201.       'Cube'
  202.       'Sphere'
  203.       'Sphere In Cube'
  204.       'Surface'
  205.       'Football Field')
  206.     TabOrder = 2
  207.     Text = 'ComboBoxFigure'
  208.     OnChange = ComboBoxFigureChange
  209.   end
  210.   object Panel3DLab: TPanel
  211.     Left = 284
  212.     Top = 30
  213.     Width = 418
  214.     Height = 418
  215.     TabOrder = 3
  216.     object Image: TImage
  217.       Left = 12
  218.       Top = 12
  219.       Width = 394
  220.       Height = 394
  221.     end
  222.   end
  223.   object SurFx: TEdit
  224.     Left = 40
  225.     Top = 336
  226.     Width = 209
  227.     Height = 24
  228.     TabOrder = 4
  229.     Text = 'sqr(x)'
  230.   end
  231.   object SurFy: TEdit
  232.     Left = 40
  233.     Top = 368
  234.     Width = 209
  235.     Height = 24
  236.     TabOrder = 5
  237.     Text = 'sqr(y)'
  238.   end
  239.   object presets: TComboBox
  240.     Left = 16
  241.     Top = 432
  242.     Width = 233
  243.     Height = 22
  244.     Style = csOwnerDrawFixed
  245.     Color = 12639424
  246.     ItemHeight = 16
  247.     PopupMenu = surfpop
  248.     TabOrder = 6
  249.     OnClick = presetsClick
  250.     OnDrawItem = presetsDrawItem
  251.   end
  252.   object surfcolor: TColorGrid
  253.     Left = 256
  254.     Top = 32
  255.     Width = 17
  256.     Height = 304
  257.     GridOrdering = go1x16
  258.     ForegroundIndex = 11
  259.     TabOrder = 7
  260.   end
  261.   object usecolor: TCheckBox
  262.     Left = 96
  263.     Top = 400
  264.     Width = 81
  265.     Height = 17
  266.     Caption = 'use color'
  267.     TabOrder = 8
  268.   end
  269.   object ParserX: TParser
  270.     OnParserError = ParserXParserError
  271.     Left = 420
  272.     Top = 238
  273.   end
  274.   object ParserY: TParser
  275.     OnParserError = ParserYParserError
  276.     Left = 420
  277.     Top = 278
  278.   end
  279.   object surfpop: TPopupMenu
  280.     Left = 48
  281.     Top = 416
  282.     object Add1: TMenuItem
  283.       Caption = '&Add'
  284.       OnClick = Add1Click
  285.     end
  286.     object Delete1: TMenuItem
  287.       Caption = '&Delete'
  288.       OnClick = Delete1Click
  289.     end
  290.     object Update1: TMenuItem
  291.       Caption = '&Update'
  292.       OnClick = Update1Click
  293.     end
  294.   end
  295. end
  296.