Tweak layout of Russian version of forms

Related to issue #159.
This commit is contained in:
Travis Nickles 2017-11-22 03:16:14 -06:00
parent c908b23f10
commit 1e8925ebfe
6 changed files with 13069 additions and 12525 deletions

View File

@ -195,12 +195,13 @@
//
// lvDebug
//
resources.ApplyResources(this.lvDebug, "lvDebug");
this.lvDebug.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.chTime,
this.chData});
resources.ApplyResources(this.lvDebug, "lvDebug");
this.lvDebug.FullRowSelect = true;
this.lvDebug.Name = "lvDebug";
this.toolTip1.SetToolTip(this.lvDebug, resources.GetString("lvDebug.ToolTip"));
this.lvDebug.UseCompatibleStateImageBehavior = false;
this.lvDebug.View = System.Windows.Forms.View.Details;
this.lvDebug.ItemActivate += new System.EventHandler(this.lvDebug_ItemActivate);
@ -215,13 +216,14 @@
//
// pnlButton
//
resources.ApplyResources(this.pnlButton, "pnlButton");
this.pnlButton.BackColor = System.Drawing.SystemColors.Control;
this.pnlButton.Controls.Add(this.llbHelp);
this.pnlButton.Controls.Add(this.lbTest);
this.pnlButton.Controls.Add(this.btnStartStop);
this.pnlButton.Controls.Add(this.lbLastMessage);
resources.ApplyResources(this.pnlButton, "pnlButton");
this.pnlButton.Name = "pnlButton";
this.toolTip1.SetToolTip(this.pnlButton, resources.GetString("pnlButton.ToolTip"));
this.pnlButton.MouseLeave += new System.EventHandler(this.pnlButton_MouseLeave);
//
// llbHelp
@ -229,17 +231,20 @@
resources.ApplyResources(this.llbHelp, "llbHelp");
this.llbHelp.Name = "llbHelp";
this.llbHelp.TabStop = true;
this.toolTip1.SetToolTip(this.llbHelp, resources.GetString("llbHelp.ToolTip"));
this.llbHelp.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llbHelp_LinkClicked);
//
// lbTest
//
resources.ApplyResources(this.lbTest, "lbTest");
this.lbTest.Name = "lbTest";
this.toolTip1.SetToolTip(this.lbTest, resources.GetString("lbTest.ToolTip"));
//
// btnStartStop
//
resources.ApplyResources(this.btnStartStop, "btnStartStop");
this.btnStartStop.Name = "btnStartStop";
this.toolTip1.SetToolTip(this.btnStartStop, resources.GetString("btnStartStop.ToolTip"));
this.btnStartStop.UseVisualStyleBackColor = true;
this.btnStartStop.Click += new System.EventHandler(this.btnStartStop_Click);
//
@ -248,6 +253,7 @@
resources.ApplyResources(this.lbLastMessage, "lbLastMessage");
this.lbLastMessage.ForeColor = System.Drawing.SystemColors.GrayText;
this.lbLastMessage.Name = "lbLastMessage";
this.toolTip1.SetToolTip(this.lbLastMessage, resources.GetString("lbLastMessage.ToolTip"));
this.lbLastMessage.MouseHover += new System.EventHandler(this.lbLastMessage_MouseHover);
//
// notifyIcon1
@ -261,6 +267,7 @@
//
// cMTaskbar
//
resources.ApplyResources(this.cMTaskbar, "cMTaskbar");
this.cMTaskbar.ImageScalingSize = new System.Drawing.Size(24, 24);
this.cMTaskbar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.editProfileForController1ToolStripMenuItem,
@ -272,46 +279,46 @@
this.openToolStripMenuItem,
this.exitToolStripMenuItem});
this.cMTaskbar.Name = "cMTaskbar";
resources.ApplyResources(this.cMTaskbar, "cMTaskbar");
this.cMTaskbar.Tag = "25";
this.toolTip1.SetToolTip(this.cMTaskbar, resources.GetString("cMTaskbar.ToolTip"));
//
// editProfileForController1ToolStripMenuItem
//
this.editProfileForController1ToolStripMenuItem.Name = "editProfileForController1ToolStripMenuItem";
resources.ApplyResources(this.editProfileForController1ToolStripMenuItem, "editProfileForController1ToolStripMenuItem");
this.editProfileForController1ToolStripMenuItem.Name = "editProfileForController1ToolStripMenuItem";
this.editProfileForController1ToolStripMenuItem.Tag = "0";
this.editProfileForController1ToolStripMenuItem.Click += new System.EventHandler(this.editMenu_Click);
//
// editProfileForController2ToolStripMenuItem
//
this.editProfileForController2ToolStripMenuItem.Name = "editProfileForController2ToolStripMenuItem";
resources.ApplyResources(this.editProfileForController2ToolStripMenuItem, "editProfileForController2ToolStripMenuItem");
this.editProfileForController2ToolStripMenuItem.Name = "editProfileForController2ToolStripMenuItem";
this.editProfileForController2ToolStripMenuItem.Tag = "1";
this.editProfileForController2ToolStripMenuItem.Click += new System.EventHandler(this.editMenu_Click);
//
// editProfileForController3ToolStripMenuItem
//
this.editProfileForController3ToolStripMenuItem.Name = "editProfileForController3ToolStripMenuItem";
resources.ApplyResources(this.editProfileForController3ToolStripMenuItem, "editProfileForController3ToolStripMenuItem");
this.editProfileForController3ToolStripMenuItem.Name = "editProfileForController3ToolStripMenuItem";
this.editProfileForController3ToolStripMenuItem.Tag = "2";
this.editProfileForController3ToolStripMenuItem.Click += new System.EventHandler(this.editMenu_Click);
//
// editProfileForController4ToolStripMenuItem
//
this.editProfileForController4ToolStripMenuItem.Name = "editProfileForController4ToolStripMenuItem";
resources.ApplyResources(this.editProfileForController4ToolStripMenuItem, "editProfileForController4ToolStripMenuItem");
this.editProfileForController4ToolStripMenuItem.Name = "editProfileForController4ToolStripMenuItem";
this.editProfileForController4ToolStripMenuItem.Tag = "4";
this.editProfileForController4ToolStripMenuItem.Click += new System.EventHandler(this.editMenu_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1");
this.toolStripSeparator1.Name = "toolStripSeparator1";
//
// startToolStripMenuItem
//
this.startToolStripMenuItem.Name = "startToolStripMenuItem";
resources.ApplyResources(this.startToolStripMenuItem, "startToolStripMenuItem");
this.startToolStripMenuItem.Name = "startToolStripMenuItem";
this.startToolStripMenuItem.Click += new System.EventHandler(this.startToolStripMenuItem_Click);
//
// openToolStripMenuItem
@ -322,14 +329,14 @@
//
// exitToolStripMenuItem
//
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
resources.ApplyResources(this.exitToolStripMenuItem, "exitToolStripMenuItem");
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
resources.ApplyResources(this.toolStripSeparator2, "toolStripSeparator2");
this.toolStripSeparator2.Name = "toolStripSeparator2";
//
// openProfiles
//
@ -338,22 +345,24 @@
//
// tabMain
//
resources.ApplyResources(this.tabMain, "tabMain");
this.tabMain.Controls.Add(this.tabControllers);
this.tabMain.Controls.Add(this.tabProfiles);
this.tabMain.Controls.Add(this.tabAutoProfiles);
this.tabMain.Controls.Add(this.tabSettings);
this.tabMain.Controls.Add(this.tabLog);
resources.ApplyResources(this.tabMain, "tabMain");
this.tabMain.Name = "tabMain";
this.tabMain.SelectedIndex = 0;
this.toolTip1.SetToolTip(this.tabMain, resources.GetString("tabMain.ToolTip"));
this.tabMain.SelectedIndexChanged += new System.EventHandler(this.tabMain_SelectedIndexChanged);
//
// tabControllers
//
resources.ApplyResources(this.tabControllers, "tabControllers");
this.tabControllers.Controls.Add(this.tLPControllers);
this.tabControllers.Controls.Add(this.lbNoControllers);
resources.ApplyResources(this.tabControllers, "tabControllers");
this.tabControllers.Name = "tabControllers";
this.toolTip1.SetToolTip(this.tabControllers, resources.GetString("tabControllers.ToolTip"));
this.tabControllers.UseVisualStyleBackColor = true;
//
// tLPControllers
@ -393,13 +402,15 @@
this.tLPControllers.Controls.Add(this.linkCB3, 3, 3);
this.tLPControllers.Controls.Add(this.linkCB4, 3, 4);
this.tLPControllers.Name = "tLPControllers";
this.toolTip1.SetToolTip(this.tLPControllers, resources.GetString("tLPControllers.ToolTip"));
//
// bnLight3
//
this.bnLight3.BackColor = System.Drawing.Color.White;
resources.ApplyResources(this.bnLight3, "bnLight3");
this.bnLight3.BackColor = System.Drawing.Color.White;
this.bnLight3.Name = "bnLight3";
this.bnLight3.Tag = "2";
this.toolTip1.SetToolTip(this.bnLight3, resources.GetString("bnLight3.ToolTip"));
this.bnLight3.UseVisualStyleBackColor = false;
this.bnLight3.Click += new System.EventHandler(this.EditCustomLed);
//
@ -411,6 +422,7 @@
this.pBStatus1.Name = "pBStatus1";
this.pBStatus1.TabStop = false;
this.pBStatus1.Tag = "0";
this.toolTip1.SetToolTip(this.pBStatus1, resources.GetString("pBStatus1.ToolTip"));
this.pBStatus1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pBStatus_MouseClick);
//
// lbPad1
@ -418,6 +430,7 @@
resources.ApplyResources(this.lbPad1, "lbPad1");
this.lbPad1.Name = "lbPad1";
this.lbPad1.Tag = "0";
this.toolTip1.SetToolTip(this.lbPad1, resources.GetString("lbPad1.ToolTip"));
this.lbPad1.MouseLeave += new System.EventHandler(this.Pads_MouseLeave);
this.lbPad1.MouseHover += new System.EventHandler(this.Pads_MouseHover);
//
@ -426,6 +439,7 @@
resources.ApplyResources(this.lbPad2, "lbPad2");
this.lbPad2.Name = "lbPad2";
this.lbPad2.Tag = "1";
this.toolTip1.SetToolTip(this.lbPad2, resources.GetString("lbPad2.ToolTip"));
this.lbPad2.MouseLeave += new System.EventHandler(this.Pads_MouseLeave);
this.lbPad2.MouseHover += new System.EventHandler(this.Pads_MouseHover);
//
@ -434,6 +448,7 @@
resources.ApplyResources(this.bnEditC3, "bnEditC3");
this.bnEditC3.Name = "bnEditC3";
this.bnEditC3.Tag = "";
this.toolTip1.SetToolTip(this.bnEditC3, resources.GetString("bnEditC3.ToolTip"));
this.bnEditC3.UseVisualStyleBackColor = true;
this.bnEditC3.Click += new System.EventHandler(this.editButtons_Click);
//
@ -442,6 +457,7 @@
resources.ApplyResources(this.bnEditC4, "bnEditC4");
this.bnEditC4.Name = "bnEditC4";
this.bnEditC4.Tag = "";
this.toolTip1.SetToolTip(this.bnEditC4, resources.GetString("bnEditC4.ToolTip"));
this.bnEditC4.UseVisualStyleBackColor = true;
this.bnEditC4.Click += new System.EventHandler(this.editButtons_Click);
//
@ -450,6 +466,7 @@
resources.ApplyResources(this.lbPad3, "lbPad3");
this.lbPad3.Name = "lbPad3";
this.lbPad3.Tag = "2";
this.toolTip1.SetToolTip(this.lbPad3, resources.GetString("lbPad3.ToolTip"));
this.lbPad3.MouseLeave += new System.EventHandler(this.Pads_MouseLeave);
this.lbPad3.MouseHover += new System.EventHandler(this.Pads_MouseHover);
//
@ -458,6 +475,7 @@
resources.ApplyResources(this.lbPad4, "lbPad4");
this.lbPad4.Name = "lbPad4";
this.lbPad4.Tag = "3";
this.toolTip1.SetToolTip(this.lbPad4, resources.GetString("lbPad4.ToolTip"));
this.lbPad4.MouseLeave += new System.EventHandler(this.Pads_MouseLeave);
this.lbPad4.MouseHover += new System.EventHandler(this.Pads_MouseHover);
//
@ -468,6 +486,7 @@
this.cBController1.FormattingEnabled = true;
this.cBController1.Name = "cBController1";
this.cBController1.Tag = "0";
this.toolTip1.SetToolTip(this.cBController1, resources.GetString("cBController1.ToolTip"));
this.cBController1.SelectedValueChanged += new System.EventHandler(this.Profile_Changed);
//
// bnEditC2
@ -475,6 +494,7 @@
resources.ApplyResources(this.bnEditC2, "bnEditC2");
this.bnEditC2.Name = "bnEditC2";
this.bnEditC2.Tag = "";
this.toolTip1.SetToolTip(this.bnEditC2, resources.GetString("bnEditC2.ToolTip"));
this.bnEditC2.UseVisualStyleBackColor = true;
this.bnEditC2.Click += new System.EventHandler(this.editButtons_Click);
//
@ -485,6 +505,7 @@
this.cBController2.FormattingEnabled = true;
this.cBController2.Name = "cBController2";
this.cBController2.Tag = "1";
this.toolTip1.SetToolTip(this.cBController2, resources.GetString("cBController2.ToolTip"));
this.cBController2.SelectedValueChanged += new System.EventHandler(this.Profile_Changed);
//
// cBController3
@ -494,6 +515,7 @@
this.cBController3.FormattingEnabled = true;
this.cBController3.Name = "cBController3";
this.cBController3.Tag = "2";
this.toolTip1.SetToolTip(this.cBController3, resources.GetString("cBController3.ToolTip"));
this.cBController3.SelectedValueChanged += new System.EventHandler(this.Profile_Changed);
//
// bnEditC1
@ -501,6 +523,7 @@
resources.ApplyResources(this.bnEditC1, "bnEditC1");
this.bnEditC1.Name = "bnEditC1";
this.bnEditC1.Tag = "";
this.toolTip1.SetToolTip(this.bnEditC1, resources.GetString("bnEditC1.ToolTip"));
this.bnEditC1.UseVisualStyleBackColor = true;
this.bnEditC1.Click += new System.EventHandler(this.editButtons_Click);
//
@ -511,47 +534,56 @@
this.cBController4.FormattingEnabled = true;
this.cBController4.Name = "cBController4";
this.cBController4.Tag = "3";
this.toolTip1.SetToolTip(this.cBController4, resources.GetString("cBController4.ToolTip"));
this.cBController4.SelectedValueChanged += new System.EventHandler(this.Profile_Changed);
//
// lbSelectedProfile
//
resources.ApplyResources(this.lbSelectedProfile, "lbSelectedProfile");
this.lbSelectedProfile.Name = "lbSelectedProfile";
this.toolTip1.SetToolTip(this.lbSelectedProfile, resources.GetString("lbSelectedProfile.ToolTip"));
//
// lbID
//
resources.ApplyResources(this.lbID, "lbID");
this.lbID.Name = "lbID";
this.toolTip1.SetToolTip(this.lbID, resources.GetString("lbID.ToolTip"));
//
// lbStatus
//
resources.ApplyResources(this.lbStatus, "lbStatus");
this.lbStatus.Name = "lbStatus";
this.toolTip1.SetToolTip(this.lbStatus, resources.GetString("lbStatus.ToolTip"));
//
// lbBattery
//
resources.ApplyResources(this.lbBattery, "lbBattery");
this.lbBattery.Name = "lbBattery";
this.toolTip1.SetToolTip(this.lbBattery, resources.GetString("lbBattery.ToolTip"));
//
// lbBatt1
//
resources.ApplyResources(this.lbBatt1, "lbBatt1");
this.lbBatt1.Name = "lbBatt1";
this.toolTip1.SetToolTip(this.lbBatt1, resources.GetString("lbBatt1.ToolTip"));
//
// lbBatt2
//
resources.ApplyResources(this.lbBatt2, "lbBatt2");
this.lbBatt2.Name = "lbBatt2";
this.toolTip1.SetToolTip(this.lbBatt2, resources.GetString("lbBatt2.ToolTip"));
//
// lbBatt3
//
resources.ApplyResources(this.lbBatt3, "lbBatt3");
this.lbBatt3.Name = "lbBatt3";
this.toolTip1.SetToolTip(this.lbBatt3, resources.GetString("lbBatt3.ToolTip"));
//
// lbBatt4
//
resources.ApplyResources(this.lbBatt4, "lbBatt4");
this.lbBatt4.Name = "lbBatt4";
this.toolTip1.SetToolTip(this.lbBatt4, resources.GetString("lbBatt4.ToolTip"));
//
// pBStatus2
//
@ -561,6 +593,7 @@
this.pBStatus2.Name = "pBStatus2";
this.pBStatus2.TabStop = false;
this.pBStatus2.Tag = "1";
this.toolTip1.SetToolTip(this.pBStatus2, resources.GetString("pBStatus2.ToolTip"));
this.pBStatus2.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pBStatus_MouseClick);
//
// pBStatus3
@ -571,6 +604,7 @@
this.pBStatus3.Name = "pBStatus3";
this.pBStatus3.TabStop = false;
this.pBStatus3.Tag = "2";
this.toolTip1.SetToolTip(this.pBStatus3, resources.GetString("pBStatus3.ToolTip"));
this.pBStatus3.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pBStatus_MouseClick);
//
// pBStatus4
@ -581,32 +615,36 @@
this.pBStatus4.Name = "pBStatus4";
this.pBStatus4.TabStop = false;
this.pBStatus4.Tag = "3";
this.toolTip1.SetToolTip(this.pBStatus4, resources.GetString("pBStatus4.ToolTip"));
this.pBStatus4.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pBStatus_MouseClick);
//
// bnLight1
//
this.bnLight1.BackColor = System.Drawing.Color.White;
resources.ApplyResources(this.bnLight1, "bnLight1");
this.bnLight1.BackColor = System.Drawing.Color.White;
this.bnLight1.Name = "bnLight1";
this.bnLight1.Tag = "0";
this.toolTip1.SetToolTip(this.bnLight1, resources.GetString("bnLight1.ToolTip"));
this.bnLight1.UseVisualStyleBackColor = false;
this.bnLight1.Click += new System.EventHandler(this.EditCustomLed);
//
// bnLight2
//
this.bnLight2.BackColor = System.Drawing.Color.White;
resources.ApplyResources(this.bnLight2, "bnLight2");
this.bnLight2.BackColor = System.Drawing.Color.White;
this.bnLight2.Name = "bnLight2";
this.bnLight2.Tag = "1";
this.toolTip1.SetToolTip(this.bnLight2, resources.GetString("bnLight2.ToolTip"));
this.bnLight2.UseVisualStyleBackColor = false;
this.bnLight2.Click += new System.EventHandler(this.EditCustomLed);
//
// bnLight4
//
this.bnLight4.BackColor = System.Drawing.Color.White;
resources.ApplyResources(this.bnLight4, "bnLight4");
this.bnLight4.BackColor = System.Drawing.Color.White;
this.bnLight4.Name = "bnLight4";
this.bnLight4.Tag = "3";
this.toolTip1.SetToolTip(this.bnLight4, resources.GetString("bnLight4.ToolTip"));
this.bnLight4.UseVisualStyleBackColor = false;
this.bnLight4.Click += new System.EventHandler(this.EditCustomLed);
//
@ -614,12 +652,14 @@
//
resources.ApplyResources(this.lbLinkProfile, "lbLinkProfile");
this.lbLinkProfile.Name = "lbLinkProfile";
this.toolTip1.SetToolTip(this.lbLinkProfile, resources.GetString("lbLinkProfile.ToolTip"));
//
// linkCB1
//
resources.ApplyResources(this.linkCB1, "linkCB1");
this.linkCB1.Name = "linkCB1";
this.linkCB1.Tag = "0";
this.toolTip1.SetToolTip(this.linkCB1, resources.GetString("linkCB1.ToolTip"));
this.linkCB1.UseVisualStyleBackColor = true;
this.linkCB1.CheckedChanged += new System.EventHandler(this.linkCB_CheckedChanged);
//
@ -628,6 +668,7 @@
resources.ApplyResources(this.linkCB2, "linkCB2");
this.linkCB2.Name = "linkCB2";
this.linkCB2.Tag = "1";
this.toolTip1.SetToolTip(this.linkCB2, resources.GetString("linkCB2.ToolTip"));
this.linkCB2.UseVisualStyleBackColor = true;
this.linkCB2.CheckedChanged += new System.EventHandler(this.linkCB_CheckedChanged);
//
@ -636,6 +677,7 @@
resources.ApplyResources(this.linkCB3, "linkCB3");
this.linkCB3.Name = "linkCB3";
this.linkCB3.Tag = "2";
this.toolTip1.SetToolTip(this.linkCB3, resources.GetString("linkCB3.ToolTip"));
this.linkCB3.UseVisualStyleBackColor = true;
this.linkCB3.CheckedChanged += new System.EventHandler(this.linkCB_CheckedChanged);
//
@ -644,6 +686,7 @@
resources.ApplyResources(this.linkCB4, "linkCB4");
this.linkCB4.Name = "linkCB4";
this.linkCB4.Tag = "3";
this.toolTip1.SetToolTip(this.linkCB4, resources.GetString("linkCB4.ToolTip"));
this.linkCB4.UseVisualStyleBackColor = true;
this.linkCB4.CheckedChanged += new System.EventHandler(this.linkCB_CheckedChanged);
//
@ -651,23 +694,26 @@
//
resources.ApplyResources(this.lbNoControllers, "lbNoControllers");
this.lbNoControllers.Name = "lbNoControllers";
this.toolTip1.SetToolTip(this.lbNoControllers, resources.GetString("lbNoControllers.ToolTip"));
//
// tabProfiles
//
resources.ApplyResources(this.tabProfiles, "tabProfiles");
this.tabProfiles.Controls.Add(this.lBProfiles);
this.tabProfiles.Controls.Add(this.tSOptions);
this.tabProfiles.Controls.Add(this.toolStrip1);
resources.ApplyResources(this.tabProfiles, "tabProfiles");
this.tabProfiles.Name = "tabProfiles";
this.toolTip1.SetToolTip(this.tabProfiles, resources.GetString("tabProfiles.ToolTip"));
this.tabProfiles.UseVisualStyleBackColor = true;
//
// lBProfiles
//
resources.ApplyResources(this.lBProfiles, "lBProfiles");
this.lBProfiles.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.lBProfiles.ContextMenuStrip = this.cMProfile;
resources.ApplyResources(this.lBProfiles, "lBProfiles");
this.lBProfiles.FormattingEnabled = true;
this.lBProfiles.Name = "lBProfiles";
this.toolTip1.SetToolTip(this.lBProfiles, resources.GetString("lBProfiles.ToolTip"));
this.lBProfiles.SelectedIndexChanged += new System.EventHandler(this.lBProfiles_SelectedIndexChanged);
this.lBProfiles.KeyDown += new System.Windows.Forms.KeyEventHandler(this.lBProfiles_KeyDown);
this.lBProfiles.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lBProfiles_MouseDoubleClick);
@ -675,6 +721,7 @@
//
// cMProfile
//
resources.ApplyResources(this.cMProfile, "cMProfile");
this.cMProfile.ImageScalingSize = new System.Drawing.Size(24, 24);
this.cMProfile.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.editToolStripMenuItem,
@ -688,7 +735,7 @@
this.importToolStripMenuItem,
this.exportToolStripMenuItem});
this.cMProfile.Name = "cMProfile";
resources.ApplyResources(this.cMProfile, "cMProfile");
this.toolTip1.SetToolTip(this.cMProfile, resources.GetString("cMProfile.ToolTip"));
//
// editToolStripMenuItem
//
@ -698,60 +745,61 @@
//
// assignToController1ToolStripMenuItem
//
this.assignToController1ToolStripMenuItem.Name = "assignToController1ToolStripMenuItem";
resources.ApplyResources(this.assignToController1ToolStripMenuItem, "assignToController1ToolStripMenuItem");
this.assignToController1ToolStripMenuItem.Name = "assignToController1ToolStripMenuItem";
this.assignToController1ToolStripMenuItem.Click += new System.EventHandler(this.assignToController1ToolStripMenuItem_Click);
//
// assignToController2ToolStripMenuItem
//
this.assignToController2ToolStripMenuItem.Name = "assignToController2ToolStripMenuItem";
resources.ApplyResources(this.assignToController2ToolStripMenuItem, "assignToController2ToolStripMenuItem");
this.assignToController2ToolStripMenuItem.Name = "assignToController2ToolStripMenuItem";
this.assignToController2ToolStripMenuItem.Click += new System.EventHandler(this.assignToController2ToolStripMenuItem_Click);
//
// assignToController3ToolStripMenuItem
//
this.assignToController3ToolStripMenuItem.Name = "assignToController3ToolStripMenuItem";
resources.ApplyResources(this.assignToController3ToolStripMenuItem, "assignToController3ToolStripMenuItem");
this.assignToController3ToolStripMenuItem.Name = "assignToController3ToolStripMenuItem";
this.assignToController3ToolStripMenuItem.Click += new System.EventHandler(this.assignToController3ToolStripMenuItem_Click);
//
// assignToController4ToolStripMenuItem
//
this.assignToController4ToolStripMenuItem.Name = "assignToController4ToolStripMenuItem";
resources.ApplyResources(this.assignToController4ToolStripMenuItem, "assignToController4ToolStripMenuItem");
this.assignToController4ToolStripMenuItem.Name = "assignToController4ToolStripMenuItem";
this.assignToController4ToolStripMenuItem.Click += new System.EventHandler(this.assignToController4ToolStripMenuItem_Click);
//
// deleteToolStripMenuItem
//
this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
resources.ApplyResources(this.deleteToolStripMenuItem, "deleteToolStripMenuItem");
this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
this.deleteToolStripMenuItem.Click += new System.EventHandler(this.tsBDeleteProfle_Click);
//
// duplicateToolStripMenuItem
//
this.duplicateToolStripMenuItem.Name = "duplicateToolStripMenuItem";
resources.ApplyResources(this.duplicateToolStripMenuItem, "duplicateToolStripMenuItem");
this.duplicateToolStripMenuItem.Name = "duplicateToolStripMenuItem";
this.duplicateToolStripMenuItem.Click += new System.EventHandler(this.tSBDupProfile_Click);
//
// newProfileToolStripMenuItem
//
this.newProfileToolStripMenuItem.Name = "newProfileToolStripMenuItem";
resources.ApplyResources(this.newProfileToolStripMenuItem, "newProfileToolStripMenuItem");
this.newProfileToolStripMenuItem.Name = "newProfileToolStripMenuItem";
this.newProfileToolStripMenuItem.Click += new System.EventHandler(this.tsBNewProfile_Click);
//
// importToolStripMenuItem
//
this.importToolStripMenuItem.Name = "importToolStripMenuItem";
resources.ApplyResources(this.importToolStripMenuItem, "importToolStripMenuItem");
this.importToolStripMenuItem.Name = "importToolStripMenuItem";
this.importToolStripMenuItem.Click += new System.EventHandler(this.tSBImportProfile_Click);
//
// exportToolStripMenuItem
//
this.exportToolStripMenuItem.Name = "exportToolStripMenuItem";
resources.ApplyResources(this.exportToolStripMenuItem, "exportToolStripMenuItem");
this.exportToolStripMenuItem.Name = "exportToolStripMenuItem";
this.exportToolStripMenuItem.Click += new System.EventHandler(this.tSBExportProfile_Click);
//
// tSOptions
//
resources.ApplyResources(this.tSOptions, "tSOptions");
this.tSOptions.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
this.tSOptions.ImageScalingSize = new System.Drawing.Size(20, 20);
this.tSOptions.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
@ -761,54 +809,55 @@
this.tSBCancel,
this.toolStripSeparator3,
this.tSBKeepSize});
resources.ApplyResources(this.tSOptions, "tSOptions");
this.tSOptions.Name = "tSOptions";
this.tSOptions.ShowItemToolTips = false;
this.toolTip1.SetToolTip(this.tSOptions, resources.GetString("tSOptions.ToolTip"));
//
// toolStripLabel1
//
this.toolStripLabel1.Name = "toolStripLabel1";
resources.ApplyResources(this.toolStripLabel1, "toolStripLabel1");
this.toolStripLabel1.Name = "toolStripLabel1";
//
// tSTBProfile
//
resources.ApplyResources(this.tSTBProfile, "tSTBProfile");
this.tSTBProfile.ForeColor = System.Drawing.SystemColors.GrayText;
this.tSTBProfile.Name = "tSTBProfile";
resources.ApplyResources(this.tSTBProfile, "tSTBProfile");
this.tSTBProfile.Enter += new System.EventHandler(this.tBProfile_Enter);
this.tSTBProfile.Leave += new System.EventHandler(this.tBProfile_Leave);
this.tSTBProfile.TextChanged += new System.EventHandler(this.tBProfile_TextChanged);
//
// tSBSaveProfile
//
resources.ApplyResources(this.tSBSaveProfile, "tSBSaveProfile");
this.tSBSaveProfile.AutoToolTip = false;
this.tSBSaveProfile.Image = global::DS4Windows.Properties.Resources.saveprofile;
resources.ApplyResources(this.tSBSaveProfile, "tSBSaveProfile");
this.tSBSaveProfile.Name = "tSBSaveProfile";
this.tSBSaveProfile.Click += new System.EventHandler(this.tSBSaveProfile_Click);
//
// tSBCancel
//
resources.ApplyResources(this.tSBCancel, "tSBCancel");
this.tSBCancel.AutoToolTip = false;
this.tSBCancel.Image = global::DS4Windows.Properties.Resources.delete;
resources.ApplyResources(this.tSBCancel, "tSBCancel");
this.tSBCancel.Name = "tSBCancel";
this.tSBCancel.Click += new System.EventHandler(this.tSBCancel_Click);
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
resources.ApplyResources(this.toolStripSeparator3, "toolStripSeparator3");
this.toolStripSeparator3.Name = "toolStripSeparator3";
//
// tSBKeepSize
//
this.tSBKeepSize.Image = global::DS4Windows.Properties.Resources.size;
resources.ApplyResources(this.tSBKeepSize, "tSBKeepSize");
this.tSBKeepSize.Image = global::DS4Windows.Properties.Resources.size;
this.tSBKeepSize.Name = "tSBKeepSize";
this.tSBKeepSize.Click += new System.EventHandler(this.tSBKeepSize_Click);
//
// toolStrip1
//
resources.ApplyResources(this.toolStrip1, "toolStrip1");
this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
this.toolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
@ -818,13 +867,13 @@
this.tSBDupProfile,
this.tSBImportProfile,
this.tSBExportProfile});
resources.ApplyResources(this.toolStrip1, "toolStrip1");
this.toolStrip1.Name = "toolStrip1";
this.toolTip1.SetToolTip(this.toolStrip1, resources.GetString("toolStrip1.ToolTip"));
//
// tsBNewProfle
//
this.tsBNewProfle.Image = global::DS4Windows.Properties.Resources.newprofile;
resources.ApplyResources(this.tsBNewProfle, "tsBNewProfle");
this.tsBNewProfle.Image = global::DS4Windows.Properties.Resources.newprofile;
this.tsBNewProfle.Name = "tsBNewProfle";
this.tsBNewProfle.Click += new System.EventHandler(this.tsBNewProfile_Click);
//
@ -851,8 +900,8 @@
//
// tSBImportProfile
//
this.tSBImportProfile.Image = global::DS4Windows.Properties.Resources.import;
resources.ApplyResources(this.tSBImportProfile, "tSBImportProfile");
this.tSBImportProfile.Image = global::DS4Windows.Properties.Resources.import;
this.tSBImportProfile.Name = "tSBImportProfile";
this.tSBImportProfile.Click += new System.EventHandler(this.tSBImportProfile_Click);
//
@ -867,13 +916,15 @@
//
resources.ApplyResources(this.tabAutoProfiles, "tabAutoProfiles");
this.tabAutoProfiles.Name = "tabAutoProfiles";
this.toolTip1.SetToolTip(this.tabAutoProfiles, resources.GetString("tabAutoProfiles.ToolTip"));
this.tabAutoProfiles.UseVisualStyleBackColor = true;
//
// tabSettings
//
this.tabSettings.Controls.Add(this.fLPSettings);
resources.ApplyResources(this.tabSettings, "tabSettings");
this.tabSettings.Controls.Add(this.fLPSettings);
this.tabSettings.Name = "tabSettings";
this.toolTip1.SetToolTip(this.tabSettings, resources.GetString("tabSettings.ToolTip"));
this.tabSettings.UseVisualStyleBackColor = true;
//
// fLPSettings
@ -896,11 +947,13 @@
this.fLPSettings.Controls.Add(this.pnlXIPorts);
this.fLPSettings.Controls.Add(this.flowLayoutPanel1);
this.fLPSettings.Name = "fLPSettings";
this.toolTip1.SetToolTip(this.fLPSettings, resources.GetString("fLPSettings.ToolTip"));
//
// hideDS4CheckBox
//
resources.ApplyResources(this.hideDS4CheckBox, "hideDS4CheckBox");
this.hideDS4CheckBox.Name = "hideDS4CheckBox";
this.toolTip1.SetToolTip(this.hideDS4CheckBox, resources.GetString("hideDS4CheckBox.ToolTip"));
this.hideDS4CheckBox.UseVisualStyleBackColor = true;
this.hideDS4CheckBox.CheckedChanged += new System.EventHandler(this.hideDS4CheckBox_CheckedChanged);
//
@ -910,6 +963,7 @@
this.cBSwipeProfiles.Checked = true;
this.cBSwipeProfiles.CheckState = System.Windows.Forms.CheckState.Checked;
this.cBSwipeProfiles.Name = "cBSwipeProfiles";
this.toolTip1.SetToolTip(this.cBSwipeProfiles, resources.GetString("cBSwipeProfiles.ToolTip"));
this.cBSwipeProfiles.UseVisualStyleBackColor = true;
this.cBSwipeProfiles.CheckedChanged += new System.EventHandler(this.cBSwipeProfiles_CheckedChanged);
//
@ -917,30 +971,34 @@
//
resources.ApplyResources(this.StartWindowsCheckBox, "StartWindowsCheckBox");
this.StartWindowsCheckBox.Name = "StartWindowsCheckBox";
this.toolTip1.SetToolTip(this.StartWindowsCheckBox, resources.GetString("StartWindowsCheckBox.ToolTip"));
this.StartWindowsCheckBox.UseVisualStyleBackColor = true;
this.StartWindowsCheckBox.CheckedChanged += new System.EventHandler(this.StartWindowsCheckBox_CheckedChanged);
//
// runStartupPanel
//
resources.ApplyResources(this.runStartupPanel, "runStartupPanel");
this.runStartupPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.runStartupPanel.Controls.Add(this.uacPictureBox);
this.runStartupPanel.Controls.Add(this.runStartTaskRadio);
this.runStartupPanel.Controls.Add(this.label1);
this.runStartupPanel.Controls.Add(this.runStartProgRadio);
resources.ApplyResources(this.runStartupPanel, "runStartupPanel");
this.runStartupPanel.Name = "runStartupPanel";
this.toolTip1.SetToolTip(this.runStartupPanel, resources.GetString("runStartupPanel.ToolTip"));
//
// uacPictureBox
//
resources.ApplyResources(this.uacPictureBox, "uacPictureBox");
this.uacPictureBox.Name = "uacPictureBox";
this.uacPictureBox.TabStop = false;
this.toolTip1.SetToolTip(this.uacPictureBox, resources.GetString("uacPictureBox.ToolTip"));
//
// runStartTaskRadio
//
resources.ApplyResources(this.runStartTaskRadio, "runStartTaskRadio");
this.runStartTaskRadio.Name = "runStartTaskRadio";
this.runStartTaskRadio.TabStop = true;
this.toolTip1.SetToolTip(this.runStartTaskRadio, resources.GetString("runStartTaskRadio.ToolTip"));
this.runStartTaskRadio.UseVisualStyleBackColor = true;
this.runStartTaskRadio.Click += new System.EventHandler(this.runStartTaskRadio_Click);
//
@ -948,6 +1006,7 @@
//
resources.ApplyResources(this.label1, "label1");
this.label1.Name = "label1";
this.toolTip1.SetToolTip(this.label1, resources.GetString("label1.ToolTip"));
//
// runStartProgRadio
//
@ -955,6 +1014,7 @@
this.runStartProgRadio.Checked = true;
this.runStartProgRadio.Name = "runStartProgRadio";
this.runStartProgRadio.TabStop = true;
this.toolTip1.SetToolTip(this.runStartProgRadio, resources.GetString("runStartProgRadio.ToolTip"));
this.runStartProgRadio.UseVisualStyleBackColor = true;
this.runStartProgRadio.Click += new System.EventHandler(this.runStartProgRadio_Click);
//
@ -962,20 +1022,23 @@
//
resources.ApplyResources(this.startMinimizedCheckBox, "startMinimizedCheckBox");
this.startMinimizedCheckBox.Name = "startMinimizedCheckBox";
this.toolTip1.SetToolTip(this.startMinimizedCheckBox, resources.GetString("startMinimizedCheckBox.ToolTip"));
this.startMinimizedCheckBox.UseVisualStyleBackColor = true;
this.startMinimizedCheckBox.CheckedChanged += new System.EventHandler(this.startMinimizedCheckBox_CheckedChanged);
//
// panel1
//
resources.ApplyResources(this.panel1, "panel1");
this.panel1.Controls.Add(this.lbNotifications);
this.panel1.Controls.Add(this.cBoxNotifications);
resources.ApplyResources(this.panel1, "panel1");
this.panel1.Name = "panel1";
this.toolTip1.SetToolTip(this.panel1, resources.GetString("panel1.ToolTip"));
//
// lbNotifications
//
resources.ApplyResources(this.lbNotifications, "lbNotifications");
this.lbNotifications.Name = "lbNotifications";
this.toolTip1.SetToolTip(this.lbNotifications, resources.GetString("lbNotifications.ToolTip"));
//
// cBoxNotifications
//
@ -987,22 +1050,25 @@
resources.GetString("cBoxNotifications.Items1"),
resources.GetString("cBoxNotifications.Items2")});
this.cBoxNotifications.Name = "cBoxNotifications";
this.toolTip1.SetToolTip(this.cBoxNotifications, resources.GetString("cBoxNotifications.ToolTip"));
this.cBoxNotifications.SelectedIndexChanged += new System.EventHandler(this.cBoxNotifications_SelectedIndexChanged);
//
// cBDisconnectBT
//
resources.ApplyResources(this.cBDisconnectBT, "cBDisconnectBT");
this.cBDisconnectBT.Name = "cBDisconnectBT";
this.toolTip1.SetToolTip(this.cBDisconnectBT, resources.GetString("cBDisconnectBT.ToolTip"));
this.cBDisconnectBT.UseVisualStyleBackColor = true;
this.cBDisconnectBT.CheckedChanged += new System.EventHandler(this.cBDisconnectBT_CheckedChanged);
//
// panel2
//
resources.ApplyResources(this.panel2, "panel2");
this.panel2.Controls.Add(this.nUDLatency);
this.panel2.Controls.Add(this.lbMsLatency);
this.panel2.Controls.Add(this.cBFlashWhenLate);
resources.ApplyResources(this.panel2, "panel2");
this.panel2.Name = "panel2";
this.toolTip1.SetToolTip(this.panel2, resources.GetString("panel2.ToolTip"));
//
// nUDLatency
//
@ -1013,6 +1079,7 @@
0,
0});
this.nUDLatency.Name = "nUDLatency";
this.toolTip1.SetToolTip(this.nUDLatency, resources.GetString("nUDLatency.ToolTip"));
this.nUDLatency.Value = new decimal(new int[] {
20,
0,
@ -1024,6 +1091,7 @@
//
resources.ApplyResources(this.lbMsLatency, "lbMsLatency");
this.lbMsLatency.Name = "lbMsLatency";
this.toolTip1.SetToolTip(this.lbMsLatency, resources.GetString("lbMsLatency.ToolTip"));
//
// cBFlashWhenLate
//
@ -1031,6 +1099,7 @@
this.cBFlashWhenLate.Checked = true;
this.cBFlashWhenLate.CheckState = System.Windows.Forms.CheckState.Checked;
this.cBFlashWhenLate.Name = "cBFlashWhenLate";
this.toolTip1.SetToolTip(this.cBFlashWhenLate, resources.GetString("cBFlashWhenLate.ToolTip"));
this.cBFlashWhenLate.UseVisualStyleBackColor = true;
this.cBFlashWhenLate.CheckedChanged += new System.EventHandler(this.cBFlashWhenLate_CheckedChanged);
//
@ -1038,6 +1107,7 @@
//
resources.ApplyResources(this.cBCloseMini, "cBCloseMini");
this.cBCloseMini.Name = "cBCloseMini";
this.toolTip1.SetToolTip(this.cBCloseMini, resources.GetString("cBCloseMini.ToolTip"));
this.cBCloseMini.UseVisualStyleBackColor = true;
this.cBCloseMini.CheckedChanged += new System.EventHandler(this.cBCloseMini_CheckedChanged);
//
@ -1045,6 +1115,7 @@
//
resources.ApplyResources(this.cBQuickCharge, "cBQuickCharge");
this.cBQuickCharge.Name = "cBQuickCharge";
this.toolTip1.SetToolTip(this.cBQuickCharge, resources.GetString("cBQuickCharge.ToolTip"));
this.cBQuickCharge.UseVisualStyleBackColor = true;
this.cBQuickCharge.CheckedChanged += new System.EventHandler(this.cBQuickCharge_CheckedChanged);
//
@ -1052,6 +1123,7 @@
//
resources.ApplyResources(this.cBUseWhiteIcon, "cBUseWhiteIcon");
this.cBUseWhiteIcon.Name = "cBUseWhiteIcon";
this.toolTip1.SetToolTip(this.cBUseWhiteIcon, resources.GetString("cBUseWhiteIcon.ToolTip"));
this.cBUseWhiteIcon.UseVisualStyleBackColor = true;
this.cBUseWhiteIcon.CheckedChanged += new System.EventHandler(this.cBUseWhiteIcon_CheckedChanged);
//
@ -1061,6 +1133,7 @@
this.cBDownloadLangauge.Checked = true;
this.cBDownloadLangauge.CheckState = System.Windows.Forms.CheckState.Checked;
this.cBDownloadLangauge.Name = "cBDownloadLangauge";
this.toolTip1.SetToolTip(this.cBDownloadLangauge, resources.GetString("cBDownloadLangauge.ToolTip"));
this.cBDownloadLangauge.UseVisualStyleBackColor = true;
this.cBDownloadLangauge.CheckedChanged += new System.EventHandler(this.cBDownloadLangauge_CheckedChanged);
//
@ -1068,16 +1141,18 @@
//
resources.ApplyResources(this.cBUpdate, "cBUpdate");
this.cBUpdate.Name = "cBUpdate";
this.toolTip1.SetToolTip(this.cBUpdate, resources.GetString("cBUpdate.ToolTip"));
this.cBUpdate.UseVisualStyleBackColor = true;
this.cBUpdate.CheckedChanged += new System.EventHandler(this.cBUpdate_CheckedChanged);
//
// pNUpdate
//
resources.ApplyResources(this.pNUpdate, "pNUpdate");
this.pNUpdate.Controls.Add(this.cBUpdateTime);
this.pNUpdate.Controls.Add(this.lbCheckEvery);
this.pNUpdate.Controls.Add(this.nUDUpdateTime);
resources.ApplyResources(this.pNUpdate, "pNUpdate");
this.pNUpdate.Name = "pNUpdate";
this.toolTip1.SetToolTip(this.pNUpdate, resources.GetString("pNUpdate.ToolTip"));
//
// cBUpdateTime
//
@ -1088,12 +1163,14 @@
resources.GetString("cBUpdateTime.Items"),
resources.GetString("cBUpdateTime.Items1")});
this.cBUpdateTime.Name = "cBUpdateTime";
this.toolTip1.SetToolTip(this.cBUpdateTime, resources.GetString("cBUpdateTime.ToolTip"));
this.cBUpdateTime.SelectedIndexChanged += new System.EventHandler(this.cBUpdateTime_SelectedIndexChanged);
//
// lbCheckEvery
//
resources.ApplyResources(this.lbCheckEvery, "lbCheckEvery");
this.lbCheckEvery.Name = "lbCheckEvery";
this.toolTip1.SetToolTip(this.lbCheckEvery, resources.GetString("lbCheckEvery.ToolTip"));
//
// nUDUpdateTime
//
@ -1104,20 +1181,23 @@
0,
0});
this.nUDUpdateTime.Name = "nUDUpdateTime";
this.toolTip1.SetToolTip(this.nUDUpdateTime, resources.GetString("nUDUpdateTime.ToolTip"));
this.nUDUpdateTime.ValueChanged += new System.EventHandler(this.nUDUpdateTime_ValueChanged);
//
// pnlXIPorts
//
resources.ApplyResources(this.pnlXIPorts, "pnlXIPorts");
this.pnlXIPorts.Controls.Add(this.lbUseXIPorts);
this.pnlXIPorts.Controls.Add(this.nUDXIPorts);
this.pnlXIPorts.Controls.Add(this.lbLastXIPort);
resources.ApplyResources(this.pnlXIPorts, "pnlXIPorts");
this.pnlXIPorts.Name = "pnlXIPorts";
this.toolTip1.SetToolTip(this.pnlXIPorts, resources.GetString("pnlXIPorts.ToolTip"));
//
// lbUseXIPorts
//
resources.ApplyResources(this.lbUseXIPorts, "lbUseXIPorts");
this.lbUseXIPorts.Name = "lbUseXIPorts";
this.toolTip1.SetToolTip(this.lbUseXIPorts, resources.GetString("lbUseXIPorts.ToolTip"));
//
// nUDXIPorts
//
@ -1133,6 +1213,7 @@
0,
0});
this.nUDXIPorts.Name = "nUDXIPorts";
this.toolTip1.SetToolTip(this.nUDXIPorts, resources.GetString("nUDXIPorts.ToolTip"));
this.nUDXIPorts.Value = new decimal(new int[] {
1,
0,
@ -1146,6 +1227,7 @@
//
resources.ApplyResources(this.lbLastXIPort, "lbLastXIPort");
this.lbLastXIPort.Name = "lbLastXIPort";
this.toolTip1.SetToolTip(this.lbLastXIPort, resources.GetString("lbLastXIPort.ToolTip"));
//
// flowLayoutPanel1
//
@ -1156,12 +1238,14 @@
this.flowLayoutPanel1.Controls.Add(this.linkSetup);
this.flowLayoutPanel1.Controls.Add(this.lLBUpdate);
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
this.toolTip1.SetToolTip(this.flowLayoutPanel1, resources.GetString("flowLayoutPanel1.ToolTip"));
//
// linkProfiles
//
resources.ApplyResources(this.linkProfiles, "linkProfiles");
this.linkProfiles.Name = "linkProfiles";
this.linkProfiles.TabStop = true;
this.toolTip1.SetToolTip(this.linkProfiles, resources.GetString("linkProfiles.ToolTip"));
this.linkProfiles.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkProfiles_LinkClicked);
//
// lnkControllers
@ -1169,6 +1253,7 @@
resources.ApplyResources(this.lnkControllers, "lnkControllers");
this.lnkControllers.Name = "lnkControllers";
this.lnkControllers.TabStop = true;
this.toolTip1.SetToolTip(this.lnkControllers, resources.GetString("lnkControllers.ToolTip"));
this.lnkControllers.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkControllers_LinkClicked);
//
// linkUninstall
@ -1176,6 +1261,7 @@
resources.ApplyResources(this.linkUninstall, "linkUninstall");
this.linkUninstall.Name = "linkUninstall";
this.linkUninstall.TabStop = true;
this.toolTip1.SetToolTip(this.linkUninstall, resources.GetString("linkUninstall.ToolTip"));
this.linkUninstall.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkUninstall_LinkClicked);
//
// linkSetup
@ -1183,6 +1269,7 @@
resources.ApplyResources(this.linkSetup, "linkSetup");
this.linkSetup.Name = "linkSetup";
this.linkSetup.TabStop = true;
this.toolTip1.SetToolTip(this.linkSetup, resources.GetString("linkSetup.ToolTip"));
this.linkSetup.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lLSetup_LinkClicked);
//
// lLBUpdate
@ -1190,27 +1277,31 @@
resources.ApplyResources(this.lLBUpdate, "lLBUpdate");
this.lLBUpdate.Name = "lLBUpdate";
this.lLBUpdate.TabStop = true;
this.toolTip1.SetToolTip(this.lLBUpdate, resources.GetString("lLBUpdate.ToolTip"));
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.panel3);
resources.ApplyResources(this.tabLog, "tabLog");
this.tabLog.Name = "tabLog";
this.toolTip1.SetToolTip(this.tabLog, resources.GetString("tabLog.ToolTip"));
this.tabLog.UseVisualStyleBackColor = true;
//
// panel3
//
resources.ApplyResources(this.panel3, "panel3");
this.panel3.Controls.Add(this.exportLogTxtBtn);
this.panel3.Controls.Add(this.btnClear);
resources.ApplyResources(this.panel3, "panel3");
this.panel3.Name = "panel3";
this.toolTip1.SetToolTip(this.panel3, resources.GetString("panel3.ToolTip"));
//
// exportLogTxtBtn
//
resources.ApplyResources(this.exportLogTxtBtn, "exportLogTxtBtn");
this.exportLogTxtBtn.Name = "exportLogTxtBtn";
this.toolTip1.SetToolTip(this.exportLogTxtBtn, resources.GetString("exportLogTxtBtn.ToolTip"));
this.exportLogTxtBtn.UseVisualStyleBackColor = true;
this.exportLogTxtBtn.Click += new System.EventHandler(this.exportLogTxtBtn_Click);
//
@ -1218,6 +1309,7 @@
//
resources.ApplyResources(this.btnClear, "btnClear");
this.btnClear.Name = "btnClear";
this.toolTip1.SetToolTip(this.btnClear, resources.GetString("btnClear.ToolTip"));
this.btnClear.UseVisualStyleBackColor = true;
this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
//
@ -1227,6 +1319,7 @@
//
// cMCustomLed
//
resources.ApplyResources(this.cMCustomLed, "cMCustomLed");
this.cMCustomLed.ImageScalingSize = new System.Drawing.Size(20, 20);
this.cMCustomLed.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.useProfileColorToolStripMenuItem,
@ -1234,31 +1327,32 @@
this.cMCustomLed.Name = "cMCustomLed";
this.cMCustomLed.ShowCheckMargin = true;
this.cMCustomLed.ShowImageMargin = false;
resources.ApplyResources(this.cMCustomLed, "cMCustomLed");
this.toolTip1.SetToolTip(this.cMCustomLed, resources.GetString("cMCustomLed.ToolTip"));
//
// useProfileColorToolStripMenuItem
//
resources.ApplyResources(this.useProfileColorToolStripMenuItem, "useProfileColorToolStripMenuItem");
this.useProfileColorToolStripMenuItem.Checked = true;
this.useProfileColorToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
this.useProfileColorToolStripMenuItem.Name = "useProfileColorToolStripMenuItem";
resources.ApplyResources(this.useProfileColorToolStripMenuItem, "useProfileColorToolStripMenuItem");
this.useProfileColorToolStripMenuItem.Click += new System.EventHandler(this.useProfileColorToolStripMenuItem_Click);
//
// useCustomColorToolStripMenuItem
//
this.useCustomColorToolStripMenuItem.Name = "useCustomColorToolStripMenuItem";
resources.ApplyResources(this.useCustomColorToolStripMenuItem, "useCustomColorToolStripMenuItem");
this.useCustomColorToolStripMenuItem.Name = "useCustomColorToolStripMenuItem";
this.useCustomColorToolStripMenuItem.Click += new System.EventHandler(this.useCustomColorToolStripMenuItem_Click);
//
// DS4Form
//
this.AllowDrop = true;
resources.ApplyResources(this, "$this");
this.AllowDrop = true;
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.Color.White;
this.Controls.Add(this.tabMain);
this.Controls.Add(this.pnlButton);
this.Name = "DS4Form";
this.toolTip1.SetToolTip(this, resources.GetString("$this.ToolTip"));
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ScpForm_Closing);
this.DragDrop += new System.Windows.Forms.DragEventHandler(this.ScpForm_DragDrop);
this.DragEnter += new System.Windows.Forms.DragEventHandler(this.ScpForm_DragEnter);

File diff suppressed because it is too large Load Diff

View File

@ -124,6 +124,18 @@
<value>Дата</value>
</data>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="llbHelp.Location" type="System.Drawing.Point, System.Drawing">
<value>718, 8</value>
</data>
<data name="llbHelp.Size" type="System.Drawing.Size, System.Drawing">
<value>174, 13</value>
</data>
<data name="llbHelp.Text" xml:space="preserve">
<value>Горячие клавиши / О программе</value>
</data>
<data name="lbTest.Location" type="System.Drawing.Point, System.Drawing">
<value>600, 8</value>
</data>
<data name="btnStartStop.Location" type="System.Drawing.Point, System.Drawing">
<value>1024, 5</value>
</data>
@ -136,65 +148,8 @@
<data name="lbLastMessage.Size" type="System.Drawing.Size, System.Drawing">
<value>681, 18</value>
</data>
<data name="llbHelp.Location" type="System.Drawing.Point, System.Drawing">
<value>885, 11</value>
</data>
<data name="llbHelp.Size" type="System.Drawing.Size, System.Drawing">
<value>126, 17</value>
</data>
<data name="llbHelp.Text" xml:space="preserve">
<value>Горячие клавиши / О программе</value>
</data>
<data name="btnClear.Text" xml:space="preserve">
<value>Очистить журнал</value>
</data>
<data name="editProfileForController1ToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>379, 26</value>
</data>
<data name="editProfileForController1ToolStripMenuItem.Text" xml:space="preserve">
<value>Редакт. профиль 1-го контроллера</value>
</data>
<data name="editProfileForController2ToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>379, 26</value>
</data>
<data name="editProfileForController2ToolStripMenuItem.Text" xml:space="preserve">
<value>Редакт. профиль 2-го контроллера</value>
</data>
<data name="editProfileForController3ToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>379, 26</value>
</data>
<data name="editProfileForController3ToolStripMenuItem.Text" xml:space="preserve">
<value>Редакт. профиль 3-го контроллера</value>
</data>
<data name="editProfileForController4ToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>379, 26</value>
</data>
<data name="editProfileForController4ToolStripMenuItem.Text" xml:space="preserve">
<value>Редакт. профиль 4-го контроллера</value>
</data>
<data name="toolStripSeparator1.Size" type="System.Drawing.Size, System.Drawing">
<value>376, 6</value>
</data>
<data name="startToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>379, 26</value>
</data>
<data name="startToolStripMenuItem.Text" xml:space="preserve">
<value>Запустить</value>
</data>
<data name="openToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>379, 26</value>
</data>
<data name="openToolStripMenuItem.Text" xml:space="preserve">
<value>Открыть</value>
</data>
<data name="exitToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>379, 26</value>
</data>
<data name="exitToolStripMenuItem.Text" xml:space="preserve">
<value>Выход (ср. кнопка мыши)</value>
</data>
<data name="cMTaskbar.Size" type="System.Drawing.Size, System.Drawing">
<value>380, 192</value>
<value>268, 164</value>
</data>
<data name="notifyIcon1.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
@ -6368,26 +6323,83 @@
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=
</value>
</data>
<data name="editProfileForController1ToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>267, 22</value>
</data>
<data name="editProfileForController1ToolStripMenuItem.Text" xml:space="preserve">
<value>Редакт. профиль 1-го контроллера</value>
</data>
<data name="editProfileForController2ToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>267, 22</value>
</data>
<data name="editProfileForController2ToolStripMenuItem.Text" xml:space="preserve">
<value>Редакт. профиль 2-го контроллера</value>
</data>
<data name="editProfileForController3ToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>267, 22</value>
</data>
<data name="editProfileForController3ToolStripMenuItem.Text" xml:space="preserve">
<value>Редакт. профиль 3-го контроллера</value>
</data>
<data name="editProfileForController4ToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>267, 22</value>
</data>
<data name="editProfileForController4ToolStripMenuItem.Text" xml:space="preserve">
<value>Редакт. профиль 4-го контроллера</value>
</data>
<data name="toolStripSeparator1.Size" type="System.Drawing.Size, System.Drawing">
<value>264, 6</value>
</data>
<data name="startToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>267, 22</value>
</data>
<data name="startToolStripMenuItem.Text" xml:space="preserve">
<value>Запустить</value>
</data>
<data name="openToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>267, 22</value>
</data>
<data name="openToolStripMenuItem.Text" xml:space="preserve">
<value>Открыть</value>
</data>
<data name="exitToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>267, 22</value>
</data>
<data name="exitToolStripMenuItem.Text" xml:space="preserve">
<value>Выход (ср. кнопка мыши)</value>
</data>
<data name="tabControllers.Text" xml:space="preserve">
<value>Контроллеры</value>
</data>
<data name="tLPControllers.Size" type="System.Drawing.Size, System.Drawing">
<value>896, 161</value>
</data>
<data name="bnLight3.Location" type="System.Drawing.Point, System.Drawing">
<value>1085, 94</value>
<value>774, 97</value>
</data>
<data name="bnLight3.Size" type="System.Drawing.Size, System.Drawing">
<value>33, 28</value>
<value>119, 26</value>
</data>
<data name="pBStatus1.Location" type="System.Drawing.Point, System.Drawing">
<value>438, 26</value>
<value>222, 36</value>
</data>
<data name="lbPad1.Location" type="System.Drawing.Point, System.Drawing">
<value>3, 38</value>
</data>
<data name="lbPad2.Location" type="System.Drawing.Point, System.Drawing">
<value>3, 70</value>
</data>
<data name="bnEditC3.Location" type="System.Drawing.Point, System.Drawing">
<value>948, 94</value>
<value>639, 97</value>
</data>
<data name="bnEditC3.Size" type="System.Drawing.Size, System.Drawing">
<value>129, 28</value>
<value>129, 26</value>
</data>
<data name="bnEditC3.Text" xml:space="preserve">
<value>Редактировать</value>
</data>
<data name="bnEditC4.Location" type="System.Drawing.Point, System.Drawing">
<value>948, 130</value>
<value>639, 129</value>
</data>
<data name="bnEditC4.Size" type="System.Drawing.Size, System.Drawing">
<value>129, 28</value>
@ -6395,179 +6407,203 @@
<data name="bnEditC4.Text" xml:space="preserve">
<value>Редактировать</value>
</data>
<data name="lbPad3.Location" type="System.Drawing.Point, System.Drawing">
<value>3, 102</value>
</data>
<data name="lbPad4.Location" type="System.Drawing.Point, System.Drawing">
<value>3, 136</value>
</data>
<data name="cBController1.Location" type="System.Drawing.Point, System.Drawing">
<value>782, 23</value>
<value>503, 35</value>
</data>
<data name="bnEditC2.Location" type="System.Drawing.Point, System.Drawing">
<value>948, 58</value>
<value>639, 65</value>
</data>
<data name="bnEditC2.Size" type="System.Drawing.Size, System.Drawing">
<value>129, 28</value>
<value>129, 26</value>
</data>
<data name="bnEditC2.Text" xml:space="preserve">
<value>Редактировать</value>
</data>
<data name="cBController2.Location" type="System.Drawing.Point, System.Drawing">
<value>782, 59</value>
<value>503, 67</value>
</data>
<data name="cBController3.Location" type="System.Drawing.Point, System.Drawing">
<value>782, 95</value>
<value>503, 99</value>
</data>
<data name="bnEditC1.Location" type="System.Drawing.Point, System.Drawing">
<value>948, 22</value>
<value>639, 33</value>
</data>
<data name="bnEditC1.Size" type="System.Drawing.Size, System.Drawing">
<value>129, 28</value>
<value>129, 26</value>
</data>
<data name="bnEditC1.Text" xml:space="preserve">
<value>Редактировать</value>
</data>
<data name="cBController4.Location" type="System.Drawing.Point, System.Drawing">
<value>782, 131</value>
<value>503, 133</value>
</data>
<data name="lbSelectedProfile.Location" type="System.Drawing.Point, System.Drawing">
<value>762, 0</value>
<value>485, 7</value>
</data>
<data name="lbSelectedProfile.Size" type="System.Drawing.Size, System.Drawing">
<value>178, 18</value>
<value>148, 15</value>
</data>
<data name="lbSelectedProfile.Text" xml:space="preserve">
<value>Выбранный профиль</value>
</data>
<data name="lbID.Size" type="System.Drawing.Size, System.Drawing">
<value>122, 18</value>
<value>101, 15</value>
</data>
<data name="lbID.Text" xml:space="preserve">
<value>ID устройства</value>
</data>
<data name="lbStatus.Location" type="System.Drawing.Point, System.Drawing">
<value>382, 0</value>
<value>194, 0</value>
</data>
<data name="lbStatus.Size" type="System.Drawing.Size, System.Drawing">
<value>151, 18</value>
<value>95, 30</value>
</data>
<data name="lbStatus.Text" xml:space="preserve">
<value>Тип подключения</value>
</data>
<data name="lbBattery.Location" type="System.Drawing.Point, System.Drawing">
<value>602, 0</value>
<value>303, 7</value>
</data>
<data name="lbBattery.Size" type="System.Drawing.Size, System.Drawing">
<value>118, 18</value>
<value>91, 15</value>
</data>
<data name="lbBattery.Text" xml:space="preserve">
<value>Аккумулятор</value>
</data>
<data name="lbBatt1.Location" type="System.Drawing.Point, System.Drawing">
<value>639, 27</value>
<value>329, 38</value>
</data>
<data name="lbBatt2.Location" type="System.Drawing.Point, System.Drawing">
<value>639, 63</value>
<value>329, 70</value>
</data>
<data name="lbBatt3.Location" type="System.Drawing.Point, System.Drawing">
<value>639, 99</value>
<value>329, 102</value>
</data>
<data name="lbBatt4.Location" type="System.Drawing.Point, System.Drawing">
<value>639, 135</value>
<value>329, 136</value>
</data>
<data name="pBStatus2.Location" type="System.Drawing.Point, System.Drawing">
<value>438, 62</value>
<value>222, 68</value>
</data>
<data name="pBStatus3.Location" type="System.Drawing.Point, System.Drawing">
<value>438, 98</value>
<value>222, 100</value>
</data>
<data name="pBStatus4.Location" type="System.Drawing.Point, System.Drawing">
<value>438, 134</value>
<value>222, 133</value>
</data>
<data name="bnLight1.Location" type="System.Drawing.Point, System.Drawing">
<value>1085, 22</value>
<value>774, 33</value>
</data>
<data name="bnLight1.Size" type="System.Drawing.Size, System.Drawing">
<value>33, 28</value>
<value>119, 26</value>
</data>
<data name="bnLight2.Location" type="System.Drawing.Point, System.Drawing">
<value>1085, 58</value>
<value>774, 65</value>
</data>
<data name="bnLight2.Size" type="System.Drawing.Size, System.Drawing">
<value>33, 28</value>
<value>119, 26</value>
</data>
<data name="bnLight4.Location" type="System.Drawing.Point, System.Drawing">
<value>1085, 130</value>
<value>774, 129</value>
</data>
<data name="bnLight4.Size" type="System.Drawing.Size, System.Drawing">
<value>33, 28</value>
<value>119, 29</value>
</data>
<data name="lbLinkProfile.Location" type="System.Drawing.Point, System.Drawing">
<value>408, 0</value>
</data>
<data name="linkCB1.Location" type="System.Drawing.Point, System.Drawing">
<value>434, 39</value>
</data>
<data name="linkCB2.Location" type="System.Drawing.Point, System.Drawing">
<value>434, 71</value>
</data>
<data name="linkCB3.Location" type="System.Drawing.Point, System.Drawing">
<value>434, 103</value>
</data>
<data name="linkCB4.Location" type="System.Drawing.Point, System.Drawing">
<value>434, 136</value>
</data>
<data name="lbNoControllers.Text" xml:space="preserve">
<value>Контроллеры не подключены (макс. не больше четырёх)</value>
</data>
<data name="tabControllers.Text" xml:space="preserve">
<value>Контроллеры</value>
<data name="tabProfiles.Text" xml:space="preserve">
<value>Профили</value>
</data>
<data name="cMProfile.Size" type="System.Drawing.Size, System.Drawing">
<value>239, 224</value>
</data>
<data name="editToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>289, 26</value>
<value>238, 22</value>
</data>
<data name="editToolStripMenuItem.Text" xml:space="preserve">
<value>Редактировать</value>
</data>
<data name="assignToController1ToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>289, 26</value>
<value>238, 22</value>
</data>
<data name="assignToController1ToolStripMenuItem.Text" xml:space="preserve">
<value>Присвоить 1-му контроллеру</value>
</data>
<data name="assignToController2ToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>289, 26</value>
<value>238, 22</value>
</data>
<data name="assignToController2ToolStripMenuItem.Text" xml:space="preserve">
<value>Присвоить 2-му контроллеру</value>
</data>
<data name="assignToController3ToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>289, 26</value>
<value>238, 22</value>
</data>
<data name="assignToController3ToolStripMenuItem.Text" xml:space="preserve">
<value>Присвоить 3-му контроллеру</value>
</data>
<data name="assignToController4ToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>289, 26</value>
<value>238, 22</value>
</data>
<data name="assignToController4ToolStripMenuItem.Text" xml:space="preserve">
<value>Присвоить 4-му контроллеру</value>
</data>
<data name="deleteToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>289, 26</value>
<value>238, 22</value>
</data>
<data name="deleteToolStripMenuItem.Text" xml:space="preserve">
<value>Удалить (Del)</value>
</data>
<data name="duplicateToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>289, 26</value>
<value>238, 22</value>
</data>
<data name="duplicateToolStripMenuItem.Text" xml:space="preserve">
<value>Дублировать (Ctrl+D)</value>
</data>
<data name="newProfileToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>289, 26</value>
<value>238, 22</value>
</data>
<data name="newProfileToolStripMenuItem.Text" xml:space="preserve">
<value>Новый профиль</value>
</data>
<data name="importToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>289, 26</value>
<value>238, 22</value>
</data>
<data name="importToolStripMenuItem.Text" xml:space="preserve">
<value>Импорт</value>
</data>
<data name="exportToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>289, 26</value>
<value>238, 22</value>
</data>
<data name="exportToolStripMenuItem.Text" xml:space="preserve">
<value>Экспорт</value>
</data>
<data name="cMProfile.Size" type="System.Drawing.Size, System.Drawing">
<value>290, 264</value>
<data name="tSOptions.Text" xml:space="preserve">
<value>Настройки профиля</value>
</data>
<data name="toolStripLabel1.Size" type="System.Drawing.Size, System.Drawing">
<value>108, 24</value>
<value>87, 24</value>
</data>
<data name="toolStripLabel1.Text" xml:space="preserve">
<value>Имя профиля:</value>
@ -6576,28 +6612,25 @@
<value>&lt;введите сюда имя профиля&gt;</value>
</data>
<data name="tSBSaveProfile.Size" type="System.Drawing.Size, System.Drawing">
<value>173, 24</value>
<value>142, 24</value>
</data>
<data name="tSBSaveProfile.Text" xml:space="preserve">
<value>Сохранить профиль</value>
</data>
<data name="tSBCancel.Size" type="System.Drawing.Size, System.Drawing">
<value>86, 24</value>
<value>73, 24</value>
</data>
<data name="tSBCancel.Text" xml:space="preserve">
<value>Отмена</value>
</data>
<data name="tSBKeepSize.Size" type="System.Drawing.Size, System.Drawing">
<value>325, 24</value>
<value>260, 24</value>
</data>
<data name="tSBKeepSize.Text" xml:space="preserve">
<value>Запоминать размер окна после закрытия</value>
</data>
<data name="tSOptions.Text" xml:space="preserve">
<value>Настройки профиля</value>
</data>
<data name="tsBNewProfle.Size" type="System.Drawing.Size, System.Drawing">
<value>81, 24</value>
<value>69, 24</value>
</data>
<data name="tsBNewProfle.Text" xml:space="preserve">
<value>Новый</value>
@ -6606,7 +6639,7 @@
<value>Создать новый профиль</value>
</data>
<data name="tsBEditProfile.Size" type="System.Drawing.Size, System.Drawing">
<value>135, 24</value>
<value>111, 24</value>
</data>
<data name="tsBEditProfile.Text" xml:space="preserve">
<value>Редактировать</value>
@ -6615,7 +6648,7 @@
<value>Редактировать выбранный профиль (Enter)</value>
</data>
<data name="tsBDeleteProfile.Size" type="System.Drawing.Size, System.Drawing">
<value>89, 24</value>
<value>75, 24</value>
</data>
<data name="tsBDeleteProfile.Text" xml:space="preserve">
<value>Удалить</value>
@ -6624,7 +6657,7 @@
<value>Удалить выбранный профиль (Delete)</value>
</data>
<data name="tSBDupProfile.Size" type="System.Drawing.Size, System.Drawing">
<value>138, 24</value>
<value>115, 24</value>
</data>
<data name="tSBDupProfile.Text" xml:space="preserve">
<value>Сделать копию</value>
@ -6633,7 +6666,7 @@
<value>Сделать копию выбранного профиля (Ctrl+D)</value>
</data>
<data name="tSBImportProfile.Size" type="System.Drawing.Size, System.Drawing">
<value>88, 24</value>
<value>75, 24</value>
</data>
<data name="tSBImportProfile.Text" xml:space="preserve">
<value>Импорт</value>
@ -6642,7 +6675,7 @@
<value>Импорт профиля или профилей</value>
</data>
<data name="tSBExportProfile.Size" type="System.Drawing.Size, System.Drawing">
<value>89, 24</value>
<value>76, 24</value>
</data>
<data name="tSBExportProfile.Text" xml:space="preserve">
<value>Экспорт</value>
@ -6650,38 +6683,41 @@
<data name="tSBExportProfile.ToolTipText" xml:space="preserve">
<value>Экспорт выбранного профиля</value>
</data>
<data name="tabProfiles.Text" xml:space="preserve">
<value>Профили</value>
</data>
<data name="tabAutoProfiles.Text" xml:space="preserve">
<value>Автоматические профили</value>
</data>
<data name="tabSettings.Text" xml:space="preserve">
<value>Настройки</value>
</data>
<data name="hideDS4CheckBox.Size" type="System.Drawing.Size, System.Drawing">
<value>205, 21</value>
<value>159, 17</value>
</data>
<data name="hideDS4CheckBox.Text" xml:space="preserve">
<value>Спрятать контроллер DS4</value>
</data>
<data name="cBSwipeProfiles.Size" type="System.Drawing.Size, System.Drawing">
<value>415, 21</value>
<value>275, 17</value>
</data>
<data name="cBSwipeProfiles.Text" xml:space="preserve">
<value>Жест смахивания на тачпаде изменяет профиль</value>
</data>
<data name="StartWindowsCheckBox.Size" type="System.Drawing.Size, System.Drawing">
<value>235, 21</value>
<value>196, 17</value>
</data>
<data name="StartWindowsCheckBox.Text" xml:space="preserve">
<value>Запускать при загрузке Windows</value>
</data>
<data name="startMinimizedCheckBox.Size" type="System.Drawing.Size, System.Drawing">
<value>173, 21</value>
<value>138, 17</value>
</data>
<data name="startMinimizedCheckBox.Text" xml:space="preserve">
<value>Запускать свёрнутым</value>
</data>
<data name="panel1.Size" type="System.Drawing.Size, System.Drawing">
<value>321, 28</value>
</data>
<data name="lbNotifications.Size" type="System.Drawing.Size, System.Drawing">
<value>161, 17</value>
<value>129, 13</value>
</data>
<data name="lbNotifications.Text" xml:space="preserve">
<value>Показать уведомления:</value>
@ -6698,15 +6734,21 @@
<data name="cBoxNotifications.Location" type="System.Drawing.Point, System.Drawing">
<value>185, 1</value>
</data>
<data name="panel1.Size" type="System.Drawing.Size, System.Drawing">
<value>321, 28</value>
<data name="cBDisconnectBT.Location" type="System.Drawing.Point, System.Drawing">
<value>10, 222</value>
</data>
<data name="cBDisconnectBT.Size" type="System.Drawing.Size, System.Drawing">
<value>321, 21</value>
<value>249, 17</value>
</data>
<data name="cBDisconnectBT.Text" xml:space="preserve">
<value>Отключать от Bluetooth во время остановки</value>
</data>
<data name="panel2.Location" type="System.Drawing.Point, System.Drawing">
<value>10, 245</value>
</data>
<data name="panel2.Size" type="System.Drawing.Size, System.Drawing">
<value>447, 28</value>
</data>
<data name="nUDLatency.Location" type="System.Drawing.Point, System.Drawing">
<value>355, 2</value>
</data>
@ -6714,38 +6756,56 @@
<value>418, 5</value>
</data>
<data name="cBFlashWhenLate.Size" type="System.Drawing.Size, System.Drawing">
<value>356, 21</value>
<value>281, 17</value>
</data>
<data name="cBFlashWhenLate.Text" xml:space="preserve">
<value>Мигать световой панелью при высокой задержке</value>
</data>
<data name="panel2.Size" type="System.Drawing.Size, System.Drawing">
<value>447, 28</value>
<data name="cBCloseMini.Location" type="System.Drawing.Point, System.Drawing">
<value>10, 279</value>
</data>
<data name="cBCloseMini.Size" type="System.Drawing.Size, System.Drawing">
<value>255, 21</value>
<value>200, 17</value>
</data>
<data name="cBCloseMini.Text" xml:space="preserve">
<value>При закрытии сворачивать в трей</value>
</data>
<data name="cBQuickCharge.Location" type="System.Drawing.Point, System.Drawing">
<value>10, 302</value>
</data>
<data name="cBQuickCharge.Size" type="System.Drawing.Size, System.Drawing">
<value>207, 21</value>
<value>115, 17</value>
</data>
<data name="cBQuickCharge.Text" xml:space="preserve">
<value>Быстрая зарядка</value>
</data>
<data name="cBUseWhiteIcon.Location" type="System.Drawing.Point, System.Drawing">
<value>9, 324</value>
</data>
<data name="cBDownloadLangauge.Location" type="System.Drawing.Point, System.Drawing">
<value>463, 10</value>
</data>
<data name="cBDownloadLangauge.Size" type="System.Drawing.Size, System.Drawing">
<value>296, 21</value>
<value>264, 17</value>
</data>
<data name="cBDownloadLangauge.Text" xml:space="preserve">
<value>Загружать язык. пакет вместе с обновлением</value>
</data>
<data name="cBUpdate.Location" type="System.Drawing.Point, System.Drawing">
<value>463, 33</value>
</data>
<data name="cBUpdate.Size" type="System.Drawing.Size, System.Drawing">
<value>272, 21</value>
<value>209, 17</value>
</data>
<data name="cBUpdate.Text" xml:space="preserve">
<value>Проверять обновления при запуске</value>
</data>
<data name="pNUpdate.Location" type="System.Drawing.Point, System.Drawing">
<value>463, 56</value>
</data>
<data name="pNUpdate.Size" type="System.Drawing.Size, System.Drawing">
<value>281, 22</value>
</data>
<data name="cBUpdateTime.Items" xml:space="preserve">
<value>час.</value>
</data>
@ -6756,7 +6816,7 @@
<value>211, 0</value>
</data>
<data name="lbCheckEvery.Size" type="System.Drawing.Size, System.Drawing">
<value>138, 17</value>
<value>105, 13</value>
</data>
<data name="lbCheckEvery.Text" xml:space="preserve">
<value>Проверять каждые</value>
@ -6764,11 +6824,14 @@
<data name="nUDUpdateTime.Location" type="System.Drawing.Point, System.Drawing">
<value>150, 0</value>
</data>
<data name="pNUpdate.Size" type="System.Drawing.Size, System.Drawing">
<value>281, 22</value>
<data name="pnlXIPorts.Location" type="System.Drawing.Point, System.Drawing">
<value>463, 84</value>
</data>
<data name="pnlXIPorts.Size" type="System.Drawing.Size, System.Drawing">
<value>262, 22</value>
</data>
<data name="lbUseXIPorts.Size" type="System.Drawing.Size, System.Drawing">
<value>179, 17</value>
<value>143, 13</value>
</data>
<data name="lbUseXIPorts.Text" xml:space="preserve">
<value>Использовать порт XInput:</value>
@ -6779,67 +6842,61 @@
<data name="lbLastXIPort.Location" type="System.Drawing.Point, System.Drawing">
<value>235, 3</value>
</data>
<data name="pnlXIPorts.Location" type="System.Drawing.Point, System.Drawing">
<value>13, 376</value>
<data name="flowLayoutPanel1.Location" type="System.Drawing.Point, System.Drawing">
<value>463, 112</value>
</data>
<data name="pnlXIPorts.Size" type="System.Drawing.Size, System.Drawing">
<value>262, 22</value>
<data name="flowLayoutPanel1.Size" type="System.Drawing.Size, System.Drawing">
<value>182, 65</value>
</data>
<data name="linkProfiles.Size" type="System.Drawing.Size, System.Drawing">
<value>198, 17</value>
<value>153, 13</value>
</data>
<data name="linkProfiles.Text" xml:space="preserve">
<value>Открыть папку с профилями</value>
</data>
<data name="lnkControllers.Size" type="System.Drawing.Size, System.Drawing">
<value>218, 17</value>
<value>107, 13</value>
</data>
<data name="lnkControllers.Text" xml:space="preserve">
<value>Панель управления</value>
</data>
<data name="linkUninstall.Size" type="System.Drawing.Size, System.Drawing">
<value>159, 17</value>
<value>123, 13</value>
</data>
<data name="linkUninstall.Text" xml:space="preserve">
<value>Удалить драйвер VBus</value>
</data>
<data name="linkSetup.Size" type="System.Drawing.Size, System.Drawing">
<value>225, 17</value>
<value>176, 13</value>
</data>
<data name="linkSetup.Text" xml:space="preserve">
<value>Установить контроллер/драйвер</value>
</data>
<data name="lLBUpdate.Size" type="System.Drawing.Size, System.Drawing">
<value>222, 17</value>
<value>169, 13</value>
</data>
<data name="lLBUpdate.Text" xml:space="preserve">
<value>Проверить наличие обновлений</value>
</data>
<data name="flowLayoutPanel1.Location" type="System.Drawing.Point, System.Drawing">
<value>468, 13</value>
</data>
<data name="flowLayoutPanel1.Size" type="System.Drawing.Size, System.Drawing">
<value>233, 85</value>
</data>
<data name="tabSettings.Text" xml:space="preserve">
<value>Настройки</value>
</data>
<data name="tabLog.Text" xml:space="preserve">
<value>Журнал</value>
</data>
<data name="btnClear.Text" xml:space="preserve">
<value>Очистить журнал</value>
</data>
<data name="cMCustomLed.Size" type="System.Drawing.Size, System.Drawing">
<value>232, 48</value>
</data>
<data name="useProfileColorToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>283, 26</value>
<value>231, 22</value>
</data>
<data name="useProfileColorToolStripMenuItem.Text" xml:space="preserve">
<value>Использовать цвет профиля</value>
</data>
<data name="useCustomColorToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>283, 26</value>
<value>231, 22</value>
</data>
<data name="useCustomColorToolStripMenuItem.Text" xml:space="preserve">
<value>Использовать свой цвет</value>
</data>
<data name="cMCustomLed.Size" type="System.Drawing.Size, System.Drawing">
<value>284, 56</value>
</data>
</root>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -118,8 +118,11 @@
<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="lowColorChooserButton.Location" type="System.Drawing.Point, System.Drawing">
<value>80, 9</value>
</data>
<data name="cBLightbyBattery.Size" type="System.Drawing.Size, System.Drawing">
<value>149, 21</value>
<value>115, 17</value>
</data>
<data name="cBLightbyBattery.Text" xml:space="preserve">
<value>Цвет от % заряда</value>
@ -128,128 +131,149 @@
<value>С</value>
</data>
<data name="lbGreen.Size" type="System.Drawing.Size, System.Drawing">
<value>17, 17</value>
<value>14, 13</value>
</data>
<data name="lbGreen.Text" xml:space="preserve">
<value>З</value>
</data>
<data name="lbspc.Size" type="System.Drawing.Size, System.Drawing">
<value>65, 17</value>
<value>54, 13</value>
</data>
<data name="lbspc.Text" xml:space="preserve">
<value>сек/цикл</value>
</data>
<data name="lbRed.Size" type="System.Drawing.Size, System.Drawing">
<value>17, 17</value>
<value>14, 13</value>
</data>
<data name="lbRed.Text" xml:space="preserve">
<value>К</value>
</data>
<data name="cBDoubleTap.Location" type="System.Drawing.Point, System.Drawing">
<value>146, 34</value>
</data>
<data name="cBDoubleTap.Size" type="System.Drawing.Size, System.Drawing">
<value>146, 21</value>
<value>116, 17</value>
</data>
<data name="cBDoubleTap.Text" xml:space="preserve">
<value>Двойное касание</value>
</data>
<data name="cBTap.Location" type="System.Drawing.Point, System.Drawing">
<value>2, 34</value>
</data>
<data name="cBTap.Size" type="System.Drawing.Size, System.Drawing">
<value>86, 21</value>
<value>69, 17</value>
</data>
<data name="cBTap.Text" xml:space="preserve">
<value>Касание</value>
</data>
<data name="nUDTap.Location" type="System.Drawing.Point, System.Drawing">
<value>98, 31</value>
</data>
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="cBScroll.AutoSize" type="System.Boolean, mscorlib">
<value>False</value>
</data>
<data name="cBScroll.Location" type="System.Drawing.Point, System.Drawing">
<value>187, 12</value>
<value>143, 3</value>
</data>
<data name="cBScroll.Size" type="System.Drawing.Size, System.Drawing">
<value>100, 21</value>
<value>75, 21</value>
</data>
<data name="cBScroll.Text" xml:space="preserve">
<value>Прокрутка</value>
</data>
<data name="cBSlide.AutoSize" type="System.Boolean, mscorlib">
<value>False</value>
</data>
<data name="cBSlide.Location" type="System.Drawing.Point, System.Drawing">
<value>2, 3</value>
</data>
<data name="cBSlide.Size" type="System.Drawing.Size, System.Drawing">
<value>110, 21</value>
<value>89, 21</value>
</data>
<data name="cBSlide.Text" xml:space="preserve">
<value>Скольжение</value>
</data>
<data name="nUDScroll.Location" type="System.Drawing.Point, System.Drawing">
<value>290, 11</value>
<value>221, 4</value>
</data>
<data name="nUDTouch.Location" type="System.Drawing.Point, System.Drawing">
<value>121, 10</value>
<value>98, 3</value>
</data>
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="lbButtonMouseSens.AutoSize" type="System.Boolean, mscorlib">
<value>False</value>
</data>
<data name="lbButtonMouseSens.Size" type="System.Drawing.Size, System.Drawing">
<value>106, 40</value>
<value>139, 20</value>
</data>
<data name="lbButtonMouseSens.Text" xml:space="preserve">
<value>Чувствительность мыши:</value>
</data>
<data name="cBlowerRCOn.AutoSize" type="System.Boolean, mscorlib">
<value>False</value>
</data>
<data name="cBlowerRCOn.Location" type="System.Drawing.Point, System.Drawing">
<value>10, 110</value>
<value>7, 82</value>
</data>
<data name="cBlowerRCOn.Size" type="System.Drawing.Size, System.Drawing">
<value>309, 21</value>
<value>143, 30</value>
</data>
<data name="cBlowerRCOn.Text" xml:space="preserve">
<value>Нижняя правая часть тачпада как ПКМ</value>
</data>
<data name="cBTouchpadJitterCompensation.Location" type="System.Drawing.Point, System.Drawing">
<value>10, 83</value>
<value>7, 59</value>
</data>
<data name="cBTouchpadJitterCompensation.Size" type="System.Drawing.Size, System.Drawing">
<value>188, 21</value>
<value>148, 17</value>
</data>
<data name="cBTouchpadJitterCompensation.Text" xml:space="preserve">
<value>Компенсация дрожания</value>
</data>
<data name="lbIdleMinutes.Location" type="System.Drawing.Point, System.Drawing">
<value>249, 64</value>
<value>219, 59</value>
</data>
<data name="lbIdleMinutes.Size" type="System.Drawing.Size, System.Drawing">
<value>47, 17</value>
<value>37, 13</value>
</data>
<data name="lbIdleMinutes.Text" xml:space="preserve">
<value>минут</value>
</data>
<data name="nUDIdleDisconnect.Location" type="System.Drawing.Point, System.Drawing">
<value>180, 62</value>
<value>161, 57</value>
</data>
<data name="cBFlushHIDQueue.Location" type="System.Drawing.Point, System.Drawing">
<value>7, 208</value>
<value>14, 209</value>
</data>
<data name="cBFlushHIDQueue.Size" type="System.Drawing.Size, System.Drawing">
<value>177, 21</value>
<value>137, 17</value>
</data>
<data name="cBFlushHIDQueue.Text" xml:space="preserve">
<value>Очищать очереди HID</value>
</data>
<data name="btnRumbleHeavyTest.Location" type="System.Drawing.Point, System.Drawing">
<value>88, 19</value>
<value>75, 12</value>
</data>
<data name="btnRumbleHeavyTest.Size" type="System.Drawing.Size, System.Drawing">
<value>128, 29</value>
<value>84, 29</value>
</data>
<data name="btnRumbleHeavyTest.Text" xml:space="preserve">
<value>Тест сильной</value>
</data>
<data name="lbFull.Size" type="System.Drawing.Size, System.Drawing">
<value>64, 17</value>
<value>61, 13</value>
</data>
<data name="lbFull.Text" xml:space="preserve">
<value>Заряжена:</value>
</data>
<data name="lbLowRed.Size" type="System.Drawing.Size, System.Drawing">
<value>17, 17</value>
<value>14, 13</value>
</data>
<data name="lbLowRed.Text" xml:space="preserve">
<value>К</value>
</data>
<data name="lbLowGreen.Size" type="System.Drawing.Size, System.Drawing">
<value>17, 17</value>
<value>14, 13</value>
</data>
<data name="lbLowGreen.Text" xml:space="preserve">
<value>З</value>
@ -257,23 +281,56 @@
<data name="lbLowBlue.Text" xml:space="preserve">
<value>С</value>
</data>
<data name="lbEmpty.Size" type="System.Drawing.Size, System.Drawing">
<value>67, 13</value>
</data>
<data name="lbEmpty.Text" xml:space="preserve">
<value>Разряжена:</value>
</data>
<data name="numUDMouseSens.Location" type="System.Drawing.Point, System.Drawing">
<value>120, 26</value>
<value>158, 17</value>
</data>
<data name="touchpadDisInvertButton.Location" type="System.Drawing.Point, System.Drawing">
<value>160, 130</value>
</data>
<data name="label25.Location" type="System.Drawing.Point, System.Drawing">
<value>157, 114</value>
</data>
<data name="label15.Location" type="System.Drawing.Point, System.Drawing">
<value>156, 70</value>
</data>
<data name="touchpadInvertComboBox.Location" type="System.Drawing.Point, System.Drawing">
<value>159, 88</value>
</data>
<data name="cbStartTouchpadOff.AutoSize" type="System.Boolean, mscorlib">
<value>False</value>
</data>
<data name="cbStartTouchpadOff.Location" type="System.Drawing.Point, System.Drawing">
<value>7, 112</value>
</data>
<data name="cbStartTouchpadOff.Size" type="System.Drawing.Size, System.Drawing">
<value>142, 44</value>
</data>
<data name="cbStartTouchpadOff.Text" xml:space="preserve">
<value>Выключить скольжение и прокрутку тачпада</value>
</data>
<data name="pnlTPMouse.Location" type="System.Drawing.Point, System.Drawing">
<value>3, 43</value>
</data>
<data name="pnlTPMouse.Size" type="System.Drawing.Size, System.Drawing">
<value>265, 169</value>
</data>
<data name="rBTPControls.Location" type="System.Drawing.Point, System.Drawing">
<value>7, 46</value>
<value>151, 18</value>
</data>
<data name="controlToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>213, 26</value>
<value>178, 22</value>
</data>
<data name="toolStripSeparator1.Size" type="System.Drawing.Size, System.Drawing">
<value>210, 6</value>
<value>175, 6</value>
</data>
<data name="defaultToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>213, 26</value>
<value>178, 22</value>
</data>
<data name="defaultToolStripMenuItem.Text" xml:space="preserve">
<value>По умолчанию</value>
@ -288,7 +345,7 @@
<value>Инверт. Y</value>
</data>
<data name="DpadToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>213, 26</value>
<value>178, 22</value>
</data>
<data name="DpadToolStripMenuItem.Text" xml:space="preserve">
<value>Крестовина</value>
@ -303,7 +360,7 @@
<value>Инверт. Y</value>
</data>
<data name="LSToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>213, 26</value>
<value>178, 22</value>
</data>
<data name="LSToolStripMenuItem.Text" xml:space="preserve">
<value>Левый стик</value>
@ -318,37 +375,37 @@
<value>Инверт. Y</value>
</data>
<data name="RSToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>213, 26</value>
<value>178, 22</value>
</data>
<data name="RSToolStripMenuItem.Text" xml:space="preserve">
<value>Правый стик</value>
</data>
<data name="ABXYToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>213, 26</value>
<value>178, 22</value>
</data>
<data name="ABXYToolStripMenuItem.Text" xml:space="preserve">
<value>Лицевые кнопки</value>
</data>
<data name="wScanCodeWASDToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>168, 26</value>
<value>142, 22</value>
</data>
<data name="wScanCodeWASDToolStripMenuItem.Text" xml:space="preserve">
<value>w/ Скан-код</value>
</data>
<data name="WASDToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>213, 26</value>
<value>178, 22</value>
</data>
<data name="WASDToolStripMenuItem.Text" xml:space="preserve">
<value>Управление WASD</value>
</data>
<data name="wScanCodeArrowKeysToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>168, 26</value>
<value>142, 22</value>
</data>
<data name="wScanCodeArrowKeysToolStripMenuItem.Text" xml:space="preserve">
<value>w/ Скан-код</value>
</data>
<data name="ArrowKeysToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>213, 26</value>
<value>178, 22</value>
</data>
<data name="ArrowKeysToolStripMenuItem.Text" xml:space="preserve">
<value>Клавиши со стрелками</value>
@ -363,34 +420,40 @@
<value>Инверт. Y</value>
</data>
<data name="MouseToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>213, 26</value>
<value>178, 22</value>
</data>
<data name="MouseToolStripMenuItem.Text" xml:space="preserve">
<value>Мышь</value>
</data>
<data name="cMSPresets.Size" type="System.Drawing.Size, System.Drawing">
<value>214, 244</value>
<value>179, 208</value>
</data>
<data name="cbStartTouchpadOff.Location" type="System.Drawing.Point, System.Drawing">
<value>9, 137</value>
<data name="fLPTouchSwipe.Size" type="System.Drawing.Size, System.Drawing">
<value>260, 170</value>
</data>
<data name="cbStartTouchpadOff.Size" type="System.Drawing.Size, System.Drawing">
<value>328, 21</value>
</data>
<data name="cbStartTouchpadOff.Text" xml:space="preserve">
<value>Выключить скольжение и прокрутку тачпада</value>
<data name="gBTouchpad.Location" type="System.Drawing.Point, System.Drawing">
<value>2, 251</value>
</data>
<data name="gBTouchpad.Size" type="System.Drawing.Size, System.Drawing">
<value>337, 236</value>
<value>270, 201</value>
</data>
<data name="gBTouchpad.Text" xml:space="preserve">
<value>Тачпад</value>
</data>
<data name="btPollRateLabel.Location" type="System.Drawing.Point, System.Drawing">
<value>11, 233</value>
</data>
<data name="btPollRateComboBox.Location" type="System.Drawing.Point, System.Drawing">
<value>86, 230</value>
</data>
<data name="enableTouchToggleCheckbox.Location" type="System.Drawing.Point, System.Drawing">
<value>13, 186</value>
</data>
<data name="cBDinput.Location" type="System.Drawing.Point, System.Drawing">
<value>8, 181</value>
<value>13, 164</value>
</data>
<data name="cBDinput.Size" type="System.Drawing.Size, System.Drawing">
<value>216, 21</value>
<value>172, 17</value>
</data>
<data name="cBDinput.Text" xml:space="preserve">
<value>Использовать только DInput</value>
@ -399,53 +462,56 @@
<value>287, 144</value>
</data>
<data name="cBLaunchProgram.Location" type="System.Drawing.Point, System.Drawing">
<value>7, 140</value>
<value>8, 131</value>
</data>
<data name="cBLaunchProgram.Size" type="System.Drawing.Size, System.Drawing">
<value>176, 38</value>
<value>141, 30</value>
</data>
<data name="cBLaunchProgram.Text" xml:space="preserve">
<value>Запускать программу
с профилем</value>
</data>
<data name="btnBrowse.Location" type="System.Drawing.Point, System.Drawing">
<value>193, 144</value>
<value>158, 134</value>
</data>
<data name="btnBrowse.Text" xml:space="preserve">
<value>Обзор...</value>
</data>
<data name="lbUseController.Location" type="System.Drawing.Point, System.Drawing">
<value>10, 87</value>
</data>
<data name="lbUseController.Size" type="System.Drawing.Size, System.Drawing">
<value>182, 17</value>
<value>142, 13</value>
</data>
<data name="lbUseController.Text" xml:space="preserve">
<value>Использовать контроллер</value>
</data>
<data name="cBMouseAccel.Location" type="System.Drawing.Point, System.Drawing">
<value>189, 26</value>
<value>13, 39</value>
</data>
<data name="cBMouseAccel.Size" type="System.Drawing.Size, System.Drawing">
<value>143, 21</value>
<value>115, 17</value>
</data>
<data name="cBMouseAccel.Text" xml:space="preserve">
<value>Ускорение мыши</value>
</data>
<data name="nUDSixaxis.Location" type="System.Drawing.Point, System.Drawing">
<value>201, 92</value>
<value>164, 85</value>
</data>
<data name="cBControllerInput.Location" type="System.Drawing.Point, System.Drawing">
<value>13, 115</value>
<value>8, 111</value>
</data>
<data name="cBControllerInput.Size" type="System.Drawing.Size, System.Drawing">
<value>294, 21</value>
<value>234, 17</value>
</data>
<data name="cBControllerInput.Text" xml:space="preserve">
<value>для назначения клавиш и вывода текста</value>
</data>
<data name="cBIdleDisconnect.Location" type="System.Drawing.Point, System.Drawing">
<value>12, 63</value>
<value>8, 60</value>
</data>
<data name="cBIdleDisconnect.Size" type="System.Drawing.Size, System.Drawing">
<value>160, 21</value>
<value>140, 17</value>
</data>
<data name="cBIdleDisconnect.Text" xml:space="preserve">
<value>Таймаут бездействия:</value>
@ -453,6 +519,9 @@
<data name="gBOther.Text" xml:space="preserve">
<value>Другое</value>
</data>
<data name="nUDRainbowB.Location" type="System.Drawing.Point, System.Drawing">
<value>151, 215</value>
</data>
<data name="cBFlashType.Items" xml:space="preserve">
<value>Мигать при</value>
</data>
@ -472,13 +541,13 @@
<value>цвет</value>
</data>
<data name="cBWhileCharging.Location" type="System.Drawing.Point, System.Drawing">
<value>142, 206</value>
<value>122, 166</value>
</data>
<data name="btnChargingColor.Location" type="System.Drawing.Point, System.Drawing">
<value>300, 209</value>
</data>
<data name="lbWhileCharging.Size" type="System.Drawing.Size, System.Drawing">
<value>136, 17</value>
<value>111, 13</value>
</data>
<data name="lbWhileCharging.Text" xml:space="preserve">
<value>Индикация зарядки:</value>
@ -487,10 +556,10 @@
<value>Световая панель</value>
</data>
<data name="btnRumbleLightTest.Location" type="System.Drawing.Point, System.Drawing">
<value>224, 19</value>
<value>165, 12</value>
</data>
<data name="btnRumbleLightTest.Size" type="System.Drawing.Size, System.Drawing">
<value>112, 29</value>
<value>91, 30</value>
</data>
<data name="btnRumbleLightTest.Text" xml:space="preserve">
<value>Тест слабой</value>
@ -502,7 +571,7 @@
<value>Правый стик</value>
</data>
<data name="lbInputDelay.Size" type="System.Drawing.Size, System.Drawing">
<value>148, 17</value>
<value>119, 13</value>
</data>
<data name="lbInputDelay.Text" xml:space="preserve">
<value>Задержка ввода: Н/Д</value>
@ -514,19 +583,34 @@
<value>Гироскоп: ось X инвертирована для простоты считывания</value>
</data>
<data name="lb6Accel.Size" type="System.Drawing.Size, System.Drawing">
<value>47, 17</value>
<value>81, 13</value>
</data>
<data name="lb6Accel.Text" xml:space="preserve">
<value>Акселерометр</value>
</data>
<data name="lb6Gryo.Size" type="System.Drawing.Size, System.Drawing">
<value>40, 17</value>
<value>55, 13</value>
</data>
<data name="lb6Gryo.Text" xml:space="preserve">
<value>Гироскоп</value>
</data>
<data name="fLPTiltControls.Location" type="System.Drawing.Point, System.Drawing">
<value>4, 103</value>
<value>0, 55</value>
</data>
<data name="fLPTiltControls.Size" type="System.Drawing.Size, System.Drawing">
<value>271, 128</value>
</data>
<data name="lBControls.Location" type="System.Drawing.Point, System.Drawing">
<value>275, 237</value>
</data>
<data name="lBControls.Size" type="System.Drawing.Size, System.Drawing">
<value>157, 199</value>
</data>
<data name="lbControlTip.Location" type="System.Drawing.Point, System.Drawing">
<value>41, 238</value>
</data>
<data name="lbControlTip.Size" type="System.Drawing.Size, System.Drawing">
<value>182, 14</value>
</data>
<data name="lbControlTip.Text" xml:space="preserve">
<value>Нажмите на кнопку для назначения действия
@ -565,133 +649,157 @@
<data name="tPCurve.Text" xml:space="preserve">
<value>Кривые</value>
</data>
<data name="rBSAControls.AutoSize" type="System.Boolean, mscorlib">
<value>False</value>
</data>
<data name="rBSAControls.Location" type="System.Drawing.Point, System.Drawing">
<value>14, 48</value>
<value>140, 20</value>
</data>
<data name="rBSAControls.Size" type="System.Drawing.Size, System.Drawing">
<value>231, 21</value>
<value>120, 30</value>
</data>
<data name="rBSAControls.Text" xml:space="preserve">
<value>Использовать для управления</value>
</data>
<data name="rBSAMouse.AutoSize" type="System.Boolean, mscorlib">
<value>False</value>
</data>
<data name="rBSAMouse.Location" type="System.Drawing.Point, System.Drawing">
<value>16, 20</value>
</data>
<data name="rBSAMouse.Size" type="System.Drawing.Size, System.Drawing">
<value>188, 21</value>
<value>120, 30</value>
</data>
<data name="rBSAMouse.Text" xml:space="preserve">
<value>Использовать как мышь</value>
</data>
<data name="cBGyroMouseXAxis.Location" type="System.Drawing.Point, System.Drawing">
<value>172, 93</value>
</data>
<data name="lbGyroSmooth.Location" type="System.Drawing.Point, System.Drawing">
<value>8, 141</value>
</data>
<data name="cBGyroSmooth.Location" type="System.Drawing.Point, System.Drawing">
<value>75, 141</value>
</data>
<data name="lbSmoothWeight.Location" type="System.Drawing.Point, System.Drawing">
<value>102, 142</value>
</data>
<data name="nUDGyroSmoothWeight.Location" type="System.Drawing.Point, System.Drawing">
<value>191, 134</value>
</data>
<data name="cBGyroInvertY.Location" type="System.Drawing.Point, System.Drawing">
<value>191, 95</value>
<value>146, 120</value>
</data>
<data name="cBGyroInvertX.Location" type="System.Drawing.Point, System.Drawing">
<value>137, 95</value>
<value>102, 120</value>
</data>
<data name="lbGyroInvert.Size" type="System.Drawing.Size, System.Drawing">
<value>115, 17</value>
<value>88, 13</value>
</data>
<data name="lbGyroInvert.Text" xml:space="preserve">
<value>Инвертировать:</value>
</data>
<data name="lbGyroTriggers.Size" type="System.Drawing.Size, System.Drawing">
<value>71, 17</value>
<value>51, 13</value>
</data>
<data name="lbGyroTriggers.Text" xml:space="preserve">
<value>Триггер:</value>
</data>
<data name="nUDGyroSensitivity.Location" type="System.Drawing.Point, System.Drawing">
<value>101, 67</value>
</data>
<data name="lbGyroSens.AutoSize" type="System.Boolean, mscorlib">
<value>False</value>
</data>
<data name="lbGyroSens.Location" type="System.Drawing.Point, System.Drawing">
<value>7, 61</value>
</data>
<data name="lbGyroSens.Size" type="System.Drawing.Size, System.Drawing">
<value>196, 17</value>
<value>88, 30</value>
</data>
<data name="lbGyroSens.Text" xml:space="preserve">
<value>Чувствительность гироскопа:</value>
</data>
<data name="pnlSAMouse.Location" type="System.Drawing.Point, System.Drawing">
<value>3, 93</value>
<value>-2, 51</value>
</data>
<data name="pnlSAMouse.Size" type="System.Drawing.Size, System.Drawing">
<value>269, 168</value>
</data>
<data name="gBGyro.Size" type="System.Drawing.Size, System.Drawing">
<value>340, 259</value>
<value>272, 208</value>
</data>
<data name="crossToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>244, 26</value>
<value>198, 22</value>
</data>
<data name="circleToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>244, 26</value>
<value>198, 22</value>
</data>
<data name="squareToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>244, 26</value>
<value>198, 22</value>
</data>
<data name="triangleToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>244, 26</value>
<value>198, 22</value>
</data>
<data name="l1ToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>244, 26</value>
<value>198, 22</value>
</data>
<data name="l2ToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>244, 26</value>
<value>198, 22</value>
</data>
<data name="r1ToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>244, 26</value>
<value>198, 22</value>
</data>
<data name="r2ToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>244, 26</value>
<value>198, 22</value>
</data>
<data name="onTouchpadToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>244, 26</value>
<value>198, 22</value>
</data>
<data name="downToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>244, 26</value>
<value>198, 22</value>
</data>
<data name="leftToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>244, 26</value>
<value>198, 22</value>
</data>
<data name="rightToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>244, 26</value>
<value>198, 22</value>
</data>
<data name="l3ToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>244, 26</value>
<value>198, 22</value>
</data>
<data name="r3ToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>244, 26</value>
<value>198, 22</value>
</data>
<data name="fingerOnTouchpadToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>244, 26</value>
<value>198, 22</value>
</data>
<data name="fingerOnTouchpadToolStripMenuItem.Text" xml:space="preserve">
<value>Палец на тачпаде</value>
</data>
<data name="fingersOnTouchpadToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>244, 26</value>
<value>198, 22</value>
</data>
<data name="fingersOnTouchpadToolStripMenuItem.Text" xml:space="preserve">
<value>Два пальца на тачпаде</value>
</data>
<data name="optionsToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>244, 26</value>
<value>198, 22</value>
</data>
<data name="shareToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>244, 26</value>
<value>198, 22</value>
</data>
<data name="pSToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>244, 26</value>
<value>198, 22</value>
</data>
<data name="alwaysOnToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>244, 26</value>
<value>198, 22</value>
</data>
<data name="alwaysOnToolStripMenuItem.Text" xml:space="preserve">
<value>Всегда включен</value>
</data>
<data name="cMGyroTriggers.Size" type="System.Drawing.Size, System.Drawing">
<value>245, 524</value>
</data>
<data name="gBSensitivity,Text" xml:space="preserve">
<value>Чувствительность</value>
</data>
<data name="resetToolStripMenuItem.Text" xml:space="preserve">
<value>Сброс</value>
</data>
<data name="tPController.Text" xml:space="preserve">
<value>Считывание контроллера</value>
<value>199, 444</value>
</data>
</root>