object Form1: TForm1 Left = 507 Top = 174 HorzScrollBar.Visible = False BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'All In One Yahtzee' ClientHeight = 427 ClientWidth = 236 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Menu = MainMenu1 Position = poScreenCenter Scaled = False OnCreate = FormCreate OnDestroy = FormDestroy OnPaint = FormPaint PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 34 Top = 360 Width = 164 Height = 36 Shape = bsFrame end object SifferSumma: TLabel Left = 8 Top = 115 Width = 92 Height = 16 Alignment = taCenter AutoSize = False Caption = 'Total' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object BonusLabel: TLabel Left = 8 Top = 133 Width = 92 Height = 16 Alignment = taCenter AutoSize = False Caption = 'Bonus' end object TotalSumma: TLabel Left = 8 Top = 316 Width = 92 Height = 16 Alignment = taCenter AutoSize = False Caption = 'Total' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object DiceImage1: TImage Left = 40 Top = 366 Width = 24 Height = 24 AutoSize = True Enabled = False Picture.Data = {} OnClick = DiceImageClick end object DiceImage2: TImage Left = 72 Top = 366 Width = 24 Height = 24 AutoSize = True Enabled = False Picture.Data = {} OnClick = DiceImageClick end object DiceImage3: TImage Left = 104 Top = 366 Width = 24 Height = 24 AutoSize = True Enabled = False Picture.Data = {} OnClick = DiceImageClick end object DiceImage4: TImage Left = 136 Top = 366 Width = 24 Height = 24 AutoSize = True Enabled = False Picture.Data = {} OnClick = DiceImageClick end object DiceImage5: TImage Left = 168 Top = 366 Width = 24 Height = 24 AutoSize = True Enabled = False Picture.Data = {} OnClick = DiceImageClick end object MenuBevel: TBevel Left = 0 Top = 0 Width = 232 Height = 4 Shape = bsTopLine end object Label1: TLabel Left = 8 Top = 8 Width = 92 Height = 16 Alignment = taCenter AutoSize = False Caption = 'Ones' end object Label2: TLabel Left = 8 Top = 25 Width = 92 Height = 16 Alignment = taCenter AutoSize = False Caption = 'Twos' end object Label3: TLabel Left = 8 Top = 43 Width = 92 Height = 16 Alignment = taCenter AutoSize = False Caption = 'Threes' end object Label4: TLabel Left = 8 Top = 61 Width = 92 Height = 16 Alignment = taCenter AutoSize = False Caption = 'Fours' end object Label5: TLabel Left = 8 Top = 79 Width = 92 Height = 16 Alignment = taCenter AutoSize = False Caption = 'Fives' end object Label6: TLabel Left = 8 Top = 97 Width = 92 Height = 16 Alignment = taCenter AutoSize = False Caption = 'Sixes' end object Label1par: TLabel Left = 8 Top = 154 Width = 92 Height = 16 Alignment = taCenter AutoSize = False Caption = '1 Pair' end object Label2par: TLabel Left = 8 Top = 172 Width = 92 Height = 16 Alignment = taCenter AutoSize = False Caption = '2 Pairs' end object LabelTretal: TLabel Left = 8 Top = 190 Width = 92 Height = 16 Alignment = taCenter AutoSize = False Caption = '3 of a Kind' end object LabelFyrtal: TLabel Left = 8 Top = 208 Width = 92 Height = 16 Alignment = taCenter AutoSize = False Caption = '4 of a Kind' end object LabelLitenStege: TLabel Left = 4 Top = 226 Width = 100 Height = 16 Alignment = taCenter AutoSize = False Caption = 'Small Straight' end object LabelStorStege: TLabel Left = 4 Top = 244 Width = 100 Height = 16 Alignment = taCenter AutoSize = False Caption = 'Large Straight' end object LabelKok: TLabel Left = 8 Top = 262 Width = 92 Height = 16 Alignment = taCenter AutoSize = False Caption = 'Full House' end object LabelChans: TLabel Left = 8 Top = 280 Width = 92 Height = 16 Alignment = taCenter AutoSize = False Caption = 'Chance' end object LabelYatzy: TLabel Left = 8 Top = 298 Width = 92 Height = 16 Alignment = taCenter AutoSize = False Caption = 'Yahtzee' end object Label2ColorPair: TLabel Left = 8 Top = 502 Width = 92 Height = 16 Alignment = taCenter AutoSize = False Caption = '2 Pair Color' Visible = False end object LabelFlush: TLabel Left = 8 Top = 522 Width = 92 Height = 16 Alignment = taCenter AutoSize = False Caption = 'Flush' Visible = False end object LabelColorHouse: TLabel Left = 8 Top = 542 Width = 92 Height = 16 Alignment = taCenter AutoSize = False Caption = 'Color House' Visible = False end object Label3par: TLabel Left = 8 Top = 562 Width = 92 Height = 16 Alignment = taCenter AutoSize = False Caption = '3 Pairs' Visible = False end object LabelFemtal: TLabel Left = 8 Top = 582 Width = 92 Height = 16 Alignment = taCenter AutoSize = False Caption = '5 of a Kind' Visible = False end object LabelFullStraight: TLabel Left = 8 Top = 602 Width = 92 Height = 16 Alignment = taCenter AutoSize = False Caption = 'Full Straight' Visible = False end object LabelVilla: TLabel Left = 8 Top = 622 Width = 92 Height = 16 Alignment = taCenter AutoSize = False Caption = 'Villa (3 + 3)' Visible = False end object LabelTower: TLabel Left = 8 Top = 642 Width = 92 Height = 16 Alignment = taCenter AutoSize = False Caption = 'Tower (2 + 4)' Visible = False end object DiceImage6: TImage Left = 144 Top = 501 Width = 24 Height = 24 AutoSize = True Picture.Data = {} OnClick = DiceImageClick end object TripleTotalLabel: TLabel Left = 8 Top = 334 Width = 92 Height = 16 Alignment = taCenter AutoSize = False Caption = 'Grand Total' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Throw: TButton Left = 39 Top = 399 Width = 153 Height = 24 Caption = 'Throw' Default = True TabOrder = 0 OnClick = ThrowClick end object Poang1: TEdit Left = 104 Top = 8 Width = 40 Height = 17 Cursor = crHandPoint TabStop = False AutoSize = False ReadOnly = True TabOrder = 1 OnClick = SifferButtonClick end object Poang2: TEdit Left = 104 Top = 25 Width = 40 Height = 17 Cursor = crHandPoint TabStop = False AutoSize = False ReadOnly = True TabOrder = 2 OnClick = SifferButtonClick end object Poang3: TEdit Left = 104 Top = 43 Width = 40 Height = 17 Cursor = crHandPoint TabStop = False AutoSize = False ReadOnly = True TabOrder = 3 OnClick = SifferButtonClick end object Poang4: TEdit Left = 104 Top = 61 Width = 40 Height = 17 Cursor = crHandPoint TabStop = False AutoSize = False ReadOnly = True TabOrder = 4 OnClick = SifferButtonClick end object Poang5: TEdit Left = 104 Top = 79 Width = 40 Height = 17 Cursor = crHandPoint TabStop = False AutoSize = False ReadOnly = True TabOrder = 5 OnClick = SifferButtonClick end object Poang6: TEdit Left = 104 Top = 97 Width = 40 Height = 17 Cursor = crHandPoint TabStop = False AutoSize = False ReadOnly = True TabOrder = 6 OnClick = SifferButtonClick end object TotalSifferPoang: TEdit Left = 104 Top = 115 Width = 40 Height = 17 Cursor = crNo TabStop = False AutoSize = False ReadOnly = True TabOrder = 7 Text = '0' end object Bonus: TEdit Left = 104 Top = 133 Width = 40 Height = 17 Cursor = crNo Hint = '-' TabStop = False AutoSize = False ReadOnly = True TabOrder = 8 end object Poang1par: TEdit Left = 104 Top = 154 Width = 40 Height = 17 Cursor = crHandPoint TabStop = False AutoSize = False ReadOnly = True TabOrder = 9 OnClick = Button1parClick end object Poang2par: TEdit Left = 104 Top = 172 Width = 40 Height = 17 Cursor = crHandPoint TabStop = False AutoSize = False ReadOnly = True TabOrder = 10 OnClick = Button2parClick end object PoangTretal: TEdit Left = 104 Top = 190 Width = 40 Height = 17 Cursor = crHandPoint TabStop = False AutoSize = False ReadOnly = True TabOrder = 11 OnClick = CheckOfAKind end object PoangFyrtal: TEdit Left = 104 Top = 208 Width = 40 Height = 17 Cursor = crHandPoint TabStop = False AutoSize = False ReadOnly = True TabOrder = 12 OnClick = CheckOfAKind end object PoangLitenStege: TEdit Left = 104 Top = 226 Width = 40 Height = 17 Cursor = crHandPoint TabStop = False AutoSize = False ReadOnly = True TabOrder = 13 OnClick = ButtonLitenStegeClick end object PoangStorStege: TEdit Left = 104 Top = 244 Width = 40 Height = 17 Cursor = crHandPoint TabStop = False AutoSize = False ReadOnly = True TabOrder = 14 OnClick = ButtonStorStegeClick end object PoangKok: TEdit Left = 104 Top = 262 Width = 40 Height = 17 Cursor = crHandPoint TabStop = False AutoSize = False ReadOnly = True TabOrder = 15 OnClick = ButtonKokClick end object PoangYatzy: TEdit Left = 104 Top = 298 Width = 40 Height = 17 Cursor = crHandPoint TabStop = False AutoSize = False ReadOnly = True TabOrder = 16 OnClick = ButtonYatzyClick end object TotalPoang: TEdit Left = 104 Top = 316 Width = 40 Height = 17 Cursor = crNo TabStop = False AutoSize = False ReadOnly = True TabOrder = 17 Text = '0' end object PoangChans: TEdit Left = 104 Top = 280 Width = 40 Height = 17 Cursor = crHandPoint TabStop = False AutoSize = False ReadOnly = True TabOrder = 18 OnClick = ButtonChansClick end object Poang2ColorPair: TEdit Left = 104 Top = 500 Width = 40 Height = 17 Cursor = crHandPoint TabStop = False AutoSize = False ReadOnly = True TabOrder = 19 Visible = False OnClick = Poang2ColorPairClick end object PoangFlush: TEdit Left = 104 Top = 520 Width = 40 Height = 17 Cursor = crHandPoint TabStop = False AutoSize = False ReadOnly = True TabOrder = 20 Visible = False OnClick = PoangFlushClick end object PoangColorHouse: TEdit Left = 104 Top = 540 Width = 40 Height = 17 Cursor = crHandPoint TabStop = False AutoSize = False ReadOnly = True TabOrder = 21 Visible = False OnClick = PoangColorHouseClick end object Poang3par: TEdit Left = 104 Top = 560 Width = 40 Height = 17 Cursor = crHandPoint TabStop = False AutoSize = False ReadOnly = True TabOrder = 22 Visible = False OnClick = Poang3parClick end object PoangFemtal: TEdit Left = 104 Top = 580 Width = 40 Height = 17 Cursor = crHandPoint TabStop = False AutoSize = False ReadOnly = True TabOrder = 23 Visible = False OnClick = CheckOfAKind end object PoangFullStraight: TEdit Left = 104 Top = 600 Width = 40 Height = 17 Cursor = crHandPoint TabStop = False AutoSize = False ReadOnly = True TabOrder = 24 Visible = False OnClick = PoangFullStraightClick end object PoangVilla: TEdit Left = 104 Top = 620 Width = 40 Height = 17 Cursor = crHandPoint TabStop = False AutoSize = False ReadOnly = True TabOrder = 25 Visible = False OnClick = PoangVillaClick end object PoangTower: TEdit Left = 104 Top = 640 Width = 40 Height = 17 Cursor = crHandPoint TabStop = False AutoSize = False ReadOnly = True TabOrder = 26 Visible = False OnClick = PoangTowerClick end object Poang1x2: TEdit Left = 144 Top = 8 Width = 40 Height = 17 Cursor = crHandPoint TabStop = False AutoSize = False ReadOnly = True TabOrder = 27 Visible = False OnClick = SifferButtonClick end object Poang2x2: TEdit Left = 144 Top = 25 Width = 40 Height = 17 Cursor = crHandPoint TabStop = False AutoSize = False ReadOnly = True TabOrder = 28 Visible = False OnClick = SifferButtonClick end object Poang3x2: TEdit Left = 144 Top = 43 Width = 40 Height = 17 Cursor = crHandPoint TabStop = False AutoSize = False ReadOnly = True TabOrder = 29 Visible = False OnClick = SifferButtonClick end object Poang4x2: TEdit Left = 144 Top = 61 Width = 40 Height = 17 Cursor = crHandPoint TabStop = False AutoSize = False ReadOnly = True TabOrder = 30 Visible = False OnClick = SifferButtonClick end object Poang5x2: TEdit Left = 144 Top = 79 Width = 40 Height = 17 Cursor = crHandPoint TabStop = False AutoSize = False ReadOnly = True TabOrder = 31 Visible = False OnClick = SifferButtonClick end object Poang6x2: TEdit Left = 144 Top = 97 Width = 40 Height = 17 Cursor = crHandPoint TabStop = False AutoSize = False ReadOnly = True TabOrder = 32 Visible = False OnClick = SifferButtonClick end object TotalSifferPoangx2: TEdit Left = 144 Top = 115 Width = 40 Height = 17 Cursor = crNo TabStop = False AutoSize = False ReadOnly = True TabOrder = 33 Text = '0' Visible = False end object Bonusx2: TEdit Left = 144 Top = 133 Width = 40 Height = 17 Cursor = crNo TabStop = False AutoSize = False ReadOnly = True TabOrder = 34 Visible = False end object Poang1parx2: TEdit Left = 144 Top = 154 Width = 40 Height = 17 Cursor = crHandPoint TabStop = False AutoSize = False ReadOnly = True TabOrder = 35 Visible = False OnClick = Button1parClick end object Poang2parx2: TEdit Left = 144 Top = 172 Width = 40 Height = 17 Cursor = crHandPoint TabStop = False AutoSize = False ReadOnly = True TabOrder = 36 Visible = False OnClick = Button2parClick end object PoangTretalx2: TEdit Left = 144 Top = 190 Width = 40 Height = 17 Cursor = crHandPoint TabStop = False AutoSize = False ReadOnly = True TabOrder = 37 Visible = False OnClick = CheckOfAKind end object PoangFyrtalx2: TEdit Left = 144 Top = 208 Width = 40 Height = 17 Cursor = crHandPoint TabStop = False AutoSize = False ReadOnly = True TabOrder = 38 Visible = False OnClick = CheckOfAKind end object PoangLitenStegex2: TEdit Left = 144 Top = 226 Width = 40 Height = 17 Cursor = crHandPoint TabStop = False AutoSize = False ReadOnly = True TabOrder = 39 Visible = False OnClick = ButtonLitenStegeClick end object PoangStorStegex2: TEdit Left = 144 Top = 244 Width = 40 Height = 17 Cursor = crHandPoint TabStop = False AutoSize = False ReadOnly = True TabOrder = 40 Visible = False OnClick = ButtonStorStegeClick end object PoangKokx2: TEdit Left = 144 Top = 262 Width = 40 Height = 17 Cursor = crHandPoint TabStop = False AutoSize = False ReadOnly = True TabOrder = 41 Visible = False OnClick = ButtonKokClick end object PoangYatzyx2: TEdit Left = 144 Top = 298 Width = 40 Height = 17 Cursor = crHandPoint TabStop = False AutoSize = False ReadOnly = True TabOrder = 42 Visible = False OnClick = ButtonYatzyClick end object TotalPoangx2: TEdit Left = 144 Top = 316 Width = 40 Height = 17 Cursor = crNo TabStop = False AutoSize = False ReadOnly = True TabOrder = 43 Text = '0' Visible = False end object PoangChansx2: TEdit Left = 144 Top = 280 Width = 40 Height = 17 Cursor = crHandPoint TabStop = False AutoSize = False ReadOnly = True TabOrder = 44 Visible = False OnClick = ButtonChansClick end object Poang1x3: TEdit Left = 184 Top = 8 Width = 40 Height = 17 Cursor = crHandPoint TabStop = False AutoSize = False ReadOnly = True TabOrder = 45 Visible = False OnClick = SifferButtonClick end object Poang2x3: TEdit Left = 184 Top = 25 Width = 40 Height = 17 Cursor = crHandPoint TabStop = False AutoSize = False ReadOnly = True TabOrder = 46 Visible = False OnClick = SifferButtonClick end object Poang3x3: TEdit Left = 184 Top = 43 Width = 40 Height = 17 Cursor = crHandPoint TabStop = False AutoSize = False ReadOnly = True TabOrder = 47 Visible = False OnClick = SifferButtonClick end object Poang4x3: TEdit Left = 184 Top = 61 Width = 40 Height = 17 Cursor = crHandPoint TabStop = False AutoSize = False ReadOnly = True TabOrder = 48 Visible = False OnClick = SifferButtonClick end object Poang5x3: TEdit Left = 184 Top = 79 Width = 40 Height = 17 Cursor = crHandPoint TabStop = False AutoSize = False ReadOnly = True TabOrder = 49 Visible = False OnClick = SifferButtonClick end object Poang6x3: TEdit Left = 184 Top = 97 Width = 40 Height = 17 Cursor = crHandPoint TabStop = False AutoSize = False ReadOnly = True TabOrder = 50 Visible = False OnClick = SifferButtonClick end object TotalSifferPoangx3: TEdit Left = 184 Top = 115 Width = 40 Height = 17 Cursor = crNo TabStop = False AutoSize = False ReadOnly = True TabOrder = 51 Text = '0' Visible = False end object Bonusx3: TEdit Left = 184 Top = 133 Width = 40 Height = 17 Cursor = crNo TabStop = False AutoSize = False ReadOnly = True TabOrder = 52 Visible = False end object Poang1parx3: TEdit Left = 184 Top = 154 Width = 40 Height = 17 Cursor = crHandPoint TabStop = False AutoSize = False ReadOnly = True TabOrder = 53 Visible = False OnClick = Button1parClick end object Poang2parx3: TEdit Left = 184 Top = 172 Width = 40 Height = 17 Cursor = crHandPoint TabStop = False AutoSize = False ReadOnly = True TabOrder = 54 Visible = False OnClick = Button2parClick end object PoangTretalx3: TEdit Left = 184 Top = 190 Width = 40 Height = 17 Cursor = crHandPoint TabStop = False AutoSize = False ReadOnly = True TabOrder = 55 Visible = False OnClick = CheckOfAKind end object PoangFyrtalx3: TEdit Left = 184 Top = 208 Width = 40 Height = 17 Cursor = crHandPoint TabStop = False AutoSize = False ReadOnly = True TabOrder = 56 Visible = False OnClick = CheckOfAKind end object PoangLitenStegex3: TEdit Left = 184 Top = 226 Width = 40 Height = 17 Cursor = crHandPoint TabStop = False AutoSize = False ReadOnly = True TabOrder = 57 Visible = False OnClick = ButtonLitenStegeClick end object PoangStorStegex3: TEdit Left = 184 Top = 244 Width = 40 Height = 17 Cursor = crHandPoint TabStop = False AutoSize = False ReadOnly = True TabOrder = 58 Visible = False OnClick = ButtonStorStegeClick end object PoangKokx3: TEdit Left = 184 Top = 262 Width = 40 Height = 17 Cursor = crHandPoint TabStop = False AutoSize = False ReadOnly = True TabOrder = 59 Visible = False OnClick = ButtonKokClick end object PoangYatzyx3: TEdit Left = 184 Top = 298 Width = 40 Height = 17 Cursor = crHandPoint TabStop = False AutoSize = False ReadOnly = True TabOrder = 60 Visible = False OnClick = ButtonYatzyClick end object TotalPoangx3: TEdit Left = 184 Top = 316 Width = 40 Height = 17 Cursor = crNo TabStop = False AutoSize = False ReadOnly = True TabOrder = 61 Text = '0' Visible = False end object PoangChansx3: TEdit Left = 184 Top = 280 Width = 40 Height = 17 Cursor = crHandPoint TabStop = False AutoSize = False ReadOnly = True TabOrder = 62 Visible = False OnClick = ButtonChansClick end object TripleTotal: TEdit Left = 104 Top = 334 Width = 120 Height = 17 Cursor = crNo TabStop = False AutoSize = False ReadOnly = True TabOrder = 63 Text = '0' end object MainMenu1: TMainMenu Left = 224 Top = 8 object Game: TMenuItem Caption = '&Game' object Nyttspel: TMenuItem Caption = '&New' ShortCut = 113 OnClick = NyttspelClick end object Topplista1: TMenuItem Caption = '&Highscores...' ShortCut = 114 OnClick = Topplista1Click end object N2: TMenuItem Caption = '-' end object Rules: TMenuItem Caption = '&Rules' GroupIndex = 1 object AmeRegler: TMenuItem Caption = '&Yahtzee (American)' GroupIndex = 1 RadioItem = True OnClick = ReglerClick end object SveRegler: TMenuItem Caption = 'Yahtzee (&Swedish)' Checked = True GroupIndex = 1 RadioItem = True OnClick = ReglerClick end object Maxi: TMenuItem Caption = '&Maxi Yahtzee' GroupIndex = 1 RadioItem = True OnClick = ReglerClick end object Triple: TMenuItem Caption = '&Triple Yahtzee' GroupIndex = 1 RadioItem = True OnClick = ReglerClick end object Kismet: TMenuItem Caption = '&Kismet' GroupIndex = 1 RadioItem = True OnClick = ReglerClick end end object N4: TMenuItem Caption = '-' GroupIndex = 1 end object Undo: TMenuItem Caption = '&Undo' GroupIndex = 1 ShortCut = 46 OnClick = UndoClick end object N1: TMenuItem Caption = '-' GroupIndex = 1 end object Avsluta1: TMenuItem Caption = 'E&xit' GroupIndex = 1 OnClick = Avsluta1Click end end object Regler: TMenuItem Caption = '&Options' object Ljud: TMenuItem Caption = 'S&ound' Checked = True GroupIndex = 1 OnClick = LjudClick end object N3: TMenuItem Caption = '-' GroupIndex = 1 end object PlayerSettings: TMenuItem Caption = '&Players...' GroupIndex = 1 OnClick = PlayerSettingsClick end object Settings: TMenuItem Caption = '&Settings...' GroupIndex = 1 OnClick = SettingsClick end end object Hjlp1: TMenuItem Caption = '&Help' GroupIndex = 1 object Hjlp2: TMenuItem Caption = '&Help' ShortCut = 112 OnClick = Hjlp2Click end object N6: TMenuItem Caption = '-' end object OrderYahtzee: TMenuItem Caption = '&Order All In One Yahtzee' OnClick = OrderYahtzeeClick end object OrderAllInOneYahtzeeOnline: TMenuItem Caption = 'Ord&er All In One Yahtzee Online' OnClick = OrderAllInOneYahtzeeOnlineClick end object N5: TMenuItem Caption = '-' end object AllInOneYahtzeeWebsite1: TMenuItem Caption = 'All In One Yahtzee &Website' OnClick = AllInOneYahtzeeWebsite1Click end object N8: TMenuItem Caption = '-' end object Registrera1: TMenuItem Caption = '&Register...' OnClick = Registrera1Click end object N7: TMenuItem Caption = '-' end object Om1: TMenuItem Caption = '&About...' OnClick = Om1Click end end end end