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-03-14 19:21:06 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-03-14 19:21:06 +0300
commite611921d01a88946b13931cf83e17713e950e96d (patch)
tree58d1c11bc33c84311a5862439aa3f31620aaff1d /MainForm.Designer.cs
parent56a9336cab8361650aa3190e56e1f6620e9f79c7 (diff)
Games uploading via Clovershell
Diffstat (limited to 'MainForm.Designer.cs')
-rw-r--r--MainForm.Designer.cs18
1 files changed, 18 insertions, 0 deletions
diff --git a/MainForm.Designer.cs b/MainForm.Designer.cs
index 6a6b6c48..7e276119 100644
--- a/MainForm.Designer.cs
+++ b/MainForm.Designer.cs
@@ -119,6 +119,7 @@
this.label5 = new System.Windows.Forms.Label();
this.buttonAddGames = new System.Windows.Forms.Button();
this.statusStrip = new System.Windows.Forms.StatusStrip();
+ this.toolStripStatusConnectionIcon = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabelSelected = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabelSize = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripProgressBar = new System.Windows.Forms.ToolStripProgressBar();
@@ -132,6 +133,7 @@
this.groupBoxDefaultGames = new System.Windows.Forms.GroupBox();
this.checkedListBoxDefaultGames = new System.Windows.Forms.CheckedListBox();
this.timerCalculateGames = new System.Windows.Forms.Timer(this.components);
+ this.timerConnectionCheck = new System.Windows.Forms.Timer(this.components);
this.menuStrip.SuspendLayout();
this.groupBoxOptions.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxArt)).BeginInit();
@@ -781,6 +783,7 @@
// statusStrip
//
this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
+ this.toolStripStatusConnectionIcon,
this.toolStripStatusLabelSelected,
this.toolStripStatusLabelSize,
this.toolStripProgressBar});
@@ -788,6 +791,13 @@
this.statusStrip.Name = "statusStrip";
this.statusStrip.SizingGrip = false;
//
+ // toolStripStatusConnectionIcon
+ //
+ resources.ApplyResources(this.toolStripStatusConnectionIcon, "toolStripStatusConnectionIcon");
+ this.toolStripStatusConnectionIcon.Image = global::com.clusterrr.hakchi_gui.Properties.Resources.red;
+ this.toolStripStatusConnectionIcon.Margin = new System.Windows.Forms.Padding(2, 3, 0, 2);
+ this.toolStripStatusConnectionIcon.Name = "toolStripStatusConnectionIcon";
+ //
// toolStripStatusLabelSelected
//
resources.ApplyResources(this.toolStripStatusLabelSelected, "toolStripStatusLabelSelected");
@@ -870,6 +880,12 @@
this.timerCalculateGames.Interval = 500;
this.timerCalculateGames.Tick += new System.EventHandler(this.timerCalculateGames_Tick);
//
+ // timerConnectionCheck
+ //
+ this.timerConnectionCheck.Enabled = true;
+ this.timerConnectionCheck.Interval = 500;
+ this.timerConnectionCheck.Tick += new System.EventHandler(this.timerConnectionCheck_Tick);
+ //
// MainForm
//
resources.ApplyResources(this, "$this");
@@ -1008,6 +1024,8 @@
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelSize;
private System.Windows.Forms.ToolStripProgressBar toolStripProgressBar;
private System.Windows.Forms.ToolStripMenuItem compressGamesIfPossibleToolStripMenuItem;
+ private System.Windows.Forms.ToolStripStatusLabel toolStripStatusConnectionIcon;
+ private System.Windows.Forms.Timer timerConnectionCheck;
}
}