Shared buttons : Accelator keys
This commit is contained in:
parent
9e9a01bd43
commit
62e9f612fc
24
TBF/UI/Shared/SharedButtons.Designer.cs
generated
24
TBF/UI/Shared/SharedButtons.Designer.cs
generated
@ -59,7 +59,7 @@ namespace TBF.UI.Shared
|
||||
this.removeButton.Name = "removeButton";
|
||||
this.removeButton.Size = new System.Drawing.Size(80, 40);
|
||||
this.removeButton.TabIndex = 4;
|
||||
this.removeButton.Text = " Remove";
|
||||
this.removeButton.Text = " &Remove";
|
||||
this.removeButton.UseVisualStyleBackColor = true;
|
||||
this.removeButton.Click += new System.EventHandler(this.removeBtn_Click);
|
||||
//
|
||||
@ -70,7 +70,7 @@ namespace TBF.UI.Shared
|
||||
this.addButton.Name = "addButton";
|
||||
this.addButton.Size = new System.Drawing.Size(80, 40);
|
||||
this.addButton.TabIndex = 3;
|
||||
this.addButton.Text = " Add";
|
||||
this.addButton.Text = " &Add";
|
||||
this.addButton.UseVisualStyleBackColor = true;
|
||||
this.addButton.Click += new System.EventHandler(this.addBtn_Click);
|
||||
//
|
||||
@ -81,7 +81,7 @@ namespace TBF.UI.Shared
|
||||
this.unlockButton.Name = "unlockButton";
|
||||
this.unlockButton.Size = new System.Drawing.Size(80, 40);
|
||||
this.unlockButton.TabIndex = 0;
|
||||
this.unlockButton.Text = "Unlock";
|
||||
this.unlockButton.Text = "Unloc&k";
|
||||
this.unlockButton.UseVisualStyleBackColor = true;
|
||||
this.unlockButton.Click += new System.EventHandler(this.unlockBtn_Click);
|
||||
//
|
||||
@ -114,7 +114,7 @@ namespace TBF.UI.Shared
|
||||
this.upButton.Name = "upButton";
|
||||
this.upButton.Size = new System.Drawing.Size(80, 40);
|
||||
this.upButton.TabIndex = 5;
|
||||
this.upButton.Text = " Up";
|
||||
this.upButton.Text = " &Up";
|
||||
this.upButton.UseVisualStyleBackColor = true;
|
||||
this.upButton.Click += new System.EventHandler(this.upBtn_Click);
|
||||
//
|
||||
@ -125,7 +125,7 @@ namespace TBF.UI.Shared
|
||||
this.downButton.Name = "downButton";
|
||||
this.downButton.Size = new System.Drawing.Size(80, 40);
|
||||
this.downButton.TabIndex = 6;
|
||||
this.downButton.Text = " Down";
|
||||
this.downButton.Text = " &Down";
|
||||
this.downButton.UseVisualStyleBackColor = true;
|
||||
this.downButton.Click += new System.EventHandler(this.downBtn_Click);
|
||||
//
|
||||
@ -136,7 +136,7 @@ namespace TBF.UI.Shared
|
||||
this.editButton.Name = "editButton";
|
||||
this.editButton.Size = new System.Drawing.Size(80, 40);
|
||||
this.editButton.TabIndex = 7;
|
||||
this.editButton.Text = " Edit";
|
||||
this.editButton.Text = " &Edit";
|
||||
this.editButton.UseVisualStyleBackColor = true;
|
||||
this.editButton.Click += new System.EventHandler(this.editBtn_Click);
|
||||
//
|
||||
@ -147,7 +147,7 @@ namespace TBF.UI.Shared
|
||||
this.copyButton.Name = "copyButton";
|
||||
this.copyButton.Size = new System.Drawing.Size(80, 40);
|
||||
this.copyButton.TabIndex = 8;
|
||||
this.copyButton.Text = " Copy";
|
||||
this.copyButton.Text = " &Copy";
|
||||
this.copyButton.UseVisualStyleBackColor = true;
|
||||
this.copyButton.Click += new System.EventHandler(this.copyBtn_Click);
|
||||
//
|
||||
@ -158,7 +158,7 @@ namespace TBF.UI.Shared
|
||||
this.newTabButton.Name = "newTabButton";
|
||||
this.newTabButton.Size = new System.Drawing.Size(80, 40);
|
||||
this.newTabButton.TabIndex = 9;
|
||||
this.newTabButton.Text = "New Tab";
|
||||
this.newTabButton.Text = "&New Tab";
|
||||
this.newTabButton.UseVisualStyleBackColor = true;
|
||||
this.newTabButton.Click += new System.EventHandler(this.newTabButton_Click);
|
||||
//
|
||||
@ -191,7 +191,7 @@ namespace TBF.UI.Shared
|
||||
this.moreButton.Name = "moreButton";
|
||||
this.moreButton.Size = new System.Drawing.Size(80, 40);
|
||||
this.moreButton.TabIndex = 12;
|
||||
this.moreButton.Text = "More";
|
||||
this.moreButton.Text = "&More";
|
||||
this.moreButton.UseVisualStyleBackColor = true;
|
||||
this.moreButton.Click += new System.EventHandler(this.moreButton_Click);
|
||||
//
|
||||
@ -202,7 +202,7 @@ namespace TBF.UI.Shared
|
||||
this.exportButton.Name = "exportButton";
|
||||
this.exportButton.Size = new System.Drawing.Size(80, 40);
|
||||
this.exportButton.TabIndex = 13;
|
||||
this.exportButton.Text = "Export";
|
||||
this.exportButton.Text = "E&xport";
|
||||
this.exportButton.UseVisualStyleBackColor = true;
|
||||
this.exportButton.Click += new System.EventHandler(this.exportButton_Click);
|
||||
//
|
||||
@ -213,7 +213,7 @@ namespace TBF.UI.Shared
|
||||
this.importButton.Name = "importButton";
|
||||
this.importButton.Size = new System.Drawing.Size(80, 40);
|
||||
this.importButton.TabIndex = 14;
|
||||
this.importButton.Text = "Import";
|
||||
this.importButton.Text = "&Import";
|
||||
this.importButton.UseVisualStyleBackColor = true;
|
||||
this.importButton.Click += new System.EventHandler(this.importButton_Click);
|
||||
//
|
||||
@ -224,7 +224,7 @@ namespace TBF.UI.Shared
|
||||
this.compareButton.Name = "compareButton";
|
||||
this.compareButton.Size = new System.Drawing.Size(80, 40);
|
||||
this.compareButton.TabIndex = 15;
|
||||
this.compareButton.Text = "Compare";
|
||||
this.compareButton.Text = "Com&pare";
|
||||
this.compareButton.UseVisualStyleBackColor = true;
|
||||
this.compareButton.Click += new System.EventHandler(this.compareButton_Click);
|
||||
//
|
||||
|
||||
Loading…
Reference in New Issue
Block a user