home *** CD-ROM | disk | FTP | other *** search
/ Mundo do CD-ROM 27 / CDROM27.iso / lazer / fractal / graf.exe / 0 / RCDATA / TFORM3 / TFORM3.txt
Encoding:
Text File  |  1998-09-13  |  4.5 KB  |  233 lines

  1. object Form3: TForm3
  2.   Left = 453
  3.   Top = 278
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Color Controls'
  7.   ClientHeight = 176
  8.   ClientWidth = 289
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OnClose = FormClose
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object RxLabel3: TRxLabel
  19.     Left = 48
  20.     Top = 32
  21.     Width = 30
  22.     Height = 14
  23.     Caption = 'Steps'
  24.   end
  25.   object RxLabel2: TRxLabel
  26.     Left = 16
  27.     Top = 8
  28.     Width = 23
  29.     Height = 14
  30.     Caption = 'Red'
  31.     Color = clBtnFace
  32.     ParentColor = False
  33.   end
  34.   object RxLabel4: TRxLabel
  35.     Left = 8
  36.     Top = 48
  37.     Width = 32
  38.     Height = 14
  39.     Caption = 'Green'
  40.   end
  41.   object RxLabel5: TRxLabel
  42.     Left = 16
  43.     Top = 88
  44.     Width = 24
  45.     Height = 14
  46.     Caption = 'Blue'
  47.   end
  48.   object RxLabel6: TRxLabel
  49.     Left = 112
  50.     Top = 32
  51.     Width = 25
  52.     Height = 14
  53.     Caption = 'Start'
  54.   end
  55.   object RxLabel1: TRxLabel
  56.     Left = 48
  57.     Top = 152
  58.     Width = 38
  59.     Height = 14
  60.     Caption = 'Render'
  61.   end
  62.   object RxLabel7: TRxLabel
  63.     Left = 120
  64.     Top = 152
  65.     Width = 58
  66.     Height = 14
  67.     Caption = 'FDimension'
  68.   end
  69.   object RxLabel8: TRxLabel
  70.     Left = 200
  71.     Top = 152
  72.     Width = 38
  73.     Height = 14
  74.     Caption = 'Scaling'
  75.   end
  76.   object RedStep: TRxSpinEdit
  77.     Left = 48
  78.     Top = 8
  79.     Width = 57
  80.     Height = 21
  81.     Increment = 0.020000000000000000
  82.     MaxValue = 255.000000000000000000
  83.     TabOrder = 0
  84.     ValueType = vtFloat
  85.     OnChange = RedStepChange
  86.   end
  87.   object GrnStep: TRxSpinEdit
  88.     Left = 48
  89.     Top = 48
  90.     Width = 57
  91.     Height = 21
  92.     Increment = 0.020000000000000000
  93.     MaxValue = 255.000000000000000000
  94.     TabOrder = 1
  95.     ValueType = vtFloat
  96.     OnChange = GrnStepChange
  97.   end
  98.   object BluStep: TRxSpinEdit
  99.     Left = 48
  100.     Top = 88
  101.     Width = 57
  102.     Height = 21
  103.     Increment = 0.020000000000000000
  104.     MaxValue = 255.000000000000000000
  105.     TabOrder = 2
  106.     ValueType = vtFloat
  107.     OnChange = BluStepChange
  108.   end
  109.   object RedStart: TRxSpinEdit
  110.     Left = 112
  111.     Top = 8
  112.     Width = 65
  113.     Height = 21
  114.     Increment = 10.000000000000000000
  115.     TabOrder = 6
  116.     ValueType = vtFloat
  117.     OnChange = RedStartChange
  118.   end
  119.   object GrnStart: TRxSpinEdit
  120.     Left = 112
  121.     Top = 48
  122.     Width = 65
  123.     Height = 21
  124.     Increment = 10.000000000000000000
  125.     TabOrder = 7
  126.     ValueType = vtFloat
  127.     OnChange = GrnStartChange
  128.   end
  129.   object BluStart: TRxSpinEdit
  130.     Left = 112
  131.     Top = 88
  132.     Width = 65
  133.     Height = 21
  134.     Increment = 10.000000000000000000
  135.     TabOrder = 8
  136.     ValueType = vtFloat
  137.     OnChange = BluStartChange
  138.   end
  139.   object dFactor3: TRxSpinEdit
  140.     Left = 32
  141.     Top = 128
  142.     Width = 65
  143.     Height = 21
  144.     Decimal = 3
  145.     Increment = 0.020000000000000000
  146.     MaxValue = 10000.000000000000000000
  147.     TabOrder = 3
  148.     ValueType = vtFloat
  149.     OnChange = dFactor3Change
  150.   end
  151.   object dFactor4: TRxSpinEdit
  152.     Left = 112
  153.     Top = 128
  154.     Width = 65
  155.     Height = 21
  156.     Decimal = 3
  157.     Increment = 0.020000000000000000
  158.     MaxValue = 10000.000000000000000000
  159.     TabOrder = 4
  160.     ValueType = vtFloat
  161.     OnChange = dFactor4Change
  162.   end
  163.   object RedBar1: TTrackBar
  164.     Left = 184
  165.     Top = 8
  166.     Width = 97
  167.     Height = 17
  168.     Cursor = crDrag
  169.     Max = 255
  170.     Orientation = trHorizontal
  171.     Frequency = 10
  172.     Position = 0
  173.     SelEnd = 0
  174.     SelStart = 0
  175.     TabOrder = 9
  176.     TickMarks = tmBottomRight
  177.     TickStyle = tsAuto
  178.     OnChange = RedBar1Change
  179.   end
  180.   object GreenBar1: TTrackBar
  181.     Left = 184
  182.     Top = 48
  183.     Width = 97
  184.     Height = 17
  185.     Cursor = crDrag
  186.     Max = 255
  187.     Orientation = trHorizontal
  188.     Frequency = 10
  189.     Position = 0
  190.     SelEnd = 0
  191.     SelStart = 0
  192.     TabOrder = 10
  193.     TickMarks = tmBottomRight
  194.     TickStyle = tsAuto
  195.     OnChange = GreenBar1Change
  196.   end
  197.   object BlueBar1: TTrackBar
  198.     Left = 184
  199.     Top = 88
  200.     Width = 94
  201.     Height = 17
  202.     Cursor = crDrag
  203.     Max = 255
  204.     Orientation = trHorizontal
  205.     Frequency = 10
  206.     Position = 0
  207.     SelEnd = 0
  208.     SelStart = 0
  209.     TabOrder = 11
  210.     TickMarks = tmBottomRight
  211.     TickStyle = tsAuto
  212.     OnChange = BlueBar1Change
  213.   end
  214.   object dFactor5: TRxSpinEdit
  215.     Left = 192
  216.     Top = 128
  217.     Width = 65
  218.     Height = 21
  219.     Decimal = 3
  220.     Increment = 0.010000000000000000
  221.     MaxValue = 10000.000000000000000000
  222.     TabOrder = 5
  223.     ValueType = vtFloat
  224.     OnChange = dFactor5Change
  225.   end
  226.   object ColorTimer: TTimer
  227.     Enabled = False
  228.     Interval = 1
  229.     OnTimer = ColorTimerTimer
  230.     Top = 120
  231.   end
  232. end
  233.