home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / goldwave / gwave503.exe / GoldWave.exe / 0 / RCDATA / TTOOLBARFORM / TTOOLBARFORM.txt
Encoding:
Text File  |  2003-03-28  |  2.5 KB  |  113 lines

  1. inherited ToolBarForm: TToolBarForm
  2.   Left = 292
  3.   Top = 193
  4.   Caption = 'Tool Bar Options'
  5.   ClientHeight = 373
  6.   ClientWidth = 451
  7.   PixelsPerInch = 96
  8.   TextHeight = 13
  9.   inherited ButtonOk: TButton
  10.     Left = 205
  11.     Top = 343
  12.     OnClick = ButtonOkClick
  13.   end
  14.   inherited ButtonCancel: TButton
  15.     Left = 285
  16.     Top = 343
  17.   end
  18.   inherited ButtonHelp: THelpButton
  19.     Left = 365
  20.     Top = 343
  21.     HelpKey = 'option_toolbar'
  22.   end
  23.   object PageControl: TPageControl
  24.     Left = 8
  25.     Top = 8
  26.     Width = 434
  27.     Height = 323
  28.     ActivePage = MainTab
  29.     Anchors = [akLeft, akTop, akRight, akBottom]
  30.     TabOrder = 3
  31.     object MainTab: TTabSheet
  32.       Caption = 'Main'
  33.       ImageIndex = 1
  34.       inline MainArranger: TArrangerFrame
  35.         Left = 5
  36.         Top = 2
  37.         inherited MainAvailableLabel: TStaticText
  38.           Width = 151
  39.           Caption = 'Available main tool bar buttons:'
  40.         end
  41.         inherited MainCurrentLabel: TStaticText
  42.           Width = 142
  43.           Caption = 'Current main tool bar buttons:'
  44.         end
  45.       end
  46.       object MainGray: TCheckBox
  47.         Left = 76
  48.         Top = 268
  49.         Width = 76
  50.         Height = 17
  51.         Caption = 'Gray-scale'
  52.         TabOrder = 2
  53.       end
  54.       object MainText: TCheckBox
  55.         Left = 162
  56.         Top = 268
  57.         Width = 69
  58.         Height = 17
  59.         Caption = 'Captions'
  60.         TabOrder = 3
  61.       end
  62.       object MainVisible: TCheckBox
  63.         Left = 9
  64.         Top = 268
  65.         Width = 59
  66.         Height = 17
  67.         Caption = 'Visible'
  68.         TabOrder = 1
  69.       end
  70.       object MainMenuImages: TCheckBox
  71.         Left = 277
  72.         Top = 268
  73.         Width = 141
  74.         Height = 17
  75.         Caption = 'Tool bar images in menu'
  76.         TabOrder = 4
  77.       end
  78.     end
  79.     object EffectPage: TTabSheet
  80.       Caption = 'Effect'
  81.       ImageIndex = 1
  82.       inline EffectArranger: TArrangerFrame
  83.         Left = 5
  84.         Top = 2
  85.         inherited MainAvailableLabel: TStaticText
  86.           Width = 156
  87.           Caption = 'Available effect tool bar buttons:'
  88.         end
  89.         inherited MainCurrentLabel: TStaticText
  90.           Width = 147
  91.           Caption = 'Current effect tool bar buttons:'
  92.         end
  93.       end
  94.       object EffectVisible: TCheckBox
  95.         Left = 9
  96.         Top = 268
  97.         Width = 59
  98.         Height = 17
  99.         Caption = 'Visible'
  100.         TabOrder = 1
  101.       end
  102.       object EffectGray: TCheckBox
  103.         Left = 76
  104.         Top = 268
  105.         Width = 77
  106.         Height = 17
  107.         Caption = 'Gray-scale'
  108.         TabOrder = 2
  109.       end
  110.     end
  111.   end
  112. end
  113.