home *** CD-ROM | disk | FTP | other *** search
/ Logiciels PC Special 8 / LogicielsPCHS_8.iso / Logique / Winbrique / Winbrique.exe / 0 / RCDATA / TFRMPLAYER / TFRMPLAYER.txt
Text File  |  2000-09-20  |  3KB  |  124 lines

  1. object FrmPlayer: TFrmPlayer
  2.   Left = 455
  3.   Top = 159
  4.   BorderStyle = bsNone
  5.   Caption = 'Winbrique'
  6.   ClientHeight = 170
  7.   ClientWidth = 230
  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.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnKeyDown = FormKeyDown
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object SkinForm1: TSkinForm
  22.     Left = 0
  23.     Top = 0
  24.     Width = 230
  25.     Height = 170
  26.     Align = alClient
  27.     ParentShowHint = False
  28.     ShowHint = True
  29.     KeyColor = clWhite
  30.     Tolerance = clBlack
  31.     OnMouseUpNotify = SkinForm1MouseUpNotify
  32.   end
  33.   object PMenuwinbrique: TPopupMenu
  34.     Left = 32
  35.     Top = 24
  36.     object Dplacement1: TMenuItem
  37.       Caption = 'Vitesse de D∩┐╜placement'
  38.       object deplace4: TMenuItem
  39.         Tag = 4
  40.         Caption = 'Rapide'
  41.         RadioItem = True
  42.         OnClick = deplace2Click
  43.       end
  44.       object deplace2: TMenuItem
  45.         Tag = 2
  46.         Caption = 'Normal'
  47.         Checked = True
  48.         RadioItem = True
  49.         OnClick = deplace2Click
  50.       end
  51.       object Deplace1: TMenuItem
  52.         Tag = 1
  53.         Caption = 'Lent'
  54.         RadioItem = True
  55.         OnClick = deplace2Click
  56.       end
  57.     end
  58.     object VitesseMagntoscope1: TMenuItem
  59.       Caption = 'Vitesse &Magn∩┐╜toscope'
  60.       object Magneto50: TMenuItem
  61.         Tag = 20
  62.         Caption = '&Rapide'
  63.         RadioItem = True
  64.         OnClick = Magneto50Click
  65.       end
  66.       object Magneto100: TMenuItem
  67.         Tag = 200
  68.         Caption = '&Normal'
  69.         Checked = True
  70.         RadioItem = True
  71.         OnClick = Magneto50Click
  72.       end
  73.       object Magneto200: TMenuItem
  74.         Tag = 500
  75.         Caption = '&Lent'
  76.         RadioItem = True
  77.         OnClick = Magneto50Click
  78.       end
  79.     end
  80.     object N4: TMenuItem
  81.       Caption = '-'
  82.     end
  83.     object Editeurdeplateau1: TMenuItem
  84.       Caption = '&Editeur de plateau'
  85.       OnClick = Editeurdeplateau1Click
  86.     end
  87.     object N3: TMenuItem
  88.       Caption = '-'
  89.     end
  90.     object SkinsMenu: TMenuItem
  91.       Caption = '&Skins'
  92.       object Defaut1: TMenuItem
  93.         Caption = 'Defaut'
  94.         Checked = True
  95.         RadioItem = True
  96.         OnClick = Defaut1Click
  97.       end
  98.     end
  99.     object N2: TMenuItem
  100.       Caption = '-'
  101.     end
  102.     object Enregistrement1: TMenuItem
  103.       Caption = 'Enregistrement'
  104.       OnClick = Enregistrement1Click
  105.     end
  106.     object Plateauxsupplmentaires1: TMenuItem
  107.       Caption = 'Plateaux suppl∩┐╜mentaires'
  108.       OnClick = Plateauxsupplmentaires1Click
  109.     end
  110.     object N1: TMenuItem
  111.       Caption = '-'
  112.     end
  113.     object Apropos1: TMenuItem
  114.       Caption = 'A propos...'
  115.       OnClick = Apropos1Click
  116.     end
  117.     object Officialiser1: TMenuItem
  118.       Caption = 'Officialiser'
  119.       Visible = False
  120.       OnClick = Officialiser1Click
  121.     end
  122.   end
  123. end
  124.