object websafeF: TwebsafeF Left = 244 Top = 126 BorderStyle = bsToolWindow Caption = 'Websafe Colors' ClientHeight = 449 ClientWidth = 292 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 120 TextHeight = 16 object Image1: TImage Left = 16 Top = 104 Width = 256 Height = 224 OnMouseMove = Image1MouseMove OnMouseUp = Image1MouseUp end object Label1: TLabel Left = 16 Top = 368 Width = 32 Height = 16 Caption = 'Color' end object Shape1: TShape Left = 16 Top = 40 Width = 73 Height = 25 end object Shape2: TShape Left = 96 Top = 40 Width = 73 Height = 25 end object Shape3: TShape Left = 176 Top = 40 Width = 73 Height = 25 end object Shape4: TShape Left = 88 Top = 336 Width = 185 Height = 57 end object RadioButton1: TRadioButton Left = 40 Top = 16 Width = 33 Height = 17 Checked = True TabOrder = 0 TabStop = True end object RadioButton2: TRadioButton Left = 120 Top = 16 Width = 33 Height = 17 TabOrder = 1 end object RadioButton3: TRadioButton Left = 200 Top = 16 Width = 33 Height = 17 TabOrder = 2 end object Edit1: TEdit Left = 16 Top = 72 Width = 73 Height = 24 BorderStyle = bsNone TabOrder = 3 Text = '#000000' end object Edit2: TEdit Left = 96 Top = 72 Width = 73 Height = 24 BorderStyle = bsNone TabOrder = 4 Text = '#000000' end object Edit3: TEdit Left = 176 Top = 72 Width = 73 Height = 24 BorderStyle = bsNone TabOrder = 5 Text = '#000000' end object Button1: TButton Left = 24 Top = 416 Width = 75 Height = 25 Caption = 'OK' TabOrder = 6 OnClick = Button1Click end object Button2: TButton Left = 112 Top = 416 Width = 75 Height = 25 Caption = 'Cancel' TabOrder = 7 OnClick = Button2Click end end