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-22 17:47:06 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-02-22 17:47:06 +0300
commitd35f4af1e05434aacc644e4731e730d8bedfdfdb (patch)
treee51fa40dd40b583c91fc8ef5f818e8bdec13856c /MainForm.Designer.cs
parent1f1b664ee2edc43e99437dff1dd840398f8c8cf7 (diff)
Refactoring
Diffstat (limited to 'MainForm.Designer.cs')
-rw-r--r--MainForm.Designer.cs32
1 files changed, 16 insertions, 16 deletions
diff --git a/MainForm.Designer.cs b/MainForm.Designer.cs
index bdf7cb7a..8130d993 100644
--- a/MainForm.Designer.cs
+++ b/MainForm.Designer.cs
@@ -119,6 +119,8 @@
this.buttonAddGames = new System.Windows.Forms.Button();
this.statusStrip = new System.Windows.Forms.StatusStrip();
this.toolStripStatusLabelSelected = new System.Windows.Forms.ToolStripStatusLabel();
+ this.toolStripStatusLabelSize = new System.Windows.Forms.ToolStripStatusLabel();
+ this.toolStripProgressBar = new System.Windows.Forms.ToolStripProgressBar();
this.openFileDialogNes = new System.Windows.Forms.OpenFileDialog();
this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
this.selectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
@@ -129,8 +131,6 @@
this.groupBoxDefaultGames = new System.Windows.Forms.GroupBox();
this.checkedListBoxDefaultGames = new System.Windows.Forms.CheckedListBox();
this.timerCalculateGames = new System.Windows.Forms.Timer(this.components);
- this.toolStripStatusLabelSize = new System.Windows.Forms.ToolStripStatusLabel();
- this.toolStripProgressBar = new System.Windows.Forms.ToolStripProgressBar();
this.menuStrip.SuspendLayout();
this.groupBoxOptions.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxArt)).BeginInit();
@@ -196,8 +196,8 @@
//
// synchronizeToolStripMenuItem
//
+ this.synchronizeToolStripMenuItem.Name = "synchronizeToolStripMenuItem";
resources.ApplyResources(this.synchronizeToolStripMenuItem, "synchronizeToolStripMenuItem");
- this.synchronizeToolStripMenuItem.Name = "synchronnizeToolStripMenuItem";
this.synchronizeToolStripMenuItem.Click += new System.EventHandler(this.buttonStart_Click);
//
// searchToolStripMenuItem
@@ -784,11 +784,23 @@
resources.ApplyResources(this.toolStripStatusLabelSelected, "toolStripStatusLabelSelected");
this.toolStripStatusLabelSelected.Name = "toolStripStatusLabelSelected";
//
+ // toolStripStatusLabelSize
+ //
+ resources.ApplyResources(this.toolStripStatusLabelSize, "toolStripStatusLabelSize");
+ this.toolStripStatusLabelSize.Name = "toolStripStatusLabelSize";
+ //
+ // toolStripProgressBar
+ //
+ this.toolStripProgressBar.ForeColor = System.Drawing.SystemColors.ControlText;
+ this.toolStripProgressBar.Name = "toolStripProgressBar";
+ resources.ApplyResources(this.toolStripProgressBar, "toolStripProgressBar");
+ this.toolStripProgressBar.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
+ //
// openFileDialogNes
//
this.openFileDialogNes.DefaultExt = "nes";
- resources.ApplyResources(this.openFileDialogNes, "openFileDialogNes");
this.openFileDialogNes.Multiselect = true;
+ resources.ApplyResources(this.openFileDialogNes, "openFileDialogNes");
//
// contextMenuStrip
//
@@ -849,18 +861,6 @@
this.timerCalculateGames.Interval = 500;
this.timerCalculateGames.Tick += new System.EventHandler(this.timerCalculateGames_Tick);
//
- // toolStripStatusLabelSize
- //
- resources.ApplyResources(this.toolStripStatusLabelSize, "toolStripStatusLabelSize");
- this.toolStripStatusLabelSize.Name = "toolStripStatusLabelSize";
- //
- // toolStripProgressBar
- //
- this.toolStripProgressBar.ForeColor = System.Drawing.SystemColors.ControlText;
- this.toolStripProgressBar.Name = "toolStripProgressBar";
- resources.ApplyResources(this.toolStripProgressBar, "toolStripProgressBar");
- this.toolStripProgressBar.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
- //
// MainForm
//
resources.ApplyResources(this, "$this");