From: <br...@us...> - 2008-06-05 20:27:21
|
Revision: 218 http://acmcontester.svn.sourceforge.net/acmcontester/?rev=218&view=rev Author: brus07 Date: 2008-06-05 13:27:25 -0700 (Thu, 05 Jun 2008) Log Message: ----------- Not use GUI element marked as Enabled=false Modified Paths: -------------- ACMServer/trunk/TesterSolution/Tester/Form1.Designer.cs Modified: ACMServer/trunk/TesterSolution/Tester/Form1.Designer.cs =================================================================== --- ACMServer/trunk/TesterSolution/Tester/Form1.Designer.cs 2008-06-05 20:07:26 UTC (rev 217) +++ ACMServer/trunk/TesterSolution/Tester/Form1.Designer.cs 2008-06-05 20:27:25 UTC (rev 218) @@ -75,6 +75,7 @@ // // textBox2 // + this.textBox2.Enabled = false; this.textBox2.Location = new System.Drawing.Point(149, 35); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(100, 20); @@ -82,6 +83,7 @@ // // button3 // + this.button3.Enabled = false; this.button3.Location = new System.Drawing.Point(174, 61); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(75, 23); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |