mirror of
https://github.com/Ylianst/MeshCentralRouter
synced 2026-02-25 08:53:13 +00:00
Fixed tabbing order.
This commit is contained in:
4
FilenamePromptForm.Designer.cs
generated
4
FilenamePromptForm.Designer.cs
generated
@@ -77,7 +77,7 @@
|
||||
this.cancelButton.Location = new System.Drawing.Point(252, 70);
|
||||
this.cancelButton.Name = "cancelButton";
|
||||
this.cancelButton.Size = new System.Drawing.Size(75, 23);
|
||||
this.cancelButton.TabIndex = 1;
|
||||
this.cancelButton.TabIndex = 2;
|
||||
this.cancelButton.Text = "Cancel";
|
||||
this.cancelButton.UseVisualStyleBackColor = true;
|
||||
this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
|
||||
@@ -88,7 +88,7 @@
|
||||
this.okButton.Location = new System.Drawing.Point(171, 70);
|
||||
this.okButton.Name = "okButton";
|
||||
this.okButton.Size = new System.Drawing.Size(75, 23);
|
||||
this.okButton.TabIndex = 2;
|
||||
this.okButton.TabIndex = 1;
|
||||
this.okButton.Text = "OK";
|
||||
this.okButton.UseVisualStyleBackColor = true;
|
||||
this.okButton.Click += new System.EventHandler(this.okButton_Click);
|
||||
|
||||
Reference in New Issue
Block a user