diff options
author | emkael <emkael@tlen.pl> | 2017-08-23 21:49:32 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2017-08-23 21:49:32 +0200 |
commit | adba6472ce5bfc3b6d95db2cb511db2025641665 (patch) | |
tree | eb6f513221545d5f31867f40b587095897892b43 /Aktywator/MainForm.Designer.cs | |
parent | bbf238ffe5a7cd27a6e1162f2731bea9b17bc526 (diff) |
Results grouping for sections setting supported
Diffstat (limited to 'Aktywator/MainForm.Designer.cs')
-rw-r--r-- | Aktywator/MainForm.Designer.cs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Aktywator/MainForm.Designer.cs b/Aktywator/MainForm.Designer.cs index c9624a3..2fcf1fa 100644 --- a/Aktywator/MainForm.Designer.cs +++ b/Aktywator/MainForm.Designer.cs @@ -552,12 +552,11 @@ // xGroupSections // this.xGroupSections.AutoSize = true; - this.xGroupSections.Enabled = false; this.xGroupSections.Location = new System.Drawing.Point(34, 89); this.xGroupSections.Name = "xGroupSections"; - this.xGroupSections.Size = new System.Drawing.Size(215, 17); + this.xGroupSections.Size = new System.Drawing.Size(227, 17); this.xGroupSections.TabIndex = 4; - this.xGroupSections.Text = "oddzielne maksowanie każdego sektora"; + this.xGroupSections.Text = "wspólne maksowanie wszystkich sektorów"; this.xGroupSections.UseVisualStyleBackColor = true; // // xShowResults |