home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 January / PCWorld_2007-01_cd.bin / temacd / goldwave / gwave517.exe / GoldWave.exe / 0 / RCDATA / TTOOLBARFORM / TTOOLBARFORM.txt
Encoding:
Text File  |  2006-11-14  |  4.8 KB  |  207 lines

  1. inherited ToolBarForm: TToolBarForm
  2.   Left = 292
  3.   Top = 193
  4.   Caption = 'Tool Bar Options'
  5.   ClientHeight = 373
  6.   ClientWidth = 481
  7.   ExplicitWidth = 487
  8.   ExplicitHeight = 405
  9.   PixelsPerInch = 96
  10.   TextHeight = 13
  11.   inherited ButtonOk: TButton
  12.     Left = 235
  13.     Top = 343
  14.     OnClick = ButtonOkClick
  15.     ExplicitLeft = 235
  16.     ExplicitTop = 343
  17.   end
  18.   inherited ButtonCancel: TButton
  19.     Left = 315
  20.     Top = 343
  21.     ExplicitLeft = 315
  22.     ExplicitTop = 343
  23.   end
  24.   inherited ButtonHelp: THelpButton
  25.     Left = 395
  26.     Top = 343
  27.     HelpKey = 'option_toolbar'
  28.     ExplicitLeft = 395
  29.     ExplicitTop = 343
  30.   end
  31.   object PageControl: TPageControl
  32.     Left = 8
  33.     Top = 8
  34.     Width = 464
  35.     Height = 323
  36.     ActivePage = ControlTab
  37.     Anchors = [akLeft, akTop, akRight, akBottom]
  38.     TabOrder = 3
  39.     object MainTab: TTabSheet
  40.       Caption = 'Main'
  41.       ImageIndex = 1
  42.       DesignSize = (
  43.         456
  44.         295)
  45.       inline MainArranger: TArrangerFrame
  46.         Left = 5
  47.         Top = 2
  48.         Width = 447
  49.         Height = 256
  50.         Anchors = [akLeft, akTop, akRight, akBottom]
  51.         TabOrder = 0
  52.         TabStop = True
  53.         ExplicitLeft = 5
  54.         ExplicitTop = 2
  55.         ExplicitWidth = 447
  56.         inherited MainAvailableLabel: TStaticText
  57.           Width = 151
  58.           Caption = 'Available main tool bar buttons:'
  59.           ExplicitWidth = 151
  60.         end
  61.         inherited MainCurrentLabel: TStaticText
  62.           Width = 142
  63.           Caption = 'Current main tool bar buttons:'
  64.           ExplicitWidth = 142
  65.         end
  66.         inherited AddButton: TButton
  67.           Left = 143
  68.           ExplicitLeft = 143
  69.         end
  70.       end
  71.       object MainGray: TCheckBox
  72.         Left = 76
  73.         Top = 268
  74.         Width = 76
  75.         Height = 17
  76.         Caption = 'Gray-scale'
  77.         TabOrder = 2
  78.       end
  79.       object MainText: TCheckBox
  80.         Left = 162
  81.         Top = 268
  82.         Width = 69
  83.         Height = 17
  84.         Caption = 'Captions'
  85.         TabOrder = 3
  86.       end
  87.       object MainVisible: TCheckBox
  88.         Left = 9
  89.         Top = 268
  90.         Width = 59
  91.         Height = 17
  92.         Caption = 'Visible'
  93.         TabOrder = 1
  94.       end
  95.       object MainMenuImages: TCheckBox
  96.         Left = 277
  97.         Top = 268
  98.         Width = 141
  99.         Height = 17
  100.         Caption = 'Tool bar images in menu'
  101.         TabOrder = 4
  102.       end
  103.     end
  104.     object EffectPage: TTabSheet
  105.       Caption = 'Effect'
  106.       ImageIndex = 1
  107.       DesignSize = (
  108.         456
  109.         295)
  110.       inline EffectArranger: TArrangerFrame
  111.         Left = 5
  112.         Top = 2
  113.         Width = 447
  114.         Height = 256
  115.         Anchors = [akLeft, akTop, akRight, akBottom]
  116.         TabOrder = 0
  117.         TabStop = True
  118.         ExplicitLeft = 5
  119.         ExplicitTop = 2
  120.         ExplicitWidth = 447
  121.         inherited MainAvailableLabel: TStaticText
  122.           Width = 156
  123.           Caption = 'Available effect tool bar buttons:'
  124.           ExplicitWidth = 156
  125.         end
  126.         inherited MainCurrentLabel: TStaticText
  127.           Width = 147
  128.           Caption = 'Current effect tool bar buttons:'
  129.           ExplicitWidth = 147
  130.         end
  131.         inherited AddButton: TButton
  132.           Left = 143
  133.           ExplicitLeft = 143
  134.         end
  135.       end
  136.       object EffectVisible: TCheckBox
  137.         Left = 9
  138.         Top = 268
  139.         Width = 59
  140.         Height = 17
  141.         Caption = 'Visible'
  142.         TabOrder = 1
  143.       end
  144.       object EffectGray: TCheckBox
  145.         Left = 76
  146.         Top = 268
  147.         Width = 77
  148.         Height = 17
  149.         Caption = 'Gray-scale'
  150.         TabOrder = 2
  151.       end
  152.     end
  153.     object ControlTab: TTabSheet
  154.       Caption = 'Control'
  155.       ImageIndex = 2
  156.       DesignSize = (
  157.         456
  158.         295)
  159.       object ControlVisible: TCheckBox
  160.         Left = 9
  161.         Top = 37
  162.         Width = 148
  163.         Height = 17
  164.         Caption = 'Show control buttons bar'
  165.         TabOrder = 1
  166.       end
  167.       object ControlGray: TCheckBox
  168.         Left = 76
  169.         Top = 268
  170.         Width = 77
  171.         Height = 17
  172.         Caption = 'Gray-scale'
  173.         TabOrder = 4
  174.       end
  175.       object ControlStatus: TCheckBox
  176.         Left = 9
  177.         Top = 57
  178.         Width = 148
  179.         Height = 17
  180.         Caption = 'Show status visual bar'
  181.         TabOrder = 2
  182.       end
  183.       object ControlLevel: TCheckBox
  184.         Left = 9
  185.         Top = 77
  186.         Width = 148
  187.         Height = 17
  188.         Caption = 'Show level visual bar'
  189.         TabOrder = 3
  190.       end
  191.       object StaticText1: TStaticText
  192.         Left = 6
  193.         Top = 5
  194.         Width = 445
  195.         Height = 31
  196.         Anchors = [akLeft, akTop, akRight]
  197.         AutoSize = False
  198.         Caption = 
  199.           'The Control tool bars appear only when the Control window is clo' +
  200.           'sed.  Use these options to specify what tool bars are displayed ' +
  201.           'when the Control window is closed.'
  202.         TabOrder = 0
  203.       end
  204.     end
  205.   end
  206. end
  207.