object PaletteEditer: TPaletteEditer Left = 165 Top = 334 BorderStyle = bsDialog Caption = 'Edit Palette' ClientHeight = 120 ClientWidth = 320 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 40 Width = 20 Height = 13 Caption = 'Red' end object Label2: TLabel Left = 16 Top = 64 Width = 29 Height = 13 Caption = 'Green' end object Label3: TLabel Left = 16 Top = 88 Width = 21 Height = 13 Caption = 'Blue' end object PaintBox1: TPaintBox Left = 56 Top = 8 Width = 239 Height = 20 OnPaint = PaintBox1Paint end object Label4: TLabel Left = 16 Top = 9 Width = 33 Height = 13 Caption = 'Palette' end object red: TTrackBar Left = 48 Top = 40 Width = 150 Height = 22 Max = 767 Min = 255 Orientation = trHorizontal Frequency = 1 Position = 255 SelEnd = 0 SelStart = 0 TabOrder = 0 TickMarks = tmBottomRight TickStyle = tsNone OnChange = redChange end object green: TTrackBar Left = 48 Top = 64 Width = 150 Height = 22 Max = 767 Min = 255 Orientation = trHorizontal Frequency = 1 Position = 255 SelEnd = 0 SelStart = 0 TabOrder = 1 TickMarks = tmBottomRight TickStyle = tsNone OnChange = redChange end object blue: TTrackBar Left = 48 Top = 88 Width = 150 Height = 22 Max = 767 Min = 255 Orientation = trHorizontal Frequency = 1 Position = 255 SelEnd = 0 SelStart = 0 TabOrder = 2 TickMarks = tmBottomRight TickStyle = tsNone OnChange = redChange end object BitBtn1: TBitBtn Left = 232 Top = 40 Width = 75 Height = 25 TabOrder = 3 Kind = bkOK end object BitBtn2: TBitBtn Left = 232 Top = 72 Width = 75 Height = 25 TabOrder = 4 Kind = bkCancel end end