-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathunitchesstegmain.lfm
218 lines (218 loc) · 4.06 KB
/
unitchesstegmain.lfm
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
object frmChessteg: TfrmChessteg
Left = 389
Height = 479
Top = 375
Width = 425
Caption = 'Chessteg'
ClientHeight = 479
ClientWidth = 425
OnCreate = FormCreate
OnDestroy = FormDestroy
LCLVersion = '2.0.12.0'
object grdBrettansicht: TStringGrid
AnchorSideLeft.Side = asrCenter
Left = 8
Height = 404
Top = 8
Width = 408
AutoEdit = False
ColCount = 8
DefaultColWidth = 50
DefaultRowHeight = 50
FixedCols = 0
FixedRows = 0
RowCount = 8
TabOrder = 0
OnDrawCell = grdBrettansichtDrawCell
OnSelectCell = grdBrettansichtSelectCell
end
object btnNaechsterZug: TButton
Left = 104
Height = 25
Top = 448
Width = 150
Caption = '&Nächster Zug'
OnClick = btnNaechsterZugClick
TabOrder = 1
end
object LabelSpielerzug: TLabel
Left = 16
Height = 16
Top = 432
Width = 433
Caption = 'Spieler: Weiss markiert Zug mit der Maus und klickt auf [Nächster Zug]'
ParentColor = False
OnClick = LabelSpielerzugClick
end
object von: TEdit
Left = 288
Height = 22
Top = 452
Width = 32
Enabled = False
TabStop = False
TabOrder = 2
Text = '0'
end
object LabelZugVon: TLabel
Left = 264
Height = 16
Top = 460
Width = 26
Caption = 'von:'
ParentColor = False
end
object nach: TEdit
Left = 360
Height = 22
Top = 452
Width = 32
Enabled = False
TabOrder = 3
Text = '0'
end
object LabelZugNach: TLabel
Left = 328
Height = 16
Top = 460
Width = 33
Caption = 'nach:'
ParentColor = False
end
object StaticText1: TStaticText
Left = 417
Height = 17
Top = 26
Width = 23
Caption = '1'
TabOrder = 4
end
object StaticText2: TStaticText
Left = 417
Height = 17
Top = 72
Width = 23
Caption = '2'
TabOrder = 5
end
object StaticText3: TStaticText
Left = 417
Height = 17
Top = 128
Width = 23
Caption = '3'
TabOrder = 6
end
object StaticText4: TStaticText
Left = 417
Height = 17
Top = 176
Width = 23
Caption = '4'
TabOrder = 7
end
object StaticText5: TStaticText
Left = 417
Height = 17
Top = 224
Width = 23
Caption = '5'
TabOrder = 8
end
object StaticText6: TStaticText
Left = 417
Height = 17
Top = 272
Width = 23
Caption = '6'
TabOrder = 9
end
object StaticText7: TStaticText
Left = 416
Height = 17
Top = 328
Width = 23
Caption = '7'
TabOrder = 10
end
object StaticText8: TStaticText
Left = 416
Height = 17
Top = 376
Width = 23
Caption = '8'
TabOrder = 11
end
object StaticText9: TStaticText
Left = 16
Height = 17
Top = 416
Width = 23
Caption = 'H'
TabOrder = 12
end
object StaticText10: TStaticText
Left = 72
Height = 17
Top = 416
Width = 23
Caption = 'G'
TabOrder = 13
end
object StaticText11: TStaticText
Left = 120
Height = 17
Top = 416
Width = 23
Caption = 'F'
TabOrder = 14
end
object StaticText12: TStaticText
Left = 176
Height = 17
Top = 416
Width = 23
Caption = 'E'
TabOrder = 15
end
object StaticText13: TStaticText
Left = 224
Height = 17
Top = 416
Width = 23
Caption = 'D'
TabOrder = 16
end
object StaticText14: TStaticText
Left = 272
Height = 17
Top = 416
Width = 23
Caption = 'C'
TabOrder = 17
end
object StaticText15: TStaticText
Left = 320
Height = 17
Top = 416
Width = 23
Caption = 'B'
TabOrder = 18
end
object StaticText16: TStaticText
Left = 368
Height = 17
Top = 416
Width = 23
Caption = 'A'
TabOrder = 19
end
object amZug: TLabel
Left = 16
Height = 16
Top = 458
Width = 85
Caption = 'Weiss am Zug'
ParentColor = False
end
end