object Helpform1: THelpform1 Left = 215 Top = 178 Width = 696 Height = 364 Caption = 'Whaaa? How do I ....' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 8 Width = 161 Height = 297 Caption = 'Panel1' TabOrder = 0 object FileListBox1: TFileListBox Left = 8 Top = 112 Width = 153 Height = 177 DragMode = dmAutomatic ItemHeight = 16 Mask = '*.bmp' MultiSelect = True TabOrder = 0 end object DirectoryListBox1: TDirectoryListBox Left = 8 Top = 32 Width = 153 Height = 81 Ctl3D = True DragMode = dmAutomatic FileList = FileListBox1 ItemHeight = 16 ParentCtl3D = False TabOrder = 1 end object DriveComboBox1: TDriveComboBox Left = 20 Top = 11 Width = 117 Height = 19 DirList = DirectoryListBox1 TabOrder = 2 end end object ListBox1: TListBox Left = 432 Top = 24 Width = 241 Height = 201 ItemHeight = 13 Items.Strings = ( 'Filenames in this area are played in a window.' 'Hold CTRL while clicking to select or deselect' 'individual frames without affecting the marked' 'state of other frames.' '' 'Mark one frame and Hold SHIFT and mark' 'a frame farther down the list to select all' 'frames between. This can be done even' 'while the frames are being played.' '' 'When you are happy with the sequence,' 'copy them one at a time and paste them' 'into AVIEdit to save them as an AVI or to' 'insert into an existing AVI.') MultiSelect = True TabOrder = 1 end object Memo1: TMemo Left = 192 Top = 16 Width = 225 Height = 305 Lines.Strings = ( 'On the left is the directory' 'where you list your animation' 'frames if you have made any.' '' 'They may be named MyAnimation1.BMP' 'or MyTransition.BMP or similar.' '' 'On the right is where you will' 'put the file names into a list' 'that will be played.' '' 'For instance to, make an' 'animation that runs in a continuous' 'loop, you might list the names' 'from 1..10 then 9.. back to 1' '' 'Use the Windows file marking' 'conventions, Shift and Control,' 'to mark files.' '' 'Add names and take them away' 'while the preview is running' 'in order to create an animation' 'that is just right.' '' 'Once you have arrived at a list' 'that contains only the filenames' 'that you want played, in order,' 'copy them one at a time and' 'paste them into the AVI editor' 'to create an AVI.' '' 'To do this you leave the filess' 'being played in a selected state.' 'Then use the Bottom Up,' 'or Top Down Butons to copy' 'one frame at a time and paste them' 'into AVIEdit. You ca select a ' 'single frame in the middle of' 'an AVI loaded into AVIEdit and' 'when you paste into it, the new' 'frame will be inserted before it.' 'You may also select multiple ' 'frames by holding down SHIFT' 'and clicking on a frame in AVIEdit,' 'then CUT to remove unwanted ' 'frames.' '' 'You can then add a WAV sound file' 'with if you want.' '' 'If the file sizes are not all' 'the same, you may want to paste' 'them into the Animation Frame' 'Handler first. ' '' '' 'For more info see Help.') ScrollBars = ssBoth TabOrder = 2 end object StatusBar1: TStatusBar Left = 0 Top = 321 Width = 675 Height = 19 Panels = <> SimplePanel = False end object BitBtn1: TBitBtn Left = 504 Top = 264 Width = 75 Height = 25 TabOrder = 4 OnClick = BitBtn1Click Kind = bkOK end end