From 98baa664036f58ddaa38cd79d7092502db770e76 Mon Sep 17 00:00:00 2001 From: Alexey 'Cluster' Avdyukhin Date: Mon, 16 Jan 2017 13:06:19 +0300 Subject: Game Genie support + some fixes --- WorkerForm.Designer.cs | 148 +++++++++++++++++++++++++------------------------ 1 file changed, 75 insertions(+), 73 deletions(-) (limited to 'WorkerForm.Designer.cs') 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 - { - /// - /// Required designer variable. - /// - private System.ComponentModel.IContainer components = null; - - /// - /// Clean up any resources being used. - /// - /// true if managed resources should be disposed; otherwise, false. - protected override void Dispose(bool disposing) - { - if (disposing && (components != null)) - { - components.Dispose(); - } - base.Dispose(disposing); - } - - #region Windows Form Designer generated code - - /// - /// Required method for Designer support - do not modify - /// the contents of this method with the code editor. - /// - 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 + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + 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 -- cgit v1.2.3