Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/hakchi2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-02-05 03:54:45 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-02-05 03:54:45 +0300
commit59d95936b60808b1a7ce625a12afcd02d00d1878 (patch)
treea8f9861317198e748ea9c900d4edf1ca7b61f987 /MainForm.Designer.cs
parent7a86f21577a23c86bec460da54e9881f6760ea80 (diff)
Optimizations for LARGE amount of games
Diffstat (limited to 'MainForm.Designer.cs')
-rw-r--r--MainForm.Designer.cs11
1 files changed, 10 insertions, 1 deletions
diff --git a/MainForm.Designer.cs b/MainForm.Designer.cs
index 2421038f..7832ed1e 100644
--- a/MainForm.Designer.cs
+++ b/MainForm.Designer.cs
@@ -125,6 +125,7 @@
this.checkedListBoxDefaultGames = new System.Windows.Forms.CheckedListBox();
this.timerCalculateGames = new System.Windows.Forms.Timer(this.components);
this.foldersSplitByFirstLetterToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.customToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.menuStrip.SuspendLayout();
this.groupBoxOptions.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxArt)).BeginInit();
@@ -388,12 +389,14 @@
this.automaticToolStripMenuItem,
this.pagesToolStripMenuItem,
this.foldersToolStripMenuItem,
- this.foldersSplitByFirstLetterToolStripMenuItem});
+ this.foldersSplitByFirstLetterToolStripMenuItem,
+ this.customToolStripMenuItem});
this.pagesfoldersTypeToolStripMenuItem.Name = "pagesfoldersTypeToolStripMenuItem";
resources.ApplyResources(this.pagesfoldersTypeToolStripMenuItem, "pagesfoldersTypeToolStripMenuItem");
//
// moveOriginalGamesToRootNewGamesToSpecialFolderToolStripMenuItem
//
+ this.moveOriginalGamesToRootNewGamesToSpecialFolderToolStripMenuItem.CheckOnClick = true;
resources.ApplyResources(this.moveOriginalGamesToRootNewGamesToSpecialFolderToolStripMenuItem, "moveOriginalGamesToRootNewGamesToSpecialFolderToolStripMenuItem");
this.moveOriginalGamesToRootNewGamesToSpecialFolderToolStripMenuItem.Name = "moveOriginalGamesToRootNewGamesToSpecialFolderToolStripMenuItem";
//
@@ -799,6 +802,11 @@
resources.ApplyResources(this.foldersSplitByFirstLetterToolStripMenuItem, "foldersSplitByFirstLetterToolStripMenuItem");
this.foldersSplitByFirstLetterToolStripMenuItem.Name = "foldersSplitByFirstLetterToolStripMenuItem";
//
+ // customToolStripMenuItem
+ //
+ resources.ApplyResources(this.customToolStripMenuItem, "customToolStripMenuItem");
+ this.customToolStripMenuItem.Name = "customToolStripMenuItem";
+ //
// MainForm
//
resources.ApplyResources(this, "$this");
@@ -930,6 +938,7 @@
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;
private System.Windows.Forms.ToolStripMenuItem automaticToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem foldersSplitByFirstLetterToolStripMenuItem;
+ private System.Windows.Forms.ToolStripMenuItem customToolStripMenuItem;
}
}