mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-29 20:44:20 +01:00
Added hover text for output controller option
This commit is contained in:
parent
544a284ec3
commit
f9f72b1f4a
12
DS4Windows/DS4Forms/Options.Designer.cs
generated
12
DS4Windows/DS4Forms/Options.Designer.cs
generated
@ -122,7 +122,7 @@
|
|||||||
this.lbSwipeRight = new System.Windows.Forms.Label();
|
this.lbSwipeRight = new System.Windows.Forms.Label();
|
||||||
this.gBOther = new System.Windows.Forms.GroupBox();
|
this.gBOther = new System.Windows.Forms.GroupBox();
|
||||||
this.OutContTypeCb = new System.Windows.Forms.ComboBox();
|
this.OutContTypeCb = new System.Windows.Forms.ComboBox();
|
||||||
this.label28 = new System.Windows.Forms.Label();
|
this.outcontLb = new System.Windows.Forms.Label();
|
||||||
this.btPollRateLabel = new System.Windows.Forms.Label();
|
this.btPollRateLabel = new System.Windows.Forms.Label();
|
||||||
this.btPollRateComboBox = new System.Windows.Forms.ComboBox();
|
this.btPollRateComboBox = new System.Windows.Forms.ComboBox();
|
||||||
this.enableTouchToggleCheckbox = new System.Windows.Forms.CheckBox();
|
this.enableTouchToggleCheckbox = new System.Windows.Forms.CheckBox();
|
||||||
@ -1319,7 +1319,7 @@
|
|||||||
//
|
//
|
||||||
this.gBOther.BackColor = System.Drawing.SystemColors.Control;
|
this.gBOther.BackColor = System.Drawing.SystemColors.Control;
|
||||||
this.gBOther.Controls.Add(this.OutContTypeCb);
|
this.gBOther.Controls.Add(this.OutContTypeCb);
|
||||||
this.gBOther.Controls.Add(this.label28);
|
this.gBOther.Controls.Add(this.outcontLb);
|
||||||
this.gBOther.Controls.Add(this.btPollRateLabel);
|
this.gBOther.Controls.Add(this.btPollRateLabel);
|
||||||
this.gBOther.Controls.Add(this.btPollRateComboBox);
|
this.gBOther.Controls.Add(this.btPollRateComboBox);
|
||||||
this.gBOther.Controls.Add(this.enableTouchToggleCheckbox);
|
this.gBOther.Controls.Add(this.enableTouchToggleCheckbox);
|
||||||
@ -1351,10 +1351,10 @@
|
|||||||
resources.ApplyResources(this.OutContTypeCb, "OutContTypeCb");
|
resources.ApplyResources(this.OutContTypeCb, "OutContTypeCb");
|
||||||
this.OutContTypeCb.Name = "OutContTypeCb";
|
this.OutContTypeCb.Name = "OutContTypeCb";
|
||||||
//
|
//
|
||||||
// label28
|
// outcontLb
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.label28, "label28");
|
resources.ApplyResources(this.outcontLb, "outcontLb");
|
||||||
this.label28.Name = "label28";
|
this.outcontLb.Name = "outcontLb";
|
||||||
//
|
//
|
||||||
// btPollRateLabel
|
// btPollRateLabel
|
||||||
//
|
//
|
||||||
@ -4777,6 +4777,6 @@
|
|||||||
private System.Windows.Forms.CheckBox rsSquStickCk;
|
private System.Windows.Forms.CheckBox rsSquStickCk;
|
||||||
private System.Windows.Forms.CheckBox lsSquStickCk;
|
private System.Windows.Forms.CheckBox lsSquStickCk;
|
||||||
private System.Windows.Forms.ComboBox OutContTypeCb;
|
private System.Windows.Forms.ComboBox OutContTypeCb;
|
||||||
private System.Windows.Forms.Label label28;
|
private System.Windows.Forms.Label outcontLb;
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -2284,6 +2284,8 @@ namespace DS4Windows
|
|||||||
case "bnR3": root.lbLastMessage.Text = Properties.Resources.RightClickPresets; break;
|
case "bnR3": root.lbLastMessage.Text = Properties.Resources.RightClickPresets; break;
|
||||||
case "btPollRateLabel": root.lbLastMessage.Text = Properties.Resources.BTPollRate; break;
|
case "btPollRateLabel": root.lbLastMessage.Text = Properties.Resources.BTPollRate; break;
|
||||||
case "btPollRateComboBox": root.lbLastMessage.Text = Properties.Resources.BTPollRate; break;
|
case "btPollRateComboBox": root.lbLastMessage.Text = Properties.Resources.BTPollRate; break;
|
||||||
|
case "outcontLb": root.lbLastMessage.Text = Properties.Resources.OutContNotice; break;
|
||||||
|
case "OutContTypeCb": root.lbLastMessage.Text = Properties.Resources.OutContNotice; break;
|
||||||
case "nUDSixaxis": root.lbLastMessage.Text = Properties.Resources.UseControllerForMapping; break;
|
case "nUDSixaxis": root.lbLastMessage.Text = Properties.Resources.UseControllerForMapping; break;
|
||||||
case "cBControllerInput": root.lbLastMessage.Text = Properties.Resources.UseControllerForMapping; break;
|
case "cBControllerInput": root.lbLastMessage.Text = Properties.Resources.UseControllerForMapping; break;
|
||||||
case "lbUseController": root.lbLastMessage.Text = Properties.Resources.UseControllerForMapping; break;
|
case "lbUseController": root.lbLastMessage.Text = Properties.Resources.UseControllerForMapping; break;
|
||||||
|
File diff suppressed because it is too large
Load Diff
9
DS4Windows/Properties/Resources.Designer.cs
generated
9
DS4Windows/Properties/Resources.Designer.cs
generated
@ -1408,6 +1408,15 @@ namespace DS4Windows.Properties {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized string similar to Choose the type of output virtual controller (Applies on profile save).
|
||||||
|
/// </summary>
|
||||||
|
public static string OutContNotice {
|
||||||
|
get {
|
||||||
|
return ResourceManager.GetString("OutContNotice", resourceCulture);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
@ -814,4 +814,7 @@
|
|||||||
<data name="_checked" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="_checked" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\checked.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\checked.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="OutContNotice" xml:space="preserve">
|
||||||
|
<value>Choose the type of output virtual controller (Applies on profile save)</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
Loading…
Reference in New Issue
Block a user