object frxRegEditorsDialog: TfrxRegEditorsDialog Left = 483 Height = 416 Top = 324 Width = 438 BorderStyle = bsDialog Caption = 'Editors configurator' ClientHeight = 416 ClientWidth = 438 Color = clBtnFace Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' OnCreate = FormCreate OnShow = FormShow Position = poOwnerFormCenter LCLVersion = '1.8.0.6' object CancelBTN: TButton Left = 272 Height = 25 Top = 384 Width = 75 Caption = 'Cancel' ModalResult = 2 TabOrder = 0 end object OkBTN: TButton Left = 359 Height = 25 Top = 384 Width = 75 Caption = 'Ok' ModalResult = 1 TabOrder = 1 end object BackPanel: TPanel Left = 1 Height = 383 Top = 0 Width = 435 Caption = 'BackPanel' ClientHeight = 383 ClientWidth = 435 TabOrder = 2 object ComponentsLB: TListBox Left = 3 Height = 376 Top = 2 Width = 121 ItemHeight = 0 OnClick = ComponentsLBClick ScrollWidth = 119 TabOrder = 0 TopIndex = -1 end object EditorsVL: TValueListEditor Left = 127 Height = 376 Top = 2 Width = 306 FixedCols = 0 RowCount = 2 TabOrder = 1 TitleFont.Color = clWindowText TitleFont.Height = -11 TitleFont.Name = 'Tahoma' OnDrawCell = EditorsVLDrawCell OnSelectCell = EditorsVLSelectCell Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing, goAlwaysShowEditor, goThumbTracking] TitleCaptions.Strings = ( 'Editor' 'Visibility' ) ColWidths = ( 150 154 ) end object ComboPanel: TPanel Left = 139 Height = 15 Top = 30 Width = 15 ClientHeight = 15 ClientWidth = 15 TabOrder = 2 Visible = False object ComboBtn: TSpeedButton Left = 0 Height = 15 Top = 0 Width = 15 Glyph.Data = { C6000000424DC60000000000000076000000280000000A0000000A0000000100 0400000000005000000000000000000000001000000010000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777700 0000777777777700000077777777770000007777077777000000777000777700 0000770000077700000070000000770000007777777777000000777777777700 00007777777777000000 } Margin = 0 OnClick = ComboBtnClick end end end end