home *** CD-ROM | disk | FTP | other *** search
- object animfiledialog1: Tanimfiledialog1
- Left = 200
- Top = 108
- Width = 355
- Height = 189
- Caption = 'Animation Name'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 16
- Top = 56
- Width = 311
- Height = 13
- Caption =
- 'Use a discriptive name that will identify this set of animation ' +
- 'frames'
- end
- object Label2: TLabel
- Left = 16
- Top = 80
- Width = 294
- Height = 13
- Caption = 'Eg: Myfiles will become Myfiles001.bmp when saved. The next'
- end
- object Label3: TLabel
- Left = 16
- Top = 104
- Width = 322
- Height = 13
- Caption =
- 'frame will become Myfiles002.bmp and so on. When you are finishe' +
- 'd'
- end
- object Label4: TLabel
- Left = 16
- Top = 128
- Width = 158
- Height = 13
- Caption = 'you can make a movie with them.'
- end
- object Edit1: TEdit
- Left = 72
- Top = 16
- Width = 121
- Height = 21
- TabOrder = 0
- Text = 'MyAnimation'
- end
- object Button1: TButton
- Left = 232
- Top = 128
- Width = 75
- Height = 25
- Caption = 'OK'
- ModalResult = 1
- TabOrder = 1
- OnClick = Button1Click
- end
- end
-