home *** CD-ROM | disk | FTP | other *** search
- object AnimationForm: TAnimationForm
- Left = 637
- Top = 145
- BorderIcons = []
- BorderStyle = bsToolWindow
- Caption = 'Add Animation'
- ClientHeight = 363
- ClientWidth = 137
- Color = clBlue
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object ActionList: TListBox
- Left = 7
- Top = 0
- Width = 122
- Height = 343
- ItemHeight = 13
- PopupMenu = PopupMenu1
- Sorted = True
- TabOrder = 0
- OnDblClick = ActionListDblClick
- end
- object AddBtn: TButton
- Left = 11
- Top = 344
- Width = 34
- Height = 18
- Caption = 'Add'
- TabOrder = 1
- OnClick = AddBtnClick
- end
- object TryBtn: TButton
- Left = 50
- Top = 344
- Width = 34
- Height = 18
- Caption = 'Try'
- TabOrder = 2
- OnClick = TryBtnClick
- end
- object CloseBtn: TButton
- Left = 89
- Top = 344
- Width = 40
- Height = 18
- Caption = 'Close'
- TabOrder = 3
- OnClick = CloseBtnClick
- end
- object PopupMenu1: TPopupMenu
- Left = 91
- Top = 3
- object FullAnimationList1: TMenuItem
- Caption = 'Full Animation List'
- OnClick = FullAnimationList1Click
- end
- object ShortAnimationList1: TMenuItem
- Caption = 'Short Animation List'
- OnClick = ShortAnimationList1Click
- end
- object SoundEffects1: TMenuItem
- Caption = 'Sound Effects'
- OnClick = SoundEffects1Click
- end
- object FullSoundEffectList1: TMenuItem
- Caption = 'Full Sound Effect List'
- Visible = False
- OnClick = FullSoundEffectList1Click
- end
- object DeleteItem1: TMenuItem
- Caption = 'Delete Item'
- Visible = False
- OnClick = DeleteItem1Click
- end
- end
- end
-