inherited EditCueForm: TEditCueForm Caption = 'Edit Cue Point' ClientHeight = 163 ClientWidth = 341 PixelsPerInch = 96 TextHeight = 13 inherited ButtonOk: TButton Left = 96 Top = 133 Action = OK TabOrder = 6 end inherited ButtonCancel: TButton Left = 176 Top = 133 TabOrder = 7 end inherited ButtonHelp: THelpButton Left = 256 Top = 133 TabOrder = 8 HelpKey = 'cue_edit' end object Name: TEdit Left = 72 Top = 7 Width = 259 Height = 21 MaxLength = 255 TabOrder = 1 end object NameLabel: TStaticText Left = 7 Top = 10 Width = 59 Height = 17 Alignment = taRightJustify AutoSize = False Caption = 'Name:' TabOrder = 0 end object Position: TTimeEdit Left = 72 Top = 35 Width = 95 Height = 21 TabStop = True Max = 1000000 Decimal = -5 PageChange = 10 LineChange = 1 Label = 'Position' Caption = '00:00:00.00000' TabOrder = 3 MaxLength = 20 Format = tttFull end object PositionLabel: TStaticText Left = 7 Top = 38 Width = 59 Height = 17 Alignment = taRightJustify AutoSize = False Caption = 'Position:' TabOrder = 2 end object Description: TMemo Left = 72 Top = 63 Width = 259 Height = 62 MaxLength = 10000 ScrollBars = ssVertical TabOrder = 5 end object DescriptionLabel: TStaticText Left = 7 Top = 66 Width = 59 Height = 17 Alignment = taRightJustify AutoSize = False Caption = 'Description:' TabOrder = 4 end object Start: TButton Left = 174 Top = 33 Width = 75 Height = 25 Caption = 'At Start' TabOrder = 9 OnClick = StartClick end object Finish: TButton Left = 255 Top = 33 Width = 75 Height = 25 Caption = 'At Finish' TabOrder = 10 OnClick = FinishClick end object ActionList: TActionList Left = 14 Top = 124 object OK: TAction Caption = 'OK' OnExecute = OKExecute OnUpdate = OKEnable end end end