mirror of
https://github.com/Ylianst/MeshCentralRouter
synced 2025-12-10 13:23:49 +00:00
Fixed tabbing order.
This commit is contained in:
4
DeviceSettingsForm.Designer.cs
generated
4
DeviceSettingsForm.Designer.cs
generated
@@ -101,7 +101,7 @@
|
||||
this.okButton.Location = new System.Drawing.Point(150, 193);
|
||||
this.okButton.Name = "okButton";
|
||||
this.okButton.Size = new System.Drawing.Size(75, 23);
|
||||
this.okButton.TabIndex = 4;
|
||||
this.okButton.TabIndex = 5;
|
||||
this.okButton.Text = "OK";
|
||||
this.okButton.UseVisualStyleBackColor = true;
|
||||
this.okButton.Click += new System.EventHandler(this.okButton_Click);
|
||||
@@ -114,7 +114,7 @@
|
||||
this.cancelButton.Location = new System.Drawing.Point(231, 193);
|
||||
this.cancelButton.Name = "cancelButton";
|
||||
this.cancelButton.Size = new System.Drawing.Size(75, 23);
|
||||
this.cancelButton.TabIndex = 3;
|
||||
this.cancelButton.TabIndex = 6;
|
||||
this.cancelButton.Text = "Cancel";
|
||||
this.cancelButton.UseVisualStyleBackColor = true;
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user