home *** CD-ROM | disk | FTP | other *** search
/ Más de 2,500 Juegos / CD1.iso / ZIPDAT / 0738 / 0738.ZIP / _SETUP.1 / AllInOneYahtzee.exe / 0 / RCDATA / TPLAYERSETTINGSFORM / TPLAYERSETTINGSFORM.txt
Text File  |  1999-03-25  |  3KB  |  161 lines

  1. object PlayerSettingsForm: TPlayerSettingsForm
  2.   Left = 379
  3.   Top = 254
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Player Settings'
  7.   ClientHeight = 232
  8.   ClientWidth = 247
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Scaled = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object PlayerSettingsBox: TGroupBox
  18.     Left = 4
  19.     Top = 4
  20.     Width = 239
  21.     Height = 197
  22.     Caption = 'Number of Players'
  23.     TabOrder = 0
  24.     object Label1: TLabel
  25.       Left = 48
  26.       Top = 18
  27.       Width = 65
  28.       Height = 13
  29.       Caption = 'Player Names'
  30.     end
  31.     object RadioButton1: TRadioButton
  32.       Left = 16
  33.       Top = 41
  34.       Width = 33
  35.       Height = 16
  36.       Caption = '1'
  37.       Checked = True
  38.       TabOrder = 0
  39.       TabStop = True
  40.       OnClick = RadioClick
  41.     end
  42.     object RadioButton2: TRadioButton
  43.       Left = 16
  44.       Top = 63
  45.       Width = 33
  46.       Height = 18
  47.       Caption = '2'
  48.       TabOrder = 1
  49.       OnClick = RadioClick
  50.     end
  51.     object RadioButton3: TRadioButton
  52.       Left = 16
  53.       Top = 89
  54.       Width = 33
  55.       Height = 17
  56.       Caption = '3'
  57.       TabOrder = 2
  58.       OnClick = RadioClick
  59.     end
  60.     object RadioButton4: TRadioButton
  61.       Left = 16
  62.       Top = 114
  63.       Width = 33
  64.       Height = 17
  65.       Caption = '4'
  66.       TabOrder = 3
  67.       OnClick = RadioClick
  68.     end
  69.     object RadioButton5: TRadioButton
  70.       Left = 16
  71.       Top = 139
  72.       Width = 33
  73.       Height = 17
  74.       Caption = '5'
  75.       TabOrder = 4
  76.       OnClick = RadioClick
  77.     end
  78.     object RadioButton6: TRadioButton
  79.       Left = 16
  80.       Top = 164
  81.       Width = 33
  82.       Height = 17
  83.       Caption = '6'
  84.       TabOrder = 5
  85.       OnClick = RadioClick
  86.     end
  87.     object Edit1: TEdit
  88.       Left = 48
  89.       Top = 37
  90.       Width = 177
  91.       Height = 21
  92.       MaxLength = 35
  93.       TabOrder = 6
  94.     end
  95.     object Edit2: TEdit
  96.       Left = 48
  97.       Top = 62
  98.       Width = 177
  99.       Height = 21
  100.       MaxLength = 35
  101.       TabOrder = 7
  102.       Visible = False
  103.     end
  104.     object Edit3: TEdit
  105.       Left = 48
  106.       Top = 87
  107.       Width = 177
  108.       Height = 21
  109.       MaxLength = 35
  110.       TabOrder = 8
  111.       Visible = False
  112.     end
  113.     object Edit4: TEdit
  114.       Left = 48
  115.       Top = 112
  116.       Width = 177
  117.       Height = 21
  118.       MaxLength = 35
  119.       TabOrder = 9
  120.       Visible = False
  121.     end
  122.     object Edit5: TEdit
  123.       Left = 48
  124.       Top = 137
  125.       Width = 177
  126.       Height = 21
  127.       MaxLength = 35
  128.       TabOrder = 10
  129.       Visible = False
  130.     end
  131.     object Edit6: TEdit
  132.       Left = 48
  133.       Top = 162
  134.       Width = 177
  135.       Height = 21
  136.       MaxLength = 35
  137.       TabOrder = 11
  138.       Visible = False
  139.     end
  140.   end
  141.   object OK: TButton
  142.     Left = 168
  143.     Top = 205
  144.     Width = 75
  145.     Height = 25
  146.     Caption = 'OK'
  147.     Default = True
  148.     ModalResult = 1
  149.     TabOrder = 1
  150.   end
  151.   object Cancel: TButton
  152.     Left = 88
  153.     Top = 205
  154.     Width = 75
  155.     Height = 25
  156.     Caption = 'Cancel'
  157.     ModalResult = 2
  158.     TabOrder = 2
  159.   end
  160. end
  161.