object SBEditor: TSBEditor Left = 240 Top = 115 HelpContext = 1648 BorderStyle = bsDialog Caption = 'Toolbar Editor' ClientHeight = 268 ClientWidth = 357 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 341 Height = 217 Shape = bsFrame end object Label1: TLabel Left = 18 Top = 15 Width = 53 Height = 13 Caption = 'C&ategories:' FocusControl = CategoryList end object Label2: TLabel Left = 154 Top = 15 Width = 55 Height = 13 Caption = 'Co&mmands:' end object CommandBevel: TBevel Left = 154 Top = 31 Width = 183 Height = 134 end object Label3: TLabel Left = 18 Top = 173 Width = 319 Height = 49 AutoSize = False Caption = 'To add command buttons, drag and drop commands onto the Toolbar.' + ' To remove command buttons, drag them off of the Toolbar.' WordWrap = True end object CategoryList: TListBox Left = 18 Top = 31 Width = 129 Height = 134 ItemHeight = 13 TabOrder = 0 OnClick = CategoryClick end object Button1: TButton Left = 194 Top = 234 Width = 75 Height = 25 Caption = '&Close' ModalResult = 1 TabOrder = 2 OnClick = CloseClick end object Button2: TButton Left = 274 Top = 234 Width = 75 Height = 25 Caption = '&Help' TabOrder = 3 OnClick = HelpButtonClick end object ResetButton: TButton Left = 8 Top = 234 Width = 81 Height = 25 Caption = '&Reset' TabOrder = 1 OnClick = ResetClick end end