home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2002 #8 / K-CD-8-2002.ISO / CyberBuddy / _SETUP.1 / CyberBud.exe / 0 / RCDATA / TANIMATIONFORM / TANIMATIONFORM.txt
Encoding:
Text File  |  2002-01-25  |  1.8 KB  |  86 lines

  1. object AnimationForm: TAnimationForm
  2.   Left = 637
  3.   Top = 145
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Add Animation'
  7.   ClientHeight = 363
  8.   ClientWidth = 137
  9.   Color = clBlue
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object ActionList: TListBox
  22.     Left = 7
  23.     Top = 0
  24.     Width = 122
  25.     Height = 343
  26.     ItemHeight = 13
  27.     PopupMenu = PopupMenu1
  28.     Sorted = True
  29.     TabOrder = 0
  30.     OnDblClick = ActionListDblClick
  31.   end
  32.   object AddBtn: TButton
  33.     Left = 11
  34.     Top = 344
  35.     Width = 34
  36.     Height = 18
  37.     Caption = 'Add'
  38.     TabOrder = 1
  39.     OnClick = AddBtnClick
  40.   end
  41.   object TryBtn: TButton
  42.     Left = 50
  43.     Top = 344
  44.     Width = 34
  45.     Height = 18
  46.     Caption = 'Try'
  47.     TabOrder = 2
  48.     OnClick = TryBtnClick
  49.   end
  50.   object CloseBtn: TButton
  51.     Left = 89
  52.     Top = 344
  53.     Width = 40
  54.     Height = 18
  55.     Caption = 'Close'
  56.     TabOrder = 3
  57.     OnClick = CloseBtnClick
  58.   end
  59.   object PopupMenu1: TPopupMenu
  60.     Left = 91
  61.     Top = 3
  62.     object FullAnimationList1: TMenuItem
  63.       Caption = 'Full Animation List'
  64.       OnClick = FullAnimationList1Click
  65.     end
  66.     object ShortAnimationList1: TMenuItem
  67.       Caption = 'Short Animation List'
  68.       OnClick = ShortAnimationList1Click
  69.     end
  70.     object SoundEffects1: TMenuItem
  71.       Caption = 'Sound Effects'
  72.       OnClick = SoundEffects1Click
  73.     end
  74.     object FullSoundEffectList1: TMenuItem
  75.       Caption = 'Full Sound Effect List'
  76.       Visible = False
  77.       OnClick = FullSoundEffectList1Click
  78.     end
  79.     object DeleteItem1: TMenuItem
  80.       Caption = 'Delete Item'
  81.       Visible = False
  82.       OnClick = DeleteItem1Click
  83.     end
  84.   end
  85. end
  86.