Author: gedmurphy
Date: Tue Apr 22 17:17:37 2008
New Revision: 33115
URL:
http://svn.reactos.org/svn/reactos?rev=33115&view=rev
Log:
make the dialog fixed
Modified:
trunk/tools/Message Translator/GUI/MainForm.Designer.cs
Modified: trunk/tools/Message Translator/GUI/MainForm.Designer.cs
URL:
http://svn.reactos.org/svn/reactos/trunk/tools/Message%20Translator/GUI/Mai…
==============================================================================
--- trunk/tools/Message Translator/GUI/MainForm.Designer.cs [iso-8859-1] (original)
+++ trunk/tools/Message Translator/GUI/MainForm.Designer.cs [iso-8859-1] Tue Apr 22
17:17:37 2008
@@ -387,6 +387,7 @@
this.Controls.Add(this.mainErrLabel);
this.Controls.Add(this.mainErrTxtBox);
this.Controls.Add(this.mainLookupButton);
+ this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon =
((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "MainForm";