object Form1: TForm1 Left = -4 Height = 544 Top = -4 Width = 1024 Caption = 'Стандартные цвета' ClientHeight = 544 ClientWidth = 1024 OnCreate = FormCreate LCLVersion = '0.9.26.2' object Label1: TLabel Left = 48 Height = 24 Top = 49 Width = 25 Caption = ' R ' Color = clRed Font.CharSet = RUSSIAN_CHARSET Font.Color = clBlack Font.Height = -21 Font.Name = 'Times New Roman' Font.Pitch = fpVariable Font.Quality = fqDraft ParentColor = False ParentFont = False Transparent = False end object Label2: TLabel Left = 47 Height = 24 Top = 168 Width = 26 Caption = ' G ' Color = clLime Font.CharSet = RUSSIAN_CHARSET Font.Color = clBlack Font.Height = -21 Font.Name = 'Times New Roman' Font.Pitch = fpVariable Font.Quality = fqDraft ParentColor = False ParentFont = False Transparent = False end object Label3: TLabel Left = 48 Height = 24 Top = 288 Width = 25 Caption = ' B ' Color = clBlue Font.CharSet = RUSSIAN_CHARSET Font.Color = clWhite Font.Height = -21 Font.Name = 'Times New Roman' Font.Pitch = fpVariable Font.Quality = fqDraft ParentColor = False ParentFont = False Transparent = False end object Label4: TLabel Left = 152 Height = 24 Top = 400 Width = 45 Caption = 'color' Color = clWhite Font.CharSet = RUSSIAN_CHARSET Font.Color = clBlack Font.Height = -21 Font.Name = 'Times New Roman' Font.Pitch = fpVariable Font.Quality = fqDraft ParentColor = False ParentFont = False Transparent = False end object Edit1: TEdit Left = 80 Height = 23 Top = 50 Width = 80 Color = clRed Font.CharSet = RUSSIAN_CHARSET Font.Color = clBlack Font.Height = -21 Font.Name = 'Times New Roman' Font.Pitch = fpVariable Font.Quality = fqDraft MaxLength = 3 OnKeyPress = Edit1KeyPress ParentFont = False TabOrder = 0 Text = '0' end object Edit2: TEdit Left = 80 Height = 23 Top = 168 Width = 80 Color = clLime Font.CharSet = RUSSIAN_CHARSET Font.Color = clBlack Font.Height = -21 Font.Name = 'Times New Roman' Font.Pitch = fpVariable Font.Quality = fqDraft MaxLength = 3 OnKeyPress = Edit2KeyPress ParentFont = False TabOrder = 1 Text = '0' end object Edit3: TEdit Left = 80 Height = 23 Top = 288 Width = 80 Color = clBlue Font.CharSet = RUSSIAN_CHARSET Font.Color = clWhite Font.Height = -21 Font.Name = 'Times New Roman' Font.Pitch = fpVariable Font.Quality = fqDraft MaxLength = 3 OnKeyPress = Edit3KeyPress ParentFont = False TabOrder = 2 Text = '0' end object ScrollBar1: TScrollBar Left = 176 Height = 20 Top = 24 Width = 730 Max = 255 TabOrder = 3 OnChange = ScrollBar1Change end object ScrollBar2: TScrollBar Left = 176 Height = 20 Top = 144 Width = 730 Max = 255 TabOrder = 4 OnChange = ScrollBar2Change end object ScrollBar3: TScrollBar Left = 176 Height = 20 Top = 264 Width = 730 Max = 255 TabOrder = 5 OnChange = ScrollBar3Change end object TrackBar1: TTrackBar Left = 176 Height = 25 Top = 48 Width = 730 Max = 255 OnChange = TrackBar1Change TabOrder = 6 end object ProgressBar1: TProgressBar Left = 176 Height = 20 Top = 80 Width = 730 Max = 255 TabOrder = 7 end object TrackBar2: TTrackBar Left = 176 Height = 25 Top = 166 Width = 730 Max = 255 OnChange = TrackBar2Change TabOrder = 8 end object ProgressBar2: TProgressBar Left = 176 Height = 20 Top = 192 Width = 730 Max = 255 TabOrder = 9 end object TrackBar3: TTrackBar Left = 176 Height = 25 Top = 286 Width = 730 Max = 255 OnChange = TrackBar3Change TabOrder = 10 end object ProgressBar3: TProgressBar Left = 176 Height = 20 Top = 312 Width = 730 Max = 255 TabOrder = 11 end object Button1: TButton Left = 8 Height = 65 Top = 344 Width = 110 Caption = 'Случайные цвета' OnClick = Button1Click TabOrder = 12 end object Button2: TButton Left = 8 Height = 65 Top = 416 Width = 120 Caption = 'Остановить таймер' OnClick = Button2Click TabOrder = 13 end object ScrollBar4: TScrollBar Left = 280 Height = 17 Top = 440 Width = 617 Max = 1000 Min = 1 Position = 1000 TabOrder = 14 OnChange = ScrollBar4Change end object TrackBar4: TTrackBar Left = 272 Height = 25 Top = 464 Width = 616 Max = 1000 OnChange = TrackBar4Change Position = 1000 TabOrder = 15 end object Edit4: TEdit Left = 176 Height = 23 Top = 440 Width = 80 Font.CharSet = RUSSIAN_CHARSET Font.Color = clBlack Font.Height = -21 Font.Name = 'Times New Roman' Font.Pitch = fpVariable Font.Quality = fqDraft ParentFont = False ReadOnly = True TabOrder = 16 Text = '1000' end object Edit5: TEdit Left = 208 Height = 23 Top = 400 Width = 144 Font.CharSet = RUSSIAN_CHARSET Font.Color = clBlack Font.Height = -21 Font.Name = 'Times New Roman' Font.Pitch = fpVariable Font.Quality = fqDraft ParentFont = False ReadOnly = True TabOrder = 17 Text = '0' end object Button3: TButton Left = 128 Height = 40 Top = 344 Width = 141 Caption = 'Цветовой цикл' OnClick = Button3Click TabOrder = 18 end object Edit6: TEdit Left = 368 Height = 23 Top = 400 Width = 136 Font.CharSet = RUSSIAN_CHARSET Font.Color = clBlack Font.Height = -21 Font.Name = 'Times New Roman' Font.Pitch = fpVariable Font.Quality = fqDraft ParentFont = False ReadOnly = True TabOrder = 19 Text = '#000000' end object Timer1: TTimer Enabled = False OnTimer = Timer1Timer left = 8 top = 8 end object Timer2: TTimer Enabled = False OnTimer = Timer2Timer left = 48 top = 8 end end