object CheckItemsEditor: TCheckItemsEditor Left = 201 Top = 104 Width = 349 Height = 280 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} PixelsPerInch = 96 Position = poDefaultPosOnly OnCreate = FormCreate OnShow = FormShow TextHeight = 13 object Panel2: TPanel Left = 257 Top = 0 Width = 84 Height = 253 Align = alRight BevelOuter = bvNone Ctl3D = False ParentCtl3D = False TabOrder = 1 object DeleteBtn: TButton Left = 2 Top = 60 Width = 75 Height = 24 Caption = '&Delete' TabOrder = 2 OnClick = DeleteBtnClick end object NewBtn: TButton Left = 2 Top = 33 Width = 75 Height = 24 Caption = '&New' TabOrder = 1 OnClick = NewBtnClick end object EditBtn: TButton Left = 2 Top = 6 Width = 75 Height = 24 Caption = '&Edit' Default = True TabOrder = 0 OnClick = EditBtnClick end object Panel3: TPanel Left = 0 Top = 194 Width = 84 Height = 59 Align = alBottom BevelOuter = bvNone TabOrder = 7 object CancelBtn: TButton Left = 2 Top = 30 Width = 75 Height = 24 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 0 end object OkBtn: TButton Left = 2 Top = 3 Width = 75 Height = 24 Caption = 'OK' ModalResult = 1 TabOrder = 1 end end object AddListBtn: TButton Left = 2 Top = 87 Width = 75 Height = 24 Caption = '&Add strings' TabOrder = 3 OnClick = AddListBtnClick end object ClearBtn: TButton Left = 2 Top = 114 Width = 75 Height = 24 Caption = '&Clear all' TabOrder = 4 OnClick = ClearBtnClick end object UpBtn: TButton Left = 2 Top = 141 Width = 75 Height = 24 Caption = 'Move &up' TabOrder = 5 OnClick = UpDownBtnClick end object DownBtn: TButton Left = 2 Top = 168 Width = 75 Height = 24 Caption = 'Move do&wn' TabOrder = 6 OnClick = UpDownBtnClick end end object Panel1: TPanel Left = 0 Top = 0 Width = 257 Height = 253 Align = alClient BevelOuter = bvNone BorderWidth = 6 Ctl3D = False ParentCtl3D = False TabOrder = 0 object CheckList: TRxCheckListBox Left = 6 Top = 6 Width = 245 Height = 241 AllowGrayed = True Align = alClient Ctl3D = True DragMode = dmAutomatic ItemHeight = 13 ParentCtl3D = False PopupMenu = Popup TabOrder = 0 OnClick = CheckListClick OnDragDrop = CheckListDragDrop OnDragOver = CheckListDragOver OnKeyDown = CheckListKeyDown InternalVersion = 202 end end object FormPlacement: TFormPlacement IniFileName = 'DELPHI.INI' IniSection = 'RX.CheckListEditor' MinMaxInfo.MinTrackHeight = 280 MinMaxInfo.MinTrackWidth = 200 Left = 34 Top = 4 end object Popup: TPopupMenu OnPopup = PopupPopup Left = 6 Top = 4 object cbCheckedItem: TMenuItem Caption = 'cbC&hecked' OnClick = cbCheckedItemClick end object cbGrayedItem: TMenuItem Caption = 'cb&Grayed' OnClick = cbGrayedItemClick end object cbUncheckedItem: TMenuItem Caption = 'cb&Unchecked' OnClick = cbUncheckedItemClick end object N2: TMenuItem Caption = '-' end object EnabledItem: TMenuItem Caption = '&Enabled' OnClick = EnabledItemClick end end end