-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathForm1.cs
More file actions
586 lines (513 loc) · 29.3 KB
/
Form1.cs
File metadata and controls
586 lines (513 loc) · 29.3 KB
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
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Runtime.InteropServices; //FLAT GUI drag mouse
using System.Threading.Tasks;
using System.Windows.Forms;
using System.Globalization;
namespace WindowsFormsApp1
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
int counter=0, lang=0;
//Panel2 = Mouse Drag (Flat GUI)
public const int WM_NCLBUTTONDOWN = 0xA1;
public const int HT_CAPTION = 0x2;
[DllImportAttribute("user32.dll")]
public static extern int SendMessage(IntPtr hWnd, int Msg, int wParam, int lParam);
[DllImportAttribute("user32.dll")]
public static extern bool ReleaseCapture();
private void Form1_Load(object sender, EventArgs e)
{
Size = new Size(739, 194);
panel1.Location = new Point(-12, 150);
CultureInfo cinfo = CultureInfo.InstalledUICulture;
label2.Text = "To do:";
label1.Text = "Let's get started ! First arrange a white cross, the arms of which will \r\nbe of the the same color as the centers of the other walls adjacent to it.";
if (cinfo.Name == "pl-PL")
{
label1.Text = "Zaczynajmy ! Najpierw ułóż biały krzyż, którego ramiona będą tego\n" +
"samego koloru co środki innych ścian do niego przylegających.";
label2.Text = "Polecenie:";
}
}
//gonext button
private void button1_Click(object sender, EventArgs e)
{
counter++;
if (counter == 0)
{
Size = new Size(739, 194);
panel1.Location = new Point(-12, 150);
CultureInfo cinfo = CultureInfo.InstalledUICulture;
label2.Text = "To do:";
label1.Text = "Let's get started ! First arrange a white cross, the arms of which will \r\nbe of the the same color as the centers of the other walls adjacent to it.";
if (cinfo.Name == "pl-PL")
{
label1.Text = "Zaczynajmy ! Najpierw ułóż biały krzyż, którego ramiona będą tego\n" +
"samego koloru co środki innych ścian do niego przylegających.";
label2.Text = "Polecenie:";
}
pictureBox1.Image = WindowsFormsApp1.Properties.Resources.PictureBox11;
}
if (counter == 1)
{
CultureInfo cinfo = CultureInfo.InstalledUICulture;
label1.Text = "And now let's get on with inserting the corners into our cross, \nso as to keep the same color as it is on the blocks next to it, \nwhile substituting a block under the place we have chosen. \nRepeat the algorithm until you get it right.";
if (cinfo.Name == "pl-PL")
{
label1.Text = "A teraz zajmijmy się wstawianiem narożników do naszego krzyża,\n" +
"tak aby zachować ten sam kolor jaki jest na klockach obok,\n przy czym podstaw " +
"klocek pod wybrane przez nas miejsce. \nAlgorytm powtarzać aż do skutku.";
}
pictureBox1.Image = WindowsFormsApp1.Properties.Resources._2;
pictureBox2.Image = WindowsFormsApp1.Properties.Resources.o1;
Size = new Size(739, 294);
panel1.Location = new Point(-12, 250);
pictureBox7.Visible = false;
pictureBox8.Visible = false;
pictureBox9.Visible = false;
pictureBox10.Visible = false;
pictureBox3.Image = WindowsFormsApp1.Properties.Resources.l2;
pictureBox4.Image = WindowsFormsApp1.Properties.Resources.g1;
pictureBox5.Image = WindowsFormsApp1.Properties.Resources.l1;
pictureBox6.Image = WindowsFormsApp1.Properties.Resources.g2;
}
if (counter==2)
{
CultureInfo cinfo = CultureInfo.InstalledUICulture;
label1.Text = "Then turn the cube with the white color down, as\nwe will now deal with putting the blocks from point \nA in place of the blocks at point B.";
if (cinfo.Name == "pl-PL")
{
label1.Text = "Następnie odwróc kostkę białym kolorem do dołu, gdyż\n " +
"zajmiemy się teraz wkładaniem klocków z punktu\nA w miejsce " +
"klocków w punkcie B.";
}
pictureBox1.Image = WindowsFormsApp1.Properties.Resources._3;
pictureBox2.Image = WindowsFormsApp1.Properties.Resources.o21;
pictureBox19.Image = WindowsFormsApp1.Properties.Resources.o22;
pictureBox7.Visible = true;
pictureBox8.Visible = true;
pictureBox9.Visible = true;
pictureBox10.Visible = true;
pictureBox3.Image = WindowsFormsApp1.Properties.Resources.j1;
pictureBox4.Image = WindowsFormsApp1.Properties.Resources.l1;
pictureBox5.Image = WindowsFormsApp1.Properties.Resources.j2;
pictureBox6.Image = WindowsFormsApp1.Properties.Resources.l2;
pictureBox7.Image = WindowsFormsApp1.Properties.Resources.j2;
pictureBox8.Image = WindowsFormsApp1.Properties.Resources.k1;
pictureBox9.Image = WindowsFormsApp1.Properties.Resources.j1;
pictureBox10.Image = WindowsFormsApp1.Properties.Resources.k2;
pictureBox18.Image = WindowsFormsApp1.Properties.Resources.j2;
pictureBox17.Image = WindowsFormsApp1.Properties.Resources.h2;
pictureBox16.Image = WindowsFormsApp1.Properties.Resources.j1;
pictureBox15.Image = WindowsFormsApp1.Properties.Resources.h1;
pictureBox14.Image = WindowsFormsApp1.Properties.Resources.j1;
pictureBox13.Image = WindowsFormsApp1.Properties.Resources.k2;
pictureBox12.Image = WindowsFormsApp1.Properties.Resources.j2;
pictureBox11.Image = WindowsFormsApp1.Properties.Resources.k1;
pictureBox9.Visible = true;
pictureBox10.Visible = true;
pictureBox12.Visible = true;
pictureBox11.Visible = true;
pictureBox21.Visible = true;
pictureBox20.Visible = true;
Size = new Size(739, 378);
panel1.Location = new Point(-12, 334);
}
if (counter == 3)
{
CultureInfo cinfo = CultureInfo.InstalledUICulture;
label1.Text = "In this part, it is important to arrange the cube in the hand before \nexecuting the algorithm, which is the same for 3 different \npatterns in order to arrange the yellow cross without affecting the rest.";
if (cinfo.Name == "pl-PL")
{
label1.Text = "W tej części wazne jest ułożenie kostki w dłoni przed\n" +
"wykonaniem algorytmu, który jest ten sam dla 3 różnych\n" +
"wzorów w celu ułożenia żółtego krzyża nie naruszając reszty.";
}
pictureBox1.Image = WindowsFormsApp1.Properties.Resources._4;
pictureBox2.Image = WindowsFormsApp1.Properties.Resources.o31;
pictureBox19.Image = WindowsFormsApp1.Properties.Resources.o32;
pictureBox28.Image = WindowsFormsApp1.Properties.Resources.o33;
pictureBox3.Image = WindowsFormsApp1.Properties.Resources.k1;
pictureBox4.Image = WindowsFormsApp1.Properties.Resources.h2;
pictureBox5.Image = WindowsFormsApp1.Properties.Resources.j2;
pictureBox6.Image = WindowsFormsApp1.Properties.Resources.h1;
pictureBox7.Image = WindowsFormsApp1.Properties.Resources.j1;
pictureBox8.Image = WindowsFormsApp1.Properties.Resources.k2;
pictureBox9.Visible = false;
pictureBox10.Visible = false;
pictureBox18.Image = WindowsFormsApp1.Properties.Resources.k1;
pictureBox17.Image = WindowsFormsApp1.Properties.Resources.h2;
pictureBox16.Image = WindowsFormsApp1.Properties.Resources.j2;
pictureBox15.Image = WindowsFormsApp1.Properties.Resources.h1;
pictureBox14.Image = WindowsFormsApp1.Properties.Resources.j1;
pictureBox13.Image = WindowsFormsApp1.Properties.Resources.k2;
pictureBox12.Visible = false;
pictureBox11.Visible = false;
pictureBox27.Image = WindowsFormsApp1.Properties.Resources.k1;
pictureBox26.Image = WindowsFormsApp1.Properties.Resources.h2;
pictureBox25.Image = WindowsFormsApp1.Properties.Resources.j2;
pictureBox24.Image = WindowsFormsApp1.Properties.Resources.h1;
pictureBox23.Image = WindowsFormsApp1.Properties.Resources.j1;
pictureBox22.Image = WindowsFormsApp1.Properties.Resources.k2;
pictureBox21.Visible = false;
pictureBox20.Visible = false;
label3.Visible = false;
Size = new Size(739, 458);
panel1.Location = new Point(-12, 415);
pictureBox2.Visible = true;
pictureBox19.Visible = true;
pictureBox17.Visible = true;
pictureBox16.Visible = true;
pictureBox15.Visible = true;
pictureBox13.Visible = true;
label4.Visible = false;
label5.Visible = false;
}
if (counter == 4)
{
pictureBox1.Image = WindowsFormsApp1.Properties.Resources._5;
pictureBox9.Visible = true;
pictureBox10.Visible = true;
pictureBox12.Visible = true;
pictureBox11.Visible = true;
pictureBox21.Visible = true;
pictureBox20.Visible = true;
Size = new Size(739, 378);
panel1.Location = new Point(-12, 334);
CultureInfo cinfo = CultureInfo.InstalledUICulture;
label1.Text = "The next step will be to position the arms of our cross \nso that the color is the same as the centers of the other walls. \nTo make the algorithm, we move the top yellow wall so that \nwe get any of the patterns shown below.";
if (cinfo.Name == "pl-PL")
{
label1.Text = "Kolejny etapem będzie ustawienie ramion naszego krzyża " +
"tak by\nkolor był ten sam co środki innych ścian. W celu wykonania\n" +
"algorytmu przesuwamy górną żółtą ściane tak by uzyskać któryś z\n" +
"przedstawionych poniżej wzorów.";
}
label3.Visible = true;
pictureBox3.Image = WindowsFormsApp1.Properties.Resources.h2;
pictureBox4.Image = WindowsFormsApp1.Properties.Resources.j2;
pictureBox5.Image = WindowsFormsApp1.Properties.Resources.h1;
pictureBox6.Image = WindowsFormsApp1.Properties.Resources.j2;
pictureBox7.Image = WindowsFormsApp1.Properties.Resources.h2;
pictureBox8.Image = WindowsFormsApp1.Properties.Resources.j2;
pictureBox9.Image = WindowsFormsApp1.Properties.Resources.h1;
pictureBox10.Image = WindowsFormsApp1.Properties.Resources.j2;
pictureBox18.Image = WindowsFormsApp1.Properties.Resources.o41;
pictureBox17.Visible = false;
pictureBox16.Visible = false;
pictureBox15.Visible = false;
pictureBox14.Image = WindowsFormsApp1.Properties.Resources.o42;
pictureBox13.Visible = false;
pictureBox12.Visible = false;
pictureBox11.Visible = false;
pictureBox2.Visible = false;
pictureBox19.Visible = false;
label4.Visible = true;
label5.Visible = true;
label4.Text = "Two adjacent side by side \nWe arrange in this case \nfrom the color green.";
label5.Text = "Two against each other \nArrange from one of the \nselected, here blue.";
if (cinfo.Name == "pl-PL")
{
label4.Text = "Dwa sąsiadujące obok siebie\nUkładamy w tym przypadku\nod koloru zielonego.";
label5.Text = "Dwa na przeciwko siebie\nUkładamy od jednego z\nwybranych, tutaj niebieski.";
}
}
if (counter == 5)
{
label4.Visible = false;
label5.Visible = false;
label3.Visible = false;
pictureBox2.Visible = true;
pictureBox2.Image = WindowsFormsApp1.Properties.Resources.o51;
pictureBox1.Image = WindowsFormsApp1.Properties.Resources._6;
pictureBox3.Image = WindowsFormsApp1.Properties.Resources.h2;
pictureBox4.Image = WindowsFormsApp1.Properties.Resources.j1;
pictureBox5.Image = WindowsFormsApp1.Properties.Resources.l1;
pictureBox6.Image = WindowsFormsApp1.Properties.Resources.j2;
pictureBox7.Image = WindowsFormsApp1.Properties.Resources.h1;
pictureBox8.Image = WindowsFormsApp1.Properties.Resources.j1;
pictureBox9.Image = WindowsFormsApp1.Properties.Resources.l2;
pictureBox10.Image = WindowsFormsApp1.Properties.Resources.j2;
CultureInfo cinfo = CultureInfo.InstalledUICulture;
label1.Text = "Find the corner that is in its place, it may be turned wrong, \nalgorithm perform holding the cube having it on the left side. \nIf none is found, start the algorithm from any side. \nDo the algorithm until the corners are in their places.";
if (cinfo.Name == "pl-PL")
{
label1.Text = "Znajdź narożnik, który jest na swoim miejscu, może być źle " +
"odwrócony,\n algorytm wykonuj trzymając kostkę mając go po z lewej strony.\n" +
"Jeżeli nie znaleziono żadnego, algorytm zacznij z jakiejkolwiek strony." +
"\nAlgorytm robić do skutku, aż narożniki znajdą się na swoich miejscach.";
}
pictureBox7.Visible = true;
pictureBox8.Visible = true;
pictureBox9.Visible = true;
pictureBox10.Visible = true;
Size = new Size(739, 294);
panel1.Location = new Point(-12, 250);
}
if (counter == 6)
{
pictureBox3.Image = WindowsFormsApp1.Properties.Resources.l2;
pictureBox4.Image = WindowsFormsApp1.Properties.Resources.g1;
pictureBox5.Image = WindowsFormsApp1.Properties.Resources.l1;
pictureBox6.Image = WindowsFormsApp1.Properties.Resources.g2;
pictureBox7.Visible = false;
pictureBox8.Visible = false;
pictureBox9.Visible = false;
pictureBox10.Visible = false;
CultureInfo cinfo = CultureInfo.InstalledUICulture;
label1.Text = "Now you just need to turn the corners in the right direction. \nWe repeat 1 algorithm until the corner does not enter its \nplace correctly. We do not rotate the whole cube cure only \nthe top yellow layer and do so for all wrongly rotated corners.";
if (cinfo.Name == "pl-PL")
{
label1.Text = "Teraz wystarczy tylko obrócić narożniki we właściwym kierunku.\n" +
"Powtarzamy 1 algorytm, aż narożnik nie wejdzie prawidłowo na swoje\nmiejsce. " +
"Nie obracamy całej kostki leczy tylko górną żółtą warstwę i\nrobimy tak dla wszystkich źle obróconych narożników.";
}
}
if (counter>=7)
{
counter = 6;
}
if (counter<0)
{
counter = 0;
}
}
private void button3_MouseClick(object sender, MouseEventArgs e)
{
Application.Exit();
}
private void panel2_MouseMove(object sender, MouseEventArgs e)
{
if (e.Button == MouseButtons.Left)
{
ReleaseCapture();
SendMessage(Handle, WM_NCLBUTTONDOWN, HT_CAPTION, 0);
}
}
//language switcher
private void button4_MouseClick(object sender, MouseEventArgs e)
{
if (lang==0)
{
//eng -> pl
lang = 1;
}
if (lang==1)
{
//pl -> eng
lang = 0;
}
}
//goback button
private void button2_Click(object sender, EventArgs e)
{
counter--;
if (counter == 0)
{
Size = new Size(739, 194);
panel1.Location = new Point(-12, 150);
label1.Text = "Zaczynajmy ! Najpierw ułóż biały krzyż, którego ramiona będą tego\n" +
"samego koloru co środki innych ściando niego przylegających.";
pictureBox1.Image = WindowsFormsApp1.Properties.Resources.PictureBox11;
}
if (counter == 1)
{
label1.Text = "A teraz zajmijmy się wstawianiem narożników do naszego krzyża,\n" +
"tak aby zachować ten sam kolor jaki jest na klockach obok,\n przy czym podstaw " +
"klocek pod wybrane przez nas miejsce. \nAlgorytm powtarzać aż do skutku.";
pictureBox1.Image = WindowsFormsApp1.Properties.Resources._2;
pictureBox2.Image = WindowsFormsApp1.Properties.Resources.o1;
Size = new Size(739, 294);
panel1.Location = new Point(-12, 250);
pictureBox7.Visible = false;
pictureBox8.Visible = false;
pictureBox9.Visible = false;
pictureBox10.Visible = false;
pictureBox3.Image = WindowsFormsApp1.Properties.Resources.l2;
pictureBox4.Image = WindowsFormsApp1.Properties.Resources.g1;
pictureBox5.Image = WindowsFormsApp1.Properties.Resources.l1;
pictureBox6.Image = WindowsFormsApp1.Properties.Resources.g2;
}
if (counter == 2)
{
label1.Text = "Następnie odwróc kostkę białym kolorem do dołu, gdyż\n " +
"zajmiemy się teraz wkładaniem klocków z punktu\nA w miejsce " +
"klocków w punkcie B.";
pictureBox1.Image = WindowsFormsApp1.Properties.Resources._3;
pictureBox2.Image = WindowsFormsApp1.Properties.Resources.o21;
pictureBox19.Image = WindowsFormsApp1.Properties.Resources.o22;
pictureBox7.Visible = true;
pictureBox8.Visible = true;
pictureBox9.Visible = true;
pictureBox10.Visible = true;
pictureBox3.Image = WindowsFormsApp1.Properties.Resources.j1;
pictureBox4.Image = WindowsFormsApp1.Properties.Resources.l1;
pictureBox5.Image = WindowsFormsApp1.Properties.Resources.j2;
pictureBox6.Image = WindowsFormsApp1.Properties.Resources.l2;
pictureBox7.Image = WindowsFormsApp1.Properties.Resources.j2;
pictureBox8.Image = WindowsFormsApp1.Properties.Resources.k1;
pictureBox9.Image = WindowsFormsApp1.Properties.Resources.j1;
pictureBox10.Image = WindowsFormsApp1.Properties.Resources.k2;
pictureBox18.Image = WindowsFormsApp1.Properties.Resources.j2;
pictureBox17.Image = WindowsFormsApp1.Properties.Resources.h2;
pictureBox16.Image = WindowsFormsApp1.Properties.Resources.j1;
pictureBox15.Image = WindowsFormsApp1.Properties.Resources.h1;
pictureBox14.Image = WindowsFormsApp1.Properties.Resources.j1;
pictureBox13.Image = WindowsFormsApp1.Properties.Resources.k2;
pictureBox12.Image = WindowsFormsApp1.Properties.Resources.j2;
pictureBox11.Image = WindowsFormsApp1.Properties.Resources.k1;
pictureBox9.Visible = true;
pictureBox10.Visible = true;
pictureBox12.Visible = true;
pictureBox11.Visible = true;
pictureBox21.Visible = true;
pictureBox20.Visible = true;
Size = new Size(739, 378);
panel1.Location = new Point(-12, 334);
}
if (counter == 3)
{
label1.Text = "W tej części wazne jest ułożenie kostki w dłoni przed\n" +
"wykonaniem algorytmu, który jest ten sam dla 3 różnych\n" +
"wzorów w celu ułożenia żółtego krzyża nie naruszając reszty.";
pictureBox1.Image = WindowsFormsApp1.Properties.Resources._4;
pictureBox2.Image = WindowsFormsApp1.Properties.Resources.o31;
pictureBox19.Image = WindowsFormsApp1.Properties.Resources.o32;
pictureBox28.Image = WindowsFormsApp1.Properties.Resources.o33;
pictureBox3.Image = WindowsFormsApp1.Properties.Resources.k1;
pictureBox4.Image = WindowsFormsApp1.Properties.Resources.h2;
pictureBox5.Image = WindowsFormsApp1.Properties.Resources.j2;
pictureBox6.Image = WindowsFormsApp1.Properties.Resources.h1;
pictureBox7.Image = WindowsFormsApp1.Properties.Resources.j1;
pictureBox8.Image = WindowsFormsApp1.Properties.Resources.k2;
pictureBox9.Visible = false;
pictureBox10.Visible = false;
pictureBox18.Image = WindowsFormsApp1.Properties.Resources.k1;
pictureBox17.Image = WindowsFormsApp1.Properties.Resources.h2;
pictureBox16.Image = WindowsFormsApp1.Properties.Resources.j2;
pictureBox15.Image = WindowsFormsApp1.Properties.Resources.h1;
pictureBox14.Image = WindowsFormsApp1.Properties.Resources.j1;
pictureBox13.Image = WindowsFormsApp1.Properties.Resources.k2;
pictureBox12.Visible = false;
pictureBox11.Visible = false;
pictureBox27.Image = WindowsFormsApp1.Properties.Resources.k1;
pictureBox26.Image = WindowsFormsApp1.Properties.Resources.h2;
pictureBox25.Image = WindowsFormsApp1.Properties.Resources.j2;
pictureBox24.Image = WindowsFormsApp1.Properties.Resources.h1;
pictureBox23.Image = WindowsFormsApp1.Properties.Resources.j1;
pictureBox22.Image = WindowsFormsApp1.Properties.Resources.k2;
pictureBox21.Visible = false;
pictureBox20.Visible = false;
label3.Visible = false;
Size = new Size(739, 458);
panel1.Location = new Point(-12, 415);
pictureBox2.Visible = true;
pictureBox19.Visible = true;
pictureBox17.Visible = true;
pictureBox16.Visible = true;
pictureBox15.Visible = true;
pictureBox13.Visible = true;
label4.Visible = false;
label5.Visible = false;
}
if (counter == 4)
{
pictureBox1.Image = WindowsFormsApp1.Properties.Resources._5;
pictureBox9.Visible = true;
pictureBox10.Visible = true;
pictureBox12.Visible = true;
pictureBox11.Visible = true;
pictureBox21.Visible = true;
pictureBox20.Visible = true;
Size = new Size(739, 378);
panel1.Location = new Point(-12, 334);
label1.Text = "Kolejny etapem będzie ustawienie ramion naszego krzyża " +
"tak by\nkolor był ten sam co środki innych ścian. W celu wykonania\n" +
"algorytmu przesuwamy górną żółtą ściane tak by uzyskać któryś z\n" +
"przedstawionych poniżej wzorów.";
label3.Visible = true;
pictureBox3.Image = WindowsFormsApp1.Properties.Resources.h2;
pictureBox4.Image = WindowsFormsApp1.Properties.Resources.j2;
pictureBox5.Image = WindowsFormsApp1.Properties.Resources.h1;
pictureBox6.Image = WindowsFormsApp1.Properties.Resources.j2;
pictureBox7.Image = WindowsFormsApp1.Properties.Resources.h2;
pictureBox8.Image = WindowsFormsApp1.Properties.Resources.j2;
pictureBox9.Image = WindowsFormsApp1.Properties.Resources.h1;
pictureBox10.Image = WindowsFormsApp1.Properties.Resources.j2;
pictureBox18.Image = WindowsFormsApp1.Properties.Resources.o41;
pictureBox17.Visible = false;
pictureBox16.Visible = false;
pictureBox15.Visible = false;
pictureBox14.Image = WindowsFormsApp1.Properties.Resources.o42;
pictureBox13.Visible = false;
pictureBox12.Visible = false;
pictureBox11.Visible = false;
pictureBox2.Visible = false;
pictureBox19.Visible = false;
label4.Visible = true;
label5.Visible = true;
label4.Text = "Dwa sąsiadujące obok siebie\nUkładamy w tym przypadku\nod koloru zielonego.";
label5.Text = "Dwa na przeciwko siebie\nUkładamy od jednego z\nwybranych, tutaj niebieski.";
}
if (counter == 5)
{
label4.Visible = false;
label5.Visible = false;
label3.Visible = false;
pictureBox2.Visible = true;
pictureBox2.Image = WindowsFormsApp1.Properties.Resources.o51;
pictureBox1.Image = WindowsFormsApp1.Properties.Resources._6;
pictureBox3.Image = WindowsFormsApp1.Properties.Resources.h2;
pictureBox4.Image = WindowsFormsApp1.Properties.Resources.j1;
pictureBox5.Image = WindowsFormsApp1.Properties.Resources.l1;
pictureBox6.Image = WindowsFormsApp1.Properties.Resources.j2;
pictureBox7.Image = WindowsFormsApp1.Properties.Resources.h1;
pictureBox8.Image = WindowsFormsApp1.Properties.Resources.j1;
pictureBox9.Image = WindowsFormsApp1.Properties.Resources.l2;
pictureBox10.Image = WindowsFormsApp1.Properties.Resources.j2;
label1.Text = "Znajdź narożnik, który jest na swoim miejscu, może być źle " +
"odwrócony,\n algorytm wykonuj trzymając kostkę mając go po z lewej strony.\n" +
"Jeżeli nie znaleziono żadnego, algorytm zacznij z jakiejkolwiek strony." +
"\nAlgorytm robić do skutku, aż narożniki znajdą się na swoich miejscach.";
pictureBox7.Visible = true;
pictureBox8.Visible = true;
pictureBox9.Visible = true;
pictureBox10.Visible = true;
Size = new Size(739, 294);
panel1.Location = new Point(-12, 250);
}
if (counter == 6)
{
pictureBox3.Image = WindowsFormsApp1.Properties.Resources.l2;
pictureBox4.Image = WindowsFormsApp1.Properties.Resources.g1;
pictureBox5.Image = WindowsFormsApp1.Properties.Resources.l1;
pictureBox6.Image = WindowsFormsApp1.Properties.Resources.g2;
pictureBox7.Visible = false;
pictureBox8.Visible = false;
pictureBox9.Visible = false;
pictureBox10.Visible = false;
label1.Text = "Teraz wystarczy tylko obrócić narożniki we właściwym kierunku.\n" +
"Powtarzamy 1 algorytm, aż narożnik nie wejdzie prawidłowo na swoje\nmiejsce. " +
"Nie obracamy całej kostki leczy tylko górną żółtą warstwę i\nrobimy tak dla wszystkich źle obróconych narożników.";
}
if (counter >= 7)
{
counter = 6;
}
if (counter < 0)
{
counter = 0;
}
}
}
}