home *** CD-ROM | disk | FTP | other *** search
- inherited EditCueForm: TEditCueForm
- Caption = 'Edit Cue Point'
- ClientHeight = 163
- ClientWidth = 341
- ExplicitWidth = 347
- ExplicitHeight = 195
- PixelsPerInch = 96
- TextHeight = 13
- inherited ButtonOk: TButton
- Left = 96
- Top = 133
- Action = OK
- TabOrder = 8
- ExplicitLeft = 96
- ExplicitTop = 133
- end
- inherited ButtonCancel: TButton
- Left = 176
- Top = 133
- TabOrder = 9
- ExplicitLeft = 176
- ExplicitTop = 133
- end
- inherited ButtonHelp: THelpButton
- Left = 256
- Top = 133
- TabOrder = 10
- HelpKey = 'cue_edit'
- ExplicitLeft = 256
- ExplicitTop = 133
- 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
- Max = 1000000.000000000000000000
- Decimal = -5
- PageChange = 10.000000000000000000
- LineChange = 1.000000000000000000
- 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 = 7
- end
- object DescriptionLabel: TStaticText
- Left = 7
- Top = 66
- Width = 59
- Height = 17
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Description:'
- TabOrder = 6
- end
- object Start: TButton
- Left = 174
- Top = 33
- Width = 75
- Height = 25
- Caption = 'At Start'
- TabOrder = 4
- OnClick = StartClick
- end
- object Finish: TButton
- Left = 255
- Top = 33
- Width = 75
- Height = 25
- Caption = 'At Finish'
- TabOrder = 5
- OnClick = FinishClick
- end
- object ActionList: TActionList
- Left = 14
- Top = 124
- object OK: TAction
- Caption = 'OK'
- OnExecute = OKExecute
- OnUpdate = OKEnable
- end
- end
- end
-