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

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