From b583275b6b4cf873e74838531a88159005fa8309 Mon Sep 17 00:00:00 2001 From: Sander Jochems Date: Sat, 20 Apr 2019 17:46:16 +0200 Subject: [PATCH] Add two elements to DS4Form.resx --- DS4Windows/DS4Forms/DS4Form.Designer.cs | 19 +++++++++ DS4Windows/DS4Forms/DS4Form.resx | 57 +++++++++++++++++++++++++ 2 files changed, 76 insertions(+) diff --git a/DS4Windows/DS4Forms/DS4Form.Designer.cs b/DS4Windows/DS4Forms/DS4Form.Designer.cs index 882a1cf..1c7eab2 100644 --- a/DS4Windows/DS4Forms/DS4Form.Designer.cs +++ b/DS4Windows/DS4Forms/DS4Form.Designer.cs @@ -155,6 +155,8 @@ this.ckUdpServ = new System.Windows.Forms.CheckBox(); this.nUDUdpPortNum = new System.Windows.Forms.NumericUpDown(); this.languagePackComboBox1 = new DS4Windows.DS4Forms.LanguagePackComboBox(); + this.cBCustomSteam = new System.Windows.Forms.CheckBox(); + this.tBSteamFolder = new System.Windows.Forms.TextBox(); this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.linkProfiles = new System.Windows.Forms.LinkLabel(); this.lnkControllers = new System.Windows.Forms.LinkLabel(); @@ -954,6 +956,8 @@ this.fLPSettings.Controls.Add(this.pNUpdate); this.fLPSettings.Controls.Add(this.panel4); this.fLPSettings.Controls.Add(this.languagePackComboBox1); + this.fLPSettings.Controls.Add(this.cBCustomSteam); + this.fLPSettings.Controls.Add(this.tBSteamFolder); this.fLPSettings.Controls.Add(this.flowLayoutPanel1); this.fLPSettings.Name = "fLPSettings"; // @@ -1211,6 +1215,19 @@ this.languagePackComboBox1.Name = "languagePackComboBox1"; this.languagePackComboBox1.SelectedValueChanged += new System.EventHandler(this.languagePackComboBox1_SelectedValueChanged); // + // cBCustomSteam + // + resources.ApplyResources(this.cBCustomSteam, "cBCustomSteam"); + this.cBCustomSteam.Name = "cBCustomSteam"; + this.cBCustomSteam.UseVisualStyleBackColor = false; + this.cBCustomSteam.CheckedChanged += new System.EventHandler(this.cBCustomSteam_CheckedChanged); + // + // tBSteamFolder + // + resources.ApplyResources(this.tBSteamFolder, "tBSteamFolder"); + this.tBSteamFolder.Name = "tBSteamFolder"; + this.tBSteamFolder.TextChanged += new System.EventHandler(this.tBSteamFolder_TextChanged); + // // flowLayoutPanel1 // this.flowLayoutPanel1.BackColor = System.Drawing.SystemColors.Window; @@ -1513,6 +1530,8 @@ private System.Windows.Forms.Label label2; private System.Windows.Forms.CheckBox ckUdpServ; private System.Windows.Forms.NumericUpDown nUDUdpPortNum; + private System.Windows.Forms.CheckBox cBCustomSteam; + private System.Windows.Forms.TextBox tBSteamFolder; //private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2; } } diff --git a/DS4Windows/DS4Forms/DS4Form.resx b/DS4Windows/DS4Forms/DS4Form.resx index d39a4ad..387b0aa 100644 --- a/DS4Windows/DS4Forms/DS4Form.resx +++ b/DS4Windows/DS4Forms/DS4Form.resx @@ -2832,6 +2832,63 @@ 15 + + True + + + None + + + NoControl + + + 274, 144 + + + 147, 17 + + + 65 + + + Use custom Steam Folder + + + cBCustomSteam + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + fLPSettings + + + 16 + + + False + + + 274, 167 + + + 260, 20 + + + 53 + + + tBSteamFolder + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + fLPSettings + + + 17 + True