object GrayForce: TGrayForce Left = 200 Top = 128 BorderStyle = bsDialog Caption = 'GrayForce' ClientHeight = 347 ClientWidth = 390 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = True Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object GroupBox1: TGroupBox Left = 8 Top = 16 Width = 105 Height = 281 Caption = ' Ranges ' TabOrder = 0 object Label1: TLabel Left = 56 Top = 16 Width = 34 Height = 13 Caption = 'Bottom' end object Label2: TLabel Left = 8 Top = 16 Width = 18 Height = 13 Caption = 'Top' end object Label3: TLabel Left = 19 Top = 262 Width = 6 Height = 13 Caption = '0' end object Label4: TLabel Left = 64 Top = 262 Width = 18 Height = 13 Caption = '255' end object IEGradientBar1: TIEGradientBar Left = 56 Top = 40 Width = 33 Height = 217 OnChange = IEGradientBar1Change end object IEGradientBar2: TIEGradientBar Left = 8 Top = 40 Width = 33 Height = 217 OnChange = IEGradientBar2Change end end object Button1: TButton Left = 220 Top = 308 Width = 75 Height = 25 Caption = 'Apply' Default = True ModalResult = 1 TabOrder = 1 end object Button2: TButton Left = 301 Top = 308 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object GroupBox2: TGroupBox Left = 120 Top = 16 Width = 257 Height = 281 Caption = ' Mark color ' TabOrder = 3 object Label6: TLabel Left = 8 Top = 262 Width = 64 Height = 13 Caption = 'R:0, G:0, B:0' end object HSVBox1: THSVBox Left = 8 Top = 40 Width = 241 Height = 217 OnChange = HSVBox1Change end end end