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

  1. object Helpform1: THelpform1
  2.   Left = 215
  3.   Top = 178
  4.   Width = 696
  5.   Height = 364
  6.   Caption = 'Whaaa? How do I ....'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 8
  19.     Width = 161
  20.     Height = 297
  21.     Caption = 'Panel1'
  22.     TabOrder = 0
  23.     object FileListBox1: TFileListBox
  24.       Left = 8
  25.       Top = 112
  26.       Width = 153
  27.       Height = 177
  28.       DragMode = dmAutomatic
  29.       ItemHeight = 16
  30.       Mask = '*.bmp'
  31.       MultiSelect = True
  32.       TabOrder = 0
  33.     end
  34.     object DirectoryListBox1: TDirectoryListBox
  35.       Left = 8
  36.       Top = 32
  37.       Width = 153
  38.       Height = 81
  39.       Ctl3D = True
  40.       DragMode = dmAutomatic
  41.       FileList = FileListBox1
  42.       ItemHeight = 16
  43.       ParentCtl3D = False
  44.       TabOrder = 1
  45.     end
  46.     object DriveComboBox1: TDriveComboBox
  47.       Left = 20
  48.       Top = 11
  49.       Width = 117
  50.       Height = 19
  51.       DirList = DirectoryListBox1
  52.       TabOrder = 2
  53.     end
  54.   end
  55.   object ListBox1: TListBox
  56.     Left = 432
  57.     Top = 24
  58.     Width = 241
  59.     Height = 201
  60.     ItemHeight = 13
  61.     Items.Strings = (
  62.       'Filenames in this area are played in a window.'
  63.       'Hold CTRL while clicking to select or deselect'
  64.       'individual frames without affecting the marked'
  65.       'state of other frames.'
  66.       ''
  67.       'Mark one frame and Hold SHIFT and mark'
  68.       'a frame farther down the list to select all'
  69.       'frames between. This can be done even'
  70.       'while the frames are being played.'
  71.       ''
  72.       'When you are happy with the sequence,'
  73.       'copy them one at a time and paste them'
  74.       'into AVIEdit to save them as an AVI or to'
  75.       'insert into an existing AVI.')
  76.     MultiSelect = True
  77.     TabOrder = 1
  78.   end
  79.   object Memo1: TMemo
  80.     Left = 192
  81.     Top = 16
  82.     Width = 225
  83.     Height = 305
  84.     Lines.Strings = (
  85.       'On the left is the directory'
  86.       'where you list your animation'
  87.       'frames if you have made any.'
  88.       ''
  89.       'They may be named MyAnimation1.BMP'
  90.       'or MyTransition.BMP or similar.'
  91.       ''
  92.       'On the right is where you will'
  93.       'put the file names into a list'
  94.       'that will be played.'
  95.       ''
  96.       'For instance to, make an'
  97.       'animation that runs in a continuous'
  98.       'loop, you might list the names'
  99.       'from 1..10 then 9.. back to 1'
  100.       ''
  101.       'Use the Windows file marking'
  102.       'conventions, Shift and Control,'
  103.       'to mark files.'
  104.       ''
  105.       'Add names and take them away'
  106.       'while the preview is running'
  107.       'in order to create an animation'
  108.       'that is just right.'
  109.       ''
  110.       'Once you have arrived at a list'
  111.       'that contains only the filenames'
  112.       'that you want played, in order,'
  113.       'copy them one at a time and'
  114.       'paste them into the AVI editor'
  115.       'to create an AVI.'
  116.       ''
  117.       'To do this you leave the filess'
  118.       'being played in a selected state.'
  119.       'Then use the Bottom Up,'
  120.       'or Top Down Butons to  copy'
  121.       'one frame at a time and paste them'
  122.       'into AVIEdit. You ca select a '
  123.       'single frame in the middle of'
  124.       'an AVI loaded into AVIEdit and'
  125.       'when you paste into it, the new'
  126.       'frame will be inserted before it.'
  127.       'You may also  select multiple '
  128.       'frames by holding down SHIFT'
  129.       'and clicking on a frame in AVIEdit,'
  130.       'then CUT to remove  unwanted '
  131.       'frames.'
  132.       ''
  133.       'You can then add a WAV sound file'
  134.       'with <File> <Merge> if you want.'
  135.       ''
  136.       'If the file sizes are not all'
  137.       'the same, you may want to paste'
  138.       'them into the Animation Frame'
  139.       'Handler first. <Tools>'
  140.       ''
  141.       ''
  142.       'For more info see Help.')
  143.     ScrollBars = ssBoth
  144.     TabOrder = 2
  145.   end
  146.   object StatusBar1: TStatusBar
  147.     Left = 0
  148.     Top = 321
  149.     Width = 675
  150.     Height = 19
  151.     Panels = <>
  152.     SimplePanel = False
  153.   end
  154.   object BitBtn1: TBitBtn
  155.     Left = 504
  156.     Top = 264
  157.     Width = 75
  158.     Height = 25
  159.     TabOrder = 4
  160.     OnClick = BitBtn1Click
  161.     Kind = bkOK
  162.   end
  163. end
  164.