home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / beyond / beyond32.exe / 0 / RCDATA / TTOOLBARCONFIG / TTOOLBARCONFIG.txt
Text File  |  1997-02-15  |  2KB  |  115 lines

  1. object ToolbarConfig: TToolbarConfig
  2.   Left = 365
  3.   Top = 132
  4.   BorderStyle = bsDialog
  5.   Caption = 'Toolbar Properties'
  6.   ClientHeight = 352
  7.   ClientWidth = 449
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 8
  18.     Top = 16
  19.     Width = 100
  20.     Height = 13
  21.     Caption = 'Currently On Toolbar:'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 232
  25.     Top = 16
  26.     Width = 102
  27.     Height = 13
  28.     Caption = 'Not Visible, Available:'
  29.   end
  30.   object ListBox1: TListBox
  31.     Left = 8
  32.     Top = 32
  33.     Width = 209
  34.     Height = 233
  35.     DragMode = dmAutomatic
  36.     ItemHeight = 30
  37.     Style = lbOwnerDrawVariable
  38.     TabOrder = 0
  39.     OnDragDrop = ListBoxDragDrop
  40.     OnDragOver = ListBoxDragOver
  41.     OnDrawItem = ListBoxDrawItem
  42.     OnMeasureItem = ListBoxMeasureItem
  43.   end
  44.   object ListBox2: TListBox
  45.     Left = 232
  46.     Top = 32
  47.     Width = 209
  48.     Height = 233
  49.     DragMode = dmAutomatic
  50.     ItemHeight = 30
  51.     Style = lbOwnerDrawVariable
  52.     TabOrder = 1
  53.     OnDragDrop = ListBoxDragDrop
  54.     OnDragOver = ListBoxDragOver
  55.     OnDrawItem = ListBoxDrawItem
  56.     OnMeasureItem = ListBoxMeasureItem
  57.   end
  58.   object DefaultBtn: TBitBtn
  59.     Left = 288
  60.     Top = 280
  61.     Width = 153
  62.     Height = 26
  63.     Caption = '&Reset Defaults'
  64.     TabOrder = 2
  65.     OnClick = DefaultBtnClick
  66.   end
  67.   object AlignmentChoice: TRadioGroup
  68.     Left = 8
  69.     Top = 280
  70.     Width = 169
  71.     Height = 65
  72.     Caption = 'Toolbar &Position:'
  73.     Columns = 2
  74.     ItemIndex = 0
  75.     Items.Strings = (
  76.       'Top'
  77.       'Bottom'
  78.       'Left'
  79.       'Right')
  80.     TabOrder = 3
  81.   end
  82.   object OKBtn: TBitBtn
  83.     Left = 208
  84.     Top = 320
  85.     Width = 73
  86.     Height = 26
  87.     Caption = 'OK'
  88.     Default = True
  89.     ModalResult = 1
  90.     TabOrder = 4
  91.     OnClick = OKBtnClick
  92.     NumGlyphs = 2
  93.   end
  94.   object CancelBtn: TBitBtn
  95.     Left = 288
  96.     Top = 320
  97.     Width = 73
  98.     Height = 26
  99.     Cancel = True
  100.     Caption = 'Cancel'
  101.     ModalResult = 2
  102.     TabOrder = 5
  103.     NumGlyphs = 2
  104.   end
  105.   object ApplyBtn: TBitBtn
  106.     Left = 368
  107.     Top = 320
  108.     Width = 73
  109.     Height = 26
  110.     Caption = '&Apply'
  111.     TabOrder = 6
  112.     OnClick = ApplyBtnClick
  113.   end
  114. end
  115.