-
Notifications
You must be signed in to change notification settings - Fork 0
/
MainForm.Designer.cs
958 lines (953 loc) · 43.7 KB
/
MainForm.Designer.cs
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
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
namespace DaysCounter
{
partial class MainForm
{
/// <summary>
/// Erforderliche Designervariable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Verwendete Ressourcen bereinigen.
/// </summary>
/// <param name="disposing">True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Vom Windows Form-Designer generierter Code
/// <summary>
/// Erforderliche Methode für die Designerunterstützung.
/// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
/// </summary>
private void InitializeComponent()
{
components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
imageList = new ImageList(components);
toolTip = new ToolTip(components);
statusStrip = new StatusStrip();
labelInformation = new ToolStripStatusLabel();
toolStripSplitButtonStayOnTop = new ToolStripSplitButton();
toolStripMenuItemStayNotOnTop = new ToolStripMenuItem();
toolStripMenuItemStayOnTop = new ToolStripMenuItem();
labelTitle = new Label();
labelDescription = new Label();
labelCopyright = new Label();
dateTimePickerDateOfTheBirth = new DateTimePicker();
labelDateOfTheBirth = new Label();
dateTimePickerDateIn = new DateTimePicker();
numericUpDownDays = new NumericUpDown();
dateTimePickerDateOut = new DateTimePicker();
labelDateIn = new Label();
labelDateOut = new Label();
dateTimePickerEnd = new DateTimePicker();
dateTimePickerBegin = new DateTimePicker();
labelDateBegin = new Label();
labelDateEnd = new Label();
labelDays = new Label();
labelDaysCounted = new Label();
labelDaysOld = new Label();
labelDaysSpan = new Label();
buttonSwitchDateEnd = new Button();
buttonSwitchDateBegin = new Button();
buttonSwitchDateIn = new Button();
buttonDateOfTheBirth = new Button();
textBoxLicense = new TextBox();
BottomToolStripPanel = new ToolStripPanel();
TopToolStripPanel = new ToolStripPanel();
RightToolStripPanel = new ToolStripPanel();
LeftToolStripPanel = new ToolStripPanel();
ContentPanel = new ToolStripContentPanel();
toolStripContainer = new ToolStripContainer();
tabControl = new TabControl();
tabPageDateToDate = new TabPage();
tabPageDaySpan = new TabPage();
labelDaysPlusMinus = new Label();
tabPageDaysOfLife = new TabPage();
tabPageAbout = new TabPage();
pictureBox = new PictureBox();
tabPageLicense = new TabPage();
statusStrip.SuspendLayout();
((System.ComponentModel.ISupportInitialize)numericUpDownDays).BeginInit();
toolStripContainer.BottomToolStripPanel.SuspendLayout();
toolStripContainer.ContentPanel.SuspendLayout();
toolStripContainer.SuspendLayout();
tabControl.SuspendLayout();
tabPageDateToDate.SuspendLayout();
tabPageDaySpan.SuspendLayout();
tabPageDaysOfLife.SuspendLayout();
tabPageAbout.SuspendLayout();
((System.ComponentModel.ISupportInitialize)pictureBox).BeginInit();
tabPageLicense.SuspendLayout();
SuspendLayout();
//
// imageList
//
imageList.ColorDepth = ColorDepth.Depth8Bit;
imageList.ImageStream = (ImageListStreamer)resources.GetObject("imageList.ImageStream");
imageList.TransparentColor = Color.Transparent;
imageList.Images.SetKeyName(0, "calendar-select-days.png");
imageList.Images.SetKeyName(1, "calendar-select-days-span.png");
imageList.Images.SetKeyName(2, "calendar-select.png");
imageList.Images.SetKeyName(3, "information-button.png");
imageList.Images.SetKeyName(4, "script-text.png");
//
// statusStrip
//
statusStrip.AccessibleDescription = "Show the statusbar with some information";
statusStrip.AccessibleName = "Statusbar";
statusStrip.AccessibleRole = AccessibleRole.StatusBar;
statusStrip.Dock = DockStyle.None;
statusStrip.Items.AddRange(new ToolStripItem[] { labelInformation, toolStripSplitButtonStayOnTop });
statusStrip.Location = new Point(0, 0);
statusStrip.Name = "statusStrip";
statusStrip.RenderMode = ToolStripRenderMode.ManagerRenderMode;
statusStrip.Size = new Size(413, 22);
statusStrip.SizingGrip = false;
statusStrip.TabIndex = 0;
statusStrip.Text = "statusStrip";
toolTip.SetToolTip(statusStrip, "Statusbar with some information");
statusStrip.Enter += SetStatusbar_Enter;
statusStrip.Leave += ClearStatusbar_Leave;
statusStrip.MouseEnter += SetStatusbar_Enter;
statusStrip.MouseLeave += ClearStatusbar_Leave;
//
// labelInformation
//
labelInformation.AccessibleDescription = "Show some information";
labelInformation.AccessibleName = "Information";
labelInformation.AccessibleRole = AccessibleRole.StaticText;
labelInformation.AutoToolTip = true;
labelInformation.Name = "labelInformation";
labelInformation.Size = new Size(366, 17);
labelInformation.Spring = true;
labelInformation.Text = "information";
labelInformation.TextAlign = ContentAlignment.MiddleLeft;
//
// toolStripSplitButtonStayOnTop
//
toolStripSplitButtonStayOnTop.AccessibleDescription = "Set or unset the window to the top";
toolStripSplitButtonStayOnTop.AccessibleName = "Stay on top";
toolStripSplitButtonStayOnTop.AccessibleRole = AccessibleRole.SplitButton;
toolStripSplitButtonStayOnTop.DisplayStyle = ToolStripItemDisplayStyle.Image;
toolStripSplitButtonStayOnTop.DropDownItems.AddRange(new ToolStripItem[] { toolStripMenuItemStayNotOnTop, toolStripMenuItemStayOnTop });
toolStripSplitButtonStayOnTop.Image = Properties.Resources.application;
toolStripSplitButtonStayOnTop.ImageTransparentColor = Color.Magenta;
toolStripSplitButtonStayOnTop.Name = "toolStripSplitButtonStayOnTop";
toolStripSplitButtonStayOnTop.Size = new Size(32, 20);
toolStripSplitButtonStayOnTop.Text = "Stay not on top";
toolStripSplitButtonStayOnTop.ButtonClick += ToolStripSplitButtonStayOnTop_ButtonClick;
toolStripSplitButtonStayOnTop.MouseEnter += SetStatusbar_Enter;
toolStripSplitButtonStayOnTop.MouseLeave += ClearStatusbar_Leave;
//
// toolStripMenuItemStayNotOnTop
//
toolStripMenuItemStayNotOnTop.AccessibleDescription = "Unset the window from the top";
toolStripMenuItemStayNotOnTop.AccessibleName = "Stay on top";
toolStripMenuItemStayNotOnTop.AccessibleRole = AccessibleRole.MenuItem;
toolStripMenuItemStayNotOnTop.AutoToolTip = true;
toolStripMenuItemStayNotOnTop.Checked = true;
toolStripMenuItemStayNotOnTop.CheckState = CheckState.Checked;
toolStripMenuItemStayNotOnTop.Image = Properties.Resources.application;
toolStripMenuItemStayNotOnTop.Name = "toolStripMenuItemStayNotOnTop";
toolStripMenuItemStayNotOnTop.ShortcutKeyDisplayString = "";
toolStripMenuItemStayNotOnTop.Size = new Size(155, 22);
toolStripMenuItemStayNotOnTop.Text = "Stay ¬ on top";
toolStripMenuItemStayNotOnTop.Click += ToolStripMenuItemStayNotOnTop_Click;
toolStripMenuItemStayNotOnTop.MouseEnter += SetStatusbar_Enter;
toolStripMenuItemStayNotOnTop.MouseLeave += ClearStatusbar_Leave;
//
// toolStripMenuItemStayOnTop
//
toolStripMenuItemStayOnTop.AccessibleDescription = "Set the window to the top";
toolStripMenuItemStayOnTop.AccessibleName = "Stay on top";
toolStripMenuItemStayOnTop.AccessibleRole = AccessibleRole.MenuItem;
toolStripMenuItemStayOnTop.AutoToolTip = true;
toolStripMenuItemStayOnTop.Image = Properties.Resources.application_blue;
toolStripMenuItemStayOnTop.Name = "toolStripMenuItemStayOnTop";
toolStripMenuItemStayOnTop.Size = new Size(155, 22);
toolStripMenuItemStayOnTop.Text = "&Stay on top";
toolStripMenuItemStayOnTop.Click += ToolStripMenuItemStayOnTop_Click;
toolStripMenuItemStayOnTop.MouseEnter += SetStatusbar_Enter;
toolStripMenuItemStayOnTop.MouseLeave += ClearStatusbar_Leave;
//
// labelTitle
//
labelTitle.AccessibleDescription = "Show the title and the version";
labelTitle.AccessibleName = "Title/version";
labelTitle.AccessibleRole = AccessibleRole.StaticText;
labelTitle.AutoEllipsis = true;
labelTitle.AutoSize = true;
labelTitle.Font = new Font("Microsoft Sans Serif", 15.75F, FontStyle.Bold, GraphicsUnit.Point);
labelTitle.Location = new Point(55, 10);
labelTitle.Margin = new Padding(4, 0, 4, 0);
labelTitle.Name = "labelTitle";
labelTitle.Size = new Size(165, 30);
labelTitle.TabIndex = 0;
labelTitle.Text = "[Title + Version]";
toolTip.SetToolTip(labelTitle, "Title/version");
labelTitle.UseCompatibleTextRendering = true;
labelTitle.Enter += SetStatusbar_Enter;
labelTitle.Leave += ClearStatusbar_Leave;
labelTitle.MouseEnter += SetStatusbar_Enter;
labelTitle.MouseLeave += ClearStatusbar_Leave;
//
// labelDescription
//
labelDescription.AccessibleDescription = "Show the description";
labelDescription.AccessibleName = "Description";
labelDescription.AccessibleRole = AccessibleRole.StaticText;
labelDescription.AutoEllipsis = true;
labelDescription.AutoSize = true;
labelDescription.Location = new Point(55, 45);
labelDescription.Margin = new Padding(4, 0, 4, 0);
labelDescription.Name = "labelDescription";
labelDescription.Size = new Size(74, 21);
labelDescription.TabIndex = 1;
labelDescription.Text = "[Description]";
toolTip.SetToolTip(labelDescription, "Description");
labelDescription.UseCompatibleTextRendering = true;
labelDescription.Enter += SetStatusbar_Enter;
labelDescription.Leave += ClearStatusbar_Leave;
labelDescription.MouseEnter += SetStatusbar_Enter;
labelDescription.MouseLeave += ClearStatusbar_Leave;
//
// labelCopyright
//
labelCopyright.AccessibleDescription = "Show the copyright and the company name";
labelCopyright.AccessibleName = "Copyright/company";
labelCopyright.AccessibleRole = AccessibleRole.StaticText;
labelCopyright.AutoEllipsis = true;
labelCopyright.AutoSize = true;
labelCopyright.Location = new Point(55, 65);
labelCopyright.Margin = new Padding(4, 0, 4, 0);
labelCopyright.Name = "labelCopyright";
labelCopyright.Size = new Size(133, 21);
labelCopyright.TabIndex = 2;
labelCopyright.Text = "[Copyright + Company]";
toolTip.SetToolTip(labelCopyright, "Copyright/company");
labelCopyright.UseCompatibleTextRendering = true;
labelCopyright.Enter += SetStatusbar_Enter;
labelCopyright.Leave += ClearStatusbar_Leave;
labelCopyright.MouseEnter += SetStatusbar_Enter;
labelCopyright.MouseLeave += ClearStatusbar_Leave;
//
// dateTimePickerDateOfTheBirth
//
dateTimePickerDateOfTheBirth.AccessibleDescription = "Show the date of the birth";
dateTimePickerDateOfTheBirth.AccessibleName = "Date of the birth";
dateTimePickerDateOfTheBirth.AccessibleRole = AccessibleRole.SpinButton;
dateTimePickerDateOfTheBirth.Location = new Point(117, 7);
dateTimePickerDateOfTheBirth.Margin = new Padding(4, 3, 4, 3);
dateTimePickerDateOfTheBirth.Name = "dateTimePickerDateOfTheBirth";
dateTimePickerDateOfTheBirth.Size = new Size(233, 23);
dateTimePickerDateOfTheBirth.TabIndex = 1;
toolTip.SetToolTip(dateTimePickerDateOfTheBirth, "date of the birth");
dateTimePickerDateOfTheBirth.ValueChanged += DateTimePickerDateOfTheBirth_ValueChanged;
dateTimePickerDateOfTheBirth.Enter += SetStatusbar_Enter;
dateTimePickerDateOfTheBirth.Leave += ClearStatusbar_Leave;
dateTimePickerDateOfTheBirth.MouseEnter += SetStatusbar_Enter;
dateTimePickerDateOfTheBirth.MouseLeave += ClearStatusbar_Leave;
//
// labelDateOfTheBirth
//
labelDateOfTheBirth.AccessibleDescription = "Show the description of the date of the birth";
labelDateOfTheBirth.AccessibleName = "Description of the date of the birth";
labelDateOfTheBirth.AccessibleRole = AccessibleRole.StaticText;
labelDateOfTheBirth.AutoEllipsis = true;
labelDateOfTheBirth.AutoSize = true;
labelDateOfTheBirth.Location = new Point(9, 12);
labelDateOfTheBirth.Margin = new Padding(4, 0, 4, 0);
labelDateOfTheBirth.Name = "labelDateOfTheBirth";
labelDateOfTheBirth.Size = new Size(96, 15);
labelDateOfTheBirth.TabIndex = 0;
labelDateOfTheBirth.Text = "Date of the &birth:";
toolTip.SetToolTip(labelDateOfTheBirth, "Description of the date of the birth");
labelDateOfTheBirth.Enter += SetStatusbar_Enter;
labelDateOfTheBirth.Leave += ClearStatusbar_Leave;
labelDateOfTheBirth.MouseEnter += SetStatusbar_Enter;
labelDateOfTheBirth.MouseLeave += ClearStatusbar_Leave;
//
// dateTimePickerDateIn
//
dateTimePickerDateIn.AccessibleDescription = "Show the beginning date";
dateTimePickerDateIn.AccessibleName = "Beginning date";
dateTimePickerDateIn.AccessibleRole = AccessibleRole.SpinButton;
dateTimePickerDateIn.Location = new Point(77, 7);
dateTimePickerDateIn.Margin = new Padding(4, 3, 4, 3);
dateTimePickerDateIn.Name = "dateTimePickerDateIn";
dateTimePickerDateIn.Size = new Size(231, 23);
dateTimePickerDateIn.TabIndex = 1;
toolTip.SetToolTip(dateTimePickerDateIn, "Beginning date");
dateTimePickerDateIn.ValueChanged += DateTimePickerDateIn_ValueChanged;
dateTimePickerDateIn.Enter += SetStatusbar_Enter;
dateTimePickerDateIn.Leave += ClearStatusbar_Leave;
dateTimePickerDateIn.MouseEnter += SetStatusbar_Enter;
dateTimePickerDateIn.MouseLeave += ClearStatusbar_Leave;
//
// numericUpDownDays
//
numericUpDownDays.AccessibleDescription = "Change the day span";
numericUpDownDays.AccessibleName = "Day span";
numericUpDownDays.AccessibleRole = AccessibleRole.SpinButton;
numericUpDownDays.Location = new Point(77, 37);
numericUpDownDays.Margin = new Padding(4, 3, 4, 3);
numericUpDownDays.Maximum = new decimal(new int[] { 99999, 0, 0, 0 });
numericUpDownDays.Minimum = new decimal(new int[] { 99999, 0, 0, int.MinValue });
numericUpDownDays.Name = "numericUpDownDays";
numericUpDownDays.Size = new Size(88, 23);
numericUpDownDays.TabIndex = 4;
numericUpDownDays.TextAlign = HorizontalAlignment.Center;
toolTip.SetToolTip(numericUpDownDays, "Day span");
numericUpDownDays.ValueChanged += NumericUpDownDays_ValueChanged;
numericUpDownDays.Enter += SetStatusbar_Enter;
numericUpDownDays.Leave += ClearStatusbar_Leave;
//
// dateTimePickerDateOut
//
dateTimePickerDateOut.AccessibleDescription = "Show the ending date";
dateTimePickerDateOut.AccessibleName = "Ending date";
dateTimePickerDateOut.AccessibleRole = AccessibleRole.SpinButton;
dateTimePickerDateOut.Enabled = false;
dateTimePickerDateOut.Location = new Point(77, 67);
dateTimePickerDateOut.Margin = new Padding(4, 3, 4, 3);
dateTimePickerDateOut.Name = "dateTimePickerDateOut";
dateTimePickerDateOut.Size = new Size(231, 23);
dateTimePickerDateOut.TabIndex = 6;
toolTip.SetToolTip(dateTimePickerDateOut, "Ending date");
dateTimePickerDateOut.Enter += SetStatusbar_Enter;
dateTimePickerDateOut.Leave += ClearStatusbar_Leave;
dateTimePickerDateOut.MouseEnter += SetStatusbar_Enter;
dateTimePickerDateOut.MouseLeave += ClearStatusbar_Leave;
//
// labelDateIn
//
labelDateIn.AccessibleDescription = "Show the description of the beginning date";
labelDateIn.AccessibleName = "Description of the beginning date";
labelDateIn.AccessibleRole = AccessibleRole.StaticText;
labelDateIn.AutoEllipsis = true;
labelDateIn.AutoSize = true;
labelDateIn.Location = new Point(9, 12);
labelDateIn.Margin = new Padding(4, 0, 4, 0);
labelDateIn.Name = "labelDateIn";
labelDateIn.Size = new Size(47, 15);
labelDateIn.TabIndex = 0;
labelDateIn.Text = "Date &in:";
toolTip.SetToolTip(labelDateIn, "Description of the beginning date");
labelDateIn.Enter += SetStatusbar_Enter;
labelDateIn.Leave += ClearStatusbar_Leave;
labelDateIn.MouseEnter += SetStatusbar_Enter;
labelDateIn.MouseLeave += ClearStatusbar_Leave;
//
// labelDateOut
//
labelDateOut.AccessibleDescription = "Show the description of the ending date";
labelDateOut.AccessibleName = "Description of the ending date";
labelDateOut.AccessibleRole = AccessibleRole.StaticText;
labelDateOut.AutoEllipsis = true;
labelDateOut.AutoSize = true;
labelDateOut.Location = new Point(9, 72);
labelDateOut.Margin = new Padding(4, 0, 4, 0);
labelDateOut.Name = "labelDateOut";
labelDateOut.Size = new Size(55, 15);
labelDateOut.TabIndex = 5;
labelDateOut.Text = "Date &out:";
toolTip.SetToolTip(labelDateOut, "Description of the ending date");
labelDateOut.Enter += SetStatusbar_Enter;
labelDateOut.Leave += ClearStatusbar_Leave;
labelDateOut.MouseEnter += SetStatusbar_Enter;
labelDateOut.MouseLeave += ClearStatusbar_Leave;
//
// dateTimePickerEnd
//
dateTimePickerEnd.AccessibleDescription = "Show the ending date";
dateTimePickerEnd.AccessibleName = "Ending date";
dateTimePickerEnd.AccessibleRole = AccessibleRole.SpinButton;
dateTimePickerEnd.Location = new Point(57, 37);
dateTimePickerEnd.Margin = new Padding(4, 3, 4, 3);
dateTimePickerEnd.Name = "dateTimePickerEnd";
dateTimePickerEnd.Size = new Size(233, 23);
dateTimePickerEnd.TabIndex = 4;
toolTip.SetToolTip(dateTimePickerEnd, "Ending date");
dateTimePickerEnd.ValueChanged += DateTimePickerEnd_ValueChanged;
dateTimePickerEnd.Enter += SetStatusbar_Enter;
dateTimePickerEnd.Leave += ClearStatusbar_Leave;
dateTimePickerEnd.MouseEnter += SetStatusbar_Enter;
dateTimePickerEnd.MouseLeave += ClearStatusbar_Leave;
//
// dateTimePickerBegin
//
dateTimePickerBegin.AccessibleDescription = "Show the beginning date";
dateTimePickerBegin.AccessibleName = "Beginning date";
dateTimePickerBegin.AccessibleRole = AccessibleRole.SpinButton;
dateTimePickerBegin.Location = new Point(57, 7);
dateTimePickerBegin.Margin = new Padding(4, 3, 4, 3);
dateTimePickerBegin.Name = "dateTimePickerBegin";
dateTimePickerBegin.Size = new Size(233, 23);
dateTimePickerBegin.TabIndex = 1;
toolTip.SetToolTip(dateTimePickerBegin, "Beginning");
dateTimePickerBegin.ValueChanged += DateTimePickerBegin_ValueChanged;
dateTimePickerBegin.Enter += SetStatusbar_Enter;
dateTimePickerBegin.Leave += ClearStatusbar_Leave;
dateTimePickerBegin.MouseEnter += SetStatusbar_Enter;
dateTimePickerBegin.MouseLeave += ClearStatusbar_Leave;
//
// labelDateBegin
//
labelDateBegin.AccessibleDescription = "Show the description of the beginning date";
labelDateBegin.AccessibleName = "Description of the beginning date";
labelDateBegin.AccessibleRole = AccessibleRole.StaticText;
labelDateBegin.AutoEllipsis = true;
labelDateBegin.AutoSize = true;
labelDateBegin.Location = new Point(9, 12);
labelDateBegin.Margin = new Padding(4, 0, 4, 0);
labelDateBegin.Name = "labelDateBegin";
labelDateBegin.Size = new Size(38, 15);
labelDateBegin.TabIndex = 0;
labelDateBegin.Text = "&From:";
toolTip.SetToolTip(labelDateBegin, "Description of the first date");
labelDateBegin.Enter += SetStatusbar_Enter;
labelDateBegin.Leave += ClearStatusbar_Leave;
labelDateBegin.MouseEnter += SetStatusbar_Enter;
labelDateBegin.MouseLeave += ClearStatusbar_Leave;
//
// labelDateEnd
//
labelDateEnd.AccessibleDescription = "Show the description of the ending date";
labelDateEnd.AccessibleName = "Description of the ending date";
labelDateEnd.AccessibleRole = AccessibleRole.StaticText;
labelDateEnd.AutoEllipsis = true;
labelDateEnd.AutoSize = true;
labelDateEnd.Location = new Point(9, 42);
labelDateEnd.Margin = new Padding(4, 0, 4, 0);
labelDateEnd.Name = "labelDateEnd";
labelDateEnd.Size = new Size(22, 15);
labelDateEnd.TabIndex = 3;
labelDateEnd.Text = "&To:";
toolTip.SetToolTip(labelDateEnd, "Description of the second date");
labelDateEnd.Enter += SetStatusbar_Enter;
labelDateEnd.Leave += ClearStatusbar_Leave;
labelDateEnd.MouseEnter += SetStatusbar_Enter;
labelDateEnd.MouseLeave += ClearStatusbar_Leave;
//
// labelDays
//
labelDays.AccessibleDescription = "Show the description of the counted days";
labelDays.AccessibleName = "Description of the counted days";
labelDays.AccessibleRole = AccessibleRole.StaticText;
labelDays.AutoEllipsis = true;
labelDays.AutoSize = true;
labelDays.Location = new Point(9, 68);
labelDays.Margin = new Padding(4, 0, 4, 0);
labelDays.Name = "labelDays";
labelDays.Size = new Size(35, 15);
labelDays.TabIndex = 6;
labelDays.Text = "&Days:";
toolTip.SetToolTip(labelDays, "Description of the counted days");
labelDays.Enter += SetStatusbar_Enter;
labelDays.Leave += ClearStatusbar_Leave;
labelDays.MouseEnter += SetStatusbar_Enter;
labelDays.MouseLeave += ClearStatusbar_Leave;
//
// labelDaysCounted
//
labelDaysCounted.AccessibleDescription = "Show the the counted days";
labelDaysCounted.AccessibleName = "Counted days";
labelDaysCounted.AccessibleRole = AccessibleRole.StaticText;
labelDaysCounted.AutoEllipsis = true;
labelDaysCounted.AutoSize = true;
labelDaysCounted.Location = new Point(59, 68);
labelDaysCounted.Margin = new Padding(4, 0, 4, 0);
labelDaysCounted.Name = "labelDaysCounted";
labelDaysCounted.Size = new Size(114, 15);
labelDaysCounted.TabIndex = 7;
labelDaysCounted.Text = "They are xxxxx days.";
toolTip.SetToolTip(labelDaysCounted, "Counted days");
labelDaysCounted.Enter += SetStatusbar_Enter;
labelDaysCounted.Leave += ClearStatusbar_Leave;
labelDaysCounted.MouseEnter += SetStatusbar_Enter;
labelDaysCounted.MouseLeave += ClearStatusbar_Leave;
//
// labelDaysOld
//
labelDaysOld.AccessibleDescription = "Show how old you are in days";
labelDaysOld.AccessibleName = "How old you are in days";
labelDaysOld.AccessibleRole = AccessibleRole.StaticText;
labelDaysOld.AutoEllipsis = true;
labelDaysOld.AutoSize = true;
labelDaysOld.Location = new Point(113, 46);
labelDaysOld.Margin = new Padding(4, 0, 4, 0);
labelDaysOld.Name = "labelDaysOld";
labelDaysOld.Size = new Size(129, 15);
labelDaysOld.TabIndex = 4;
labelDaysOld.Text = "You are xxxxx days old.";
toolTip.SetToolTip(labelDaysOld, "How old you are in days");
labelDaysOld.Enter += SetStatusbar_Enter;
labelDaysOld.Leave += ClearStatusbar_Leave;
labelDaysOld.MouseEnter += SetStatusbar_Enter;
labelDaysOld.MouseLeave += ClearStatusbar_Leave;
//
// labelDaysSpan
//
labelDaysSpan.AccessibleDescription = "Show the description of the counted days";
labelDaysSpan.AccessibleName = "Description of the counted days";
labelDaysSpan.AccessibleRole = AccessibleRole.StaticText;
labelDaysSpan.AutoEllipsis = true;
labelDaysSpan.AutoSize = true;
labelDaysSpan.Location = new Point(9, 46);
labelDaysSpan.Margin = new Padding(4, 0, 4, 0);
labelDaysSpan.Name = "labelDaysSpan";
labelDaysSpan.Size = new Size(35, 15);
labelDaysSpan.TabIndex = 3;
labelDaysSpan.Text = "&Days:";
toolTip.SetToolTip(labelDaysSpan, "Description of the counted days");
labelDaysSpan.Enter += SetStatusbar_Enter;
labelDaysSpan.Leave += ClearStatusbar_Leave;
labelDaysSpan.MouseEnter += SetStatusbar_Enter;
labelDaysSpan.MouseLeave += ClearStatusbar_Leave;
//
// buttonSwitchDateEnd
//
buttonSwitchDateEnd.AccessibleDescription = "Switch the input method of the ending date";
buttonSwitchDateEnd.AccessibleName = "Change the input method of the ending date";
buttonSwitchDateEnd.AccessibleRole = AccessibleRole.PushButton;
buttonSwitchDateEnd.AutoEllipsis = true;
buttonSwitchDateEnd.Image = Properties.Resources.switch_small;
buttonSwitchDateEnd.Location = new Point(298, 37);
buttonSwitchDateEnd.Margin = new Padding(4, 3, 4, 3);
buttonSwitchDateEnd.Name = "buttonSwitchDateEnd";
buttonSwitchDateEnd.Size = new Size(23, 23);
buttonSwitchDateEnd.TabIndex = 5;
toolTip.SetToolTip(buttonSwitchDateEnd, "Change the input method of the ending date");
buttonSwitchDateEnd.UseVisualStyleBackColor = true;
buttonSwitchDateEnd.Click += ButtonSwitchDateEnd_Click;
buttonSwitchDateEnd.Enter += SetStatusbar_Enter;
buttonSwitchDateEnd.Leave += ClearStatusbar_Leave;
buttonSwitchDateEnd.MouseEnter += SetStatusbar_Enter;
buttonSwitchDateEnd.MouseLeave += ClearStatusbar_Leave;
//
// buttonSwitchDateBegin
//
buttonSwitchDateBegin.AccessibleDescription = "Switch the input method of the beginning date";
buttonSwitchDateBegin.AccessibleName = "Change the input method of the beginning date";
buttonSwitchDateBegin.AccessibleRole = AccessibleRole.PushButton;
buttonSwitchDateBegin.AutoEllipsis = true;
buttonSwitchDateBegin.Image = Properties.Resources.switch_small;
buttonSwitchDateBegin.Location = new Point(298, 7);
buttonSwitchDateBegin.Margin = new Padding(4, 3, 4, 3);
buttonSwitchDateBegin.Name = "buttonSwitchDateBegin";
buttonSwitchDateBegin.Size = new Size(23, 23);
buttonSwitchDateBegin.TabIndex = 2;
toolTip.SetToolTip(buttonSwitchDateBegin, "Change the input method of the beginning date");
buttonSwitchDateBegin.UseVisualStyleBackColor = true;
buttonSwitchDateBegin.Click += ButtonSwitchDateBegin_Click;
buttonSwitchDateBegin.Enter += SetStatusbar_Enter;
buttonSwitchDateBegin.Leave += ClearStatusbar_Leave;
buttonSwitchDateBegin.MouseEnter += SetStatusbar_Enter;
buttonSwitchDateBegin.MouseLeave += ClearStatusbar_Leave;
//
// buttonSwitchDateIn
//
buttonSwitchDateIn.AccessibleDescription = "Switch the input method of the beginning date";
buttonSwitchDateIn.AccessibleName = "Change the input method of the ending date";
buttonSwitchDateIn.AccessibleRole = AccessibleRole.PushButton;
buttonSwitchDateIn.AutoEllipsis = true;
buttonSwitchDateIn.Image = Properties.Resources.switch_small;
buttonSwitchDateIn.Location = new Point(316, 7);
buttonSwitchDateIn.Margin = new Padding(4, 3, 4, 3);
buttonSwitchDateIn.Name = "buttonSwitchDateIn";
buttonSwitchDateIn.Size = new Size(23, 23);
buttonSwitchDateIn.TabIndex = 2;
toolTip.SetToolTip(buttonSwitchDateIn, "Change the input method of the ending date");
buttonSwitchDateIn.UseVisualStyleBackColor = true;
buttonSwitchDateIn.Click += ButtonSwitchDateDays_Click;
buttonSwitchDateIn.Enter += SetStatusbar_Enter;
buttonSwitchDateIn.Leave += ClearStatusbar_Leave;
buttonSwitchDateIn.MouseEnter += SetStatusbar_Enter;
buttonSwitchDateIn.MouseLeave += ClearStatusbar_Leave;
//
// buttonDateOfTheBirth
//
buttonDateOfTheBirth.AccessibleDescription = "Switch the input method of the date of the birth";
buttonDateOfTheBirth.AccessibleName = "Change the input method of the date of the birth";
buttonDateOfTheBirth.AccessibleRole = AccessibleRole.PushButton;
buttonDateOfTheBirth.AutoEllipsis = true;
buttonDateOfTheBirth.Image = Properties.Resources.switch_small;
buttonDateOfTheBirth.Location = new Point(357, 7);
buttonDateOfTheBirth.Margin = new Padding(4, 3, 4, 3);
buttonDateOfTheBirth.Name = "buttonDateOfTheBirth";
buttonDateOfTheBirth.Size = new Size(23, 23);
buttonDateOfTheBirth.TabIndex = 2;
toolTip.SetToolTip(buttonDateOfTheBirth, "Change the input method of the date of the birth");
buttonDateOfTheBirth.UseVisualStyleBackColor = true;
buttonDateOfTheBirth.Click += ButtonDateOfTheBirth_Click;
buttonDateOfTheBirth.Enter += SetStatusbar_Enter;
buttonDateOfTheBirth.Leave += ClearStatusbar_Leave;
buttonDateOfTheBirth.MouseEnter += SetStatusbar_Enter;
buttonDateOfTheBirth.MouseLeave += ClearStatusbar_Leave;
//
// textBoxLicense
//
textBoxLicense.AccessibleDescription = "Show the license";
textBoxLicense.AccessibleName = "License";
textBoxLicense.AccessibleRole = AccessibleRole.Text;
textBoxLicense.Dock = DockStyle.Fill;
textBoxLicense.Location = new Point(0, 0);
textBoxLicense.Margin = new Padding(7, 3, 4, 3);
textBoxLicense.MaxLength = 9999999;
textBoxLicense.Multiline = true;
textBoxLicense.Name = "textBoxLicense";
textBoxLicense.PlaceholderText = "license here... 😉";
textBoxLicense.ReadOnly = true;
textBoxLicense.ScrollBars = ScrollBars.Both;
textBoxLicense.Size = new Size(405, 102);
textBoxLicense.TabIndex = 0;
textBoxLicense.Text = resources.GetString("textBoxLicense.Text");
toolTip.SetToolTip(textBoxLicense, "License");
textBoxLicense.Enter += SetStatusbar_Enter;
textBoxLicense.Leave += ClearStatusbar_Leave;
textBoxLicense.MouseEnter += SetStatusbar_Enter;
textBoxLicense.MouseLeave += ClearStatusbar_Leave;
//
// BottomToolStripPanel
//
BottomToolStripPanel.AccessibleDescription = "Just a tool strip panel";
BottomToolStripPanel.AccessibleName = "tool strip panel";
BottomToolStripPanel.AccessibleRole = AccessibleRole.Pane;
BottomToolStripPanel.Dock = DockStyle.Bottom;
BottomToolStripPanel.Location = new Point(0, 371);
BottomToolStripPanel.Name = "BottomToolStripPanel";
BottomToolStripPanel.Orientation = Orientation.Horizontal;
BottomToolStripPanel.RowMargin = new Padding(3, 0, 0, 0);
BottomToolStripPanel.Size = new Size(622, 0);
//
// TopToolStripPanel
//
TopToolStripPanel.AccessibleDescription = "Just a tool strip panel";
TopToolStripPanel.AccessibleName = "tool strip panel";
TopToolStripPanel.Dock = DockStyle.Top;
TopToolStripPanel.Location = new Point(0, 0);
TopToolStripPanel.Name = "TopToolStripPanel";
TopToolStripPanel.Orientation = Orientation.Horizontal;
TopToolStripPanel.RowMargin = new Padding(3, 0, 0, 0);
TopToolStripPanel.Size = new Size(622, 0);
//
// RightToolStripPanel
//
RightToolStripPanel.AccessibleDescription = "Just a tool strip panel";
RightToolStripPanel.AccessibleName = "tool strip panel";
RightToolStripPanel.Dock = DockStyle.Right;
RightToolStripPanel.Location = new Point(357, 0);
RightToolStripPanel.Name = "RightToolStripPanel";
RightToolStripPanel.Orientation = Orientation.Vertical;
RightToolStripPanel.RowMargin = new Padding(0, 3, 0, 0);
RightToolStripPanel.Size = new Size(0, 133);
//
// LeftToolStripPanel
//
LeftToolStripPanel.AccessibleDescription = "Just a tool strip panel";
LeftToolStripPanel.AccessibleName = "tool strip panel";
LeftToolStripPanel.AccessibleRole = AccessibleRole.Pane;
LeftToolStripPanel.Dock = DockStyle.Left;
LeftToolStripPanel.Location = new Point(0, 0);
LeftToolStripPanel.Name = "LeftToolStripPanel";
LeftToolStripPanel.Orientation = Orientation.Vertical;
LeftToolStripPanel.RowMargin = new Padding(0, 3, 0, 0);
LeftToolStripPanel.Size = new Size(0, 371);
//
// ContentPanel
//
ContentPanel.AccessibleDescription = "Just a content panel";
ContentPanel.AccessibleName = "content panel";
ContentPanel.AccessibleRole = AccessibleRole.Pane;
ContentPanel.AutoScroll = true;
ContentPanel.Size = new Size(357, 133);
//
// toolStripContainer
//
toolStripContainer.AccessibleDescription = "Group the toolbars and the statusbar";
toolStripContainer.AccessibleName = "Toolbar container";
toolStripContainer.AccessibleRole = AccessibleRole.Grouping;
//
// toolStripContainer.BottomToolStripPanel
//
toolStripContainer.BottomToolStripPanel.AccessibleDescription = "Lower part of the ToolStripContainer";
toolStripContainer.BottomToolStripPanel.AccessibleName = "Lower part of the ToolStripContainer";
toolStripContainer.BottomToolStripPanel.AccessibleRole = AccessibleRole.Pane;
toolStripContainer.BottomToolStripPanel.Controls.Add(statusStrip);
//
// toolStripContainer.ContentPanel
//
toolStripContainer.ContentPanel.AccessibleDescription = "Central part of the ToolStripContainer";
toolStripContainer.ContentPanel.AccessibleName = "Central part of the ToolStripContainer";
toolStripContainer.ContentPanel.AccessibleRole = AccessibleRole.Pane;
toolStripContainer.ContentPanel.AutoScroll = true;
toolStripContainer.ContentPanel.Controls.Add(tabControl);
toolStripContainer.ContentPanel.Margin = new Padding(4, 3, 4, 3);
toolStripContainer.ContentPanel.Size = new Size(413, 130);
toolStripContainer.Dock = DockStyle.Fill;
//
// toolStripContainer.LeftToolStripPanel
//
toolStripContainer.LeftToolStripPanel.AccessibleDescription = "Left part of the ToolStripContainer";
toolStripContainer.LeftToolStripPanel.AccessibleName = "Left part of the ToolStripContainer";
toolStripContainer.LeftToolStripPanel.AccessibleRole = AccessibleRole.Pane;
toolStripContainer.Location = new Point(0, 0);
toolStripContainer.Margin = new Padding(4, 3, 4, 3);
toolStripContainer.Name = "toolStripContainer";
//
// toolStripContainer.RightToolStripPanel
//
toolStripContainer.RightToolStripPanel.AccessibleDescription = "Right part of the ToolStripContainer";
toolStripContainer.RightToolStripPanel.AccessibleName = "Right part of the ToolStripContainer";
toolStripContainer.RightToolStripPanel.AccessibleRole = AccessibleRole.Pane;
toolStripContainer.Size = new Size(413, 152);
toolStripContainer.TabIndex = 6;
toolStripContainer.Text = "toolStripContainer";
//
// toolStripContainer.TopToolStripPanel
//
toolStripContainer.TopToolStripPanel.AccessibleDescription = "Upper part of the ToolStripContainer";
toolStripContainer.TopToolStripPanel.AccessibleName = "Upper part of the ToolStripContainer";
toolStripContainer.TopToolStripPanel.AccessibleRole = AccessibleRole.Pane;
//
// tabControl
//
tabControl.AccessibleDescription = "Show the tabs";
tabControl.AccessibleName = "Show the tabs";
tabControl.AccessibleRole = AccessibleRole.PageTab;
tabControl.Controls.Add(tabPageDateToDate);
tabControl.Controls.Add(tabPageDaySpan);
tabControl.Controls.Add(tabPageDaysOfLife);
tabControl.Controls.Add(tabPageAbout);
tabControl.Controls.Add(tabPageLicense);
tabControl.Dock = DockStyle.Fill;
tabControl.HotTrack = true;
tabControl.ImageList = imageList;
tabControl.Location = new Point(0, 0);
tabControl.Margin = new Padding(4, 3, 4, 3);
tabControl.Name = "tabControl";
tabControl.SelectedIndex = 0;
tabControl.ShowToolTips = true;
tabControl.Size = new Size(413, 130);
tabControl.TabIndex = 0;
//
// tabPageDateToDate
//
tabPageDateToDate.AccessibleDescription = "Show the tab page \"From date to date\"";
tabPageDateToDate.AccessibleName = "Tab page \"From date to date\"";
tabPageDateToDate.AccessibleRole = AccessibleRole.PageTab;
tabPageDateToDate.Controls.Add(labelDaysCounted);
tabPageDateToDate.Controls.Add(labelDays);
tabPageDateToDate.Controls.Add(labelDateEnd);
tabPageDateToDate.Controls.Add(labelDateBegin);
tabPageDateToDate.Controls.Add(dateTimePickerBegin);
tabPageDateToDate.Controls.Add(buttonSwitchDateEnd);
tabPageDateToDate.Controls.Add(buttonSwitchDateBegin);
tabPageDateToDate.Controls.Add(dateTimePickerEnd);
tabPageDateToDate.ImageKey = "calendar-select-days.png";
tabPageDateToDate.Location = new Point(4, 24);
tabPageDateToDate.Margin = new Padding(4, 3, 4, 3);
tabPageDateToDate.Name = "tabPageDateToDate";
tabPageDateToDate.Padding = new Padding(4, 3, 4, 3);
tabPageDateToDate.Size = new Size(405, 102);
tabPageDateToDate.TabIndex = 0;
tabPageDateToDate.Text = "From date to date";
tabPageDateToDate.UseVisualStyleBackColor = true;
//
// tabPageDaySpan
//
tabPageDaySpan.AccessibleDescription = "Show the tab page \"Days span\"";
tabPageDaySpan.AccessibleName = "Tab page \"Days span\"";
tabPageDaySpan.AccessibleRole = AccessibleRole.PageTab;
tabPageDaySpan.Controls.Add(labelDateOut);
tabPageDaySpan.Controls.Add(labelDateIn);
tabPageDaySpan.Controls.Add(dateTimePickerDateOut);
tabPageDaySpan.Controls.Add(labelDaysPlusMinus);
tabPageDaySpan.Controls.Add(numericUpDownDays);
tabPageDaySpan.Controls.Add(dateTimePickerDateIn);
tabPageDaySpan.Controls.Add(buttonSwitchDateIn);
tabPageDaySpan.ImageKey = "calendar-select-days-span.png";
tabPageDaySpan.Location = new Point(4, 24);
tabPageDaySpan.Margin = new Padding(4, 3, 4, 3);
tabPageDaySpan.Name = "tabPageDaySpan";
tabPageDaySpan.Padding = new Padding(4, 3, 4, 3);
tabPageDaySpan.Size = new Size(405, 102);
tabPageDaySpan.TabIndex = 1;
tabPageDaySpan.Text = "Days span";
tabPageDaySpan.UseVisualStyleBackColor = true;
//
// labelDaysPlusMinus
//
labelDaysPlusMinus.AccessibleDescription = "Show the description of the ending date";
labelDaysPlusMinus.AccessibleName = "Description of the day span";
labelDaysPlusMinus.AccessibleRole = AccessibleRole.StaticText;
labelDaysPlusMinus.AutoEllipsis = true;
labelDaysPlusMinus.AutoSize = true;
labelDaysPlusMinus.Location = new Point(9, 39);
labelDaysPlusMinus.Margin = new Padding(4, 0, 4, 0);
labelDaysPlusMinus.Name = "labelDaysPlusMinus";
labelDaysPlusMinus.Size = new Size(64, 15);
labelDaysPlusMinus.TabIndex = 3;
labelDaysPlusMinus.Text = "&Days (-/+):";
labelDaysPlusMinus.Enter += SetStatusbar_Enter;
labelDaysPlusMinus.Leave += ClearStatusbar_Leave;
labelDaysPlusMinus.MouseEnter += SetStatusbar_Enter;
labelDaysPlusMinus.MouseLeave += ClearStatusbar_Leave;
//
// tabPageDaysOfLife
//
tabPageDaysOfLife.AccessibleDescription = "Show the tab page \"Days of life\"";
tabPageDaysOfLife.AccessibleName = "Tab page \"Days of life\"";
tabPageDaysOfLife.AccessibleRole = AccessibleRole.PageTab;
tabPageDaysOfLife.Controls.Add(labelDaysSpan);
tabPageDaysOfLife.Controls.Add(labelDaysOld);
tabPageDaysOfLife.Controls.Add(labelDateOfTheBirth);
tabPageDaysOfLife.Controls.Add(dateTimePickerDateOfTheBirth);
tabPageDaysOfLife.Controls.Add(buttonDateOfTheBirth);
tabPageDaysOfLife.ImageKey = "calendar-select.png";
tabPageDaysOfLife.Location = new Point(4, 24);
tabPageDaysOfLife.Margin = new Padding(4, 3, 4, 3);
tabPageDaysOfLife.Name = "tabPageDaysOfLife";
tabPageDaysOfLife.Padding = new Padding(4, 3, 4, 3);
tabPageDaysOfLife.Size = new Size(405, 102);
tabPageDaysOfLife.TabIndex = 3;
tabPageDaysOfLife.Text = "Days of life";
tabPageDaysOfLife.UseVisualStyleBackColor = true;
//
// tabPageAbout
//
tabPageAbout.AccessibleDescription = "Show the tab page \"About\"";
tabPageAbout.AccessibleName = "Tab page \"About\"";
tabPageAbout.AccessibleRole = AccessibleRole.PageTab;
tabPageAbout.Controls.Add(labelCopyright);
tabPageAbout.Controls.Add(labelDescription);
tabPageAbout.Controls.Add(labelTitle);
tabPageAbout.Controls.Add(pictureBox);
tabPageAbout.ImageKey = "information-button.png";
tabPageAbout.Location = new Point(4, 24);
tabPageAbout.Margin = new Padding(4, 3, 4, 3);
tabPageAbout.Name = "tabPageAbout";
tabPageAbout.Padding = new Padding(4, 3, 4, 3);
tabPageAbout.Size = new Size(405, 102);
tabPageAbout.TabIndex = 2;
tabPageAbout.Text = "About";
tabPageAbout.UseVisualStyleBackColor = true;
//
// pictureBox
//
pictureBox.AccessibleDescription = "Show the application logo";
pictureBox.AccessibleName = "Apllication logo";
pictureBox.AccessibleRole = AccessibleRole.Graphic;
pictureBox.Image = Properties.Resources.calendar_day;
pictureBox.Location = new Point(10, 8);
pictureBox.Margin = new Padding(4, 3, 4, 3);
pictureBox.Name = "pictureBox";
pictureBox.Size = new Size(37, 37);
pictureBox.TabIndex = 0;
pictureBox.TabStop = false;
pictureBox.MouseEnter += SetStatusbar_Enter;
pictureBox.MouseLeave += ClearStatusbar_Leave;
//
// tabPageLicense
//
tabPageLicense.AccessibleDescription = "Show the tab page \"License\"";
tabPageLicense.AccessibleName = "Tab page \"License\"";
tabPageLicense.Controls.Add(textBoxLicense);
tabPageLicense.ImageKey = "script-text.png";
tabPageLicense.Location = new Point(4, 24);
tabPageLicense.Name = "tabPageLicense";
tabPageLicense.Size = new Size(405, 102);
tabPageLicense.TabIndex = 4;
tabPageLicense.Text = "License";
tabPageLicense.UseVisualStyleBackColor = true;
//
// MainForm
//
AccessibleDescription = "This is the main window of the application";
AccessibleName = "Main window";
AccessibleRole = AccessibleRole.Window;
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(413, 152);
Controls.Add(toolStripContainer);
FormBorderStyle = FormBorderStyle.FixedSingle;
Icon = (Icon)resources.GetObject("$this.Icon");
Margin = new Padding(4, 3, 4, 3);
MaximizeBox = false;
Name = "MainForm";
StartPosition = FormStartPosition.CenterScreen;
Text = "Days Counter";
statusStrip.ResumeLayout(false);
statusStrip.PerformLayout();
((System.ComponentModel.ISupportInitialize)numericUpDownDays).EndInit();
toolStripContainer.BottomToolStripPanel.ResumeLayout(false);
toolStripContainer.BottomToolStripPanel.PerformLayout();
toolStripContainer.ContentPanel.ResumeLayout(false);
toolStripContainer.ResumeLayout(false);
toolStripContainer.PerformLayout();
tabControl.ResumeLayout(false);
tabPageDateToDate.ResumeLayout(false);
tabPageDateToDate.PerformLayout();
tabPageDaySpan.ResumeLayout(false);
tabPageDaySpan.PerformLayout();
tabPageDaysOfLife.ResumeLayout(false);
tabPageDaysOfLife.PerformLayout();
tabPageAbout.ResumeLayout(false);
tabPageAbout.PerformLayout();
((System.ComponentModel.ISupportInitialize)pictureBox).EndInit();
tabPageLicense.ResumeLayout(false);
tabPageLicense.PerformLayout();
ResumeLayout(false);
}
#endregion
private StatusStrip statusStrip;
private ToolStripStatusLabel labelInformation;
private ToolTip toolTip;
private ImageList imageList;
private ToolStripContainer toolStripContainer;
private TabControl tabControl;
private TabPage tabPageDateToDate;
private Label labelDaysCounted;
private Label labelDays;
private Label labelDateEnd;
private Label labelDateBegin;
private DateTimePicker dateTimePickerBegin;
private Button buttonSwitchDateEnd;
private Button buttonSwitchDateBegin;
private DateTimePicker dateTimePickerEnd;
private TabPage tabPageDaySpan;
private Label labelDateOut;
private Label labelDateIn;
private DateTimePicker dateTimePickerDateOut;
private Label labelDaysPlusMinus;
private NumericUpDown numericUpDownDays;
private DateTimePicker dateTimePickerDateIn;
private Button buttonSwitchDateIn;
private TabPage tabPageDaysOfLife;
private Label labelDaysOld;
private Label labelDateOfTheBirth;
private DateTimePicker dateTimePickerDateOfTheBirth;
private Button buttonDateOfTheBirth;
private TabPage tabPageAbout;
private Label labelCopyright;
private Label labelDescription;
private Label labelTitle;
private PictureBox pictureBox;
private ToolStripPanel BottomToolStripPanel;
private ToolStripPanel TopToolStripPanel;
private ToolStripPanel RightToolStripPanel;
private ToolStripPanel LeftToolStripPanel;
private ToolStripContentPanel ContentPanel;
private Label labelDaysSpan;
private ToolStripSplitButton toolStripSplitButtonStayOnTop;
private ToolStripMenuItem toolStripMenuItemStayNotOnTop;
private ToolStripMenuItem toolStripMenuItemStayOnTop;
private TabPage tabPageLicense;
private TextBox textBoxLicense;
}
}