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:
Diffstat (limited to 'UI/Forms/AsyncTask.Designer.cs')
-rw-r--r--UI/Forms/AsyncTask.Designer.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/UI/Forms/AsyncTask.Designer.cs b/UI/Forms/AsyncTask.Designer.cs
index 535cc55b..09bc6f84 100644
--- a/UI/Forms/AsyncTask.Designer.cs
+++ b/UI/Forms/AsyncTask.Designer.cs
@@ -28,6 +28,7 @@
/// </summary>
private void InitializeComponent()
{
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AsyncTask));
this.progressBar1 = new System.Windows.Forms.ProgressBar();
this.label1 = new System.Windows.Forms.Label();
this.SuspendLayout();
@@ -60,7 +61,9 @@
this.Controls.Add(this.label1);
this.Controls.Add(this.progressBar1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
+ this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "AsyncTask";
+ this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "AsyncTask";
this.Shown += new System.EventHandler(this.AsyncTask_Shown);
this.ResumeLayout(false);