home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / tema / goldwave / gwave506.exe / GoldWave.exe / 0 / RCDATA / TSPECIFYVIEWFORM / TSPECIFYVIEWFORM.txt
Text File  |  2003-10-10  |  2KB  |  135 lines

  1. inherited SpecifyViewForm: TSpecifyViewForm
  2.   Caption = 'Specify View'
  3.   ClientHeight = 109
  4.   ClientWidth = 257
  5.   PixelsPerInch = 96
  6.   TextHeight = 13
  7.   inherited ButtonOk: TButton
  8.     Left = 176
  9.     Top = 5
  10.     Anchors = [akTop, akRight]
  11.     TabOrder = 6
  12.   end
  13.   inherited ButtonCancel: TButton
  14.     Left = 176
  15.     Top = 40
  16.     Anchors = [akTop, akRight]
  17.     TabOrder = 7
  18.   end
  19.   inherited ButtonHelp: THelpButton
  20.     Left = 176
  21.     Top = 75
  22.     Anchors = [akTop, akRight]
  23.     TabOrder = 8
  24.     HelpKey = 'view_specify'
  25.   end
  26.   object Start: TTimeEdit
  27.     Left = 67
  28.     Top = 12
  29.     Width = 102
  30.     Height = 21
  31.     TabStop = True
  32.     Max = 100
  33.     Decimal = -5
  34.     PageChange = 10
  35.     LineChange = 1
  36.     Label = 'Start time'
  37.     Caption = '00:00:00.00000'
  38.     TabOrder = 1
  39.     MaxLength = 20
  40.     Format = tttFull
  41.   end
  42.   object StartLabel: TStaticText
  43.     Left = 8
  44.     Top = 14
  45.     Width = 51
  46.     Height = 17
  47.     Alignment = taRightJustify
  48.     Caption = 'Start time:'
  49.     TabOrder = 0
  50.   end
  51.   object LengthRadio: TRadioButton
  52.     Left = 5
  53.     Top = 52
  54.     Width = 59
  55.     Height = 17
  56.     Caption = 'Length:'
  57.     Checked = True
  58.     TabOrder = 2
  59.     TabStop = True
  60.     OnClick = Select
  61.   end
  62.   object RatioRadio: TRadioButton
  63.     Left = 5
  64.     Top = 80
  65.     Width = 59
  66.     Height = 17
  67.     Caption = 'Ratio:'
  68.     TabOrder = 4
  69.     OnClick = Select
  70.   end
  71.   object Ratio: TNumBox
  72.     Left = 67
  73.     Top = 78
  74.     Width = 102
  75.     Height = 21
  76.     TabStop = True
  77.     Value = 0.010000000000000000
  78.     Min = 0.010000000000000000
  79.     Max = 10000
  80.     Decimal = 2
  81.     PageChange = 10
  82.     LineChange = 1
  83.     Label = 'Ratio'
  84.     Items.Strings = (
  85.       '0.01'
  86.       '0.1'
  87.       '0.5'
  88.       '1'
  89.       '2'
  90.       '5'
  91.       '10'
  92.       '100'
  93.       '1000'
  94.       '10000'
  95.       '100000'
  96.       '1000000')
  97.     TabOrder = 5
  98.     Text = '0.00'
  99.     MaxLength = 7
  100.   end
  101.   object Length: TTimeBox
  102.     Left = 67
  103.     Top = 50
  104.     Width = 102
  105.     Height = 21
  106.     TabStop = True
  107.     Max = 100
  108.     Decimal = -5
  109.     PageChange = 10
  110.     LineChange = 1
  111.     Label = 'Length'
  112.     Items.Strings = (
  113.       '0.01'
  114.       '0.1'
  115.       '0.5'
  116.       '1.0'
  117.       '5.0'
  118.       '10.0'
  119.       '30.0'
  120.       '1:00.0'
  121.       '2:00.0'
  122.       '3:00.0'
  123.       '4:00.0'
  124.       '5:00.0'
  125.       '10:00.0'
  126.       '30:00.0'
  127.       '1:00:00.0')
  128.     TabOrder = 3
  129.     Text = '00:00:00.00000'
  130.     MaxLength = 20
  131.     Format = tttFull
  132.     Caption = '00:00:00.00000'
  133.   end
  134. end
  135.