From 7bd1a2834ec9bd017eba411dbe7e1329f9337e35 Mon Sep 17 00:00:00 2001 From: emkael Date: Fri, 19 Feb 2021 22:09:31 +0100 Subject: Formatting score/MP/IMP relative to the declarer --- Analizator9000/Analizator9000/Form1.cs | 13 +- Analizator9000/Analizator9000/Form1.resx | 6426 +++++++++++++----------------- 2 files changed, 2790 insertions(+), 3649 deletions(-) (limited to 'Analizator9000') diff --git a/Analizator9000/Analizator9000/Form1.cs b/Analizator9000/Analizator9000/Form1.cs index ec15b3c..d80dcd9 100644 --- a/Analizator9000/Analizator9000/Form1.cs +++ b/Analizator9000/Analizator9000/Form1.cs @@ -496,15 +496,26 @@ namespace Analizator9000 if (rowContract != null && rowContract.Frequency > 0) { ((TextBox)fullContractTable.GetControlFromPosition(5, row)).Text = ((double)trickSum[rowContract] / dealCount).ToString("0.##"); - ((TextBox)fullContractTable.GetControlFromPosition(6, row)).Text = ((double)scoreSum[rowContract] / dealCount).ToString("0.##"); ((TextBox)fullContractTable.GetControlFromPosition(7, row)).Text = ((double)successSum[rowContract] / dealCount).ToString("0.##"); double max = maxSum[rowContract] / dealCount; double imp = impSum[rowContract] / dealCount; + double score = (double)scoreSum[rowContract] / dealCount; if (rowContract.Declarer == Contract.DECLARER_EAST || rowContract.Declarer == Contract.DECLARER_WEST) { max = 1.0 - max; imp = -imp; + score = -score; + ((TextBox)fullContractTable.GetControlFromPosition(6, row)).TextAlign = HorizontalAlignment.Right; + ((TextBox)fullContractTable.GetControlFromPosition(8, row)).TextAlign = HorizontalAlignment.Right; + ((TextBox)fullContractTable.GetControlFromPosition(9, row)).TextAlign = HorizontalAlignment.Right; } + else + { + ((TextBox)fullContractTable.GetControlFromPosition(6, row)).TextAlign = HorizontalAlignment.Left; + ((TextBox)fullContractTable.GetControlFromPosition(8, row)).TextAlign = HorizontalAlignment.Left; + ((TextBox)fullContractTable.GetControlFromPosition(9, row)).TextAlign = HorizontalAlignment.Left; + } + ((TextBox)fullContractTable.GetControlFromPosition(6, row)).Text = score.ToString("0.#"); ((TextBox)fullContractTable.GetControlFromPosition(8, row)).Text = max.ToString("0.##"); ((TextBox)fullContractTable.GetControlFromPosition(9, row)).Text = imp.ToString("0.##"); } diff --git a/Analizator9000/Analizator9000/Form1.resx b/Analizator9000/Analizator9000/Form1.resx index 11f8ec5..9ee8a9a 100644 --- a/Analizator9000/Analizator9000/Form1.resx +++ b/Analizator9000/Analizator9000/Form1.resx @@ -117,192 +117,7 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - actionsBox - - - System.Windows.Forms.RichTextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - generateGroup - - - 0 - - - label23 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - generateGroup - - - 1 - - - conditionBox - - - System.Windows.Forms.RichTextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - generateGroup - - - 2 - - - generateButton - - - System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - generateGroup - - - 3 - - - produceBox - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - generateGroup - - - 4 - - - label12 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - generateGroup - - - 5 - - - generateBox - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - generateGroup - - - 6 - - - label11 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - generateGroup - - - 7 - - - label10 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - generateGroup - - - 8 - - - tableLayoutPanel1 - - - System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - generateGroup - - - 9 - - - - <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="predealNorthSpadesBox" Row="1" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="predealEastSpadesBox" Row="2" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="predealSouthSpadesBox" Row="3" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="predealWestSpadesBox" Row="4" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="predealNorthHeartsBox" Row="1" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="predealEastHeartsBox" Row="2" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="predealSouthHeartsBox" Row="3" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="predealWestHeartsBox" Row="4" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="predealNorthDiamondsBox" Row="1" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="predealEastDiamondsBox" Row="2" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="predealSouthDiamondsBox" Row="3" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="predealWestDiamondsBox" Row="4" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="predealNorthClubsBox" Row="1" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="predealEastClubsBox" Row="2" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="predealSouthClubsBox" Row="3" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="predealWestClubsBox" Row="4" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="label2" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="label3" Row="2" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="label4" Row="3" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="label5" Row="4" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="label6" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="label7" Row="0" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="label8" Row="0" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="label9" Row="0" RowSpan="1" Column="4" ColumnSpan="1" /></Controls><Columns Styles="Percent,8,Percent,23,Percent,23,Percent,23,Percent,23" /><Rows Styles="Percent,20,Percent,20,Percent,20,Percent,20,Percent,20,Absolute,20" /></TableLayoutSettings> - - - label1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - generateGroup - - - 10 - - - button1 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - generateGroup - - - 11 - - - generateFileNameTextBox - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - generateGroup - - - 12 - - - 12, 28 - - - 496, 446 - - - - 0 - - - Generowanie - - - generateGroup - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - Lucida Console, 8.25pt @@ -312,6 +127,7 @@ 217, 137 + 13 @@ -333,6 +149,7 @@ True + NoControl @@ -561,6 +378,18 @@ 5 + + Top, Bottom, Left, Right + + + 41, 26 + + + 103, 20 + + + 0 + predealNorthSpadesBox @@ -573,6 +402,18 @@ 0 + + Top, Bottom, Left, Right + + + 41, 49 + + + 103, 20 + + + 4 + predealEastSpadesBox @@ -585,6 +426,18 @@ 1 + + Top, Bottom, Left, Right + + + 41, 72 + + + 103, 20 + + + 8 + predealSouthSpadesBox @@ -597,6 +450,18 @@ 2 + + Top, Bottom, Left, Right + + + 41, 95 + + + 103, 20 + + + 12 + predealWestSpadesBox @@ -609,6 +474,18 @@ 3 + + Top, Bottom, Left, Right + + + 150, 26 + + + 103, 20 + + + 1 + predealNorthHeartsBox @@ -621,18 +498,42 @@ 4 - - predealEastHeartsBox + + Top, Bottom, Left, Right - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 150, 49 - + + 103, 20 + + + 5 + + + predealEastHeartsBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tableLayoutPanel1 5 + + Top, Bottom, Left, Right + + + 150, 72 + + + 103, 20 + + + 9 + predealSouthHeartsBox @@ -645,6 +546,18 @@ 6 + + Top, Bottom, Left, Right + + + 150, 95 + + + 103, 20 + + + 13 + predealWestHeartsBox @@ -657,6 +570,18 @@ 7 + + Top, Bottom, Left, Right + + + 259, 26 + + + 103, 20 + + + 2 + predealNorthDiamondsBox @@ -669,6 +594,18 @@ 8 + + Top, Bottom, Left, Right + + + 259, 49 + + + 103, 20 + + + 6 + predealEastDiamondsBox @@ -681,6 +618,18 @@ 9 + + Top, Bottom, Left, Right + + + 259, 72 + + + 103, 20 + + + 10 + predealSouthDiamondsBox @@ -693,6 +642,18 @@ 10 + + Top, Bottom, Left, Right + + + 259, 95 + + + 103, 20 + + + 14 + predealWestDiamondsBox @@ -705,6 +666,18 @@ 11 + + Top, Bottom, Left, Right + + + 368, 26 + + + 105, 20 + + + 3 + predealNorthClubsBox @@ -717,6 +690,18 @@ 12 + + Top, Bottom, Left, Right + + + 368, 49 + + + 105, 20 + + + 7 + predealEastClubsBox @@ -729,6 +714,18 @@ 13 + + Top, Bottom, Left, Right + + + 368, 72 + + + 105, 20 + + + 11 + predealSouthClubsBox @@ -741,6 +738,18 @@ 14 + + Top, Bottom, Left, Right + + + 368, 95 + + + 105, 20 + + + 15 + predealWestClubsBox @@ -753,6 +762,27 @@ 15 + + Right + + + True + + + NoControl + + + 17, 28 + + + 18, 13 + + + 16 + + + N: + label2 @@ -765,6 +795,27 @@ 16 + + Right + + + True + + + NoControl + + + 18, 51 + + + 17, 13 + + + 17 + + + E: + label3 @@ -777,6 +828,27 @@ 17 + + Right + + + True + + + NoControl + + + 18, 74 + + + 17, 13 + + + 18 + + + S: + label4 @@ -789,6 +861,27 @@ 18 + + Right + + + True + + + NoControl + + + 14, 97 + + + 21, 13 + + + 19 + + + W: + label5 @@ -801,6 +894,33 @@ 19 + + Top, Bottom, Left, Right + + + True + + + Lucida Sans Unicode, 8.25pt + + + NoControl + + + 41, 0 + + + 103, 23 + + + 20 + + + + + + MiddleCenter + label6 @@ -813,18 +933,72 @@ 20 - - label7 + + Top, Bottom, Left, Right - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - tableLayoutPanel1 + + Lucida Sans Unicode, 8.25pt + + + NoControl + + + 150, 0 + + + 103, 23 + + + 21 + + + + + + MiddleCenter + + + label7 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel1 21 + + Top, Bottom, Left, Right + + + True + + + Lucida Sans Unicode, 8.25pt + + + NoControl + + + 259, 0 + + + 103, 23 + + + 22 + + + + + + MiddleCenter + label8 @@ -837,6 +1011,33 @@ 22 + + Top, Bottom, Left, Right + + + True + + + Lucida Sans Unicode, 8.25pt + + + NoControl + + + 368, 0 + + + 105, 23 + + + 23 + + + + + + MiddleCenter + label9 @@ -876,4620 +1077,3549 @@ <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="predealNorthSpadesBox" Row="1" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="predealEastSpadesBox" Row="2" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="predealSouthSpadesBox" Row="3" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="predealWestSpadesBox" Row="4" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="predealNorthHeartsBox" Row="1" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="predealEastHeartsBox" Row="2" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="predealSouthHeartsBox" Row="3" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="predealWestHeartsBox" Row="4" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="predealNorthDiamondsBox" Row="1" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="predealEastDiamondsBox" Row="2" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="predealSouthDiamondsBox" Row="3" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="predealWestDiamondsBox" Row="4" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="predealNorthClubsBox" Row="1" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="predealEastClubsBox" Row="2" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="predealSouthClubsBox" Row="3" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="predealWestClubsBox" Row="4" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="label2" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="label3" Row="2" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="label4" Row="3" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="label5" Row="4" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="label6" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="label7" Row="0" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="label8" Row="0" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="label9" Row="0" RowSpan="1" Column="4" ColumnSpan="1" /></Controls><Columns Styles="Percent,8,Percent,23,Percent,23,Percent,23,Percent,23" /><Rows Styles="Percent,20,Percent,20,Percent,20,Percent,20,Percent,20,Absolute,20" /></TableLayoutSettings> - - Top, Bottom, Left, Right - - - 41, 26 - - - 103, 20 + + True - - 0 + + NoControl - - predealNorthSpadesBox + + 7, 47 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 75, 13 - - tableLayoutPanel1 + + 2 - - 0 + + Karty rozdane: - - Top, Bottom, Left, Right + + label1 - - 41, 49 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 103, 20 + + generateGroup - - 4 + + 10 - - predealEastSpadesBox + + NoControl - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 411, 20 - - tableLayoutPanel1 + + 75, 23 - + 1 - - Top, Bottom, Left, Right + + Wybierz plik - - 41, 72 + + button1 - - 103, 20 + + System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 8 + + generateGroup - - predealSouthSpadesBox + + 11 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 7, 20 - - tableLayoutPanel1 + + 398, 20 - - 2 + + 0 - - Top, Bottom, Left, Right + + generateFileNameTextBox - - 41, 95 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 103, 20 + + generateGroup - + 12 - - predealWestSpadesBox + + 12, 28 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 496, 446 - - tableLayoutPanel1 + + 0 - - 3 + + Generowanie - - Top, Bottom, Left, Right + + generateGroup - - 150, 26 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 103, 20 + + $this - - 1 + + 2 - - predealNorthHeartsBox + + False - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAAB6 + JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAAACXBIWXMAAAsMAAALDAE/QCLIAAACPklE + QVQ4T6WS70uTURTH9y/03jdBL3prU2O4FqvBU66hLB2GFtKvJ9Isfy3TJEXLVHT5A7QVLp20Wk3CiUb+ + AH8gJmIsJSs1l7TEoabYRDD4ds99dI9Le1MHzvPi3OfzufeeexQA/iv5p7MjAEp32xpaXat45lhGc5Mf + j6zzqKv9BkuVF/dLZ1BU+Bn5eR+Qkz2OG9c9DN0SENjbA9TWbFDxr7G+sQl9Yi/OJL7iyUISuF6ucEF5 + 2Q8q7hkE+5fXcdT4GkqlCFOCk8qSwPF0iQuKCr9TcVdsw198K4gwuJF3axanjS20JAlsjQtccNM8TcWQ + 2Am/n/LjoOBCZsYk4mJttCwJGup9XJB+bZyKwfgTHvL4EKZ1QBRHYTBY6RdJUFM9xwXi5VEq8tgL7hn5 + in3RTUg+24+YmDr6TRJUlM+iuwvsKYGUC29hOjfIu00NozvTsWlnCe5DvOkNBMEiC0qKp9DuBpsBoMX+ + i737T5TeW+RNpYbRndNSPUH4VFwbdLoyWXA7fxLO58AT2yYbnAD0SRkhaTxvRtLVAgmOZfBJJ7TaYllg + zplgMFD9IMB3JkjBliLUAsY+LWBiZhFi9l0c17dyWH3MDo2mQBbQWFofInhsEhB8JbcSH71L8M6vIuuO + BZFaO4ObEXnkMdTRubIgLfUdu/cahw/onNh/SMCL9gG4u4bQ3TeCweExnDCYoNQ0IorB4aoGqFSZIYL4 + SxcH+HjShNGQ0DvTU1G3qWF0Z9qVkuDDUemy4N8Tit/kKu4LI/ykxwAAAABJRU5ErkJggg== + - - tableLayoutPanel1 + + NoControl - - 4 + + 459, 17 - - Top, Bottom, Left, Right + + 26, 23 - - 150, 49 + + 15 - - 103, 20 - - - 5 - - - predealEastHeartsBox - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel1 - - - 5 - - - Top, Bottom, Left, Right - - - 150, 72 - - - 103, 20 + + exportBtn - - 9 + + System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - predealSouthHeartsBox + + analyzeGroup - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - tableLayoutPanel1 + + NoControl - - 6 + + 384, 17 - - Top, Bottom, Left, Right + + 75, 23 - - 150, 95 + + 1 - - 103, 20 + + Wybierz plik - - 13 + + button2 - - predealWestHeartsBox + + System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + analyzeGroup - - tableLayoutPanel1 + + 1 - - 7 + + True - - Top, Bottom, Left, Right + + NoControl - - 259, 26 + + 0, 3 - - 103, 20 + + 50, 13 - + 2 - - predealNorthDiamondsBox - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel1 - - - 8 - - - Top, Bottom, Left, Right - - - 259, 49 - - - 103, 20 - - - 6 - - - predealEastDiamondsBox - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel1 - - - 9 - - - Top, Bottom, Left, Right - - - 259, 72 - - - 103, 20 - - - 10 - - - predealSouthDiamondsBox - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel1 - - - 10 - - - Top, Bottom, Left, Right - - - 259, 95 - - - 103, 20 + + Kontrakt: - - 14 + + label13 - - predealWestDiamondsBox + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tabPage1 - - tableLayoutPanel1 + + 0 - - 11 + + Lucida Console, 9pt - - Top, Bottom, Left, Right + + 3, 129 - - 368, 26 + + True - - 105, 20 + + 475, 92 - - 3 + + 4 - - predealNorthClubsBox + + resultTextBox - + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tableLayoutPanel1 - - - 12 - - - Top, Bottom, Left, Right - - - 368, 49 + + tabPage1 - - 105, 20 + + 1 - - 7 + + False - - predealEastClubsBox + + NoControl - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 222, 92 - - tableLayoutPanel1 + + 246, 34 - + 13 - - Top, Bottom, Left, Right - - - 368, 72 - - - 105, 20 + + PRZERWIJ - - 11 + + abortButton - - predealSouthClubsBox - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel1 - - - 14 - - - Top, Bottom, Left, Right - - - 368, 95 - - - 105, 20 - - - 15 - - - predealWestClubsBox - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel1 - - - 15 - - - Right - - - True - - - NoControl - - - 17, 28 - - - 18, 13 - - - 16 - - - N: - - - label2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel1 - - - 16 - - - Right - - - True - - - NoControl - - - 18, 51 - - - 17, 13 - - - 17 - - - E: - - - label3 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel1 - - - 17 - - - Right - - - True - - - NoControl - - - 18, 74 - - - 17, 13 - - - 18 - - - S: - - - label4 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel1 - - - 18 - - - Right - - - True - - - NoControl - - - 14, 97 - - - 21, 13 - - - 19 - - - W: - - - label5 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel1 - - - 19 - - - Top, Bottom, Left, Right - - - True - - - Lucida Sans Unicode, 8.25pt - - - NoControl - - - 41, 0 - - - 103, 23 - - - 20 - - - - - - MiddleCenter - - - label6 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel1 - - - 20 - - - Top, Bottom, Left, Right - - - True - - - Lucida Sans Unicode, 8.25pt - - - NoControl - - - 150, 0 - - - 103, 23 - - - 21 - - - - - - MiddleCenter - - - label7 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel1 - - - 21 - - - Top, Bottom, Left, Right - - - True - - - Lucida Sans Unicode, 8.25pt - - - NoControl - - - 259, 0 - - - 103, 23 - - - 22 - - - - - - MiddleCenter - - - label8 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel1 - - - 22 - - - Top, Bottom, Left, Right - - - True - - - Lucida Sans Unicode, 8.25pt - - - NoControl - - - 368, 0 - - - 105, 23 - - - 23 - - - - - - MiddleCenter - - - label9 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel1 - - - 23 - - - True - - - NoControl - - - 7, 47 - - - 75, 13 - - - 2 - - - Karty rozdane: - - - label1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - generateGroup - - - 10 - - - NoControl - - - 411, 20 - - - 75, 23 - - - 1 - - - Wybierz plik - - - button1 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - generateGroup - - - 11 - - - 7, 20 - - - 398, 20 - - - 0 - - - generateFileNameTextBox - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - generateGroup - - - 12 - - - False - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAAB6 - JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAAACXBIWXMAAAsMAAALDAE/QCLIAAACPklE - QVQ4T6WS70uTURTH9y/03jdBL3prU2O4FqvBU66hLB2GFtKvJ9Isfy3TJEXLVHT5A7QVLp20Wk3CiUb+ - AH8gJmIsJSs1l7TEoabYRDD4ds99dI9Le1MHzvPi3OfzufeeexQA/iv5p7MjAEp32xpaXat45lhGc5Mf - j6zzqKv9BkuVF/dLZ1BU+Bn5eR+Qkz2OG9c9DN0SENjbA9TWbFDxr7G+sQl9Yi/OJL7iyUISuF6ucEF5 - 2Q8q7hkE+5fXcdT4GkqlCFOCk8qSwPF0iQuKCr9TcVdsw198K4gwuJF3axanjS20JAlsjQtccNM8TcWQ - 2Am/n/LjoOBCZsYk4mJttCwJGup9XJB+bZyKwfgTHvL4EKZ1QBRHYTBY6RdJUFM9xwXi5VEq8tgL7hn5 - in3RTUg+24+YmDr6TRJUlM+iuwvsKYGUC29hOjfIu00NozvTsWlnCe5DvOkNBMEiC0qKp9DuBpsBoMX+ - i737T5TeW+RNpYbRndNSPUH4VFwbdLoyWXA7fxLO58AT2yYbnAD0SRkhaTxvRtLVAgmOZfBJJ7TaYllg - zplgMFD9IMB3JkjBliLUAsY+LWBiZhFi9l0c17dyWH3MDo2mQBbQWFofInhsEhB8JbcSH71L8M6vIuuO - BZFaO4ObEXnkMdTRubIgLfUdu/cahw/onNh/SMCL9gG4u4bQ3TeCweExnDCYoNQ0IorB4aoGqFSZIYL4 - SxcH+HjShNGQ0DvTU1G3qWF0Z9qVkuDDUemy4N8Tit/kKu4LI/ykxwAAAABJRU5ErkJggg== - - - - NoControl - - - 459, 17 - - - 26, 23 - - - 15 - - - exportBtn - - - System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - analyzeGroup - - - 0 - - - NoControl - - - 384, 17 - - - 75, 23 - - - 1 - - - Wybierz plik - - - button2 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - analyzeGroup - - - 1 - - - label13 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage1 - - - 0 - - - resultTextBox - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage1 - - - 1 - - - abortButton - - - System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage1 - - - 2 - - - analyzeButton - - - System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage1 - - - 3 - - - contractTable - - - System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage1 - - - 4 - - - <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="label21" Row="3" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="label17" Row="0" RowSpan="1" Column="5" ColumnSpan="1" /><Control Name="label15" Row="0" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="checkBox1" Row="1" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="checkBox2" Row="2" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="checkBox3" Row="3" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="checkBox4" Row="4" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="checkBox5" Row="1" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="checkBox6" Row="2" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="checkBox7" Row="3" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="checkBox8" Row="4" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="checkBox9" Row="1" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="checkBox10" Row="1" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="checkBox11" Row="1" RowSpan="1" Column="5" ColumnSpan="1" /><Control Name="checkBox12" Row="2" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="checkBox13" Row="2" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="checkBox14" Row="2" RowSpan="1" Column="5" ColumnSpan="1" /><Control Name="checkBox15" Row="3" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="checkBox16" Row="3" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="checkBox17" Row="3" RowSpan="1" Column="5" ColumnSpan="1" /><Control Name="checkBox18" Row="4" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="checkBox19" Row="4" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="checkBox20" Row="4" RowSpan="1" Column="5" ColumnSpan="1" /><Control Name="label14" Row="0" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="label16" Row="0" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="label18" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="label19" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="label20" Row="2" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="label22" Row="4" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="button3" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="Percent,16.66667,Percent,16.66667,Percent,16.66667,Percent,16.66667,Percent,16.66667,Percent,16.66667" /><Rows Styles="Percent,20,Percent,20,Percent,20,Percent,20,Percent,20" /></TableLayoutSettings> - - - 4, 22 - - - 3, 3, 3, 3 - - - 471, 234 - - - 0 - - - Analiza liczby lew - - - tabPage1 - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabControl1 - - - 0 - - - True - - - NoControl - - - 6, 178 - - - 58, 13 - - - 4 - - - Założenia: - - - label26 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage2 - - - 0 - - - Obie przed - - - Obie po - - - NS po - - - EW po - - - 82, 175 - - - 121, 21 - - - 3 - - - vulnerabilityBox - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage2 - - - 1 - - - 10 - - - 329, 116 - - - 41, 20 - - - 65 - - - Right - - - textBox22 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - fullContractTable - - - 0 - - - 376, 116 - - - 37, 20 - - - 66 - - - Right - - - textBox23 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - fullContractTable - - - 1 - - - 281, 140 - - - 42, 20 - - - 67 - - - Right - - - textBox24 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - fullContractTable - - - 2 - - - 329, 140 - - - 41, 20 - - - 68 - - - Right - - - textBox25 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - fullContractTable - - - 3 - - - 376, 140 - - - 37, 20 - - - 69 - - - Right - - - textBox26 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - fullContractTable - - - 4 - - - 281, 68 - - - 42, 20 - - - 58 - - - Right - - - textBox15 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - fullContractTable - - - 5 - - - 329, 68 - - - 41, 20 - - - 59 - - - Right - - - textBox16 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - fullContractTable - - - 6 - - - 376, 68 - - - 37, 20 - - - 60 - - - Right - - - textBox17 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - fullContractTable - - - 7 - - - 281, 92 - - - 42, 20 - - - 61 - - - Right - - - textBox18 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - fullContractTable - - - 8 - - - 329, 92 - - - 41, 20 - - - 62 - - - Right - - - textBox19 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - fullContractTable - - - 9 - - - 376, 92 - - - 37, 20 - - - 63 - - - Right - - - textBox20 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - fullContractTable - - - 10 - - - 281, 116 - - - 42, 20 - - - 64 - - - Right - - - textBox21 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - fullContractTable - - - 11 - - - 281, 20 - - - 42, 20 - - - 52 - - - Right - - - textBox9 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - fullContractTable - - - 12 - - - 329, 20 - - - 41, 20 - - - 53 - - - Right - - - textBox10 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - fullContractTable - - - 13 - - - 376, 20 - - - 37, 20 - - - 54 - - - Right - - - textBox11 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - fullContractTable + + System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 14 + + tabPage1 - - 281, 44 + + 2 - - 42, 20 + + NoControl - - 55 + + 222, 6 - - Right + + 246, 87 - - textBox12 + + 11 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ANALIZUJ - - fullContractTable + + analyzeButton - - 15 + + System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 329, 44 + + tabPage1 - - 41, 20 + + 3 - - 56 + + 6 - + Right - - textBox13 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - fullContractTable + + NoControl - - 16 + + 14, 70 - - 376, 44 + + 17, 13 - - 37, 20 + + 29 - - 57 + + S: - - Right + + label21 - - textBox14 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + contractTable - - fullContractTable + + 0 - - 17 + + Top, Bottom, Left, Right - + True - + + Lucida Sans Unicode, 8.25pt + + NoControl - - 3, 0 + + 173, 0 - - 31, 13 + + 34, 22 - - 0 + + 24 - - Wys. + + - - label24 + + MiddleLeft - + + label17 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - fullContractTable + + contractTable - - 18 + + 1 - + + Top, Bottom, Left, Right + + True - + + Lucida Sans Unicode, 8.25pt + + NoControl - - 53, 0 + + 105, 0 - - 36, 13 + + 28, 22 - - 1 + + 24 - - Miano + + - - label25 + + MiddleLeft - + + label15 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - fullContractTable + + contractTable - - 19 + + 2 - + True - + NoControl - - 145, 0 - - - 32, 13 + + 37, 25 - - 3 + + 15, 14 - - Rzgr. + + 0 - - label27 + + checkBox1 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - fullContractTable + + contractTable - - 20 + + 3 - + True - + NoControl - - 195, 0 - - - 31, 13 + + 37, 47 - - 4 + + 15, 14 - - Frek. + + 1 - - label28 + + checkBox2 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - fullContractTable + + contractTable - - 21 + + 4 - + True - - NoControl - - - 243, 0 + + NoControl - - 32, 13 + + 37, 69 - - 5 + + 15, 14 - - Lewy + + 2 - - label29 + + checkBox3 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - fullContractTable + + contractTable - - 22 + + 5 - + True - + NoControl - - 281, 0 - - - 33, 13 - - - 6 - - - Zapis + + 37, 91 - - label30 + + 15, 14 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3 - - fullContractTable + + checkBox4 - - 23 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Flat + + contractTable - - + + 6 - - PASS + + True - - 1 + + NoControl - - 2 + + 71, 25 - - 3 + + 15, 14 - + 4 - - 5 - - - 6 + + checkBox5 - - 7 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3, 20 + + contractTable - - 44, 21 + + 7 - - 9 + + True - - comboBox1 + + NoControl - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 71, 47 - - fullContractTable + + 15, 14 - - 24 + + 5 - - Flat + + checkBox6 - - + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - PASS + + contractTable - - 1 + + 8 - - 2 + + True - - 3 + + NoControl - - 4 + + 71, 69 - - 5 + + 15, 14 - + 6 - - 7 + + checkBox7 - - 3, 44 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 44, 21 + + contractTable - - 10 + + 9 - - comboBox2 + + True - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - fullContractTable + + 71, 91 - - 25 + + 15, 14 - - Flat + + 7 - - + + checkBox8 - - PASS + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + contractTable - - 2 + + 10 - - 3 + + True - - 4 + + NoControl - - 5 + + 105, 25 - - 6 + + 15, 14 - - 7 + + 8 - - 3, 68 + + checkBox9 - - 44, 21 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 11 + + contractTable - - comboBox3 + + 11 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - fullContractTable + + NoControl - - 26 + + 139, 25 - - Flat + + 15, 14 - - + + 9 - - PASS + + checkBox10 - - 1 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2 + + contractTable - - 3 + + 12 - - 4 + + True - - 5 + + NoControl - - 6 + + 173, 25 - - 7 + + 15, 14 - - 3, 92 + + 10 - - 44, 21 + + checkBox11 - - 12 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - comboBox4 + + contractTable - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 13 - - fullContractTable + + True - - 27 + + NoControl - - Flat + + 105, 47 - - + + 15, 14 - - PASS + + 11 - - 1 + + checkBox12 - - 2 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3 + + contractTable - - 4 + + 14 - - 5 + + True - - 6 + + NoControl - - 7 + + 139, 47 - - 3, 116 + + 15, 14 - - 44, 21 + + 12 - - 13 + + checkBox13 - - comboBox5 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + contractTable - - fullContractTable + + 15 - - 28 + + True - - Flat + + NoControl - - + + 173, 47 - - PASS + + 15, 14 - - 1 + + 13 - - 2 + + checkBox14 - - 3 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 4 + + contractTable - - 5 + + 16 - - 6 + + True - - 7 + + NoControl - - 3, 140 + + 105, 69 - - 44, 21 + + 15, 14 - + 14 - - comboBox6 + + checkBox15 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - fullContractTable + + contractTable - - 29 + + 17 - - Flat + + True - - 53, 20 + + NoControl - - 44, 21 + + 139, 69 - - 16 + + 15, 14 - - comboBox8 + + 15 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + checkBox16 - - fullContractTable + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 30 + + contractTable - - Flat + + 18 - - 53, 44 + + True + + + NoControl + + + 173, 69 - - 44, 21 + + 15, 14 - - 17 + + 16 - - comboBox9 + + checkBox17 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - fullContractTable + + contractTable - - 31 + + 19 - - Flat + + True - - 53, 68 + + NoControl - - 44, 21 + + 105, 91 - - 18 + + 15, 14 - - comboBox10 + + 17 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + checkBox18 - - fullContractTable + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 32 + + contractTable - - Flat + + 20 - - 53, 92 + + True - - 44, 21 + + NoControl - - 19 + + 139, 91 - - comboBox11 + + 15, 14 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 18 - - fullContractTable + + checkBox19 - - 33 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Flat + + contractTable - - 53, 116 + + 21 - - 44, 21 + + True - - 20 + + NoControl - - comboBox12 + + 173, 91 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 15, 14 - - fullContractTable + + 19 - - 34 + + checkBox20 - - Flat + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 53, 140 + + contractTable - - 44, 21 + + 22 - - 21 + + Top, Bottom, Left, Right - - comboBox13 + + True - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Lucida Sans Unicode, 8.25pt - - fullContractTable + + NoControl - - 35 + + 71, 0 - - Flat + + 28, 22 - - + + 21 - - X + + - - XX + + MiddleLeft - - 103, 20 + + label14 - - 36, 21 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + contractTable + + 23 - - comboBox15 + + Top, Bottom, Left, Right - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - fullContractTable + + Lucida Sans Unicode, 8.25pt - - 36 + + NoControl - - Flat + + 139, 0 - - + + 28, 22 - - X + + 25 - - XX + + - - 103, 44 + + MiddleLeft - - 36, 21 + + label16 - + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + contractTable + + 24 - - comboBox16 + + Top, Bottom, Left, Right - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - fullContractTable + + Lucida Sans Unicode, 9pt, style=Bold - - 37 + + NoControl - - Flat + + 37, 0 - - + + 28, 22 + + + 26 - - X + + NT - - XX + + MiddleLeft - - 103, 68 + + label18 - - 36, 21 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + contractTable + + 25 - - comboBox17 + + Right - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - fullContractTable + + NoControl - - 38 + + 13, 26 - - Flat + + 18, 13 - - + + 27 - - X + + N: - - XX + + label19 - - 103, 92 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 36, 21 + + contractTable - + 26 - - comboBox18 + + Right - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - fullContractTable + + NoControl - - 39 + + 14, 48 - - Flat + + 17, 13 - - + + 28 - - X + + E: - - XX + + label20 - - 103, 116 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 36, 21 + + contractTable - + 27 - - comboBox19 + + Right - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - fullContractTable + + NoControl - - 40 + + 10, 92 - - Flat + + 21, 13 - - + + 30 - - X + + W: - - XX + + label22 - - 103, 140 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 36, 21 + + contractTable - + 28 - - comboBox20 + + Top, Bottom, Right - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - fullContractTable + + 13, 3 - - 41 + + 18, 16 - - Flat + + 31 - - + + button3 - - W + + System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - N + + contractTable - - E + + 29 - - S + + 3, 18 - - 145, 20 + + 5 - - 44, 21 + + 210, 110 - - 30 + + 12 - - comboBox22 + + contractTable - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - fullContractTable + + tabPage1 - - 42 + + 4 - - Flat + + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="label21" Row="3" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="label17" Row="0" RowSpan="1" Column="5" ColumnSpan="1" /><Control Name="label15" Row="0" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="checkBox1" Row="1" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="checkBox2" Row="2" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="checkBox3" Row="3" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="checkBox4" Row="4" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="checkBox5" Row="1" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="checkBox6" Row="2" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="checkBox7" Row="3" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="checkBox8" Row="4" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="checkBox9" Row="1" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="checkBox10" Row="1" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="checkBox11" Row="1" RowSpan="1" Column="5" ColumnSpan="1" /><Control Name="checkBox12" Row="2" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="checkBox13" Row="2" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="checkBox14" Row="2" RowSpan="1" Column="5" ColumnSpan="1" /><Control Name="checkBox15" Row="3" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="checkBox16" Row="3" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="checkBox17" Row="3" RowSpan="1" Column="5" ColumnSpan="1" /><Control Name="checkBox18" Row="4" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="checkBox19" Row="4" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="checkBox20" Row="4" RowSpan="1" Column="5" ColumnSpan="1" /><Control Name="label14" Row="0" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="label16" Row="0" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="label18" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="label19" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="label20" Row="2" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="label22" Row="4" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="button3" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="Percent,16.66667,Percent,16.66667,Percent,16.66667,Percent,16.66667,Percent,16.66667,Percent,16.66667" /><Rows Styles="Percent,20,Percent,20,Percent,20,Percent,20,Percent,20" /></TableLayoutSettings> - - + + 4, 22 - - W + + 3, 3, 3, 3 - - N + + 471, 234 - - E + + 0 - - S + + Analiza liczby lew - - 145, 44 + + tabPage1 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabControl1 + + + 0 + + + True + + + NoControl - - 44, 21 + + 6, 178 - - 31 + + 58, 13 - - comboBox23 + + 4 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Założenia: - - fullContractTable + + label26 - - 43 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Flat + + tabPage2 - - + + 0 - - W + + Obie przed - - N + + Obie po - - E + + NS po - - S + + EW po - - 145, 68 + + 82, 175 - - 44, 21 + + 121, 21 - - 32 + + 3 - - comboBox24 + + vulnerabilityBox - + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - fullContractTable - - - 44 + + tabPage2 - - Flat + + 1 - - + + 10 - - W + + 329, 116 - - N + + 41, 20 - - E + + 65 - - S + + Right - - 145, 92 + + textBox22 - - 44, 21 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 33 + + fullContractTable - - comboBox25 + + 0 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 376, 116 - - fullContractTable + + 37, 20 - - 45 + + 66 - - Flat + + Right - - + + textBox23 - - W + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - N + + fullContractTable - - E + + 1 - - S + + 281, 140 - - 145, 116 + + 42, 20 - - 44, 21 + + 67 - - 34 + + Right - - comboBox26 + + textBox24 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + fullContractTable - - 46 + + 2 - - Flat + + 329, 140 - - + + 41, 20 - - W + + 68 - - N + + Right - - E + + textBox25 - - S + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 145, 140 + + fullContractTable - - 44, 21 + + 3 - - 35 + + 376, 140 - - comboBox27 + + 37, 20 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 69 - - fullContractTable + + Right - - 47 + + textBox26 - - False + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 195, 20 + + fullContractTable - + + 4 + + + 281, 68 + + 42, 20 - - 37 + + 58 - - numericUpDown1 + + Right + + + textBox15 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + fullContractTable - - 48 + + 5 - - False + + 329, 68 - - 195, 44 + + 41, 20 - - 42, 20 + + 59 - - 38 + + Right - - numericUpDown2 + + textBox16 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + fullContractTable - - 49 + + 6 - - False + + 376, 68 - - 195, 68 + + 37, 20 - - 42, 20 + + 60 - - 39 + + Right - - numericUpDown3 + + textBox17 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + fullContractTable - - 50 - - - False + + 7 - - 195, 92 + + 281, 92 - + 42, 20 - - 40 + + 61 - - numericUpDown4 + + Right - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + textBox18 - + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + fullContractTable - - 51 + + 8 - - False + + 329, 92 - - 195, 116 + + 41, 20 - - 42, 20 + + 62 - - 41 + + Right - - numericUpDown5 + + textBox19 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + fullContractTable - - 52 + + 9 - - False + + 376, 92 - - 195, 140 + + 37, 20 - - 42, 20 + + 63 - - 42 + + Right - - numericUpDown6 + + textBox20 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + fullContractTable - - 53 + + 10 - - 243, 20 + + 281, 116 - - 32, 20 + + 42, 20 - - 44 + + 64 - + Right - - textBox1 + + textBox21 - + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + fullContractTable - - 54 + + 11 - - 243, 44 + + 281, 20 - - 32, 20 + + 42, 20 - - 45 + + 52 - + Right - - textBox2 + + textBox9 - + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + fullContractTable - - 55 + + 12 - - 243, 68 + + 329, 20 - - 32, 20 + + 41, 20 - - 46 + + 53 - + Right - - textBox3 + + textBox10 - + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + fullContractTable - - 56 + + 13 - - 243, 92 + + 376, 20 - - 32, 20 + + 37, 20 - - 47 + + 54 - + Right - - textBox4 + + textBox11 - + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + fullContractTable - - 57 + + 14 - - 243, 116 + + 281, 44 - - 32, 20 + + 42, 20 - - 48 + + 55 - + Right - - textBox5 + + textBox12 - + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + fullContractTable - - 58 + + 15 - - 243, 140 + + 329, 44 - - 32, 20 + + 41, 20 - - 49 + + 56 - + Right - - textBox6 + + textBox13 - + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + fullContractTable - - 59 - - - True - - - NoControl + + 16 - - 419, 0 + + 376, 44 - - 26, 13 + + 37, 20 - - 8 + + 57 - - IMP + + Right - - label32 + + textBox14 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + fullContractTable - - 60 + + 17 - + True - + NoControl - - 376, 0 + + 3, 0 - - 27, 13 + + 31, 13 - - 7 + + 0 - - Max + + Wys. - - label31 + + label24 - + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + fullContractTable - - 61 - - - 419, 20 - - - 43, 20 - - - 70 - - - Right - - - textBox7 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 18 - - fullContractTable + + True - - 62 + + NoControl - - 419, 44 + + 53, 0 - - 43, 20 + + 36, 13 - - 71 + + 1 - - Right + + Miano - - textBox8 + + label25 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + fullContractTable - - 63 - - - 419, 68 - - - 43, 20 - - - 72 - - - Right + + 19 - - textBox27 + + True - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - fullContractTable + + 145, 0 - - 64 + + 32, 13 - - 419, 92 + + 3 - - 43, 20 + + Rzgr. - - 73 + + label27 - - Right + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - textBox28 + + fullContractTable - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 20 - - fullContractTable + + True - - 65 + + NoControl - - 419, 116 + + 195, 0 - - 43, 20 + + 31, 13 - - 74 + + 4 - - Right + + Frek. - - textBox29 + + label28 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + fullContractTable - - 66 + + 21 - - 419, 140 + + True - - 43, 20 + + NoControl - - 75 + + 243, 0 - - Right + + 32, 13 - - textBox30 + + 5 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Lewy - + + label29 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + fullContractTable - - 67 + + 22 - + True - + NoControl - - 329, 0 + + 281, 0 - - 38, 17 + + 33, 13 - - 76 + + 6 - - Wygra? + + Zapis - - label33 + + label30 - + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + fullContractTable - - 68 + + 23 - - 3, 6 + + Flat - - 7 + + - - 465, 163 + + PASS - + + 1 + + 2 - - fullContractTable + + 3 - - System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 4 - - tabPage2 + + 5 - - 2 + + 6 - - <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="textBox22" Row="5" RowSpan="1" Column="7" ColumnSpan="1" /><Control Name="textBox23" Row="5" RowSpan="1" Column="8" ColumnSpan="1" /><Control Name="textBox24" Row="6" RowSpan="1" Column="6" ColumnSpan="1" /><Control Name="textBox25" Row="6" RowSpan="1" Column="7" ColumnSpan="1" /><Control Name="textBox26" Row="6" RowSpan="1" Column="8" ColumnSpan="1" /><Control Name="textBox15" Row="3" RowSpan="1" Column="6" ColumnSpan="1" /><Control Name="textBox16" Row="3" RowSpan="1" Column="7" ColumnSpan="1" /><Control Name="textBox17" Row="3" RowSpan="1" Column="8" ColumnSpan="1" /><Control Name="textBox18" Row="4" RowSpan="1" Column="6" ColumnSpan="1" /><Control Name="textBox19" Row="4" RowSpan="1" Column="7" ColumnSpan="1" /><Control Name="textBox20" Row="4" RowSpan="1" Column="8" ColumnSpan="1" /><Control Name="textBox21" Row="5" RowSpan="1" Column="6" ColumnSpan="1" /><Control Name="textBox9" Row="1" RowSpan="1" Column="6" ColumnSpan="1" /><Control Name="textBox10" Row="1" RowSpan="1" Column="7" ColumnSpan="1" /><Control Name="textBox11" Row="1" RowSpan="1" Column="8" ColumnSpan="1" /><Control Name="textBox12" Row="2" RowSpan="1" Column="6" ColumnSpan="1" /><Control Name="textBox13" Row="2" RowSpan="1" Column="7" ColumnSpan="1" /><Control Name="textBox14" Row="2" RowSpan="1" Column="8" ColumnSpan="1" /><Control Name="label24" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="label25" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="label27" Row="0" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="label28" Row="0" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="label29" Row="0" RowSpan="1" Column="5" ColumnSpan="1" /><Control Name="label30" Row="0" RowSpan="1" Column="6" ColumnSpan="1" /><Control Name="comboBox1" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="comboBox2" Row="2" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="comboBox3" Row="3" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="comboBox4" Row="4" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="comboBox5" Row="5" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="comboBox6" Row="6" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="comboBox8" Row="1" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="comboBox9" Row="2" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="comboBox10" Row="3" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="comboBox11" Row="4" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="comboBox12" Row="5" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="comboBox13" Row="6" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="comboBox15" Row="1" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="comboBox16" Row="2" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="comboBox17" Row="3" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="comboBox18" Row="4" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="comboBox19" Row="5" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="comboBox20" Row="6" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="comboBox22" Row="1" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="comboBox23" Row="2" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="comboBox24" Row="3" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="comboBox25" Row="4" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="comboBox26" Row="5" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="comboBox27" Row="6" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="numericUpDown1" Row="1" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="numericUpDown2" Row="2" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="numericUpDown3" Row="3" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="numericUpDown4" Row="4" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="numericUpDown5" Row="5" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="numericUpDown6" Row="6" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="textBox1" Row="1" RowSpan="1" Column="5" ColumnSpan="1" /><Control Name="textBox2" Row="2" RowSpan="1" Column="5" ColumnSpan="1" /><Control Name="textBox3" Row="3" RowSpan="1" Column="5" ColumnSpan="1" /><Control Name="textBox4" Row="4" RowSpan="1" Column="5" ColumnSpan="1" /><Control Name="textBox5" Row="5" RowSpan="1" Column="5" ColumnSpan="1" /><Control Name="textBox6" Row="6" RowSpan="1" Column="5" ColumnSpan="1" /><Control Name="label32" Row="0" RowSpan="1" Column="9" ColumnSpan="1" /><Control Name="label31" Row="0" RowSpan="1" Column="8" ColumnSpan="1" /><Control Name="textBox7" Row="1" RowSpan="1" Column="9" ColumnSpan="1" /><Control Name="textBox8" Row="2" RowSpan="1" Column="9" ColumnSpan="1" /><Control Name="textBox27" Row="3" RowSpan="1" Column="9" ColumnSpan="1" /><Control Name="textBox28" Row="4" RowSpan="1" Column="9" ColumnSpan="1" /><Control Name="textBox29" Row="5" RowSpan="1" Column="9" ColumnSpan="1" /><Control Name="textBox30" Row="6" RowSpan="1" Column="9" ColumnSpan="1" /><Control Name="label33" Row="0" RowSpan="1" Column="7" ColumnSpan="1" /></Controls><Columns Styles="Percent,11.11606,Percent,11.11607,Percent,9.473684,Percent,11.1579,Percent,10.73684,Percent,8.631579,Percent,10.73684,Percent,10.52632,Percent,9.67742,Percent,10.10753,Absolute,20" /><Rows Styles="Percent,10.44107,Percent,14.92649,Percent,14.92649,Percent,14.92649,Percent,14.92649,Percent,14.92649,Percent,14.92649" /></TableLayoutSettings> + + 7 - - False + + 3, 20 - - NoControl + + 44, 21 - - 252, 198 + + 9 - - 210, 23 + + comboBox1 - - 1 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Nie, czekaj! + + fullContractTable - - contractCancelButton + + 24 - - System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Flat - - tabPage2 + + - - 3 + + PASS - - NoControl + + 1 - - 6, 198 + + 2 - - 210, 23 + + 3 - - 0 + + 4 - - No to wio! + + 5 - - contractAnalyzeButton + + 6 - - System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 7 - - tabPage2 + + 3, 44 - - 4 + + 44, 21 - - 4, 22 + + 10 - - 3, 3, 3, 3 + + comboBox2 - - 471, 234 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + fullContractTable - - Analiza kontraktów + + 25 - - tabPage2 + + Flat - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + - - tabControl1 + + PASS - + 1 - - 7, 50 + + 2 - - 479, 260 + + 3 - - 14 + + 4 - - tabControl1 + + 5 - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6 - - analyzeGroup + + 7 - - 2 + + 3, 68 - - 7, 20 + + 44, 21 - - 374, 20 + + 11 - - 0 + + comboBox3 - - analyzeFileNameTextBox + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + fullContractTable - - analyzeGroup + + 26 - - 3 + + Flat - - NoControl + + - - 6, 312 + + PASS - - 480, 23 + + 1 - + 2 - - progressBar + + 3 - - System.Windows.Forms.ProgressBar, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 4 - - analyzeGroup + + 5 - - 4 + + 6 - - Microsoft Sans Serif, 8.25pt + + 7 - - 7, 341 + + 3, 92 - - 479, 95 + + 44, 21 - - 3 + + 12 - - statusListBox + + comboBox4 - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - analyzeGroup + + fullContractTable - - 5 + + 27 - - 514, 28 + + Flat - - 492, 446 + + - + + PASS + + 1 - - Analiza + + 2 - - analyzeGroup + + 3 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 4 - - $this + + 5 - - 1 + + 6 - - True + + 7 - - NoControl + + 3, 116 - - 0, 3 + + 44, 21 - - 50, 13 + + 13 - - 2 + + comboBox5 - - Kontrakt: + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - label13 + + fullContractTable - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 28 - - tabPage1 + + Flat - - 0 + + - - Lucida Console, 9pt + + PASS - - 3, 129 + + 1 - - True + + 2 - - 475, 92 + + 3 - + 4 - - resultTextBox + + 5 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6 - - tabPage1 + + 7 - - 1 + + 3, 140 - - False + + 44, 21 - - NoControl + + 14 - - 222, 92 + + comboBox6 - - 246, 34 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 13 + + fullContractTable - - PRZERWIJ + + 29 - - abortButton + + Flat - - System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 53, 20 - - tabPage1 + + 44, 21 - - 2 + + 16 - - NoControl + + comboBox8 - - 222, 6 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 246, 87 + + fullContractTable - - 11 + + 30 - - ANALIZUJ + + Flat - - analyzeButton + + 53, 44 - - System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 44, 21 - - tabPage1 + + 17 - - 3 + + comboBox9 - - 6 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - label21 + + fullContractTable - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 31 - - contractTable + + Flat - - 0 + + 53, 68 - - label17 + + 44, 21 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 18 - - contractTable + + comboBox10 - - 1 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - label15 + + fullContractTable - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 32 - - contractTable + + Flat - - 2 + + 53, 92 - - checkBox1 + + 44, 21 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 19 - - contractTable + + comboBox11 - - 3 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - checkBox2 + + fullContractTable - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 33 - - contractTable + + Flat - - 4 + + 53, 116 - - checkBox3 + + 44, 21 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 20 - - contractTable + + comboBox12 - - 5 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - checkBox4 + + fullContractTable - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 34 - - contractTable + + Flat - - 6 + + 53, 140 - - checkBox5 + + 44, 21 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 21 - - contractTable + + comboBox13 - - 7 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - checkBox6 + + fullContractTable - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 35 - - contractTable + + Flat - - 8 + + - - checkBox7 + + X - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + XX - - contractTable + + 103, 20 - - 9 + + 36, 21 - - checkBox8 + + 23 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + comboBox15 - - contractTable + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 10 + + fullContractTable - - checkBox9 + + 36 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Flat - - contractTable + + - - 11 + + X - - checkBox10 + + XX - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 103, 44 - - contractTable + + 36, 21 - - 12 + + 24 - - checkBox11 + + comboBox16 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - contractTable + + fullContractTable - - 13 + + 37 - - checkBox12 + + Flat - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + - - contractTable + + X - - 14 + + XX - - checkBox13 + + 103, 68 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 36, 21 - - contractTable + + 25 - - 15 + + comboBox17 - - checkBox14 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + fullContractTable - - contractTable + + 38 - - 16 + + Flat - - checkBox15 + + - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + X - - contractTable + + XX - - 17 + + 103, 92 - - checkBox16 + + 36, 21 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 26 - - contractTable + + comboBox18 - - 18 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - checkBox17 + + fullContractTable - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 39 - - contractTable + + Flat - - 19 + + - - checkBox18 + + X - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + XX - - contractTable + + 103, 116 - - 20 + + 36, 21 - - checkBox19 + + 27 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + comboBox19 - - contractTable + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 21 + + fullContractTable - - checkBox20 + + 40 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Flat - - contractTable + + - - 22 + + X - - label14 + + XX - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 103, 140 - - contractTable + + 36, 21 - - 23 + + 28 - - label16 + + comboBox20 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - contractTable + + fullContractTable - - 24 + + 41 - - label18 + + Flat - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + - - contractTable + + W - - 25 + + N - - label19 + + E - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + S - - contractTable + + 145, 20 - - 26 + + 44, 21 - - label20 + + 30 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + comboBox22 - - contractTable + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 27 + + fullContractTable - - label22 + + 42 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Flat - - contractTable + + - - 28 + + W - - button3 + + N - - System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + E - - contractTable + + S - - 29 + + 145, 44 - - 3, 18 + + 44, 21 - - 5 + + 31 - - 210, 110 + + comboBox23 - - 12 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - contractTable + + fullContractTable - - System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 43 - - tabPage1 + + Flat - - 4 + + - - <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="label21" Row="3" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="label17" Row="0" RowSpan="1" Column="5" ColumnSpan="1" /><Control Name="label15" Row="0" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="checkBox1" Row="1" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="checkBox2" Row="2" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="checkBox3" Row="3" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="checkBox4" Row="4" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="checkBox5" Row="1" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="checkBox6" Row="2" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="checkBox7" Row="3" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="checkBox8" Row="4" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="checkBox9" Row="1" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="checkBox10" Row="1" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="checkBox11" Row="1" RowSpan="1" Column="5" ColumnSpan="1" /><Control Name="checkBox12" Row="2" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="checkBox13" Row="2" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="checkBox14" Row="2" RowSpan="1" Column="5" ColumnSpan="1" /><Control Name="checkBox15" Row="3" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="checkBox16" Row="3" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="checkBox17" Row="3" RowSpan="1" Column="5" ColumnSpan="1" /><Control Name="checkBox18" Row="4" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="checkBox19" Row="4" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="checkBox20" Row="4" RowSpan="1" Column="5" ColumnSpan="1" /><Control Name="label14" Row="0" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="label16" Row="0" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="label18" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="label19" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="label20" Row="2" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="label22" Row="4" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="button3" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="Percent,16.66667,Percent,16.66667,Percent,16.66667,Percent,16.66667,Percent,16.66667,Percent,16.66667" /><Rows Styles="Percent,20,Percent,20,Percent,20,Percent,20,Percent,20" /></TableLayoutSettings> + + W - - Right + + N - - True + + E - - NoControl + + S - - 14, 70 + + 145, 68 - - 17, 13 + + 44, 21 - - 29 + + 32 - - S: + + comboBox24 - - label21 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + fullContractTable - - contractTable + + 44 - - 0 + + Flat - - Top, Bottom, Left, Right + + - - True + + W - - Lucida Sans Unicode, 8.25pt + + N - - NoControl + + E - - 173, 0 + + S - - 34, 22 + + 145, 92 - - 24 + + 44, 21 - - + + 33 - - MiddleLeft + + comboBox25 - - label17 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + fullContractTable - - contractTable + + 45 - - 1 + + Flat - - Top, Bottom, Left, Right + + - - True + + W - - Lucida Sans Unicode, 8.25pt + + N - - NoControl + + E - - 105, 0 + + S - - 28, 22 + + 145, 116 - - 24 + + 44, 21 - - + + 34 - - MiddleLeft + + comboBox26 - - label15 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + fullContractTable - - contractTable + + 46 - - 2 + + Flat - - True + + - - NoControl + + W - - 37, 25 + + N - - 15, 14 + + E - - 0 + + S - - checkBox1 + + 145, 140 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 44, 21 - - contractTable + + 35 - - 3 + + comboBox27 - - True + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + fullContractTable - - 37, 47 + + 47 - - 15, 14 + + False - - 1 + + 195, 20 - - checkBox2 + + 42, 20 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 37 - - contractTable + + numericUpDown1 - - 4 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + fullContractTable - - NoControl + + 48 - - 37, 69 + + False - - 15, 14 + + 195, 44 - - 2 + + 42, 20 - - checkBox3 + + 38 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + numericUpDown2 - - contractTable + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 5 + + fullContractTable - - True + + 49 - - NoControl + + False - - 37, 91 + + 195, 68 - - 15, 14 + + 42, 20 - - 3 + + 39 - - checkBox4 + + numericUpDown3 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - contractTable + + fullContractTable - - 6 + + 50 - - True + + False - - NoControl + + 195, 92 - - 71, 25 + + 42, 20 - - 15, 14 + + 40 - - 4 + + numericUpDown4 - - checkBox5 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + fullContractTable - - contractTable + + 51 - - 7 + + False - - True + + 195, 116 - - NoControl + + 42, 20 - - 71, 47 + + 41 - - 15, 14 + + numericUpDown5 - - 5 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - checkBox6 + + fullContractTable - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 52 - - contractTable + + False - - 8 + + 195, 140 - - True + + 42, 20 - - NoControl + + 42 - - 71, 69 + + numericUpDown6 - - 15, 14 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6 + + fullContractTable - - checkBox7 + + 53 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 243, 20 - - contractTable + + 32, 20 - - 9 + + 44 - - True + + Right - - NoControl + + textBox1 - - 71, 91 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 15, 14 + + fullContractTable - - 7 + + 54 - - checkBox8 + + 243, 44 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 32, 20 - - contractTable + + 45 - - 10 + + Right - - True + + textBox2 - - NoControl + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 105, 25 + + fullContractTable - - 15, 14 + + 55 - - 8 + + 243, 68 - - checkBox9 + + 32, 20 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 46 - - contractTable + + Right - - 11 + + textBox3 - - True + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + fullContractTable - - 139, 25 + + 56 - - 15, 14 + + 243, 92 - - 9 + + 32, 20 - - checkBox10 + + 47 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Right - - contractTable + + textBox4 - - 12 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + fullContractTable - - NoControl + + 57 - - 173, 25 + + 243, 116 - - 15, 14 + + 32, 20 - - 10 + + 48 - - checkBox11 + + Right - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + textBox5 - - contractTable + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 13 + + fullContractTable - - True + + 58 - - NoControl + + 243, 140 - - 105, 47 + + 32, 20 - - 15, 14 + + 49 - - 11 + + Right - - checkBox12 + + textBox6 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - contractTable + + fullContractTable - - 14 + + 59 - + True - + NoControl - - 139, 47 + + 419, 0 - - 15, 14 + + 26, 13 - - 12 + + 8 - - checkBox13 + + IMP - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + label32 - - contractTable + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 15 + + fullContractTable - + + 60 + + True - + NoControl - - 173, 47 - - - 15, 14 + + 376, 0 - - 13 + + 27, 13 - - checkBox14 + + 7 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Max - - contractTable + + label31 - - 16 + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + fullContractTable - - NoControl + + 61 - - 105, 69 + + 419, 20 - - 15, 14 + + 43, 20 - - 14 + + 70 - - checkBox15 + + Right - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + textBox7 - - contractTable + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 17 + + fullContractTable - - True + + 62 - - NoControl + + 419, 44 - - 139, 69 + + 43, 20 - - 15, 14 + + 71 - - 15 + + Right - - checkBox16 + + textBox8 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - contractTable + + fullContractTable - - 18 + + 63 - - True + + 419, 68 - - NoControl + + 43, 20 - - 173, 69 + + 72 - - 15, 14 + + Right - - 16 + + textBox27 - - checkBox17 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + fullContractTable - - contractTable + + 64 - - 19 + + 419, 92 - - True + + 43, 20 - - NoControl + + 73 - - 105, 91 + + Right - - 15, 14 + + textBox28 - - 17 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - checkBox18 + + fullContractTable - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 65 - - contractTable + + 419, 116 - - 20 + + 43, 20 - - True + + 74 - - NoControl + + Right - - 139, 91 + + textBox29 - - 15, 14 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 18 + + fullContractTable - - checkBox19 + + 66 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 419, 140 - - contractTable + + 43, 20 - - 21 + + 75 - - True + + Right - - NoControl + + textBox30 - - 173, 91 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 15, 14 + + fullContractTable - - 19 + + 67 - - checkBox20 + + True - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - contractTable + + 329, 0 - - 22 + + 38, 17 - - Top, Bottom, Left, Right + + 76 - - True + + Wygra? - - Lucida Sans Unicode, 8.25pt + + label33 - - NoControl + + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 71, 0 + + fullContractTable - - 28, 22 + + 68 - - 21 + + 3, 6 - - + + 7 - - MiddleLeft + + 465, 163 - - label14 + + 2 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + fullContractTable - - contractTable + + System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 23 + + tabPage2 - - Top, Bottom, Left, Right + + 2 - - True + + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="textBox22" Row="5" RowSpan="1" Column="7" ColumnSpan="1" /><Control Name="textBox23" Row="5" RowSpan="1" Column="8" ColumnSpan="1" /><Control Name="textBox24" Row="6" RowSpan="1" Column="6" ColumnSpan="1" /><Control Name="textBox25" Row="6" RowSpan="1" Column="7" ColumnSpan="1" /><Control Name="textBox26" Row="6" RowSpan="1" Column="8" ColumnSpan="1" /><Control Name="textBox15" Row="3" RowSpan="1" Column="6" ColumnSpan="1" /><Control Name="textBox16" Row="3" RowSpan="1" Column="7" ColumnSpan="1" /><Control Name="textBox17" Row="3" RowSpan="1" Column="8" ColumnSpan="1" /><Control Name="textBox18" Row="4" RowSpan="1" Column="6" ColumnSpan="1" /><Control Name="textBox19" Row="4" RowSpan="1" Column="7" ColumnSpan="1" /><Control Name="textBox20" Row="4" RowSpan="1" Column="8" ColumnSpan="1" /><Control Name="textBox21" Row="5" RowSpan="1" Column="6" ColumnSpan="1" /><Control Name="textBox9" Row="1" RowSpan="1" Column="6" ColumnSpan="1" /><Control Name="textBox10" Row="1" RowSpan="1" Column="7" ColumnSpan="1" /><Control Name="textBox11" Row="1" RowSpan="1" Column="8" ColumnSpan="1" /><Control Name="textBox12" Row="2" RowSpan="1" Column="6" ColumnSpan="1" /><Control Name="textBox13" Row="2" RowSpan="1" Column="7" ColumnSpan="1" /><Control Name="textBox14" Row="2" RowSpan="1" Column="8" ColumnSpan="1" /><Control Name="label24" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="label25" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="label27" Row="0" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="label28" Row="0" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="label29" Row="0" RowSpan="1" Column="5" ColumnSpan="1" /><Control Name="label30" Row="0" RowSpan="1" Column="6" ColumnSpan="1" /><Control Name="comboBox1" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="comboBox2" Row="2" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="comboBox3" Row="3" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="comboBox4" Row="4" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="comboBox5" Row="5" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="comboBox6" Row="6" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="comboBox8" Row="1" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="comboBox9" Row="2" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="comboBox10" Row="3" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="comboBox11" Row="4" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="comboBox12" Row="5" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="comboBox13" Row="6" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="comboBox15" Row="1" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="comboBox16" Row="2" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="comboBox17" Row="3" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="comboBox18" Row="4" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="comboBox19" Row="5" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="comboBox20" Row="6" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="comboBox22" Row="1" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="comboBox23" Row="2" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="comboBox24" Row="3" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="comboBox25" Row="4" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="comboBox26" Row="5" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="comboBox27" Row="6" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="numericUpDown1" Row="1" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="numericUpDown2" Row="2" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="numericUpDown3" Row="3" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="numericUpDown4" Row="4" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="numericUpDown5" Row="5" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="numericUpDown6" Row="6" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="textBox1" Row="1" RowSpan="1" Column="5" ColumnSpan="1" /><Control Name="textBox2" Row="2" RowSpan="1" Column="5" ColumnSpan="1" /><Control Name="textBox3" Row="3" RowSpan="1" Column="5" ColumnSpan="1" /><Control Name="textBox4" Row="4" RowSpan="1" Column="5" ColumnSpan="1" /><Control Name="textBox5" Row="5" RowSpan="1" Column="5" ColumnSpan="1" /><Control Name="textBox6" Row="6" RowSpan="1" Column="5" ColumnSpan="1" /><Control Name="label32" Row="0" RowSpan="1" Column="9" ColumnSpan="1" /><Control Name="label31" Row="0" RowSpan="1" Column="8" ColumnSpan="1" /><Control Name="textBox7" Row="1" RowSpan="1" Column="9" ColumnSpan="1" /><Control Name="textBox8" Row="2" RowSpan="1" Column="9" ColumnSpan="1" /><Control Name="textBox27" Row="3" RowSpan="1" Column="9" ColumnSpan="1" /><Control Name="textBox28" Row="4" RowSpan="1" Column="9" ColumnSpan="1" /><Control Name="textBox29" Row="5" RowSpan="1" Column="9" ColumnSpan="1" /><Control Name="textBox30" Row="6" RowSpan="1" Column="9" ColumnSpan="1" /><Control Name="label33" Row="0" RowSpan="1" Column="7" ColumnSpan="1" /></Controls><Columns Styles="Percent,11.11606,Percent,11.11607,Percent,9.473684,Percent,11.1579,Percent,10.73684,Percent,8.631579,Percent,10.73684,Percent,10.52632,Percent,9.67742,Percent,10.10753,Absolute,20" /><Rows Styles="Percent,10.44107,Percent,14.92649,Percent,14.92649,Percent,14.92649,Percent,14.92649,Percent,14.92649,Percent,14.92649" /></TableLayoutSettings> - - Lucida Sans Unicode, 8.25pt + + False - + NoControl - - 139, 0 + + 252, 198 - - 28, 22 + + 210, 23 - - 25 + + 1 - - + + Nie, czekaj! - - MiddleLeft + + contractCancelButton - - label16 + + System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tabPage2 - - contractTable + + 3 - - 24 + + NoControl - - Top, Bottom, Left, Right + + 6, 198 - - True + + 210, 23 - - Lucida Sans Unicode, 9pt, style=Bold + + 0 - - NoControl + + No to wio! - - 37, 0 + + contractAnalyzeButton - - 28, 22 + + System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 26 + + tabPage2 - - NT + + 4 - - MiddleLeft + + 4, 22 - - label18 + + 3, 3, 3, 3 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 471, 234 - - contractTable + + 1 - - 25 + + Analiza kontraktów - - Right + + tabPage2 - - True + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + tabControl1 - - 13, 26 + + 1 - - 18, 13 + + 7, 50 - - 27 + + 479, 260 - - N: + + 14 - - label19 + + tabControl1 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - contractTable + + analyzeGroup - - 26 + + 2 - - Right + + 7, 20 - - True + + 374, 20 - - NoControl + + 0 - - 14, 48 + + analyzeFileNameTextBox - - 17, 13 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 28 + + analyzeGroup - - E: + + 3 - - label20 + + NoControl - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6, 312 - - contractTable + + 480, 23 - - 27 + + 2 - - Right + + progressBar - - True + + System.Windows.Forms.ProgressBar, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + analyzeGroup - - 10, 92 + + 4 - - 21, 13 + + Microsoft Sans Serif, 8.25pt - - 30 + + 7, 341 - - W: + + 479, 95 - - label22 + + 3 - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + statusListBox - - contractTable + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 28 + + analyzeGroup - - Top, Bottom, Right + + 5 - - NoControl + + 514, 28 - - 13, 3 + + 492, 446 - - 18, 16 + + 1 - - 31 + + Analiza - - button3 + + analyzeGroup - - System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - contractTable + + $this - - 29 + + 1 17, 17 @@ -5506,29 +4636,23 @@ 430, 15 - - 0, 0 - - - 1018, 25 - - - 15 + + 122, 22 - - toolStrip1 + + Polski - - toolStrip + + 122, 22 - - System.Windows.Forms.ToolStrip, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + English - - $this + + 122, 22 - - 0 + + 简体中文 @@ -5557,41 +4681,23 @@ Język - - 152, 22 - - - Polski - - - 152, 22 - - - English - - - 152, 22 - - - 简体中文 - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAMMSURBVDhPdVJrTJJhGPV//anWn1q21So1a+umQa1MKS3F - zPKS6RA0FIVgVjpBJTUypx8Gn+ClgX5SeZk4JAXrh06HK5tOm8ZqFa5w6rysNe3irE5+hHOlne398e48 - z3nPc57XYxkafcc2krJI1JTFWqI3TRVXtEzlqxusUsIgySjUb3OXrQ2SsjLUdRZTaZsR5EAj1PZqqN7l - 41pXBLhlBIR5GhPvRhnDXf436JfpZlm7EkVvsmGZ6UL/VwdSG3NQ/PomuMYgsApVuCJUmM4LZKud0Laz - 63TgPTsC7WgWrDM2vJgbxqtv03g0ZkJieQECyl/hmOIWQjmZEnfbCuiZ45UPwe+IRL49Dvc/ENA7C0AO - 6cE3NCBZM4vo4lF4V4fjdLTY6m5bAR1YKulAZGUSOL0BSOtjQaS7DkGNBUmal0gsHYMfacDO2jM4EZ4y - 5W5bAZ22WLeIuDw5TlFMBD6ORKyKQFr5GHjKccQo3mKXngPPCib82GsI0KsSVs5CUDGJaEk8WNp4HG2O - A6OWxGWFAxG5wwgShME36yQOhXBXjyAlKImY6MZV7QK4xDuE3kjBASoC3oZz2KPOQXBmP5iCNByPisXh - EO7qEOlPQu85ucSOdOIJsrX1uFmmR4JUiR13/eGfKgCbT0Akr/ooJ1vHpUSDM+MORfGlGrZbYslFab2s - ytD1fejNGOa//sLkpwW0dr6EUK5DWIocFfVd+JcTF1ZPhCTkRbkECrStZrtjCuky9fstB8/NbQ/hLN6p - avupN/VDruz90fR0GNoa29zWwxftviz+iLT0YY+u2QbGhWtml4Bca5z/CWCd19lRn0CuT3VT38Cvpfun - L4BjcgEDbz+je2gaG/eyiUuiEh8Z2TraPTiBHYykeZdAzr0ms23QsTRnZU+UsHgkV9UysmF72OL63cFY - PvsCE8eXuXu1nT23K9vg6Rfzx0FGUV2UtOzBxAPzc/QMOtFue49clRHM8+KJUJ5c+T9u877wPxnQiBYV - sYM5uRSDLXF6BXGcnv4x1Kb9Ya6k/895ePwGE070VBvUxdgAAAAASUVORK5CYII= + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAMLSURBVDhPdVJdTJJhGPW+bqp1U8s2W6VmbZVpWCtTS0ox + s9QyHYKGohjMyiaopEbm9EPhE/xpoJ9U/kwcmoJ1odPhyqbTprFahSuYONK1pv04q5Mf4VyZZ3sv3p3n + Oe95zvN6LEOl7dlGUkaRkjKayrQGZ2l1u7NQ2WwSEzpRdrF2m7vs/yApE0PZaDSUd+lBjrRAaamD4m0h + rvZFg1NBQFCgMnCvVzDc5X+DfplulnTLUfI6F8aZPgx/tSK9JQ+lr26Aow9FWLEClwUyw1m+ZLUT2nZu + owbcp4egnrwJ04wZz+fG8fLbRzy0G5BcVYTgqpc4IruFCHaOyN22AnrmRPkD8HpiUGhJwL33BLS2IpBj + WvB0zUhVzSKudBI+dVE4GSc0udtWQAeWTloRU5MC9mAwMobCkKW5Bn69ESmqF0gutyOA1GFHwykci0pz + uttWQKct1CwioUCKE1QQQh7F4KKCQEaVHVz5FOJlb7BTy4ZndRACWP8RoFclqJkFv3oacaJEhKkTcbgt + AYwGEpdkVkTnjyOUHwm/m8dxkMlZPYKYoERCoh9X1AvgEG8RcT0N+6lo+OjOYLcyD+E5wwjiZ+Bo7EX4 + MzmrQ6Q/Cb3n1DILMonHyFU34UaFFkliObzuBiIwnQ8Wj0CWtPaDlOyYEhPNtuw7FMUTq1huiSUX5U2S + Wl3f97HXdsx//YXpTwvo6H0BgVSDyDQpqpv68C8nLK5zMJMKYl0CReqOTovViUyJ8t2WA2fmtjPZi3dq + u35qDcOQEoM/Wp+MQ11vntvqf97iF8abEJc/GNC0mcE4d7XTJSBV6+d/AljnfXrSN4TjW9c6NPJr6f7p + C2CdXsDIm8/oH/uIjXtYxIWsMl8J2THZP+qAFyNl3iWQV9naaR61Ls1ZMxArKJ3IV7RPbNgeubh+VziW + z96Q5KllrrKhd+B2TRc8A+L/OMguaYwVV9x33O98hoFRG7rN75Cv0CPorNARwZXK1+I27436kwGNuKwS + Vjg7n2KwRDbvULbNMzCe2rQv0pX02pyHx28SK/RTpWYCcQAAAABJRU5ErkJggg== @@ -5606,22 +4712,22 @@ iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAANbSURBVDhPbZJ9SFN7GMd/RakLt7Wm7qXyiKE76nFrOoo2 - w9xrLuHesCRNJCscZK24bd6c+RJRaUl2X8JCooLo5f5xibqX/ggKLtyyzBYlFVnpSK3Z3pxnc+hlz302 - paL6wpeH3/N7Puf5Hs4hrqoqQb9O1zVQUvLiN4ZpUfD5i8l39KawkD+ybl2TR6cbvMIwHXUSSQq255F+ - g6HzVUMDO9rZCa76+uCx/Pyj24VC7iw2K8+qVbw3JlOjz+EIRrq6IGC1hq4pFD05hFDkyerVrnfNzfCu - pQW87e0warUG2uXy4wJC+DHYqVAsZs3mlo822yTb0QHh1laI2u3gVKvfaxYu3EHOMswRV23tlPvAAXjv - cEDw8GEYsVj8P8lkhzCJ9FlJiS3U0DARwH6kqQmi+/eD02gMb05NvZlIyHqSzucL2mj6xFhNTdi/bx+M - 22wQOngQBqurvX2lpffG6upGIwhPNTYC7N0Lj4uLQ0aB4E8Mtx7Ni6UkywhZ0padfeL1xo3sS4sl6sPB - MG6aslphYudOYCsrwVVeHnUivEEkuo6IAZ0Uh79Qip2i2p6XlronysrAq9GAPy8PAlIpsCIR3F6xwmcS - Cq/inB6dECe+VrtGk97LMA/8QiGML1gAbkLAjw4mJ8M5mn65VCzePDf6raIOh2SsqurIsFT64QNCHrRv - rro5HBiQyfxHNZqTa+TytDnks9y7doknq6vPDFPUjA83f0SI5XIhhPFj8CCeR5KSYKiwcPJ3g+HXXIoS - z6GE+C2WDE9lZbczIyM6ioNedBjhpytXsn+vXTs8QNPhocRE+Bf7TqxvVarpU1rtL2qZTBp/QKCi4sI4 - RUEsdgyeQfitRDJdyzA3FFlZ206q1WfGcnPDfQkJ8Bfe/4P1hVQ6fclo7MlPS8skbHGx1zN/fjx2BOEh - fI16pfJOwqJF5tgCVV7e8vN6/Wn8I6fuInwN5x6mpMBAQcF/P9L0bnJTqz3uxw0zYjH0FRRE4zCH8wOy - n76zVqFY2qPTdfcqlZFehM/jErtS+XAZj7eV7CkqSr1lNl906fXBZpXqPsLlyHBm0c/SZGam/2EwXB40 - mabtcvkjAY+3BdtL4petRUWZmzBOanLypk/N78iclZVTTtM/i7jcbXgUEkLI/3clcD+FdjSUAAAAAElF - TkSuQmCC + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAANXSURBVDhPbZJ9SFN7GMd/RakLt7Wm7qXyiKE76XFrOYo2 + w9xrLqHCiqtJ5C0cZK2ozXLmS0SlJdkrFhIVRG9/xOVW9EdQEHQze1l05XrJSkdqzfbmPJtDY0/PplRU + X/jy4/c8z+c838M5xFVeLnih07V1FxX1nGaYBgWfP5v8Ru/y8/kDK1bUeXS63msM01IlkaRgeRp5YTC0 + vqmpYQdbW8FVXR08kpd3+E+hkDuJTcqzZAnvnclU63M4gpG2NghYraEbCkXHQkIo8mrpUteH+nr40NAA + 3uZmGLRaA81y+VEBIfwY7FQoZrNmc8Nnm22UbWmBcGMjRO12cKrVHzUzZ24h5xnmkKuycsy9bx98dDgg + ePAgDFgs/t0y2QFMIv23qMgWqqkZCWA9UlcH0T17wGk0htenpt5OJGQlSefzBU00fWxo06awf9cuGLbZ + ILR/P/RWVHifFRf/M1RVNRhBeKy2FmDnTnhZWBgyCgS3MNxKNC+WkswjZE5Tdvaxt2vXsj0WS9SHg2Hc + NGa1wsjWrcCWlUF/aWnUifAqkegvRAzopDj8g1LsFNX0X3Gxe6SkBLwaDfhzcyEglQIrEsH9BQt8JqHw + Os7p0Qlx4mc1azTpnQzz1C8UwvCMGeAmBPzoYHIyXKDp/+eKxeunRn9V1OGQDJWXH+qXSj99QsiD9k2d + bg4HumUy/2GN5vgyuTxtCvku97Zt4tGKinN9FDXhw82fEWK5XAhh/Bjci/eBpCToy88fPWMwnMqhKPEU + SojfYsnwlJW1v8zIiA7ioBcdRvj1okXs3eXL+7tpOtyXmAiPse7E871KNX5Cqz2plsmk8QcENmy4NExR + EIsdgycQfi+RjFcyzN+KrKzNx9Xqc0M5OeFnCQlwB/uP8OzB/hWjsSMvLS2TsIWFXs/06fHYEYRjr1Gt + VD5ImDXLHFugys2df1GvP4t/5NhDhG/gXFdKCnQrlV/W0PR2clurPerHDRNiMXQtXhyNwxzOamS/fWet + QjG3Q6dr71QqI50IX8QldqWyax6Pt5HsKChIvWc2X3bp9cF6leoJwqXIcCbR79JkZqbfNBiu9ppM43a5 + /LmAx/sDy3PizcaCgsx1GCc1OXndt+JvZM7KWlhK03tFXO5mvAoJIeQraixwNp8eqHUAAAAASUVORK5C + YII= @@ -5633,6 +4739,30 @@ Zakończ + + 0, 0 + + + 1018, 25 + + + 15 + + + toolStrip1 + + + toolStrip + + + System.Windows.Forms.ToolStrip, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 0 + 300, 16 -- cgit v1.2.3