-
Notifications
You must be signed in to change notification settings - Fork 0
/
TicTacToe_Final.Windows.fmx
54 lines (54 loc) · 1.73 KB
/
TicTacToe_Final.Windows.fmx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
inherited Form1_Windows: TForm1_Windows
DesignerMasterStyle = 0
inherited Button1: TButton
TextSettings.Font.StyleExt = {00070000000000000004000000}
end
inherited Button10: TButton
TextSettings.Font.StyleExt = {00070000000000000004000000}
end
inherited Button2: TButton
TextSettings.Font.StyleExt = {00070000000000000004000000}
end
inherited Button3: TButton
TextSettings.Font.StyleExt = {00070000000000000004000000}
end
inherited Button4: TButton
TextSettings.Font.StyleExt = {00070000000000000004000000}
end
inherited Button5: TButton
TextSettings.Font.StyleExt = {00070000000000000004000000}
end
inherited Button6: TButton
TextSettings.Font.StyleExt = {00070000000000000004000000}
end
inherited Button7: TButton
TextSettings.Font.StyleExt = {00070000000000000004000000}
end
inherited Button8: TButton
TextSettings.Font.StyleExt = {00070000000000000004000000}
end
inherited Button9: TButton
TextSettings.Font.StyleExt = {00070000000000000004000000}
end
inherited KiskiBaari: TLabel
TextSettings.Font.StyleExt = {00040000000200000004000000}
end
inherited Label2: TLabel
TextSettings.Font.StyleExt = {00040000000200000004000000}
end
inherited MainTitle: TLabel
TextSettings.Font.StyleExt = {00070000000000000004000000}
end
inherited MakeMove: TLabel
TextSettings.Font.StyleExt = {00040000000200000004000000}
end
inherited Mode: TButton
TextSettings.Font.StyleExt = {00040000000200000004000000}
end
inherited Restart: TButton
TextSettings.Font.StyleExt = {00070000000000000004000000}
end
inherited Label1: TLabel
TextSettings.Font.StyleExt = {00070000000000000004000000}
end
end