2014-11-18 22:23:41 +01:00
|
|
|
|
namespace DS4Windows
|
2014-05-28 21:47:25 +02:00
|
|
|
|
{
|
|
|
|
|
partial class WinProgs
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required designer variable.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Clean up any resources being used.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
|
|
protected override void Dispose(bool disposing)
|
|
|
|
|
{
|
|
|
|
|
if (disposing && (components != null))
|
|
|
|
|
{
|
|
|
|
|
components.Dispose();
|
|
|
|
|
}
|
|
|
|
|
base.Dispose(disposing);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required method for Designer support - do not modify
|
|
|
|
|
/// the contents of this method with the code editor.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
{
|
2014-06-06 22:38:52 +02:00
|
|
|
|
this.components = new System.ComponentModel.Container();
|
2014-08-17 00:09:15 +02:00
|
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WinProgs));
|
2014-06-06 22:38:52 +02:00
|
|
|
|
this.bnAddPrograms = new System.Windows.Forms.Button();
|
|
|
|
|
this.lBProgramPath = new System.Windows.Forms.Label();
|
|
|
|
|
this.cBProfile1 = new System.Windows.Forms.ComboBox();
|
|
|
|
|
this.cBProfile2 = new System.Windows.Forms.ComboBox();
|
|
|
|
|
this.cBProfile3 = new System.Windows.Forms.ComboBox();
|
|
|
|
|
this.cBProfile4 = new System.Windows.Forms.ComboBox();
|
2014-05-28 21:47:25 +02:00
|
|
|
|
this.bnSave = new System.Windows.Forms.Button();
|
2014-06-06 22:38:52 +02:00
|
|
|
|
this.lBController1 = new System.Windows.Forms.Label();
|
|
|
|
|
this.lBController2 = new System.Windows.Forms.Label();
|
|
|
|
|
this.lBController3 = new System.Windows.Forms.Label();
|
|
|
|
|
this.lBController4 = new System.Windows.Forms.Label();
|
|
|
|
|
this.openProgram = new System.Windows.Forms.OpenFileDialog();
|
|
|
|
|
this.bnDelete = new System.Windows.Forms.Button();
|
|
|
|
|
this.iLIcons = new System.Windows.Forms.ImageList(this.components);
|
|
|
|
|
this.lVPrograms = new System.Windows.Forms.ListView();
|
|
|
|
|
this.nameHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
|
|
|
this.PathHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
|
|
|
this.pBProfilesTip = new System.Windows.Forms.Label();
|
|
|
|
|
this.bnHideUnchecked = new System.Windows.Forms.Button();
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.cMSPrograms = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
|
|
|
this.addProgramsFromStartMenuToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.addSteamGamesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.addOriginGamesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.browseForOtherProgramsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.cMSPrograms.SuspendLayout();
|
2014-05-28 21:47:25 +02:00
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
2014-06-06 22:38:52 +02:00
|
|
|
|
// bnAddPrograms
|
2014-05-28 21:47:25 +02:00
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.bnAddPrograms, "bnAddPrograms");
|
2014-06-06 22:38:52 +02:00
|
|
|
|
this.bnAddPrograms.Name = "bnAddPrograms";
|
|
|
|
|
this.bnAddPrograms.UseVisualStyleBackColor = true;
|
|
|
|
|
this.bnAddPrograms.Click += new System.EventHandler(this.bnAddPrograms_Click);
|
2014-05-28 21:47:25 +02:00
|
|
|
|
//
|
2014-06-06 22:38:52 +02:00
|
|
|
|
// lBProgramPath
|
2014-05-28 21:47:25 +02:00
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.lBProgramPath, "lBProgramPath");
|
2014-06-06 22:38:52 +02:00
|
|
|
|
this.lBProgramPath.Name = "lBProgramPath";
|
|
|
|
|
this.lBProgramPath.TextChanged += new System.EventHandler(this.lBProgramPath_TextChanged);
|
2014-05-28 21:47:25 +02:00
|
|
|
|
//
|
2014-06-06 22:38:52 +02:00
|
|
|
|
// cBProfile1
|
2014-05-28 21:47:25 +02:00
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.cBProfile1, "cBProfile1");
|
2014-06-06 22:38:52 +02:00
|
|
|
|
this.cBProfile1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
|
|
this.cBProfile1.FormattingEnabled = true;
|
|
|
|
|
this.cBProfile1.Name = "cBProfile1";
|
|
|
|
|
this.cBProfile1.SelectedIndexChanged += new System.EventHandler(this.CBProfile_IndexChanged);
|
2014-05-28 21:47:25 +02:00
|
|
|
|
//
|
2014-06-06 22:38:52 +02:00
|
|
|
|
// cBProfile2
|
2014-05-28 21:47:25 +02:00
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.cBProfile2, "cBProfile2");
|
2014-06-06 22:38:52 +02:00
|
|
|
|
this.cBProfile2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
|
|
this.cBProfile2.FormattingEnabled = true;
|
|
|
|
|
this.cBProfile2.Name = "cBProfile2";
|
|
|
|
|
this.cBProfile2.SelectedIndexChanged += new System.EventHandler(this.CBProfile_IndexChanged);
|
2014-05-28 21:47:25 +02:00
|
|
|
|
//
|
2014-06-06 22:38:52 +02:00
|
|
|
|
// cBProfile3
|
2014-05-28 21:47:25 +02:00
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.cBProfile3, "cBProfile3");
|
2014-06-06 22:38:52 +02:00
|
|
|
|
this.cBProfile3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
|
|
this.cBProfile3.FormattingEnabled = true;
|
|
|
|
|
this.cBProfile3.Name = "cBProfile3";
|
|
|
|
|
this.cBProfile3.SelectedIndexChanged += new System.EventHandler(this.CBProfile_IndexChanged);
|
2014-05-28 21:47:25 +02:00
|
|
|
|
//
|
2014-06-06 22:38:52 +02:00
|
|
|
|
// cBProfile4
|
2014-05-28 21:47:25 +02:00
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.cBProfile4, "cBProfile4");
|
2014-06-06 22:38:52 +02:00
|
|
|
|
this.cBProfile4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
|
|
this.cBProfile4.FormattingEnabled = true;
|
|
|
|
|
this.cBProfile4.Name = "cBProfile4";
|
|
|
|
|
this.cBProfile4.SelectedIndexChanged += new System.EventHandler(this.CBProfile_IndexChanged);
|
2014-05-28 21:47:25 +02:00
|
|
|
|
//
|
|
|
|
|
// bnSave
|
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.bnSave, "bnSave");
|
2014-05-28 21:47:25 +02:00
|
|
|
|
this.bnSave.Name = "bnSave";
|
|
|
|
|
this.bnSave.UseVisualStyleBackColor = true;
|
|
|
|
|
this.bnSave.Click += new System.EventHandler(this.bnSave_Click);
|
|
|
|
|
//
|
2014-06-06 22:38:52 +02:00
|
|
|
|
// lBController1
|
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.lBController1, "lBController1");
|
2014-06-06 22:38:52 +02:00
|
|
|
|
this.lBController1.Name = "lBController1";
|
|
|
|
|
//
|
|
|
|
|
// lBController2
|
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.lBController2, "lBController2");
|
2014-06-06 22:38:52 +02:00
|
|
|
|
this.lBController2.Name = "lBController2";
|
|
|
|
|
//
|
|
|
|
|
// lBController3
|
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.lBController3, "lBController3");
|
2014-06-06 22:38:52 +02:00
|
|
|
|
this.lBController3.Name = "lBController3";
|
|
|
|
|
//
|
|
|
|
|
// lBController4
|
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.lBController4, "lBController4");
|
2014-06-06 22:38:52 +02:00
|
|
|
|
this.lBController4.Name = "lBController4";
|
|
|
|
|
//
|
|
|
|
|
// openProgram
|
|
|
|
|
//
|
|
|
|
|
this.openProgram.FileName = "openFileDialog1";
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.openProgram, "openProgram");
|
2014-06-06 22:38:52 +02:00
|
|
|
|
//
|
|
|
|
|
// bnDelete
|
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.bnDelete, "bnDelete");
|
2014-06-06 22:38:52 +02:00
|
|
|
|
this.bnDelete.Name = "bnDelete";
|
|
|
|
|
this.bnDelete.UseVisualStyleBackColor = true;
|
|
|
|
|
this.bnDelete.Click += new System.EventHandler(this.bnDelete_Click);
|
|
|
|
|
//
|
|
|
|
|
// iLIcons
|
|
|
|
|
//
|
|
|
|
|
this.iLIcons.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.iLIcons, "iLIcons");
|
2014-06-06 22:38:52 +02:00
|
|
|
|
this.iLIcons.TransparentColor = System.Drawing.Color.Transparent;
|
|
|
|
|
//
|
|
|
|
|
// lVPrograms
|
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.lVPrograms, "lVPrograms");
|
2014-06-06 22:38:52 +02:00
|
|
|
|
this.lVPrograms.CheckBoxes = true;
|
|
|
|
|
this.lVPrograms.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|
|
|
|
this.nameHeader,
|
|
|
|
|
this.PathHeader});
|
|
|
|
|
this.lVPrograms.FullRowSelect = true;
|
2014-06-14 21:14:27 +02:00
|
|
|
|
this.lVPrograms.HideSelection = false;
|
2014-06-06 22:38:52 +02:00
|
|
|
|
this.lVPrograms.LargeImageList = this.iLIcons;
|
|
|
|
|
this.lVPrograms.MultiSelect = false;
|
|
|
|
|
this.lVPrograms.Name = "lVPrograms";
|
Rest of DS4Windows has been upped to .NET 4.5 (If you have .net 4/already can run DS4Windows, this won't affect you), thanks to this update, you can now...
Add delay to macros from one millisecond to 60 seconds, macros with delays only run once until pressed again. Without delays, the macro can be repeated while held down.
Profiles and settings are now back inside the application folder to help portability. It will remain in appdata as previous versions if DS4Windows is in a admin folder, I may try to add a setting for location saving.
Import profile option will automatically go to the appdata profile folder, auto profiles and settings will automatically copy over.
Option to delete the appdata folder if not in use in the settings tab, this way it helps with cleanup.
Another fix for auto profiles startup bug
Better reading of autoprofile program path names
Now only one instance of DS4Windows is possible, if another DS4Tool or DS4Windows that is not this version is started, this DS4Windows comes back into focus.
UI fixes
2014-06-10 21:45:09 +02:00
|
|
|
|
this.lVPrograms.ShowItemToolTips = true;
|
2014-06-06 22:38:52 +02:00
|
|
|
|
this.lVPrograms.SmallImageList = this.iLIcons;
|
|
|
|
|
this.lVPrograms.UseCompatibleStateImageBehavior = false;
|
|
|
|
|
this.lVPrograms.View = System.Windows.Forms.View.Details;
|
|
|
|
|
this.lVPrograms.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.listView1_ItemCheck);
|
|
|
|
|
this.lVPrograms.SelectedIndexChanged += new System.EventHandler(this.lBProgramPath_SelectedIndexChanged);
|
|
|
|
|
//
|
|
|
|
|
// nameHeader
|
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.nameHeader, "nameHeader");
|
2014-06-06 22:38:52 +02:00
|
|
|
|
//
|
|
|
|
|
// PathHeader
|
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.PathHeader, "PathHeader");
|
2014-06-06 22:38:52 +02:00
|
|
|
|
//
|
|
|
|
|
// pBProfilesTip
|
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.pBProfilesTip, "pBProfilesTip");
|
2014-06-06 22:38:52 +02:00
|
|
|
|
this.pBProfilesTip.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.pBProfilesTip.ForeColor = System.Drawing.SystemColors.GrayText;
|
|
|
|
|
this.pBProfilesTip.Name = "pBProfilesTip";
|
|
|
|
|
//
|
|
|
|
|
// bnHideUnchecked
|
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.bnHideUnchecked, "bnHideUnchecked");
|
2014-06-06 22:38:52 +02:00
|
|
|
|
this.bnHideUnchecked.Name = "bnHideUnchecked";
|
|
|
|
|
this.bnHideUnchecked.UseVisualStyleBackColor = true;
|
|
|
|
|
this.bnHideUnchecked.Click += new System.EventHandler(this.bnHideUnchecked_Click);
|
2014-05-30 22:39:39 +02:00
|
|
|
|
//
|
2014-06-09 01:41:36 +02:00
|
|
|
|
// cMSPrograms
|
|
|
|
|
//
|
|
|
|
|
this.cMSPrograms.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.addProgramsFromStartMenuToolStripMenuItem,
|
|
|
|
|
this.addSteamGamesToolStripMenuItem,
|
|
|
|
|
this.addOriginGamesToolStripMenuItem,
|
|
|
|
|
this.browseForOtherProgramsToolStripMenuItem});
|
|
|
|
|
this.cMSPrograms.Name = "contextMenuStrip1";
|
|
|
|
|
this.cMSPrograms.ShowImageMargin = false;
|
2014-12-13 21:12:03 +01:00
|
|
|
|
resources.ApplyResources(this.cMSPrograms, "cMSPrograms");
|
2014-06-09 01:41:36 +02:00
|
|
|
|
//
|
|
|
|
|
// addProgramsFromStartMenuToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.addProgramsFromStartMenuToolStripMenuItem.Name = "addProgramsFromStartMenuToolStripMenuItem";
|
2014-12-13 21:12:03 +01:00
|
|
|
|
resources.ApplyResources(this.addProgramsFromStartMenuToolStripMenuItem, "addProgramsFromStartMenuToolStripMenuItem");
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.addProgramsFromStartMenuToolStripMenuItem.Click += new System.EventHandler(this.addProgramsFromStartMenuToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// addSteamGamesToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.addSteamGamesToolStripMenuItem.Name = "addSteamGamesToolStripMenuItem";
|
2014-12-13 21:12:03 +01:00
|
|
|
|
resources.ApplyResources(this.addSteamGamesToolStripMenuItem, "addSteamGamesToolStripMenuItem");
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.addSteamGamesToolStripMenuItem.Click += new System.EventHandler(this.addSteamGamesToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// addOriginGamesToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.addOriginGamesToolStripMenuItem.Name = "addOriginGamesToolStripMenuItem";
|
2014-12-13 21:12:03 +01:00
|
|
|
|
resources.ApplyResources(this.addOriginGamesToolStripMenuItem, "addOriginGamesToolStripMenuItem");
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.addOriginGamesToolStripMenuItem.Click += new System.EventHandler(this.addOriginGamesToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// browseForOtherProgramsToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.browseForOtherProgramsToolStripMenuItem.Name = "browseForOtherProgramsToolStripMenuItem";
|
2014-12-13 21:12:03 +01:00
|
|
|
|
resources.ApplyResources(this.browseForOtherProgramsToolStripMenuItem, "browseForOtherProgramsToolStripMenuItem");
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.browseForOtherProgramsToolStripMenuItem.Click += new System.EventHandler(this.browseForOtherProgramsToolStripMenuItem_Click);
|
|
|
|
|
//
|
2014-05-28 21:47:25 +02:00
|
|
|
|
// WinProgs
|
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this, "$this");
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
2014-05-30 22:39:39 +02:00
|
|
|
|
this.BackColor = System.Drawing.Color.White;
|
Rest of DS4Windows has been upped to .NET 4.5 (If you have .net 4/already can run DS4Windows, this won't affect you), thanks to this update, you can now...
Add delay to macros from one millisecond to 60 seconds, macros with delays only run once until pressed again. Without delays, the macro can be repeated while held down.
Profiles and settings are now back inside the application folder to help portability. It will remain in appdata as previous versions if DS4Windows is in a admin folder, I may try to add a setting for location saving.
Import profile option will automatically go to the appdata profile folder, auto profiles and settings will automatically copy over.
Option to delete the appdata folder if not in use in the settings tab, this way it helps with cleanup.
Another fix for auto profiles startup bug
Better reading of autoprofile program path names
Now only one instance of DS4Windows is possible, if another DS4Tool or DS4Windows that is not this version is started, this DS4Windows comes back into focus.
UI fixes
2014-06-10 21:45:09 +02:00
|
|
|
|
this.Controls.Add(this.pBProfilesTip);
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.Controls.Add(this.bnHideUnchecked);
|
|
|
|
|
this.Controls.Add(this.bnAddPrograms);
|
2014-06-06 22:38:52 +02:00
|
|
|
|
this.Controls.Add(this.lVPrograms);
|
|
|
|
|
this.Controls.Add(this.lBController4);
|
|
|
|
|
this.Controls.Add(this.lBController3);
|
|
|
|
|
this.Controls.Add(this.lBController2);
|
|
|
|
|
this.Controls.Add(this.lBController1);
|
|
|
|
|
this.Controls.Add(this.cBProfile4);
|
|
|
|
|
this.Controls.Add(this.cBProfile3);
|
|
|
|
|
this.Controls.Add(this.cBProfile2);
|
|
|
|
|
this.Controls.Add(this.cBProfile1);
|
|
|
|
|
this.Controls.Add(this.lBProgramPath);
|
|
|
|
|
this.Controls.Add(this.bnDelete);
|
2014-05-28 21:47:25 +02:00
|
|
|
|
this.Controls.Add(this.bnSave);
|
|
|
|
|
this.Name = "WinProgs";
|
2014-06-09 01:41:36 +02:00
|
|
|
|
this.cMSPrograms.ResumeLayout(false);
|
2014-05-28 21:47:25 +02:00
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
2014-06-06 22:38:52 +02:00
|
|
|
|
private System.Windows.Forms.Button bnAddPrograms;
|
|
|
|
|
private System.Windows.Forms.Label lBProgramPath;
|
|
|
|
|
private System.Windows.Forms.ComboBox cBProfile1;
|
|
|
|
|
private System.Windows.Forms.ComboBox cBProfile2;
|
|
|
|
|
private System.Windows.Forms.ComboBox cBProfile3;
|
|
|
|
|
private System.Windows.Forms.ComboBox cBProfile4;
|
2014-05-28 21:47:25 +02:00
|
|
|
|
private System.Windows.Forms.Button bnSave;
|
2014-06-06 22:38:52 +02:00
|
|
|
|
private System.Windows.Forms.Label lBController1;
|
|
|
|
|
private System.Windows.Forms.Label lBController2;
|
|
|
|
|
private System.Windows.Forms.Label lBController3;
|
|
|
|
|
private System.Windows.Forms.Label lBController4;
|
|
|
|
|
private System.Windows.Forms.OpenFileDialog openProgram;
|
|
|
|
|
private System.Windows.Forms.Button bnDelete;
|
|
|
|
|
private System.Windows.Forms.ImageList iLIcons;
|
|
|
|
|
private System.Windows.Forms.ListView lVPrograms;
|
|
|
|
|
private System.Windows.Forms.ColumnHeader nameHeader;
|
|
|
|
|
private System.Windows.Forms.ColumnHeader PathHeader;
|
|
|
|
|
private System.Windows.Forms.Label pBProfilesTip;
|
|
|
|
|
private System.Windows.Forms.Button bnHideUnchecked;
|
2014-06-09 01:41:36 +02:00
|
|
|
|
private System.Windows.Forms.ContextMenuStrip cMSPrograms;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem addProgramsFromStartMenuToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem addSteamGamesToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem addOriginGamesToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem browseForOtherProgramsToolStripMenuItem;
|
2014-05-28 21:47:25 +02:00
|
|
|
|
}
|
|
|
|
|
}
|