home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / tema / goldwave / gwave506.exe / GoldWave.exe / 0 / RCDATA / TTOOLBARFORM / TTOOLBARFORM.txt
Text File  |  2003-10-10  |  4KB  |  163 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 = EffectPage
  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.         Anchors = [akLeft, akTop, akRight, akBottom]
  38.         inherited MainAvailableLabel: TStaticText
  39.           Width = 151
  40.           Caption = 'Available main tool bar buttons:'
  41.         end
  42.         inherited MainCurrentLabel: TStaticText
  43.           Width = 142
  44.           Caption = 'Current main tool bar buttons:'
  45.         end
  46.       end
  47.       object MainGray: TCheckBox
  48.         Left = 76
  49.         Top = 268
  50.         Width = 76
  51.         Height = 17
  52.         Caption = 'Gray-scale'
  53.         TabOrder = 2
  54.       end
  55.       object MainText: TCheckBox
  56.         Left = 162
  57.         Top = 268
  58.         Width = 69
  59.         Height = 17
  60.         Caption = 'Captions'
  61.         TabOrder = 3
  62.       end
  63.       object MainVisible: TCheckBox
  64.         Left = 9
  65.         Top = 268
  66.         Width = 59
  67.         Height = 17
  68.         Caption = 'Visible'
  69.         TabOrder = 1
  70.       end
  71.       object MainMenuImages: TCheckBox
  72.         Left = 277
  73.         Top = 268
  74.         Width = 141
  75.         Height = 17
  76.         Caption = 'Tool bar images in menu'
  77.         TabOrder = 4
  78.       end
  79.     end
  80.     object EffectPage: TTabSheet
  81.       Caption = 'Effect'
  82.       ImageIndex = 1
  83.       inline EffectArranger: TArrangerFrame
  84.         Left = 5
  85.         Top = 2
  86.         Anchors = [akLeft, akTop, akRight, akBottom]
  87.         inherited MainAvailableLabel: TStaticText
  88.           Width = 156
  89.           Caption = 'Available effect tool bar buttons:'
  90.         end
  91.         inherited MainCurrentLabel: TStaticText
  92.           Width = 147
  93.           Caption = 'Current effect tool bar buttons:'
  94.         end
  95.       end
  96.       object EffectVisible: TCheckBox
  97.         Left = 9
  98.         Top = 268
  99.         Width = 59
  100.         Height = 17
  101.         Caption = 'Visible'
  102.         TabOrder = 1
  103.       end
  104.       object EffectGray: TCheckBox
  105.         Left = 76
  106.         Top = 268
  107.         Width = 77
  108.         Height = 17
  109.         Caption = 'Gray-scale'
  110.         TabOrder = 2
  111.       end
  112.     end
  113.     object ControlTab: TTabSheet
  114.       Caption = 'Control'
  115.       ImageIndex = 2
  116.       object ControlVisible: TCheckBox
  117.         Left = 9
  118.         Top = 37
  119.         Width = 148
  120.         Height = 17
  121.         Caption = 'Show control buttons bar'
  122.         TabOrder = 0
  123.       end
  124.       object ControlGray: TCheckBox
  125.         Left = 76
  126.         Top = 268
  127.         Width = 77
  128.         Height = 17
  129.         Caption = 'Gray-scale'
  130.         TabOrder = 1
  131.       end
  132.       object ControlStatus: TCheckBox
  133.         Left = 9
  134.         Top = 57
  135.         Width = 148
  136.         Height = 17
  137.         Caption = 'Show status visual bar'
  138.         TabOrder = 2
  139.       end
  140.       object ControlLevel: TCheckBox
  141.         Left = 9
  142.         Top = 77
  143.         Width = 148
  144.         Height = 17
  145.         Caption = 'Show level visual bar'
  146.         TabOrder = 3
  147.       end
  148.       object StaticText1: TStaticText
  149.         Left = 6
  150.         Top = 5
  151.         Width = 415
  152.         Height = 31
  153.         AutoSize = False
  154.         Caption = 
  155.           'The Control tool bars appear only when the Control window is clo' +
  156.           'sed.  Use these options to specify what tool bars are displayed ' +
  157.           'when the Control window is closed.'
  158.         TabOrder = 4
  159.       end
  160.     end
  161.   end
  162. end
  163.