Version 1.4.212

Added Version Portuguese (Brazil) Translation
Fixed crash when creating a new profile
Minor UI fixes
This commit is contained in:
jays2kings 2014-12-19 20:31:00 -05:00
parent f8dd4c6cba
commit f059fd7ae4
43 changed files with 34702 additions and 19027 deletions

View File

@ -93,6 +93,7 @@
</EmbeddedResource> </EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.fr-FR.resx" /> <EmbeddedResource Include="Properties\Resources.fr-FR.resx" />
<EmbeddedResource Include="Properties\Resources.es.resx" /> <EmbeddedResource Include="Properties\Resources.es.resx" />
<EmbeddedResource Include="Resources.pt-BR.resx" />
</ItemGroup> </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.

View File

@ -0,0 +1,183 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="Battery" xml:space="preserve">
<value>Bateria: *number*%</value>
</data>
<data name="Charged" xml:space="preserve">
<value>Carregar</value>
</data>
<data name="Charging" xml:space="preserve">
<value>Carregando: *number*%</value>
</data>
<data name="Connecting" xml:space="preserve">
<value>Conectando</value>
</data>
<data name="ControllerWasRemoved" xml:space="preserve">
<value>Conexão do Controle *Mac address* Foi Perdida ou Removida</value>
</data>
<data name="CouldNotOpenDS4" xml:space="preserve">
<value>Atenção: Não Foi Possivel Conectar o Controle DS4 *Mac address*.</value>
</data>
<data name="FoundController" xml:space="preserve">
<value>Controle Encontrado:</value>
</data>
<data name="Full" xml:space="preserve">
<value>Completo</value>
</data>
<data name="NA" xml:space="preserve">
<value>N/A</value>
</data>
<data name="NoneText" xml:space="preserve">
<value>vazio</value>
</data>
<data name="QuitOtherPrograms" xml:space="preserve">
<value>Você deve encerrar outras aplicações como o Steam, Uplay antes de ativar a opção "Ocultar DS4 Controller '."</value>
</data>
<data name="SearchingController" xml:space="preserve">
<value>Procurando Controles...</value>
</data>
<data name="Starting" xml:space="preserve">
<value>Iniciando</value>
</data>
<data name="StoppedDS4Windows" xml:space="preserve">
<value>DS4Windows Parou</value>
</data>
<data name="StoppingDS4" xml:space="preserve">
<value>Parando Controle DS4</value>
</data>
<data name="StoppingX360" xml:space="preserve">
<value>Parando Controle X360</value>
</data>
<data name="TouchpadMovementOff" xml:space="preserve">
<value>TouchPad Desligado</value>
</data>
<data name="TouchpadMovementOn" xml:space="preserve">
<value>TouchPad Ligado</value>
</data>
<data name="UsingExclusive" xml:space="preserve">
<value>Usando Modo Exclusivo</value>
</data>
<data name="UsingProfile" xml:space="preserve">
<value>Controle *number* é Perfil Usado “*Profile name*"</value>
</data>
<data name="UsingShared" xml:space="preserve">
<value>Usando Modo Shared</value>
</data>
</root>

View File

@ -113,27 +113,27 @@
this.cBSwipeProfiles = new System.Windows.Forms.CheckBox(); this.cBSwipeProfiles = new System.Windows.Forms.CheckBox();
this.StartWindowsCheckBox = new System.Windows.Forms.CheckBox(); this.StartWindowsCheckBox = new System.Windows.Forms.CheckBox();
this.startMinimizedCheckBox = new System.Windows.Forms.CheckBox(); this.startMinimizedCheckBox = new System.Windows.Forms.CheckBox();
this.cBNotifications = new System.Windows.Forms.CheckBox();
this.cBDisconnectBT = new System.Windows.Forms.CheckBox();
this.cBCloseMini = new System.Windows.Forms.CheckBox();
this.cBQuickCharge = new System.Windows.Forms.CheckBox();
this.cBUpdate = new System.Windows.Forms.CheckBox(); this.cBUpdate = new System.Windows.Forms.CheckBox();
this.pNUpdate = new System.Windows.Forms.Panel(); this.pNUpdate = new System.Windows.Forms.Panel();
this.cBUpdateTime = new System.Windows.Forms.ComboBox(); this.cBUpdateTime = new System.Windows.Forms.ComboBox();
this.lBCheckEvery = new System.Windows.Forms.Label(); this.lBCheckEvery = new System.Windows.Forms.Label();
this.nUDUpdateTime = new System.Windows.Forms.NumericUpDown(); this.nUDUpdateTime = new System.Windows.Forms.NumericUpDown();
this.cBNotifications = new System.Windows.Forms.CheckBox();
this.cBDisconnectBT = new System.Windows.Forms.CheckBox();
this.cBQuickCharge = new System.Windows.Forms.CheckBox();
this.cBCloseMini = new System.Windows.Forms.CheckBox();
this.pnlXIPorts = new System.Windows.Forms.Panel(); this.pnlXIPorts = new System.Windows.Forms.Panel();
this.lbUseXIPorts = new System.Windows.Forms.Label(); this.lbUseXIPorts = new System.Windows.Forms.Label();
this.nUDXIPorts = new System.Windows.Forms.NumericUpDown(); this.nUDXIPorts = new System.Windows.Forms.NumericUpDown();
this.lbLastXIPort = new System.Windows.Forms.Label(); this.lbLastXIPort = new System.Windows.Forms.Label();
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
this.linkProfiles = new System.Windows.Forms.LinkLabel(); this.linkProfiles = new System.Windows.Forms.LinkLabel();
this.lLBUpdate = new System.Windows.Forms.LinkLabel();
this.linkSetup = new System.Windows.Forms.LinkLabel();
this.linkUninstall = new System.Windows.Forms.LinkLabel();
this.lnkControllers = new System.Windows.Forms.LinkLabel(); this.lnkControllers = new System.Windows.Forms.LinkLabel();
this.linkUninstall = new System.Windows.Forms.LinkLabel();
this.linkSetup = new System.Windows.Forms.LinkLabel();
this.lLBUpdate = new System.Windows.Forms.LinkLabel();
this.tabLog = new System.Windows.Forms.TabPage(); this.tabLog = new System.Windows.Forms.TabPage();
this.saveProfiles = new System.Windows.Forms.SaveFileDialog(); this.saveProfiles = new System.Windows.Forms.SaveFileDialog();
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
this.pnlButton.SuspendLayout(); this.pnlButton.SuspendLayout();
this.cMTaskbar.SuspendLayout(); this.cMTaskbar.SuspendLayout();
this.tabMain.SuspendLayout(); this.tabMain.SuspendLayout();
@ -153,16 +153,16 @@
((System.ComponentModel.ISupportInitialize)(this.nUDUpdateTime)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nUDUpdateTime)).BeginInit();
this.pnlXIPorts.SuspendLayout(); this.pnlXIPorts.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.nUDXIPorts)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nUDXIPorts)).BeginInit();
this.tabLog.SuspendLayout();
this.flowLayoutPanel1.SuspendLayout(); this.flowLayoutPanel1.SuspendLayout();
this.tabLog.SuspendLayout();
this.SuspendLayout(); this.SuspendLayout();
// //
// lvDebug // lvDebug
// //
resources.ApplyResources(this.lvDebug, "lvDebug");
this.lvDebug.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.lvDebug.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.chTime, this.chTime,
this.chData}); this.chData});
resources.ApplyResources(this.lvDebug, "lvDebug");
this.lvDebug.FullRowSelect = true; this.lvDebug.FullRowSelect = true;
this.lvDebug.Name = "lvDebug"; this.lvDebug.Name = "lvDebug";
this.lvDebug.UseCompatibleStateImageBehavior = false; this.lvDebug.UseCompatibleStateImageBehavior = false;
@ -184,12 +184,12 @@
// //
// pnlButton // pnlButton
// //
resources.ApplyResources(this.pnlButton, "pnlButton");
this.pnlButton.BackColor = System.Drawing.SystemColors.Control; this.pnlButton.BackColor = System.Drawing.SystemColors.Control;
this.pnlButton.Controls.Add(this.lBTest); this.pnlButton.Controls.Add(this.lBTest);
this.pnlButton.Controls.Add(this.btnStartStop); this.pnlButton.Controls.Add(this.btnStartStop);
this.pnlButton.Controls.Add(this.lbLastMessage); this.pnlButton.Controls.Add(this.lbLastMessage);
this.pnlButton.Controls.Add(this.llbHelp); this.pnlButton.Controls.Add(this.llbHelp);
resources.ApplyResources(this.pnlButton, "pnlButton");
this.pnlButton.Name = "pnlButton"; this.pnlButton.Name = "pnlButton";
this.pnlButton.MouseLeave += new System.EventHandler(this.pnlButton_MouseLeave); this.pnlButton.MouseLeave += new System.EventHandler(this.pnlButton_MouseLeave);
// //
@ -236,6 +236,7 @@
// //
// cMTaskbar // cMTaskbar
// //
resources.ApplyResources(this.cMTaskbar, "cMTaskbar");
this.cMTaskbar.ImageScalingSize = new System.Drawing.Size(24, 24); this.cMTaskbar.ImageScalingSize = new System.Drawing.Size(24, 24);
this.cMTaskbar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.cMTaskbar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.editProfileForController1ToolStripMenuItem, this.editProfileForController1ToolStripMenuItem,
@ -247,46 +248,45 @@
this.openToolStripMenuItem, this.openToolStripMenuItem,
this.exitToolStripMenuItem}); this.exitToolStripMenuItem});
this.cMTaskbar.Name = "cMTaskbar"; this.cMTaskbar.Name = "cMTaskbar";
resources.ApplyResources(this.cMTaskbar, "cMTaskbar");
this.cMTaskbar.Tag = "25"; this.cMTaskbar.Tag = "25";
// //
// editProfileForController1ToolStripMenuItem // editProfileForController1ToolStripMenuItem
// //
this.editProfileForController1ToolStripMenuItem.Name = "editProfileForController1ToolStripMenuItem";
resources.ApplyResources(this.editProfileForController1ToolStripMenuItem, "editProfileForController1ToolStripMenuItem"); resources.ApplyResources(this.editProfileForController1ToolStripMenuItem, "editProfileForController1ToolStripMenuItem");
this.editProfileForController1ToolStripMenuItem.Name = "editProfileForController1ToolStripMenuItem";
this.editProfileForController1ToolStripMenuItem.Tag = "0"; this.editProfileForController1ToolStripMenuItem.Tag = "0";
this.editProfileForController1ToolStripMenuItem.Click += new System.EventHandler(this.editMenu_Click); this.editProfileForController1ToolStripMenuItem.Click += new System.EventHandler(this.editMenu_Click);
// //
// editProfileForController2ToolStripMenuItem // editProfileForController2ToolStripMenuItem
// //
this.editProfileForController2ToolStripMenuItem.Name = "editProfileForController2ToolStripMenuItem";
resources.ApplyResources(this.editProfileForController2ToolStripMenuItem, "editProfileForController2ToolStripMenuItem"); resources.ApplyResources(this.editProfileForController2ToolStripMenuItem, "editProfileForController2ToolStripMenuItem");
this.editProfileForController2ToolStripMenuItem.Name = "editProfileForController2ToolStripMenuItem";
this.editProfileForController2ToolStripMenuItem.Tag = "1"; this.editProfileForController2ToolStripMenuItem.Tag = "1";
this.editProfileForController2ToolStripMenuItem.Click += new System.EventHandler(this.editMenu_Click); this.editProfileForController2ToolStripMenuItem.Click += new System.EventHandler(this.editMenu_Click);
// //
// editProfileForController3ToolStripMenuItem // editProfileForController3ToolStripMenuItem
// //
this.editProfileForController3ToolStripMenuItem.Name = "editProfileForController3ToolStripMenuItem";
resources.ApplyResources(this.editProfileForController3ToolStripMenuItem, "editProfileForController3ToolStripMenuItem"); resources.ApplyResources(this.editProfileForController3ToolStripMenuItem, "editProfileForController3ToolStripMenuItem");
this.editProfileForController3ToolStripMenuItem.Name = "editProfileForController3ToolStripMenuItem";
this.editProfileForController3ToolStripMenuItem.Tag = "2"; this.editProfileForController3ToolStripMenuItem.Tag = "2";
this.editProfileForController3ToolStripMenuItem.Click += new System.EventHandler(this.editMenu_Click); this.editProfileForController3ToolStripMenuItem.Click += new System.EventHandler(this.editMenu_Click);
// //
// editProfileForController4ToolStripMenuItem // editProfileForController4ToolStripMenuItem
// //
this.editProfileForController4ToolStripMenuItem.Name = "editProfileForController4ToolStripMenuItem";
resources.ApplyResources(this.editProfileForController4ToolStripMenuItem, "editProfileForController4ToolStripMenuItem"); resources.ApplyResources(this.editProfileForController4ToolStripMenuItem, "editProfileForController4ToolStripMenuItem");
this.editProfileForController4ToolStripMenuItem.Name = "editProfileForController4ToolStripMenuItem";
this.editProfileForController4ToolStripMenuItem.Tag = "4"; this.editProfileForController4ToolStripMenuItem.Tag = "4";
this.editProfileForController4ToolStripMenuItem.Click += new System.EventHandler(this.editMenu_Click); this.editProfileForController4ToolStripMenuItem.Click += new System.EventHandler(this.editMenu_Click);
// //
// toolStripSeparator1 // toolStripSeparator1
// //
this.toolStripSeparator1.Name = "toolStripSeparator1";
resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1"); resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1");
this.toolStripSeparator1.Name = "toolStripSeparator1";
// //
// startToolStripMenuItem // startToolStripMenuItem
// //
this.startToolStripMenuItem.Name = "startToolStripMenuItem";
resources.ApplyResources(this.startToolStripMenuItem, "startToolStripMenuItem"); resources.ApplyResources(this.startToolStripMenuItem, "startToolStripMenuItem");
this.startToolStripMenuItem.Name = "startToolStripMenuItem";
this.startToolStripMenuItem.Click += new System.EventHandler(this.startToolStripMenuItem_Click); this.startToolStripMenuItem.Click += new System.EventHandler(this.startToolStripMenuItem_Click);
// //
// openToolStripMenuItem // openToolStripMenuItem
@ -297,14 +297,14 @@
// //
// exitToolStripMenuItem // exitToolStripMenuItem
// //
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
resources.ApplyResources(this.exitToolStripMenuItem, "exitToolStripMenuItem"); resources.ApplyResources(this.exitToolStripMenuItem, "exitToolStripMenuItem");
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
// //
// toolStripSeparator2 // toolStripSeparator2
// //
this.toolStripSeparator2.Name = "toolStripSeparator2";
resources.ApplyResources(this.toolStripSeparator2, "toolStripSeparator2"); resources.ApplyResources(this.toolStripSeparator2, "toolStripSeparator2");
this.toolStripSeparator2.Name = "toolStripSeparator2";
// //
// openProfiles // openProfiles
// //
@ -313,20 +313,20 @@
// //
// tabMain // tabMain
// //
resources.ApplyResources(this.tabMain, "tabMain");
this.tabMain.Controls.Add(this.tabControllers); this.tabMain.Controls.Add(this.tabControllers);
this.tabMain.Controls.Add(this.tabProfiles); this.tabMain.Controls.Add(this.tabProfiles);
this.tabMain.Controls.Add(this.tabAutoProfiles); this.tabMain.Controls.Add(this.tabAutoProfiles);
this.tabMain.Controls.Add(this.tabSettings); this.tabMain.Controls.Add(this.tabSettings);
this.tabMain.Controls.Add(this.tabLog); this.tabMain.Controls.Add(this.tabLog);
resources.ApplyResources(this.tabMain, "tabMain");
this.tabMain.Name = "tabMain"; this.tabMain.Name = "tabMain";
this.tabMain.SelectedIndex = 0; this.tabMain.SelectedIndex = 0;
this.tabMain.SelectedIndexChanged += new System.EventHandler(this.tabMain_SelectedIndexChanged); this.tabMain.SelectedIndexChanged += new System.EventHandler(this.tabMain_SelectedIndexChanged);
// //
// tabControllers // tabControllers
// //
this.tabControllers.Controls.Add(this.tLPControllers);
resources.ApplyResources(this.tabControllers, "tabControllers"); resources.ApplyResources(this.tabControllers, "tabControllers");
this.tabControllers.Controls.Add(this.tLPControllers);
this.tabControllers.Name = "tabControllers"; this.tabControllers.Name = "tabControllers";
this.tabControllers.UseVisualStyleBackColor = true; this.tabControllers.UseVisualStyleBackColor = true;
// //
@ -525,18 +525,18 @@
// //
// tabProfiles // tabProfiles
// //
resources.ApplyResources(this.tabProfiles, "tabProfiles");
this.tabProfiles.Controls.Add(this.lBProfiles); this.tabProfiles.Controls.Add(this.lBProfiles);
this.tabProfiles.Controls.Add(this.tSOptions); this.tabProfiles.Controls.Add(this.tSOptions);
this.tabProfiles.Controls.Add(this.toolStrip1); this.tabProfiles.Controls.Add(this.toolStrip1);
resources.ApplyResources(this.tabProfiles, "tabProfiles");
this.tabProfiles.Name = "tabProfiles"; this.tabProfiles.Name = "tabProfiles";
this.tabProfiles.UseVisualStyleBackColor = true; this.tabProfiles.UseVisualStyleBackColor = true;
// //
// lBProfiles // lBProfiles
// //
resources.ApplyResources(this.lBProfiles, "lBProfiles");
this.lBProfiles.BorderStyle = System.Windows.Forms.BorderStyle.None; this.lBProfiles.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.lBProfiles.ContextMenuStrip = this.cMProfile; this.lBProfiles.ContextMenuStrip = this.cMProfile;
resources.ApplyResources(this.lBProfiles, "lBProfiles");
this.lBProfiles.FormattingEnabled = true; this.lBProfiles.FormattingEnabled = true;
this.lBProfiles.MultiColumn = true; this.lBProfiles.MultiColumn = true;
this.lBProfiles.Name = "lBProfiles"; this.lBProfiles.Name = "lBProfiles";
@ -546,6 +546,7 @@
// //
// cMProfile // cMProfile
// //
resources.ApplyResources(this.cMProfile, "cMProfile");
this.cMProfile.ImageScalingSize = new System.Drawing.Size(24, 24); this.cMProfile.ImageScalingSize = new System.Drawing.Size(24, 24);
this.cMProfile.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.cMProfile.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.editToolStripMenuItem, this.editToolStripMenuItem,
@ -559,7 +560,6 @@
this.importToolStripMenuItem, this.importToolStripMenuItem,
this.exportToolStripMenuItem}); this.exportToolStripMenuItem});
this.cMProfile.Name = "cMProfile"; this.cMProfile.Name = "cMProfile";
resources.ApplyResources(this.cMProfile, "cMProfile");
// //
// editToolStripMenuItem // editToolStripMenuItem
// //
@ -569,60 +569,61 @@
// //
// assignToController1ToolStripMenuItem // assignToController1ToolStripMenuItem
// //
this.assignToController1ToolStripMenuItem.Name = "assignToController1ToolStripMenuItem";
resources.ApplyResources(this.assignToController1ToolStripMenuItem, "assignToController1ToolStripMenuItem"); resources.ApplyResources(this.assignToController1ToolStripMenuItem, "assignToController1ToolStripMenuItem");
this.assignToController1ToolStripMenuItem.Name = "assignToController1ToolStripMenuItem";
this.assignToController1ToolStripMenuItem.Click += new System.EventHandler(this.assignToController1ToolStripMenuItem_Click); this.assignToController1ToolStripMenuItem.Click += new System.EventHandler(this.assignToController1ToolStripMenuItem_Click);
// //
// assignToController2ToolStripMenuItem // assignToController2ToolStripMenuItem
// //
this.assignToController2ToolStripMenuItem.Name = "assignToController2ToolStripMenuItem";
resources.ApplyResources(this.assignToController2ToolStripMenuItem, "assignToController2ToolStripMenuItem"); resources.ApplyResources(this.assignToController2ToolStripMenuItem, "assignToController2ToolStripMenuItem");
this.assignToController2ToolStripMenuItem.Name = "assignToController2ToolStripMenuItem";
this.assignToController2ToolStripMenuItem.Click += new System.EventHandler(this.assignToController2ToolStripMenuItem_Click); this.assignToController2ToolStripMenuItem.Click += new System.EventHandler(this.assignToController2ToolStripMenuItem_Click);
// //
// assignToController3ToolStripMenuItem // assignToController3ToolStripMenuItem
// //
this.assignToController3ToolStripMenuItem.Name = "assignToController3ToolStripMenuItem";
resources.ApplyResources(this.assignToController3ToolStripMenuItem, "assignToController3ToolStripMenuItem"); resources.ApplyResources(this.assignToController3ToolStripMenuItem, "assignToController3ToolStripMenuItem");
this.assignToController3ToolStripMenuItem.Name = "assignToController3ToolStripMenuItem";
this.assignToController3ToolStripMenuItem.Click += new System.EventHandler(this.assignToController3ToolStripMenuItem_Click); this.assignToController3ToolStripMenuItem.Click += new System.EventHandler(this.assignToController3ToolStripMenuItem_Click);
// //
// assignToController4ToolStripMenuItem // assignToController4ToolStripMenuItem
// //
this.assignToController4ToolStripMenuItem.Name = "assignToController4ToolStripMenuItem";
resources.ApplyResources(this.assignToController4ToolStripMenuItem, "assignToController4ToolStripMenuItem"); resources.ApplyResources(this.assignToController4ToolStripMenuItem, "assignToController4ToolStripMenuItem");
this.assignToController4ToolStripMenuItem.Name = "assignToController4ToolStripMenuItem";
this.assignToController4ToolStripMenuItem.Click += new System.EventHandler(this.assignToController4ToolStripMenuItem_Click); this.assignToController4ToolStripMenuItem.Click += new System.EventHandler(this.assignToController4ToolStripMenuItem_Click);
// //
// deleteToolStripMenuItem // deleteToolStripMenuItem
// //
this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
resources.ApplyResources(this.deleteToolStripMenuItem, "deleteToolStripMenuItem"); resources.ApplyResources(this.deleteToolStripMenuItem, "deleteToolStripMenuItem");
this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
this.deleteToolStripMenuItem.Click += new System.EventHandler(this.tsBDeleteProfle_Click); this.deleteToolStripMenuItem.Click += new System.EventHandler(this.tsBDeleteProfle_Click);
// //
// duplicateToolStripMenuItem // duplicateToolStripMenuItem
// //
this.duplicateToolStripMenuItem.Name = "duplicateToolStripMenuItem";
resources.ApplyResources(this.duplicateToolStripMenuItem, "duplicateToolStripMenuItem"); resources.ApplyResources(this.duplicateToolStripMenuItem, "duplicateToolStripMenuItem");
this.duplicateToolStripMenuItem.Name = "duplicateToolStripMenuItem";
this.duplicateToolStripMenuItem.Click += new System.EventHandler(this.tSBDupProfile_Click); this.duplicateToolStripMenuItem.Click += new System.EventHandler(this.tSBDupProfile_Click);
// //
// newProfileToolStripMenuItem // newProfileToolStripMenuItem
// //
this.newProfileToolStripMenuItem.Name = "newProfileToolStripMenuItem";
resources.ApplyResources(this.newProfileToolStripMenuItem, "newProfileToolStripMenuItem"); resources.ApplyResources(this.newProfileToolStripMenuItem, "newProfileToolStripMenuItem");
this.newProfileToolStripMenuItem.Name = "newProfileToolStripMenuItem";
this.newProfileToolStripMenuItem.Click += new System.EventHandler(this.tsBNewProfile_Click); this.newProfileToolStripMenuItem.Click += new System.EventHandler(this.tsBNewProfile_Click);
// //
// importToolStripMenuItem // importToolStripMenuItem
// //
this.importToolStripMenuItem.Name = "importToolStripMenuItem";
resources.ApplyResources(this.importToolStripMenuItem, "importToolStripMenuItem"); resources.ApplyResources(this.importToolStripMenuItem, "importToolStripMenuItem");
this.importToolStripMenuItem.Name = "importToolStripMenuItem";
this.importToolStripMenuItem.Click += new System.EventHandler(this.tSBImportProfile_Click); this.importToolStripMenuItem.Click += new System.EventHandler(this.tSBImportProfile_Click);
// //
// exportToolStripMenuItem // exportToolStripMenuItem
// //
this.exportToolStripMenuItem.Name = "exportToolStripMenuItem";
resources.ApplyResources(this.exportToolStripMenuItem, "exportToolStripMenuItem"); resources.ApplyResources(this.exportToolStripMenuItem, "exportToolStripMenuItem");
this.exportToolStripMenuItem.Name = "exportToolStripMenuItem";
this.exportToolStripMenuItem.Click += new System.EventHandler(this.tSBExportProfile_Click); this.exportToolStripMenuItem.Click += new System.EventHandler(this.tSBExportProfile_Click);
// //
// tSOptions // tSOptions
// //
resources.ApplyResources(this.tSOptions, "tSOptions");
this.tSOptions.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.tSOptions.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
this.tSOptions.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tSOptions.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripLabel1, this.toolStripLabel1,
@ -631,54 +632,54 @@
this.tSBCancel, this.tSBCancel,
this.toolStripSeparator3, this.toolStripSeparator3,
this.tSBKeepSize}); this.tSBKeepSize});
resources.ApplyResources(this.tSOptions, "tSOptions");
this.tSOptions.Name = "tSOptions"; this.tSOptions.Name = "tSOptions";
this.tSOptions.ShowItemToolTips = false; this.tSOptions.ShowItemToolTips = false;
// //
// toolStripLabel1 // toolStripLabel1
// //
this.toolStripLabel1.Name = "toolStripLabel1";
resources.ApplyResources(this.toolStripLabel1, "toolStripLabel1"); resources.ApplyResources(this.toolStripLabel1, "toolStripLabel1");
this.toolStripLabel1.Name = "toolStripLabel1";
// //
// tSTBProfile // tSTBProfile
// //
resources.ApplyResources(this.tSTBProfile, "tSTBProfile");
this.tSTBProfile.ForeColor = System.Drawing.SystemColors.GrayText; this.tSTBProfile.ForeColor = System.Drawing.SystemColors.GrayText;
this.tSTBProfile.Name = "tSTBProfile"; this.tSTBProfile.Name = "tSTBProfile";
resources.ApplyResources(this.tSTBProfile, "tSTBProfile");
this.tSTBProfile.Enter += new System.EventHandler(this.tBProfile_Enter); this.tSTBProfile.Enter += new System.EventHandler(this.tBProfile_Enter);
this.tSTBProfile.Leave += new System.EventHandler(this.tBProfile_Leave); this.tSTBProfile.Leave += new System.EventHandler(this.tBProfile_Leave);
this.tSTBProfile.TextChanged += new System.EventHandler(this.tBProfile_TextChanged); this.tSTBProfile.TextChanged += new System.EventHandler(this.tBProfile_TextChanged);
// //
// tSBSaveProfile // tSBSaveProfile
// //
resources.ApplyResources(this.tSBSaveProfile, "tSBSaveProfile");
this.tSBSaveProfile.AutoToolTip = false; this.tSBSaveProfile.AutoToolTip = false;
this.tSBSaveProfile.Image = global::DS4Windows.Properties.Resources.saveprofile; this.tSBSaveProfile.Image = global::DS4Windows.Properties.Resources.saveprofile;
resources.ApplyResources(this.tSBSaveProfile, "tSBSaveProfile");
this.tSBSaveProfile.Name = "tSBSaveProfile"; this.tSBSaveProfile.Name = "tSBSaveProfile";
this.tSBSaveProfile.Click += new System.EventHandler(this.tSBSaveProfile_Click); this.tSBSaveProfile.Click += new System.EventHandler(this.tSBSaveProfile_Click);
// //
// tSBCancel // tSBCancel
// //
resources.ApplyResources(this.tSBCancel, "tSBCancel");
this.tSBCancel.AutoToolTip = false; this.tSBCancel.AutoToolTip = false;
this.tSBCancel.Image = global::DS4Windows.Properties.Resources.delete; this.tSBCancel.Image = global::DS4Windows.Properties.Resources.delete;
resources.ApplyResources(this.tSBCancel, "tSBCancel");
this.tSBCancel.Name = "tSBCancel"; this.tSBCancel.Name = "tSBCancel";
this.tSBCancel.Click += new System.EventHandler(this.tSBCancel_Click); this.tSBCancel.Click += new System.EventHandler(this.tSBCancel_Click);
// //
// toolStripSeparator3 // toolStripSeparator3
// //
this.toolStripSeparator3.Name = "toolStripSeparator3";
resources.ApplyResources(this.toolStripSeparator3, "toolStripSeparator3"); resources.ApplyResources(this.toolStripSeparator3, "toolStripSeparator3");
this.toolStripSeparator3.Name = "toolStripSeparator3";
// //
// tSBKeepSize // tSBKeepSize
// //
this.tSBKeepSize.Image = global::DS4Windows.Properties.Resources.size;
resources.ApplyResources(this.tSBKeepSize, "tSBKeepSize"); resources.ApplyResources(this.tSBKeepSize, "tSBKeepSize");
this.tSBKeepSize.Image = global::DS4Windows.Properties.Resources.size;
this.tSBKeepSize.Name = "tSBKeepSize"; this.tSBKeepSize.Name = "tSBKeepSize";
this.tSBKeepSize.Click += new System.EventHandler(this.tSBKeepSize_Click); this.tSBKeepSize.Click += new System.EventHandler(this.tSBKeepSize_Click);
// //
// toolStrip1 // toolStrip1
// //
resources.ApplyResources(this.toolStrip1, "toolStrip1");
this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsBNewProfle, this.tsBNewProfle,
@ -687,20 +688,19 @@
this.tSBDupProfile, this.tSBDupProfile,
this.tSBImportProfile, this.tSBImportProfile,
this.tSBExportProfile}); this.tSBExportProfile});
resources.ApplyResources(this.toolStrip1, "toolStrip1");
this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Name = "toolStrip1";
// //
// tsBNewProfle // tsBNewProfle
// //
this.tsBNewProfle.Image = global::DS4Windows.Properties.Resources.newprofile;
resources.ApplyResources(this.tsBNewProfle, "tsBNewProfle"); resources.ApplyResources(this.tsBNewProfle, "tsBNewProfle");
this.tsBNewProfle.Image = global::DS4Windows.Properties.Resources.newprofile;
this.tsBNewProfle.Name = "tsBNewProfle"; this.tsBNewProfle.Name = "tsBNewProfle";
this.tsBNewProfle.Click += new System.EventHandler(this.tsBNewProfile_Click); this.tsBNewProfle.Click += new System.EventHandler(this.tsBNewProfile_Click);
// //
// tsBEditProfile // tsBEditProfile
// //
this.tsBEditProfile.Image = global::DS4Windows.Properties.Resources.edit;
resources.ApplyResources(this.tsBEditProfile, "tsBEditProfile"); resources.ApplyResources(this.tsBEditProfile, "tsBEditProfile");
this.tsBEditProfile.Image = global::DS4Windows.Properties.Resources.edit;
this.tsBEditProfile.Name = "tsBEditProfile"; this.tsBEditProfile.Name = "tsBEditProfile";
this.tsBEditProfile.Click += new System.EventHandler(this.tsBNEditProfile_Click); this.tsBEditProfile.Click += new System.EventHandler(this.tsBNEditProfile_Click);
// //
@ -718,8 +718,8 @@
// //
// tSBImportProfile // tSBImportProfile
// //
this.tSBImportProfile.Image = global::DS4Windows.Properties.Resources.import;
resources.ApplyResources(this.tSBImportProfile, "tSBImportProfile"); resources.ApplyResources(this.tSBImportProfile, "tSBImportProfile");
this.tSBImportProfile.Image = global::DS4Windows.Properties.Resources.import;
this.tSBImportProfile.Name = "tSBImportProfile"; this.tSBImportProfile.Name = "tSBImportProfile";
this.tSBImportProfile.Click += new System.EventHandler(this.tSBImportProfile_Click); this.tSBImportProfile.Click += new System.EventHandler(this.tSBImportProfile_Click);
// //
@ -737,8 +737,8 @@
// //
// tabSettings // tabSettings
// //
this.tabSettings.Controls.Add(this.fLPSettings);
resources.ApplyResources(this.tabSettings, "tabSettings"); resources.ApplyResources(this.tabSettings, "tabSettings");
this.tabSettings.Controls.Add(this.fLPSettings);
this.tabSettings.Name = "tabSettings"; this.tabSettings.Name = "tabSettings";
this.tabSettings.UseVisualStyleBackColor = true; this.tabSettings.UseVisualStyleBackColor = true;
// //
@ -789,6 +789,34 @@
this.startMinimizedCheckBox.UseVisualStyleBackColor = true; this.startMinimizedCheckBox.UseVisualStyleBackColor = true;
this.startMinimizedCheckBox.CheckedChanged += new System.EventHandler(this.startMinimizedCheckBox_CheckedChanged); this.startMinimizedCheckBox.CheckedChanged += new System.EventHandler(this.startMinimizedCheckBox_CheckedChanged);
// //
// cBNotifications
//
resources.ApplyResources(this.cBNotifications, "cBNotifications");
this.cBNotifications.Name = "cBNotifications";
this.cBNotifications.UseVisualStyleBackColor = true;
this.cBNotifications.CheckedChanged += new System.EventHandler(this.cBNotifications_CheckedChanged);
//
// cBDisconnectBT
//
resources.ApplyResources(this.cBDisconnectBT, "cBDisconnectBT");
this.cBDisconnectBT.Name = "cBDisconnectBT";
this.cBDisconnectBT.UseVisualStyleBackColor = true;
this.cBDisconnectBT.CheckedChanged += new System.EventHandler(this.cBDisconnectBT_CheckedChanged);
//
// cBCloseMini
//
resources.ApplyResources(this.cBCloseMini, "cBCloseMini");
this.cBCloseMini.Name = "cBCloseMini";
this.cBCloseMini.UseVisualStyleBackColor = true;
this.cBCloseMini.CheckedChanged += new System.EventHandler(this.cBCloseMini_CheckedChanged);
//
// cBQuickCharge
//
resources.ApplyResources(this.cBQuickCharge, "cBQuickCharge");
this.cBQuickCharge.Name = "cBQuickCharge";
this.cBQuickCharge.UseVisualStyleBackColor = true;
this.cBQuickCharge.CheckedChanged += new System.EventHandler(this.cBQuickCharge_CheckedChanged);
//
// cBUpdate // cBUpdate
// //
resources.ApplyResources(this.cBUpdate, "cBUpdate"); resources.ApplyResources(this.cBUpdate, "cBUpdate");
@ -798,20 +826,20 @@
// //
// pNUpdate // pNUpdate
// //
resources.ApplyResources(this.pNUpdate, "pNUpdate");
this.pNUpdate.Controls.Add(this.cBUpdateTime); this.pNUpdate.Controls.Add(this.cBUpdateTime);
this.pNUpdate.Controls.Add(this.lBCheckEvery); this.pNUpdate.Controls.Add(this.lBCheckEvery);
this.pNUpdate.Controls.Add(this.nUDUpdateTime); this.pNUpdate.Controls.Add(this.nUDUpdateTime);
resources.ApplyResources(this.pNUpdate, "pNUpdate");
this.pNUpdate.Name = "pNUpdate"; this.pNUpdate.Name = "pNUpdate";
// //
// cBUpdateTime // cBUpdateTime
// //
resources.ApplyResources(this.cBUpdateTime, "cBUpdateTime");
this.cBUpdateTime.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cBUpdateTime.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cBUpdateTime.FormattingEnabled = true; this.cBUpdateTime.FormattingEnabled = true;
this.cBUpdateTime.Items.AddRange(new object[] { this.cBUpdateTime.Items.AddRange(new object[] {
resources.GetString("cBUpdateTime.Items"), resources.GetString("cBUpdateTime.Items"),
resources.GetString("cBUpdateTime.Items1")}); resources.GetString("cBUpdateTime.Items1")});
resources.ApplyResources(this.cBUpdateTime, "cBUpdateTime");
this.cBUpdateTime.Name = "cBUpdateTime"; this.cBUpdateTime.Name = "cBUpdateTime";
this.cBUpdateTime.SelectedIndexChanged += new System.EventHandler(this.cBUpdateTime_SelectedIndexChanged); this.cBUpdateTime.SelectedIndexChanged += new System.EventHandler(this.cBUpdateTime_SelectedIndexChanged);
// //
@ -831,40 +859,12 @@
this.nUDUpdateTime.Name = "nUDUpdateTime"; this.nUDUpdateTime.Name = "nUDUpdateTime";
this.nUDUpdateTime.ValueChanged += new System.EventHandler(this.nUDUpdateTime_ValueChanged); this.nUDUpdateTime.ValueChanged += new System.EventHandler(this.nUDUpdateTime_ValueChanged);
// //
// cBNotifications
//
resources.ApplyResources(this.cBNotifications, "cBNotifications");
this.cBNotifications.Name = "cBNotifications";
this.cBNotifications.UseVisualStyleBackColor = true;
this.cBNotifications.CheckedChanged += new System.EventHandler(this.cBNotifications_CheckedChanged);
//
// cBDisconnectBT
//
resources.ApplyResources(this.cBDisconnectBT, "cBDisconnectBT");
this.cBDisconnectBT.Name = "cBDisconnectBT";
this.cBDisconnectBT.UseVisualStyleBackColor = true;
this.cBDisconnectBT.CheckedChanged += new System.EventHandler(this.cBDisconnectBT_CheckedChanged);
//
// cBQuickCharge
//
resources.ApplyResources(this.cBQuickCharge, "cBQuickCharge");
this.cBQuickCharge.Name = "cBQuickCharge";
this.cBQuickCharge.UseVisualStyleBackColor = true;
this.cBQuickCharge.CheckedChanged += new System.EventHandler(this.cBQuickCharge_CheckedChanged);
//
// cBCloseMini
//
resources.ApplyResources(this.cBCloseMini, "cBCloseMini");
this.cBCloseMini.Name = "cBCloseMini";
this.cBCloseMini.UseVisualStyleBackColor = true;
this.cBCloseMini.CheckedChanged += new System.EventHandler(this.cBCloseMini_CheckedChanged);
//
// pnlXIPorts // pnlXIPorts
// //
resources.ApplyResources(this.pnlXIPorts, "pnlXIPorts");
this.pnlXIPorts.Controls.Add(this.lbUseXIPorts); this.pnlXIPorts.Controls.Add(this.lbUseXIPorts);
this.pnlXIPorts.Controls.Add(this.nUDXIPorts); this.pnlXIPorts.Controls.Add(this.nUDXIPorts);
this.pnlXIPorts.Controls.Add(this.lbLastXIPort); this.pnlXIPorts.Controls.Add(this.lbLastXIPort);
resources.ApplyResources(this.pnlXIPorts, "pnlXIPorts");
this.pnlXIPorts.Name = "pnlXIPorts"; this.pnlXIPorts.Name = "pnlXIPorts";
this.pnlXIPorts.MouseEnter += new System.EventHandler(this.pnlXIPorts_MouseEnter); this.pnlXIPorts.MouseEnter += new System.EventHandler(this.pnlXIPorts_MouseEnter);
this.pnlXIPorts.MouseLeave += new System.EventHandler(this.pnlXIPorts_MouseLeave); this.pnlXIPorts.MouseLeave += new System.EventHandler(this.pnlXIPorts_MouseLeave);
@ -902,53 +902,6 @@
resources.ApplyResources(this.lbLastXIPort, "lbLastXIPort"); resources.ApplyResources(this.lbLastXIPort, "lbLastXIPort");
this.lbLastXIPort.Name = "lbLastXIPort"; this.lbLastXIPort.Name = "lbLastXIPort";
// //
// linkProfiles
//
resources.ApplyResources(this.linkProfiles, "linkProfiles");
this.linkProfiles.Name = "linkProfiles";
this.linkProfiles.TabStop = true;
this.linkProfiles.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkProfiles_LinkClicked);
//
// lLBUpdate
//
resources.ApplyResources(this.lLBUpdate, "lLBUpdate");
this.lLBUpdate.Name = "lLBUpdate";
this.lLBUpdate.TabStop = true;
this.lLBUpdate.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lLBUpdate_LinkClicked);
//
// linkSetup
//
resources.ApplyResources(this.linkSetup, "linkSetup");
this.linkSetup.Name = "linkSetup";
this.linkSetup.TabStop = true;
this.linkSetup.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lLSetup_LinkClicked);
//
// linkUninstall
//
resources.ApplyResources(this.linkUninstall, "linkUninstall");
this.linkUninstall.Name = "linkUninstall";
this.linkUninstall.TabStop = true;
this.linkUninstall.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkUninstall_LinkClicked);
//
// lnkControllers
//
resources.ApplyResources(this.lnkControllers, "lnkControllers");
this.lnkControllers.Name = "lnkControllers";
this.lnkControllers.TabStop = true;
this.lnkControllers.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkControllers_LinkClicked);
//
// tabLog
//
this.tabLog.Controls.Add(this.lvDebug);
this.tabLog.Controls.Add(this.btnClear);
resources.ApplyResources(this.tabLog, "tabLog");
this.tabLog.Name = "tabLog";
this.tabLog.UseVisualStyleBackColor = true;
//
// saveProfiles
//
resources.ApplyResources(this.saveProfiles, "saveProfiles");
//
// flowLayoutPanel1 // flowLayoutPanel1
// //
resources.ApplyResources(this.flowLayoutPanel1, "flowLayoutPanel1"); resources.ApplyResources(this.flowLayoutPanel1, "flowLayoutPanel1");
@ -959,10 +912,57 @@
this.flowLayoutPanel1.Controls.Add(this.lLBUpdate); this.flowLayoutPanel1.Controls.Add(this.lLBUpdate);
this.flowLayoutPanel1.Name = "flowLayoutPanel1"; this.flowLayoutPanel1.Name = "flowLayoutPanel1";
// //
// linkProfiles
//
resources.ApplyResources(this.linkProfiles, "linkProfiles");
this.linkProfiles.Name = "linkProfiles";
this.linkProfiles.TabStop = true;
this.linkProfiles.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkProfiles_LinkClicked);
//
// lnkControllers
//
resources.ApplyResources(this.lnkControllers, "lnkControllers");
this.lnkControllers.Name = "lnkControllers";
this.lnkControllers.TabStop = true;
this.lnkControllers.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkControllers_LinkClicked);
//
// linkUninstall
//
resources.ApplyResources(this.linkUninstall, "linkUninstall");
this.linkUninstall.Name = "linkUninstall";
this.linkUninstall.TabStop = true;
this.linkUninstall.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkUninstall_LinkClicked);
//
// linkSetup
//
resources.ApplyResources(this.linkSetup, "linkSetup");
this.linkSetup.Name = "linkSetup";
this.linkSetup.TabStop = true;
this.linkSetup.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lLSetup_LinkClicked);
//
// lLBUpdate
//
resources.ApplyResources(this.lLBUpdate, "lLBUpdate");
this.lLBUpdate.Name = "lLBUpdate";
this.lLBUpdate.TabStop = true;
this.lLBUpdate.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lLBUpdate_LinkClicked);
//
// tabLog
//
resources.ApplyResources(this.tabLog, "tabLog");
this.tabLog.Controls.Add(this.lvDebug);
this.tabLog.Controls.Add(this.btnClear);
this.tabLog.Name = "tabLog";
this.tabLog.UseVisualStyleBackColor = true;
//
// saveProfiles
//
resources.ApplyResources(this.saveProfiles, "saveProfiles");
//
// DS4Form // DS4Form
// //
this.AllowDrop = true;
resources.ApplyResources(this, "$this"); resources.ApplyResources(this, "$this");
this.AllowDrop = true;
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.Color.White; this.BackColor = System.Drawing.Color.White;
this.Controls.Add(this.tabMain); this.Controls.Add(this.tabMain);
@ -999,8 +999,9 @@
this.pnlXIPorts.ResumeLayout(false); this.pnlXIPorts.ResumeLayout(false);
this.pnlXIPorts.PerformLayout(); this.pnlXIPorts.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.nUDXIPorts)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nUDXIPorts)).EndInit();
this.tabLog.ResumeLayout(false);
this.flowLayoutPanel1.ResumeLayout(false); this.flowLayoutPanel1.ResumeLayout(false);
this.flowLayoutPanel1.PerformLayout();
this.tabLog.ResumeLayout(false);
this.ResumeLayout(false); this.ResumeLayout(false);
} }

View File

@ -274,7 +274,7 @@ namespace DS4Windows
{ {
StartWindowsCheckBox.Checked = true; StartWindowsCheckBox.Checked = true;
string lnkpath = WinProgs.ResolveShortcutAndArgument(Environment.GetFolderPath(Environment.SpecialFolder.Startup) + "\\DS4Windows.lnk"); string lnkpath = WinProgs.ResolveShortcutAndArgument(Environment.GetFolderPath(Environment.SpecialFolder.Startup) + "\\DS4Windows.lnk");
if (lnkpath.EndsWith("-m")) if (!lnkpath.EndsWith("-m"))
{ {
File.Delete(Environment.GetFolderPath(Environment.SpecialFolder.Startup) + "\\DS4Windows.lnk"); File.Delete(Environment.GetFolderPath(Environment.SpecialFolder.Startup) + "\\DS4Windows.lnk");
appShortcutToStartup(); appShortcutToStartup();
@ -843,7 +843,7 @@ namespace DS4Windows
if (lBProfiles.SelectedIndex >= 0) if (lBProfiles.SelectedIndex >= 0)
{ {
filename = lBProfiles.SelectedItem.ToString(); filename = lBProfiles.SelectedItem.ToString();
MessageTextBox MTB = new MessageTextBox(filename, this); DuplicateForm MTB = new DuplicateForm(filename, this);
MTB.TopLevel = false; MTB.TopLevel = false;
MTB.Dock = DockStyle.Top; MTB.Dock = DockStyle.Top;
MTB.Visible = true; MTB.Visible = true;

View File

@ -6882,6 +6882,18 @@
<data name="startMinimizedCheckBox.Text" xml:space="preserve"> <data name="startMinimizedCheckBox.Text" xml:space="preserve">
<value>Iniciar minimizado</value> <value>Iniciar minimizado</value>
</data> </data>
<data name="cBNotifications.Size" type="System.Drawing.Size, System.Drawing">
<value>129, 17</value>
</data>
<data name="cBNotifications.Text" xml:space="preserve">
<value>Mostrar notificaciones</value>
</data>
<data name="cBDisconnectBT.Size" type="System.Drawing.Size, System.Drawing">
<value>214, 17</value>
</data>
<data name="cBDisconnectBT.Text" xml:space="preserve">
<value>Desconectar de BT cuando se detenga</value>
</data>
<data name="cBUpdate.Size" type="System.Drawing.Size, System.Drawing"> <data name="cBUpdate.Size" type="System.Drawing.Size, System.Drawing">
<value>191, 17</value> <value>191, 17</value>
</data> </data>
@ -6909,17 +6921,8 @@
<data name="pNUpdate.Size" type="System.Drawing.Size, System.Drawing"> <data name="pNUpdate.Size" type="System.Drawing.Size, System.Drawing">
<value>199, 22</value> <value>199, 22</value>
</data> </data>
<data name="cBNotifications.Size" type="System.Drawing.Size, System.Drawing"> <data name="linkProfiles.Size" type="System.Drawing.Size, System.Drawing">
<value>129, 17</value> <value>84, 13</value>
</data>
<data name="cBNotifications.Text" xml:space="preserve">
<value>Mostrar notificaciones</value>
</data>
<data name="cBDisconnectBT.Size" type="System.Drawing.Size, System.Drawing">
<value>214, 17</value>
</data>
<data name="cBDisconnectBT.Text" xml:space="preserve">
<value>Desconectar de BT cuando se detenga</value>
</data> </data>
<data name="linkProfiles.Text" xml:space="preserve"> <data name="linkProfiles.Text" xml:space="preserve">
<value>Carpeta de perfil</value> <value>Carpeta de perfil</value>
@ -6927,17 +6930,17 @@
<data name="linkProfiles.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing"> <data name="linkProfiles.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
<value>MiddleLeft</value> <value>MiddleLeft</value>
</data> </data>
<data name="lLBUpdate.Text" xml:space="preserve"> <data name="lnkControllers.Size" type="System.Drawing.Size, System.Drawing">
<value>Comprobar actualizacion ahora</value> <value>85, 13</value>
</data> </data>
<data name="lLBUpdate.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing"> <data name="lnkControllers.Text" xml:space="preserve">
<value>Panel de Control</value>
</data>
<data name="lnkControllers.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
<value>MiddleLeft</value> <value>MiddleLeft</value>
</data> </data>
<data name="linkSetup.Text" xml:space="preserve"> <data name="linkUninstall.Size" type="System.Drawing.Size, System.Drawing">
<value>Controlador/Configuracion de Driver</value> <value>118, 13</value>
</data>
<data name="linkSetup.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
<value>MiddleLeft</value>
</data> </data>
<data name="linkUninstall.Text" xml:space="preserve"> <data name="linkUninstall.Text" xml:space="preserve">
<value>Desinstalar VBus Driver</value> <value>Desinstalar VBus Driver</value>
@ -6945,12 +6948,27 @@
<data name="linkUninstall.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing"> <data name="linkUninstall.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
<value>MiddleLeft</value> <value>MiddleLeft</value>
</data> </data>
<data name="lnkControllers.Text" xml:space="preserve"> <data name="linkSetup.Size" type="System.Drawing.Size, System.Drawing">
<value>Panel de Control</value> <value>177, 13</value>
</data> </data>
<data name="lnkControllers.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing"> <data name="linkSetup.Text" xml:space="preserve">
<value>Controlador/Configuracion de Driver</value>
</data>
<data name="linkSetup.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
<value>MiddleLeft</value> <value>MiddleLeft</value>
</data> </data>
<data name="lLBUpdate.Size" type="System.Drawing.Size, System.Drawing">
<value>153, 13</value>
</data>
<data name="lLBUpdate.Text" xml:space="preserve">
<value>Comprobar actualizacion ahora</value>
</data>
<data name="lLBUpdate.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
<value>MiddleLeft</value>
</data>
<data name="flowLayoutPanel1.Size" type="System.Drawing.Size, System.Drawing">
<value>183, 65</value>
</data>
<data name="tabSettings.Text" xml:space="preserve"> <data name="tabSettings.Text" xml:space="preserve">
<value>Ajustes</value> <value>Ajustes</value>
</data> </data>

6990
DS4Tool/DS4Form.pt-BR.resx Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -118,11 +118,11 @@
<Compile Include="KBM360.Designer.cs"> <Compile Include="KBM360.Designer.cs">
<DependentUpon>KBM360.cs</DependentUpon> <DependentUpon>KBM360.cs</DependentUpon>
</Compile> </Compile>
<Compile Include="MessageTextBox.cs"> <Compile Include="DuplicateForm.cs">
<SubType>Form</SubType> <SubType>Form</SubType>
</Compile> </Compile>
<Compile Include="MessageTextBox.Designer.cs"> <Compile Include="DuplicateForm.Designer.cs">
<DependentUpon>MessageTextBox.cs</DependentUpon> <DependentUpon>DuplicateForm.cs</DependentUpon>
</Compile> </Compile>
<Compile Include="Options.cs"> <Compile Include="Options.cs">
<SubType>Form</SubType> <SubType>Form</SubType>
@ -180,12 +180,21 @@
<EmbeddedResource Include="DS4Form.es.resx"> <EmbeddedResource Include="DS4Form.es.resx">
<DependentUpon>DS4Form.cs</DependentUpon> <DependentUpon>DS4Form.cs</DependentUpon>
</EmbeddedResource> </EmbeddedResource>
<EmbeddedResource Include="DS4Form.pt-BR.resx">
<DependentUpon>DS4Form.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="DuplicateForm.pt-BR.resx">
<DependentUpon>DuplicateForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Hotkeys.es.resx"> <EmbeddedResource Include="Hotkeys.es.resx">
<DependentUpon>Hotkeys.cs</DependentUpon> <DependentUpon>Hotkeys.cs</DependentUpon>
</EmbeddedResource> </EmbeddedResource>
<EmbeddedResource Include="Hotkeys.fr-FR.resx"> <EmbeddedResource Include="Hotkeys.fr-FR.resx">
<DependentUpon>Hotkeys.cs</DependentUpon> <DependentUpon>Hotkeys.cs</DependentUpon>
</EmbeddedResource> </EmbeddedResource>
<EmbeddedResource Include="Hotkeys.pt-BR.resx">
<DependentUpon>Hotkeys.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Hotkeys.resx"> <EmbeddedResource Include="Hotkeys.resx">
<DependentUpon>Hotkeys.cs</DependentUpon> <DependentUpon>Hotkeys.cs</DependentUpon>
</EmbeddedResource> </EmbeddedResource>
@ -195,18 +204,21 @@
<EmbeddedResource Include="KBM360.fr-FR.resx"> <EmbeddedResource Include="KBM360.fr-FR.resx">
<DependentUpon>KBM360.cs</DependentUpon> <DependentUpon>KBM360.cs</DependentUpon>
</EmbeddedResource> </EmbeddedResource>
<EmbeddedResource Include="KBM360.pt-BR.resx">
<DependentUpon>KBM360.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="KBM360.resx"> <EmbeddedResource Include="KBM360.resx">
<DependentUpon>KBM360.cs</DependentUpon> <DependentUpon>KBM360.cs</DependentUpon>
<SubType>Designer</SubType> <SubType>Designer</SubType>
</EmbeddedResource> </EmbeddedResource>
<EmbeddedResource Include="MessageTextBox.es.resx"> <EmbeddedResource Include="DuplicateForm.es.resx">
<DependentUpon>MessageTextBox.cs</DependentUpon> <DependentUpon>DuplicateForm.cs</DependentUpon>
</EmbeddedResource> </EmbeddedResource>
<EmbeddedResource Include="MessageTextBox.fr-FR.resx"> <EmbeddedResource Include="DuplicateForm.fr-FR.resx">
<DependentUpon>MessageTextBox.cs</DependentUpon> <DependentUpon>DuplicateForm.cs</DependentUpon>
</EmbeddedResource> </EmbeddedResource>
<EmbeddedResource Include="MessageTextBox.resx"> <EmbeddedResource Include="DuplicateForm.resx">
<DependentUpon>MessageTextBox.cs</DependentUpon> <DependentUpon>DuplicateForm.cs</DependentUpon>
</EmbeddedResource> </EmbeddedResource>
<EmbeddedResource Include="Options.cs.resx"> <EmbeddedResource Include="Options.cs.resx">
<DependentUpon>Options.cs</DependentUpon> <DependentUpon>Options.cs</DependentUpon>
@ -220,6 +232,9 @@
<EmbeddedResource Include="Options.fr.resx"> <EmbeddedResource Include="Options.fr.resx">
<DependentUpon>Options.cs</DependentUpon> <DependentUpon>Options.cs</DependentUpon>
</EmbeddedResource> </EmbeddedResource>
<EmbeddedResource Include="Options.pt-BR.resx">
<DependentUpon>Options.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Options.resx"> <EmbeddedResource Include="Options.resx">
<DependentUpon>Options.cs</DependentUpon> <DependentUpon>Options.cs</DependentUpon>
</EmbeddedResource> </EmbeddedResource>
@ -234,17 +249,24 @@
<EmbeddedResource Include="RecordBox.fr-FR.resx"> <EmbeddedResource Include="RecordBox.fr-FR.resx">
<DependentUpon>RecordBox.cs</DependentUpon> <DependentUpon>RecordBox.cs</DependentUpon>
</EmbeddedResource> </EmbeddedResource>
<EmbeddedResource Include="RecordBox.pt-BR.resx">
<DependentUpon>RecordBox.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="RecordBox.resx"> <EmbeddedResource Include="RecordBox.resx">
<DependentUpon>RecordBox.cs</DependentUpon> <DependentUpon>RecordBox.cs</DependentUpon>
</EmbeddedResource> </EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.es.resx" /> <EmbeddedResource Include="Properties\Resources.es.resx" />
<EmbeddedResource Include="Properties\Resources.fr-FR.resx" /> <EmbeddedResource Include="Properties\Resources.fr-FR.resx" />
<EmbeddedResource Include="Properties\Resources.pt-BR.resx" />
<EmbeddedResource Include="SaveWhere.es.resx"> <EmbeddedResource Include="SaveWhere.es.resx">
<DependentUpon>SaveWhere.cs</DependentUpon> <DependentUpon>SaveWhere.cs</DependentUpon>
</EmbeddedResource> </EmbeddedResource>
<EmbeddedResource Include="SaveWhere.fr-FR.resx"> <EmbeddedResource Include="SaveWhere.fr-FR.resx">
<DependentUpon>SaveWhere.cs</DependentUpon> <DependentUpon>SaveWhere.cs</DependentUpon>
</EmbeddedResource> </EmbeddedResource>
<EmbeddedResource Include="SaveWhere.pt-BR.resx">
<DependentUpon>SaveWhere.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SaveWhere.resx"> <EmbeddedResource Include="SaveWhere.resx">
<DependentUpon>SaveWhere.cs</DependentUpon> <DependentUpon>SaveWhere.cs</DependentUpon>
</EmbeddedResource> </EmbeddedResource>
@ -257,6 +279,12 @@
<EmbeddedResource Include="SpecActions.fr-FR.resx"> <EmbeddedResource Include="SpecActions.fr-FR.resx">
<DependentUpon>SpecActions.cs</DependentUpon> <DependentUpon>SpecActions.cs</DependentUpon>
</EmbeddedResource> </EmbeddedResource>
<EmbeddedResource Include="SpecActions.pt-BR.resx">
<DependentUpon>SpecActions.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SpecActions.pt-PT.resx">
<DependentUpon>SpecActions.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SpecActions.resx"> <EmbeddedResource Include="SpecActions.resx">
<DependentUpon>SpecActions.cs</DependentUpon> <DependentUpon>SpecActions.cs</DependentUpon>
</EmbeddedResource> </EmbeddedResource>
@ -266,6 +294,9 @@
<EmbeddedResource Include="WelcomeDialog.fr-FR.resx"> <EmbeddedResource Include="WelcomeDialog.fr-FR.resx">
<DependentUpon>WelcomeDialog.cs</DependentUpon> <DependentUpon>WelcomeDialog.cs</DependentUpon>
</EmbeddedResource> </EmbeddedResource>
<EmbeddedResource Include="WelcomeDialog.pt-BR.resx">
<DependentUpon>WelcomeDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WelcomeDialog.resx"> <EmbeddedResource Include="WelcomeDialog.resx">
<DependentUpon>WelcomeDialog.cs</DependentUpon> <DependentUpon>WelcomeDialog.cs</DependentUpon>
</EmbeddedResource> </EmbeddedResource>
@ -275,6 +306,9 @@
<EmbeddedResource Include="WinProgs.fr-FR.resx"> <EmbeddedResource Include="WinProgs.fr-FR.resx">
<DependentUpon>WinProgs.cs</DependentUpon> <DependentUpon>WinProgs.cs</DependentUpon>
</EmbeddedResource> </EmbeddedResource>
<EmbeddedResource Include="WinProgs.pt-BR.resx">
<DependentUpon>WinProgs.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinProgs.resx"> <EmbeddedResource Include="WinProgs.resx">
<DependentUpon>WinProgs.cs</DependentUpon> <DependentUpon>WinProgs.cs</DependentUpon>
</EmbeddedResource> </EmbeddedResource>

View File

@ -1,6 +1,6 @@
namespace DS4Windows namespace DS4Windows
{ {
partial class MessageTextBox partial class DuplicateForm
{ {
/// <summary> /// <summary>
/// Required designer variable. /// Required designer variable.
@ -28,7 +28,7 @@
/// </summary> /// </summary>
private void InitializeComponent() private void InitializeComponent()
{ {
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MessageTextBox)); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DuplicateForm));
this.btnSave = new System.Windows.Forms.Button(); this.btnSave = new System.Windows.Forms.Button();
this.tBProfile = new System.Windows.Forms.TextBox(); this.tBProfile = new System.Windows.Forms.TextBox();
this.btnCancel = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button();
@ -58,7 +58,7 @@
this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.button2_Click); this.btnCancel.Click += new System.EventHandler(this.button2_Click);
// //
// MessageTextBox // DuplicateForm
// //
this.AcceptButton = this.btnSave; this.AcceptButton = this.btnSave;
resources.ApplyResources(this, "$this"); resources.ApplyResources(this, "$this");
@ -71,7 +71,7 @@
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.MaximizeBox = false; this.MaximizeBox = false;
this.MinimizeBox = false; this.MinimizeBox = false;
this.Name = "MessageTextBox"; this.Name = "DuplicateForm";
this.ShowInTaskbar = false; this.ShowInTaskbar = false;
this.ResumeLayout(false); this.ResumeLayout(false);
this.PerformLayout(); this.PerformLayout();

View File

@ -11,11 +11,11 @@ using DS4Control;
namespace DS4Windows namespace DS4Windows
{ {
public partial class MessageTextBox : Form public partial class DuplicateForm : Form
{ {
public string oldfilename; public string oldfilename;
DS4Form yes; DS4Form yes;
public MessageTextBox(string name, DS4Form mainwindow) public DuplicateForm(string name, DS4Form mainwindow)
{ {
InitializeComponent(); InitializeComponent();
oldfilename = name; oldfilename = name;

View File

@ -117,13 +117,13 @@
<resheader name="writer"> <resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader> </resheader>
<data name="btnCancel.Text" xml:space="preserve">
<value>Cancelar</value>
</data>
<data name="btnSave.Text" xml:space="preserve"> <data name="btnSave.Text" xml:space="preserve">
<value>Guardar</value> <value>Guardar</value>
</data> </data>
<data name="tBProfile.Text" xml:space="preserve"> <data name="tBProfile.Text" xml:space="preserve">
<value>&lt;Escribe nuevo nombre aqui&gt;</value> <value>&lt;Escribe nuevo nombre aqui&gt;</value>
</data> </data>
<data name="btnCancel.Text" xml:space="preserve">
<value>Cancelar</value>
</data>
</root> </root>

View File

@ -0,0 +1,129 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="btnCancel.Text" xml:space="preserve">
<value>Cancelar</value>
</data>
<data name="btnSave.Text" xml:space="preserve">
<value>Salvar</value>
</data>
<data name="tBProfile.Text" xml:space="preserve">
<value>&lt;Escreva Novo Nome Aqui&gt;</value>
</data>
</root>

View File

@ -146,8 +146,8 @@
<data name="&gt;&gt;btnSave.Type" xml:space="preserve"> <data name="&gt;&gt;btnSave.Type" xml:space="preserve">
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> <value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data> </data>
<data name="btnCancel.Size" type="System.Drawing.Size, System.Drawing"> <data name="&gt;&gt;$this.Name" xml:space="preserve">
<value>75, 23</value> <value>DuplicateForm</value>
</data> </data>
<data name="btnSave.Text" xml:space="preserve"> <data name="btnSave.Text" xml:space="preserve">
<value>Save</value> <value>Save</value>
@ -162,6 +162,12 @@
<data name="&gt;&gt;btnCancel.Type" xml:space="preserve"> <data name="&gt;&gt;btnCancel.Type" xml:space="preserve">
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> <value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data> </data>
<data name="btnCancel.Size" type="System.Drawing.Size, System.Drawing">
<value>75, 23</value>
</data>
<data name="btnCancel.TabIndex" type="System.Int32, mscorlib">
<value>240</value>
</data>
<data name="tBProfile.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms"> <data name="tBProfile.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Top</value> <value>Top</value>
</data> </data>
@ -177,14 +183,11 @@
<data name="&gt;&gt;btnCancel.ZOrder" xml:space="preserve"> <data name="&gt;&gt;btnCancel.ZOrder" xml:space="preserve">
<value>0</value> <value>0</value>
</data> </data>
<data name="&gt;&gt;$this.Name" xml:space="preserve">
<value>MessageTextBox</value>
</data>
<data name="&gt;&gt;btnCancel.Name" xml:space="preserve"> <data name="&gt;&gt;btnCancel.Name" xml:space="preserve">
<value>btnCancel</value> <value>btnCancel</value>
</data> </data>
<data name="btnCancel.TabIndex" type="System.Int32, mscorlib"> <data name="&gt;&gt;btnCancel.Parent" xml:space="preserve">
<value>240</value> <value>$this</value>
</data> </data>
<data name="&gt;&gt;btnSave.Parent" xml:space="preserve"> <data name="&gt;&gt;btnSave.Parent" xml:space="preserve">
<value>$this</value> <value>$this</value>
@ -192,9 +195,6 @@
<data name="btnCancel.Text" xml:space="preserve"> <data name="btnCancel.Text" xml:space="preserve">
<value>Cancel</value> <value>Cancel</value>
</data> </data>
<data name="&gt;&gt;btnCancel.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;btnSave.ZOrder" xml:space="preserve"> <data name="&gt;&gt;btnSave.ZOrder" xml:space="preserve">
<value>2</value> <value>2</value>
</data> </data>
@ -223,6 +223,6 @@
<value>True</value> <value>True</value>
</metadata> </metadata>
<metadata name="$this.Language" type="System.Globalization.CultureInfo, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> <metadata name="$this.Language" type="System.Globalization.CultureInfo, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>es</value> <value>pt-BR</value>
</metadata> </metadata>
</root> </root>

View File

@ -120,28 +120,98 @@
<data name="btnDone.Text" xml:space="preserve"> <data name="btnDone.Text" xml:space="preserve">
<value>Hecho</value> <value>Hecho</value>
</data> </data>
<data name="label1.Text" xml:space="preserve"> <assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<value>Tocar Touchpad + PS</value> <data name="label2.Size" type="System.Drawing.Size, System.Drawing">
</data> <value>122, 13</value>
<data name="label14.Text" xml:space="preserve">
<value>Desconectar Controlador (Solo Bluetooth)</value>
</data>
<data name="label15.Text" xml:space="preserve">
<value>PS + Options o mantener PS por 10 segundos</value>
</data> </data>
<data name="label2.Text" xml:space="preserve"> <data name="label2.Text" xml:space="preserve">
<value>Creditos/Codigo Fuente:</value> <value>Creditos/Codigo Fuente:</value>
</data> </data>
<data name="label25.Text" xml:space="preserve"> <data name="label27.Location" type="System.Drawing.Point, System.Drawing">
<value>Macro</value> <value>233, 263</value>
</data>
<data name="label29.Location" type="System.Drawing.Point, System.Drawing">
<value>233, 301</value>
</data>
<data name="label28.Location" type="System.Drawing.Point, System.Drawing">
<value>233, 282</value>
</data>
<data name="label14.Location" type="System.Drawing.Point, System.Drawing">
<value>233, 108</value>
</data>
<data name="label14.Size" type="System.Drawing.Size, System.Drawing">
<value>203, 13</value>
</data>
<data name="label14.Text" xml:space="preserve">
<value>Desconectar Controlador (Solo Bluetooth)</value>
</data>
<data name="label8.Location" type="System.Drawing.Point, System.Drawing">
<value>233, 146</value>
</data>
<data name="label16.Location" type="System.Drawing.Point, System.Drawing">
<value>233, 89</value>
</data>
<data name="label15.Size" type="System.Drawing.Size, System.Drawing">
<value>224, 13</value>
</data>
<data name="label15.Text" xml:space="preserve">
<value>PS + Options o mantener PS por 10 segundos</value>
</data>
<data name="label7.Location" type="System.Drawing.Point, System.Drawing">
<value>233, 184</value>
</data>
<data name="label12.Location" type="System.Drawing.Point, System.Drawing">
<value>233, 70</value>
</data>
<data name="label9.Location" type="System.Drawing.Point, System.Drawing">
<value>233, 165</value>
</data>
<data name="label11.Location" type="System.Drawing.Point, System.Drawing">
<value>233, 51</value>
</data>
<data name="label6.Location" type="System.Drawing.Point, System.Drawing">
<value>233, 32</value>
</data>
<data name="label5.Location" type="System.Drawing.Point, System.Drawing">
<value>233, 127</value>
</data>
<data name="label1.Size" type="System.Drawing.Size, System.Drawing">
<value>113, 13</value>
</data>
<data name="label1.Text" xml:space="preserve">
<value>Tocar Touchpad + PS</value>
</data>
<data name="label22.Location" type="System.Drawing.Point, System.Drawing">
<value>233, 203</value>
</data>
<data name="tableLayoutPanel1.Size" type="System.Drawing.Size, System.Drawing">
<value>560, 318</value>
</data>
<data name="label30.Size" type="System.Drawing.Size, System.Drawing">
<value>122, 13</value>
</data> </data>
<data name="label30.Text" xml:space="preserve"> <data name="label30.Text" xml:space="preserve">
<value>Ocultar Controlador DS4</value> <value>Ocultar Controlador DS4</value>
</data> </data>
<data name="linkDonate.Text" xml:space="preserve"> <data name="label31.Location" type="System.Drawing.Point, System.Drawing">
<value>Donar via Paypal</value> <value>233, 3</value>
</data>
<data name="label33.Location" type="System.Drawing.Point, System.Drawing">
<value>233, 225</value>
</data>
<data name="lLChangelog.Size" type="System.Drawing.Size, System.Drawing">
<value>103, 13</value>
</data> </data>
<data name="lLChangelog.Text" xml:space="preserve"> <data name="lLChangelog.Text" xml:space="preserve">
<value>Registro de cambios</value> <value>Registro de cambios</value>
</data> </data>
<data name="linkDonate.Size" type="System.Drawing.Size, System.Drawing">
<value>88, 13</value>
</data>
<data name="linkDonate.Text" xml:space="preserve">
<value>Donar via Paypal</value>
</data>
<data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
<value>571, 434</value>
</data>
</root> </root>

434
DS4Tool/Hotkeys.pt-BR.resx Normal file
View File

@ -0,0 +1,434 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="btnDone.Location" type="System.Drawing.Point, System.Drawing">
<value>265, 474</value>
</data>
<data name="btnDone.Text" xml:space="preserve">
<value>Pronto</value>
</data>
<data name="linkElectro.Location" type="System.Drawing.Point, System.Drawing">
<value>322, 449</value>
</data>
<data name="linkJays2Kings.Location" type="System.Drawing.Point, System.Drawing">
<value>67, 449</value>
</data>
<data name="label2.Location" type="System.Drawing.Point, System.Drawing">
<value>253, 427</value>
</data>
<data name="label2.Size" type="System.Drawing.Size, System.Drawing">
<value>116, 13</value>
</data>
<data name="label2.Text" xml:space="preserve">
<value>Creditos/Codigo Fonte:</value>
</data>
<data name="lbAbout.Size" type="System.Drawing.Size, System.Drawing">
<value>631, 19</value>
</data>
<data name="lbAbout.Text" xml:space="preserve">
<value>DS4Windows - Jays2Kings Construir (Versão</value>
</data>
<data name="linkInhexSTER.Location" type="System.Drawing.Point, System.Drawing">
<value>145, 449</value>
</data>
<data name="linkJhebbel.Location" type="System.Drawing.Point, System.Drawing">
<value>479, 449</value>
</data>
<data name="label23.Location" type="System.Drawing.Point, System.Drawing">
<value>6, 419</value>
</data>
<data name="label23.Size" type="System.Drawing.Size, System.Drawing">
<value>63, 13</value>
</data>
<data name="label23.Text" xml:space="preserve">
<value>*Se Ativado</value>
</data>
<data name="label26.Location" type="System.Drawing.Point, System.Drawing">
<value>3, 363</value>
</data>
<data name="label26.Size" type="System.Drawing.Size, System.Drawing">
<value>83, 13</value>
</data>
<data name="label26.Text" xml:space="preserve">
<value>Scanear Codigo</value>
</data>
<data name="label27.Location" type="System.Drawing.Point, System.Drawing">
<value>252, 308</value>
</data>
<data name="label27.Size" type="System.Drawing.Size, System.Drawing">
<value>225, 26</value>
</data>
<data name="label27.Text" xml:space="preserve">
<value>A chave permanecerá em um estado
"pressionado" até ser pressionado novamente</value>
</data>
<data name="label25.Location" type="System.Drawing.Point, System.Drawing">
<value>3, 338</value>
</data>
<data name="label29.Location" type="System.Drawing.Point, System.Drawing">
<value>252, 356</value>
</data>
<data name="label29.Size" type="System.Drawing.Size, System.Drawing">
<value>235, 26</value>
</data>
<data name="label29.Text" xml:space="preserve">
<value>As chaves são interpretados de forma diferente.
Podem ser necessários para determinados jogos</value>
</data>
<data name="label28.Location" type="System.Drawing.Point, System.Drawing">
<value>252, 338</value>
</data>
<data name="label28.Size" type="System.Drawing.Size, System.Drawing">
<value>194, 13</value>
</data>
<data name="label28.Text" xml:space="preserve">
<value>Atribuir várias chaves para uma entrada</value>
</data>
<data name="label14.Location" type="System.Drawing.Point, System.Drawing">
<value>252, 124</value>
</data>
<data name="label14.Size" type="System.Drawing.Size, System.Drawing">
<value>206, 13</value>
</data>
<data name="label14.Text" xml:space="preserve">
<value>Desconectar Controle ( Apenas Bluetooth)</value>
</data>
<data name="label8.Location" type="System.Drawing.Point, System.Drawing">
<value>252, 170</value>
</data>
<data name="label8.Size" type="System.Drawing.Size, System.Drawing">
<value>244, 26</value>
</data>
<data name="label8.Text" xml:space="preserve">
<value>Botão direito do mouse (o melhor utilizada quando
o lado direito é usado como um botão do mouse)</value>
</data>
<data name="label16.Location" type="System.Drawing.Point, System.Drawing">
<value>252, 101</value>
</data>
<data name="label15.Location" type="System.Drawing.Point, System.Drawing">
<value>3, 124</value>
</data>
<data name="label15.Size" type="System.Drawing.Size, System.Drawing">
<value>243, 13</value>
</data>
<data name="label15.Text" xml:space="preserve">
<value>Opções PS + ou segurar PS durante 10 segundos</value>
</data>
<data name="label4.Location" type="System.Drawing.Point, System.Drawing">
<value>3, 170</value>
</data>
<data name="label4.Size" type="System.Drawing.Size, System.Drawing">
<value>185, 13</value>
</data>
<data name="label4.Text" xml:space="preserve">
<value>Clique direito no Canto Superio Direito</value>
</data>
<data name="label7.Location" type="System.Drawing.Point, System.Drawing">
<value>252, 219</value>
</data>
<data name="label7.Size" type="System.Drawing.Size, System.Drawing">
<value>123, 13</value>
</data>
<data name="label7.Text" xml:space="preserve">
<value>Arrastar com o Esquerdo</value>
</data>
<data name="label21.Location" type="System.Drawing.Point, System.Drawing">
<value>3, 101</value>
</data>
<data name="label21.Size" type="System.Drawing.Size, System.Drawing">
<value>189, 13</value>
</data>
<data name="label21.Text" xml:space="preserve">
<value>Clique na Parte Superiro do TouchPad</value>
</data>
<data name="label13.Location" type="System.Drawing.Point, System.Drawing">
<value>3, 290</value>
</data>
<data name="label13.Size" type="System.Drawing.Size, System.Drawing">
<value>173, 13</value>
</data>
<data name="label13.Text" xml:space="preserve">
<value>Quando Mapear Teclado e Mouse:</value>
</data>
<data name="label3.Location" type="System.Drawing.Point, System.Drawing">
<value>3, 219</value>
</data>
<data name="label3.Size" type="System.Drawing.Size, System.Drawing">
<value>145, 13</value>
</data>
<data name="label3.Text" xml:space="preserve">
<value>Toque e Segure o touchpad*</value>
</data>
<data name="label12.Location" type="System.Drawing.Point, System.Drawing">
<value>252, 78</value>
</data>
<data name="label9.Location" type="System.Drawing.Point, System.Drawing">
<value>252, 200</value>
</data>
<data name="label9.Size" type="System.Drawing.Size, System.Drawing">
<value>86, 13</value>
</data>
<data name="label9.Text" xml:space="preserve">
<value>Lista Cima/Baixo</value>
</data>
<data name="label19.Location" type="System.Drawing.Point, System.Drawing">
<value>3, 78</value>
</data>
<data name="label19.Size" type="System.Drawing.Size, System.Drawing">
<value>170, 13</value>
</data>
<data name="label19.Text" xml:space="preserve">
<value>Clique no TouchPad com 2 Dedos</value>
</data>
<data name="label10.Location" type="System.Drawing.Point, System.Drawing">
<value>3, 200</value>
</data>
<data name="label10.Size" type="System.Drawing.Size, System.Drawing">
<value>211, 13</value>
</data>
<data name="label10.Text" xml:space="preserve">
<value>Dois Dedos Para Cima/Baixo no touchpad*</value>
</data>
<data name="label11.Location" type="System.Drawing.Point, System.Drawing">
<value>252, 55</value>
</data>
<data name="label18.Location" type="System.Drawing.Point, System.Drawing">
<value>3, 55</value>
</data>
<data name="label18.Size" type="System.Drawing.Size, System.Drawing">
<value>130, 13</value>
</data>
<data name="label18.Text" xml:space="preserve">
<value>Clique direito do touchpad</value>
</data>
<data name="label6.Location" type="System.Drawing.Point, System.Drawing">
<value>252, 32</value>
</data>
<data name="label6.Size" type="System.Drawing.Size, System.Drawing">
<value>86, 13</value>
</data>
<data name="label6.Text" xml:space="preserve">
<value>Toque Esquerdo</value>
</data>
<data name="label5.Location" type="System.Drawing.Point, System.Drawing">
<value>252, 147</value>
</data>
<data name="label5.Size" type="System.Drawing.Size, System.Drawing">
<value>272, 13</value>
</data>
<data name="label5.Text" xml:space="preserve">
<value>Desligue movimento touchpad (clicando ainda funciona)</value>
</data>
<data name="label17.Size" type="System.Drawing.Size, System.Drawing">
<value>146, 13</value>
</data>
<data name="label17.Text" xml:space="preserve">
<value>Clique esquerdo do touchpad</value>
</data>
<data name="label1.Location" type="System.Drawing.Point, System.Drawing">
<value>3, 147</value>
</data>
<data name="label1.Text" xml:space="preserve">
<value>Toque Touchpad + PS</value>
</data>
<data name="label22.Location" type="System.Drawing.Point, System.Drawing">
<value>252, 239</value>
</data>
<data name="label22.Size" type="System.Drawing.Size, System.Drawing">
<value>76, 13</value>
</data>
<data name="label22.Text" xml:space="preserve">
<value>Clico De Perfis</value>
</data>
<data name="label20.Location" type="System.Drawing.Point, System.Drawing">
<value>3, 239</value>
</data>
<data name="label20.Size" type="System.Drawing.Size, System.Drawing">
<value>218, 13</value>
</data>
<data name="label20.Text" xml:space="preserve">
<value>2 Dedos Para TouchPad Direito ou Esquerto</value>
</data>
<data name="label24.Location" type="System.Drawing.Point, System.Drawing">
<value>3, 315</value>
</data>
<data name="label24.Size" type="System.Drawing.Size, System.Drawing">
<value>43, 13</value>
</data>
<data name="label24.Text" xml:space="preserve">
<value>Alternar</value>
</data>
<data name="label30.Size" type="System.Drawing.Size, System.Drawing">
<value>118, 13</value>
</data>
<data name="label30.Text" xml:space="preserve">
<value>Esconder Controle DS4</value>
</data>
<data name="label31.Location" type="System.Drawing.Point, System.Drawing">
<value>252, 3</value>
</data>
<data name="label31.Size" type="System.Drawing.Size, System.Drawing">
<value>373, 26</value>
</data>
<data name="label31.Text" xml:space="preserve">
<value>Esconde entrada regular do DS4 (DINPUT) de outros programas
verifique se você está recebendo dupla entrada em jogos ou R2 pausa jogos </value>
</data>
<data name="label32.Location" type="System.Drawing.Point, System.Drawing">
<value>3, 267</value>
</data>
<data name="label32.Size" type="System.Drawing.Size, System.Drawing">
<value>62, 13</value>
</data>
<data name="label32.Text" xml:space="preserve">
<value>Modificador</value>
</data>
<data name="label33.Location" type="System.Drawing.Point, System.Drawing">
<value>252, 267</value>
</data>
<data name="label33.Size" type="System.Drawing.Size, System.Drawing">
<value>287, 13</value>
</data>
<data name="label33.Text" xml:space="preserve">
<value>Segure uma ação para usar um outro conjunto de controles</value>
</data>
<data name="tableLayoutPanel1.Size" type="System.Drawing.Size, System.Drawing">
<value>631, 385</value>
</data>
<data name="lLChangelog.Size" type="System.Drawing.Size, System.Drawing">
<value>114, 13</value>
</data>
<data name="lLChangelog.Text" xml:space="preserve">
<value>Registro de Alterações</value>
</data>
<data name="linkDonate.Location" type="System.Drawing.Point, System.Drawing">
<value>545, 9</value>
</data>
<data name="linkDonate.Size" type="System.Drawing.Size, System.Drawing">
<value>83, 13</value>
</data>
<data name="linkDonate.Text" xml:space="preserve">
<value>Doar Via Paypal</value>
</data>
<data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
<value>638, 501</value>
</data>
</root>

File diff suppressed because it is too large Load Diff

View File

@ -229,8 +229,8 @@
// //
// pBMouse // pBMouse
// //
this.pBMouse.Image = global::DS4Windows.Properties.Resources.mouse;
resources.ApplyResources(this.pBMouse, "pBMouse"); resources.ApplyResources(this.pBMouse, "pBMouse");
this.pBMouse.Image = global::DS4Windows.Properties.Resources.mouse;
this.pBMouse.Name = "pBMouse"; this.pBMouse.Name = "pBMouse";
this.pBMouse.TabStop = false; this.pBMouse.TabStop = false;
// //
@ -1070,8 +1070,8 @@
// //
// bnColor // bnColor
// //
this.bnColor.BackColor = System.Drawing.Color.White;
resources.ApplyResources(this.bnColor, "bnColor"); resources.ApplyResources(this.bnColor, "bnColor");
this.bnColor.BackColor = System.Drawing.Color.White;
this.bnColor.Name = "bnColor"; this.bnColor.Name = "bnColor";
this.bnColor.UseVisualStyleBackColor = false; this.bnColor.UseVisualStyleBackColor = false;
this.bnColor.Click += new System.EventHandler(this.bnColor_Click); this.bnColor.Click += new System.EventHandler(this.bnColor_Click);
@ -1123,8 +1123,8 @@
// //
// button3 // button3
// //
this.button3.Image = global::DS4Windows.Properties.Resources.A;
resources.ApplyResources(this.button3, "button3"); resources.ApplyResources(this.button3, "button3");
this.button3.Image = global::DS4Windows.Properties.Resources.A;
this.button3.Name = "button3"; this.button3.Name = "button3";
this.button3.TabStop = false; this.button3.TabStop = false;
this.button3.Tag = "X360A Button"; this.button3.Tag = "X360A Button";
@ -1156,8 +1156,8 @@
// //
// button22 // button22
// //
this.button22.Image = global::DS4Windows.Properties.Resources.START;
resources.ApplyResources(this.button22, "button22"); resources.ApplyResources(this.button22, "button22");
this.button22.Image = global::DS4Windows.Properties.Resources.START;
this.button22.Name = "button22"; this.button22.Name = "button22";
this.button22.TabStop = false; this.button22.TabStop = false;
this.button22.Tag = "X360Start"; this.button22.Tag = "X360Start";
@ -1173,8 +1173,8 @@
// //
// button23 // button23
// //
this.button23.Image = global::DS4Windows.Properties.Resources.BACK;
resources.ApplyResources(this.button23, "button23"); resources.ApplyResources(this.button23, "button23");
this.button23.Image = global::DS4Windows.Properties.Resources.BACK;
this.button23.Name = "button23"; this.button23.Name = "button23";
this.button23.TabStop = false; this.button23.TabStop = false;
this.button23.Tag = "X360Back"; this.button23.Tag = "X360Back";
@ -1190,8 +1190,8 @@
// //
// button8 // button8
// //
this.button8.Image = global::DS4Windows.Properties.Resources.B;
resources.ApplyResources(this.button8, "button8"); resources.ApplyResources(this.button8, "button8");
this.button8.Image = global::DS4Windows.Properties.Resources.B;
this.button8.Name = "button8"; this.button8.Name = "button8";
this.button8.TabStop = false; this.button8.TabStop = false;
this.button8.Tag = "X360B Button"; this.button8.Tag = "X360B Button";
@ -1207,8 +1207,8 @@
// //
// button9 // button9
// //
this.button9.Image = global::DS4Windows.Properties.Resources.X;
resources.ApplyResources(this.button9, "button9"); resources.ApplyResources(this.button9, "button9");
this.button9.Image = global::DS4Windows.Properties.Resources.X;
this.button9.Name = "button9"; this.button9.Name = "button9";
this.button9.TabStop = false; this.button9.TabStop = false;
this.button9.Tag = "X360X Button"; this.button9.Tag = "X360X Button";
@ -1224,8 +1224,8 @@
// //
// button10 // button10
// //
this.button10.Image = global::DS4Windows.Properties.Resources.Y;
resources.ApplyResources(this.button10, "button10"); resources.ApplyResources(this.button10, "button10");
this.button10.Image = global::DS4Windows.Properties.Resources.Y;
this.button10.Name = "button10"; this.button10.Name = "button10";
this.button10.TabStop = false; this.button10.TabStop = false;
this.button10.Tag = "X360Y Button"; this.button10.Tag = "X360Y Button";
@ -1241,8 +1241,8 @@
// //
// button11 // button11
// //
this.button11.Image = global::DS4Windows.Properties.Resources.LB;
resources.ApplyResources(this.button11, "button11"); resources.ApplyResources(this.button11, "button11");
this.button11.Image = global::DS4Windows.Properties.Resources.LB;
this.button11.Name = "button11"; this.button11.Name = "button11";
this.button11.TabStop = false; this.button11.TabStop = false;
this.button11.Tag = "X360Left Bumper"; this.button11.Tag = "X360Left Bumper";
@ -1258,8 +1258,8 @@
// //
// button17 // button17
// //
this.button17.Image = global::DS4Windows.Properties.Resources.RIGHT;
resources.ApplyResources(this.button17, "button17"); resources.ApplyResources(this.button17, "button17");
this.button17.Image = global::DS4Windows.Properties.Resources.RIGHT;
this.button17.Name = "button17"; this.button17.Name = "button17";
this.button17.TabStop = false; this.button17.TabStop = false;
this.button17.Tag = "X360Right Button"; this.button17.Tag = "X360Right Button";
@ -1275,8 +1275,8 @@
// //
// button18 // button18
// //
this.button18.Image = global::DS4Windows.Properties.Resources.UP;
resources.ApplyResources(this.button18, "button18"); resources.ApplyResources(this.button18, "button18");
this.button18.Image = global::DS4Windows.Properties.Resources.UP;
this.button18.Name = "button18"; this.button18.Name = "button18";
this.button18.TabStop = false; this.button18.TabStop = false;
this.button18.Tag = "X360Up Button"; this.button18.Tag = "X360Up Button";
@ -1292,8 +1292,8 @@
// //
// button20 // button20
// //
this.button20.Image = global::DS4Windows.Properties.Resources.DOWN;
resources.ApplyResources(this.button20, "button20"); resources.ApplyResources(this.button20, "button20");
this.button20.Image = global::DS4Windows.Properties.Resources.DOWN;
this.button20.Name = "button20"; this.button20.Name = "button20";
this.button20.TabStop = false; this.button20.TabStop = false;
this.button20.Tag = "X360Down Button"; this.button20.Tag = "X360Down Button";
@ -1309,8 +1309,8 @@
// //
// button19 // button19
// //
this.button19.Image = global::DS4Windows.Properties.Resources.LEFT;
resources.ApplyResources(this.button19, "button19"); resources.ApplyResources(this.button19, "button19");
this.button19.Image = global::DS4Windows.Properties.Resources.LEFT;
this.button19.Name = "button19"; this.button19.Name = "button19";
this.button19.TabStop = false; this.button19.TabStop = false;
this.button19.Tag = "X360Left Button"; this.button19.Tag = "X360Left Button";
@ -1326,8 +1326,8 @@
// //
// button13 // button13
// //
this.button13.Image = global::DS4Windows.Properties.Resources.LT;
resources.ApplyResources(this.button13, "button13"); resources.ApplyResources(this.button13, "button13");
this.button13.Image = global::DS4Windows.Properties.Resources.LT;
this.button13.Name = "button13"; this.button13.Name = "button13";
this.button13.TabStop = false; this.button13.TabStop = false;
this.button13.Tag = "X360Left Trigger"; this.button13.Tag = "X360Left Trigger";
@ -1398,8 +1398,8 @@
// //
// btnRSL // btnRSL
// //
this.btnRSL.Image = global::DS4Windows.Properties.Resources.RSL;
resources.ApplyResources(this.btnRSL, "btnRSL"); resources.ApplyResources(this.btnRSL, "btnRSL");
this.btnRSL.Image = global::DS4Windows.Properties.Resources.RSL;
this.btnRSL.Name = "btnRSL"; this.btnRSL.Name = "btnRSL";
this.btnRSL.TabStop = false; this.btnRSL.TabStop = false;
this.btnRSL.Tag = "X360Right X-Axis-"; this.btnRSL.Tag = "X360Right X-Axis-";
@ -1415,8 +1415,8 @@
// //
// btnRSD // btnRSD
// //
this.btnRSD.Image = global::DS4Windows.Properties.Resources.RSD;
resources.ApplyResources(this.btnRSD, "btnRSD"); resources.ApplyResources(this.btnRSD, "btnRSD");
this.btnRSD.Image = global::DS4Windows.Properties.Resources.RSD;
this.btnRSD.Name = "btnRSD"; this.btnRSD.Name = "btnRSD";
this.btnRSD.TabStop = false; this.btnRSD.TabStop = false;
this.btnRSD.Tag = "X360Right Y-Axis+"; this.btnRSD.Tag = "X360Right Y-Axis+";
@ -1432,8 +1432,8 @@
// //
// btnRSR // btnRSR
// //
this.btnRSR.Image = global::DS4Windows.Properties.Resources.RSR;
resources.ApplyResources(this.btnRSR, "btnRSR"); resources.ApplyResources(this.btnRSR, "btnRSR");
this.btnRSR.Image = global::DS4Windows.Properties.Resources.RSR;
this.btnRSR.Name = "btnRSR"; this.btnRSR.Name = "btnRSR";
this.btnRSR.TabStop = false; this.btnRSR.TabStop = false;
this.btnRSR.Tag = "X360Right X-Axis+"; this.btnRSR.Tag = "X360Right X-Axis+";
@ -1449,8 +1449,8 @@
// //
// btnRB // btnRB
// //
this.btnRB.Image = global::DS4Windows.Properties.Resources.RB;
resources.ApplyResources(this.btnRB, "btnRB"); resources.ApplyResources(this.btnRB, "btnRB");
this.btnRB.Image = global::DS4Windows.Properties.Resources.RB;
this.btnRB.Name = "btnRB"; this.btnRB.Name = "btnRB";
this.btnRB.TabStop = false; this.btnRB.TabStop = false;
this.btnRB.Tag = "X360Right Bumper"; this.btnRB.Tag = "X360Right Bumper";
@ -1466,8 +1466,8 @@
// //
// btnLSL // btnLSL
// //
this.btnLSL.Image = global::DS4Windows.Properties.Resources.LSL;
resources.ApplyResources(this.btnLSL, "btnLSL"); resources.ApplyResources(this.btnLSL, "btnLSL");
this.btnLSL.Image = global::DS4Windows.Properties.Resources.LSL;
this.btnLSL.Name = "btnLSL"; this.btnLSL.Name = "btnLSL";
this.btnLSL.TabStop = false; this.btnLSL.TabStop = false;
this.btnLSL.Tag = "X360Left X-Axis-"; this.btnLSL.Tag = "X360Left X-Axis-";
@ -1483,8 +1483,8 @@
// //
// btnRSU // btnRSU
// //
this.btnRSU.Image = global::DS4Windows.Properties.Resources.RSU;
resources.ApplyResources(this.btnRSU, "btnRSU"); resources.ApplyResources(this.btnRSU, "btnRSU");
this.btnRSU.Image = global::DS4Windows.Properties.Resources.RSU;
this.btnRSU.Name = "btnRSU"; this.btnRSU.Name = "btnRSU";
this.btnRSU.TabStop = false; this.btnRSU.TabStop = false;
this.btnRSU.Tag = "X360Right Y-Axis-"; this.btnRSU.Tag = "X360Right Y-Axis-";
@ -1500,8 +1500,8 @@
// //
// btnLSD // btnLSD
// //
this.btnLSD.Image = global::DS4Windows.Properties.Resources.LSD;
resources.ApplyResources(this.btnLSD, "btnLSD"); resources.ApplyResources(this.btnLSD, "btnLSD");
this.btnLSD.Image = global::DS4Windows.Properties.Resources.LSD;
this.btnLSD.Name = "btnLSD"; this.btnLSD.Name = "btnLSD";
this.btnLSD.TabStop = false; this.btnLSD.TabStop = false;
this.btnLSD.Tag = "X360Left Y-Axis+"; this.btnLSD.Tag = "X360Left Y-Axis+";
@ -1517,8 +1517,8 @@
// //
// button2 // button2
// //
this.button2.Image = global::DS4Windows.Properties.Resources.RT;
resources.ApplyResources(this.button2, "button2"); resources.ApplyResources(this.button2, "button2");
this.button2.Image = global::DS4Windows.Properties.Resources.RT;
this.button2.Name = "button2"; this.button2.Name = "button2";
this.button2.TabStop = false; this.button2.TabStop = false;
this.button2.Tag = "X360Right Trigger"; this.button2.Tag = "X360Right Trigger";
@ -1534,8 +1534,8 @@
// //
// btnLSR // btnLSR
// //
this.btnLSR.Image = global::DS4Windows.Properties.Resources.LSR;
resources.ApplyResources(this.btnLSR, "btnLSR"); resources.ApplyResources(this.btnLSR, "btnLSR");
this.btnLSR.Image = global::DS4Windows.Properties.Resources.LSR;
this.btnLSR.Name = "btnLSR"; this.btnLSR.Name = "btnLSR";
this.btnLSR.TabStop = false; this.btnLSR.TabStop = false;
this.btnLSR.Tag = "X360Left X-Axis+"; this.btnLSR.Tag = "X360Left X-Axis+";
@ -1551,8 +1551,8 @@
// //
// btnRS // btnRS
// //
this.btnRS.Image = global::DS4Windows.Properties.Resources.RS;
resources.ApplyResources(this.btnRS, "btnRS"); resources.ApplyResources(this.btnRS, "btnRS");
this.btnRS.Image = global::DS4Windows.Properties.Resources.RS;
this.btnRS.Name = "btnRS"; this.btnRS.Name = "btnRS";
this.btnRS.TabStop = false; this.btnRS.TabStop = false;
this.btnRS.Tag = "X360Right Stick"; this.btnRS.Tag = "X360Right Stick";
@ -1568,8 +1568,8 @@
// //
// btnLSU // btnLSU
// //
this.btnLSU.Image = global::DS4Windows.Properties.Resources.LSU;
resources.ApplyResources(this.btnLSU, "btnLSU"); resources.ApplyResources(this.btnLSU, "btnLSU");
this.btnLSU.Image = global::DS4Windows.Properties.Resources.LSU;
this.btnLSU.Name = "btnLSU"; this.btnLSU.Name = "btnLSU";
this.btnLSU.TabStop = false; this.btnLSU.TabStop = false;
this.btnLSU.Tag = "X360Left Y-Axis-"; this.btnLSU.Tag = "X360Left Y-Axis-";
@ -1577,8 +1577,8 @@
// //
// btnLS // btnLS
// //
this.btnLS.Image = global::DS4Windows.Properties.Resources.LS;
resources.ApplyResources(this.btnLS, "btnLS"); resources.ApplyResources(this.btnLS, "btnLS");
this.btnLS.Image = global::DS4Windows.Properties.Resources.LS;
this.btnLS.Name = "btnLS"; this.btnLS.Name = "btnLS";
this.btnLS.TabStop = false; this.btnLS.TabStop = false;
this.btnLS.Tag = "X360Left Stick"; this.btnLS.Tag = "X360Left Stick";
@ -1617,6 +1617,7 @@
// //
// gBExtras // gBExtras
// //
resources.ApplyResources(this.gBExtras, "gBExtras");
this.gBExtras.Controls.Add(this.cBMouse); this.gBExtras.Controls.Add(this.cBMouse);
this.gBExtras.Controls.Add(this.cBLightbar); this.gBExtras.Controls.Add(this.cBLightbar);
this.gBExtras.Controls.Add(this.lbRumble); this.gBExtras.Controls.Add(this.lbRumble);
@ -1638,7 +1639,7 @@
this.gBExtras.Controls.Add(this.lbBlue); this.gBExtras.Controls.Add(this.lbBlue);
this.gBExtras.Controls.Add(this.tBGreenBar); this.gBExtras.Controls.Add(this.tBGreenBar);
this.gBExtras.Controls.Add(this.tBRedBar); this.gBExtras.Controls.Add(this.tBRedBar);
resources.ApplyResources(this.gBExtras, "gBExtras"); this.gBExtras.Controls.Add(this.lBTip);
this.gBExtras.Name = "gBExtras"; this.gBExtras.Name = "gBExtras";
this.gBExtras.TabStop = false; this.gBExtras.TabStop = false;
// //
@ -1799,7 +1800,6 @@
this.Controls.Add(this.btnNUM8); this.Controls.Add(this.btnNUM8);
this.Controls.Add(this.btnD); this.Controls.Add(this.btnD);
this.Controls.Add(this.btnC); this.Controls.Add(this.btnC);
this.Controls.Add(this.lBTip);
this.Controls.Add(this.btnNUMSTAR); this.Controls.Add(this.btnNUMSTAR);
this.Controls.Add(this.btnF); this.Controls.Add(this.btnF);
this.Controls.Add(this.btnX); this.Controls.Add(this.btnX);

3732
DS4Tool/KBM360.pt-BR.resx Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1131,9 +1131,9 @@ namespace DS4Windows
else if (button.Tag is KeyValuePair<string, string>) else if (button.Tag is KeyValuePair<string, string>)
return ((KeyValuePair<string, string>)button.Tag).Key; return ((KeyValuePair<string, string>)button.Tag).Key;
else if (shift && extracontrol && !(regbutton.Tag is KeyValuePair<object, string>) else if (shift && extracontrol && !(regbutton.Tag is KeyValuePair<object, string>)
&& ((KeyValuePair<object, string>)button.Tag).Key == null) && (button.Tag == null ||((KeyValuePair<object, string>)button.Tag).Key == null))
return "Fall Back to " + UpdateRegButtonList(regbutton); return "Fall Back to " + UpdateRegButtonList(regbutton);
else if (shift && !extracontrol && ((KeyValuePair<object, string>)button.Tag).Key == null) else if (shift && !extracontrol && (button.Tag == null || ((KeyValuePair<object, string>)button.Tag).Key == null))
return "Fall Back to " + UpdateRegButtonList(regbutton); return "Fall Back to " + UpdateRegButtonList(regbutton);
else if (!shift && !extracontrol) else if (!shift && !extracontrol)
return defaults[button.Name]; return defaults[button.Name];

709
DS4Tool/Options.pt-BR.resx Normal file
View File

@ -0,0 +1,709 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="cBLightbyBattery.Size" type="System.Drawing.Size, System.Drawing">
<value>104, 17</value>
</data>
<data name="cBLightbyBattery.Text" xml:space="preserve">
<value>Cor de Bateria %</value>
</data>
<data name="lbspc.Size" type="System.Drawing.Size, System.Drawing">
<value>83, 13</value>
</data>
<data name="lbspc.Text" xml:space="preserve">
<value>Segundos/Ciclo</value>
</data>
<data name="cBDoubleTap.Location" type="System.Drawing.Point, System.Drawing">
<value>116, 50</value>
</data>
<data name="cBDoubleTap.Size" type="System.Drawing.Size, System.Drawing">
<value>88, 17</value>
</data>
<data name="cBDoubleTap.Text" xml:space="preserve">
<value>Toque Duplo</value>
</data>
<data name="cBTap.Size" type="System.Drawing.Size, System.Drawing">
<value>57, 17</value>
</data>
<data name="cBTap.Text" xml:space="preserve">
<value>Toque</value>
</data>
<data name="nUDTap.Location" type="System.Drawing.Point, System.Drawing">
<value>70, 49</value>
</data>
<data name="cBScroll.Location" type="System.Drawing.Point, System.Drawing">
<value>115, 20</value>
</data>
<data name="cBScroll.Size" type="System.Drawing.Size, System.Drawing">
<value>48, 17</value>
</data>
<data name="cBScroll.Text" xml:space="preserve">
<value>Lista</value>
</data>
<data name="cBSlide.Size" type="System.Drawing.Size, System.Drawing">
<value>63, 17</value>
</data>
<data name="cBSlide.Text" xml:space="preserve">
<value>Deslizar</value>
</data>
<data name="nUDScroll.Location" type="System.Drawing.Point, System.Drawing">
<value>174, 19</value>
</data>
<data name="nUDTouch.Location" type="System.Drawing.Point, System.Drawing">
<value>70, 19</value>
</data>
<data name="lbButtonMouseSens.Size" type="System.Drawing.Size, System.Drawing">
<value>122, 13</value>
</data>
<data name="lbButtonMouseSens.Text" xml:space="preserve">
<value>Sensibilidade do Mouse:</value>
</data>
<data name="cBlowerRCOn.Size" type="System.Drawing.Size, System.Drawing">
<value>118, 17</value>
</data>
<data name="cBlowerRCOn.Text" xml:space="preserve">
<value>Inferior Direito RMB</value>
</data>
<data name="cBTouchpadJitterCompensation.Size" type="System.Drawing.Size, System.Drawing">
<value>104, 17</value>
</data>
<data name="cBTouchpadJitterCompensation.Text" xml:space="preserve">
<value>Compensar Jitter</value>
</data>
<data name="lbIdleMinutes.Location" type="System.Drawing.Point, System.Drawing">
<value>206, 47</value>
</data>
<data name="lbIdleMinutes.Size" type="System.Drawing.Size, System.Drawing">
<value>44, 13</value>
</data>
<data name="lbIdleMinutes.Text" xml:space="preserve">
<value>Minutos</value>
</data>
<data name="nUDIdleDisconnect.Location" type="System.Drawing.Point, System.Drawing">
<value>152, 44</value>
</data>
<data name="cBFlushHIDQueue.Text" xml:space="preserve">
<value>Flush HID</value>
</data>
<data name="nUDRumbleBoost.Location" type="System.Drawing.Point, System.Drawing">
<value>10, 42</value>
</data>
<data name="btnRumbleHeavyTest.Location" type="System.Drawing.Point, System.Drawing">
<value>6, 15</value>
</data>
<data name="btnRumbleHeavyTest.Size" type="System.Drawing.Size, System.Drawing">
<value>141, 23</value>
</data>
<data name="btnRumbleHeavyTest.Text" xml:space="preserve">
<value>Testar Carregamento</value>
</data>
<data name="lbFull.Size" type="System.Drawing.Size, System.Drawing">
<value>54, 13</value>
</data>
<data name="lbFull.Text" xml:space="preserve">
<value>Completo:</value>
</data>
<data name="lbEmpty.Size" type="System.Drawing.Size, System.Drawing">
<value>36, 13</value>
</data>
<data name="lbEmpty.Text" xml:space="preserve">
<value>Vazio:</value>
</data>
<data name="numUDMouseSens.Location" type="System.Drawing.Point, System.Drawing">
<value>127, 15</value>
</data>
<data name="cbStartTouchpadOff.Location" type="System.Drawing.Point, System.Drawing">
<value>219, 20</value>
</data>
<data name="cbStartTouchpadOff.Size" type="System.Drawing.Size, System.Drawing">
<value>187, 17</value>
</data>
<data name="cbStartTouchpadOff.Text" xml:space="preserve">
<value>Iniciar com Deslizamento/Lista Off</value>
</data>
<data name="gBTouchpad.Text" xml:space="preserve">
<value>TouchPad</value>
</data>
<data name="cBTPforControls.Location" type="System.Drawing.Point, System.Drawing">
<value>272, 37</value>
</data>
<data name="cBTPforControls.Size" type="System.Drawing.Size, System.Drawing">
<value>158, 30</value>
</data>
<data name="cBTPforControls.Text" xml:space="preserve">
<value>Usar Toques do TouchPad
Para Controles</value>
</data>
<data name="cBDinput.Size" type="System.Drawing.Size, System.Drawing">
<value>121, 17</value>
</data>
<data name="cBDinput.Text" xml:space="preserve">
<value>Usar Apenas Dinput</value>
</data>
<data name="pBProgram.Location" type="System.Drawing.Point, System.Drawing">
<value>213, 96</value>
</data>
<data name="cBLaunchProgram.Size" type="System.Drawing.Size, System.Drawing">
<value>116, 30</value>
</data>
<data name="cBLaunchProgram.Text" xml:space="preserve">
<value>Executar Programa
Com Perfil</value>
</data>
<data name="btnBrowse.Location" type="System.Drawing.Point, System.Drawing">
<value>127, 98</value>
</data>
<data name="btnBrowse.Size" type="System.Drawing.Size, System.Drawing">
<value>80, 23</value>
</data>
<data name="btnBrowse.Text" xml:space="preserve">
<value>Procurando...</value>
</data>
<data name="lbUseController.Size" type="System.Drawing.Size, System.Drawing">
<value>71, 13</value>
</data>
<data name="lbUseController.Text" xml:space="preserve">
<value>Usar Controle</value>
</data>
<data name="cBMouseAccel.Location" type="System.Drawing.Point, System.Drawing">
<value>187, 16</value>
</data>
<data name="cBMouseAccel.Size" type="System.Drawing.Size, System.Drawing">
<value>130, 17</value>
</data>
<data name="cBMouseAccel.Text" xml:space="preserve">
<value>Aceleração de Mouse</value>
</data>
<data name="cBControllerInput.Size" type="System.Drawing.Size, System.Drawing">
<value>110, 17</value>
</data>
<data name="cBControllerInput.Text" xml:space="preserve">
<value>Para Mapear e ler</value>
</data>
<data name="cBIdleDisconnect.Size" type="System.Drawing.Size, System.Drawing">
<value>139, 17</value>
</data>
<data name="cBIdleDisconnect.Text" xml:space="preserve">
<value>Desconectar Se Ocioso</value>
</data>
<data name="gBOther.Text" xml:space="preserve">
<value>Outros</value>
</data>
<data name="cBShiftLight.Size" type="System.Drawing.Size, System.Drawing">
<value>165, 17</value>
</data>
<data name="cBShiftLight.Text" xml:space="preserve">
<value>Usar Outra Cor no Modo Shift</value>
</data>
<data name="lbShift.Location" type="System.Drawing.Point, System.Drawing">
<value>1, 32</value>
</data>
<data name="lbShift.Size" type="System.Drawing.Size, System.Drawing">
<value>78, 13</value>
</data>
<data name="lbShift.Text" xml:space="preserve">
<value>Deslocamento:</value>
</data>
<data name="lbShiftRed.Location" type="System.Drawing.Point, System.Drawing">
<value>80, 32</value>
</data>
<data name="lbShiftGreen.Location" type="System.Drawing.Point, System.Drawing">
<value>199, 32</value>
</data>
<data name="lbShiftBlue.Location" type="System.Drawing.Point, System.Drawing">
<value>315, 33</value>
</data>
<data name="tBShiftRedBar.Location" type="System.Drawing.Point, System.Drawing">
<value>96, 30</value>
</data>
<data name="tBShiftGreenBar.Location" type="System.Drawing.Point, System.Drawing">
<value>215, 30</value>
</data>
<data name="tBShiftBlueBar.Location" type="System.Drawing.Point, System.Drawing">
<value>332, 31</value>
</data>
<data name="rBColor.Size" type="System.Drawing.Size, System.Drawing">
<value>41, 17</value>
</data>
<data name="rBColor.Text" xml:space="preserve">
<value>Cor</value>
</data>
<data name="rBFade.Size" type="System.Drawing.Size, System.Drawing">
<value>140, 17</value>
</data>
<data name="rBFade.Text" xml:space="preserve">
<value>Desvanecer e Esgotado</value>
</data>
<data name="rBRainbow.Size" type="System.Drawing.Size, System.Drawing">
<value>47, 17</value>
</data>
<data name="rBRainbow.Text" xml:space="preserve">
<value>Arco</value>
</data>
<data name="lbWhileCharging.Size" type="System.Drawing.Size, System.Drawing">
<value>96, 13</value>
</data>
<data name="lbWhileCharging.Text" xml:space="preserve">
<value>Enquanto Carrega:</value>
</data>
<data name="lbFlashAt.Size" type="System.Drawing.Size, System.Drawing">
<value>32, 13</value>
</data>
<data name="lbFlashAt.Text" xml:space="preserve">
<value>Flash</value>
</data>
<data name="gBLightbar.Text" xml:space="preserve">
<value>Barra De Luz</value>
</data>
<data name="lbPercentRumble.Location" type="System.Drawing.Point, System.Drawing">
<value>58, 44</value>
</data>
<data name="btnRumbleLightTest.Text" xml:space="preserve">
<value>Testar Leve</value>
</data>
<data name="gBRumble.Text" xml:space="preserve">
<value>Vibrar</value>
</data>
<data name="pBDelayTracker.Location" type="System.Drawing.Point, System.Drawing">
<value>144, 11</value>
</data>
<data name="lbInputDelay.Size" type="System.Drawing.Size, System.Drawing">
<value>131, 13</value>
</data>
<data name="lbInputDelay.Text" xml:space="preserve">
<value>Atraso de Entrada: N/Ams</value>
</data>
<data name="lbSATip.Text" xml:space="preserve">
<value>Sixaxis: eixo X é invertida para facilitar a leitura</value>
</data>
<data name="pBSADeadzone.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
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
AElFTkSuQmCC
</value>
</data>
<data name="pBRSDeadzone.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
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
AElFTkSuQmCC
</value>
</data>
<data name="pBLSDeadzone.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
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
AElFTkSuQmCC
</value>
</data>
<data name="tPController.Text" xml:space="preserve">
<value>Lendo Controle</value>
</data>
<data name="cBShiftControl.Items" xml:space="preserve">
<value>(Nada)/Modo Shift</value>
</data>
<data name="lbHold.Location" type="System.Drawing.Point, System.Drawing">
<value>33, 6</value>
</data>
<data name="lbHold.Size" type="System.Drawing.Size, System.Drawing">
<value>44, 13</value>
</data>
<data name="lbHold.Text" xml:space="preserve">
<value>Segurar</value>
</data>
<data name="lbtoUse.Size" type="System.Drawing.Size, System.Drawing">
<value>122, 13</value>
</data>
<data name="lbtoUse.Text" xml:space="preserve">
<value>Para Usar Esse Controle</value>
</data>
<data name="btnShiftFullView.Text" xml:space="preserve">
<value>&lt;- Voltar a Visualização Completa</value>
</data>
<data name="tPShiftMod.Text" xml:space="preserve">
<value>Turno Modificador</value>
</data>
<data name="lbControlTip.Text" xml:space="preserve">
<value>Clique Numa Parte do Controle Para Mudar Ação
Clique Na Barra de Luz</value>
</data>
<data name="btnFullView.Text" xml:space="preserve">
<value>&lt;- Voltar a Visualização Completa</value>
</data>
<data name="tPControls.Text" xml:space="preserve">
<value>Controles</value>
</data>
<data name="cHName.Text" xml:space="preserve">
<value>Nome</value>
</data>
<data name="cHTrigger.Text" xml:space="preserve">
<value>Gatilho</value>
</data>
<data name="cHAction.Text" xml:space="preserve">
<value>Ação</value>
</data>
<data name="lbActionsTip.Text" xml:space="preserve">
<value>Segure controles selecionados para executar uma ação, verificar a ação de usá-lo, enquanto o perfil é carregado. Max 50 ações</value>
</data>
</root>

File diff suppressed because it is too large Load Diff

View File

@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.4.21")] [assembly: AssemblyVersion("1.4.212")]
[assembly: AssemblyFileVersion("1.4.21")] [assembly: AssemblyFileVersion("1.4.212")]

View File

@ -0,0 +1,432 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="ActionExists" xml:space="preserve">
<value>Ação Existente</value>
</data>
<data name="AddingToList" xml:space="preserve">
<value>Adicionar a Lista</value>
</data>
<data name="AddPrograms" xml:space="preserve">
<value>Adicionar a Programas</value>
</data>
<data name="AlwaysRainbow" xml:space="preserve">
<value>Modo Arco</value>
</data>
<data name="AssignProfile" xml:space="preserve">
<value>Configurar Controlador *number*</value>
</data>
<data name="Battery" xml:space="preserve">
<value>Bateria: *number*%</value>
</data>
<data name="BestUsedRightSide" xml:space="preserve">
<value>Usar Lado Direito na Função Mouse</value>
</data>
<data name="Browse" xml:space="preserve">
<value>Procurar</value>
</data>
<data name="CannotWriteHere" xml:space="preserve">
<value>Impossivel Copiar Para Local Atual. Copiar para AppData?</value>
</data>
<data name="Charged" xml:space="preserve">
<value>Carregar</value>
</data>
<data name="Charging" xml:space="preserve">
<value>Carregando: *number*%</value>
</data>
<data name="CloseMinimize" xml:space="preserve">
<value>Fechar DS4Windows Através do Ícone de Notificação</value>
</data>
<data name="Color" xml:space="preserve">
<value>Cor</value>
</data>
<data name="ColorByBattery" xml:space="preserve">
<value>Cor Para Bateria</value>
</data>
<data name="Connecting" xml:space="preserve">
<value>Conectando</value>
</data>
<data name="ContextEdit" xml:space="preserve">
<value>Editar Perfil do Controle*number*</value>
</data>
<data name="ContextNew" xml:space="preserve">
<value>Criar Perfil do Controle *number*</value>
</data>
<data name="ControllerWasRemoved" xml:space="preserve">
<value>Conexão do Controle *Mac address* Foi Perdida ou Removida</value>
</data>
<data name="CopyComplete" xml:space="preserve">
<value>Copia Completa, execute DS4 e Remova as Configurações do Diretorio</value>
</data>
<data name="CopyFullColor" xml:space="preserve">
<value>Clica Para Copiar Toda Cor</value>
</data>
<data name="CouldNotOpenDS4" xml:space="preserve">
<value>Atenção: Não Foi Possivel Conectar o Controle DS4 *Mac address*.</value>
</data>
<data name="Day" xml:space="preserve">
<value>Dia</value>
</data>
<data name="Days" xml:space="preserve">
<value>Dias</value>
</data>
<data name="DeleteProfile" xml:space="preserve">
<value>Apagar Perfil ?</value>
</data>
<data name="DimByBattery" xml:space="preserve">
<value>Bateria: Nivel %</value>
</data>
<data name="DinputOnly" xml:space="preserve">
<value>Desligue a Entrada X360 e Deixa Apenas o DS4, Função Esconder DS4 Deve Estar Ativa</value>
</data>
<data name="Disconnected" xml:space="preserve">
<value>Desconectado</value>
</data>
<data name="Downloading" xml:space="preserve">
<value>Baixando *number*%</value>
</data>
<data name="DownloadVersion" xml:space="preserve">
<value>Baixando Versão *number* Agora?</value>
</data>
<data name="DownText" xml:space="preserve">
<value>Para Baixo</value>
</data>
<data name="DS4Update" xml:space="preserve">
<value>Atualização Disponivel</value>
</data>
<data name="DS4WindowsCannotEditHere" xml:space="preserve">
<value>Impossivel Editar Configurações, Ira Fechar Agora</value>
</data>
<data name="EditProfile" xml:space="preserve">
<value>Editar</value>
</data>
<data name="FifthMouseDown" xml:space="preserve">
<value>5ª Mouse Com Botão Para Baixo</value>
</data>
<data name="FifthMouseUp" xml:space="preserve">
<value>5ª Mouse Com Botão Para Cima</value>
</data>
<data name="FlushHID" xml:space="preserve">
<value>Flush HID</value>
</data>
<data name="FoundController" xml:space="preserve">
<value>Controle Encontrado:</value>
</data>
<data name="FourthMouseDown" xml:space="preserve">
<value>4ª Mouse Com Botão Para Baixa</value>
</data>
<data name="FourthMouseUp" xml:space="preserve">
<value>4ª Mouse Com Botão Para Cima</value>
</data>
<data name="Full" xml:space="preserve">
<value>Completo</value>
</data>
<data name="Hour" xml:space="preserve">
<value>Hora</value>
</data>
<data name="Hours" xml:space="preserve">
<value>Horas</value>
</data>
<data name="IfRemovingDS4Windows" xml:space="preserve">
<value>Removendo DS4, Você Pode Deletar Configurações Usando o Seguinte Linl</value>
</data>
<data name="InputDelay" xml:space="preserve">
<value>Atraso De Entreda: *number**ms*</value>
</data>
<data name="InstallComplete" xml:space="preserve">
<value>Instalação Completa</value>
</data>
<data name="InstallDriver" xml:space="preserve">
<value>Instalar Driver Aqui</value>
</data>
<data name="Installing" xml:space="preserve">
<value>Instalando...</value>
</data>
<data name="KeepThisSize" xml:space="preserve">
<value>Manter Janela Ao Fechar</value>
</data>
<data name="LaunchProgram" xml:space="preserve">
<value>Executar *program*</value>
</data>
<data name="Loading" xml:space="preserve">
<value>Carregando...</value>
</data>
<data name="LoadProfile" xml:space="preserve">
<value>Carregar *profile*</value>
</data>
<data name="MakeNewProfile" xml:space="preserve">
<value>Criar Novo Perfil</value>
</data>
<data name="NA" xml:space="preserve">
<value>N/A</value>
</data>
<data name="New" xml:space="preserve">
<value>Novo</value>
</data>
<data name="NoMacroRecorded" xml:space="preserve">
<value>Nemhum Macro Gravado</value>
</data>
<data name="noneProfile" xml:space="preserve">
<value>Vazio</value>
</data>
<data name="NoneText" xml:space="preserve">
<value>Vazio</value>
</data>
<data name="NoProfileLoaded" xml:space="preserve">
<value>Nemhum Perfil Carregado</value>
</data>
<data name="NotValid" xml:space="preserve">
<value>Invalido</value>
</data>
<data name="OpeningInstaller" xml:space="preserve">
<value>Abrindo Instalação</value>
</data>
<data name="OpenScpDriver" xml:space="preserve">
<value>Por Favor Abrir ScpDriver.exe</value>
</data>
<data name="PleaseDownloadUpdater" xml:space="preserve">
<value>Faço o Download da Atualização, Coloque na Pasta Do Programa e Tente Novamente</value>
</data>
<data name="PleaseImport" xml:space="preserve">
<value>Por Favor Importar ou Criar um Perfil</value>
</data>
<data name="ProfileCannotRestore" xml:space="preserve">
<value>*Profile name* Não Pode Ser Restaurado.</value>
</data>
<data name="ProfileFolderMoved" xml:space="preserve">
<value>Pasta de Perfil Movida Para Pasta do Programa</value>
</data>
<data name="QuitOtherPrograms" xml:space="preserve">
<value>Você deve encerrar outras aplicações como o Steam, Uplay antes de ativar a opção "Ocultar DS4 Controller '."</value>
</data>
<data name="RecordText" xml:space="preserve">
<value>Gravar</value>
</data>
<data name="RightClickPresets" xml:space="preserve">
<value>Clique Direito Para Definir Controles Padrão</value>
</data>
<data name="SaveRecordedMacro" xml:space="preserve">
<value>Salvar Gravação de Macro?</value>
</data>
<data name="SearchingController" xml:space="preserve">
<value>Procurando Controles...</value>
</data>
<data name="SelectActionTitle" xml:space="preserve">
<value>Selecione Uma Ação Para *action*</value>
</data>
<data name="SetRegularTrigger" xml:space="preserve">
<value>Definir Gatilho Regular</value>
</data>
<data name="SetUnloadTrigger" xml:space="preserve">
<value>Definir Gatilho de Tiro</value>
</data>
<data name="Starting" xml:space="preserve">
<value>Iniciando</value>
</data>
<data name="StartText" xml:space="preserve">
<value>Iniciar</value>
</data>
<data name="Step1" xml:space="preserve">
<value>Passo 1: Instalar Driver DS4</value>
</data>
<data name="StopHText" xml:space="preserve">
<value>Para de Carregar</value>
</data>
<data name="StopLText" xml:space="preserve">
<value>Encerrar Leve</value>
</data>
<data name="StoppedDS4Windows" xml:space="preserve">
<value>DS4Windows Parou</value>
</data>
<data name="StoppingDS4" xml:space="preserve">
<value>Parando Controle DS4</value>
</data>
<data name="StoppingX360" xml:space="preserve">
<value>Parando Controle X360</value>
</data>
<data name="StopText" xml:space="preserve">
<value>Parar</value>
</data>
<data name="SwipeTouchpad" xml:space="preserve">
<value>Use o TouchPad para Mudar Perfis</value>
</data>
<data name="TapAndHold" xml:space="preserve">
<value>Toque e Segure Para Arrastar, Atraso Com um Unico Toque</value>
</data>
<data name="TestHText" xml:space="preserve">
<value>Testar Carregamento</value>
</data>
<data name="TestLText" xml:space="preserve">
<value>Testar Leve</value>
</data>
<data name="TiltDown" xml:space="preserve">
<value>Inclinar Para Baixo</value>
</data>
<data name="TiltLeft" xml:space="preserve">
<value>Inclinar Para Esquerda</value>
</data>
<data name="TiltRight" xml:space="preserve">
<value>Inclinar Para Direito</value>
</data>
<data name="TiltUp" xml:space="preserve">
<value>Inclinar Para Cima</value>
</data>
<data name="TouchpadMovementOff" xml:space="preserve">
<value>TouchPad Desligado</value>
</data>
<data name="TouchpadMovementOn" xml:space="preserve">
<value>TouchPad Ligado</value>
</data>
<data name="TwoFingerSwipe" xml:space="preserve">
<value>2 Dedos Para TouchPad, Toque Direito e Esquerdo</value>
</data>
<data name="TypeNewName" xml:space="preserve">
<value>Digitar Novo Nome Aqui</value>
</data>
<data name="TypeProfileName" xml:space="preserve">
<value>Digitar Nome de Perfil Aqui</value>
</data>
<data name="UpText" xml:space="preserve">
<value>Cima</value>
</data>
<data name="UpToDate" xml:space="preserve">
<value>Atualizando</value>
</data>
<data name="UseControllerForMapping" xml:space="preserve">
<value>Você Pode Usar o Controle Para Alterar Outros Controles</value>
</data>
<data name="UsingExclusive" xml:space="preserve">
<value>Usando Modo Exclusivo</value>
</data>
<data name="UsingProfile" xml:space="preserve">
<value>Controle *number* é Perfil Usado “*Profile name*"</value>
</data>
<data name="UsingShared" xml:space="preserve">
<value>Usando Modo Shared</value>
</data>
<data name="ValidName" xml:space="preserve">
<value>Por Favor Inserir Nome Valido</value>
</data>
<data name="WaitMS" xml:space="preserve">
<value>Espere *number**ms*</value>
</data>
<data name="WillKeep" xml:space="preserve">
<value>Manter</value>
</data>
</root>

View File

@ -0,0 +1,159 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="btn4th.Text" xml:space="preserve">
<value>4ª Mouse Com Botão Para Baixo</value>
</data>
<data name="btn5th.Text" xml:space="preserve">
<value>5ª Mouse Com Botão Para Baixo</value>
</data>
<data name="btnCancel.Text" xml:space="preserve">
<value>Cancelar</value>
</data>
<data name="btnLoadP.Text" xml:space="preserve">
<value>Carga Padrão</value>
</data>
<data name="btnRecord.Text" xml:space="preserve">
<value>Gravar</value>
</data>
<data name="btnSave.Text" xml:space="preserve">
<value>Salvar</value>
</data>
<data name="btnSaveP.Text" xml:space="preserve">
<value>Save Padrão</value>
</data>
<data name="cBRecordDelays.Text" xml:space="preserve">
<value>Gravar Atrasos</value>
</data>
<data name="cBStyle.Items" xml:space="preserve">
<value>Jogar Uma Vez</value>
</data>
<data name="cBStyle.Items1" xml:space="preserve">
<value>Repetir Enquanto Mantem</value>
</data>
<data name="lbDelayTip.Text" xml:space="preserve">
<value>Duplo Clique Para Mudar o Tempo</value>
</data>
<data name="lbMacroOrder.Text" xml:space="preserve">
<value>Ordem De Macro</value>
</data>
<data name="lbRecordTip.Text" xml:space="preserve">
<value>Usar Teclado/Mouse + Controle 1 para Gravar</value>
</data>
</root>

View File

@ -197,7 +197,7 @@
AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0 LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAAAQ ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAAAQ
CgAAAk1TRnQBSQFMAgEBAwEAAfABAAHwAQABEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo CgAAAk1TRnQBSQFMAgEBAwEAAfgBAAH4AQABEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
AwABQAMAARADAAEBAQABCAYAAQQYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA AwABQAMAARADAAEBAQABCAYAAQQYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA
AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5 AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5
AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA
@ -600,6 +600,9 @@
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> <metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value> <value>True</value>
</metadata> </metadata>
<metadata name="$this.Language" type="System.Globalization.CultureInfo, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>pt-BR</value>
</metadata>
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing"> <data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
<value>6, 13</value> <value>6, 13</value>
</data> </data>

View File

@ -117,9 +117,6 @@
<resheader name="writer"> <resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader> </resheader>
<data name="bnAppdataFolder.Text" xml:space="preserve">
<value>Appdata</value>
</data>
<data name="bnPrgmFolder.Text" xml:space="preserve"> <data name="bnPrgmFolder.Text" xml:space="preserve">
<value>Carpeta de Programa</value> <value>Carpeta de Programa</value>
</data> </data>

View File

@ -0,0 +1,155 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="label4.Text" xml:space="preserve">
<value>Para aqueles que preferem a Instalação regular as configurações salvas estão em % appdata% / ds4tool</value>
</data>
<data name="label3.Text" xml:space="preserve">
<value>Para aqueles que preferem um programa portátil Nota: esta opção não funciona se a pasta requisitar privilegios de administrador</value>
</data>
<data name="bnAppdataFolder.Text" xml:space="preserve">
<value>AppData</value>
</data>
<data name="bnPrgmFolder.Text" xml:space="preserve">
<value>Pasta do Programa</value>
</data>
<data name="lbPickWhere.Text" xml:space="preserve">
<value>Escolha Onde Você Quer Salvar os Perfis</value>
</data>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="lbMultiSaves.Size" type="System.Drawing.Size, System.Drawing">
<value>214, 13</value>
</data>
<data name="lbMultiSaves.Text" xml:space="preserve">
<value>Multiplos Localizações de Saves Detectado</value>
</data>
<data name="cBDeleteOther.Location" type="System.Drawing.Point, System.Drawing">
<value>253, 0</value>
</data>
<data name="cBDeleteOther.Size" type="System.Drawing.Size, System.Drawing">
<value>134, 30</value>
</data>
<data name="cBDeleteOther.Text" xml:space="preserve">
<value>Não apague as outras
definições ainda</value>
</data>
<data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
<value>389, 148</value>
</data>
</root>

View File

@ -331,6 +331,6 @@ other settings yet</value>
<value>True</value> <value>True</value>
</metadata> </metadata>
<metadata name="$this.Language" type="System.Globalization.CultureInfo, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> <metadata name="$this.Language" type="System.Globalization.CultureInfo, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>es</value> <value>pt-BR</value>
</metadata> </metadata>
</root> </root>

View File

@ -50,10 +50,10 @@
this.cHUnloadTrigger = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.cHUnloadTrigger = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.pnlProgram = new System.Windows.Forms.Panel(); this.pnlProgram = new System.Windows.Forms.Panel();
this.pnlMacro = new System.Windows.Forms.Panel(); this.pnlMacro = new System.Windows.Forms.Panel();
this.cBMacroScanCode = new System.Windows.Forms.CheckBox();
this.lbMacroRecorded = new System.Windows.Forms.Label(); this.lbMacroRecorded = new System.Windows.Forms.Label();
this.pnlProfile = new System.Windows.Forms.Panel(); this.pnlProfile = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label();
this.cBMacroScanCode = new System.Windows.Forms.CheckBox();
((System.ComponentModel.ISupportInitialize)(this.pBProgram)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pBProgram)).BeginInit();
this.pnlProgram.SuspendLayout(); this.pnlProgram.SuspendLayout();
this.pnlMacro.SuspendLayout(); this.pnlMacro.SuspendLayout();
@ -132,9 +132,9 @@
// //
// cBProfiles // cBProfiles
// //
resources.ApplyResources(this.cBProfiles, "cBProfiles");
this.cBProfiles.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cBProfiles.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cBProfiles.FormattingEnabled = true; this.cBProfiles.FormattingEnabled = true;
resources.ApplyResources(this.cBProfiles, "cBProfiles");
this.cBProfiles.Name = "cBProfiles"; this.cBProfiles.Name = "cBProfiles";
this.cBProfiles.SelectedIndexChanged += new System.EventHandler(this.lVUnloadTrigger_SelectedIndexChanged); this.cBProfiles.SelectedIndexChanged += new System.EventHandler(this.lVUnloadTrigger_SelectedIndexChanged);
// //
@ -165,6 +165,7 @@
// //
// cBActions // cBActions
// //
resources.ApplyResources(this.cBActions, "cBActions");
this.cBActions.Cursor = System.Windows.Forms.Cursors.Default; this.cBActions.Cursor = System.Windows.Forms.Cursors.Default;
this.cBActions.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cBActions.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cBActions.FormattingEnabled = true; this.cBActions.FormattingEnabled = true;
@ -173,10 +174,13 @@
resources.GetString("cBActions.Items1"), resources.GetString("cBActions.Items1"),
resources.GetString("cBActions.Items2"), resources.GetString("cBActions.Items2"),
resources.GetString("cBActions.Items3")}); resources.GetString("cBActions.Items3")});
resources.ApplyResources(this.cBActions, "cBActions");
this.cBActions.Name = "cBActions"; this.cBActions.Name = "cBActions";
this.cBActions.SelectedIndexChanged += new System.EventHandler(this.cBActions_SelectedIndexChanged); this.cBActions.SelectedIndexChanged += new System.EventHandler(this.cBActions_SelectedIndexChanged);
// //
// openFileDialog1
//
resources.ApplyResources(this.openFileDialog1, "openFileDialog1");
//
// imageList1 // imageList1
// //
this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit; this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
@ -267,20 +271,26 @@
// //
// pnlProgram // pnlProgram
// //
resources.ApplyResources(this.pnlProgram, "pnlProgram");
this.pnlProgram.Controls.Add(this.btnBrowse); this.pnlProgram.Controls.Add(this.btnBrowse);
this.pnlProgram.Controls.Add(this.lbProgram); this.pnlProgram.Controls.Add(this.lbProgram);
this.pnlProgram.Controls.Add(this.pBProgram); this.pnlProgram.Controls.Add(this.pBProgram);
resources.ApplyResources(this.pnlProgram, "pnlProgram");
this.pnlProgram.Name = "pnlProgram"; this.pnlProgram.Name = "pnlProgram";
// //
// pnlMacro // pnlMacro
// //
resources.ApplyResources(this.pnlMacro, "pnlMacro");
this.pnlMacro.Controls.Add(this.cBMacroScanCode); this.pnlMacro.Controls.Add(this.cBMacroScanCode);
this.pnlMacro.Controls.Add(this.btnRecordMacro); this.pnlMacro.Controls.Add(this.btnRecordMacro);
this.pnlMacro.Controls.Add(this.lbMacroRecorded); this.pnlMacro.Controls.Add(this.lbMacroRecorded);
resources.ApplyResources(this.pnlMacro, "pnlMacro");
this.pnlMacro.Name = "pnlMacro"; this.pnlMacro.Name = "pnlMacro";
// //
// cBMacroScanCode
//
resources.ApplyResources(this.cBMacroScanCode, "cBMacroScanCode");
this.cBMacroScanCode.Name = "cBMacroScanCode";
this.cBMacroScanCode.UseVisualStyleBackColor = true;
//
// lbMacroRecorded // lbMacroRecorded
// //
resources.ApplyResources(this.lbMacroRecorded, "lbMacroRecorded"); resources.ApplyResources(this.lbMacroRecorded, "lbMacroRecorded");
@ -288,10 +298,10 @@
// //
// pnlProfile // pnlProfile
// //
resources.ApplyResources(this.pnlProfile, "pnlProfile");
this.pnlProfile.Controls.Add(this.label1); this.pnlProfile.Controls.Add(this.label1);
this.pnlProfile.Controls.Add(this.cBProfiles); this.pnlProfile.Controls.Add(this.cBProfiles);
this.pnlProfile.Controls.Add(this.btnSetUTrigger); this.pnlProfile.Controls.Add(this.btnSetUTrigger);
resources.ApplyResources(this.pnlProfile, "pnlProfile");
this.pnlProfile.Name = "pnlProfile"; this.pnlProfile.Name = "pnlProfile";
// //
// label1 // label1
@ -299,20 +309,11 @@
resources.ApplyResources(this.label1, "label1"); resources.ApplyResources(this.label1, "label1");
this.label1.Name = "label1"; this.label1.Name = "label1";
// //
// cBMacroScanCode
//
resources.ApplyResources(this.cBMacroScanCode, "cBMacroScanCode");
this.cBMacroScanCode.Name = "cBMacroScanCode";
this.cBMacroScanCode.UseVisualStyleBackColor = true;
//
// SpecActions // SpecActions
// //
resources.ApplyResources(this, "$this"); resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Control; this.BackColor = System.Drawing.SystemColors.Control;
this.Controls.Add(this.pnlMacro);
this.Controls.Add(this.pnlProfile);
this.Controls.Add(this.pnlProgram);
this.Controls.Add(this.tBName); this.Controls.Add(this.tBName);
this.Controls.Add(this.cBActions); this.Controls.Add(this.cBActions);
this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnCancel);
@ -321,6 +322,9 @@
this.Controls.Add(this.lVTrigger); this.Controls.Add(this.lVTrigger);
this.Controls.Add(this.lVUnloadTrigger); this.Controls.Add(this.lVUnloadTrigger);
this.Controls.Add(this.btnBorder); this.Controls.Add(this.btnBorder);
this.Controls.Add(this.pnlMacro);
this.Controls.Add(this.pnlProfile);
this.Controls.Add(this.pnlProgram);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "SpecActions"; this.Name = "SpecActions";
((System.ComponentModel.ISupportInitialize)(this.pBProgram)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pBProgram)).EndInit();

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -35,10 +35,10 @@
this.labelBluetooth = new System.Windows.Forms.Label(); this.labelBluetooth = new System.Windows.Forms.Label();
this.labelUSB = new System.Windows.Forms.Label(); this.labelUSB = new System.Windows.Forms.Label();
this.labelBluetooth2 = new System.Windows.Forms.Label(); this.labelBluetooth2 = new System.Windows.Forms.Label();
this.linkBluetoothSettings = new System.Windows.Forms.LinkLabel();
this.label1 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label();
this.bnFinish = new System.Windows.Forms.Button(); this.bnFinish = new System.Windows.Forms.Button();
this.linkBluetoothSettings = new System.Windows.Forms.LinkLabel();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout(); this.SuspendLayout();
// //
@ -58,8 +58,8 @@
// //
// pictureBox1 // pictureBox1
// //
this.pictureBox1.Image = global::DS4Windows.Properties.Resources.Pairmode;
resources.ApplyResources(this.pictureBox1, "pictureBox1"); resources.ApplyResources(this.pictureBox1, "pictureBox1");
this.pictureBox1.Image = global::DS4Windows.Properties.Resources.Pairmode;
this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.TabStop = false; this.pictureBox1.TabStop = false;
// //
@ -78,13 +78,6 @@
resources.ApplyResources(this.labelBluetooth2, "labelBluetooth2"); resources.ApplyResources(this.labelBluetooth2, "labelBluetooth2");
this.labelBluetooth2.Name = "labelBluetooth2"; this.labelBluetooth2.Name = "labelBluetooth2";
// //
// linkBluetoothSettings
//
resources.ApplyResources(this.linkBluetoothSettings, "linkBluetoothSettings");
this.linkBluetoothSettings.Name = "linkBluetoothSettings";
this.linkBluetoothSettings.TabStop = true;
this.linkBluetoothSettings.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkBluetoothSettings_LinkClicked);
//
// label1 // label1
// //
resources.ApplyResources(this.label1, "label1"); resources.ApplyResources(this.label1, "label1");
@ -102,6 +95,13 @@
this.bnFinish.UseVisualStyleBackColor = true; this.bnFinish.UseVisualStyleBackColor = true;
this.bnFinish.Click += new System.EventHandler(this.bnFinish_Click); this.bnFinish.Click += new System.EventHandler(this.bnFinish_Click);
// //
// linkBluetoothSettings
//
resources.ApplyResources(this.linkBluetoothSettings, "linkBluetoothSettings");
this.linkBluetoothSettings.Name = "linkBluetoothSettings";
this.linkBluetoothSettings.TabStop = true;
this.linkBluetoothSettings.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkBluetoothSettings_LinkClicked);
//
// WelcomeDialog // WelcomeDialog
// //
this.AcceptButton = this.bnFinish; this.AcceptButton = this.bnFinish;
@ -132,9 +132,9 @@
private System.Windows.Forms.Label labelBluetooth; private System.Windows.Forms.Label labelBluetooth;
private System.Windows.Forms.Label labelUSB; private System.Windows.Forms.Label labelUSB;
private System.Windows.Forms.Label labelBluetooth2; private System.Windows.Forms.Label labelBluetooth2;
private System.Windows.Forms.LinkLabel linkBluetoothSettings;
private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button bnFinish; private System.Windows.Forms.Button bnFinish;
private System.Windows.Forms.LinkLabel linkBluetoothSettings;
} }
} }

View File

@ -117,25 +117,29 @@
<resheader name="writer"> <resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader> </resheader>
<data name="$this.Text" xml:space="preserve">
<value>Bienvenido a DS4Windows</value>
</data>
<data name="bnFinish.Text" xml:space="preserve">
<value>Finalizado</value>
</data>
<data name="bnStep1.Text" xml:space="preserve"> <data name="bnStep1.Text" xml:space="preserve">
<value>Paso 1: Instalar el Driver DS4</value> <value>Paso 1: Instalar el Driver DS4</value>
</data> </data>
<data name="button2.Text" xml:space="preserve"> <data name="button2.Text" xml:space="preserve">
<value>Paso 2: Si usas Windows 7 o inferior, instala el Driver 360</value> <value>Paso 2: Si usas Windows 7 o inferior, instala el Driver 360</value>
</data> </data>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="linkBluetoothSettings.Size" type="System.Drawing.Size, System.Drawing">
<value>135, 13</value>
</data>
<data name="linkBluetoothSettings.Text" xml:space="preserve">
<value>Configuracion de Bluetooth</value>
</data>
<data name="label1.Text" xml:space="preserve"> <data name="label1.Text" xml:space="preserve">
<value>Si esta ventana reaparece despues de instalar, necesitas reiniciar tu pc o esperar 10-15 minutos que Windows reconozca el driver</value> <value>Si esta ventana reaparece despues de instalar, necesitas reiniciar tu pc o esperar 10-15 minutos que Windows reconozca el driver</value>
</data> </data>
<data name="label2.Text" xml:space="preserve"> <data name="label2.Text" xml:space="preserve">
<value>Si usas un Controlador X360 en esta PC, puedes omitir esto</value> <value>Si usas un Controlador X360 en esta PC, puedes omitir esto</value>
</data> </data>
<data name="linkBluetoothSettings.Text" xml:space="preserve"> <data name="bnFinish.Text" xml:space="preserve">
<value>Configuracion de Bluetooth</value> <value>Finalizado</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>Bienvenido a DS4Windows</value>
</data> </data>
</root> </root>

View File

@ -0,0 +1,198 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="bnStep1.Text" xml:space="preserve">
<value>Passo 1: Instalar Driver DS4</value>
</data>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="button2.Location" type="System.Drawing.Point, System.Drawing">
<value>29, 77</value>
</data>
<data name="button2.Text" xml:space="preserve">
<value>Passo 2: Windows 7 ou Inferior, Instalar Driver 360</value>
</data>
<data name="pictureBox1.Location" type="System.Drawing.Point, System.Drawing">
<value>36, 224</value>
</data>
<data name="labelBluetooth.Location" type="System.Drawing.Point, System.Drawing">
<value>1, 181</value>
</data>
<data name="labelBluetooth.Text" xml:space="preserve">
<value>Para configurar Bluetooth (opcional):
Segure o botões PS e Share por 3 segundos
A barra de luzes começara a piscar</value>
</data>
<data name="labelUSB.Location" type="System.Drawing.Point, System.Drawing">
<value>0, 132</value>
</data>
<data name="labelUSB.Text" xml:space="preserve">
<value>Passo 3: Ligue o controle DualShock 4
Para configurar wired / usb:
Basta ligar um micro USB no seu PC e DualShock 4 </value>
</data>
<data name="labelBluetooth2.Location" type="System.Drawing.Point, System.Drawing">
<value>1, 359</value>
</data>
<data name="labelBluetooth2.Text" xml:space="preserve">
<value>Uma vez que piscar vá para Configurações de Bluetooth
e conecte " Wireless Controller "
Se solicitado, digite o código par " 0000 "
Uma vez emparelhado, você está pronto. Diverta-se! </value>
</data>
<data name="label1.Size" type="System.Drawing.Size, System.Drawing">
<value>314, 42</value>
</data>
<data name="label1.Text" xml:space="preserve">
<value>Se esta janela reaparece após a instalação, você pode precisar reiniciar seu pc ou esperar 10-15min para Windows Reconhecer os Drivers</value>
</data>
<data name="label2.Location" type="System.Drawing.Point, System.Drawing">
<value>1, 103</value>
</data>
<data name="label2.Size" type="System.Drawing.Size, System.Drawing">
<value>315, 29</value>
</data>
<data name="label2.Text" xml:space="preserve">
<value>Se você já usou um controlador 360 neste PC, você pode pular esta parte</value>
</data>
<data name="bnFinish.Location" type="System.Drawing.Point, System.Drawing">
<value>121, 413</value>
</data>
<data name="bnFinish.Text" xml:space="preserve">
<value>Finalizar</value>
</data>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="linkBluetoothSettings.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="linkBluetoothSettings.Location" type="System.Drawing.Point, System.Drawing">
<value>156, 359</value>
</data>
<data name="linkBluetoothSettings.Size" type="System.Drawing.Size, System.Drawing">
<value>138, 13</value>
</data>
<data name="linkBluetoothSettings.Text" xml:space="preserve">
<value>Configurações de Bluetooth</value>
</data>
<data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
<value>315, 439</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>Bem Vindo ao DS4</value>
</data>
</root>

View File

@ -117,92 +117,59 @@
<resheader name="writer"> <resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader> </resheader>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="bnStep1.Location" type="System.Drawing.Point, System.Drawing">
<value>29, 8</value>
</data>
<data name="bnStep1.Size" type="System.Drawing.Size, System.Drawing">
<value>259, 23</value>
</data>
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> <assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="bnStep1.TabIndex" type="System.Int32, mscorlib"> <data name="labelBluetooth2.TabIndex" type="System.Int32, mscorlib">
<value>1</value> <value>3</value>
</data> </data>
<data name="bnStep1.Text" xml:space="preserve"> <data name="label1.Text" xml:space="preserve">
<value>Step 1: Install the DS4 Driver</value> <value>If this window reappears after installing, you may need to reboot your pc or wait 10-15mins for Windows to notice the driver</value>
</data> </data>
<data name="&gt;&gt;bnStep1.Name" xml:space="preserve"> <data name="&gt;&gt;linkBluetoothSettings.ZOrder" xml:space="preserve">
<value>bnStep1</value> <value>0</value>
</data> </data>
<data name="&gt;&gt;bnStep1.Type" xml:space="preserve"> <data name="&gt;&gt;labelBluetooth2.Type" xml:space="preserve">
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> <value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data> </data>
<data name="&gt;&gt;bnStep1.Parent" xml:space="preserve"> <assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<value>$this</value> <data name="bnFinish.Location" type="System.Drawing.Point, System.Drawing">
<value>117, 400</value>
</data> </data>
<data name="&gt;&gt;bnStep1.ZOrder" xml:space="preserve"> <data name="labelBluetooth2.Size" type="System.Drawing.Size, System.Drawing">
<value>4</value> <value>312, 64</value>
</data>
<data name="button2.Location" type="System.Drawing.Point, System.Drawing">
<value>29, 63</value>
</data>
<data name="button2.Size" type="System.Drawing.Size, System.Drawing">
<value>259, 23</value>
</data>
<data name="button2.TabIndex" type="System.Int32, mscorlib">
<value>1</value>
</data>
<data name="button2.Text" xml:space="preserve">
<value>Step 2: If on Windows 7 or below, Install 360 Driver</value>
</data>
<data name="&gt;&gt;button2.Name" xml:space="preserve">
<value>button2</value>
</data>
<data name="&gt;&gt;button2.Type" xml:space="preserve">
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;button2.Parent" xml:space="preserve">
<value>$this</value>
</data> </data>
<data name="&gt;&gt;button2.ZOrder" xml:space="preserve"> <data name="&gt;&gt;button2.ZOrder" xml:space="preserve">
<value>3</value> <value>3</value>
</data> </data>
<data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
<value>315, 428</value>
</data>
<data name="&gt;&gt;labelUSB.ZOrder" xml:space="preserve">
<value>8</value>
</data>
<data name="&gt;&gt;$this.Name" xml:space="preserve">
<value>WelcomeDialog</value>
</data>
<data name="&gt;&gt;label1.Name" xml:space="preserve">
<value>label1</value>
</data>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> <assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="pictureBox1.InitialImage" type="System.Resources.ResXNullRef, System.Windows.Forms"> <data name="pictureBox1.InitialImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
<value /> <value />
</data> </data>
<data name="pictureBox1.Location" type="System.Drawing.Point, System.Drawing"> <data name="&gt;&gt;linkBluetoothSettings.Type" xml:space="preserve">
<value>36, 203</value> <value>System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="pictureBox1.Size" type="System.Drawing.Size, System.Drawing">
<value>245, 132</value>
</data>
<data name="pictureBox1.SizeMode" type="System.Windows.Forms.PictureBoxSizeMode, System.Windows.Forms">
<value>StretchImage</value>
</data>
<data name="pictureBox1.TabIndex" type="System.Int32, mscorlib">
<value>2</value>
</data>
<data name="&gt;&gt;pictureBox1.Name" xml:space="preserve">
<value>pictureBox1</value>
</data>
<data name="&gt;&gt;pictureBox1.Type" xml:space="preserve">
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;pictureBox1.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;pictureBox1.ZOrder" xml:space="preserve">
<value>2</value>
</data>
<data name="labelBluetooth.Location" type="System.Drawing.Point, System.Drawing">
<value>1, 161</value>
</data> </data>
<data name="labelBluetooth.Size" type="System.Drawing.Size, System.Drawing"> <data name="labelBluetooth.Size" type="System.Drawing.Size, System.Drawing">
<value>312, 39</value> <value>312, 39</value>
</data> </data>
<data name="labelBluetooth.TabIndex" type="System.Int32, mscorlib"> <data name="&gt;&gt;labelBluetooth2.Name" xml:space="preserve">
<value>3</value> <value>labelBluetooth2</value>
</data>
<data name="&gt;&gt;pictureBox1.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;button2.Parent" xml:space="preserve">
<value>$this</value>
</data> </data>
<data name="labelBluetooth.Text" xml:space="preserve"> <data name="labelBluetooth.Text" xml:space="preserve">
<value>To set up bluetooth (optional): <value>To set up bluetooth (optional):
@ -212,55 +179,152 @@ The lightbar will begin to double flash</value>
<data name="labelBluetooth.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing"> <data name="labelBluetooth.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
<value>TopCenter</value> <value>TopCenter</value>
</data> </data>
<data name="&gt;&gt;labelBluetooth.Name" xml:space="preserve"> <data name="&gt;&gt;pictureBox1.Name" xml:space="preserve">
<value>labelBluetooth</value> <value>pictureBox1</value>
</data> </data>
<data name="&gt;&gt;labelBluetooth.Type" xml:space="preserve"> <data name="label2.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> <value>TopCenter</value>
</data>
<data name="&gt;&gt;labelBluetooth.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;labelBluetooth.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="labelUSB.Location" type="System.Drawing.Point, System.Drawing">
<value>0, 112</value>
</data>
<data name="labelUSB.Size" type="System.Drawing.Size, System.Drawing">
<value>313, 39</value>
</data>
<data name="labelUSB.TabIndex" type="System.Int32, mscorlib">
<value>3</value>
</data>
<data name="labelUSB.Text" xml:space="preserve">
<value>Step 3: Connecting the DualShock 4 controller
To set up wired/usb:
Simply plug a micro usb into your PC and DualShock 4</value>
</data> </data>
<data name="labelUSB.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing"> <data name="labelUSB.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
<value>TopCenter</value> <value>TopCenter</value>
</data> </data>
<data name="&gt;&gt;labelUSB.Name" xml:space="preserve"> <data name="labelUSB.Size" type="System.Drawing.Size, System.Drawing">
<value>labelUSB</value> <value>313, 39</value>
</data> </data>
<data name="&gt;&gt;labelUSB.Type" xml:space="preserve"> <data name="&gt;&gt;label1.Parent" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;labelUSB.Parent" xml:space="preserve">
<value>$this</value> <value>$this</value>
</data> </data>
<data name="&gt;&gt;labelUSB.ZOrder" xml:space="preserve"> <data name="&gt;&gt;bnFinish.Name" xml:space="preserve">
<value>8</value> <value>bnFinish</value>
</data>
<data name="labelBluetooth.Location" type="System.Drawing.Point, System.Drawing">
<value>1, 161</value>
</data>
<data name="&gt;&gt;pictureBox1.ZOrder" xml:space="preserve">
<value>2</value>
</data>
<data name="&gt;&gt;bnFinish.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;linkBluetoothSettings.Name" xml:space="preserve">
<value>linkBluetoothSettings</value>
</data>
<data name="label1.TabIndex" type="System.Int32, mscorlib">
<value>3</value>
</data>
<data name="label2.TabIndex" type="System.Int32, mscorlib">
<value>3</value>
</data>
<data name="&gt;&gt;labelBluetooth.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="pictureBox1.SizeMode" type="System.Windows.Forms.PictureBoxSizeMode, System.Windows.Forms">
<value>StretchImage</value>
</data>
<data name="bnFinish.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
</data>
<data name="button2.TabIndex" type="System.Int32, mscorlib">
<value>1</value>
</data>
<data name="&gt;&gt;label2.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="pictureBox1.TabIndex" type="System.Int32, mscorlib">
<value>2</value>
</data>
<data name="pictureBox1.Location" type="System.Drawing.Point, System.Drawing">
<value>36, 203</value>
</data>
<data name="&gt;&gt;labelBluetooth.Name" xml:space="preserve">
<value>labelBluetooth</value>
</data>
<data name="bnStep1.Location" type="System.Drawing.Point, System.Drawing">
<value>29, 8</value>
</data>
<data name="label2.Size" type="System.Drawing.Size, System.Drawing">
<value>315, 22</value>
</data>
<data name="&gt;&gt;bnFinish.ZOrder" xml:space="preserve">
<value>5</value>
</data>
<data name="&gt;&gt;bnFinish.Type" xml:space="preserve">
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="bnFinish.Size" type="System.Drawing.Size, System.Drawing">
<value>75, 23</value>
</data>
<data name="&gt;&gt;bnStep1.Name" xml:space="preserve">
<value>bnStep1</value>
</data>
<data name="label1.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
<value>TopCenter</value>
</data> </data>
<data name="labelBluetooth2.Location" type="System.Drawing.Point, System.Drawing"> <data name="labelBluetooth2.Location" type="System.Drawing.Point, System.Drawing">
<value>1, 338</value> <value>1, 338</value>
</data> </data>
<data name="labelBluetooth2.Size" type="System.Drawing.Size, System.Drawing"> <data name="&gt;&gt;bnStep1.ZOrder" xml:space="preserve">
<value>312, 64</value> <value>4</value>
</data> </data>
<data name="labelBluetooth2.TabIndex" type="System.Int32, mscorlib"> <data name="&gt;&gt;labelBluetooth2.Parent" xml:space="preserve">
<value>3</value> <value>$this</value>
</data>
<data name="&gt;&gt;labelBluetooth.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="pictureBox1.Size" type="System.Drawing.Size, System.Drawing">
<value>245, 132</value>
</data>
<data name="&gt;&gt;labelUSB.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;button2.Type" xml:space="preserve">
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="bnFinish.Text" xml:space="preserve">
<value>Finish</value>
</data>
<data name="&gt;&gt;label1.ZOrder" xml:space="preserve">
<value>7</value>
</data>
<data name="&gt;&gt;label2.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="bnStep1.Size" type="System.Drawing.Size, System.Drawing">
<value>259, 23</value>
</data>
<data name="button2.Location" type="System.Drawing.Point, System.Drawing">
<value>29, 63</value>
</data>
<data name="linkBluetoothSettings.TabIndex" type="System.Int32, mscorlib">
<value>4</value>
</data>
<data name="&gt;&gt;labelBluetooth.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="&gt;&gt;label2.Name" xml:space="preserve">
<value>label2</value>
</data>
<data name="&gt;&gt;bnStep1.Type" xml:space="preserve">
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="label1.Size" type="System.Drawing.Size, System.Drawing">
<value>314, 32</value>
</data>
<data name="linkBluetoothSettings.Size" type="System.Drawing.Size, System.Drawing">
<value>93, 13</value>
</data>
<data name="&gt;&gt;label2.ZOrder" xml:space="preserve">
<value>6</value>
</data>
<data name="bnStep1.Text" xml:space="preserve">
<value>Step 1: Install the DS4 Driver</value>
</data>
<data name="label1.Location" type="System.Drawing.Point, System.Drawing">
<value>1, 32</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>Welcome to DS4Windows</value>
</data> </data>
<data name="labelBluetooth2.Text" xml:space="preserve"> <data name="labelBluetooth2.Text" xml:space="preserve">
<value>Once flashing go to your Bluetooth Settings <value>Once flashing go to your Bluetooth Settings
@ -268,145 +332,81 @@ and Connect to "Wireless Controller"
If asked, enter pair code "0000" If asked, enter pair code "0000"
Once paired, you're ready. Have fun!</value> Once paired, you're ready. Have fun!</value>
</data> </data>
<data name="labelBluetooth2.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing"> <data name="label2.Text" xml:space="preserve">
<value>TopCenter</value> <value>If you've used a 360 Controller on this PC, you can skip this</value>
</data>
<data name="&gt;&gt;labelBluetooth2.Name" xml:space="preserve">
<value>labelBluetooth2</value>
</data>
<data name="&gt;&gt;labelBluetooth2.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;labelBluetooth2.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;labelBluetooth2.ZOrder" xml:space="preserve">
<value>9</value>
</data>
<data name="linkBluetoothSettings.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="linkBluetoothSettings.Location" type="System.Drawing.Point, System.Drawing">
<value>169, 338</value>
</data>
<data name="linkBluetoothSettings.Size" type="System.Drawing.Size, System.Drawing">
<value>93, 13</value>
</data>
<data name="linkBluetoothSettings.TabIndex" type="System.Int32, mscorlib">
<value>4</value>
</data> </data>
<data name="linkBluetoothSettings.Text" xml:space="preserve"> <data name="linkBluetoothSettings.Text" xml:space="preserve">
<value>Bluetooth Settings</value> <value>Bluetooth Settings</value>
</data> </data>
<data name="&gt;&gt;linkBluetoothSettings.Name" xml:space="preserve"> <data name="&gt;&gt;bnStep1.Parent" xml:space="preserve">
<value>linkBluetoothSettings</value>
</data>
<data name="&gt;&gt;linkBluetoothSettings.Type" xml:space="preserve">
<value>System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;linkBluetoothSettings.Parent" xml:space="preserve">
<value>$this</value> <value>$this</value>
</data> </data>
<data name="&gt;&gt;linkBluetoothSettings.ZOrder" xml:space="preserve"> <data name="linkBluetoothSettings.AutoSize" type="System.Boolean, mscorlib">
<value>0</value> <value>True</value>
</data>
<data name="label1.Location" type="System.Drawing.Point, System.Drawing">
<value>1, 32</value>
</data>
<data name="label1.Size" type="System.Drawing.Size, System.Drawing">
<value>314, 32</value>
</data>
<data name="label1.TabIndex" type="System.Int32, mscorlib">
<value>3</value>
</data>
<data name="label1.Text" xml:space="preserve">
<value>If this window reappears after installing, you may need to reboot your pc or wait 10-15mins for Windows to notice the driver</value>
</data>
<data name="label1.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
<value>TopCenter</value>
</data>
<data name="&gt;&gt;label1.Name" xml:space="preserve">
<value>label1</value>
</data>
<data name="&gt;&gt;label1.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;label1.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;label1.ZOrder" xml:space="preserve">
<value>7</value>
</data> </data>
<data name="label2.Location" type="System.Drawing.Point, System.Drawing"> <data name="label2.Location" type="System.Drawing.Point, System.Drawing">
<value>0, 88</value> <value>0, 88</value>
</data> </data>
<data name="label2.Size" type="System.Drawing.Size, System.Drawing"> <data name="&gt;&gt;button2.Name" xml:space="preserve">
<value>315, 22</value> <value>button2</value>
</data> </data>
<data name="label2.TabIndex" type="System.Int32, mscorlib"> <data name="labelBluetooth.TabIndex" type="System.Int32, mscorlib">
<value>3</value> <value>3</value>
</data> </data>
<data name="label2.Text" xml:space="preserve"> <data name="linkBluetoothSettings.Location" type="System.Drawing.Point, System.Drawing">
<value>If you've used a 360 Controller on this PC, you can skip this</value> <value>169, 338</value>
</data> </data>
<data name="label2.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing"> <data name="labelUSB.Text" xml:space="preserve">
<value>TopCenter</value> <value>Step 3: Connecting the DualShock 4 controller
To set up wired/usb:
Simply plug a micro usb into your PC and DualShock 4</value>
</data> </data>
<data name="&gt;&gt;label2.Name" xml:space="preserve"> <data name="button2.Text" xml:space="preserve">
<value>label2</value> <value>Step 2: If on Windows 7 or below, Install 360 Driver</value>
</data> </data>
<data name="&gt;&gt;label2.Type" xml:space="preserve"> <data name="&gt;&gt;linkBluetoothSettings.Parent" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;label2.Parent" xml:space="preserve">
<value>$this</value> <value>$this</value>
</data> </data>
<data name="&gt;&gt;label2.ZOrder" xml:space="preserve"> <data name="&gt;&gt;labelUSB.Parent" xml:space="preserve">
<value>6</value>
</data>
<data name="bnFinish.Location" type="System.Drawing.Point, System.Drawing">
<value>117, 400</value>
</data>
<data name="bnFinish.Size" type="System.Drawing.Size, System.Drawing">
<value>75, 23</value>
</data>
<data name="bnFinish.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
</data>
<data name="bnFinish.Text" xml:space="preserve">
<value>Finish</value>
</data>
<data name="&gt;&gt;bnFinish.Name" xml:space="preserve">
<value>bnFinish</value>
</data>
<data name="&gt;&gt;bnFinish.Type" xml:space="preserve">
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;bnFinish.Parent" xml:space="preserve">
<value>$this</value> <value>$this</value>
</data> </data>
<data name="&gt;&gt;bnFinish.ZOrder" xml:space="preserve"> <data name="bnStep1.TabIndex" type="System.Int32, mscorlib">
<value>5</value> <value>1</value>
</data> </data>
<metadata name="$this.Language" type="System.Globalization.CultureInfo, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> <data name="labelUSB.Location" type="System.Drawing.Point, System.Drawing">
<value>es</value> <value>0, 112</value>
</metadata>
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
<value>96, 96</value>
</data> </data>
<data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing"> <data name="labelUSB.TabIndex" type="System.Int32, mscorlib">
<value>315, 428</value> <value>3</value>
</data> </data>
<data name="$this.Text" xml:space="preserve"> <data name="&gt;&gt;labelUSB.Name" xml:space="preserve">
<value>Welcome to DS4Windows</value> <value>labelUSB</value>
</data> </data>
<data name="&gt;&gt;$this.Name" xml:space="preserve"> <data name="button2.Size" type="System.Drawing.Size, System.Drawing">
<value>WelcomeDialog</value> <value>259, 23</value>
</data> </data>
<data name="&gt;&gt;$this.Type" xml:space="preserve"> <data name="&gt;&gt;$this.Type" xml:space="preserve">
<value>System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> <value>System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data> </data>
<data name="&gt;&gt;pictureBox1.Type" xml:space="preserve">
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;label1.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="labelBluetooth2.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
<value>TopCenter</value>
</data>
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
<value>96, 96</value>
</data>
<data name="&gt;&gt;labelBluetooth2.ZOrder" xml:space="preserve">
<value>9</value>
</data>
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="$this.Language" type="System.Globalization.CultureInfo, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>pt-BR</value>
</metadata>
</root> </root>

View File

@ -190,6 +190,7 @@
// //
// cMSPrograms // cMSPrograms
// //
resources.ApplyResources(this.cMSPrograms, "cMSPrograms");
this.cMSPrograms.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.cMSPrograms.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.addProgramsFromStartMenuToolStripMenuItem, this.addProgramsFromStartMenuToolStripMenuItem,
this.addSteamGamesToolStripMenuItem, this.addSteamGamesToolStripMenuItem,
@ -197,30 +198,29 @@
this.browseForOtherProgramsToolStripMenuItem}); this.browseForOtherProgramsToolStripMenuItem});
this.cMSPrograms.Name = "contextMenuStrip1"; this.cMSPrograms.Name = "contextMenuStrip1";
this.cMSPrograms.ShowImageMargin = false; this.cMSPrograms.ShowImageMargin = false;
resources.ApplyResources(this.cMSPrograms, "cMSPrograms");
// //
// addProgramsFromStartMenuToolStripMenuItem // addProgramsFromStartMenuToolStripMenuItem
// //
this.addProgramsFromStartMenuToolStripMenuItem.Name = "addProgramsFromStartMenuToolStripMenuItem";
resources.ApplyResources(this.addProgramsFromStartMenuToolStripMenuItem, "addProgramsFromStartMenuToolStripMenuItem"); resources.ApplyResources(this.addProgramsFromStartMenuToolStripMenuItem, "addProgramsFromStartMenuToolStripMenuItem");
this.addProgramsFromStartMenuToolStripMenuItem.Name = "addProgramsFromStartMenuToolStripMenuItem";
this.addProgramsFromStartMenuToolStripMenuItem.Click += new System.EventHandler(this.addProgramsFromStartMenuToolStripMenuItem_Click); this.addProgramsFromStartMenuToolStripMenuItem.Click += new System.EventHandler(this.addProgramsFromStartMenuToolStripMenuItem_Click);
// //
// addSteamGamesToolStripMenuItem // addSteamGamesToolStripMenuItem
// //
this.addSteamGamesToolStripMenuItem.Name = "addSteamGamesToolStripMenuItem";
resources.ApplyResources(this.addSteamGamesToolStripMenuItem, "addSteamGamesToolStripMenuItem"); resources.ApplyResources(this.addSteamGamesToolStripMenuItem, "addSteamGamesToolStripMenuItem");
this.addSteamGamesToolStripMenuItem.Name = "addSteamGamesToolStripMenuItem";
this.addSteamGamesToolStripMenuItem.Click += new System.EventHandler(this.addSteamGamesToolStripMenuItem_Click); this.addSteamGamesToolStripMenuItem.Click += new System.EventHandler(this.addSteamGamesToolStripMenuItem_Click);
// //
// addOriginGamesToolStripMenuItem // addOriginGamesToolStripMenuItem
// //
this.addOriginGamesToolStripMenuItem.Name = "addOriginGamesToolStripMenuItem";
resources.ApplyResources(this.addOriginGamesToolStripMenuItem, "addOriginGamesToolStripMenuItem"); resources.ApplyResources(this.addOriginGamesToolStripMenuItem, "addOriginGamesToolStripMenuItem");
this.addOriginGamesToolStripMenuItem.Name = "addOriginGamesToolStripMenuItem";
this.addOriginGamesToolStripMenuItem.Click += new System.EventHandler(this.addOriginGamesToolStripMenuItem_Click); this.addOriginGamesToolStripMenuItem.Click += new System.EventHandler(this.addOriginGamesToolStripMenuItem_Click);
// //
// browseForOtherProgramsToolStripMenuItem // browseForOtherProgramsToolStripMenuItem
// //
this.browseForOtherProgramsToolStripMenuItem.Name = "browseForOtherProgramsToolStripMenuItem";
resources.ApplyResources(this.browseForOtherProgramsToolStripMenuItem, "browseForOtherProgramsToolStripMenuItem"); resources.ApplyResources(this.browseForOtherProgramsToolStripMenuItem, "browseForOtherProgramsToolStripMenuItem");
this.browseForOtherProgramsToolStripMenuItem.Name = "browseForOtherProgramsToolStripMenuItem";
this.browseForOtherProgramsToolStripMenuItem.Click += new System.EventHandler(this.browseForOtherProgramsToolStripMenuItem_Click); this.browseForOtherProgramsToolStripMenuItem.Click += new System.EventHandler(this.browseForOtherProgramsToolStripMenuItem_Click);
// //
// WinProgs // WinProgs

View File

@ -117,49 +117,80 @@
<resheader name="writer"> <resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader> </resheader>
<data name="addOriginGamesToolStripMenuItem.Text" xml:space="preserve">
<value>Adicionar Juegos de "Origin"</value>
</data>
<data name="addProgramsFromStartMenuToolStripMenuItem.Text" xml:space="preserve">
<value>Adicionar Programas del menu de Inicio</value>
</data>
<data name="addSteamGamesToolStripMenuItem.Text" xml:space="preserve">
<value>Adicionar Juegos de "Steam"</value>
</data>
<data name="bnAddPrograms.Text" xml:space="preserve"> <data name="bnAddPrograms.Text" xml:space="preserve">
<value>Adicionar Programas</value> <value>Adicionar Programas</value>
</data> </data>
<data name="bnDelete.Text" xml:space="preserve">
<value>Quitar</value>
</data>
<data name="bnHideUnchecked.Text" xml:space="preserve">
<value>Ocultar desmarcados</value>
</data>
<data name="bnSave.Text" xml:space="preserve"> <data name="bnSave.Text" xml:space="preserve">
<value>Guardar</value> <value>Guardar</value>
</data> </data>
<data name="browseForOtherProgramsToolStripMenuItem.Text" xml:space="preserve"> <assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<value>Explorar para Otros Programas</value> <data name="lBController1.Size" type="System.Drawing.Size, System.Drawing">
<value>70, 13</value>
</data> </data>
<data name="lBController1.Text" xml:space="preserve"> <data name="lBController1.Text" xml:space="preserve">
<value>Controlador 1</value> <value>Controlador 1</value>
</data> </data>
<data name="lBController2.Size" type="System.Drawing.Size, System.Drawing">
<value>70, 13</value>
</data>
<data name="lBController2.Text" xml:space="preserve"> <data name="lBController2.Text" xml:space="preserve">
<value>Controlador 2</value> <value>Controlador 2</value>
</data> </data>
<data name="lBController3.Size" type="System.Drawing.Size, System.Drawing">
<value>70, 13</value>
</data>
<data name="lBController3.Text" xml:space="preserve"> <data name="lBController3.Text" xml:space="preserve">
<value>Controlador 3</value> <value>Controlador 3</value>
</data> </data>
<data name="lBController4.Size" type="System.Drawing.Size, System.Drawing">
<value>70, 13</value>
</data>
<data name="lBController4.Text" xml:space="preserve"> <data name="lBController4.Text" xml:space="preserve">
<value>Controlador 4</value> <value>Controlador 4</value>
</data> </data>
<data name="bnDelete.Text" xml:space="preserve">
<value>Quitar</value>
</data>
<data name="nameHeader.Text" xml:space="preserve"> <data name="nameHeader.Text" xml:space="preserve">
<value>Nombre</value> <value>Nombre</value>
</data> </data>
<data name="PathHeader.Text" xml:space="preserve"> <data name="PathHeader.Text" xml:space="preserve">
<value>Ruta</value> <value>Ruta</value>
</data> </data>
<data name="pBProfilesTip.Size" type="System.Drawing.Size, System.Drawing">
<value>93, 13</value>
</data>
<data name="pBProfilesTip.Text" xml:space="preserve"> <data name="pBProfilesTip.Text" xml:space="preserve">
<value>Elegir Perfiles aqui</value> <value>Elegir Perfiles aqui</value>
</data> </data>
<data name="bnHideUnchecked.Text" xml:space="preserve">
<value>Ocultar desmarcados</value>
</data>
<data name="addProgramsFromStartMenuToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>261, 22</value>
</data>
<data name="addProgramsFromStartMenuToolStripMenuItem.Text" xml:space="preserve">
<value>Adicionar Programas del menu de Inicio</value>
</data>
<data name="addSteamGamesToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>261, 22</value>
</data>
<data name="addSteamGamesToolStripMenuItem.Text" xml:space="preserve">
<value>Adicionar Juegos de "Steam"</value>
</data>
<data name="addOriginGamesToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>261, 22</value>
</data>
<data name="addOriginGamesToolStripMenuItem.Text" xml:space="preserve">
<value>Adicionar Juegos de "Origin"</value>
</data>
<data name="browseForOtherProgramsToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>261, 22</value>
</data>
<data name="browseForOtherProgramsToolStripMenuItem.Text" xml:space="preserve">
<value>Explorar para Otros Programas</value>
</data>
<data name="cMSPrograms.Size" type="System.Drawing.Size, System.Drawing">
<value>262, 92</value>
</data>
</root> </root>

165
DS4Tool/WinProgs.pt-BR.resx Normal file
View File

@ -0,0 +1,165 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="addOriginGamesToolStripMenuItem.Text" xml:space="preserve">
<value>Adicionar Jogo Origin</value>
</data>
<data name="addProgramsFromStartMenuToolStripMenuItem.Text" xml:space="preserve">
<value>Adicionar Programas do Menu Iniciar</value>
</data>
<data name="addSteamGamesToolStripMenuItem.Text" xml:space="preserve">
<value>Adicionar Jogos Steam</value>
</data>
<data name="bnAddPrograms.Text" xml:space="preserve">
<value>Adicionar Programas</value>
</data>
<data name="bnDelete.Text" xml:space="preserve">
<value>Remover</value>
</data>
<data name="bnHideUnchecked.Text" xml:space="preserve">
<value>Esconder Desmarcados</value>
</data>
<data name="bnSave.Text" xml:space="preserve">
<value>Salvar</value>
</data>
<data name="browseForOtherProgramsToolStripMenuItem.Text" xml:space="preserve">
<value>Procurar Outro Programa</value>
</data>
<data name="lBController1.Text" xml:space="preserve">
<value>Controle 1</value>
</data>
<data name="lBController2.Text" xml:space="preserve">
<value>Controle 2</value>
</data>
<data name="lBController3.Text" xml:space="preserve">
<value>Controle 3</value>
</data>
<data name="lBController4.Text" xml:space="preserve">
<value>Controle 4</value>
</data>
<data name="nameHeader.Text" xml:space="preserve">
<value>Nome</value>
</data>
<data name="PathHeader.Text" xml:space="preserve">
<value>Caminho</value>
</data>
<data name="pBProfilesTip.Text" xml:space="preserve">
<value>Esconlher Perfil Aqui</value>
</data>
</root>

File diff suppressed because it is too large Load Diff