home *** CD-ROM | disk | FTP | other *** search
/ DOKAN 17 / DOKAN17.iso / dokan.exe / 0 / RCDATA / TVISORFRM / TVISORFRM.txt
Text File  |  1999-07-19  |  4KB  |  178 lines

  1. object VisorFrm: TVisorFrm
  2.   Left = 196
  3.   Top = 161
  4.   BorderStyle = bsNone
  5.   Caption = 'Dokan - Visor'
  6.   ClientHeight = 472
  7.   ClientWidth = 681
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Scaled = False
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnHide = FormHide
  19.   OnKeyDown = FormKeyDown
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Hot: THotImg
  24.     Left = 0
  25.     Top = 0
  26.     Width = 640
  27.     Height = 36
  28.     OnHit = HotHit
  29.     Regions.Strings = (
  30.       '#$MTIMFH'
  31.       '#$-:Image Map file created by Map THIS!'
  32.       '#$-:Map THIS! free image map editor by Todd C. Wilson'
  33.       '#$-:Please do not edit lines starting with "#$"'
  34.       '#$VERSION:1.30'
  35.       '#$DATE:Thu May 07 11:16:29 1998'
  36.       '#$PATH:C:\DOKAN\'
  37.       '#$GIF:visor.gif'
  38.       '#$FORMAT:ncsa'
  39.       '#$EOH'
  40.       'poly PREV 16,18 38,4 38,32 16,18'
  41.       'poly NEXT 77,5 102,19 77,31 77,5'
  42.       'rect STOP 45,6 72,31')
  43.     ShowRegions = False
  44.     OnMouseMove = HotMouseMove
  45.     ImgName = 'c:\dokan\res\visorl.bmp'
  46.     ImgHName = 'c:\dokan\res\visorh.bmp'
  47.   end
  48.   object LblInfo1: TLabel
  49.     Left = 116
  50.     Top = 12
  51.     Width = 58
  52.     Height = 15
  53.     AutoSize = False
  54.     Caption = '0/0'
  55.     Color = clTeal
  56.     Font.Charset = ANSI_CHARSET
  57.     Font.Color = clWhite
  58.     Font.Height = -12
  59.     Font.Name = 'Arial'
  60.     Font.Style = []
  61.     ParentColor = False
  62.     ParentFont = False
  63.     Transparent = True
  64.     OnClick = LblInfo1Click
  65.   end
  66.   object LblInfo2: TLabel
  67.     Left = 188
  68.     Top = 12
  69.     Width = 425
  70.     Height = 15
  71.     AutoSize = False
  72.     Caption = 'Archivo'
  73.     Color = clTeal
  74.     Font.Charset = ANSI_CHARSET
  75.     Font.Color = clWhite
  76.     Font.Height = -12
  77.     Font.Name = 'Arial'
  78.     Font.Style = []
  79.     ParentColor = False
  80.     ParentFont = False
  81.     Transparent = True
  82.   end
  83.   object Box: TPaintBox
  84.     Left = 36
  85.     Top = 80
  86.     Width = 593
  87.     Height = 333
  88.     PopupMenu = PopupMenu
  89.     OnMouseDown = BoxMouseDown
  90.     OnMouseMove = BoxMouseMove
  91.     OnMouseUp = BoxMouseUp
  92.     OnPaint = BoxPaint
  93.   end
  94.   object RxGIFAnimator: TRxGIFAnimator
  95.     Left = 264
  96.     Top = 340
  97.     Width = 105
  98.     Height = 105
  99.     Animate = True
  100.     AutoSize = False
  101.     Center = True
  102.     PopupMenu = PopupMenu
  103.     Visible = False
  104.   end
  105.   object Edit1: TEdit
  106.     Left = 128
  107.     Top = 36
  108.     Width = 37
  109.     Height = 19
  110.     Ctl3D = False
  111.     MaxLength = 3
  112.     ParentCtl3D = False
  113.     TabOrder = 0
  114.     Text = '0'
  115.     OnKeyPress = Edit1KeyPress
  116.   end
  117.   object PopupMenu: TPopupMenu
  118.     OnPopup = PopupMenuPopup
  119.     Left = 12
  120.     Top = 104
  121.     object miAjustar: TMenuItem
  122.       Caption = 'Ajustar a pantalla'
  123.       OnClick = miAjustarClick
  124.     end
  125.     object miAuto: TMenuItem
  126.       Caption = 'Modo Autom∩┐╜tico'
  127.       object miAutoOff: TMenuItem
  128.         Caption = 'Parar'
  129.         OnClick = miAutoOffClick
  130.       end
  131.       object N3: TMenuItem
  132.         Caption = '-'
  133.       end
  134.       object miAuto1: TMenuItem
  135.         Caption = '5 segundos'
  136.         OnClick = miAutoClick
  137.       end
  138.       object miAuto2: TMenuItem
  139.         Caption = '20 segundos'
  140.         OnClick = miAutoClick
  141.       end
  142.       object miAuto3: TMenuItem
  143.         Caption = '1 minuto'
  144.         OnClick = miAutoClick
  145.       end
  146.     end
  147.     object N1: TMenuItem
  148.       Caption = '-'
  149.     end
  150.     object miMusica: TMenuItem
  151.       Caption = 'M∩┐╜sica'
  152.       OnClick = miMusicaClick
  153.     end
  154.     object miTema: TMenuItem
  155.       Caption = 'Nuevo tema'
  156.       OnClick = miTemaClick
  157.     end
  158.     object N2: TMenuItem
  159.       Caption = '-'
  160.     end
  161.     object miGuardar: TMenuItem
  162.       Caption = 'Guardar imagen ...'
  163.       OnClick = miGuardarClick
  164.     end
  165.   end
  166.   object SaveDialog: TSaveDialog
  167.     Left = 16
  168.     Top = 436
  169.   end
  170.   object Timer: TTimer
  171.     Enabled = False
  172.     Interval = 5000
  173.     OnTimer = TimerTimer
  174.     Left = 644
  175.     Top = 56
  176.   end
  177. end
  178.