object frmColorDialog: TfrmColorDialog Left = 917 Height = 248 Top = 260 Width = 217 ActiveControl = BitBtn1 Caption = 'frmColorDialog' ClientHeight = 248 ClientWidth = 217 OnShow = FormShow LCLVersion = '0.9.30' object Label1: TLabel Left = 5 Height = 14 Top = 64 Width = 8 Caption = 'R' ParentColor = False end object Label2: TLabel Left = 5 Height = 14 Top = 88 Width = 8 Caption = 'G' ParentColor = False end object Label3: TLabel Left = 5 Height = 14 Top = 112 Width = 7 Caption = 'B' ParentColor = False end object BitBtn1: TBitBtn Left = 8 Height = 30 Top = 208 Width = 75 Anchors = [akLeft, akBottom] Caption = '&OK' Default = True Kind = bkOK ModalResult = 1 TabOrder = 0 end object BitBtn2: TBitBtn Left = 88 Height = 30 Top = 208 Width = 75 Anchors = [akLeft, akBottom] Cancel = True Caption = 'Annuler' Kind = bkCancel ModalResult = 2 TabOrder = 1 end object StaticText1: TStaticText Left = 4 Height = 24 Top = 4 Width = 32 BorderStyle = sbsSunken Color = clCaptionText OnClick = StaticText1Click ParentColor = False TabOrder = 2 end object StaticText2: TStaticText Left = 40 Height = 25 Top = 4 Width = 33 BorderStyle = sbsSunken Color = clBlack OnClick = StaticText2Click ParentColor = False TabOrder = 3 end object StaticText3: TStaticText Left = 76 Height = 25 Top = 4 Width = 33 BorderStyle = sbsSunken Color = clSilver OnClick = StaticText3Click ParentColor = False TabOrder = 4 end object StaticText4: TStaticText Left = 112 Height = 25 Top = 4 Width = 33 BorderStyle = sbsSunken Color = clGray OnClick = StaticText4Click ParentColor = False TabOrder = 5 end object StaticText5: TStaticText Left = 40 Height = 25 Top = 32 Width = 33 BorderStyle = sbsSunken Color = clBlue OnClick = StaticText5Click ParentColor = False TabOrder = 6 end object StaticText6: TStaticText Left = 3 Height = 25 Top = 32 Width = 33 BorderStyle = sbsSunken Color = clRed OnClick = StaticText6Click ParentColor = False TabOrder = 7 end object StaticText7: TStaticText Left = 76 Height = 25 Top = 32 Width = 33 BorderStyle = sbsSunken Color = clGreen OnClick = StaticText7Click ParentColor = False TabOrder = 8 end object StaticText8: TStaticText Left = 112 Height = 25 Top = 32 Width = 33 BorderStyle = sbsSunken Color = 8454143 OnClick = StaticText8Click ParentColor = False TabOrder = 9 end object sclR: TScrollBar Left = 26 Height = 19 Top = 64 Width = 190 Anchors = [akTop, akLeft, akRight] LargeChange = 10 Max = 255 PageSize = 0 TabOrder = 10 OnChange = sclRChange end object sclG: TScrollBar Left = 26 Height = 19 Top = 88 Width = 190 Anchors = [akTop, akLeft, akRight] LargeChange = 10 Max = 255 PageSize = 0 TabOrder = 11 OnChange = sclGChange end object sclB: TScrollBar Left = 26 Height = 19 Top = 112 Width = 191 Anchors = [akTop, akLeft, akRight] LargeChange = 10 Max = 255 PageSize = 0 TabOrder = 12 OnChange = sclBChange end object lbSampleColor: TStaticText Left = 44 Height = 25 Top = 136 Width = 151 Anchors = [akTop, akLeft, akRight] BorderStyle = sbsSingle TabOrder = 13 end object StaticText9: TStaticText Left = 148 Height = 25 Top = 4 Width = 33 BorderStyle = sbsSunken Color = 13355168 OnClick = StaticText9Click ParentColor = False TabOrder = 14 end object StaticText10: TStaticText Left = 148 Height = 25 Top = 32 Width = 33 BorderStyle = sbsSunken Color = 12189179 OnClick = StaticText10Click ParentColor = False TabOrder = 15 end object StaticText11: TStaticText Left = 184 Height = 25 Top = 3 Width = 33 BorderStyle = sbsSunken Color = clOlive OnClick = StaticText11Click ParentColor = False TabOrder = 16 end object StaticText12: TStaticText Left = 184 Height = 25 Top = 32 Width = 33 BorderStyle = sbsSunken Color = clFuchsia OnClick = StaticText12Click ParentColor = False TabOrder = 17 end end