home *** CD-ROM | disk | FTP | other *** search
/ Logiciels PC Special 8 / LogicielsPCHS_8.iso / Français / PJscrab / pjscrabp.exe / RCDATA / TFSJOUEURS / TFSJOUEURS.txt
Text File  |  2000-05-27  |  6KB  |  328 lines

  1. object FSJoueurs: TFSJoueurs
  2.   Left = 195
  3.   Top = 197
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Nouvelle partie'
  7.   ClientHeight = 293
  8.   ClientWidth = 504
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label2: TLabel
  22.     Left = 8
  23.     Top = 264
  24.     Width = 255
  25.     Height = 13
  26.     Caption = 'NB: si 1 joueur ne joue pas, alors on ne prends pas en'
  27.   end
  28.   object Label3: TLabel
  29.     Left = 32
  30.     Top = 280
  31.     Width = 233
  32.     Height = 13
  33.     Caption = 'compte les joueurs suivants'
  34.   end
  35.   object Button1: TButton
  36.     Left = 304
  37.     Top = 264
  38.     Width = 75
  39.     Height = 25
  40.     Caption = '&OK'
  41.     Default = True
  42.     ModalResult = 1
  43.     TabOrder = 0
  44.     OnClick = Button1Click
  45.   end
  46.   object Button2: TButton
  47.     Left = 392
  48.     Top = 264
  49.     Width = 75
  50.     Height = 25
  51.     Cancel = True
  52.     Caption = '&Annuler'
  53.     ModalResult = 2
  54.     TabOrder = 1
  55.     OnClick = Button2Click
  56.   end
  57.   object GroupBox1: TGroupBox
  58.     Left = 8
  59.     Top = 8
  60.     Width = 241
  61.     Height = 121
  62.     Caption = ' Joueur 1'
  63.     TabOrder = 2
  64.     object Label1: TLabel
  65.       Left = 8
  66.       Top = 72
  67.       Width = 25
  68.       Height = 13
  69.       Caption = 'Nom:'
  70.     end
  71.     object Type1: TRadioGroup
  72.       Left = 8
  73.       Top = 16
  74.       Width = 105
  75.       Height = 49
  76.       Caption = ' Type'
  77.       ItemIndex = 0
  78.       Items.Strings = (
  79.         '&Humain'
  80.         '&Ordinateur')
  81.       TabOrder = 0
  82.       OnClick = Type1Click
  83.     end
  84.     object Nom1: TEdit
  85.       Left = 8
  86.       Top = 88
  87.       Width = 185
  88.       Height = 21
  89.       MaxLength = 25
  90.       TabOrder = 1
  91.       Text = 'Joueur1'
  92.     end
  93.     object Niveau1: TRadioGroup
  94.       Left = 128
  95.       Top = 16
  96.       Width = 97
  97.       Height = 65
  98.       Caption = ' Niveau '
  99.       ItemIndex = 2
  100.       Items.Strings = (
  101.         'Mauvais'
  102.         'Bon'
  103.         'Excellent')
  104.       TabOrder = 2
  105.     end
  106.     object UD1: TUpDown
  107.       Left = 225
  108.       Top = 88
  109.       Width = 15
  110.       Height = 21
  111.       Associate = C1
  112.       Enabled = False
  113.       Min = 0
  114.       Max = 999
  115.       Position = 0
  116.       TabOrder = 3
  117.       Wrap = False
  118.     end
  119.     object C1: TEdit
  120.       Left = 200
  121.       Top = 88
  122.       Width = 25
  123.       Height = 21
  124.       Enabled = False
  125.       TabOrder = 4
  126.       Text = '0'
  127.     end
  128.   end
  129.   object GroupBox2: TGroupBox
  130.     Left = 8
  131.     Top = 136
  132.     Width = 241
  133.     Height = 121
  134.     Caption = 'Joueur 2'
  135.     TabOrder = 3
  136.     object Type2: TRadioGroup
  137.       Left = 8
  138.       Top = 16
  139.       Width = 105
  140.       Height = 65
  141.       Caption = ' Type'
  142.       ItemIndex = 1
  143.       Items.Strings = (
  144.         '&Humain'
  145.         '&Ordinateur'
  146.         '&Ne joue pas')
  147.       TabOrder = 0
  148.       OnClick = Type2Click
  149.     end
  150.     object Nom2: TEdit
  151.       Left = 8
  152.       Top = 88
  153.       Width = 185
  154.       Height = 21
  155.       Enabled = False
  156.       MaxLength = 25
  157.       TabOrder = 1
  158.     end
  159.     object Niveau2: TRadioGroup
  160.       Left = 128
  161.       Top = 16
  162.       Width = 97
  163.       Height = 65
  164.       Caption = ' Niveau '
  165.       ItemIndex = 2
  166.       Items.Strings = (
  167.         'Mauvais'
  168.         'Bon'
  169.         'Excellent')
  170.       TabOrder = 2
  171.     end
  172.     object C2: TEdit
  173.       Left = 200
  174.       Top = 88
  175.       Width = 25
  176.       Height = 21
  177.       Enabled = False
  178.       TabOrder = 3
  179.       Text = '0'
  180.     end
  181.     object UD2: TUpDown
  182.       Left = 225
  183.       Top = 88
  184.       Width = 15
  185.       Height = 21
  186.       Associate = C2
  187.       Enabled = False
  188.       Min = 0
  189.       Max = 999
  190.       Position = 0
  191.       TabOrder = 4
  192.       Wrap = False
  193.     end
  194.   end
  195.   object GroupBox3: TGroupBox
  196.     Left = 256
  197.     Top = 8
  198.     Width = 241
  199.     Height = 121
  200.     Caption = 'Joueur 3'
  201.     TabOrder = 4
  202.     object Type3: TRadioGroup
  203.       Left = 16
  204.       Top = 16
  205.       Width = 97
  206.       Height = 65
  207.       Caption = ' Type'
  208.       ItemIndex = 2
  209.       Items.Strings = (
  210.         '&Humain'
  211.         '&Ordinateur'
  212.         '&Ne joue pas')
  213.       TabOrder = 0
  214.       OnClick = Type3Click
  215.     end
  216.     object Nom3: TEdit
  217.       Left = 8
  218.       Top = 88
  219.       Width = 185
  220.       Height = 21
  221.       Enabled = False
  222.       MaxLength = 25
  223.       TabOrder = 1
  224.     end
  225.     object Niveau3: TRadioGroup
  226.       Left = 128
  227.       Top = 16
  228.       Width = 97
  229.       Height = 65
  230.       Caption = ' Niveau '
  231.       ItemIndex = 2
  232.       Items.Strings = (
  233.         'Mauvais'
  234.         'Bon'
  235.         'Excellent')
  236.       TabOrder = 2
  237.     end
  238.     object C3: TEdit
  239.       Left = 200
  240.       Top = 88
  241.       Width = 25
  242.       Height = 21
  243.       Enabled = False
  244.       TabOrder = 3
  245.       Text = '0'
  246.     end
  247.     object UD3: TUpDown
  248.       Left = 225
  249.       Top = 88
  250.       Width = 15
  251.       Height = 21
  252.       Associate = C3
  253.       Enabled = False
  254.       Min = 0
  255.       Max = 999
  256.       Position = 0
  257.       TabOrder = 4
  258.       Wrap = False
  259.     end
  260.   end
  261.   object GroupBox4: TGroupBox
  262.     Left = 256
  263.     Top = 136
  264.     Width = 241
  265.     Height = 121
  266.     Caption = 'Joueur 4'
  267.     TabOrder = 5
  268.     object Type4: TRadioGroup
  269.       Left = 16
  270.       Top = 16
  271.       Width = 97
  272.       Height = 65
  273.       Caption = ' Type'
  274.       ItemIndex = 2
  275.       Items.Strings = (
  276.         '&Humain'
  277.         '&Ordinateur'
  278.         '&Ne joue pas')
  279.       TabOrder = 0
  280.       OnClick = Type4Click
  281.     end
  282.     object Nom4: TEdit
  283.       Left = 8
  284.       Top = 88
  285.       Width = 185
  286.       Height = 21
  287.       Enabled = False
  288.       MaxLength = 25
  289.       TabOrder = 1
  290.     end
  291.     object Niveau4: TRadioGroup
  292.       Left = 128
  293.       Top = 16
  294.       Width = 97
  295.       Height = 65
  296.       Caption = ' Niveau '
  297.       ItemIndex = 2
  298.       Items.Strings = (
  299.         'Mauvais'
  300.         'Bon'
  301.         'Excellent')
  302.       TabOrder = 2
  303.     end
  304.     object C4: TEdit
  305.       Left = 200
  306.       Top = 88
  307.       Width = 25
  308.       Height = 21
  309.       Enabled = False
  310.       TabOrder = 3
  311.       Text = '0'
  312.     end
  313.     object UD4: TUpDown
  314.       Left = 225
  315.       Top = 88
  316.       Width = 15
  317.       Height = 21
  318.       Associate = C4
  319.       Enabled = False
  320.       Min = 0
  321.       Max = 999
  322.       Position = 0
  323.       TabOrder = 4
  324.       Wrap = False
  325.     end
  326.   end
  327. end
  328.