summaryrefslogtreecommitdiff
path: root/Aktywator/TeamNamesSettings.Designer.cs
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2018-02-04 15:47:16 +0100
committeremkael <emkael@tlen.pl>2018-02-04 15:47:16 +0100
commit3a7b77ef81cc80e29d4f3f06a0bb66752e79c936 (patch)
tree1c0a2ce06509fc4f23ee1d2b7d387d41317d091b /Aktywator/TeamNamesSettings.Designer.cs
parent3ffed804b0db02cbbc365c3fcc7ebd6336fd8247 (diff)
Proper team score suffix for imps only tournament
Diffstat (limited to 'Aktywator/TeamNamesSettings.Designer.cs')
-rw-r--r--Aktywator/TeamNamesSettings.Designer.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/Aktywator/TeamNamesSettings.Designer.cs b/Aktywator/TeamNamesSettings.Designer.cs
index 07b1d97..6de9ec4 100644
--- a/Aktywator/TeamNamesSettings.Designer.cs
+++ b/Aktywator/TeamNamesSettings.Designer.cs
@@ -134,10 +134,10 @@
this.cbSecondRow.Items.AddRange(new object[] {
"nic",
"wynik meczu w IMP",
- "wynik drużyny w VP"});
+ "wynik turnieju w VP/IMP"});
this.cbSecondRow.Location = new System.Drawing.Point(103, 112);
this.cbSecondRow.Name = "cbSecondRow";
- this.cbSecondRow.Size = new System.Drawing.Size(115, 21);
+ this.cbSecondRow.Size = new System.Drawing.Size(128, 21);
this.cbSecondRow.TabIndex = 9;
//
// rbShowPlayerNames
@@ -155,7 +155,7 @@
//
this.bClose.Location = new System.Drawing.Point(16, 164);
this.bClose.Name = "bClose";
- this.bClose.Size = new System.Drawing.Size(202, 23);
+ this.bClose.Size = new System.Drawing.Size(215, 23);
this.bClose.TabIndex = 11;
this.bClose.Text = "Zamknij";
this.bClose.UseVisualStyleBackColor = true;
@@ -165,7 +165,7 @@
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(230, 199);
+ this.ClientSize = new System.Drawing.Size(243, 199);
this.Controls.Add(this.bClose);
this.Controls.Add(this.rbShowPlayerNames);
this.Controls.Add(this.cbSecondRow);