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

  1. inherited EditCueForm: TEditCueForm
  2.   Caption = 'Edit Cue Point'
  3.   ClientHeight = 163
  4.   ClientWidth = 341
  5.   ExplicitWidth = 347
  6.   ExplicitHeight = 195
  7.   PixelsPerInch = 96
  8.   TextHeight = 13
  9.   inherited ButtonOk: TButton
  10.     Left = 96
  11.     Top = 133
  12.     Action = OK
  13.     TabOrder = 8
  14.     ExplicitLeft = 96
  15.     ExplicitTop = 133
  16.   end
  17.   inherited ButtonCancel: TButton
  18.     Left = 176
  19.     Top = 133
  20.     TabOrder = 9
  21.     ExplicitLeft = 176
  22.     ExplicitTop = 133
  23.   end
  24.   inherited ButtonHelp: THelpButton
  25.     Left = 256
  26.     Top = 133
  27.     TabOrder = 10
  28.     HelpKey = 'cue_edit'
  29.     ExplicitLeft = 256
  30.     ExplicitTop = 133
  31.   end
  32.   object Name: TEdit
  33.     Left = 72
  34.     Top = 7
  35.     Width = 259
  36.     Height = 21
  37.     MaxLength = 255
  38.     TabOrder = 1
  39.   end
  40.   object NameLabel: TStaticText
  41.     Left = 7
  42.     Top = 10
  43.     Width = 59
  44.     Height = 17
  45.     Alignment = taRightJustify
  46.     AutoSize = False
  47.     Caption = 'Name:'
  48.     TabOrder = 0
  49.   end
  50.   object Position: TTimeEdit
  51.     Left = 72
  52.     Top = 35
  53.     Width = 95
  54.     Height = 21
  55.     Max = 1000000.000000000000000000
  56.     Decimal = -5
  57.     PageChange = 10.000000000000000000
  58.     LineChange = 1.000000000000000000
  59.     Label = 'Position'
  60.     Caption = '00:00:00.00000'
  61.     TabOrder = 3
  62.     MaxLength = 20
  63.     Format = tttFull
  64.   end
  65.   object PositionLabel: TStaticText
  66.     Left = 7
  67.     Top = 38
  68.     Width = 59
  69.     Height = 17
  70.     Alignment = taRightJustify
  71.     AutoSize = False
  72.     Caption = 'Position:'
  73.     TabOrder = 2
  74.   end
  75.   object Description: TMemo
  76.     Left = 72
  77.     Top = 63
  78.     Width = 259
  79.     Height = 62
  80.     MaxLength = 10000
  81.     ScrollBars = ssVertical
  82.     TabOrder = 7
  83.   end
  84.   object DescriptionLabel: TStaticText
  85.     Left = 7
  86.     Top = 66
  87.     Width = 59
  88.     Height = 17
  89.     Alignment = taRightJustify
  90.     AutoSize = False
  91.     Caption = 'Description:'
  92.     TabOrder = 6
  93.   end
  94.   object Start: TButton
  95.     Left = 174
  96.     Top = 33
  97.     Width = 75
  98.     Height = 25
  99.     Caption = 'At Start'
  100.     TabOrder = 4
  101.     OnClick = StartClick
  102.   end
  103.   object Finish: TButton
  104.     Left = 255
  105.     Top = 33
  106.     Width = 75
  107.     Height = 25
  108.     Caption = 'At Finish'
  109.     TabOrder = 5
  110.     OnClick = FinishClick
  111.   end
  112.   object ActionList: TActionList
  113.     Left = 14
  114.     Top = 124
  115.     object OK: TAction
  116.       Caption = 'OK'
  117.       OnExecute = OKExecute
  118.       OnUpdate = OKEnable
  119.     end
  120.   end
  121. end
  122.