object Form1: TForm1 Left = 192 Top = 114 Width = 236 Height = 274 Caption = 'W'#252'rfelspiel' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 24 Top = 72 Width = 60 Height = 13 Caption = 'erster W'#252'rfel' end object Label2: TLabel Left = 24 Top = 104 Width = 67 Height = 13 Caption = 'zweiter W'#252'rfel' end object Label3: TLabel Left = 24 Top = 136 Width = 60 Height = 13 Caption = 'dritter W'#252'rfel' end object Label4: TLabel Left = 24 Top = 200 Width = 34 Height = 13 Caption = 'Punkte' end object btnWuerfeln: TButton Left = 24 Top = 16 Width = 177 Height = 49 Caption = 'W'#252'rfeln' TabOrder = 0 OnClick = btnWuerfelnClick end object edtPkt: TEdit Left = 128 Top = 200 Width = 73 Height = 21 TabOrder = 1 end object edtW3: TEdit Left = 128 Top = 136 Width = 73 Height = 21 TabOrder = 2 end object edtW2: TEdit Left = 128 Top = 104 Width = 73 Height = 21 TabOrder = 3 end object edtW1: TEdit Left = 128 Top = 72 Width = 73 Height = 21 TabOrder = 4 end end