object dlgSelectAutocadColor: TdlgSelectAutocadColor Left = 710 Height = 433 Top = 218 Width = 452 BorderStyle = bsDialog Caption = 'dlgSelectAutocadColor' ClientHeight = 433 ClientWidth = 452 Font.CharSet = ANSI_CHARSET Font.Height = -13 Font.Name = 'Arial Narrow' Font.Pitch = fpVariable Font.Quality = fqDraft Font.Style = [fsBold] OnShow = FormShow Position = poScreenCenter LCLVersion = '2.0.0.4' object btnOK: TBitBtn Left = 284 Height = 30 Top = 400 Width = 80 Anchors = [akRight, akBottom] Default = True DefaultCaption = True Kind = bkOK ModalResult = 1 TabOrder = 0 end object btnCancel: TBitBtn Left = 367 Height = 30 Top = 400 Width = 80 Anchors = [akRight, akBottom] Cancel = True DefaultCaption = True Kind = bkCancel ModalResult = 2 TabOrder = 1 end object pnlGP: TPanel Left = 4 Height = 392 Top = 4 Width = 446 Anchors = [akTop, akLeft, akRight, akBottom] BevelOuter = bvLowered ClientHeight = 392 ClientWidth = 446 TabOrder = 2 object pbxPalette: TPaintBox Left = 1 Height = 390 Top = 1 Width = 444 Align = alClient OnMouseDown = pbxPaletteMouseDown OnPaint = pbxPalettePaint end end object lblIndex: TStaticText Left = 4 Height = 27 Top = 400 Width = 68 Anchors = [akLeft, akBottom] BorderStyle = sbsSunken Caption = 'lblIndex' TabOrder = 3 end end