VS 2005 -- New C# usercontrol - but no .resx file

VS 2005 -- New C# usercontrol - but no .resx file

am 01.11.2007 22:01:59 von Asif

Adding new UserControl1.cs creates UserControl1.Designer.cs, but there
is no related UserControl1.resx. When I manually create a
UserControl1.resx and drag it to UserControl1.cs it results in:

UserControl1.cs
+ UserControl1.resx
+ UserControl1.Designer.cs

rather than

UserControl1.cs
+ UserControl1.Designer.cs
+ UserControl1.resx

How do I get the first structure in one go, when creating the
usercontrol ? Thanks.