Delphi-Quellcode:
object Form1: TForm1
Left = 0
Top = 0
Caption = 'TicTacToe'
ClientHeight = 455
ClientWidth = 582
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 8
Width = 137
Height = 129
Alignment = taCenter
AutoSize = False
Color = clWhite
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -107
Font.Name = 'Tahoma'
Font.Style = []
ParentColor = False
ParentFont = False
OnClick = Label1Click
end
object Label2: TLabel
Left = 151
Top = 8
Width = 137
Height = 129
Alignment = taCenter
AutoSize = False
Color = clWhite
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -107
Font.Name = 'Tahoma'
Font.Style = []
ParentColor = False
ParentFont = False
OnClick = Label2Click
end
object Label3: TLabel
Left = 294
Top = 8
Width = 137
Height = 129
Alignment = taCenter
AutoSize = False
Color = clWhite
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -107
Font.Name = 'Tahoma'
Font.Style = []
ParentColor = False
ParentFont = False
OnClick = Label3Click
end
object Label4: TLabel
Left = 8
Top = 143
Width = 137
Height = 129
Alignment = taCenter
AutoSize = False
Color = clWhite
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -107
Font.Name = 'Tahoma'
Font.Style = []
ParentColor = False
ParentFont = False
OnClick = Label4Click
end
object Label5: TLabel
Left = 151
Top = 143
Width = 137
Height = 129
Alignment = taCenter
AutoSize = False
Color = clWhite
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -107
Font.Name = 'Tahoma'
Font.Style = []
ParentColor = False
ParentFont = False
OnClick = Label5Click
end
object Label6: TLabel
Left = 294
Top = 143
Width = 137
Height = 129
Alignment = taCenter
AutoSize = False
Color = clWhite
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -107
Font.Name = 'Tahoma'
Font.Style = []
ParentColor = False
ParentFont = False
OnClick = Label6Click
end
object Label8: TLabel
Left = 151
Top = 278
Width = 137
Height = 129
Alignment = taCenter
AutoSize = False
Color = clWhite
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -107
Font.Name = 'Tahoma'
Font.Style = []
ParentColor = False
ParentFont = False
OnClick = Label8Click
end
object Label9: TLabel
Left = 294
Top = 278
Width = 137
Height = 129
Alignment = taCenter
AutoSize = False
Color = clWhite
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -107
Font.Name = 'Tahoma'
Font.Style = []
ParentColor = False
ParentFont = False
OnClick = Label9Click
end
object Label10: TLabel
Left = 437
Top = 8
Width = 221
Height = 33
AutoSize = False
end
object Label7: TLabel
Left = 8
Top = 278
Width = 137
Height = 129
Alignment = taCenter
AutoSize = False
Color = clBtnHighlight
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -107
Font.Name = 'Tahoma'
Font.Style = []
ParentColor = False
ParentFont = False
OnClick = Label7Click
end
object CloseButton: TButton
Left = 437
Top = 342
Width = 137
Height = 65
Caption = 'Schlie'#223'en'
TabOrder = 0
OnClick = CloseButtonClick
end
object NewGameButton: TButton
Left = 437
Top = 271
Width = 137
Height = 65
Caption = 'Neues Spiel'
TabOrder = 1
OnClick = NewGameButtonClick
end
end
ach du liebe Zeit... was ist denn das?!