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 / TFORM1 / TFORM1.txt < prev   
Text File  |  1999-03-25  |  26KB  |  1,312 lines

  1. object Form1: TForm1
  2.   Left = 507
  3.   Top = 174
  4.   HorzScrollBar.Visible = False
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsSingle
  7.   Caption = 'All In One Yahtzee'
  8.   ClientHeight = 427
  9.   ClientWidth = 236
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Menu = MainMenu1
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnPaint = FormPaint
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Bevel1: TBevel
  24.     Left = 34
  25.     Top = 360
  26.     Width = 164
  27.     Height = 36
  28.     Shape = bsFrame
  29.   end
  30.   object SifferSumma: TLabel
  31.     Left = 8
  32.     Top = 115
  33.     Width = 92
  34.     Height = 16
  35.     Alignment = taCenter
  36.     AutoSize = False
  37.     Caption = 'Total'
  38.     Font.Charset = DEFAULT_CHARSET
  39.     Font.Color = clWindowText
  40.     Font.Height = -11
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = [fsBold]
  43.     ParentFont = False
  44.   end
  45.   object BonusLabel: TLabel
  46.     Left = 8
  47.     Top = 133
  48.     Width = 92
  49.     Height = 16
  50.     Alignment = taCenter
  51.     AutoSize = False
  52.     Caption = 'Bonus'
  53.   end
  54.   object TotalSumma: TLabel
  55.     Left = 8
  56.     Top = 316
  57.     Width = 92
  58.     Height = 16
  59.     Alignment = taCenter
  60.     AutoSize = False
  61.     Caption = 'Total'
  62.     Font.Charset = DEFAULT_CHARSET
  63.     Font.Color = clWindowText
  64.     Font.Height = -11
  65.     Font.Name = 'MS Sans Serif'
  66.     Font.Style = [fsBold]
  67.     ParentFont = False
  68.   end
  69.   object DiceImage1: TImage
  70.     Left = 40
  71.     Top = 366
  72.     Width = 24
  73.     Height = 24
  74.     AutoSize = True
  75.     Enabled = False
  76.     Picture.Data = {<image000.bmp>}
  77.     OnClick = DiceImageClick
  78.   end
  79.   object DiceImage2: TImage
  80.     Left = 72
  81.     Top = 366
  82.     Width = 24
  83.     Height = 24
  84.     AutoSize = True
  85.     Enabled = False
  86.     Picture.Data = {<image001.bmp>}
  87.     OnClick = DiceImageClick
  88.   end
  89.   object DiceImage3: TImage
  90.     Left = 104
  91.     Top = 366
  92.     Width = 24
  93.     Height = 24
  94.     AutoSize = True
  95.     Enabled = False
  96.     Picture.Data = {<image002.bmp>}
  97.     OnClick = DiceImageClick
  98.   end
  99.   object DiceImage4: TImage
  100.     Left = 136
  101.     Top = 366
  102.     Width = 24
  103.     Height = 24
  104.     AutoSize = True
  105.     Enabled = False
  106.     Picture.Data = {<image003.bmp>}
  107.     OnClick = DiceImageClick
  108.   end
  109.   object DiceImage5: TImage
  110.     Left = 168
  111.     Top = 366
  112.     Width = 24
  113.     Height = 24
  114.     AutoSize = True
  115.     Enabled = False
  116.     Picture.Data = {<image004.bmp>}
  117.     OnClick = DiceImageClick
  118.   end
  119.   object MenuBevel: TBevel
  120.     Left = 0
  121.     Top = 0
  122.     Width = 232
  123.     Height = 4
  124.     Shape = bsTopLine
  125.   end
  126.   object Label1: TLabel
  127.     Left = 8
  128.     Top = 8
  129.     Width = 92
  130.     Height = 16
  131.     Alignment = taCenter
  132.     AutoSize = False
  133.     Caption = 'Ones'
  134.   end
  135.   object Label2: TLabel
  136.     Left = 8
  137.     Top = 25
  138.     Width = 92
  139.     Height = 16
  140.     Alignment = taCenter
  141.     AutoSize = False
  142.     Caption = 'Twos'
  143.   end
  144.   object Label3: TLabel
  145.     Left = 8
  146.     Top = 43
  147.     Width = 92
  148.     Height = 16
  149.     Alignment = taCenter
  150.     AutoSize = False
  151.     Caption = 'Threes'
  152.   end
  153.   object Label4: TLabel
  154.     Left = 8
  155.     Top = 61
  156.     Width = 92
  157.     Height = 16
  158.     Alignment = taCenter
  159.     AutoSize = False
  160.     Caption = 'Fours'
  161.   end
  162.   object Label5: TLabel
  163.     Left = 8
  164.     Top = 79
  165.     Width = 92
  166.     Height = 16
  167.     Alignment = taCenter
  168.     AutoSize = False
  169.     Caption = 'Fives'
  170.   end
  171.   object Label6: TLabel
  172.     Left = 8
  173.     Top = 97
  174.     Width = 92
  175.     Height = 16
  176.     Alignment = taCenter
  177.     AutoSize = False
  178.     Caption = 'Sixes'
  179.   end
  180.   object Label1par: TLabel
  181.     Left = 8
  182.     Top = 154
  183.     Width = 92
  184.     Height = 16
  185.     Alignment = taCenter
  186.     AutoSize = False
  187.     Caption = '1 Pair'
  188.   end
  189.   object Label2par: TLabel
  190.     Left = 8
  191.     Top = 172
  192.     Width = 92
  193.     Height = 16
  194.     Alignment = taCenter
  195.     AutoSize = False
  196.     Caption = '2 Pairs'
  197.   end
  198.   object LabelTretal: TLabel
  199.     Left = 8
  200.     Top = 190
  201.     Width = 92
  202.     Height = 16
  203.     Alignment = taCenter
  204.     AutoSize = False
  205.     Caption = '3 of a Kind'
  206.   end
  207.   object LabelFyrtal: TLabel
  208.     Left = 8
  209.     Top = 208
  210.     Width = 92
  211.     Height = 16
  212.     Alignment = taCenter
  213.     AutoSize = False
  214.     Caption = '4 of a Kind'
  215.   end
  216.   object LabelLitenStege: TLabel
  217.     Left = 4
  218.     Top = 226
  219.     Width = 100
  220.     Height = 16
  221.     Alignment = taCenter
  222.     AutoSize = False
  223.     Caption = 'Small Straight'
  224.   end
  225.   object LabelStorStege: TLabel
  226.     Left = 4
  227.     Top = 244
  228.     Width = 100
  229.     Height = 16
  230.     Alignment = taCenter
  231.     AutoSize = False
  232.     Caption = 'Large Straight'
  233.   end
  234.   object LabelKok: TLabel
  235.     Left = 8
  236.     Top = 262
  237.     Width = 92
  238.     Height = 16
  239.     Alignment = taCenter
  240.     AutoSize = False
  241.     Caption = 'Full House'
  242.   end
  243.   object LabelChans: TLabel
  244.     Left = 8
  245.     Top = 280
  246.     Width = 92
  247.     Height = 16
  248.     Alignment = taCenter
  249.     AutoSize = False
  250.     Caption = 'Chance'
  251.   end
  252.   object LabelYatzy: TLabel
  253.     Left = 8
  254.     Top = 298
  255.     Width = 92
  256.     Height = 16
  257.     Alignment = taCenter
  258.     AutoSize = False
  259.     Caption = 'Yahtzee'
  260.   end
  261.   object Label2ColorPair: TLabel
  262.     Left = 8
  263.     Top = 502
  264.     Width = 92
  265.     Height = 16
  266.     Alignment = taCenter
  267.     AutoSize = False
  268.     Caption = '2 Pair Color'
  269.     Visible = False
  270.   end
  271.   object LabelFlush: TLabel
  272.     Left = 8
  273.     Top = 522
  274.     Width = 92
  275.     Height = 16
  276.     Alignment = taCenter
  277.     AutoSize = False
  278.     Caption = 'Flush'
  279.     Visible = False
  280.   end
  281.   object LabelColorHouse: TLabel
  282.     Left = 8
  283.     Top = 542
  284.     Width = 92
  285.     Height = 16
  286.     Alignment = taCenter
  287.     AutoSize = False
  288.     Caption = 'Color House'
  289.     Visible = False
  290.   end
  291.   object Label3par: TLabel
  292.     Left = 8
  293.     Top = 562
  294.     Width = 92
  295.     Height = 16
  296.     Alignment = taCenter
  297.     AutoSize = False
  298.     Caption = '3 Pairs'
  299.     Visible = False
  300.   end
  301.   object LabelFemtal: TLabel
  302.     Left = 8
  303.     Top = 582
  304.     Width = 92
  305.     Height = 16
  306.     Alignment = taCenter
  307.     AutoSize = False
  308.     Caption = '5 of a Kind'
  309.     Visible = False
  310.   end
  311.   object LabelFullStraight: TLabel
  312.     Left = 8
  313.     Top = 602
  314.     Width = 92
  315.     Height = 16
  316.     Alignment = taCenter
  317.     AutoSize = False
  318.     Caption = 'Full Straight'
  319.     Visible = False
  320.   end
  321.   object LabelVilla: TLabel
  322.     Left = 8
  323.     Top = 622
  324.     Width = 92
  325.     Height = 16
  326.     Alignment = taCenter
  327.     AutoSize = False
  328.     Caption = 'Villa (3 + 3)'
  329.     Visible = False
  330.   end
  331.   object LabelTower: TLabel
  332.     Left = 8
  333.     Top = 642
  334.     Width = 92
  335.     Height = 16
  336.     Alignment = taCenter
  337.     AutoSize = False
  338.     Caption = 'Tower (2 + 4)'
  339.     Visible = False
  340.   end
  341.   object DiceImage6: TImage
  342.     Left = 144
  343.     Top = 501
  344.     Width = 24
  345.     Height = 24
  346.     AutoSize = True
  347.     Picture.Data = {<image005.bmp>}
  348.     OnClick = DiceImageClick
  349.   end
  350.   object TripleTotalLabel: TLabel
  351.     Left = 8
  352.     Top = 334
  353.     Width = 92
  354.     Height = 16
  355.     Alignment = taCenter
  356.     AutoSize = False
  357.     Caption = 'Grand Total'
  358.     Font.Charset = DEFAULT_CHARSET
  359.     Font.Color = clWindowText
  360.     Font.Height = -11
  361.     Font.Name = 'MS Sans Serif'
  362.     Font.Style = [fsBold]
  363.     ParentFont = False
  364.   end
  365.   object Throw: TButton
  366.     Left = 39
  367.     Top = 399
  368.     Width = 153
  369.     Height = 24
  370.     Caption = 'Throw'
  371.     Default = True
  372.     TabOrder = 0
  373.     OnClick = ThrowClick
  374.   end
  375.   object Poang1: TEdit
  376.     Left = 104
  377.     Top = 8
  378.     Width = 40
  379.     Height = 17
  380.     Cursor = crHandPoint
  381.     TabStop = False
  382.     AutoSize = False
  383.     ReadOnly = True
  384.     TabOrder = 1
  385.     OnClick = SifferButtonClick
  386.   end
  387.   object Poang2: TEdit
  388.     Left = 104
  389.     Top = 25
  390.     Width = 40
  391.     Height = 17
  392.     Cursor = crHandPoint
  393.     TabStop = False
  394.     AutoSize = False
  395.     ReadOnly = True
  396.     TabOrder = 2
  397.     OnClick = SifferButtonClick
  398.   end
  399.   object Poang3: TEdit
  400.     Left = 104
  401.     Top = 43
  402.     Width = 40
  403.     Height = 17
  404.     Cursor = crHandPoint
  405.     TabStop = False
  406.     AutoSize = False
  407.     ReadOnly = True
  408.     TabOrder = 3
  409.     OnClick = SifferButtonClick
  410.   end
  411.   object Poang4: TEdit
  412.     Left = 104
  413.     Top = 61
  414.     Width = 40
  415.     Height = 17
  416.     Cursor = crHandPoint
  417.     TabStop = False
  418.     AutoSize = False
  419.     ReadOnly = True
  420.     TabOrder = 4
  421.     OnClick = SifferButtonClick
  422.   end
  423.   object Poang5: TEdit
  424.     Left = 104
  425.     Top = 79
  426.     Width = 40
  427.     Height = 17
  428.     Cursor = crHandPoint
  429.     TabStop = False
  430.     Aut