2008-10-15 Ivan N. Zlatev <contact@i-nz.net>
authorIvan Zlatev <ivan@ivanz.com>
Wed, 15 Oct 2008 17:48:16 +0000 (17:48 -0000)
committerIvan Zlatev <ivan@ivanz.com>
Wed, 15 Oct 2008 17:48:16 +0000 (17:48 -0000)
* StringCollectionEditor.cs: Minor fixes.
Patch by Andy Hume.

svn path=/trunk/mcs/; revision=115901

mcs/class/System.Design/System.Windows.Forms.Design/ChangeLog
mcs/class/System.Design/System.Windows.Forms.Design/StringCollectionEditor.cs

index ef335b4170b70328152f9a504aa4ad81b040b511..f226f3a64b811a9606f21d43e771a32f8667e6cb 100644 (file)
@@ -1,3 +1,8 @@
+2008-10-15  Ivan N. Zlatev  <contact@i-nz.net>
+
+       * StringCollectionEditor.cs: Minor fixes. 
+       Patch by Andy Hume.
+
 2008-09-01  Ivan N. Zlatev  <contact@i-nz.net>
 
        * ParentControlDesigner.cs: Be nice with Components that are no 
index 572db95c03bc53091fdf1e433aee2df726c96e3e..fd82a40a8b46848115ddcadc48c3c9063d25783e 100644 (file)
@@ -70,10 +70,11 @@ namespace System.Windows.Forms.Design
                                                                                                                                                         | System.Windows.Forms.AnchorStyles.Right)));
                                this.txtItems.Location = new System.Drawing.Point(12, 25);
                                this.txtItems.Multiline = true;
+                               this.txtItems.AcceptsTab = true;
                                this.txtItems.Name = "txtItems";
                                this.txtItems.ScrollBars = System.Windows.Forms.ScrollBars.Both;
                                this.txtItems.Size = new System.Drawing.Size(378, 168);
-                               this.txtItems.TabIndex = 0;
+                               this.txtItems.TabIndex = 1;
                                // 
                                // label1
                                // 
@@ -81,8 +82,8 @@ namespace System.Windows.Forms.Design
                                this.label1.Location = new System.Drawing.Point(9, 9);
                                this.label1.Name = "label1";
                                this.label1.Size = new System.Drawing.Size(227, 13);
-                               this.label1.TabIndex = 2;
-                               this.label1.Text = "Enter the strings in the collection (one per line):";
+                               this.label1.TabIndex = 0;
+                               this.label1.Text = "&Enter the strings in the collection (one per line):";
                                // 
                                // butOk
                                // 
@@ -113,6 +114,7 @@ namespace System.Windows.Forms.Design
                                this.Controls.Add(this.butOk);
                                this.Controls.Add(this.label1);
                                this.Controls.Add(this.txtItems);
+                               this.CancelButton = butCancel;
                                this.MaximizeBox = false;
                                this.MinimizeBox = false;
                                this.Name = "StringEditorForm";