home *** CD-ROM | disk | FTP | other *** search
- object Form3: TForm3
- Left = 453
- Top = 278
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Color Controls'
- ClientHeight = 176
- ClientWidth = 289
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- object RxLabel3: TRxLabel
- Left = 48
- Top = 32
- Width = 30
- Height = 14
- Caption = 'Steps'
- end
- object RxLabel2: TRxLabel
- Left = 16
- Top = 8
- Width = 23
- Height = 14
- Caption = 'Red'
- Color = clBtnFace
- ParentColor = False
- end
- object RxLabel4: TRxLabel
- Left = 8
- Top = 48
- Width = 32
- Height = 14
- Caption = 'Green'
- end
- object RxLabel5: TRxLabel
- Left = 16
- Top = 88
- Width = 24
- Height = 14
- Caption = 'Blue'
- end
- object RxLabel6: TRxLabel
- Left = 112
- Top = 32
- Width = 25
- Height = 14
- Caption = 'Start'
- end
- object RxLabel1: TRxLabel
- Left = 48
- Top = 152
- Width = 38
- Height = 14
- Caption = 'Render'
- end
- object RxLabel7: TRxLabel
- Left = 120
- Top = 152
- Width = 58
- Height = 14
- Caption = 'FDimension'
- end
- object RxLabel8: TRxLabel
- Left = 200
- Top = 152
- Width = 38
- Height = 14
- Caption = 'Scaling'
- end
- object RedStep: TRxSpinEdit
- Left = 48
- Top = 8
- Width = 57
- Height = 21
- Increment = 0.020000000000000000
- MaxValue = 255.000000000000000000
- TabOrder = 0
- ValueType = vtFloat
- OnChange = RedStepChange
- end
- object GrnStep: TRxSpinEdit
- Left = 48
- Top = 48
- Width = 57
- Height = 21
- Increment = 0.020000000000000000
- MaxValue = 255.000000000000000000
- TabOrder = 1
- ValueType = vtFloat
- OnChange = GrnStepChange
- end
- object BluStep: TRxSpinEdit
- Left = 48
- Top = 88
- Width = 57
- Height = 21
- Increment = 0.020000000000000000
- MaxValue = 255.000000000000000000
- TabOrder = 2
- ValueType = vtFloat
- OnChange = BluStepChange
- end
- object RedStart: TRxSpinEdit
- Left = 112
- Top = 8
- Width = 65
- Height = 21
- Increment = 10.000000000000000000
- TabOrder = 6
- ValueType = vtFloat
- OnChange = RedStartChange
- end
- object GrnStart: TRxSpinEdit
- Left = 112
- Top = 48
- Width = 65
- Height = 21
- Increment = 10.000000000000000000
- TabOrder = 7
- ValueType = vtFloat
- OnChange = GrnStartChange
- end
- object BluStart: TRxSpinEdit
- Left = 112
- Top = 88
- Width = 65
- Height = 21
- Increment = 10.000000000000000000
- TabOrder = 8
- ValueType = vtFloat
- OnChange = BluStartChange
- end
- object dFactor3: TRxSpinEdit
- Left = 32
- Top = 128
- Width = 65
- Height = 21
- Decimal = 3
- Increment = 0.020000000000000000
- MaxValue = 10000.000000000000000000
- TabOrder = 3
- ValueType = vtFloat
- OnChange = dFactor3Change
- end
- object dFactor4: TRxSpinEdit
- Left = 112
- Top = 128
- Width = 65
- Height = 21
- Decimal = 3
- Increment = 0.020000000000000000
- MaxValue = 10000.000000000000000000
- TabOrder = 4
- ValueType = vtFloat
- OnChange = dFactor4Change
- end
- object RedBar1: TTrackBar
- Left = 184
- Top = 8
- Width = 97
- Height = 17
- Cursor = crDrag
- Max = 255
- Orientation = trHorizontal
- Frequency = 10
- Position = 0
- SelEnd = 0
- SelStart = 0
- TabOrder = 9
- TickMarks = tmBottomRight
- TickStyle = tsAuto
- OnChange = RedBar1Change
- end
- object GreenBar1: TTrackBar
- Left = 184
- Top = 48
- Width = 97
- Height = 17
- Cursor = crDrag
- Max = 255
- Orientation = trHorizontal
- Frequency = 10
- Position = 0
- SelEnd = 0
- SelStart = 0
- TabOrder = 10
- TickMarks = tmBottomRight
- TickStyle = tsAuto
- OnChange = GreenBar1Change
- end
- object BlueBar1: TTrackBar
- Left = 184
- Top = 88
- Width = 94
- Height = 17
- Cursor = crDrag
- Max = 255
- Orientation = trHorizontal
- Frequency = 10
- Position = 0
- SelEnd = 0
- SelStart = 0
- TabOrder = 11
- TickMarks = tmBottomRight
- TickStyle = tsAuto
- OnChange = BlueBar1Change
- end
- object dFactor5: TRxSpinEdit
- Left = 192
- Top = 128
- Width = 65
- Height = 21
- Decimal = 3
- Increment = 0.010000000000000000
- MaxValue = 10000.000000000000000000
- TabOrder = 5
- ValueType = vtFloat
- OnChange = dFactor5Change
- end
- object ColorTimer: TTimer
- Enabled = False
- Interval = 1
- OnTimer = ColorTimerTimer
- Top = 120
- end
- end
-