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-01-16 13:06:19 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-01-16 13:06:19 +0300
commit98baa664036f58ddaa38cd79d7092502db770e76 (patch)
tree457ad6f95772ff4cddc338e86d3a9fd301d4c172 /WorkerForm.Designer.cs
parent81a106d35bab7386754e8b875eb9d355818a1a20 (diff)
Game Genie support + some fixes
Diffstat (limited to 'WorkerForm.Designer.cs')
-rw-r--r--WorkerForm.Designer.cs148
1 files changed, 75 insertions, 73 deletions
diff --git a/WorkerForm.Designer.cs b/WorkerForm.Designer.cs
index 4bb7755a..4827d1f0 100644
--- a/WorkerForm.Designer.cs
+++ b/WorkerForm.Designer.cs
@@ -1,74 +1,76 @@
-namespace com.clusterrr.hakchi_gui
-{
- partial class WorkerForm
- {
- /// <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()
- {
- this.labelStatus = new System.Windows.Forms.Label();
- this.progressBar = new System.Windows.Forms.ProgressBar();
- this.SuspendLayout();
- //
- // labelStatus
- //
- this.labelStatus.AutoSize = true;
- this.labelStatus.Location = new System.Drawing.Point(32, 18);
- this.labelStatus.Name = "labelStatus";
- this.labelStatus.Size = new System.Drawing.Size(0, 13);
- this.labelStatus.TabIndex = 0;
- //
- // progressBar
- //
- this.progressBar.Location = new System.Drawing.Point(12, 46);
- this.progressBar.Name = "progressBar";
- this.progressBar.Size = new System.Drawing.Size(538, 42);
- this.progressBar.TabIndex = 1;
- //
- // WorkerForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(562, 103);
- this.Controls.Add(this.progressBar);
- this.Controls.Add(this.labelStatus);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "WorkerForm";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "hakchi";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.WorkerForm_FormClosing);
- this.ResumeLayout(false);
- this.PerformLayout();
-
- }
-
- #endregion
-
- private System.Windows.Forms.Label labelStatus;
- private System.Windows.Forms.ProgressBar progressBar;
- }
+namespace com.clusterrr.hakchi_gui
+{
+ partial class WorkerForm
+ {
+ /// <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()
+ {
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WorkerForm));
+ this.labelStatus = new System.Windows.Forms.Label();
+ this.progressBar = new System.Windows.Forms.ProgressBar();
+ this.SuspendLayout();
+ //
+ // labelStatus
+ //
+ this.labelStatus.AutoSize = true;
+ this.labelStatus.Location = new System.Drawing.Point(32, 18);
+ this.labelStatus.Name = "labelStatus";
+ this.labelStatus.Size = new System.Drawing.Size(0, 13);
+ this.labelStatus.TabIndex = 0;
+ //
+ // progressBar
+ //
+ this.progressBar.Location = new System.Drawing.Point(12, 46);
+ this.progressBar.Name = "progressBar";
+ this.progressBar.Size = new System.Drawing.Size(538, 42);
+ this.progressBar.TabIndex = 1;
+ //
+ // WorkerForm
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.ClientSize = new System.Drawing.Size(562, 103);
+ this.Controls.Add(this.progressBar);
+ this.Controls.Add(this.labelStatus);
+ this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
+ this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
+ this.MaximizeBox = false;
+ this.MinimizeBox = false;
+ this.Name = "WorkerForm";
+ this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
+ this.Text = "hakchi";
+ this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.WorkerForm_FormClosing);
+ this.ResumeLayout(false);
+ this.PerformLayout();
+
+ }
+
+ #endregion
+
+ private System.Windows.Forms.Label labelStatus;
+ private System.Windows.Forms.ProgressBar progressBar;
+ }
} \ No newline at end of file