home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / BCB.EXE / RCDATA / TSBEDITOR / TSBEDITOR.txt
Text File  |  1997-01-16  |  2KB  |  96 lines

  1. object SBEditor: TSBEditor
  2.   Left = 240
  3.   Top = 115
  4.   HelpContext = 1648
  5.   BorderStyle = bsDialog
  6.   Caption = 'Toolbar Editor'
  7.   ClientHeight = 268
  8.   ClientWidth = 357
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 341
  23.     Height = 217
  24.     Shape = bsFrame
  25.   end
  26.   object Label1: TLabel
  27.     Left = 18
  28.     Top = 15
  29.     Width = 53
  30.     Height = 13
  31.     Caption = 'C&ategories:'
  32.     FocusControl = CategoryList
  33.   end
  34.   object Label2: TLabel
  35.     Left = 154
  36.     Top = 15
  37.     Width = 55
  38.     Height = 13
  39.     Caption = 'Co&mmands:'
  40.   end
  41.   object CommandBevel: TBevel
  42.     Left = 154
  43.     Top = 31
  44.     Width = 183
  45.     Height = 134
  46.   end
  47.   object Label3: TLabel
  48.     Left = 18
  49.     Top = 173
  50.     Width = 319
  51.     Height = 49
  52.     AutoSize = False
  53.     Caption = 
  54.       'To add command buttons, drag and drop commands onto the Toolbar.' +
  55.       ' To remove command buttons, drag them off of the Toolbar.'
  56.     WordWrap = True
  57.   end
  58.   object CategoryList: TListBox
  59.     Left = 18
  60.     Top = 31
  61.     Width = 129
  62.     Height = 134
  63.     ItemHeight = 13
  64.     TabOrder = 0
  65.     OnClick = CategoryClick
  66.   end
  67.   object Button1: TButton
  68.     Left = 194
  69.     Top = 234
  70.     Width = 75
  71.     Height = 25
  72.     Caption = '&Close'
  73.     ModalResult = 1
  74.     TabOrder = 2
  75.     OnClick = CloseClick
  76.   end
  77.   object Button2: TButton
  78.     Left = 274
  79.     Top = 234
  80.     Width = 75
  81.     Height = 25
  82.     Caption = '&Help'
  83.     TabOrder = 3
  84.     OnClick = HelpButtonClick
  85.   end
  86.   object ResetButton: TButton
  87.     Left = 8
  88.     Top = 234
  89.     Width = 81
  90.     Height = 25
  91.     Caption = '&Reset'
  92.     TabOrder = 1
  93.     OnClick = ResetClick
  94.   end
  95. end
  96.