home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Utils / CamStudio / CamStudio20.exe / #setuppath# / controller / controller.ini < prev    next >
Encoding:
Text File  |  2005-05-26  |  1.6 KB  |  35 lines

  1. [ CamStudio Controller Settings ver1.00 ] 
  2.  
  3. Spacing_Between_Buttons_X = 1 
  4. Spacing_Between_Controller_And_Movie_Y = 7 
  5. Shift_LR_Pieces_Down_By_Y = 2 
  6. Spacing_Between_ProgressBar_And_Movie_Y = 2 
  7. Draw_Left_Piece = 1 
  8. Draw_Right_Piece = 1 
  9. Draw_Stop_Button = 1 
  10. Full_Controller_Width = 220 
  11. Controller_Alignment = 1 
  12.  
  13.  
  14.  
  15.  
  16. [ Comments : ]
  17.  
  18. 1) All measurements are in pixels.
  19. 2) The Spacing_Between_Buttons_X also refers to the horizontal spacing between the Left and Right Controller Pieces and the Buttons (Play/Stop/Pause).
  20. 3) The Spacing_Between_Controller_And_Movie_Y refers to the vertical spacing between the Buttons (Play/Stop/Pause) and the movie.
  21. 4) Shift_LR_Pieces_Down_By_Y : The Left and Right Controller pieces may be shifted slightly downward relative to the Buttons. 
  22. 5) The Spacing_Between_ProgressBar_And_Movie_Y refers to the vertical spacing between the Progress Bar and the movie.
  23. 6) Draw_Left_Piece ( 1 ==> Draw the left piece of the controller bar)
  24. 7) Draw_Right_Piece ( 1 ==> Draw the right piece of the controller bar)
  25. 8) Draw_Stop_Button ( 1 ==> Draw the stop button)
  26. 9) Full_Controller_Width : this value is important. If it is not computed correctly, the controller bar will not be centered horizonatally .
  27.    This value is usually calculated by the formula :
  28.  
  29.    Full_Controller_Width = Width of Left Piece of Controller Bar + Spacing_Between_Buttons_X
  30.                + Width of Play Button + Spacing_Between_Buttons_X
  31.                + Width of Pause Button + Spacing_Between_Buttons_X
  32.                + Width of Stop Button + Spacing_Between_Buttons_X
  33.                + Width of Right Piece of Controller Bar
  34.  
  35. 10) Controller_Alignment (0 ==> Left, 1 ==> Center)