home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 June A / Pcwk6A98.iso / Share95 / Tvstudio / _SETUP.1 / PStudio.exe / 0 / RCDATA / TANIMFILEDIALOG1 / TANIMFILEDIALOG1.txt
Text File  |  1998-04-01  |  1KB  |  65 lines

  1. object animfiledialog1: Tanimfiledialog1
  2.   Left = 200
  3.   Top = 108
  4.   Width = 355
  5.   Height = 189
  6.   Caption = 'Animation Name'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Label1: TLabel
  15.     Left = 16
  16.     Top = 56
  17.     Width = 311
  18.     Height = 13
  19.     Caption = 
  20.       'Use a discriptive name that will identify this set of animation ' +
  21.       'frames'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 16
  25.     Top = 80
  26.     Width = 294
  27.     Height = 13
  28.     Caption = 'Eg: Myfiles will become Myfiles001.bmp when saved. The next'
  29.   end
  30.   object Label3: TLabel
  31.     Left = 16
  32.     Top = 104
  33.     Width = 322
  34.     Height = 13
  35.     Caption = 
  36.       'frame will become Myfiles002.bmp and so on. When you are finishe' +
  37.       'd'
  38.   end
  39.   object Label4: TLabel
  40.     Left = 16
  41.     Top = 128
  42.     Width = 158
  43.     Height = 13
  44.     Caption = 'you can make a movie with them.'
  45.   end
  46.   object Edit1: TEdit
  47.     Left = 72
  48.     Top = 16
  49.     Width = 121
  50.     Height = 21
  51.     TabOrder = 0
  52.     Text = 'MyAnimation'
  53.   end
  54.   object Button1: TButton
  55.     Left = 232
  56.     Top = 128
  57.     Width = 75
  58.     Height = 25
  59.     Caption = 'OK'
  60.     ModalResult = 1
  61.     TabOrder = 1
  62.     OnClick = Button1Click
  63.   end
  64. end
  65.